summaryrefslogtreecommitdiffstats
path: root/include/rtl
Commit message (Expand)AuthorAgeFilesLines
* Move isIVSSelector, isCJKIVSCharacter to i18nutil/unicode.hxxStephan Bergmann2019-06-131-29/+0
* tdf#125497 allow backspace to remove CJK IVS.Mark Hung2019-05-301-0/+29
* implement std::hash for css::uno::Reference and rtl::ReferenceNoel Grandin2019-04-301-0/+24
* Revert "add more append methods to *StringBuffer"Noel Grandin2019-04-032-40/+0
* add more append methods to *StringBufferNoel Grandin2019-04-032-0/+40
* Fix some doxygen-generated documentation.Christophe JAILLET2019-03-221-18/+18
* Replace OUStringBuffer::appendCopy with append(std::u16string_view)Stephan Bergmann2019-01-111-39/+13
* o3tl::string_view -> std::string_view (in embedserv)Stephan Bergmann2019-01-101-0/+11
* Revert "tdf#42949 Fix IWYU warnings in include/rtl/*"Miklos Vajna2019-01-102-0/+2
* o3tl::string_view -> std::string_view (in configmgr)Stephan Bergmann2019-01-102-0/+15
* Clean up LIBO_INTERNAL_ONLY uses of SAL_WARN_UNUSED_RESULTStephan Bergmann2018-12-082-32/+32
* HAVE_CXX14_CONSTEXPR is always true nowStephan Bergmann2018-12-072-13/+3
* Remove obsolete GCC version checksStephan Bergmann2018-12-061-10/+0
* Remove obsolete _MSC_VER checksStephan Bergmann2018-11-301-12/+1
* Fix typosAndrea Gelmini2018-11-191-5/+5
* 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