Age | Commit message (Expand) | Author |
2012-10-01 | gbuild: invert handling of standard system libraries: | Michael Stahl |
2012-10-01 | gbuild: gb_Library_PLAINLIBS_NONE cleanup for WNT: | Michael Stahl |
2012-10-01 | gbuild: gb_Library_PLAINLIBS_NONE cleanup for unxgcc/solaris | Michael Stahl |
2012-10-01 | gbuild: gb_Library_PLAINLIBS_NONE cleanup for Mac | Michael Stahl |
2012-10-01 | gbuild: clean up Mac OS X framework handling: | Michael Stahl |
2012-10-01 | gbuild: replace direct gb_STDLIBS use with ... | Michael Stahl |
2012-10-01 | gbuild: split uwinapi out of gb_STDLIBS | Michael Stahl |
2012-09-28 | move layout diagnostics to vcl.layout channel | Caolán McNamara |
2012-09-26 | sal: uri.cxx: deploy some asserts | Michael Stahl |
2012-09-25 | use intrinsict to inline InterlockCount() on Windows too | Norbert Thiebaud |
2012-09-25 | replace remaining InterlockedCount() with inlined version | Norbert Thiebaud |
2012-09-22 | dependency on makefile needs full path | David Tardon |
2012-09-21 | Guard against lack of slashes in dli_fname | Tor Lillqvist |
2012-09-19 | fix system-clucene/-boost build with gcc 4.4 | Rene Engelhard |
2012-09-19 | dung out no longer needed initUCBHelper methods; thanks to sberg. | Michael Meeks |
2012-09-18 | deprecate oustringostreaminserter.hxx | Norbert Thiebaud |
2012-09-18 | move ostream OUString operator<< directly to ustring.hxx | Luboš Luňák |
2012-09-17 | migrate some of the biggest consumer of osl_*InterlockedCount to osl_atomic | Norbert Thiebaud |
2012-09-17 | Some comment clean up | Stephan Bergmann |
2012-09-17 | add osl_atomic_* api to allow for inlined atomic increment/decrement | Norbert Thiebaud |
2012-09-17 | update unused code list | Caolán McNamara |
2012-09-17 | Include header with prototypes of defined functions | Stephan Bergmann |
2012-09-16 | export sal init and deinit functions | David Tardon |
2012-09-15 | Let --enable-assert-always-abort affect setting NDEBUG directly | Stephan Bergmann |
2012-09-15 | Include saldllapi.h explicitly where needed | Stephan Bergmann |
2012-09-15 | Revert "saldllapi.h is really not included outside of sal itself" | Stephan Bergmann |
2012-09-15 | Fix comparison | Julien Nabet |
2012-09-14 | typo: Uniocde -> Unicode | Andras Timar |
2012-09-14 | sal_rtl_uri unittest seems to depend on sal_textenc library too | Luboš Luňák |
2012-09-14 | better debug message when textenc module loading fails | Luboš Luňák |
2012-09-14 | Adapt for DISABLE_DYNLOADING possibility on Android | Tor Lillqvist |
2012-09-14 | add a configure option to make assert() abort in release code | Norbert Thiebaud |
2012-09-14 | remove use of SAL_MIN() macro | Norbert Thiebaud |
2012-09-14 | remove SAL_MAX() macros and few users | Norbert Thiebaud |
2012-09-14 | removed unused sal macro (SAL_FIELDOFFSET) | Norbert Thiebaud |
2012-09-14 | saldllapi.h is really not included outside of sal itself | Norbert Thiebaud |
2012-09-12 | WaE: unused parameter 'uFlags' | Tor Lillqvist |
2012-09-12 | Work around some potential problems with thread-unsafe getenv | Stephan Bergmann |
2012-09-12 | diagnose.c -> diagnose.cxx (to ease further modification) | Stephan Bergmann |
2012-09-12 | Simplify osl_searchPath_impl | Stephan Bergmann |
2012-09-11 | no ascii >127 chars in string literals | Luboš Luňák |
2012-09-11 | fdo#39625 Make existing cppunittests work | Radu Ioan |
2012-09-11 | Missing "include" | Stephan Bergmann |
2012-09-10 | what gets tested here turns out to be out of date now | Caolán McNamara |
2012-09-10 | fdo#39625 Make existing cppunittests work | Radu Ioan |
2012-09-07 | use new file header, this is actually a new file | Luboš Luňák |
2012-09-06 | add O(U)String::startsWith() to complement endsWith() | Luboš Luňák |
2012-09-05 | Detach thread before returning from android_main() | Tor Lillqvist |
2012-09-05 | fdo#38913: Prevent invalid parameter handler crashes | Stephan Bergmann |
2012-08-29 | allow NULL pModuleName for WNT in osl_getModuleHandle | Caolán McNamara |