summaryrefslogtreecommitdiffstats
path: root/codemaker/source/cppumaker
Commit message (Expand)AuthorAgeFilesLines
* Source files shouldn't have executable bit set.Mark Wielaard2013-05-282-0/+0
* Support for annotations in the new UNOIDL formatStephan Bergmann2013-05-162-22/+29
* cppcheck: unusedVariable (parameters)Julien Nabet2013-05-121-1/+0
* Allow for (relative) pathname args for codemakers againStephan Bergmann2013-04-241-2/+2
* Further codemaker, unodevtools clean-upStephan Bergmann2013-04-162-6/+7
* Further adapt CppuType::dumpCppuGetType to using unoidl/ instead of registry/Stephan Bergmann2013-04-151-24/+22
* Minor terminology clean-upStephan Bergmann2013-04-111-5/+5
* [API CHANGE] WIP: Experimental new binary type.rdb formatStephan Bergmann2013-04-0910-4033/+3248
* mass removal of rtl:: prefixes for O(U)String*Luboš Luňák2013-04-079-266/+258
* Clean up codemaker/typemanager.hxxStephan Bergmann2013-03-275-66/+76
* css.beans.PropertyValue references css.beans.PropertyStateStephan Bergmann2013-03-111-0/+1
* Removed last RTL_CONST* macros from codemakerMarcos Paulo de Souza2013-03-092-30/+30
* Remove RTL_CONST* macros from codemaker - pt1Marcos Paulo de Souza2013-03-081-6/+3
* fdo#57950: Remove chained appends in codemakerMarcos Paulo de Souza2013-03-081-8/+5
* make the UNO generated catch clauses use const modifierNoel Grandin2013-03-071-5/+5
* loplugin: unused variablesThomas Arnhold2013-02-251-2/+0
* Remove redundant braces around for loopsStephan Bergmann2013-01-262-19/+19
* No reason to turn "throws nothing" specifications into commentsStephan Bergmann2012-12-031-14/+14
* cppumaker: do write exception specifications on --enable-dbgutilMichael Stahl2012-12-022-0/+71
* Prettify cppumaker output.Thorsten Behrens2012-11-291-82/+88
* Remove some commented-out or otherwise unused code.Thorsten Behrens2012-11-292-43/+3
* Remove exception spec from idl-generated c++ headers.Thorsten Behrens2012-11-292-70/+14
* OUString::replace() does not replace in-placeTor Lillqvist2012-11-281-1/+1
* Adding SAL_DEPRECATED_INTERNAL to an implementation function is pointlessStephan Bergmann2012-11-232-3/+33
* loplugin: unused aName string and whacky indentCaolán McNamara2012-10-261-19/+32
* Revert "For some reason saxparser aborts for me without this"Tor Lillqvist2012-10-071-1/+0
* For some reason saxparser aborts for me without thisTor Lillqvist2012-10-061-0/+1
* sal_Bool->bool in codemakerNoel Grandin2012-10-042-11/+11
* Add css.reflection.XTypeDescriptionEnumerationAccess to the bootstrap typesTor Lillqvist2012-09-281-0/+1
* Require XComponentContext.getServiceManager to throw instead of returning nullStephan Bergmann2012-09-173-36/+23
* re-base on ALv2 code.Michael Meeks2012-06-129-213/+132
* XInterfaceTypeDescription missing from isBootstrapTypeStephan Bergmann2012-06-071-0/+1
* removed dead codeTakeshi Abe2012-06-061-29/+0
* gbuild conversion: codemaker moduleDavid Ostrovsky2012-04-141-73/+0
* replace APP?RPATH SDK by SDKBIN in old build systemDavid Tardon2012-04-141-1/+1
* Replaced equalsAsciiL(RTL_CONSTASCII_STRINGPARAM(...)) with == operatorSzabolcs Dezsi2012-04-061-9/+3
* UNO BYTE is signedStephan Bergmann2012-03-291-2/+1
* Enable -Wnon-virtual-dtor for GCC 4.6Stephan Bergmann2012-03-141-2/+7
* Reduce verbiage slightlyTor Lillqvist2012-02-161-1/+3
* Code cleanup: ( () ) replaced by (())Alexander Bergmann2012-01-261-7/+7
* Removed some unused parameters; added SAL_UNUSED_PARAMETER.Stephan Bergmann2012-01-211-6/+7
* Leak comprehensive type descriptions to avoid problems at exit.Stephan Bergmann2012-01-031-25/+20
* tabs -> spacesStephan Bergmann2012-01-021-60/+60
* Temporary hack around cppu_detail_getCppuType variants violating ODR.Stephan Bergmann2012-01-021-8/+83
* Fix for fdo43460 Part VI getLength() to isEmpty()Olivier Hallot2011-12-133-25/+25
* remove include of pch header in codemakerNorbert Thiebaud2011-11-275-10/+0
* Make .hpp/.hdl more robust against accidental include of .hdl instead of .hpp.Stephan Bergmann2011-11-022-125/+61
* cppcheck scope reduction in codemake/... cpputype.cxxPierre-André Jacquod2011-10-071-3/+2
* No point building build-time executables for iOSTor Lillqvist2011-06-131-0/+6
* Interfaces are recursive into themselvesCaolán McNamara2011-06-011-15/+48