summaryrefslogtreecommitdiff
path: root/include/rtl
AgeCommit message (Expand)AuthorFilesLines
2019-06-12Move isIVSSelector, isCJKIVSCharacter to i18nutil/unicode.hxxStephan Bergmann1-29/+0
2019-06-12the variable names are not code,but nCodeTomoyuki Kubota1-2/+2
2019-05-30tdf#125497 allow backspace to remove CJK IVS.Mark Hung1-0/+29
2019-04-30implement std::hash for css::uno::Reference and rtl::ReferenceNoel Grandin1-0/+24
2019-04-03Revert "add more append methods to *StringBuffer"Noel Grandin2-40/+0
2019-04-03add more append methods to *StringBufferNoel Grandin2-0/+40
2019-03-22Fix some doxygen-generated documentation.Christophe JAILLET1-18/+18
2019-01-11Replace OUStringBuffer::appendCopy with append(std::u16string_view)Stephan Bergmann1-39/+13
2019-01-10o3tl::string_view -> std::string_view (in embedserv)Stephan Bergmann1-0/+11
2019-01-10Revert "tdf#42949 Fix IWYU warnings in include/rtl/*"Miklos Vajna2-0/+2
2019-01-10o3tl::string_view -> std::string_view (in configmgr)Stephan Bergmann2-0/+15
2018-12-08Clean up LIBO_INTERNAL_ONLY uses of SAL_WARN_UNUSED_RESULTStephan Bergmann2-32/+32
2018-12-07HAVE_CXX14_CONSTEXPR is always true nowStephan Bergmann2-13/+3
2018-12-06Remove obsolete GCC version checksStephan Bergmann1-10/+0
2018-11-30Remove obsolete _MSC_VER checksStephan Bergmann1-12/+1
2018-11-19Fix typosAndrea Gelmini1-5/+5
2018-11-17Adapt to C++2a char_tStephan Bergmann2-0/+26
2018-09-11Use [[nodiscard]] in SAL_WARN_UNUSED_RESULT where availableStephan Bergmann1-8/+8
2018-09-10correct doxygen syntaxKorrawit Pruegsanusak3-76/+76
2018-08-31coverity#1438473 silence Logically dead codeCaolán McNamara1-0/+23
2018-08-22new loplugin:conststringfieldNoel Grandin1-0/+3
2018-08-21Make OUStringLiteral ctor actually constexprStephan Bergmann1-3/+18
2018-08-14create appendCopy method in OUStringBufferNoel Grandin1-0/+41
2018-08-08tdf#42949 Fix IWYU warnings in include/rtl/*Gabor Kelemen5-9/+0
2018-08-02[API CHANGE] add some more asserts to the string functionsNoel Grandin2-4/+6
2018-08-02Revert rtl_alloc_preInit back to boolean argumentStephan Bergmann1-27/+3
2018-08-01add operator+=(OUStringBuffer) method to OUStringNoel Grandin2-8/+42
2018-08-01Remove "officially dead now" rtl_cache slab allocator mechanismStephan Bergmann1-14/+4
2018-05-30fix incorrect example in rtl_Instance docsLuboš Luňák1-1/+1
2018-05-23Fix typosAndrea Gelmini1-1/+1
2018-05-16[API CHANGE] Remove no longer working rtl_arena -> rtl_cache featureStephan Bergmann1-1/+1
2018-02-02sal: MSVC: pragma warning: make more specific, remove obsoleteMike Kaganski1-1/+1
2018-01-22loplugin:cstylecast (clang-cl, manual fix of conditional code)Stephan Bergmann1-2/+3
2018-01-19SAL_W32 is just an alias for _WIN32Stephan Bergmann3-6/+6
2018-01-12tdf#114939 sal: deprecate rtl_digest_*SHA* and rtl_digest_PBKDF2Michael Stahl1-0/+63
2018-01-12More loplugin:cstylecast: salStephan Bergmann3-4/+4
2017-12-29Fix typosAndrea Gelmini1-1/+1
2017-12-29Fix typosAndrea Gelmini1-1/+1
2017-12-28rtl: support start/stop threads around pre-initAshod Nakashian1-4/+38
2017-12-28Fix typosAndrea Gelmini1-1/+1
2017-12-15sal: add pre-initialization scheme for allocations.Michael Meeks1-0/+37
2017-11-11Avoid using O[U]StringConcat lvalues containing dangling refs to temporariesStephan Bergmann4-16/+18
2017-10-23loplugin:includeform: UNO API include filesStephan Bergmann34-126/+126
2017-10-23correct doxygen syntaxKorrawit Pruegsanusak3-32/+32
2017-10-23overload std::hash for OUString and OStringNoel Grandin2-0/+42
2017-10-17correct wrong doxygen syntax; also comments clean-upKorrawit Pruegsanusak2-121/+106
2017-09-19sal: fix numerous doxygen warningsMichael Stahl1-1/+1
2017-09-13New rtl::isUnicodeScalarValue, rtl::isSurrogateStephan Bergmann1-0/+27
2017-08-23tdf#111964: only trim XML whitespaceMike Kaganski2-2/+6
2017-08-04rtl: typo in doc commentAshod Nakashian1-1/+1