office-gobmx/sal
Jan-Marek Glogowski 8a4173987e WASM: add initial support for Emscripten cross build
- configure with:
- --host=wasm64-local-emscripten
- had to make a few externals optional, so adding:
  - --disable-nss
  - --disable-cmis
  - --disable-curl

Change-Id: I48d1c73d2675ad2e2beaf2c341578199efbd24ee
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/111130
Tested-by: Jenkins
Reviewed-by: Thorsten Behrens <thorsten.behrens@allotropia.de>
2021-05-05 21:14:54 +02:00
..
android
cppunittester
inc [API CHANGE] Do not call getaddrinfo if we just want the hostname 2021-04-19 09:22:57 +02:00
osl WASM: add initial support for Emscripten cross build 2021-05-05 21:14:54 +02:00
qa loplugin:stringadd (clang-cl) 2021-04-27 15:45:27 +02:00
rtl Step 1 of removing cargo-cult pragma pack around rtl_[u]String 2021-04-23 19:06:05 +02:00
test
textenc
util Add API to LibreOfficeKit to set arbitrary run-time options in core 2021-04-28 09:30:17 +02:00
CompilerTest_sal_rtl_oustring.mk
CppunitTest_Module_DLL.mk
CppunitTest_sal_comtools.mk
CppunitTest_sal_osl.mk
CppunitTest_sal_osl_security.mk
CppunitTest_sal_retry_if_failed.mk
CppunitTest_sal_rtl.mk
CppunitTest_sal_types.mk
Executable_cppunittester.mk
Executable_osl_process_child.mk
Library_lo-bootstrap.mk
Library_sal.mk
Library_sal_textenc.mk
Makefile
Module_sal.mk
README.md

System Abstraction Layer (SAL)

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).