Age | Commit message (Expand) | Author |
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 |
2012-03-28 | gcc-4.0.1 SFINAE workarounds | Luboš Luňák |
2012-03-28 | string literal overloads for OStringBuffer | Luboš Luňák |
2012-03-28 | string literal overload for OUStringBuffer::insert() | Luboš Luňák |
2012-03-28 | string literal overload in the right place | Luboš Luňák |
2012-03-28 | clean up string literal overloads in OUStringBuffer | Luboš Luňák |
2012-03-28 | OUString does not have any non-const char functions, no need to check for it | Luboš Luňák |
2012-03-28 | use SFINAE to remove non-const char[N] OUString overloads | Luboš Luňák |
2012-03-28 | move string helper types to stringutils.hxx | Luboš Luňák |
2012-03-28 | SFINAE workarounds for gcc-4.0.1 | Luboš Luňák |
2012-03-28 | remove (non-const) char[N] overloads introduced because of string literals | Luboš Luňák |
2012-03-28 | more SFINAE to distinguish between const char* and const char[] | Luboš Luňák |