summaryrefslogtreecommitdiff
path: root/codemaker/source/cppumaker
AgeCommit message (Expand)AuthorFilesLines
2014-05-20enhance pass-by-ref plugin to detect large argumentsNoel Grandin1-1/+1
2014-05-11coverity#1213117 Unchecked dynamic_castCaolán McNamara1-0/+3
2014-04-14Reduce the amount of strings in the release builds.Jan Holesovsky1-23/+22
2014-04-04codemaker: sal_Bool->boolNoel Grandin2-3/+3
2014-04-01Explicitly mark overriding destructors as "virtual"Stephan Bergmann1-1/+1
2014-03-26First batch of adding SAL_OVERRRIDE to overriding function declarationsStephan Bergmann2-48/+48
2014-02-17codemaker: sal_Bool -> boolStephan Bergmann2-5/+5
2014-01-31Remove UNOIDL "array" and "union" vaporware remnantsStephan Bergmann1-2/+0
2014-01-28copy&paste typoMatúš Kukan1-1/+1
2014-01-28Support direct ctor calls for singletons too.Matúš Kukan1-3/+31
2014-01-28coverity#440030 Logically dead codeCaolán McNamara1-14/+1
2014-01-27codemaker: Allow compiler to share these generated strings.Jan Holesovsky1-6/+10
2014-01-23Do not acquire again in direct constructor function calls.Matúš Kukan1-2/+2
2014-01-20Minimize the constructor functions to a bare minimum.Jan Holesovsky1-2/+2
2014-01-20Fix declaration for ctor functions in generated headers.Matúš Kukan1-3/+5
2014-01-18Initialize also implementations created directly by generated function.Matúš Kukan1-4/+15
2013-12-19...and support direct calls of non-default ctors, tooStephan Bergmann1-3/+26
2013-12-19WIP: Direct service ctor calls at least on Android/iOSStephan Bergmann1-3/+28
2013-12-17if there is one typo, its guaranteed to duplicated somewhereCaolán McNamara1-1/+1
2013-10-20cppumaker: Allow UNO interface functions to throw std::exceptionStephan Bergmann3-5/+15
2013-10-20fdo#70285 cleanup generated C++ codeNoel Grandin1-105/+94
2013-10-01rhbz#1014010: Missing dependencies in isBootstrapType listStephan Bergmann1-11/+26
2013-09-16Revert "WIP: add cppumaker -U to directly read from .idl files"Stephan Bergmann2-27/+4
2013-09-12WIP: add cppumaker -U to directly read from .idl filesStephan Bergmann2-4/+27
2013-09-12Add cppumaker -nD "no dependent types are generated"Stephan Bergmann3-13/+33
2013-09-04UNO interface UIKs are unused for a very long timeStephan Bergmann1-4/+3
2013-05-28Source files shouldn't have executable bit set.Mark Wielaard2-0/+0
2013-05-16Support for annotations in the new UNOIDL formatStephan Bergmann2-22/+29
2013-05-12cppcheck: unusedVariable (parameters)Julien Nabet1-1/+0
2013-04-24Allow for (relative) pathname args for codemakers againStephan Bergmann1-2/+2
2013-04-16Further codemaker, unodevtools clean-upStephan Bergmann2-6/+7
2013-04-15Further adapt CppuType::dumpCppuGetType to using unoidl/ instead of registry/Stephan Bergmann1-24/+22
2013-04-11Minor terminology clean-upStephan Bergmann1-5/+5
2013-04-09[API CHANGE] WIP: Experimental new binary type.rdb formatStephan Bergmann10-4033/+3248
2013-04-07mass removal of rtl:: prefixes for O(U)String*Luboš Luňák9-266/+258
2013-03-27Clean up codemaker/typemanager.hxxStephan Bergmann5-66/+76
2013-03-11css.beans.PropertyValue references css.beans.PropertyStateStephan Bergmann1-0/+1
2013-03-09Removed last RTL_CONST* macros from codemakerMarcos Paulo de Souza2-30/+30
2013-03-08Remove RTL_CONST* macros from codemaker - pt1Marcos Paulo de Souza1-6/+3
2013-03-08fdo#57950: Remove chained appends in codemakerMarcos Paulo de Souza1-8/+5
2013-03-07make the UNO generated catch clauses use const modifierNoel Grandin1-5/+5
2013-02-25loplugin: unused variablesThomas Arnhold1-2/+0
2013-01-26Remove redundant braces around for loopsStephan Bergmann2-19/+19
2012-12-03No reason to turn "throws nothing" specifications into commentsStephan Bergmann1-14/+14
2012-12-02cppumaker: do write exception specifications on --enable-dbgutilMichael Stahl2-0/+71
2012-11-29Prettify cppumaker output.Thorsten Behrens1-82/+88
2012-11-29Remove some commented-out or otherwise unused code.Thorsten Behrens2-43/+3
2012-11-29Remove exception spec from idl-generated c++ headers.Thorsten Behrens2-70/+14
2012-11-28OUString::replace() does not replace in-placeTor Lillqvist1-1/+1
2012-11-23Adding SAL_DEPRECATED_INTERNAL to an implementation function is pointlessStephan Bergmann2-3/+33