summaryrefslogtreecommitdiff
path: root/sal
AgeCommit message (Expand)AuthorFilesLines
2015-01-07loplugin:cstylecast: salStephan Bergmann6-68/+47
2015-01-07drop crashrep unused since start of LibreOfficeCaolán McNamara2-645/+2
2015-01-06-Werror,-Wmacro-redefined (under Clang -fsanitize=*)Stephan Bergmann2-0/+18
2015-01-02boost::unordered_map->std::unordered_mapCaolán McNamara1-0/+1
2015-01-01error C2039: 'max' : is not a member of 'std'Miklos Vajna1-0/+1
2014-12-29"NOMINMAX" is not used [-Werror=unused-macros]Julien Nabet1-1/+2
2014-12-28try to fix windows buildMarkus Mohrhard1-0/+2
2014-12-27boost::unordered_map -> c++11 std::unordered_mapCaolán McNamara1-2/+2
2014-12-20TyposJulien Nabet3-4/+4
2014-12-19constants via #define must be integer if used in #if statementChristian Lohmaier2-2/+2
2014-12-19Assert ASCII precond of rtl_uString_newFromAscii/LiteralStephan Bergmann2-7/+4
2014-12-19IMPL_RTL_INTERN -> IMPL_RTL_IS_USTRINGStephan Bergmann3-18/+15
2014-12-19fdo#39440 sal: reduce scope of local variablesMichael Weghorn16-89/+62
2014-12-19No need for RTL_FAST_STRING in addition to LIBO_INTERNAL_ONLYStephan Bergmann2-31/+16
2014-12-19No need for RTL_USING in addition to LIBO_INTERNAL_ONLYStephan Bergmann1-2/+0
2014-12-19Remove unused */qa/checkapi/Stephan Bergmann1-31/+0
2014-12-17Fix 32-bit buildsStephan Bergmann1-2/+2
2014-12-17rtl::OUStringLiteral to the rescueStephan Bergmann1-0/+18
2014-12-17Introduce rtl::OUStringLiteral1Stephan Bergmann1-0/+24
2014-12-17Bin code that became dead after 8ecf956d79878c9b24f5ddc51d6b723a76d334f5Tor Lillqvist1-87/+0
2014-12-16sal: Use appropriate OUString functions on string constantsStephan Bergmann4-24/+22
2014-12-12sal: Use appropriate OUString functions on string constantsStephan Bergmann2-4/+5
2014-12-12osl_getCommandArg always returns osl_Process_E_NoneStephan Bergmann2-36/+31
2014-12-05[API CHANGE] Remove .link feature from bootstrap variablesStephan Bergmann1-25/+0
2014-12-04android: use ByteBuffer to send or store pointers in JNI bindingsTomaž Vajngerl1-2/+6
2014-12-04Don't keep the LibreOfficeKit pointer in a global variableTor Lillqvist1-7/+4
2014-12-04[API CHANGE] Remove osl_setCommandArgsStephan Bergmann3-17/+4
2014-12-04Still no need for osl_setCommandArgsStephan Bergmann2-1/+2
2014-12-02-Werror,-Wkeyword-macroStephan Bergmann1-1/+0
2014-11-28Fold URE: Linux ure/lib/* -> program/Stephan Bergmann1-4/+0
2014-11-27Make osl_getExecutableFile work even without a prior osl_setCommandArgsStephan Bergmann4-89/+30
2014-11-26Needless indirectionStephan Bergmann1-7/+2
2014-11-25Adapt some logs and assertionsStephan Bergmann2-11/+14
2014-11-25Revert "pyuno: set up fake command line in getComponentContext()"Stephan Bergmann2-26/+10
2014-11-24typo: unknownAndras Timar1-1/+1
2014-11-23Erm, setenv, not putenvStephan Bergmann1-32/+15
2014-11-21Silence false cid#1255391 TOCTOU warningStephan Bergmann1-0/+4
2014-11-21cid#1209049: Unchecked return valueStephan Bergmann1-1/+9
2014-11-21cid#1255386: Unchecked return valueStephan Bergmann1-5/+7
2014-11-20osl_getVolumeInformation: only stat if necessaryStephan Bergmann1-66/+71
2014-11-20sal: fix build with clang and --enable-crashdumpMichael Stahl1-4/+4
2014-11-20At least old Mac OS X does not know AT_FDCWDStephan Bergmann1-2/+5
2014-11-20Let attemptChangeMetadata work on symlink itselfStephan Bergmann1-10/+16
2014-11-20fdo#83529: Only preserve metadata of moved, not copied filesStephan Bergmann1-30/+22
2014-11-20Introduce OStringBuffer::appendUninitializedStephan Bergmann2-4/+9
2014-11-20len cannot be <= 1 hereStephan Bergmann2-2/+2
2014-11-20Needless assignment len -> nStephan Bergmann1-2/+1
2014-11-20Remove comment junkStephan Bergmann2-8/+0
2014-11-20Clean up Mac _imp_getProcessLocaleStephan Bergmann5-22/+42
2014-11-20Unused return valueStephan Bergmann2-4/+2