summaryrefslogtreecommitdiffstats
path: root/include/rtl
Commit message (Expand)AuthorAgeFilesLines
* Adapt to true wchar_t in clang-clStephan Bergmann2015-11-281-1/+2
* Use C++11 char16_t for sal_UnicodeStephan Bergmann2015-11-181-0/+5
* Adapt to clang-clStephan Bergmann2015-11-131-1/+2
* -Werror,-Wmicrosoft-enum-valueStephan Bergmann2015-11-131-1/+5
* Missing includes (for NULL)Stephan Bergmann2015-11-107-0/+12
* loplugin:nullptr (automatic rewrite)Stephan Bergmann2015-11-108-137/+137
* Prevent += called on temporary O[U]String instancesStephan Bergmann2015-11-092-1/+38
* Best avoid SAL_CALL cargo-cult for new inline functionsStephan Bergmann2015-11-061-1/+1
* rtl::Reference Add move construction/assignmentDaniel Robertson2015-11-061-0/+27
* Fix typosAndrea Gelmini2015-09-303-3/+3
* Add OString::startsWithIgnoreAsciiCaseStephan Bergmann2015-09-101-0/+49
* new loplugin: defaultparamsNoel Grandin2015-08-112-3/+3
* Fix a copy-paste errorTakeshi Abe2015-08-031-1/+1
* Apply special treatment of OUStringLiteral1 to MSVC 2015David Ostrovsky2015-07-221-3/+3
* Rule out OString(std::nullptr_t)Stephan Bergmann2015-07-121-0/+5
* Fix typosAndrea Gelmini2015-07-082-2/+2
* Fix typosAndrea Gelmini2015-07-031-1/+1
* Coverity 1308555, 1308562, 1308600: Drop some SAL_THROW_EXTERN_CStephan Bergmann2015-06-301-14/+7
* Add optimized OUString += literal overloadStephan Bergmann2015-06-262-0/+42
* SAL_WARN_UNUSED_RESULT missing from some of the operator+ overloadsStephan Bergmann2015-06-261-0/+3
* Unnecessary nested #ifdef LIBO_INTERNAL_ONLYStephan Bergmann2015-06-261-2/+0
* Revert "Revert "Generalize OUStringLiteral1""Stephan Bergmann2015-06-256-199/+413
* Revert "Generalize OUStringLiteral1"Stephan Bergmann2015-06-246-406/+199
* Generalize OUStringLiteral1Stephan Bergmann2015-06-246-199/+406
* Implement full set of OUString::replaceFirst/All literal overloadsStephan Bergmann2015-06-232-0/+105
* Avoid conversion warnings in rtl::get[High|Low]SurrogateMatteo Casalin2015-06-231-2/+2
* Avoid conversion warning in O[U]String[Buffer] constructorsMatteo Casalin2015-06-234-16/+20
* Catch inadvertent uses of OUString(sal_Unicode) ctorStephan Bergmann2015-06-191-0/+11
* Fix typosAndrea Gelmini2015-06-161-1/+1
* Merge remote-tracking branch 'origin/feature/vclptr'Michael Meeks2015-04-281-1/+7
|\
| * vclptr: create Instance helpers, and set initial ref-count to 1.Michael Meeks2015-04-101-1/+7
* | Clean up new rtl/surrogates.hStephan Bergmann2015-04-202-57/+84
* | duplicate surrogate codeCaolán McNamara2015-04-201-0/+57
* | Update @since tags LO 4.5 -> 5.0Stephan Bergmann2015-04-104-12/+12
|/
* V597: introduce a rtl_secureZeroMemoryCaolán McNamara2015-03-311-3/+16
* tdf#88835 Calc: General format: 2 digits in exponentLaurent Balland-Poirier2015-02-231-0/+20
* TyposJulien Nabet2015-02-182-2/+2
* Related: tdf#63690 - remove rtl_logfileThorsten Behrens2015-02-142-336/+0
* Basic : Partially rewrite hex and octal constant reading.Arnaud Versini2015-02-091-0/+15
* loplugin:deletedspecialStephan Bergmann2015-02-072-10/+6
* Make OUStringLiteral more usefulStephan Bergmann2015-02-061-1/+85
* sal: add back the append / insert assertions that were...Michael Stahl2015-02-062-0/+4
* sal: add some argument checking assertions for strings and buffersMichael Stahl2015-02-052-19/+0
* Visible function type RTTI for Clang -fsanitize=functionStephan Bergmann2015-01-265-5/+5
* sal: remove GCC 4.6 check, it does not claim C++11 supportMichael Stahl2015-01-232-6/+0
* sal: try to fix prematurely pushed 853c2fc71a96755a9dee629fd5d0e1cff9a48034Michael Stahl2015-01-232-0/+12
* sal: try to avoid abuse of OUStringBuffer(int) ctorMichael Stahl2015-01-232-0/+34
* Some more loplugin:cstylecast: salStephan Bergmann2015-01-202-2/+2
* remove boost::unordered_* from commentsCaolán McNamara2015-01-072-4/+4
* TyposJulien Nabet2014-12-201-2/+2