Age | Commit message (Expand) | Author |
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-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-17 | migrate some of the biggest consumer of osl_*InterlockedCount to osl_atomic | Norbert Thiebaud |
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-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-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-16 | Fixed ThreadPool (and dependent ORequestThread) life cycle | Stephan Bergmann |
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-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-02-27 | cppu: JobQueue::enter: add mutex guards for m_nToDo | Michael Stahl |
2012-02-10 | Avoid deadlocks when disposing recursive JobQueue::enter | Stephan Bergmann |
2012-01-26 | Code cleanup: ( () ) replaced by (()) | Alexander Bergmann |
2012-01-21 | Removed some unused parameters; added SAL_UNUSED_PARAMETER. | Stephan Bergmann |
2012-01-06 | typo in OSL_DEBUG_LEVEL > 1 code | Caolán McNamara |
2012-01-05 | Leak TypeDescriptor_Init_Impl to avoid problems at exit. | Stephan Bergmann |
2012-01-05 | Explicitly initialize TypeDescriptor_Init_Impl. | Stephan Bergmann |
2012-01-02 | Replace dynamic array with std::vector. | Stephan Bergmann |
2011-12-23 | OSL_ASSERT -> assert | Stephan Bergmann |
2011-12-19 | get this to build under msvc 2008 | Caolán McNamara |
2011-12-19 | Prevent creation of new ORequestThreads during shutdown. | Stephan Bergmann |
2011-12-19 | Removed superfluous CPPU_DLLPUBLIC from definitions. | Stephan Bergmann |
2011-12-19 | cppu: add visibility symbols | Matúš Kukan |
2011-12-19 | cppu: convert to gbuild | Matúš Kukan |
2011-12-17 | Fix for fdo43460 Part X getLength() to isEmpty() | Olivier Hallot |
2011-12-11 | I don't see NO_BSYMBOLIC being used anywhere | Tor Lillqvist |
2011-12-08 | Less succes, more success | Stefan Knorr (astron) |
2011-12-01 | -Wstrict-aliasing fix | Stephan Bergmann |
2011-12-01 | The other uses of pReserved had been changed to nStaticRefCount in 2001. | Stephan Bergmann |
2011-11-27 | remove include of pch header in cppu | Norbert Thiebaud |