summaryrefslogtreecommitdiffstats
path: root/sal
Commit message (Expand)AuthorAgeFilesLines
* avoid unused variable warnings for vars used for RTL_LOGFILE_CONTEXT_TRACExLuboš Luňák2012-10-101-3/+3
* loplugin: unused O[U]StringsCaolán McNamara2012-10-103-14/+0
* Add a 'fromIndex' parameter to OUString::replaceAllNoel Grandin2012-10-094-4/+38
* mark our string classes as SAL_WARN_UNUSEDLuboš Luňák2012-10-094-4/+4
* compiler check for unused variablesLuboš Luňák2012-10-091-0/+20
* When DISABLE_DYNLOADING don't even provide any module loading/unloading APITor Lillqvist2012-10-075-10/+33
* Version name/dependency cleanup towards 3.7Stephan Bergmann2012-10-041-1/+1
* Revert "add rtl::OUStringBuffer::append(bool)"Markus Mohrhard2012-10-031-19/+0
* add rtl::OUStringBuffer::append(bool)Markus Mohrhard2012-10-031-0/+19
* fix indentationMarkus Mohrhard2012-10-031-7/+7
* xml2cmp no longer usedStephan Bergmann2012-10-031-1/+1
* update string copy semantics to be undefined in a non-crashing way.Michael Meeks2012-10-026-48/+87
* Remove internal usage of rtl/memory.h in sal moduleArnaud Versini2012-10-018-14/+8
* Seems that the iOS-specific crack is not needed any longerTor Lillqvist2012-10-011-10/+0
* gbuild: invert handling of standard system libraries:Michael Stahl2012-09-2834-66/+2
* gbuild: gb_Library_PLAINLIBS_NONE cleanup for WNT:Michael Stahl2012-09-282-10/+11
* gbuild: gb_Library_PLAINLIBS_NONE cleanup for unxgcc/solarisMichael Stahl2012-09-281-7/+7
* gbuild: gb_Library_PLAINLIBS_NONE cleanup for MacMichael Stahl2012-09-281-5/+8
* gbuild: clean up Mac OS X framework handling:Michael Stahl2012-09-281-3/+3
* gbuild: replace direct gb_STDLIBS use with ...Michael Stahl2012-09-2833-34/+69
* gbuild: split uwinapi out of gb_STDLIBSMichael Stahl2012-09-2832-0/+32
* move layout diagnostics to vcl.layout channelCaolán McNamara2012-09-281-0/+1
* sal: uri.cxx: deploy some assertsMichael Stahl2012-09-261-19/+15
* use intrinsict to inline InterlockCount() on Windows tooNorbert Thiebaud2012-09-252-0/+6
* replace remaining InterlockedCount() with inlined versionNorbert Thiebaud2012-09-259-20/+20
* dependency on makefile needs full pathDavid Tardon2012-09-221-1/+1
* Guard against lack of slashes in dli_fnameTor Lillqvist2012-09-211-1/+4
* fix system-clucene/-boost build with gcc 4.4Rene Engelhard2012-09-191-0/+3
* dung out no longer needed initUCBHelper methods; thanks to sberg.Michael Meeks2012-09-191-21/+0
* deprecate oustringostreaminserter.hxxNorbert Thiebaud2012-09-185-31/+14
* move ostream OUString operator<< directly to ustring.hxxLuboš Luňák2012-09-182-46/+34
* migrate some of the biggest consumer of osl_*InterlockedCount to osl_atomicNorbert Thiebaud2012-09-172-4/+4
* Some comment clean upStephan Bergmann2012-09-171-13/+14
* add osl_atomic_* api to allow for inlined atomic increment/decrementNorbert Thiebaud2012-09-171-0/+38
* update unused code listCaolán McNamara2012-09-171-40/+0
* Include header with prototypes of defined functionsStephan Bergmann2012-09-172-4/+6
* export sal init and deinit functionsDavid Tardon2012-09-162-4/+4
* Let --enable-assert-always-abort affect setting NDEBUG directlyStephan Bergmann2012-09-151-17/+0
* Include saldllapi.h explicitly where neededStephan Bergmann2012-09-1547-79/+189
* Revert "saldllapi.h is really not included outside of sal itself"Stephan Bergmann2012-09-156-5/+26
* Fix comparisonJulien Nabet2012-09-151-1/+1
* typo: Uniocde -> UnicodeAndras Timar2012-09-141-1/+1
* sal_rtl_uri unittest seems to depend on sal_textenc library tooLuboš Luňák2012-09-141-0/+8
* better debug message when textenc module loading failsLuboš Luňák2012-09-141-3/+2
* Adapt for DISABLE_DYNLOADING possibility on AndroidTor Lillqvist2012-09-142-3/+3
* add a configure option to make assert() abort in release codeNorbert Thiebaud2012-09-141-0/+16
* remove use of SAL_MIN() macroNorbert Thiebaud2012-09-145-9/+8
* remove SAL_MAX() macros and few usersNorbert Thiebaud2012-09-143-9/+25
* removed unused sal macro (SAL_FIELDOFFSET)Norbert Thiebaud2012-09-141-4/+0
* saldllapi.h is really not included outside of sal itselfNorbert Thiebaud2012-09-146-26/+5