summaryrefslogtreecommitdiff
path: root/include/rtl
AgeCommit message (Expand)AuthorFilesLines
2015-12-10More loplugin:nullptr automatic rewrite (within templates)Stephan Bergmann1-4/+4
2015-11-28Adapt to true wchar_t in clang-clStephan Bergmann1-1/+2
2015-11-18Use C++11 char16_t for sal_UnicodeStephan Bergmann1-0/+5
2015-11-13Adapt to clang-clStephan Bergmann1-1/+2
2015-11-13-Werror,-Wmicrosoft-enum-valueStephan Bergmann1-1/+5
2015-11-10Missing includes (for NULL)Stephan Bergmann7-0/+12
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann8-137/+137
2015-11-09Prevent += called on temporary O[U]String instancesStephan Bergmann2-1/+38
2015-11-06Best avoid SAL_CALL cargo-cult for new inline functionsStephan Bergmann1-1/+1
2015-11-06rtl::Reference Add move construction/assignmentDaniel Robertson1-0/+27
2015-09-30Fix typosAndrea Gelmini3-3/+3
2015-09-10Add OString::startsWithIgnoreAsciiCaseStephan Bergmann1-0/+49
2015-08-11new loplugin: defaultparamsNoel Grandin2-3/+3
2015-08-03Fix a copy-paste errorTakeshi Abe1-1/+1
2015-07-22Apply special treatment of OUStringLiteral1 to MSVC 2015David Ostrovsky1-3/+3
2015-07-12Rule out OString(std::nullptr_t)Stephan Bergmann1-0/+5
2015-07-08Fix typosAndrea Gelmini2-2/+2
2015-07-03Fix typosAndrea Gelmini1-1/+1
2015-06-30Coverity 1308555, 1308562, 1308600: Drop some SAL_THROW_EXTERN_CStephan Bergmann1-14/+7
2015-06-26Add optimized OUString += literal overloadStephan Bergmann2-0/+42
2015-06-26SAL_WARN_UNUSED_RESULT missing from some of the operator+ overloadsStephan Bergmann1-0/+3
2015-06-26Unnecessary nested #ifdef LIBO_INTERNAL_ONLYStephan Bergmann1-2/+0
2015-06-25Revert "Revert "Generalize OUStringLiteral1""Stephan Bergmann6-199/+413
2015-06-24Revert "Generalize OUStringLiteral1"Stephan Bergmann6-406/+199
2015-06-24Generalize OUStringLiteral1Stephan Bergmann6-199/+406
2015-06-23Implement full set of OUString::replaceFirst/All literal overloadsStephan Bergmann2-0/+105
2015-06-23Avoid conversion warnings in rtl::get[High|Low]SurrogateMatteo Casalin1-2/+2
2015-06-23Avoid conversion warning in O[U]String[Buffer] constructorsMatteo Casalin4-16/+20
2015-06-19Catch inadvertent uses of OUString(sal_Unicode) ctorStephan Bergmann1-0/+11
2015-06-16Fix typosAndrea Gelmini1-1/+1
2015-04-28Merge remote-tracking branch 'origin/feature/vclptr'Michael Meeks1-1/+7
2015-04-20Clean up new rtl/surrogates.hStephan Bergmann2-57/+84
2015-04-20duplicate surrogate codeCaolán McNamara1-0/+57
2015-04-10vclptr: create Instance helpers, and set initial ref-count to 1.Michael Meeks1-1/+7
2015-04-10Update @since tags LO 4.5 -> 5.0Stephan Bergmann4-12/+12
2015-03-31V597: introduce a rtl_secureZeroMemoryCaolán McNamara1-3/+16
2015-02-23tdf#88835 Calc: General format: 2 digits in exponentLaurent Balland-Poirier1-0/+20
2015-02-18TyposJulien Nabet2-2/+2
2015-02-14Related: tdf#63690 - remove rtl_logfileThorsten Behrens2-336/+0
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