Difference between revisions of "Porting/Modules/SAL"

From Apache OpenOffice Wiki
Jump to: navigation, search
(Added category "Uno:Binary:Module".)
(Moved out the test section.)
Line 4: Line 4:
 
{{Uno/UDKlink|sal|porting}}  - The 'C' system abstraction layer.
 
{{Uno/UDKlink|sal|porting}}  - The 'C' system abstraction layer.
  
==Tests==
+
{{:Porting/Module/SAL/test}}
* {{Uno/UDKlink|sal/qa/ByteSequence|porting}}
+
: dmake test #aborts with an error in case of failure
+
* {{Uno/UDKlink|sal/qa/OStringBuffer|porting}}
+
: dmake test #aborts with an error in case of failure
+
* {{Uno/UDKlink|sal/qa/osl/mutex|porting}}
+
: dmake test #aborts with an error in case of failure
+
* {{Uno/UDKlink|sal/qa/osl/pipe|porting}}
+
: dmake test #aborts with an error in case of failure
+
* {{Uno/UDKlink|sal/qa/osl/profile|porting}}
+
: dmake test #aborts with an error in case of failure
+
* {{Uno/UDKlink|sal/qa/osl/security|porting}}
+
: dmake test #aborts with an error in case of failure
+
* {{Uno/UDKlink|sal/qa/osl/semaphore|porting}}
+
: dmake test #aborts with an error in case of failure
+
* {{Uno/UDKlink|sal/qa/osl/socket|porting}}
+
: dmake test #aborts with an error in case of failure
+
* {{Uno/UDKlink|sal/qa/rtl/alloc|porting}}
+
: dmake test #aborts with an error in case of failure
+
* {{Uno/UDKlink|sal/qa/rtl/cipher|porting}}
+
: dmake test #aborts with an error in case of failure
+
* {{Uno/UDKlink|sal/qa/rtl/crc32|porting}}
+
: dmake test #aborts with an error in case of failure
+
* {{Uno/UDKlink|sal/qa/rtl/digest|porting}}
+
: dmake test #aborts with an error in case of failure
+
* {{Uno/UDKlink|sal/qa/rtl/doublelock|porting}}
+
: dmake test #aborts with an error in case of failure
+
* {{Uno/UDKlink|sal/qa/rtl/locale|porting}}
+
: dmake test #aborts with an error in case of failure
+
* {{Uno/UDKlink|sal/qa/rtl/logfile|porting}}
+
: dmake test #aborts with an error in case of failure
+
* {{Uno/UDKlink|sal/qa/rtl/math|porting}}
+
: dmake test #aborts with an error in case of failure
+
* {{Uno/UDKlink|sal/qa/rtl/ostring|porting}}
+
: dmake test #aborts with an error in case of failure
+
* {{Uno/UDKlink|sal/qa/rtl/oustring|porting}}
+
: dmake test #aborts with an error in case of failure
+
* {{Uno/UDKlink|sal/qa/rtl/oustringbuffer|porting}}
+
: dmake test #aborts with an error in case of failure
+
* {{Uno/UDKlink|sal/qa/rtl/process|porting}}
+
: dmake test #aborts with an error in case of failure
+
* {{Uno/UDKlink|sal/qa/rtl/random|porting}}
+
: dmake test #aborts with an error in case of failure
+
* {{Uno/UDKlink|sal/qa/rtl/textenc|porting}}
+
: dmake test #aborts with an error in case of failure
+
* {{Uno/UDKlink|sal/qa/rtl/uri|porting}}
+
: dmake test #aborts with an error in case of failure
+
* {{Uno/UDKlink|sal/qa/rtl/uuid|porting}}
+
: dmake test #aborts with an error in case of failure
+
  
  

Revision as of 09:37, 8 November 2006

SAL stands for System Abstraction Layer. SAL provides a C API for standard OS functionality, e.g. as opening files, creating threads etc.

CVS

porting/sal - The 'C' system abstraction layer.

Porting/Module/SAL/test

Personal tools