summaryrefslogtreecommitdiffstats
path: root/include/rtl
Commit message (Expand)AuthorAgeFilesLines
* 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
* Prevent calls to rtl/character.hxx functions with (signed) char argumentsStephan Bergmann2017-03-221-0/+76
* Mark rtl_locale_get/setDefault as deprecatedStephan Bergmann2017-03-211-10/+9
* Only need an OStringBuffer in number2PolyPolygonStephan Bergmann2017-03-212-0/+61
* Remove redundant 'inline' keywordStephan Bergmann2017-03-038-64/+60
* Fix typosAndrea Gelmini2017-03-031-1/+1
* Remove uses of SAL_CONSTEXPR in LIBO_INTERNAL_ONLYStephan Bergmann2017-03-032-8/+8
* Remove MinGW supportStephan Bergmann2017-02-101-2/+1
* add 'explicit operator bool' to our reference classesNoel Grandin2017-01-261-0/+8
* New loplugin:externvar: salStephan Bergmann2017-01-095-0/+22
* coverity#1371227 Missing move assignment operatorCaolán McNamara2017-01-092-0/+24
* Replace side-effect--only uses of makeStringAndClear() with setLength(0)Stephan Bergmann2017-01-052-2/+2
* Make OUStringLiteral more usefulStephan Bergmann2016-12-172-6/+380