Age | Commit message (Expand) | Author |
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 |
2012-04-24 | WaE: implicit conversion changes signedness | Tor Lillqvist |
2012-04-23 | doxygen warning fixes | Luboš Luňák |
2012-04-17 | remove doxygen warnings | Norbert Thiebaud |
2012-04-09 | cppu: use InternalUnoApi | Matúš Kukan |
2012-04-08 | LinkTarget.mk: remove gb_LinkTarget_add_package_headers | Michael Stahl |
2012-04-08 | gbuild: "use" vs. "add": | Michael Stahl |
2012-04-06 | Replaced equalsAsciiL(RTL_CONSTASCII_STRINGPARAM(...)) with == operator | Szabolcs Dezsi |
2012-04-06 | Replaced equalsAsciiL(RTL_CONSTASCII_STRINGPARAM(...)) with == operator | Szabolcs Dezsi |
2012-04-05 | Do two fairly useless but often emitted OSL_TRACEs only if OSL_DEBUG_LEVEL > 2 | Tor Lillqvist |
2012-03-21 | More hacking on static linking (iOS) support | Tor Lillqvist |
2012-03-21 | Uniquify uno_initEnvironment and uno_ext_getMapping in the static linking case | Tor Lillqvist |
2012-03-21 | Use MAX_ALIGNMENT_4 also for iOS | Tor Lillqvist |
2012-03-14 | Dead code | Stephan Bergmann |
2012-03-14 | Enable -Wnon-virtual-dtor for GCC 4.6 | Stephan Bergmann |
2012-03-10 | gbuild: get rid of realpath in gb_Foo_set_include | Matúš Kukan |
2012-02-27 | cppu: JobQueue::enter: add mutex guards for m_nToDo | Michael Stahl |
2012-02-23 | Some doxygen warnings cleanup | Korrawit Pruegsanusak |
2012-02-21 | WaE: silence some documentation errors | Thomas Arnhold |
2012-02-14 | cleanup: remove remenants of gcc version checking | Michael Meeks |
2012-02-10 | Avoid deadlocks when disposing recursive JobQueue::enter | Stephan Bergmann |
2012-02-06 | Added READMEs for modules related to URE, with content from the wiki | Josh Heidenreich |
2012-02-05 | switch to include-based build rather than sourced-based build | Norbert Thiebaud |
2012-01-26 | Code cleanup: ( () ) replaced by (()) | Alexander Bergmann |