summaryrefslogtreecommitdiffstats
path: root/sal/inc
Commit message (Expand)AuthorAgeFilesLines
* fix gcc-4.0.1 and/or 32bit build for string literalsLuboš Luňák2012-04-062-3/+3
* string literal O(U)StringBuffer ctors too, after allLuboš Luňák2012-04-066-18/+139
* Minor tweakingsStephan Bergmann2012-04-042-14/+12
* SAL_REINTERPRET_CAST returns, for API stability (for 3rd-party extensions)Tor Lillqvist2012-04-031-0/+1
* try including the ostream<<OUString operator directly with OUStringLuboš Luňák2012-04-033-14/+15
* SAL_DEBUG(), instead of those temporary debug printf'sLuboš Luňák2012-04-032-3/+19
* Simplify SAL_CONST_CAST and SAL_STATIC_CAST defns, mention they are obsoleteTor Lillqvist2012-04-031-12/+2
* I'm dumb, fromAscii() stops at \0.Luboš Luňák2012-04-032-3/+2
* warn on \0 embedded in string literals, after allLuboš Luňák2012-04-022-1/+6
* sal: expose more stringbuffer related instrumentation pointsMichael Meeks2012-04-022-4/+31
* do not just warn on allocation failure, simply abortLuboš Luňák2012-03-302-4/+4
* no bad_alloc throwing in string literal O(U)String functionsLuboš Luňák2012-03-301-23/+0
* (const) char[] (i.e. size unknown) cannot be used with O(U)StringLuboš Luňák2012-03-291-0/+9
* (const) char[] is a plain C string type tooLuboš Luňák2012-03-291-1/+12
* fix SFINAE detection of const char[N] for msvcLuboš Luňák2012-03-291-0/+6
* gcc-4.0.1 SFINAE workaroundsLuboš Luňák2012-03-281-0/+14
* string literal overloads for OStringBufferLuboš Luňák2012-03-281-2/+42
* string literal overload for OUStringBuffer::insert()Luboš Luňák2012-03-281-0/+13
* string literal overload in the right placeLuboš Luňák2012-03-281-13/+13
* clean up string literal overloads in OUStringBufferLuboš Luňák2012-03-281-15/+4
* OUString does not have any non-const char functions, no need to check for itLuboš Luňák2012-03-281-5/+0
* use SFINAE to remove non-const char[N] OUString overloadsLuboš Luňák2012-03-282-228/+120
* move string helper types to stringutils.hxxLuboš Luňák2012-03-286-70/+226
* SFINAE workarounds for gcc-4.0.1Luboš Luňák2012-03-281-0/+7
* remove (non-const) char[N] overloads introduced because of string literalsLuboš Luňák2012-03-281-196/+113
* more SFINAE to distinguish between const char* and const char[]Luboš Luňák2012-03-281-14/+28
* hopefully only OString ctors do not work with SFINAE brokenLuboš Luňák2012-03-281-2/+0
* string literal overloads for rest of OString methodsLuboš Luňák2012-03-281-10/+260
* string literal overload for OString::operator=()Luboš Luňák2012-03-261-0/+35
* string literal overloads for OUStringBufferLuboš Luňák2012-03-261-0/+18
* Clarify rtl_bootstrap_get documentation.Will Thompson2012-03-221-2/+2
* rtl::bootstap: rename filename parameter to contain "uri"Will Thompson2012-03-222-4/+4
* MinGW apparently needs to be forced into __cdeclStephan Bergmann2012-03-221-5/+0
* More hacking on static linking (iOS) supportTor Lillqvist2012-03-211-1/+1
* Enable -Wnon-virtual-dtor for GCC 4.6Stephan Bergmann2012-03-141-0/+4
* make OString work even with old gcc that has SFINAE brokenLuboš Luňák2012-03-131-2/+16
* Removed FileStatus::isFile. Use ::isRegular instead.Josh Heidenreich2012-03-131-16/+0
* SAL_DLLPUBLIC_TEMPLATELuboš Luňák2012-03-121-0/+5
* @since 3.6 -> @since LibreOffice 3.6Luboš Luňák2012-03-122-16/+16
* implement OUString::endsWithIgnoreAsciiCase()Luboš Luňák2012-03-121-0/+40
* also check that string literals do not actually trigger OUString ctorsLuboš Luňák2012-03-121-0/+3
* forgot to disable mixed char and const char overloadsLuboš Luňák2012-03-121-2/+14
* replace replace*AsciiL() OUString methods with string literal onesLuboš Luňák2012-03-121-43/+94
* string literal overloads for some OUString methodsLuboš Luňák2012-03-121-0/+119
* some fixes for OUString docsLuboš Luňák2012-03-121-6/+6
* make the OUString unittest ctor contain garbageLuboš Luňák2012-03-121-3/+3
* prevent using RTL_CONSTASCII_* macros with string literal functionsLuboš Luňák2012-03-122-2/+14
* OString ctor for string literals without RTL_CONSTASCII stuffLuboš Luňák2012-03-122-3/+86
* rtl_uString_newFromLiteral() for string literalsLuboš Luňák2012-03-122-6/+7
* osl_loadModuleRelativeAscii was erroneously not exportedStephan Bergmann2012-03-121-1/+1