Difference between revisions of "Porting/Modules/SAL"

From Apache OpenOffice Wiki
Jump to: navigation, search
(Added category "Uno:Binary:Module".)
m (Fixed path to SALhelper.)
 
(7 intermediate revisions by 2 users not shown)
Line 1: Line 1:
SAL stands for System Abstraction Layer. SAL provides a C API for standard OS functionality, e.g. as opening files, creating threads etc.
+
SAL stands for System Abstraction Layer. SAL provides a C API for standard OS functionality, e.g. as opening files, creating threads etc. C++ wrappers for the C API are available in SAL as well, despite better being placed into [[Uno/Cpp/Modules/SALhelper|SALhelper]].
  
 
==CVS==
 
==CVS==
 
{{Uno/UDKlink|sal|porting}}  - The 'C' system abstraction layer.
 
{{Uno/UDKlink|sal|porting}}  - The 'C' system abstraction layer.
  
==Tests==
+
{{:Porting/Modules/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
+
  
  
[[Category:Porting:Module]]
+
[[Category:Porting]]
[[Category:Uno:Binary:Module]]
+
[[Category:Uno]]
 +
[[Category:Uno:Binary]]
 
[[Category:Module]]
 
[[Category:Module]]
 +
[[Category:Source_directories]]

Latest revision as of 12:41, 20 October 2009

SAL stands for System Abstraction Layer. SAL provides a C API for standard OS functionality, e.g. as opening files, creating threads etc. C++ wrappers for the C API are available in SAL as well, despite better being placed into SALhelper.

CVS

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

Tests

dmake test #aborts with an error in case of failure
dmake test #aborts with an error in case of failure
dmake test #aborts with an error in case of failure
dmake test #aborts with an error in case of failure
dmake test #aborts with an error in case of failure
dmake test #aborts with an error in case of failure
dmake test #aborts with an error in case of failure
dmake test #aborts with an error in case of failure
dmake test #aborts with an error in case of failure
dmake test #aborts with an error in case of failure
dmake test #aborts with an error in case of failure
dmake test #aborts with an error in case of failure
dmake test #aborts with an error in case of failure
dmake test #aborts with an error in case of failure
dmake test #aborts with an error in case of failure
dmake test #aborts with an error in case of failure
dmake test #aborts with an error in case of failure
dmake test #aborts with an error in case of failure
dmake test #aborts with an error in case of failure
dmake test #aborts with an error in case of failure
dmake test #aborts with an error in case of failure
dmake test #aborts with an error in case of failure
dmake test #aborts with an error in case of failure
dmake test #aborts with an error in case of failure
dmake
# aborts with an error in case of failure
Personal tools