summaryrefslogtreecommitdiff
path: root/sal
AgeCommit message (Expand)AuthorFilesLines
2012-10-13loplugin: some log, indent and unused variable warningsCaolán McNamara1-0/+5
2012-10-13compiler check to compare SAL_WARN/LOG areas against sal/inc/sal/log-areas.doxLuboš Luňák1-0/+142
2012-10-13use consistently sal.osl and sal.rtl as log areasLuboš Luňák9-52/+58
2012-10-12mark lcl_ functions static or rename them if they are not local at allLuboš Luňák1-3/+3
2012-10-11loplugin: more unused OUStrings and so forthCaolán McNamara1-17/+0
2012-10-11Be consistent with surrounding codeTor Lillqvist1-2/+4
2012-10-11WaE: 'fn' may be used uninitialized in this functionTor Lillqvist1-1/+1
2012-10-11Use DISABLE_DYNLOADING on AndroidTor Lillqvist5-750/+104
2012-10-10avoid unused variable warnings for vars used for RTL_LOGFILE_CONTEXT_TRACExLuboš Luňák1-3/+3
2012-10-10loplugin: unused O[U]StringsCaolán McNamara3-14/+0
2012-10-09Add a 'fromIndex' parameter to OUString::replaceAllNoel Grandin4-4/+38
2012-10-09mark our string classes as SAL_WARN_UNUSEDLuboš Luňák4-4/+4
2012-10-09compiler check for unused variablesLuboš Luňák1-0/+20
2012-10-07When DISABLE_DYNLOADING don't even provide any module loading/unloading APITor Lillqvist5-10/+33
2012-10-04Version name/dependency cleanup towards 3.7Stephan Bergmann1-1/+1
2012-10-03Revert "add rtl::OUStringBuffer::append(bool)"Markus Mohrhard1-19/+0
2012-10-03add rtl::OUStringBuffer::append(bool)Markus Mohrhard1-0/+19
2012-10-03fix indentationMarkus Mohrhard1-7/+7
2012-10-03xml2cmp no longer usedStephan Bergmann1-1/+1
2012-10-02update string copy semantics to be undefined in a non-crashing way.Michael Meeks6-48/+87
2012-10-01Remove internal usage of rtl/memory.h in sal moduleArnaud Versini8-14/+8
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