summaryrefslogtreecommitdiff
path: root/unodevtools
AgeCommit message (Expand)AuthorFilesLines
2014-07-01New loplugin:stringconcatStephan Bergmann5-55/+53
2014-06-21cppcheck: Redundant checking of STL containerJulien Nabet1-11/+4
2014-06-05various: remove SAL_THROW macroNoel Grandin1-1/+1
2014-06-04compareTo -> equalsNoel Grandin1-6/+6
2014-05-05simplify ternary conditions "xxx ? yyy : false"Noel Grandin2-2/+2
2014-04-08Clean up function declarationsStephan Bergmann5-35/+31
2014-04-03remove unnecessary scope qualifier from sal_Bool usesNoel Grandin1-1/+1
2014-03-18Make parameters const too.Andrzej Hunt1-2/+2
2014-03-18loplugin:passstringbyrefAndrzej Hunt1-1/+1
2014-03-12Spelling fix: suportedTor Lillqvist2-2/+2
2014-03-03unodevtools: rename makefile like the ExecutableMichael Stahl2-1/+1
2014-02-26Remove visual noise from unodevtoolsAlexander Wilms1-2/+2
2014-02-23Remove unneccessary commentsAlexander Wilms1-3/+3
2014-02-17unodevtools: sal_Bool -> boolStephan Bergmann2-11/+11
2014-02-17codemaker: sal_Bool -> boolStephan Bergmann2-3/+3
2013-11-11remove unnecessary use of OUString constructorNoel Grandin1-1/+1
2013-11-05fixincludeguards.sh: uno*Thomas Arnhold2-6/+6
2013-10-31Convert indexOf->startsWith and lastIndexOf->endsWithNoel Grandin1-2/+2
2013-09-16Revert "WIP: add cppumaker -U to directly read from .idl files"Stephan Bergmann1-1/+1
2013-09-12WIP: add cppumaker -U to directly read from .idl filesStephan Bergmann1-1/+1
2013-08-26unodevtools: drop support for skeletonmaker --java4 parameterMichael Stahl5-73/+33
2013-08-26unodevtools: why does the C++ generating code check java5 flag?Michael Stahl1-2/+2
2013-07-11added FIXME-BCP47 commentEike Rathke1-0/+1
2013-07-11added FIXME-BCP47 commentEike Rathke1-0/+1
2013-06-18fdo#43460 include,registry,svtools,svx,unodevtools: use isEmpty()Jelle van der Waa2-3/+3
2013-05-16Support for annotations in the new UNOIDL formatStephan Bergmann3-34/+35
2013-04-30Move to MPLv2 license headers, with ESC decision and author's permission.Michael Meeks3-43/+9
2013-04-24Allow for (relative) pathname args for codemakers againStephan Bergmann1-1/+1
2013-04-16Further codemaker, unodevtools clean-upStephan Bergmann7-1/+15
2013-04-16WIP: Experimental new binary type.rdb formatStephan Bergmann9-1470/+1447
2013-04-11uno-skeletonmaker does not bootstrap UNOStephan Bergmann1-15/+5
2013-04-11No need to have uno-skeletonmaker depend on udkapiStephan Bergmann4-35/+6
2013-04-11Remove dead codeStephan Bergmann2-798/+0
2013-04-11[API CHANGE] WIP: Experimental new binary type.rdb formatStephan Bergmann1-1/+1
2013-04-09[API CHANGE] WIP: Experimental new binary type.rdb formatStephan Bergmann7-139/+121
2013-04-07Fixed 4 spelling errors in the comments.Golnaz Irannejad1-1/+1
2013-04-07mass removal of rtl:: prefixes for O(U)String*Luboš Luňák8-138/+134
2013-03-27Clean up codemaker/typemanager.hxxStephan Bergmann13-468/+116
2013-03-14remove legacy build.pl prj/build.lst files.Michael Meeks1-4/+0
2013-03-13more subtle dependencies for cross-compilationMatúš Kukan1-1/+1
2013-03-12Removed RTL_CONSTASCII_STRINGPARAM in unodevtoolsChr. Rossmanith6-37/+31
2013-03-06fdo#60724 change spelling error REMOVEABLE -> REMOVABLEKenneth Beck2-3/+3
2013-03-03loplugin: unused variables and commented codeThomas Arnhold3-16/+0
2013-02-28remove all d.lstMichael Stahl1-0/+0
2013-02-12Some cppcheck cleaningJulien Nabet1-1/+1
2013-01-26gbuild: fix silly "expandtabs" in makefile VIM modelinesMichael Stahl2-2/+2
2013-01-26gbuild: do not copy boost headers aroundMichael Stahl1-0/+2
2012-11-30c++ API: use css alias in generated headers, adds global css declThorsten Behrens2-18/+18
2012-11-10deduplicate OString std::basic_ostream operatorsMiklos Vajna7-55/+0
2012-08-04Replace usage of rtl/memory.h in unodevtools with equivalent from string.hArnaud Versini1-9/+11