Age | Commit message (Expand) | Author |
2013-04-04 | remove HAVE_SFINAE_ANONYMOUS_BROKEN | Luboš Luňák |
2013-03-22 | For convenience, include config_global.h in sal/config.h | Stephan Bergmann |
2013-03-20 | use #if instead of #ifdef for testing config_xxx.hxx macros | Luboš Luňák |
2012-12-10 | No config_global.h in SDK | Stephan Bergmann |
2012-12-07 | add rtl::OUStringBuffer::append(bool) | Luboš Luňák |
2012-12-07 | use config_xxx.h files instead of -DHAVE_XXX on the command line | Luboš Luňák |
2012-12-03 | assert on strange lengths of string literals | Luboš Luňák |
2012-12-03 | make sure fast string operator+ is used only by LO code | Luboš Luňák |
2012-12-03 | support for fast O(U)String concatenation using operator+ | 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 | 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 |