summaryrefslogtreecommitdiff
path: root/sal/inc
AgeCommit message (Expand)AuthorFilesLines
2013-03-04rhbz#908674: Adapt rtl::Allocator::construct to C++11Stephan Bergmann1-0/+8
2012-12-03Improve English commentsNaser Sharifi1-62/+61
2012-09-20Make rtl::O[U]String::isEmpty return true boolStephan Bergmann2-10/+4
2012-09-19fix system-clucene/-boost build with gcc 4.4Rene Engelhard1-0/+3
2012-08-21Related fdo#46249: FileStatus can have fewer fields than requestedStephan Bergmann1-20/+47
2012-06-14Revert MSVC ABI incompatible URE change (public -> protected)Stephan Bergmann1-0/+2
2012-05-22android: use existing SAL_DLLPUBLIC macros instead of attributesMichael Meeks1-3/+3
2012-05-08sal: work around spurious signed overflow warningsMichael Stahl1-2/+3
2012-05-04fdo#48253 Expand SAL_STATIC_CAST and SAL_CONST_CASTThomas Arnhold1-10/+0
2012-05-02Related: fdo#49208 implement operator== with faster equalsCaolán McNamara2-2/+2
2012-04-28Bin the unused vague SAL_IMPLEMENT_MAIN_WITH_GUI ideaTor Lillqvist1-17/+0
2012-04-23doxygen warning fixesLuboš Luňák1-1/+3
2012-04-16Recognize unoexceptionprotector and unobootstrapprotectorTor Lillqvist1-0/+1
2012-04-15fix ambiguous call on windowsMarkus Mohrhard1-1/+1
2012-04-15autofill increment needs a bit more tolerance, fdo#37424Markus Mohrhard1-0/+13
2012-04-13setup/teardown default component context once before/after all testsCaolán McNamara1-8/+1
2012-04-13WaE: unknown warning group '-Wreturn-type-c-linkage'Tor Lillqvist1-0/+3
2012-04-10make OSL_ASSERT print the failed expression, not just "OSL_ASSERT"Luboš Luňák1-1/+1
2012-04-10disable clang warning about something that cannot be fixed without BIC changeLuboš Luňák1-0/+13
2012-04-09Add a header for iOS-specific low-level stuffTor Lillqvist1-0/+60
2012-04-06fix gcc-4.0.1 and/or 32bit build for string literalsLuboš Luňák2-3/+3
2012-04-06string literal O(U)StringBuffer ctors too, after allLuboš Luňák6-18/+139
2012-04-04Minor tweakingsStephan Bergmann2-14/+12
2012-04-03SAL_REINTERPRET_CAST returns, for API stability (for 3rd-party extensions)Tor Lillqvist1-0/+1
2012-04-03try including the ostream<<OUString operator directly with OUStringLuboš Luňák3-14/+15
2012-04-03SAL_DEBUG(), instead of those temporary debug printf'sLuboš Luňák2-3/+19
2012-04-03Simplify SAL_CONST_CAST and SAL_STATIC_CAST defns, mention they are obsoleteTor Lillqvist1-12/+2
2012-04-03I'm dumb, fromAscii() stops at \0.Luboš Luňák2-3/+2
2012-04-02warn on \0 embedded in string literals, after allLuboš Luňák2-1/+6
2012-04-02sal: expose more stringbuffer related instrumentation pointsMichael Meeks2-4/+31
2012-03-30do not just warn on allocation failure, simply abortLuboš Luňák2-4/+4
2012-03-30no bad_alloc throwing in string literal O(U)String functionsLuboš Luňák1-23/+0
2012-03-29(const) char[] (i.e. size unknown) cannot be used with O(U)StringLuboš Luňák1-0/+9
2012-03-29(const) char[] is a plain C string type tooLuboš Luňák1-1/+12
2012-03-29fix SFINAE detection of const char[N] for msvcLuboš Luňák1-0/+6
2012-03-28gcc-4.0.1 SFINAE workaroundsLuboš Luňák1-0/+14
2012-03-28string literal overloads for OStringBufferLuboš Luňák1-2/+42
2012-03-28string literal overload for OUStringBuffer::insert()Luboš Luňák1-0/+13
2012-03-28string literal overload in the right placeLuboš Luňák1-13/+13
2012-03-28clean up string literal overloads in OUStringBufferLuboš Luňák1-15/+4
2012-03-28OUString does not have any non-const char functions, no need to check for itLuboš Luňák1-5/+0
2012-03-28use SFINAE to remove non-const char[N] OUString overloadsLuboš Luňák2-228/+120
2012-03-28move string helper types to stringutils.hxxLuboš Luňák6-70/+226
2012-03-28SFINAE workarounds for gcc-4.0.1Luboš Luňák1-0/+7
2012-03-28remove (non-const) char[N] overloads introduced because of string literalsLuboš Luňák1-196/+113
2012-03-28more SFINAE to distinguish between const char* and const char[]Luboš Luňák1-14/+28
2012-03-28hopefully only OString ctors do not work with SFINAE brokenLuboš Luňák1-2/+0
2012-03-28string literal overloads for rest of OString methodsLuboš Luňák1-10/+260
2012-03-26string literal overload for OString::operator=()Luboš Luňák1-0/+35
2012-03-26string literal overloads for OUStringBufferLuboš Luňák1-0/+18