summaryrefslogtreecommitdiff
path: root/sal
AgeCommit message (Expand)Author
2013-01-02sal: missing jvmfwk in log-areasMiklos Vajna
2012-12-27Sigh, my git grep regexps missed some casesTor Lillqvist
2012-12-27Check for __GNUC__ instead of GCC in sourcesTor Lillqvist
2012-12-26PCH for Library_salLubos Lunak
2012-12-25Get rid of (most uses of) GUITor Lillqvist
2012-12-20Add ability to send SAL_* messages to syslogRiccardo Magliocchetti
2012-12-19don't use shared empty string if extra space is to be allocatedLuboš Luňák
2012-12-19Revert "fix crash for fdo#58306 when appending to OUStringBuffer initialised ...Luboš Luňák
2012-12-19fix crash for fdo#58306 when appending to OUStringBuffer initialised with ""Noel Power
2012-12-19Fix for making absolute the registry arguments of the uno executableStephan Bergmann
2012-12-18fdo#58473 - fix transliteration crasher caused by writing const string.Michael Meeks
2012-12-18update PCH headers using the current pch scriptLuboš Luňák
2012-12-17Revert part of 34e79c19babc0e6cc281025b40635b91dca444f3.Arnaud Versini
2012-12-17API CHANGE: Remove useless deprecated rtl/memory.hArnaud Versini
2012-12-17add script to regenerate pch filesPeter Foley
2012-12-17OUString::reverseCompareTo() string literal overload to match the AsciiL oneLuboš Luňák
2012-12-13NOMINMAX on Windows is defined globallyLuboš Luňák
2012-12-12Remove xml2cmp leftoversStephan Bergmann
2012-12-11SAL_DELETE -> SAL_DELETED_FUNCTION, for a more descriptive nameLuboš Luňák
2012-12-11Introduce SAL_DELETEStephan Bergmann
2012-12-11use SAL_WARN_UNUSED_RESULT for OUString::replaceAllIvan Timofeev
2012-12-10operator+ for stringbufferLuboš Luňák
2012-12-10No config_global.h in SDKStephan Bergmann
2012-12-10Do not fail for unset OSL_DEBUG_LEVEL (as happens in SDK)Stephan Bergmann
2012-12-10remove unneeded PCH stuffLuboš Luňák
2012-12-10no longer necessary to add include path for PCH headerLuboš Luňák
2012-12-10rename to gb_Library_set_precompiled_headerLuboš Luňák
2012-12-10#define _BSD_SOURCE to 1 (that's what compilers set it to, at least)Luboš Luňák
2012-12-10include guards for precompiled_xxx.hxx filesLuboš Luňák
2012-12-10more headers to be precompiled for salLuboš Luňák
2012-12-10testing PCH support in salLuboš Luňák
2012-12-10-Werror,-Wtautological-constant-out-of-range-compareStephan Bergmann
2012-12-10Avoid "deleted function definitions are a C++11 extension" in a better wayTor Lillqvist
2012-12-09WaE: deleted function definitions are a C++11 extensionTor Lillqvist
2012-12-07add rtl::OUStringBuffer::append(bool)Luboš Luňák
2012-12-07use config_xxx.h files instead of -DHAVE_XXX on the command lineLuboš Luňák
2012-12-06OUStringBuffer::remove( int ) -> truncate( int )Luboš Luňák
2012-12-06int vs oslInterlockedCount ambiguityLuboš Luňák
2012-12-06unittest for fast string operator+ not allowing unwanted combinationsLuboš Luňák
2012-12-06use rtl_(u)string_alloc where the contents clearly don't need to be clearedLuboš Luňák
2012-12-06mvoe rtl_(u)string_alloc to salLuboš Luňák
2012-12-06acquire on the shared empty string does nothingLuboš Luňák
2012-12-06pass string by reference instead of by valueLuboš Luňák
2012-12-06support for fast string operator+ in operator+=/appendLuboš Luňák
2012-12-06rtl_(u)String_ensureCapacityLuboš Luňák
2012-12-06add doxygen tags to the internal fast string stuffLuboš Luňák
2012-12-06remove needless friend declarationLuboš Luňák
2012-12-06ostream/OString operator<< no longer neededLuboš Luňák
2012-12-06reduce a bit the rtl vs rtlunittest mess in string headersLuboš Luňák
2012-12-06committed by mistakeLuboš Luňák