Files
loongoffice/sal
Tor Lillqvist 247cec2c11 Bypass EUC and ISO-2022 encoding tables for iOS
It is questionable whether they are needed for any document
format. Saves 0.4 MB of app executable size. If it turns out that some
document format that support is needed for actually does need these
tables, will have to revert this then. An alternative, but more
complex, way to save executable size would be to put this, and other,
conversion data into a data file instead.

Change-Id: I017e8f15626023af1344964be54c09fe2d937acc
2014-04-22 16:59:24 +03:00
..
2014-04-14 20:21:10 +02:00
2014-04-18 00:30:35 +03:00
2014-04-04 10:05:57 +02:00
2014-04-03 10:00:55 +03:00
2014-02-28 08:27:17 +02:00
2014-04-04 10:05:56 +02:00

System abstraction layer; rtl, osl and sal

rtl:
Platform independent strings

osl:
platform specific stuff, threads, dynamic loading, process, ipc, etc

Exports only C API and some inline-methods (only C++ API).