summaryrefslogtreecommitdiff
path: root/sal
AgeCommit message (Expand)AuthorFilesLines
2013-01-09hack for apple's gcc-4.0.1 bugLuboš Luňák1-0/+2
2013-01-06Argh, I thought I had compiled this;)Tor Lillqvist1-2/+2
2013-01-06Streamline a bit for AndroidTor Lillqvist1-4/+7
2013-01-06Handle APP_DATA_DIR for iOS, tooTor Lillqvist1-0/+8
2013-01-06Bin obsolete commentTor Lillqvist1-3/+0
2013-01-06WaE: format specifies type 'int' but the argument has type 'sal_Int32' (aka '...Tor Lillqvist1-4/+4
2013-01-05Remove accidentally committed logging codeTor Lillqvist1-3/+0
2013-01-05Notice if SAL_LOG is changed while the process is runningTor Lillqvist1-3/+14
2013-01-03gbuild: replace all use of PRODUCT with ENABLE_DBGUTILMichael Stahl1-1/+1
2013-01-03sal: use pread / pwrite on every *nixRiccardo Magliocchetti1-36/+0
2013-01-02sw: fix loplugin warningsMiklos Vajna1-0/+1
2013-01-02sal: missing jvmfwk in log-areasMiklos Vajna1-0/+1
2012-12-27Sigh, my git grep regexps missed some casesTor Lillqvist1-3/+3
2012-12-27Check for __GNUC__ instead of GCC in sourcesTor Lillqvist3-3/+3
2012-12-26PCH for Library_salLubos Lunak3-0/+45
2012-12-25Get rid of (most uses of) GUITor Lillqvist12-42/+37
2012-12-20Add ability to send SAL_* messages to syslogRiccardo Magliocchetti2-3/+47
2012-12-19don't use shared empty string if extra space is to be allocatedLuboš Luňák1-1/+1
2012-12-19Revert "fix crash for fdo#58306 when appending to OUStringBuffer initialised ...Luboš Luňák1-1/+1
2012-12-19fix crash for fdo#58306 when appending to OUStringBuffer initialised with ""Noel Power1-1/+1
2012-12-19Fix for making absolute the registry arguments of the uno executableStephan Bergmann1-1/+11
2012-12-18fdo#58473 - fix transliteration crasher caused by writing const string.Michael Meeks3-4/+7
2012-12-18update PCH headers using the current pch scriptLuboš Luňák3-43/+0
2012-12-17Revert part of 34e79c19babc0e6cc281025b40635b91dca444f3.Arnaud Versini1-5/+1
2012-12-17API CHANGE: Remove useless deprecated rtl/memory.hArnaud Versini5-110/+32
2012-12-17add script to regenerate pch filesPeter Foley1-1/+5
2012-12-17OUString::reverseCompareTo() string literal overload to match the AsciiL oneLuboš Luňák2-0/+14
2012-12-13NOMINMAX on Windows is defined globallyLuboš Luňák1-3/+0
2012-12-12Remove xml2cmp leftoversStephan Bergmann1-58/+0
2012-12-11SAL_DELETE -> SAL_DELETED_FUNCTION, for a more descriptive nameLuboš Luňák2-3/+3
2012-12-11Introduce SAL_DELETEStephan Bergmann2-3/+20
2012-12-11use SAL_WARN_UNUSED_RESULT for OUString::replaceAllIvan Timofeev1-3/+5
2012-12-10operator+ for stringbufferLuboš Luňák2-0/+30
2012-12-10No config_global.h in SDKStephan Bergmann2-0/+4
2012-12-10Do not fail for unset OSL_DEBUG_LEVEL (as happens in SDK)Stephan Bergmann1-0/+4
2012-12-10remove unneeded PCH stuffLuboš Luňák1-10/+0
2012-12-10no longer necessary to add include path for PCH headerLuboš Luňák1-1/+0
2012-12-10rename to gb_Library_set_precompiled_headerLuboš Luňák1-1/+1
2012-12-10#define _BSD_SOURCE to 1 (that's what compilers set it to, at least)Luboš Luňák1-1/+1
2012-12-10include guards for precompiled_xxx.hxx filesLuboš Luňák1-0/+6
2012-12-10more headers to be precompiled for salLuboš Luňák1-0/+8
2012-12-10testing PCH support in salLuboš Luňák3-0/+40
2012-12-10-Werror,-Wtautological-constant-out-of-range-compareStephan Bergmann1-6/+4
2012-12-10Avoid "deleted function definitions are a C++11 extension" in a better wayTor Lillqvist1-7/+0
2012-12-09WaE: deleted function definitions are a C++11 extensionTor Lillqvist1-0/+7
2012-12-07add rtl::OUStringBuffer::append(bool)Luboš Luňák2-1/+62
2012-12-07use config_xxx.h files instead of -DHAVE_XXX on the command lineLuboš Luňák2-0/+4
2012-12-06OUStringBuffer::remove( int ) -> truncate( int )Luboš Luňák1-2/+2
2012-12-06int vs oslInterlockedCount ambiguityLuboš Luňák2-16/+16
2012-12-06unittest for fast string operator+ not allowing unwanted combinationsLuboš Luňák3-0/+84