summaryrefslogtreecommitdiff
path: root/cppuhelper
AgeCommit message (Expand)AuthorFilesLines
2011-08-08Can't build the iOS static cppuhelper test here nowTor Lillqvist1-1/+0
2011-08-08For iOS just link directly to the bootstrap componentTor Lillqvist1-1/+25
2011-08-08Don't bother trying to truncate parts debugging outputTor Lillqvist1-1/+1
2011-08-08Add invokeStaticComponentFactory() for statically linked componentsTor Lillqvist3-77/+150
2011-08-08Add metacommentTor Lillqvist1-0/+7
2011-08-08OSL_TRACE adds trailing newline itselfTor Lillqvist1-1/+1
2011-08-08Add XServiceInfo.hpp needed when OSL_DEBUG_LEVEL > 1Tor Lillqvist1-0/+1
2011-08-08Factor out "bootstrap.uno" repeated for all bootstrap servicesTor Lillqvist1-12/+4
2011-08-08Move function to the file where it is usedTor Lillqvist2-68/+63
2011-08-07getLibEnv always returned an empty string anyway so make it void insteadTor Lillqvist1-109/+108
2011-08-04Bin OS/2 .map filesTor Lillqvist1-378/+0
2011-08-01Use separate unit testers for subsequent and normal tests for iOSTor Lillqvist5-18/+165
2011-08-01Try to use the app executable module on iOS for nowTor Lillqvist1-0/+11
2011-08-01Nah, these must be subsequent tests also for iOSTor Lillqvist2-1/+7
2011-08-01Add statically linked cpphelper unit test for iOSTor Lillqvist8-21/+209
2011-07-28we are searching for prefix in activateMatúš Kukan1-21/+0
2011-07-12Remove component_getImplementationEnvironmentMatúš Kukan2-13/+0
2011-07-11Default to current language binding name, if not specified.Matúš Kukan1-16/+6
2011-06-27Export the new loadSharedLibComponentFactory() overload, tooTor Lillqvist1-0/+1
2011-06-24re-work prefix handling and undo cppuhelper ABI change, add unit testMichael Meeks6-6/+40
2011-06-24Allows using prefix information about componentMatus Kukan5-7/+36
2011-06-18ause130: #i117218# change .idl handling to gnu makeHans-Joachim Lankenau1-1/+1
2011-06-18Use the i prefix for the import library only with MSCTor Lillqvist1-0/+4
2011-06-16Use DESKTOP and NATIVE where appropriateTor Lillqvist1-1/+1
2011-06-14Revert "Bypass DLL prefix and extension stuff on iOS for now"Tor Lillqvist1-2/+0
2011-06-14Be less picky with library nameTor Lillqvist1-1/+1
2011-06-14Bypass DLL prefix and extension stuff on iOS for nowTor Lillqvist1-0/+2
2011-06-06Bypass qa thingies for now when cross-compilingTor Lillqvist4-0/+20
2011-06-03Drop %_EXT% which was always emptyTor Lillqvist1-64/+64
2011-05-27Merge remote-tracking branch 'origin/integration/dev300_m106'Jan Holesovsky1-8/+8
2011-05-17Some cppcheck cleaningJulien Nabet1-2/+2
2011-05-16avoid double deleteDavid Tardon1-2/+0
2011-05-16delete[] after useDavid Tardon1-0/+1
2011-04-21Easyhack: Add visibility markup to all component_get* functionsJulien Nabet2-5/+5
2011-04-18Remove OS/2 support.Francois Tigeot4-10/+3
2011-04-04use rtl::Static where double-locked pattern usedCaolán McNamara4-64/+45
2011-04-03use rtl::Static where double-locked pattern usedCaolán McNamara1-13/+22
2011-04-01%s, not %cCaolán McNamara1-1/+1
2011-03-28add ;Caolán McNamara1-1/+1
2011-03-28add PartialWeakComponentImplHelperX for overloaded-virtualCaolán McNamara12-0/+397
2011-03-19Move OSL_ENSURE(sal_False,...) to OSL_FAIL(...)Thomas Arnhold5-27/+27
2011-03-18Merge remote-tracking branch 'origin/integration/dev300_m101'Jan Holesovsky19-126/+356
2011-03-15fix build error, add build dependCaolán McNamara1-1/+1
2011-03-15fix build error, add build dependCaolán McNamara1-1/+1
2011-03-15EasyHacks: Reanimated tests in ure/cppuhelper/qa.Wilhelm Pflueger7-23/+31
2011-03-12Move OSL_ENSURE(0,...) to OSL_FAIL(...)Thomas Arnhold6-8/+8
2011-03-12Move OSL_ENSURE(false,...) to OSL_FAIL(...)Thomas Arnhold3-7/+7
2011-03-08Merge commit 'ooo/DEV300_m101' into integration/dev300_m101Norbert Thiebaud19-126/+356
2011-03-03Added using OString - debug code needs itThorsten Behrens1-0/+1
2011-03-02Remove "using namespace ::rtl"Julien Nabet6-6/+18