Age | Commit message (Expand) | Author |
2012-11-07 | move CppunitTest_sal_osl_process to gb_Module_add_check_targets call | Rene Engelhard |
2012-11-06 | Add some rtl::Bootstrap unit test | Stephan Bergmann |
2012-11-06 | Some white-space clean-up | Stephan Bergmann |
2012-11-03 | document writerfilter.profile log area | Miklos Vajna |
2012-11-03 | isfinite() is hard to get right | Tor Lillqvist |
2012-11-02 | Try to use isfinite() for iOS | Tor Lillqvist |
2012-11-02 | change std::clog debug output to SAL_INFO, so that it can be turned off | Luboš Luňák |
2012-11-02 | loplugin: unused UniStrings | Caolán McNamara |
2012-10-28 | add SAL_WARN_UNUSED to some classes | Caolán McNamara |
2012-10-26 | add generic sc/sw log categories | Caolán McNamara |
2012-10-26 | add svl.numbers to log-areas | Caolán McNamara |
2012-10-25 | add filter.xslt log area | Caolán McNamara |
2012-10-25 | fix tests that aren't testing anything | Caolán McNamara |
2012-10-25 | Cleanup and simplification of process.cxx | Arnaud Versini |
2012-10-25 | loplugin: tidy up some log areas | Caolán McNamara |
2012-10-22 | some more clang warnings | Caolán McNamara |
2012-10-17 | More useless code, "#if 0" blocks in lingucomponent, sal, and rsc | Marcos Paulo de Souza |
2012-10-13 | loplugin: some log, indent and unused variable warnings | Caolán McNamara |
2012-10-13 | compiler check to compare SAL_WARN/LOG areas against sal/inc/sal/log-areas.dox | Luboš Luňák |
2012-10-13 | use consistently sal.osl and sal.rtl as log areas | Luboš Luňák |
2012-10-12 | mark lcl_ functions static or rename them if they are not local at all | Luboš Luňák |
2012-10-11 | loplugin: more unused OUStrings and so forth | Caolán McNamara |
2012-10-11 | Be consistent with surrounding code | Tor Lillqvist |
2012-10-11 | WaE: 'fn' may be used uninitialized in this function | Tor Lillqvist |
2012-10-11 | Use DISABLE_DYNLOADING on Android | Tor Lillqvist |
2012-10-10 | avoid unused variable warnings for vars used for RTL_LOGFILE_CONTEXT_TRACEx | Luboš Luňák |
2012-10-10 | loplugin: unused O[U]Strings | Caolán McNamara |
2012-10-09 | Add a 'fromIndex' parameter to OUString::replaceAll | Noel Grandin |
2012-10-09 | mark our string classes as SAL_WARN_UNUSED | Luboš Luňák |
2012-10-09 | compiler check for unused variables | Luboš Luňák |
2012-10-07 | When DISABLE_DYNLOADING don't even provide any module loading/unloading API | Tor Lillqvist |
2012-10-04 | Version name/dependency cleanup towards 3.7 | Stephan Bergmann |
2012-10-03 | Revert "add rtl::OUStringBuffer::append(bool)" | Markus Mohrhard |
2012-10-03 | add rtl::OUStringBuffer::append(bool) | Markus Mohrhard |
2012-10-03 | fix indentation | Markus Mohrhard |
2012-10-03 | xml2cmp no longer used | Stephan Bergmann |
2012-10-02 | update string copy semantics to be undefined in a non-crashing way. | Michael Meeks |
2012-10-01 | Remove internal usage of rtl/memory.h in sal module | Arnaud Versini |
2012-10-01 | Seems that the iOS-specific crack is not needed any longer | Tor Lillqvist |
2012-09-28 | gbuild: invert handling of standard system libraries: | Michael Stahl |
2012-09-28 | gbuild: gb_Library_PLAINLIBS_NONE cleanup for WNT: | Michael Stahl |
2012-09-28 | gbuild: gb_Library_PLAINLIBS_NONE cleanup for unxgcc/solaris | Michael Stahl |
2012-09-28 | gbuild: gb_Library_PLAINLIBS_NONE cleanup for Mac | Michael Stahl |
2012-09-28 | gbuild: clean up Mac OS X framework handling: | Michael Stahl |
2012-09-28 | gbuild: replace direct gb_STDLIBS use with ... | Michael Stahl |
2012-09-28 | 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 |