summaryrefslogtreecommitdiffstats
path: root/sal
Commit message (Expand)AuthorAgeFilesLines
* boost::unordered_map->std::unordered_mapCaolán McNamara2015-01-021-0/+1
* error C2039: 'max' : is not a member of 'std'Miklos Vajna2015-01-011-0/+1
* "NOMINMAX" is not used [-Werror=unused-macros]Julien Nabet2014-12-291-1/+2
* try to fix windows buildMarkus Mohrhard2014-12-281-0/+2
* boost::unordered_map -> c++11 std::unordered_mapCaolán McNamara2014-12-271-2/+2
* TyposJulien Nabet2014-12-203-4/+4
* constants via #define must be integer if used in #if statementChristian Lohmaier2014-12-192-2/+2
* Assert ASCII precond of rtl_uString_newFromAscii/LiteralStephan Bergmann2014-12-192-7/+4
* IMPL_RTL_INTERN -> IMPL_RTL_IS_USTRINGStephan Bergmann2014-12-193-18/+15
* fdo#39440 sal: reduce scope of local variablesMichael Weghorn2014-12-1916-89/+62
* No need for RTL_FAST_STRING in addition to LIBO_INTERNAL_ONLYStephan Bergmann2014-12-192-31/+16
* No need for RTL_USING in addition to LIBO_INTERNAL_ONLYStephan Bergmann2014-12-191-2/+0
* Remove unused */qa/checkapi/Stephan Bergmann2014-12-191-31/+0
* Fix 32-bit buildsStephan Bergmann2014-12-171-2/+2
* rtl::OUStringLiteral to the rescueStephan Bergmann2014-12-171-0/+18
* Introduce rtl::OUStringLiteral1Stephan Bergmann2014-12-171-0/+24
* Bin code that became dead after 8ecf956d79878c9b24f5ddc51d6b723a76d334f5Tor Lillqvist2014-12-171-87/+0
* sal: Use appropriate OUString functions on string constantsStephan Bergmann2014-12-164-24/+22
* sal: Use appropriate OUString functions on string constantsStephan Bergmann2014-12-122-4/+5
* osl_getCommandArg always returns osl_Process_E_NoneStephan Bergmann2014-12-122-36/+31
* [API CHANGE] Remove .link feature from bootstrap variablesStephan Bergmann2014-12-051-25/+0
* android: use ByteBuffer to send or store pointers in JNI bindingsTomaž Vajngerl2014-12-041-2/+6
* Don't keep the LibreOfficeKit pointer in a global variableTor Lillqvist2014-12-041-7/+4
* [API CHANGE] Remove osl_setCommandArgsStephan Bergmann2014-12-043-17/+4
* Still no need for osl_setCommandArgsStephan Bergmann2014-12-042-1/+2
* -Werror,-Wkeyword-macroStephan Bergmann2014-12-021-1/+0
* Fold URE: Linux ure/lib/* -> program/Stephan Bergmann2014-11-281-4/+0
* Make osl_getExecutableFile work even without a prior osl_setCommandArgsStephan Bergmann2014-11-274-89/+30
* Needless indirectionStephan Bergmann2014-11-261-7/+2
* Adapt some logs and assertionsStephan Bergmann2014-11-252-11/+14
* Revert "pyuno: set up fake command line in getComponentContext()"Stephan Bergmann2014-11-252-26/+10
* typo: unknownAndras Timar2014-11-241-1/+1
* Erm, setenv, not putenvStephan Bergmann2014-11-231-32/+15
* Silence false cid#1255391 TOCTOU warningStephan Bergmann2014-11-211-0/+4
* cid#1209049: Unchecked return valueStephan Bergmann2014-11-211-1/+9
* cid#1255386: Unchecked return valueStephan Bergmann2014-11-211-5/+7
* osl_getVolumeInformation: only stat if necessaryStephan Bergmann2014-11-201-66/+71
* sal: fix build with clang and --enable-crashdumpMichael Stahl2014-11-201-4/+4
* At least old Mac OS X does not know AT_FDCWDStephan Bergmann2014-11-201-2/+5
* Let attemptChangeMetadata work on symlink itselfStephan Bergmann2014-11-201-10/+16
* fdo#83529: Only preserve metadata of moved, not copied filesStephan Bergmann2014-11-201-30/+22
* Introduce OStringBuffer::appendUninitializedStephan Bergmann2014-11-202-4/+9
* len cannot be <= 1 hereStephan Bergmann2014-11-202-2/+2
* Needless assignment len -> nStephan Bergmann2014-11-201-2/+1
* Remove comment junkStephan Bergmann2014-11-202-8/+0
* Clean up Mac _imp_getProcessLocaleStephan Bergmann2014-11-205-22/+42
* Unused return valueStephan Bergmann2014-11-202-4/+2
* sal: fix --enable-crashdump build in new C++ world orderMichael Stahl2014-11-201-4/+4
* Blind fix for AndroidStephan Bergmann2014-11-191-1/+1
* system.h -> system.hxxStephan Bergmann2014-11-1923-30/+24