summaryrefslogtreecommitdiffstats
path: root/include/rtl
Commit message (Expand)AuthorAgeFilesLines
* Adapt to C++2a char_tStephan Bergmann2018-11-172-0/+26
* Use [[nodiscard]] in SAL_WARN_UNUSED_RESULT where availableStephan Bergmann2018-09-111-8/+8
* correct doxygen syntaxKorrawit Pruegsanusak2018-09-103-76/+76
* coverity#1438473 silence Logically dead codeCaolán McNamara2018-08-311-0/+23
* new loplugin:conststringfieldNoel Grandin2018-08-221-0/+3
* Make OUStringLiteral ctor actually constexprStephan Bergmann2018-08-211-3/+18
* create appendCopy method in OUStringBufferNoel Grandin2018-08-141-0/+41
* tdf#42949 Fix IWYU warnings in include/rtl/*Gabor Kelemen2018-08-085-9/+0
* [API CHANGE] add some more asserts to the string functionsNoel Grandin2018-08-022-4/+6
* Revert rtl_alloc_preInit back to boolean argumentStephan Bergmann2018-08-021-27/+3
* add operator+=(OUStringBuffer) method to OUStringNoel Grandin2018-08-012-8/+42
* Remove "officially dead now" rtl_cache slab allocator mechanismStephan Bergmann2018-08-011-14/+4
* fix incorrect example in rtl_Instance docsLuboš Luňák2018-05-301-1/+1
* Fix typosAndrea Gelmini2018-05-231-1/+1
* [API CHANGE] Remove no longer working rtl_arena -> rtl_cache featureStephan Bergmann2018-05-161-1/+1
* sal: MSVC: pragma warning: make more specific, remove obsoleteMike Kaganski2018-02-021-1/+1
* loplugin:cstylecast (clang-cl, manual fix of conditional code)Stephan Bergmann2018-01-221-2/+3
* SAL_W32 is just an alias for _WIN32Stephan Bergmann2018-01-193-6/+6
* tdf#114939 sal: deprecate rtl_digest_*SHA* and rtl_digest_PBKDF2Michael Stahl2018-01-121-0/+63
* More loplugin:cstylecast: salStephan Bergmann2018-01-123-4/+4
* Fix typosAndrea Gelmini2017-12-291-1/+1
* Fix typosAndrea Gelmini2017-12-291-1/+1
* rtl: support start/stop threads around pre-initAshod Nakashian2017-12-281-4/+38
* Fix typosAndrea Gelmini2017-12-281-1/+1
* sal: add pre-initialization scheme for allocations.Michael Meeks2017-12-151-0/+37
* Avoid using O[U]StringConcat lvalues containing dangling refs to temporariesStephan Bergmann2017-11-114-16/+18
* loplugin:includeform: UNO API include filesStephan Bergmann2017-10-2334-126/+126
* correct doxygen syntaxKorrawit Pruegsanusak2017-10-233-32/+32
* overload std::hash for OUString and OStringNoel Grandin2017-10-232-0/+42
* correct wrong doxygen syntax; also comments clean-upKorrawit Pruegsanusak2017-10-172-121/+106
* sal: fix numerous doxygen warningsMichael Stahl2017-09-191-1/+1
* New rtl::isUnicodeScalarValue, rtl::isSurrogateStephan Bergmann2017-09-131-0/+27
* tdf#111964: only trim XML whitespaceMike Kaganski2017-08-232-2/+6
* rtl: typo in doc commentAshod Nakashian2017-08-041-1/+1
* de-hrc various thingsCaolán McNamara2017-07-211-8/+0
* RTL_UNICODETOTEXT_INFO_{DEST|SCR}BUFFERTOSMALL should use TOO, not TOChris Sherlock2017-07-171-0/+4
* Remove a bunch of comment cruft - esp. "the end." bitsChris Sherlock2017-06-164-128/+1
* Remove HAVE_CXX11_REF_QUALIFIER, always true nowStephan Bergmann2017-06-162-35/+10
* tdf#108039: check for nullptr in rtl_uString and OUStringMike Kaganski2017-06-071-1/+9
* add COVERITY_NOEXCEPT_FALSECaolán McNamara2017-06-061-1/+1
* HAVE_THREADSAFE_STATICS sould always be trueStephan Bergmann2017-06-011-6/+4
* apply SAL_RETURNS_NONNULL in a couple more placesNoel Grandin2017-05-292-7/+7
* create SAL_RETURNS_NONNULL annotationNoel Grandin2017-05-264-6/+6
* make __RSC a builtin define for the RSC compilerNoel Grandin2017-04-251-3/+3
* Improved loplugin:redundantcast, static_cast on arithmetic types: salStephan Bergmann2017-04-061-1/+1
* Finally switch MSVC to sal_Unicode = char16_t, tooStephan Bergmann2017-04-041-2/+1
* remove type decorations on char literalsJochen Nitschke2017-03-301-3/+3
* Fix typosAndrea Gelmini2017-03-253-4/+4
* Better check for 'defined LIBO_INTERNAL_ONLY'Stephan Bergmann2017-03-241-1/+1
* Use rtl::isAscii* instead of ctype.h is* (and fix passing plain char)Stephan Bergmann2017-03-221-0/+23