summaryrefslogtreecommitdiffstats
path: root/sal/rtl
Commit message (Expand)AuthorAgeFilesLines
* Resolves: tdf#126766 fix rounding correction at start of negative valuesEike Rathke2019-08-131-2/+12
* loplugin:sequentialassign in salNoel Grandin2019-04-131-3/+1
* Simplify containers iterations in reportdesign, sal, saxArkadiy Illarionov2019-02-121-6/+5
* tdf#120703 PVS: V560 A part of conditional expression is always true/falseMike Kaganski2019-02-111-2/+1
* tdf#39593 use existing find() to reduce copypasteArkadiy Illarionov2019-02-101-15/+1
* loplugin:indentation in registry..saxNoel Grandin2019-02-091-1/+1
* Remove obsolete SAL_FALLTHROUGH completelyStephan Bergmann2018-12-083-22/+22
* A leading or trailing group separator character is not a group separatorEike Rathke2018-12-011-2/+12
* Rename Mac OS X to official name macOS in comments and documentationBartosz Kosiorek2018-11-291-1/+1
* improve function-local statics in salNoel Grandin2018-11-222-15/+9
* loplugin:buriedassign in sd..writerfilterNoel Grandin2018-11-161-4/+4
* Fix typoAndrea Gelmini2018-11-111-3/+3
* loplugin:collapseif in framework..salNoel Grandin2018-11-071-5/+2
* replace double-checked locking patterns with thread safe local staticsMike Kaganski2018-11-042-30/+19
* tdf#120703 (PVS): V519 The variable is assigned values twice successivelyMike Kaganski2018-10-271-12/+6
* remove more rtl::OUString and OString prefixesNoel Grandin2018-10-242-59/+55
* use rtl_secureZeroMemory when we're zeroing temporaries before returningCaolán McNamara2018-10-202-13/+16
* loplugin:constfields in reportdesign,sal,saxNoel Grandin2018-10-121-2/+2
* Extend loplugin:redundantinline to catch inline functions w/o external linkageStephan Bergmann2018-10-095-17/+17
* use std::unordered_map in localeNoel Grandin2018-10-051-189/+23
* New loplugin:externalStephan Bergmann2018-09-173-4/+4
* These rtl_hash* functions appear to never have been exported from salStephan Bergmann2018-09-141-8/+12
* Cppcheck: reduce variable scopeMike Kaganski2018-09-071-2/+1
* -Werror,-Wunused-parameterStephan Bergmann2018-08-311-0/+1
* replace rtl_allocateMemory with std::mallocNoel Grandin2018-08-291-3/+4
* directly use malloc/free in sal, instead of rtl_allocateMemory/etcNoel Grandin2018-08-279-41/+42
* rhbz#1618703: Allow to use OpenSSL as backend for rtl/cipher.hStephan Bergmann2018-08-231-3/+161
* Add missing sal/log.hxx headersGabor Kelemen2018-08-061-0/+1
* [API CHANGE] add some more asserts to the string functionsNoel Grandin2018-08-021-6/+13
* Use memcpy for string ImplNewCopy functionsNoel Grandin2018-08-021-8/+3
* Revert rtl_alloc_preInit back to boolean argumentStephan Bergmann2018-08-021-28/+18
* Dead assignmentStephan Bergmann2018-08-011-1/+1
* Remove "officially dead now" rtl_cache slab allocator mechanismStephan Bergmann2018-08-013-1040/+39
* the custom SAL allocator is no longer usedNoel Grandin2018-07-314-667/+7
* avoid writing StringBuffer twiceNoel Grandin2018-07-304-13/+33
* bChanged can be boolNoel Grandin2018-07-291-6/+6
* Use memmove in trim_WithLengthNoel Grandin2018-07-291-11/+2
* optimise newFromStr functionsNoel Grandin2018-07-291-14/+2
* Related: rhbz#1602589 add comments to coverity annotationsCaolán McNamara2018-07-272-4/+4
* tdf#42949 Fix IWYU warnings in include/osl/*hGabor Kelemen2018-06-281-0/+1
* Resolves: tdf#118073 one leading 0 is significant for 0.Eike Rathke2018-06-181-1/+1
* new loplugin:shouldreturnboolNoel Grandin2018-06-111-6/+4
* loplugin:unusedfieldsNoel Grandin2018-05-281-2/+0
* loplugin:unusedmethodsNoel Grandin2018-05-282-19/+0
* New o3tl::temporary to simplify calls of std::modfStephan Bergmann2018-05-171-1/+2
* loplugin:redundantcast improvements for floating-integer conversionsStephan Bergmann2018-05-171-2/+5
* Remove leftover "#pragma GCC diagnostic ignored" halfStephan Bergmann2018-05-171-4/+0
* [API CHANGE] Remove no longer working rtl_arena -> rtl_cache featureStephan Bergmann2018-05-164-100/+7
* loplugin:constantparamNoel Grandin2018-04-274-7/+7
* loplugin:constantparamNoel Grandin2018-04-203-5/+5