summaryrefslogtreecommitdiff
path: root/sal/rtl
AgeCommit message (Expand)AuthorFilesLines
2015-02-08make this a comment a coverity quellerCaolán McNamara1-4/+4
2015-02-07coverity#1268297 Logically dead codeCaolán McNamara1-2/+0
2015-02-06Remove bogus assertsStephan Bergmann2-2/+0
2015-02-05sal: add some argument checking assertions for strings and buffersMichael Stahl5-8/+155
2015-02-05convert all remaining BOOST_STATIC_ASSERT to static_assertCaolán McNamara1-3/+2
2015-01-20Missing constStephan Bergmann1-3/+3
2015-01-20Some more loplugin:cstylecast: salStephan Bergmann8-35/+41
2015-01-16rtl_arena_alloc must never obey AMode_SYSTEMStephan Bergmann1-11/+0
2015-01-07loplugin:cstylecast: salStephan Bergmann2-16/+17
2015-01-06-Werror,-Wmacro-redefined (under Clang -fsanitize=*)Stephan Bergmann2-0/+18
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-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 Weghorn2-5/+4
2014-12-05[API CHANGE] Remove .link feature from bootstrap variablesStephan Bergmann1-25/+0
2014-11-27Make osl_getExecutableFile work even without a prior osl_setCommandArgsStephan Bergmann1-4/+2
2014-11-26Needless indirectionStephan Bergmann1-7/+2
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 Bergmann2-5/+10
2014-11-18More iwyu suggested headers removalRiccardo Magliocchetti3-3/+0
2014-11-17sal: clean up public headers with include-what-you-useMichael Stahl1-0/+1
2014-11-12Fix common typos. No automatic tools. Handmade…Andrea Gelmini1-1/+1
2014-11-10fix spelling implemenation -> implementationNoel Grandin1-3/+3
2014-11-06Early return missingStephan Bergmann1-0/+2
2014-11-06sal: it is impossible to have non-ASCII char hereMichael Stahl1-4/+1
2014-11-06sal: do not ignore conversion flags for RTL_TEXTENCODING_ASCII_USMichael Stahl1-7/+12
2014-11-06Revert "use the new OUString::fromUtf8 method"Stephan Bergmann1-3/+5
2014-11-06use the new OUString::fromUtf8 methodNoel Grandin1-5/+3
2014-11-05markup with event type not checker typeCaolán McNamara2-0/+4
2014-10-31cid#1202756 Clarify with assert that ave == 0 cannot happenStephan Bergmann1-0/+1
2014-10-31cid#1202755 Clarify with assert that new_size == 0 cannot happenStephan Bergmann1-0/+2
2014-10-28coverity#982593 experiment with silencing Infinite loopCaolán McNamara1-0/+2
2014-10-03coverity#1241327 Dereference after null checkCaolán McNamara1-17/+15
2014-10-03coverity#1241080 Dereference after null checkCaolán McNamara1-3/+2
2014-09-09Make the "Mac-like" or "canonical" app bundle structure always used on OS XTor Lillqvist1-1/+1
2014-09-04coverity#706611 Uncaught exceptionCaolán McNamara1-6/+3
2014-07-28Include <algorithm> for std::minTor Lillqvist1-0/+1
2014-07-07DBG_ASSERT->assert when followed by dereferenceCaolán McNamara1-2/+1
2014-07-04Use standard library optimised routines for OUString/OStringNoel Grandin1-60/+178
2014-07-03coverity#1187696 Unintended sign extensionCaolán McNamara1-1/+1
2014-07-01Clean up surrogates.hxxStephan Bergmann4-35/+25
2014-07-01clang scan-build: various warningsCaolán McNamara1-1/+2
2014-06-30It is useful to know what macros are we expanding, and to what.Jan Holesovsky1-1/+4