summaryrefslogtreecommitdiffstats
path: root/cppuhelper/source
Commit message (Expand)AuthorAgeFilesLines
...
* Minimize the constructor functions to a bare minimum.Jan Holesovsky2014-01-201-7/+4
* cppuhelper: valgrind complains about uninitialized variable...Michael Stahl2014-01-161-2/+4
* Support for singleton constructor functionsStephan Bergmann2014-01-162-167/+320
* Use const& arguments parameter for ctor functions.Matúš Kukan2014-01-152-5/+5
* Initialize constructor based implementations in one place.Matúš Kukan2014-01-151-7/+19
* Use SAL_WARN, too, to increase chance of actually seeing the messageTor Lillqvist2014-01-141-0/+2
* remove unnecessary sal_Unicode casts in OUStringBuffer::append callsNoel Grandin2014-01-071-6/+6
* Only component-mapping.h is needed here.Matúš Kukan2014-01-011-3/+1
* typo fixesAndras Timar2013-12-201-1/+1
* Missing initializationStephan Bergmann2013-12-191-1/+1
* Legacy cppu::loadSharedLibComponentFactory isn't DISABLE_DYNLOADING cond.Stephan Bergmann2013-12-191-2/+2
* FactoryWrapper is a misnomer nowStephan Bergmann2013-12-191-17/+20
* Add .component <implementation constructor="..." featureStephan Bergmann2013-12-194-431/+434
* Get more --disable-dynamic-loading code out of shlib.cxx.Matúš Kukan2013-12-181-58/+9
* bootstrap component: Split into implementation functions.Matúš Kukan2013-12-181-14/+10
* Deduplicate some foo_component_getFactory declarations.Matúš Kukan2013-12-181-31/+0
* Allow UNO component libraries to have each implementation in its own function.Matúš Kukan2013-12-181-4/+25
* Allow setting environment value directly in .component filesStephan Bergmann2013-12-164-64/+89
* Parser::attrImplementation_ can be a local varStephan Bergmann2013-12-161-7/+6
* Clean-up uno/lbnames.hStephan Bergmann2013-12-165-3/+8
* Clean-up: The "_" delimiter is logically not part of the prefixStephan Bergmann2013-12-162-7/+7
* cppcheck: fix same expression, ')' = 29 not 28 in ascii'Julien Nabet2013-12-131-1/+1
* Shortcut common case of calling same-env component_getFactory fnStephan Bergmann2013-12-131-31/+41
* [API CHANGE] remove cppu::loadSharedLibComponentFactory w/ rPrefix againStephan Bergmann2013-12-134-21/+79
* fdo#60698: Merge fastsax and sax_shared into expwrapMarcos Paulo de Souza2013-12-111-2/+0
* Let's have a static variable for getenv("UNO_ENV_LOG").Matúš Kukan2013-12-111-1/+1
* Don't call Manager::addProvider(null) upon optional NoSuchFileExceptionStephan Bergmann2013-11-111-3/+1
* convert OUString compareToAscii == 0 to equalsAsciiNoel Grandin2013-11-111-2/+2
* convert OUString 0==compareToAscii to equalsAsciiNoel Grandin2013-11-111-1/+1
* remove unnecessary use of OUString constructorNoel Grandin2013-11-111-2/+2
* Convert code that calls OUString::getStr()[] to use the [] operatorNoel Grandin2013-11-041-2/+2
* cppuhelper: remove obsolete Package_unorcMichael Stahl2013-10-241-23/+0
* remove RTL_CONSTASCII_(U)STRINGPARAMChr. Rossmanith2013-10-236-102/+44
* convert code to use OUString::endsWithNoel Grandin2013-10-232-4/+2
* Some clean-upStephan Bergmann2013-10-201-215/+92
* Clean-up std::bad_alloc handlingStephan Bergmann2013-10-201-186/+116
* Minor refactoring of iOS codeTor Lillqvist2013-10-131-1/+1
* Not being able to honor a "prefix" is a rather hard errorStephan Bergmann2013-10-111-1/+1
* URE folder path fixes for the HAVE_FEATURE_MACOSX_MACLIKE_APP_STRUCTURE caseTor Lillqvist2013-10-051-8/+10
* WaE: 'rPath' : unreferenced formal parameterTor Lillqvist2013-10-011-0/+1
* prevent WaE with unused parametersMarkus Mohrhard2013-10-011-0/+2
* [API CHANGE] Stricter requirements for shlib.hxx function argumentsStephan Bergmann2013-10-011-93/+24
* [API CHANGE] Remove unused cppu::invokeStaticComponentFactory againStephan Bergmann2013-10-012-29/+21
* All the content of cppuhelper/source/compat.cxx must be in namespace cppuStephan Bergmann2013-10-011-2/+2
* [API CHANGE] Remove unused CPLD_ACCESS feature from C++/Java component loadersStephan Bergmann2013-10-011-169/+1
* Special-case Mac OS X .jnilibStephan Bergmann2013-09-301-1/+5
* Set URE_INTERNAL_JAVA_DIR for unorc to allow jvm in unit tests.Andrzej J.R. Hunt2013-09-161-0/+1
* Use OUString::startsWith where possibleStephan Bergmann2013-09-121-2/+2
* Pass by const refStephan Bergmann2013-09-122-6/+7
* gbuild: use xml .rdb files directly from workdirMatúš Kukan2013-09-101-1/+1