Age | Commit message (Expand) | Author |
2013-01-26 | gbuild: fix silly "expandtabs" in makefile VIM modelines | Michael Stahl |
2013-01-26 | gbuild: do not copy boost headers around | Michael Stahl |
2013-01-26 | Remove redundant braces around for loops | Stephan Bergmann |
2013-01-15 | Include <cassert> | Stephan Bergmann |
2013-01-15 | uno::Sequence: assert on negative length | Miklos Vajna |
2012-12-27 | Some cppcheck cleaning | Julien Nabet |
2012-12-03 | there should be no support for OString in Any | Luboš Luňák |
2012-12-03 | make sure uno::Any works with fast operator+ | Luboš Luňák |
2012-11-30 | c++ API: use css alias in generated headers, adds global css decl | Thorsten Behrens |
2012-11-28 | We only support MSVC 2008 (_MSC_VER 1500) or later | Tor Lillqvist |
2012-11-13 | Avoid global static data | Stephan Bergmann |
2012-10-07 | Handle lack of module loading/unloading API when DISABLE_DYNLOADING | Tor Lillqvist |
2012-10-01 | Replace usage of rtl_*Memory with equivalent from string.h | Arnaud Versini |
2012-09-30 | Make Reference::iset_throw work with multiple-inheritance interfaces | Stephan Bergmann |
2012-09-28 | gbuild: invert handling of standard system libraries: | 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-22 | dependency on makefile needs full path | David Tardon |
2012-09-21 | Need also uno_ext_getMapping for Java when DISABLE_DYNLOADING | Tor Lillqvist |
2012-09-21 | Adapt for DISABLE_DYNLOADING possibility also for Android | Tor Lillqvist |
2012-09-20 | DISABLE_DYNLOADING magic also for the jni_uno environment | Tor Lillqvist |
2012-09-18 | deprecate oustringostreaminserter.hxx | Norbert Thiebaud |
2012-09-17 | migrate some of the biggest consumer of osl_*InterlockedCount to osl_atomic | Norbert Thiebaud |
2012-08-01 | Bin no longer used iOS cppunit stuff that breaks build even | Tor Lillqvist |
2012-07-30 | udkapi, offapi: do not use #include "foo": | Michael Stahl |
2012-07-29 | Replace usage of rtl/memory.h in cppu with their equivalent from string.h | Arnaud Versini |
2012-07-24 | Use memset and memcmp insteadof rtl_zeroMemory and rtl_compareMemory in cppu | Arnaud Versini |
2012-07-23 | Assertion clean-up | Stephan Bergmann |
2012-07-23 | WaE: unused variable | Tor Lillqvist |
2012-07-16 | More: echo -e is not POSIX (and unknown to Mac OS X) | Stephan Bergmann |
2012-07-16 | allow using rtl::OUString etc. simply as OUString, without rtl:: | Luboš Luňák |
2012-07-14 | simplify include guards | Thomas Arnhold |
2012-07-03 | just use rtl::OUString::createFromAscii | Caolán McNamara |
2012-07-03 | we don't need to check for complete length, any non 0 length will do | Caolán McNamara |
2012-07-02 | targetted improvement of UNO API includes / usage | Michael Meeks |
2012-06-28 | Remove unused header files | Thomas Arnhold |
2012-06-27 | targetted re-work of cppunit pieces. | Michael Meeks |
2012-06-26 | re-base on ALv2 code. | Michael Meeks |
2012-06-21 | replace all but one .hdl include with equivalent .hpp includes. | Michael Meeks |
2012-06-15 | WaE: clear higher debugging levels warnings | Caolán McNamara |
2012-06-13 | re-base on ALv2 code. | Michael Meeks |
2012-06-13 | quiet potential size warnings. | Michael Meeks |
2012-06-13 | targetted sb140 revert. | Michael Meeks |
2012-05-23 | Better fix for ThreadPool/ORequestThread life cycle | Stephan Bergmann |
2012-05-18 | fdo#42865: privatized unique empty string symbol: | Michael Stahl |
2012-05-16 | Fixed ThreadPool (and dependent ORequestThread) life cycle | Stephan Bergmann |
2012-04-29 | make gbuild the default assumption of build.pl | Bjoern Michaelsen |
2012-04-26 | fix OSL_DEBUG_LEVEL > 1 build | Caolán McNamara |
2012-04-26 | Reverted "Leak TypeDescriptor_Init_Impl to avoid problems at exit." | Stephan Bergmann |
2012-04-25 | WaE: Clang unused variable | Catalin Iacob |