summaryrefslogtreecommitdiff
path: root/sal
AgeCommit message (Expand)AuthorFilesLines
2013-01-28cleanups for number() string functionLuboš Luňák6-245/+248
2013-01-28consolidate the float number testsLuboš Luňák1-25/+2
2013-01-26gbuild: do not copy boost headers aroundMichael Stahl5-1/+12
2013-01-26Remove redundant braces around for loopsStephan Bergmann1-8/+8
2013-01-23OSQLParser::RuleIDToRule should not silently change s_aReverseRuleIDLookupLionel Elie Mamane1-0/+1
2013-01-22refer more explicitly to sal/inc/sal/log-areas.dox for adding new areasLuboš Luňák1-1/+2
2013-01-21Revert "avoid -Wsign-promo warnings"Stephan Bergmann2-48/+0
2013-01-19Use default visibility for exception types even when DISABLE_DYNLOADINGTor Lillqvist1-4/+8
2013-01-19microoptimization for "" OUString ctorLuboš Luňák2-4/+16
2013-01-18avoid warning about a comparison being always trueLuboš Luňák2-0/+4
2013-01-18avoid -Wsign-promo warningsLuboš Luňák2-0/+48
2013-01-18long and long long can be the same size (and thus also sal_Int64)Luboš Luňák3-1/+2
2013-01-18Create OUString and OString number(*) methods.Noel Grandin4-12/+382
2013-01-16fdo#58415: Don't ignore osl_getFileURLFromSystemPath failureStephan Bergmann1-5/+15
2013-01-14Remove obsolete typesconfigStephan Bergmann2-446/+0
2013-01-14Simplify codeStephan Bergmann1-29/+12
2013-01-11Fix workaround for thead-unsafe getenv againStephan Bergmann1-12/+24
2013-01-11Further socket callback clean-upStephan Bergmann3-16/+0
2013-01-11Remove useless callback in unix socket implementationArnaud Versini2-16/+0
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