summaryrefslogtreecommitdiffstats
path: root/sal
Commit message (Expand)AuthorAgeFilesLines
* directly use malloc/free in sal, instead of rtl_allocateMemory/etcNoel Grandin2018-08-2723-105/+106
* rhbz#1618703: Allow to use OpenSSL as backend for rtl/cipher.hStephan Bergmann2018-08-234-3/+234
* Make OUStringLiteral ctor actually constexprStephan Bergmann2018-08-212-0/+4
* Simplify containers iterations, tdf#96099 follow-upArkadiy Illarionov2018-08-202-22/+15
* Fix typosAndrea Gelmini2018-08-191-2/+2
* Fix typo: s/an other/another/gAndrea Gelmini2018-08-154-5/+5
* Fix typosAndrea Gelmini2018-08-131-1/+1
* Fix typosAndrea Gelmini2018-08-101-1/+1
* Add missing sal/log.hxx headersGabor Kelemen2018-08-0614-0/+14
* loplugin:useuniqueptr in sal/qa/OStringBufferNoel Grandin2018-08-061-999/+862
* coverity#1438194 silence Resource leakCaolán McNamara2018-08-021-4/+9
* [API CHANGE] add some more asserts to the string functionsNoel Grandin2018-08-023-385/+14
* Use memcpy for string ImplNewCopy functionsNoel Grandin2018-08-021-8/+3
* Revert rtl_alloc_preInit back to boolean argumentStephan Bergmann2018-08-022-30/+20
* Replace rtl_cache_alloc/free with rtl_allocate/freeMemoryStephan Bergmann2018-08-012-127/+12
* Dead assignmentStephan Bergmann2018-08-011-1/+1
* Remove "officially dead now" rtl_cache slab allocator mechanismStephan Bergmann2018-08-014-1044/+39
* the custom SAL allocator is no longer usedNoel Grandin2018-07-317-677/+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-275-12/+13
* Related: rhbz#1602589 silence leaked_storageCaolán McNamara2018-07-271-0/+1
* loplugin:returnconstant in sal,l10ntools,sotNoel Grandin2018-07-261-4/+4
* Missing includes (--disable-pch)Stephan Bergmann2018-07-232-0/+2
* ofz#9507 wrong start point for Johab block 59Caolán McNamara2018-07-231-1/+1
* tdf#42949 Fix IWYU warnings in include/osl/*hxxGabor Kelemen2018-07-102-0/+2
* tdf#84323 - sal - add sane sleep interface: cleanup osl_waitThreadKevin Dubrulle2018-07-084-25/+4
* Improved loplugin:redundantcast (const-qualified typedefs): salStephan Bergmann2018-06-292-3/+3
* Make the RELATIVETIMER be relative to start of the process, not to first callTor Lillqvist2018-06-291-10/+15
* tdf#42949 Fix IWYU warnings in include/osl/*hGabor Kelemen2018-06-283-0/+3
* Don't reset signal that hasn't been setStephan Bergmann2018-06-211-1/+4
* Don't waste time in macxp_resolveAlias() on files inside the app bundleTor Lillqvist2018-06-193-2/+17
* Resolves: tdf#118073 one leading 0 is significant for 0.Eike Rathke2018-06-181-1/+1
* tdf#96099 Remove some trivial std::vector typedefsArkadiy Illarionov2018-06-123-43/+34
* new loplugin:shouldreturnboolNoel Grandin2018-06-111-6/+4
* sal: WNT -> _WIN32Thorsten Behrens2018-06-052-6/+6
* sal: fix logfile path retrieval from logging.iniThorsten Behrens2018-06-051-5/+10
* loplugin: look for CPPUNIT_ASSERT_EQUALS with params swappedNoel Grandin2018-06-014-165/+165
* loplugin:unusedfieldsNoel Grandin2018-05-281-2/+0
* loplugin:unusedmethodsNoel Grandin2018-05-282-19/+0
* Fix typosAndrea Gelmini2018-05-221-1/+1
* 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
* sal: log windows traces to debugger console, take twoThorsten Behrens2018-05-101-4/+0
* sal: log windows trace output to debugger consoleThorsten Behrens2018-05-081-0/+8
* loplugin:constantparamNoel Grandin2018-04-274-7/+7