summaryrefslogtreecommitdiff
path: root/codemaker/source/cppumaker/cpputype.cxx
AgeCommit message (Expand)Author
2016-07-06clang-tidy performance-implicit-cast-in-loopStephan Bergmann
2016-05-12Silence -Werror,-Wimplicit-fallthrough under NDEBUGStephan Bergmann
2016-04-08tdf#94306 replace boost::noncopyable in cppuhelperJochen Nitschke
2016-04-01tdf#97966 Drop 'static' keywordsWastack
2016-02-24convert codemaker::UnoType::Sort to scoped enumNoel Grandin
2016-02-24convert codemaker::cpp::IdentifierTranslationMode to scoped enumNoel Grandin
2016-02-11[API CHANGE] add operator==/!= to UNO structsNoel Grandin
2016-02-09convert to range-based for loops in codemaker/Noel Grandin
2016-02-09rename dumpHFile to dumpHdlFileNoel Grandin
2016-02-09rename dumpHxxFile to dumpHppFileNoel Grandin
2015-12-01Reduce space needed for string literalsStephan Bergmann
2015-11-27give useful details in non-debug mode tooCaolán McNamara
2015-11-26mark UNO structs as SAL_WARN_UNUSED, where possibleNoel Grandin
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann
2015-11-02tdf#94269: Replace "n" prefix for bool variables with "b"Benjamin Ni
2015-10-30UNO: no need to use OUString constructor when calling createInstanceNoel Grandin
2015-10-20loplugin:defaultparamsStephan Bergmann
2015-10-12Replace "SAL_OVERRIDE" with "override" in LIBO_INTERNAL_ONLY codeStephan Bergmann
2015-04-01Deprecate getCppuType et al in favor of cppu::UnoTypeStephan Bergmann
2015-03-27loplugin:staticfunctionNoel Grandin
2015-01-22SAL_DLLPUBLIC_RTTI for proper RTTI visibility for LLVMStephan Bergmann
2014-12-27coverity#1019327 Unchecked dynamic_castCaolán McNamara
2014-12-27coverity#1019325 Unchecked dynamic_castCaolán McNamara
2014-12-08protected -> privateStephan Bergmann
2014-11-18cppumaker: only include rtl/instance.hxx and mutex.hxx when necessaryMichael Stahl
2014-11-06Revert "use the new OUString::fromUtf8 method"Stephan Bergmann
2014-11-06use the new OUString::fromUtf8 methodNoel Grandin
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