summaryrefslogtreecommitdiff
path: root/sal
AgeCommit message (Expand)AuthorFilesLines
2012-10-01Seems that the iOS-specific crack is not needed any longerTor Lillqvist1-10/+0
2012-09-28gbuild: invert handling of standard system libraries:Michael Stahl34-66/+2
2012-09-28gbuild: gb_Library_PLAINLIBS_NONE cleanup for WNT:Michael Stahl2-10/+11
2012-09-28gbuild: gb_Library_PLAINLIBS_NONE cleanup for unxgcc/solarisMichael Stahl1-7/+7
2012-09-28gbuild: gb_Library_PLAINLIBS_NONE cleanup for MacMichael Stahl1-5/+8
2012-09-28gbuild: clean up Mac OS X framework handling:Michael Stahl1-3/+3
2012-09-28gbuild: replace direct gb_STDLIBS use with ...Michael Stahl33-34/+69
2012-09-28gbuild: split uwinapi out of gb_STDLIBSMichael Stahl32-0/+32
2012-09-28move layout diagnostics to vcl.layout channelCaolán McNamara1-0/+1
2012-09-26sal: uri.cxx: deploy some assertsMichael Stahl1-19/+15
2012-09-25use intrinsict to inline InterlockCount() on Windows tooNorbert Thiebaud2-0/+6
2012-09-25replace remaining InterlockedCount() with inlined versionNorbert Thiebaud9-20/+20
2012-09-22dependency on makefile needs full pathDavid Tardon1-1/+1
2012-09-21Guard against lack of slashes in dli_fnameTor Lillqvist1-1/+4
2012-09-19fix system-clucene/-boost build with gcc 4.4Rene Engelhard1-0/+3
2012-09-19dung out no longer needed initUCBHelper methods; thanks to sberg.Michael Meeks1-21/+0
2012-09-18deprecate oustringostreaminserter.hxxNorbert Thiebaud5-31/+14
2012-09-18move ostream OUString operator<< directly to ustring.hxxLuboš Luňák2-46/+34
2012-09-17migrate some of the biggest consumer of osl_*InterlockedCount to osl_atomicNorbert Thiebaud2-4/+4
2012-09-17Some comment clean upStephan Bergmann1-13/+14
2012-09-17add osl_atomic_* api to allow for inlined atomic increment/decrementNorbert Thiebaud1-0/+38
2012-09-17update unused code listCaolán McNamara1-40/+0
2012-09-17Include header with prototypes of defined functionsStephan Bergmann2-4/+6
2012-09-16export sal init and deinit functionsDavid Tardon2-4/+4
2012-09-15Let --enable-assert-always-abort affect setting NDEBUG directlyStephan Bergmann1-17/+0
2012-09-15Include saldllapi.h explicitly where neededStephan Bergmann47-79/+189
2012-09-15Revert "saldllapi.h is really not included outside of sal itself"Stephan Bergmann6-5/+26
2012-09-15Fix comparisonJulien Nabet1-1/+1
2012-09-14typo: Uniocde -> UnicodeAndras Timar1-1/+1
2012-09-14sal_rtl_uri unittest seems to depend on sal_textenc library tooLuboš Luňák1-0/+8
2012-09-14better debug message when textenc module loading failsLuboš Luňák1-3/+2
2012-09-14Adapt for DISABLE_DYNLOADING possibility on AndroidTor Lillqvist2-3/+3
2012-09-14add a configure option to make assert() abort in release codeNorbert Thiebaud1-0/+16
2012-09-14remove use of SAL_MIN() macroNorbert Thiebaud5-9/+8
2012-09-14remove SAL_MAX() macros and few usersNorbert Thiebaud3-9/+25
2012-09-14removed unused sal macro (SAL_FIELDOFFSET)Norbert Thiebaud1-4/+0
2012-09-14saldllapi.h is really not included outside of sal itselfNorbert Thiebaud6-26/+5
2012-09-12WaE: unused parameter 'uFlags'Tor Lillqvist1-0/+1
2012-09-12Work around some potential problems with thread-unsafe getenvStephan Bergmann4-27/+42
2012-09-12diagnose.c -> diagnose.cxx (to ease further modification)Stephan Bergmann2-1/+1
2012-09-12Simplify osl_searchPath_implStephan Bergmann1-21/+6
2012-09-11no ascii >127 chars in string literalsLuboš Luňák1-1/+1
2012-09-11fdo#39625 Make existing cppunittests workRadu Ioan4-21/+49
2012-09-11Missing "include"Stephan Bergmann1-2/+2
2012-09-10what gets tested here turns out to be out of date nowCaolán McNamara5-617/+0
2012-09-10fdo#39625 Make existing cppunittests workRadu Ioan4-27/+63
2012-09-07use new file header, this is actually a new fileLuboš Luňák1-31/+6
2012-09-06add O(U)String::startsWith() to complement endsWith()Luboš Luňák6-0/+156
2012-09-05Detach thread before returning from android_main()Tor Lillqvist1-0/+1
2012-09-05fdo#38913: Prevent invalid parameter handler crashesStephan Bergmann1-0/+29