summaryrefslogtreecommitdiffstats
path: root/sal/inc
Commit message (Expand)AuthorAgeFilesLines
* targetted re-work of cppunit pieces.Michael Meeks2012-06-272-58/+1
* re-base on ALv2 code.Michael Meeks2012-06-221-23/+14
* re-base on ALv2 code.Michael Meeks2012-06-216-141/+87
* ByteBufferWrapper tweaksTor Lillqvist2012-06-181-17/+6
* Revert MSVC ABI incompatible URE change (public -> protected)Stephan Bergmann2012-06-141-0/+2
* Add Android-specific sal/ByteBufferWrapper.hxx headerTor Lillqvist2012-06-121-0/+51
* rename Class Name, Window Name and Message of the QuickStarter to avoid confl...Jesús Corrius2012-06-121-3/+3
* SwLineLayout: OSL_ENSURE -> SAL_WARN_IFMiklos Vajna2012-06-081-0/+2
* nuke dead codeTakeshi Abe2012-06-071-9/+0
* std::isfinite seems to not be available under Solaris. Bypassing it.Lionel Dricot2012-06-061-1/+2
* android: use existing SAL_DLLPUBLIC macros instead of attributesMichael Meeks2012-05-221-3/+3
* sal: work around spurious signed overflow warningsMichael Stahl2012-05-081-2/+3
* fdo#48253 Expand SAL_STATIC_CAST and SAL_CONST_CASTThomas Arnhold2012-05-041-10/+0
* 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