Age | Commit message (Expand) | Author | Files | Lines |
2012-04-26 | improve error message | Markus Mohrhard | 1 | -0/+2 |
2012-04-23 | doxygen warning fixes | Luboš Luňák | 1 | -1/+3 |
2012-04-19 | Revert "Remove unnecessary hack on Linux by using pthread_mutexattr_settype" | Arnaud Versini | 1 | -0/+6 |
2012-04-19 | Remove unnecessary hack on Linux by using pthread_mutexattr_settype | Arnaud Versini | 1 | -6/+0 |
2012-04-19 | Removed obsolete comment | Stephan Bergmann | 1 | -7/+0 |
2012-04-19 | clang warning for osl_detail_ObjectRegistry_getMutex() in the .cxx file too | Luboš Luňák | 1 | -0/+16 |
2012-04-17 | More informative warning message | Tor Lillqvist | 1 | -1/+1 |
2012-04-16 | Recognize unoexceptionprotector and unobootstrapprotector | Tor Lillqvist | 2 | -6/+12 |
2012-04-15 | fix ambiguous call on windows | Markus Mohrhard | 1 | -1/+1 |
2012-04-15 | autofill increment needs a bit more tolerance, fdo#37424 | Markus Mohrhard | 1 | -0/+13 |
2012-04-13 | WaE: initialization order | Michael Stahl | 1 | -1/+1 |
2012-04-13 | push and pop protectors around runner run, hopefully fixes windows build | Caolán McNamara | 1 | -6/+14 |
2012-04-13 | setup/teardown default component context once before/after all tests | Caolán McNamara | 2 | -16/+3 |
2012-04-13 | WaE: unknown warning group '-Wreturn-type-c-linkage' | Tor Lillqvist | 1 | -0/+3 |
2012-04-10 | make OSL_ASSERT print the failed expression, not just "OSL_ASSERT" | Luboš Luňák | 1 | -1/+1 |
2012-04-10 | disable clang warning about something that cannot be fixed without BIC change | Luboš Luňák | 1 | -0/+13 |
2012-04-09 | Add a header for iOS-specific low-level stuff | Tor Lillqvist | 2 | -0/+61 |
2012-04-09 | enforce only one possible use of gb_CustomTarget | Matúš Kukan | 1 | -1/+1 |
2012-04-08 | Replaced a few equal calls with == | Szabolcs Dezsi | 6 | -26/+26 |
2012-04-08 | LinkTarget.mk: remove gb_LinkTarget_add_package_headers | Michael Stahl | 2 | -3/+5 |
2012-04-08 | gbuild: "use" vs. "add": | Michael Stahl | 30 | -30/+30 |
2012-04-07 | WaE: msvc, unreachable code | Caolán McNamara | 1 | -17/+7 |
2012-04-06 | Replaced equalsAsciiL(RTL_CONSTASCII_STRINGPARAM(...)) with == operator | Szabolcs Dezsi | 5 | -30/+14 |
2012-04-06 | Replaced equalsAsciiL(RTL_CONSTASCII_STRINGPARAM(...)) with == operator | Szabolcs Dezsi | 1 | -7/+7 |
2012-04-06 | reset the flag before checking it it will be set again | Luboš Luňák | 1 | -0/+1 |
2012-04-06 | fix gcc-4.0.1 and/or 32bit build for string literals | Luboš Luňák | 2 | -3/+3 |
2012-04-06 | Replaced equalsAsciiL(RTL_CONSTASCII_STRINGPARAM(...)) with == operator | Szabolcs Dezsi | 2 | -7/+7 |
2012-04-06 | string literal O(U)StringBuffer ctors too, after all | Luboš Luňák | 9 | -33/+162 |
2012-04-05 | Catch attempts to open /assets files read-write. Improve debugging output | Tor Lillqvist | 1 | -15/+63 |
2012-04-05 | Translated German comments to English in folder 'sal'. | Mark Wolf | 7 | -131/+121 |
2012-04-04 | Minor tweakings | Stephan Bergmann | 3 | -16/+15 |
2012-04-03 | SAL_REINTERPRET_CAST returns, for API stability (for 3rd-party extensions) | Tor Lillqvist | 1 | -0/+1 |
2012-04-03 | try including the ostream<<OUString operator directly with OUString | Luboš Luňák | 3 | -14/+15 |
2012-04-03 | SAL_DEBUG(), instead of those temporary debug printf's | Luboš Luňák | 3 | -6/+29 |
2012-04-03 | Simplify SAL_CONST_CAST and SAL_STATIC_CAST defns, mention they are obsolete | Tor Lillqvist | 1 | -12/+2 |
2012-04-03 | don't skip first cmdline argument | Luboš Luňák | 1 | -2/+1 |
2012-04-03 | I'm dumb, fromAscii() stops at \0. | Luboš Luňák | 2 | -3/+2 |
2012-04-02 | fix crude command line arguments handling | Luboš Luňák | 1 | -35/+45 |
2012-04-02 | fix very ... uhm ... inventive and confusing use of empty string | Luboš Luňák | 2 | -24/+11 |
2012-04-02 | warn on \0 embedded in string literals, after all | Luboš Luňák | 3 | -1/+8 |
2012-04-02 | sal: reduce allocation thrash in URI encode / decode | Michael Meeks | 1 | -4/+4 |
2012-04-02 | sal: expose more stringbuffer related instrumentation points | Michael Meeks | 9 | -49/+86 |
2012-04-02 | Refactor where patch_libgnustl_shared() and extract_files() are called | Tor Lillqvist | 1 | -5/+14 |
2012-04-02 | Add a JNI_OnLoad() to store the JavaVM* also from non-NativeActivity apps | Tor Lillqvist | 1 | -5/+25 |
2012-04-01 | sal: rtlbootstrap.mk was empty on cygwin | Matúš Kukan | 1 | -1/+7 |
2012-03-31 | sal: use CustomTarget makefile | Matúš Kukan | 3 | -15/+19 |
2012-03-30 | Use correct JNI name mangling of underscores | Tor Lillqvist | 1 | -2/+2 |
2012-03-30 | do not just warn on allocation failure, simply abort | Luboš Luňák | 2 | -4/+4 |
2012-03-30 | no bad_alloc throwing in string literal O(U)String functions | Luboš Luňák | 2 | -24/+1 |
2012-03-30 | sal: add a more permanant set of annotations for lifetime tracking. | Michael Meeks | 2 | -13/+51 |