summaryrefslogtreecommitdiff
path: root/sal
AgeCommit message (Expand)Author
2012-11-07move CppunitTest_sal_osl_process to gb_Module_add_check_targets callRene Engelhard
2012-11-06Add some rtl::Bootstrap unit testStephan Bergmann
2012-11-06Some white-space clean-upStephan Bergmann
2012-11-03document writerfilter.profile log areaMiklos Vajna
2012-11-03isfinite() is hard to get rightTor Lillqvist
2012-11-02Try to use isfinite() for iOSTor Lillqvist
2012-11-02change std::clog debug output to SAL_INFO, so that it can be turned offLuboš Luňák
2012-11-02loplugin: unused UniStringsCaolán McNamara
2012-10-28add SAL_WARN_UNUSED to some classesCaolán McNamara
2012-10-26add generic sc/sw log categoriesCaolán McNamara
2012-10-26add svl.numbers to log-areasCaolán McNamara
2012-10-25add filter.xslt log areaCaolán McNamara
2012-10-25fix tests that aren't testing anythingCaolán McNamara
2012-10-25Cleanup and simplification of process.cxxArnaud Versini
2012-10-25loplugin: tidy up some log areasCaolán McNamara
2012-10-22some more clang warningsCaolán McNamara
2012-10-17More useless code, "#if 0" blocks in lingucomponent, sal, and rscMarcos Paulo de Souza
2012-10-13loplugin: some log, indent and unused variable warningsCaolán McNamara
2012-10-13compiler check to compare SAL_WARN/LOG areas against sal/inc/sal/log-areas.doxLuboš Luňák
2012-10-13use consistently sal.osl and sal.rtl as log areasLuboš Luňák
2012-10-12mark lcl_ functions static or rename them if they are not local at allLuboš Luňák
2012-10-11loplugin: more unused OUStrings and so forthCaolán McNamara
2012-10-11Be consistent with surrounding codeTor Lillqvist
2012-10-11WaE: 'fn' may be used uninitialized in this functionTor Lillqvist
2012-10-11Use DISABLE_DYNLOADING on AndroidTor Lillqvist
2012-10-10avoid unused variable warnings for vars used for RTL_LOGFILE_CONTEXT_TRACExLuboš Luňák
2012-10-10loplugin: unused O[U]StringsCaolán McNamara
2012-10-09Add a 'fromIndex' parameter to OUString::replaceAllNoel Grandin
2012-10-09mark our string classes as SAL_WARN_UNUSEDLuboš Luňák
2012-10-09compiler check for unused variablesLuboš Luňák
2012-10-07When DISABLE_DYNLOADING don't even provide any module loading/unloading APITor Lillqvist
2012-10-04Version name/dependency cleanup towards 3.7Stephan Bergmann
2012-10-03Revert "add rtl::OUStringBuffer::append(bool)"Markus Mohrhard
2012-10-03add rtl::OUStringBuffer::append(bool)Markus Mohrhard
2012-10-03fix indentationMarkus Mohrhard
2012-10-03xml2cmp no longer usedStephan Bergmann
2012-10-02update string copy semantics to be undefined in a non-crashing way.Michael Meeks
2012-10-01Remove internal usage of rtl/memory.h in sal moduleArnaud Versini
2012-10-01Seems that the iOS-specific crack is not needed any longerTor Lillqvist
2012-09-28gbuild: invert handling of standard system libraries:Michael Stahl
2012-09-28gbuild: gb_Library_PLAINLIBS_NONE cleanup for WNT:Michael Stahl
2012-09-28gbuild: gb_Library_PLAINLIBS_NONE cleanup for unxgcc/solarisMichael Stahl
2012-09-28gbuild: gb_Library_PLAINLIBS_NONE cleanup for MacMichael Stahl
2012-09-28gbuild: clean up Mac OS X framework handling:Michael Stahl
2012-09-28gbuild: replace direct gb_STDLIBS use with ...Michael Stahl
2012-09-28gbuild: split uwinapi out of gb_STDLIBSMichael Stahl
2012-09-28move layout diagnostics to vcl.layout channelCaolán McNamara
2012-09-26sal: uri.cxx: deploy some assertsMichael Stahl
2012-09-25use intrinsict to inline InterlockCount() on Windows tooNorbert Thiebaud
2012-09-25replace remaining InterlockedCount() with inlined versionNorbert Thiebaud