summaryrefslogtreecommitdiff
path: root/cppu
AgeCommit message (Expand)AuthorFilesLines
2012-09-22dependency on makefile needs full pathDavid Tardon1-1/+1
2012-09-21Need also uno_ext_getMapping for Java when DISABLE_DYNLOADINGTor Lillqvist2-0/+15
2012-09-21Adapt for DISABLE_DYNLOADING possibility also for AndroidTor Lillqvist1-5/+5
2012-09-20DISABLE_DYNLOADING magic also for the jni_uno environmentTor Lillqvist2-1/+10
2012-09-18deprecate oustringostreaminserter.hxxNorbert Thiebaud2-5/+0
2012-09-17migrate some of the biggest consumer of osl_*InterlockedCount to osl_atomicNorbert Thiebaud16-81/+70
2012-08-01Bin no longer used iOS cppunit stuff that breaks build evenTor Lillqvist5-156/+0
2012-07-30udkapi, offapi: do not use #include "foo":Michael Stahl2-10/+10
2012-07-29Replace usage of rtl/memory.h in cppu with their equivalent from string.hArnaud Versini3-12/+15
2012-07-24Use memset and memcmp insteadof rtl_zeroMemory and rtl_compareMemory in cppuArnaud Versini4-17/+26
2012-07-23Assertion clean-upStephan Bergmann1-9/+6
2012-07-23WaE: unused variableTor Lillqvist1-0/+4
2012-07-16More: echo -e is not POSIX (and unknown to Mac OS X)Stephan Bergmann1-11/+11
2012-07-16allow using rtl::OUString etc. simply as OUString, without rtl::Luboš Luňák4-0/+136
2012-07-14simplify include guardsThomas Arnhold1-1/+1
2012-07-03just use rtl::OUString::createFromAsciiCaolán McNamara1-2/+1
2012-07-03we don't need to check for complete length, any non 0 length will doCaolán McNamara1-2/+2
2012-07-02targetted improvement of UNO API includes / usageMichael Meeks5-20/+5
2012-06-28Remove unused header filesThomas Arnhold4-290/+0
2012-06-27targetted re-work of cppunit pieces.Michael Meeks6-13/+5
2012-06-26re-base on ALv2 code.Michael Meeks7-174/+118
2012-06-21replace all but one .hdl include with equivalent .hpp includes.Michael Meeks2-3/+1
2012-06-15WaE: clear higher debugging levels warningsCaolán McNamara1-4/+19
2012-06-13re-base on ALv2 code.Michael Meeks83-1917/+1222
2012-06-13quiet potential size warnings.Michael Meeks1-2/+2
2012-06-13targetted sb140 revert.Michael Meeks1-56/+56
2012-05-23Better fix for ThreadPool/ORequestThread life cycleStephan Bergmann6-205/+207
2012-05-18fdo#42865: privatized unique empty string symbol:Michael Stahl2-0/+2
2012-05-16Fixed ThreadPool (and dependent ORequestThread) life cycleStephan Bergmann2-9/+19
2012-04-29make gbuild the default assumption of build.plBjoern Michaelsen1-1/+0
2012-04-26fix OSL_DEBUG_LEVEL > 1 buildCaolán McNamara1-1/+1
2012-04-26Reverted "Leak TypeDescriptor_Init_Impl to avoid problems at exit."Stephan Bergmann1-105/+97
2012-04-25WaE: Clang unused variableCatalin Iacob1-3/+3
2012-04-24WaE: implicit conversion changes signednessTor Lillqvist1-6/+6
2012-04-23doxygen warning fixesLuboš Luňák3-7/+3
2012-04-17remove doxygen warningsNorbert Thiebaud1-22/+22
2012-04-09cppu: use InternalUnoApiMatúš Kukan13-107/+36
2012-04-08LinkTarget.mk: remove gb_LinkTarget_add_package_headersMichael Stahl1-1/+1
2012-04-08gbuild: "use" vs. "add":Michael Stahl10-15/+15
2012-04-06Replaced equalsAsciiL(RTL_CONSTASCII_STRINGPARAM(...)) with == operatorSzabolcs Dezsi3-67/+23
2012-04-06Replaced equalsAsciiL(RTL_CONSTASCII_STRINGPARAM(...)) with == operatorSzabolcs Dezsi1-2/+2
2012-04-05Do two fairly useless but often emitted OSL_TRACEs only if OSL_DEBUG_LEVEL > 2Tor Lillqvist1-2/+2
2012-03-21More hacking on static linking (iOS) supportTor Lillqvist2-5/+77
2012-03-21Uniquify uno_initEnvironment and uno_ext_getMapping in the static linking caseTor Lillqvist4-6/+29
2012-03-21Use MAX_ALIGNMENT_4 also for iOSTor Lillqvist1-4/+7
2012-03-14Dead codeStephan Bergmann1-12/+0
2012-03-14Enable -Wnon-virtual-dtor for GCC 4.6Stephan Bergmann3-4/+15
2012-03-10gbuild: get rid of realpath in gb_Foo_set_includeMatúš Kukan10-10/+10
2012-02-27cppu: JobQueue::enter: add mutex guards for m_nToDoMichael Stahl2-6/+9
2012-02-23Some doxygen warnings cleanupKorrawit Pruegsanusak1-1/+1