summaryrefslogtreecommitdiffstats
path: root/sal/rtl
Commit message (Expand)AuthorAgeFilesLines
* Fix SAL_W32Stephan Bergmann2015-11-101-0/+4
* loplugin:nullptr (automatic rewrite)Stephan Bergmann2015-11-1021-401/+401
* loplugin:stringconstant: elide explicit ctor usage (automatic rewrite)Stephan Bergmann2015-11-061-2/+2
* Revert "see if including cmath instead of math.h satisfies Android-ARM"Eike Rathke2015-10-261-1/+1
* see if including cmath instead of math.h satisfies Android-ARMEike Rathke2015-10-261-1/+1
* Revert "attempted fix for android build"Stephan Bergmann2015-10-261-1/+0
* Revert "sal: fix Android build"Miklos Vajna2015-10-261-2/+0
* sal: fix Android buildMiklos Vajna2015-10-261-0/+2
* The Android NDK for some reason don't have these math functions in std::Tor Lillqvist2015-10-261-4/+4
* attempted fix for android buildNoel Grandin2015-10-261-0/+1
* replace implementation of rtl_math_expm1() and rtl_math_log1p()Eike Rathke2015-10-251-59/+2
* replace implementation of rtl_math_erf() and rtl_math_erfc()Eike Rathke2015-10-241-225/+4
* implement Inf and NaN handling for rtl_math_expm1() and rtl_math_log1p()Eike Rathke2015-10-241-0/+43
* implement proper Inf and NaN handling in rtl_math_erf() and rtl_math_erfc()Eike Rathke2015-10-241-0/+22
* prevent endless recursion through rtl_math_erf* for Inf or NaNEike Rathke2015-10-241-0/+8
* remove old standalone Sun bug numbersNoel Grandin2015-10-011-1/+0
* Revert "by default use the system memory allocator"Markus Mohrhard2015-10-011-5/+1
* by default use the system memory allocatorMarkus Mohrhard2015-09-281-1/+5
* valgrind: memleak in randompoolCaolán McNamara2015-09-181-1/+1
* loplugin:cstylecastNoel Grandin2015-07-211-1/+1
* use osl_get_system_random data in rtlRamdomPoolNorbert Thiebaud2015-07-201-9/+30
* performance tuning of rtl_ustr_indexOfAscii_WithLength()Norbert Thiebaud2015-07-071-6/+18
* Coverity 1308555, 1308562, 1308600: Drop some SAL_THROW_EXTERN_CStephan Bergmann2015-06-301-7/+6
* loplugin:stringconstant: handle OUString+=OUString(literal)Stephan Bergmann2015-06-261-1/+1
* Add optimized OUString += literal overloadStephan Bergmann2015-06-261-0/+24
* Do not forget to actually set newStr to an empty stringStephan Bergmann2015-06-251-3/+3
* Implement full set of OUString::replaceFirst/All literal overloadsStephan Bergmann2015-06-231-0/+58
* 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