Age | Commit message (Expand) | Author |
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 |
2012-03-28 | hopefully only OString ctors do not work with SFINAE broken | Luboš Luňák |
2012-03-28 | string literal overloads for rest of OString methods | Luboš Luňák |
2012-03-26 | string literal overload for OString::operator=() | Luboš Luňák |
2012-03-26 | string literal overloads for OUStringBuffer | Luboš Luňák |
2012-03-22 | Clarify rtl_bootstrap_get documentation. | Will Thompson |
2012-03-22 | rtl::bootstap: rename filename parameter to contain "uri" | Will Thompson |
2012-03-22 | MinGW apparently needs to be forced into __cdecl | Stephan Bergmann |
2012-03-21 | More hacking on static linking (iOS) support | Tor Lillqvist |
2012-03-14 | Enable -Wnon-virtual-dtor for GCC 4.6 | Stephan Bergmann |
2012-03-13 | make OString work even with old gcc that has SFINAE broken | Luboš Luňák |
2012-03-13 | Removed FileStatus::isFile. Use ::isRegular instead. | Josh Heidenreich |
2012-03-12 | SAL_DLLPUBLIC_TEMPLATE | Luboš Luňák |
2012-03-12 | @since 3.6 -> @since LibreOffice 3.6 | Luboš Luňák |
2012-03-12 | implement OUString::endsWithIgnoreAsciiCase() | Luboš Luňák |
2012-03-12 | also check that string literals do not actually trigger OUString ctors | Luboš Luňák |