summaryrefslogtreecommitdiff
path: root/codemaker/source/cppumaker/cpputype.cxx
AgeCommit message (Expand)Author
2014-07-25coverity#1219788 Unchecked dynamic_castCaolán McNamara
2014-07-01New loplugin:stringconcatStephan Bergmann
2014-06-24new compilerplugin returnbyrefNoel Grandin
2014-06-05various: remove SAL_THROW macroNoel Grandin
2014-05-26coverity#1019311 Unchecked return valueCaolán McNamara
2014-05-26coverity#1019326 Unchecked dynamic_castCaolán McNamara
2014-05-26coverity#1019329 Unchecked dynamic_castCaolán McNamara
2014-05-26coverity#1019330 Unchecked dynamic_castCaolán McNamara
2014-05-23improve parameter flow in cpputype.cxxNoel Grandin
2014-05-23add default value for Context param in uno::Exception constructorsNoel Grandin
2014-05-11coverity#1213117 Unchecked dynamic_castCaolán McNamara
2014-04-14Reduce the amount of strings in the release builds.Jan Holesovsky
2014-03-26First batch of adding SAL_OVERRRIDE to overriding function declarationsStephan Bergmann
2014-01-31Remove UNOIDL "array" and "union" vaporware remnantsStephan Bergmann
2014-01-28copy&paste typoMatúš Kukan
2014-01-28Support direct ctor calls for singletons too.Matúš Kukan
2014-01-27codemaker: Allow compiler to share these generated strings.Jan Holesovsky
2014-01-23Do not acquire again in direct constructor function calls.Matúš Kukan
2014-01-20Minimize the constructor functions to a bare minimum.Jan Holesovsky
2014-01-20Fix declaration for ctor functions in generated headers.Matúš Kukan
2014-01-18Initialize also implementations created directly by generated function.Matúš Kukan
2013-12-19...and support direct calls of non-default ctors, tooStephan Bergmann
2013-12-19WIP: Direct service ctor calls at least on Android/iOSStephan Bergmann
2013-10-20cppumaker: Allow UNO interface functions to throw std::exceptionStephan Bergmann
2013-10-20fdo#70285 cleanup generated C++ codeNoel Grandin
2013-10-01rhbz#1014010: Missing dependencies in isBootstrapType listStephan Bergmann
2013-09-12Add cppumaker -nD "no dependent types are generated"Stephan Bergmann
2013-09-04UNO interface UIKs are unused for a very long timeStephan Bergmann
2013-05-28Source files shouldn't have executable bit set.Mark Wielaard
2013-05-16Support for annotations in the new UNOIDL formatStephan Bergmann
2013-05-12cppcheck: unusedVariable (parameters)Julien Nabet
2013-04-16Further codemaker, unodevtools clean-upStephan Bergmann
2013-04-15Further adapt CppuType::dumpCppuGetType to using unoidl/ instead of registry/Stephan Bergmann
2013-04-11Minor terminology clean-upStephan Bergmann
2013-04-09[API CHANGE] WIP: Experimental new binary type.rdb formatStephan Bergmann
2013-04-07mass removal of rtl:: prefixes for O(U)String*Luboš Luňák
2013-03-27Clean up codemaker/typemanager.hxxStephan Bergmann
2013-03-11css.beans.PropertyValue references css.beans.PropertyStateStephan Bergmann
2013-03-09Removed last RTL_CONST* macros from codemakerMarcos Paulo de Souza
2013-03-08Remove RTL_CONST* macros from codemaker - pt1Marcos Paulo de Souza
2013-03-08fdo#57950: Remove chained appends in codemakerMarcos Paulo de Souza
2013-03-07make the UNO generated catch clauses use const modifierNoel Grandin
2013-02-25loplugin: unused variablesThomas Arnhold
2013-01-26Remove redundant braces around for loopsStephan Bergmann
2012-12-03No reason to turn "throws nothing" specifications into commentsStephan Bergmann
2012-12-02cppumaker: do write exception specifications on --enable-dbgutilMichael Stahl
2012-11-29Prettify cppumaker output.Thorsten Behrens
2012-11-29Remove some commented-out or otherwise unused code.Thorsten Behrens
2012-11-29Remove exception spec from idl-generated c++ headers.Thorsten Behrens
2012-11-23Adding SAL_DEPRECATED_INTERNAL to an implementation function is pointlessStephan Bergmann