Age | Commit message (Expand) | Author |
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 |
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 |