summaryrefslogtreecommitdiffstats
path: root/sal/inc
Commit message (Expand)AuthorAgeFilesLines
* Related: fdo#49208 implement operator== with faster equalsCaolán McNamara2012-05-022-2/+2
* Bin the unused vague SAL_IMPLEMENT_MAIN_WITH_GUI ideaTor Lillqvist2012-04-281-17/+0
* doxygen warning fixesLuboš Luňák2012-04-231-1/+3
* Recognize unoexceptionprotector and unobootstrapprotectorTor Lillqvist2012-04-161-0/+1
* fix ambiguous call on windowsMarkus Mohrhard2012-04-151-1/+1
* autofill increment needs a bit more tolerance, fdo#37424Markus Mohrhard2012-04-151-0/+13
* setup/teardown default component context once before/after all testsCaolán McNamara2012-04-131-8/+1
* WaE: unknown warning group '-Wreturn-type-c-linkage'Tor Lillqvist2012-04-131-0/+3
* make OSL_ASSERT print the failed expression, not just "OSL_ASSERT"Luboš Luňák2012-04-101-1/+1
* disable clang warning about something that cannot be fixed without BIC changeLuboš Luňák2012-04-101-0/+13
* Add a header for iOS-specific low-level stuffTor Lillqvist2012-04-091-0/+60
* 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