summaryrefslogtreecommitdiff
path: root/sal/inc
AgeCommit message (Expand)Author
2012-10-01Seems that the iOS-specific crack is not needed any longerTor Lillqvist
2012-09-28move layout diagnostics to vcl.layout channelCaolán McNamara
2012-09-25use intrinsict to inline InterlockCount() on Windows tooNorbert Thiebaud
2012-09-25replace remaining InterlockedCount() with inlined versionNorbert Thiebaud
2012-09-19fix system-clucene/-boost build with gcc 4.4Rene Engelhard
2012-09-18deprecate oustringostreaminserter.hxxNorbert Thiebaud
2012-09-18move ostream OUString operator<< directly to ustring.hxxLuboš Luňák
2012-09-17Some comment clean upStephan Bergmann
2012-09-17add osl_atomic_* api to allow for inlined atomic increment/decrementNorbert Thiebaud
2012-09-15Let --enable-assert-always-abort affect setting NDEBUG directlyStephan Bergmann
2012-09-15Include saldllapi.h explicitly where neededStephan Bergmann
2012-09-15Revert "saldllapi.h is really not included outside of sal itself"Stephan Bergmann
2012-09-14typo: Uniocde -> UnicodeAndras Timar
2012-09-14add a configure option to make assert() abort in release codeNorbert Thiebaud
2012-09-14remove use of SAL_MIN() macroNorbert Thiebaud
2012-09-14remove SAL_MAX() macros and few usersNorbert Thiebaud
2012-09-14removed unused sal macro (SAL_FIELDOFFSET)Norbert Thiebaud
2012-09-14saldllapi.h is really not included outside of sal itselfNorbert Thiebaud
2012-09-11Missing "include"Stephan Bergmann
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