summaryrefslogtreecommitdiffstats
path: root/sal
Commit message (Expand)AuthorAgeFilesLines
* some more clang warningsCaolán McNamara2012-10-221-0/+5
* More useless code, "#if 0" blocks in lingucomponent, sal, and rscMarcos Paulo de Souza2012-10-172-45/+0
* loplugin: some log, indent and unused variable warningsCaolán McNamara2012-10-131-0/+5
* compiler check to compare SAL_WARN/LOG areas against sal/inc/sal/log-areas.doxLuboš Luňák2012-10-131-0/+142
* use consistently sal.osl and sal.rtl as log areasLuboš Luňák2012-10-139-52/+58
* mark lcl_ functions static or rename them if they are not local at allLuboš Luňák2012-10-121-3/+3
* loplugin: more unused OUStrings and so forthCaolán McNamara2012-10-111-17/+0
* Be consistent with surrounding codeTor Lillqvist2012-10-111-2/+4
* WaE: 'fn' may be used uninitialized in this functionTor Lillqvist2012-10-111-1/+1
* Use DISABLE_DYNLOADING on AndroidTor Lillqvist2012-10-115-750/+104
* 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