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