summaryrefslogtreecommitdiffstats
path: root/sal/rtl
Commit message (Expand)AuthorAgeFilesLines
* loplugin:cstylecast: deal with remaining pointer castsStephan Bergmann2015-06-084-25/+25
* -fsanitize=nonnull-attribute in memcpy callStephan Bergmann2015-06-021-1/+1
* loplugin:redundantcast: Work around OS X memchr bugStephan Bergmann2015-05-291-2/+2
* Clean up new rtl/surrogates.hStephan Bergmann2015-04-203-24/+23
* duplicate surrogate codeCaolán McNamara2015-04-204-53/+3
* Use OUString::unacquiredStephan Bergmann2015-03-311-1/+1
* loplugin:redundantcastStephan Bergmann2015-03-311-1/+1
* V597: introduce a rtl_secureZeroMemoryCaolán McNamara2015-03-313-3/+18
* Reduce to static_cast any reinterpret_cast from void pointersStephan Bergmann2015-03-311-1/+1
* Clean up C-style casts from pointers to voidStephan Bergmann2015-03-2812-94/+94
* const_cast: convert some C-style casts and remove some redundant onesStephan Bergmann2015-03-261-1/+1
* Turn function-like macro into true functionStephan Bergmann2015-03-021-4/+8
* typoStephan Bergmann2015-03-022-10/+10
* tdf#88835 Calc: General format: 2 digits in exponentLaurent Balland-Poirier2015-02-231-9/+17
* remove unnecessary parenthesis in return statementsNoel Grandin2015-02-237-49/+49
* Related: tdf#63690 - remove rtl_logfileThorsten Behrens2015-02-141-227/+0
* coverity#1268298 mark up codeCaolán McNamara2015-02-121-4/+5
* make this a comment a coverity quellerCaolán McNamara2015-02-081-4/+4
* coverity#1268297 Logically dead codeCaolán McNamara2015-02-071-2/+0
* Remove bogus assertsStephan Bergmann2015-02-062-2/+0
* sal: add some argument checking assertions for strings and buffersMichael Stahl2015-02-055-8/+155
* convert all remaining BOOST_STATIC_ASSERT to static_assertCaolán McNamara2015-02-051-3/+2
* Missing constStephan Bergmann2015-01-201-3/+3
* Some more loplugin:cstylecast: salStephan Bergmann2015-01-208-35/+41
* rtl_arena_alloc must never obey AMode_SYSTEMStephan Bergmann2015-01-161-11/+0
* loplugin:cstylecast: salStephan Bergmann2015-01-072-16/+17
* -Werror,-Wmacro-redefined (under Clang -fsanitize=*)Stephan Bergmann2015-01-062-0/+18
* 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
* 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-192-5/+4
* [API CHANGE] Remove .link feature from bootstrap variablesStephan Bergmann2014-12-051-25/+0
* Make osl_getExecutableFile work even without a prior osl_setCommandArgsStephan Bergmann2014-11-271-4/+2
* Needless indirectionStephan Bergmann2014-11-261-7/+2
* 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-202-5/+10
* More iwyu suggested headers removalRiccardo Magliocchetti2014-11-183-3/+0
* sal: clean up public headers with include-what-you-useMichael Stahl2014-11-171-0/+1
* Fix common typos. No automatic tools. Handmade…Andrea Gelmini2014-11-121-1/+1
* fix spelling implemenation -> implementationNoel Grandin2014-11-101-3/+3
* Early return missingStephan Bergmann2014-11-061-0/+2
* sal: it is impossible to have non-ASCII char hereMichael Stahl2014-11-061-4/+1
* sal: do not ignore conversion flags for RTL_TEXTENCODING_ASCII_USMichael Stahl2014-11-061-7/+12