summaryrefslogtreecommitdiff
path: root/include/rtl
AgeCommit message (Expand)AuthorFilesLines
2015-02-09Basic : Partially rewrite hex and octal constant reading.Arnaud Versini1-0/+15
2015-02-07loplugin:deletedspecialStephan Bergmann2-10/+6
2015-02-06Make OUStringLiteral more usefulStephan Bergmann1-1/+85
2015-02-06sal: add back the append / insert assertions that were...Michael Stahl2-0/+4
2015-02-05sal: add some argument checking assertions for strings and buffersMichael Stahl2-19/+0
2015-01-26Visible function type RTTI for Clang -fsanitize=functionStephan Bergmann5-5/+5
2015-01-23sal: remove GCC 4.6 check, it does not claim C++11 supportMichael Stahl2-6/+0
2015-01-23sal: try to fix prematurely pushed 853c2fc71a96755a9dee629fd5d0e1cff9a48034Michael Stahl2-0/+12
2015-01-23sal: try to avoid abuse of OUStringBuffer(int) ctorMichael Stahl2-0/+34
2015-01-20Some more loplugin:cstylecast: salStephan Bergmann2-2/+2
2015-01-07remove boost::unordered_* from commentsCaolán McNamara2-4/+4
2014-12-20TyposJulien Nabet1-2/+2
2014-12-19Make O[U]StringLiteral ctor explicitStephan Bergmann2-2/+2
2014-12-19This is not java.lang.StringBufferStephan Bergmann2-72/+0
2014-12-19No need for RTL_FAST_STRING in addition to LIBO_INTERNAL_ONLYStephan Bergmann6-79/+27
2014-12-19No need for RTL_USING in addition to LIBO_INTERNAL_ONLYStephan Bergmann4-8/+7
2014-12-18Introduce gb_*_set_external_codeStephan Bergmann1-4/+0
2014-12-17rtl::OUStringLiteral to the rescueStephan Bergmann1-16/+41
2014-12-17Introduce rtl::OUStringLiteral1Stephan Bergmann1-0/+70
2014-11-20Introduce OStringBuffer::appendUninitializedStephan Bergmann2-1/+27
2014-11-20Clean up Mac _imp_getProcessLocaleStephan Bergmann2-1/+27
2014-11-19sal, cppuhelper headers a little more complete and self-containedMichael Stahl1-0/+1
2014-11-18typo: boostrap -> bootstrap.Kohei Yoshida1-2/+3
2014-11-17sal: clean up public headers with include-what-you-useMichael Stahl6-6/+2
2014-11-17sal: remove pointless checking for __cplusplus in public C++ headersMichael Stahl1-3/+0
2014-11-17Add rtl::OUString::toUtf8()Miklos Vajna1-0/+23
2014-11-14fdo#86023 - O[U]String needs a 'clear' methodBrij Mohan Lal Srivastava2-0/+19
2014-11-05WaE: unused variable 'bSuccess'Tor Lillqvist1-0/+1
2014-11-05rtl::OUString::fromUtf8(): use rtl_convertStringToUString()Miklos Vajna1-10/+11
2014-11-05Add rtl::OUString::fromUtf8()Miklos Vajna1-0/+20
2014-10-20Increase assert coverage of OStringBuffer argumentsMatthew J. Francis1-2/+5
2014-10-17Increase assert coverage of OUStringBuffer argumentsMatthew J. Francis1-2/+11
2014-09-04coverity#706611 Uncaught exceptionCaolán McNamara1-4/+3
2014-07-17fix spelling structur -> structureNoel Grandin3-3/+3
2014-07-14remove IReferenceNoel Grandin1-22/+1
2014-07-08'internal' is a keyword in current C++/CLITor Lillqvist6-176/+176
2014-07-03Catch invalid null pointer operations earlyStephan Bergmann1-3/+6
2014-06-17-Wstrict-prototypesStephan Bergmann2-2/+2
2014-06-05sal/rtl: remove SAL_THROW macroNoel Grandin8-220/+208
2014-05-17Correct common misspellings, and remove some ASCII art along the way.Chris Laplante1-1/+1
2014-05-15Resolves: #i124896# [API CHANGE] remove obsoleted rtl/allocator.hxxHerbert Dürr1-175/+0
2014-05-01Many spelling fixes: directories r* - z*.Pedro Giffuni1-2/+2
2014-04-23RTL_UNICODETOTEXT_FLAGS_NOCOMPOSITE has never had any effectTor Lillqvist2-3/+2
2014-03-19make "rest" param in endsWithIgnoreAsciiCase default to zeroNoel Grandin1-1/+1
2014-03-01Adapt rtl_uriConvertRelToAbs to RFC 3986Stephan Bergmann1-22/+10
2014-03-01Remove visual noise from includeAlexander Wilms4-32/+32
2014-02-28Missing @since tags, and adapt to semantics of posix_memalignStephan Bergmann1-2/+11
2014-02-28Fix typo: s/Alined/AlignedTor Lillqvist1-2/+2
2014-02-27Ensure that numeric array storage is aligned to 256-byte boundary.Kohei Yoshida1-0/+24
2014-02-18Stick to a single O[U]String hash functionStephan Bergmann4-66/+0