summaryrefslogtreecommitdiff
path: root/sal/inc
AgeCommit message (Expand)Author
2012-09-06add O(U)String::startsWith() to complement endsWith()Luboš Luňák
2012-08-21Related fdo#46249: FileStatus can have fewer fields than requestedStephan Bergmann
2012-08-21mingw doesn't know __uuidofLuboš Luňák
2012-08-14-Werror,-Wunique-enum (Clang towards 3.2)Stephan Bergmann
2012-07-30Work around isfinite crack with NDK r8b and the 4.6 toolchainTor Lillqvist
2012-07-27Use memset and memcpy insteadof rtl_zeroMemory and rtl_copyMemory in salArnaud Versini
2012-07-23Make rtl::O[U]String::isEmpty return true boolStephan Bergmann
2012-07-16allow using rtl::OUString etc. simply as OUString, without rtl::Luboš Luňák
2012-07-14simplify include guardsThomas Arnhold
2012-07-11Revert "WaE: logically last test always passes"Stephan Bergmann
2012-07-11Use rtl_zeroMemory in place of rtl_fillMemory(..., 0)Christophe JAILLET
2012-06-27targetted re-work of cppunit pieces.Michael Meeks
2012-06-22re-base on ALv2 code.Michael Meeks
2012-06-21re-base on ALv2 code.Michael Meeks
2012-06-18ByteBufferWrapper tweaksTor Lillqvist
2012-06-14Revert MSVC ABI incompatible URE change (public -> protected)Stephan Bergmann
2012-06-12Add Android-specific sal/ByteBufferWrapper.hxx headerTor Lillqvist
2012-06-12rename Class Name, Window Name and Message of the QuickStarter to avoid confl...Jesús Corrius
2012-06-08SwLineLayout: OSL_ENSURE -> SAL_WARN_IFMiklos Vajna
2012-06-07nuke dead codeTakeshi Abe
2012-06-06std::isfinite seems to not be available under Solaris. Bypassing it.Lionel Dricot
2012-05-22android: use existing SAL_DLLPUBLIC macros instead of attributesMichael Meeks
2012-05-08sal: work around spurious signed overflow warningsMichael Stahl
2012-05-04fdo#48253 Expand SAL_STATIC_CAST and SAL_CONST_CASTThomas Arnhold
2012-05-02Related: fdo#49208 implement operator== with faster equalsCaolán McNamara
2012-04-28Bin the unused vague SAL_IMPLEMENT_MAIN_WITH_GUI ideaTor Lillqvist
2012-04-23doxygen warning fixesLuboš Luňák
2012-04-16Recognize unoexceptionprotector and unobootstrapprotectorTor Lillqvist
2012-04-15fix ambiguous call on windowsMarkus Mohrhard
2012-04-15autofill increment needs a bit more tolerance, fdo#37424Markus Mohrhard
2012-04-13setup/teardown default component context once before/after all testsCaolán McNamara
2012-04-13WaE: unknown warning group '-Wreturn-type-c-linkage'Tor Lillqvist
2012-04-10make OSL_ASSERT print the failed expression, not just "OSL_ASSERT"Luboš Luňák
2012-04-10disable clang warning about something that cannot be fixed without BIC changeLuboš Luňák
2012-04-09Add a header for iOS-specific low-level stuffTor Lillqvist
2012-04-06fix gcc-4.0.1 and/or 32bit build for string literalsLuboš Luňák
2012-04-06string literal O(U)StringBuffer ctors too, after allLuboš Luňák
2012-04-04Minor tweakingsStephan Bergmann
2012-04-03SAL_REINTERPRET_CAST returns, for API stability (for 3rd-party extensions)Tor Lillqvist
2012-04-03try including the ostream<<OUString operator directly with OUStringLuboš Luňák
2012-04-03SAL_DEBUG(), instead of those temporary debug printf'sLuboš Luňák
2012-04-03Simplify SAL_CONST_CAST and SAL_STATIC_CAST defns, mention they are obsoleteTor Lillqvist
2012-04-03I'm dumb, fromAscii() stops at \0.Luboš Luňák
2012-04-02warn on \0 embedded in string literals, after allLuboš Luňák
2012-04-02sal: expose more stringbuffer related instrumentation pointsMichael Meeks
2012-03-30do not just warn on allocation failure, simply abortLuboš Luňák
2012-03-30no bad_alloc throwing in string literal O(U)String functionsLuboš Luňák
2012-03-29(const) char[] (i.e. size unknown) cannot be used with O(U)StringLuboš Luňák
2012-03-29(const) char[] is a plain C string type tooLuboš Luňák
2012-03-29fix SFINAE detection of const char[N] for msvcLuboš Luňák