summaryrefslogtreecommitdiff
path: root/sal
AgeCommit message (Expand)Author
2013-01-26gbuild: do not copy boost headers aroundMichael Stahl
2013-01-26Remove redundant braces around for loopsStephan Bergmann
2013-01-23OSQLParser::RuleIDToRule should not silently change s_aReverseRuleIDLookupLionel Elie Mamane
2013-01-22refer more explicitly to sal/inc/sal/log-areas.dox for adding new areasLuboš Luňák
2013-01-21Revert "avoid -Wsign-promo warnings"Stephan Bergmann
2013-01-19Use default visibility for exception types even when DISABLE_DYNLOADINGTor Lillqvist
2013-01-19microoptimization for "" OUString ctorLuboš Luňák
2013-01-18avoid warning about a comparison being always trueLuboš Luňák
2013-01-18avoid -Wsign-promo warningsLuboš Luňák
2013-01-18long and long long can be the same size (and thus also sal_Int64)Luboš Luňák
2013-01-18Create OUString and OString number(*) methods.Noel Grandin
2013-01-16fdo#58415: Don't ignore osl_getFileURLFromSystemPath failureStephan Bergmann
2013-01-14Remove obsolete typesconfigStephan Bergmann
2013-01-14Simplify codeStephan Bergmann
2013-01-11Fix workaround for thead-unsafe getenv againStephan Bergmann
2013-01-11Further socket callback clean-upStephan Bergmann
2013-01-11Remove useless callback in unix socket implementationArnaud Versini
2013-01-09hack for apple's gcc-4.0.1 bugLuboš Luňák
2013-01-06Argh, I thought I had compiled this;)Tor Lillqvist
2013-01-06Streamline a bit for AndroidTor Lillqvist
2013-01-06Handle APP_DATA_DIR for iOS, tooTor Lillqvist
2013-01-06Bin obsolete commentTor Lillqvist
2013-01-06WaE: format specifies type 'int' but the argument has type 'sal_Int32' (aka '...Tor Lillqvist
2013-01-05Remove accidentally committed logging codeTor Lillqvist
2013-01-05Notice if SAL_LOG is changed while the process is runningTor Lillqvist
2013-01-03gbuild: replace all use of PRODUCT with ENABLE_DBGUTILMichael Stahl
2013-01-03sal: use pread / pwrite on every *nixRiccardo Magliocchetti
2013-01-02sw: fix loplugin warningsMiklos Vajna
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