summaryrefslogtreecommitdiffstats
path: root/cppu
Commit message (Expand)AuthorAgeFilesLines
* gbuild: replace direct gb_STDLIBS use with ...Michael Stahl2012-09-2811-11/+22
* gbuild: split uwinapi out of gb_STDLIBSMichael Stahl2012-09-2811-0/+11
* dependency on makefile needs full pathDavid Tardon2012-09-221-1/+1
* Need also uno_ext_getMapping for Java when DISABLE_DYNLOADINGTor Lillqvist2012-09-212-0/+15
* Adapt for DISABLE_DYNLOADING possibility also for AndroidTor Lillqvist2012-09-211-5/+5
* DISABLE_DYNLOADING magic also for the jni_uno environmentTor Lillqvist2012-09-202-1/+10
* deprecate oustringostreaminserter.hxxNorbert Thiebaud2012-09-182-5/+0
* migrate some of the biggest consumer of osl_*InterlockedCount to osl_atomicNorbert Thiebaud2012-09-1716-81/+70
* Bin no longer used iOS cppunit stuff that breaks build evenTor Lillqvist2012-08-015-156/+0
* udkapi, offapi: do not use #include "foo":Michael Stahl2012-07-302-10/+10
* Replace usage of rtl/memory.h in cppu with their equivalent from string.hArnaud Versini2012-07-293-12/+15
* Use memset and memcmp insteadof rtl_zeroMemory and rtl_compareMemory in cppuArnaud Versini2012-07-244-17/+26
* Assertion clean-upStephan Bergmann2012-07-231-9/+6
* WaE: unused variableTor Lillqvist2012-07-231-0/+4
* More: echo -e is not POSIX (and unknown to Mac OS X)Stephan Bergmann2012-07-161-11/+11
* allow using rtl::OUString etc. simply as OUString, without rtl::Luboš Luňák2012-07-164-0/+136
* simplify include guardsThomas Arnhold2012-07-141-1/+1
* just use rtl::OUString::createFromAsciiCaolán McNamara2012-07-031-2/+1
* we don't need to check for complete length, any non 0 length will doCaolán McNamara2012-07-031-2/+2
* targetted improvement of UNO API includes / usageMichael Meeks2012-07-025-20/+5
* Remove unused header filesThomas Arnhold2012-06-284-290/+0
* targetted re-work of cppunit pieces.Michael Meeks2012-06-276-13/+5
* re-base on ALv2 code.Michael Meeks2012-06-267-174/+118
* replace all but one .hdl include with equivalent .hpp includes.Michael Meeks2012-06-212-3/+1
* WaE: clear higher debugging levels warningsCaolán McNamara2012-06-151-4/+19
* re-base on ALv2 code.Michael Meeks2012-06-1383-1917/+1222
* quiet potential size warnings.Michael Meeks2012-06-131-2/+2
* targetted sb140 revert.Michael Meeks2012-06-131-56/+56
* Better fix for ThreadPool/ORequestThread life cycleStephan Bergmann2012-05-236-205/+207
* fdo#42865: privatized unique empty string symbol:Michael Stahl2012-05-182-0/+2
* Fixed ThreadPool (and dependent ORequestThread) life cycleStephan Bergmann2012-05-162-9/+19
* make gbuild the default assumption of build.plBjoern Michaelsen2012-04-291-1/+0
* fix OSL_DEBUG_LEVEL > 1 buildCaolán McNamara2012-04-261-1/+1
* Reverted "Leak TypeDescriptor_Init_Impl to avoid problems at exit."Stephan Bergmann2012-04-261-105/+97
* WaE: Clang unused variableCatalin Iacob2012-04-251-3/+3
* WaE: implicit conversion changes signednessTor Lillqvist2012-04-241-6/+6
* doxygen warning fixesLuboš Luňák2012-04-233-7/+3
* remove doxygen warningsNorbert Thiebaud2012-04-171-22/+22
* cppu: use InternalUnoApiMatúš Kukan2012-04-0913-107/+36
* LinkTarget.mk: remove gb_LinkTarget_add_package_headersMichael Stahl2012-04-081-1/+1
* gbuild: "use" vs. "add":Michael Stahl2012-04-0810-15/+15
* Replaced equalsAsciiL(RTL_CONSTASCII_STRINGPARAM(...)) with == operatorSzabolcs Dezsi2012-04-063-67/+23
* Replaced equalsAsciiL(RTL_CONSTASCII_STRINGPARAM(...)) with == operatorSzabolcs Dezsi2012-04-061-2/+2
* Do two fairly useless but often emitted OSL_TRACEs only if OSL_DEBUG_LEVEL > 2Tor Lillqvist2012-04-051-2/+2
* More hacking on static linking (iOS) supportTor Lillqvist2012-03-212-5/+77
* Uniquify uno_initEnvironment and uno_ext_getMapping in the static linking caseTor Lillqvist2012-03-214-6/+29
* Use MAX_ALIGNMENT_4 also for iOSTor Lillqvist2012-03-211-4/+7
* Dead codeStephan Bergmann2012-03-141-12/+0
* Enable -Wnon-virtual-dtor for GCC 4.6Stephan Bergmann2012-03-143-4/+15
* gbuild: get rid of realpath in gb_Foo_set_includeMatúš Kukan2012-03-1010-10/+10