- 4665e41 Use memset and memcmp insteadof rtl_zeroMemory and rtl_compareMemory in cppu by Arnaud Versini · 14 years ago
- bbd47d67 Assertion clean-up by Stephan Bergmann · 14 years ago
- 9e4266d WaE: unused variable by Tor Lillqvist · 14 years ago
- 1715093 More: echo -e is not POSIX (and unknown to Mac OS X) by Stephan Bergmann · 14 years ago
- 6080259 allow using rtl::OUString etc. simply as OUString, without rtl:: by Luboš Luňák · 14 years ago
- 1340890 simplify include guards by Thomas Arnhold · 14 years ago
- 73f453b just use rtl::OUString::createFromAscii by Caolán McNamara · 14 years ago
- 7d85125 we don't need to check for complete length, any non 0 length will do by Caolán McNamara · 14 years ago
- fdda178 targetted improvement of UNO API includes / usage by Michael Meeks · 14 years ago
- 0f11f30 Remove unused header files by Thomas Arnhold · 14 years ago
- 328e226 targetted re-work of cppunit pieces. by Michael Meeks · 14 years ago
- 46b8dbd re-base on ALv2 code. by Michael Meeks · 14 years ago
- ec5fa01 replace all but one .hdl include with equivalent .hpp includes. by Michael Meeks · 14 years ago
- 57ea40b WaE: clear higher debugging levels warnings by Caolán McNamara · 14 years ago
- c3a6a57 re-base on ALv2 code. by Michael Meeks · 14 years ago
- 544c785 quiet potential size warnings. by Michael Meeks · 14 years ago
- aa00f6f targetted sb140 revert. by Michael Meeks · 14 years ago
- 2fa2660 Better fix for ThreadPool/ORequestThread life cycle by Stephan Bergmann · 14 years ago
- 5729da1 fdo#42865: privatized unique empty string symbol: by Michael Stahl · 14 years ago
- d015384 Fixed ThreadPool (and dependent ORequestThread) life cycle by Stephan Bergmann · 14 years ago
- b1c3e8a make gbuild the default assumption of build.pl by Bjoern Michaelsen · 14 years ago
- df6d495 fix OSL_DEBUG_LEVEL > 1 build by Caolán McNamara · 14 years ago
- 61a8905 Reverted "Leak TypeDescriptor_Init_Impl to avoid problems at exit." by Stephan Bergmann · 14 years ago
- fd0790a WaE: Clang unused variable by Catalin Iacob · 14 years ago
- 0d0b794 WaE: implicit conversion changes signedness by Tor Lillqvist · 14 years ago
- 8d1fbba doxygen warning fixes by Luboš Luňák · 14 years ago
- aa28e0e remove doxygen warnings by Norbert Thiebaud · 14 years ago
- 9e7d5cd cppu: use InternalUnoApi by Matúš Kukan · 14 years ago
- 4c50f23 LinkTarget.mk: remove gb_LinkTarget_add_package_headers by Michael Stahl · 14 years ago
- c923f7d gbuild: "use" vs. "add": by Michael Stahl · 14 years ago
- d6bc02f Replaced equalsAsciiL(RTL_CONSTASCII_STRINGPARAM(...)) with == operator by Szabolcs Dezsi · 14 years ago
- 743f220 Replaced equalsAsciiL(RTL_CONSTASCII_STRINGPARAM(...)) with == operator by Szabolcs Dezsi · 14 years ago
- 694bb9f Do two fairly useless but often emitted OSL_TRACEs only if OSL_DEBUG_LEVEL > 2 by Tor Lillqvist · 14 years ago
- 1287491 More hacking on static linking (iOS) support by Tor Lillqvist · 14 years ago
- c0ab229 Uniquify uno_initEnvironment and uno_ext_getMapping in the static linking case by Tor Lillqvist · 14 years ago
- a8f19ca Use MAX_ALIGNMENT_4 also for iOS by Tor Lillqvist · 14 years ago
- ba6714d Dead code by Stephan Bergmann · 14 years ago
- 6e67c03 Enable -Wnon-virtual-dtor for GCC 4.6 by Stephan Bergmann · 14 years ago
- 84b3f7b gbuild: get rid of realpath in gb_Foo_set_include by Matúš Kukan · 14 years ago
- a860cd1 cppu: JobQueue::enter: add mutex guards for m_nToDo by Michael Stahl · 14 years ago
- 98a11f3 Some doxygen warnings cleanup by Korrawit Pruegsanusak · 14 years ago
- b1073d9 WaE: silence some documentation errors by Thomas Arnhold · 14 years ago
- 3e41d0b cleanup: remove remenants of gcc version checking by Michael Meeks · 14 years ago
- cba3ac1 Avoid deadlocks when disposing recursive JobQueue::enter by Stephan Bergmann · 14 years ago
- fb78dbc Added READMEs for modules related to URE, with content from the wiki by Josh Heidenreich · 14 years ago
- c857dff switch to include-based build rather than sourced-based build by Norbert Thiebaud · 14 years ago
- 0439af2 Code cleanup: ( () ) replaced by (()) by Alexander Bergmann · 14 years ago
- 7c704c7 Removed some unused parameters; added SAL_UNUSED_PARAMETER. by Stephan Bergmann · 14 years ago
- 3c7ad92 Drop UNO_REF_QUERY[_THROW] duplicates of UNO_QUERY[_THROW]. by Stephan Bergmann · 14 years ago
- 504e01e typo in OSL_DEBUG_LEVEL > 1 code by Caolán McNamara · 14 years ago
- 58ab12a Switch from autodoc to doxygen for SDK C++ documentation. by Stephan Bergmann · 14 years ago
- 0ba6bd3 Leak TypeDescriptor_Init_Impl to avoid problems at exit. by Stephan Bergmann · 14 years ago
- 321894a Explicitly initialize TypeDescriptor_Init_Impl. by Stephan Bergmann · 14 years ago
- 9d54084 Replace dynamic array with std::vector. by Stephan Bergmann · 14 years ago
- c84a5ec4 OSL_ASSERT -> assert by Stephan Bergmann · 14 years ago
- 47dda94 Add symbols from addsym.awk to gbuilified .map files. by Stephan Bergmann · 14 years ago
- bc4c7b5 get this to build under msvc 2008 by Caolán McNamara · 14 years ago
- b68640c Prevent creation of new ORequestThreads during shutdown. by Stephan Bergmann · 14 years ago
- 2af1a97 Removed superfluous CPPU_DLLPUBLIC from definitions. by Stephan Bergmann · 14 years ago
- 63141d2 -Werror=sign-promo fixes by Stephan Bergmann · 14 years ago
- d899f97 cppu: add visibility symbols by Matúš Kukan · 14 years ago
- 051fdda cppu: convert to gbuild by Matúš Kukan · 14 years ago
- 1b99d88 Fix for fdo43460 Part X getLength() to isEmpty() by Olivier Hallot · 14 years ago
- 7904a8c I don't see NO_BSYMBOLIC being used anywhere by Tor Lillqvist · 14 years ago
- ad2eb6c Less succes, more success by Stefan Knorr (astron) · 14 years ago
- beebf57 -Wstrict-aliasing fix by Stephan Bergmann · 14 years ago
- db4017c The other uses of pReserved had been changed to nStaticRefCount in 2001. by Stephan Bergmann · 14 years ago
- c0bed9c remove precompiled_xxx.hxx/cxx by Norbert Thiebaud · 14 years ago
- 24b4c07 remove include of pch header in cppu by Norbert Thiebaud · 14 years ago
- e4610ff remove PCH support in dmake-module by Norbert Thiebaud · 14 years ago
- 70a6b9f New sal/log.h obsoletes osl/diagnose.h and tools/debug.hxx. by Stephan Bergmann · 14 years ago
- c506e18 fdo#42865: cppu,cppuhelper,testtools: no mapfile by Michael Stahl · 14 years ago
- e3712f9 Fix build --all depend=x. by Stephan Bergmann · 14 years ago
- bf1f018 Some fixes for "clang version 3.1 (trunk 142234)" (with --enable-werror, on Linux x86_64). by Stephan Bergmann · 14 years ago
- 424dcd6 targeting gcc 4.6.1 gentoo strict-aliasing warnings by Caolán McNamara · 15 years ago
- 6671fa8 Removed uses of rtl::O[U]String[Buffer]::operator sal_{char|Unicode} const *(). by Stephan Bergmann · 15 years ago
- 2b20768 Tell what "LB" means by Tor Lillqvist · 15 years ago
- be6a867 OSL_TRACE: Remove trailing newlines by Thomas Arnhold · 15 years ago
- 1c69052 Bypass building the iOS cppu_unittester_all for now by Tor Lillqvist · 15 years ago
- d996328 sb140: #i113503# mixing system CppUnit and OOo STLport does not work, backed out a6913c9677c2 by Stephan Bergmann · 15 years ago
- 315e6ca sb140: silence warnings by Stephan Bergmann · 15 years ago
- e081225 Tweak some DLL and import library names in the WNTGCC case by Tor Lillqvist · 15 years ago
- b6a9f35 Link cppu statically to gcc3_uno on iOS by Tor Lillqvist · 15 years ago
- 9097947 Revert "I am tired of thesee assertions, put them behind dbglevel>2" by Tor Lillqvist · 15 years ago
- a3bad28 I am tired of thesee assertions, put them behind dbglevel>2 by Tor Lillqvist · 15 years ago
- d7e16fd Fix compilation errors with dbglevel>1 by Tor Lillqvist · 15 years ago
- 07ded12 Use OBJCXXFLAGS instead of duplicating it by Tor Lillqvist · 15 years ago
- 46bd39b Add statically linked cppu unit test for iOS by Tor Lillqvist · 15 years ago
- 4313f43 ause130: #i117218# change .idl handling to gnu make by Hans-Joachim Lankenau · 15 years ago
- a6d7605c Use the i prefix for the import library only with MSC by Tor Lillqvist · 15 years ago
- 292a358 Be less picky with library name by Tor Lillqvist · 15 years ago
- 4dafde8 restore dependency by Christian Lohmaier · 15 years ago
- 0700d11 get rid of "SHL2TARGETN redefined after use" warning - 2nd try by Christian Lohmaier · 15 years ago
- e224ac0 use rm -f to not complain about attempting to remove nonexisting file by Christian Lohmaier · 15 years ago
- 7249ab6 get rid of "SHL2TARGETN redefined after use" warning by Christian Lohmaier · 15 years ago
- bb0f5c9 No dynamic module loading on iOS by Tor Lillqvist · 15 years ago
- 28bff17 Can't run any qa when cross-compiling by Tor Lillqvist · 15 years ago
- 7862e39 Drop %_EXT% which was always empty by Tor Lillqvist · 15 years ago
- 35e1b53 Remove OS/2 support. by Francois Tigeot · 15 years ago
- 44d2445 use rtl::Static where double-locked pattern used by Caolán McNamara · 15 years ago