summaryrefslogtreecommitdiffstats
path: root/codemaker
Commit message (Expand)AuthorAgeFilesLines
* cleanup osl/diagnose.h includesJochen Nitschke2017-05-094-4/+0
* cppcheck: duplicateBreakJulien Nabet2017-04-301-1/+0
* tools: svstream.hxx needs only errcode.hxx & not errinf.hxxChris Sherlock2017-04-251-0/+1
* More commit resurrectionStephan Bergmann2017-04-041-2/+2
* Move comment back to where it makes senseStephan Bergmann2017-04-041-3/+2
* make UNO enums scoped for internal LO codeNoel Grandin2017-04-042-477/+482
* loplugin:loopvartoosmallStephan Bergmann2017-02-252-2/+2
* remove unused KeywordsOnly from IdentifierTranslationModeNoel Grandin2017-02-171-3/+2
* Remove MinGW supportStephan Bergmann2017-02-101-1/+1
* Remove newly-unnecessary #includes from cppumaker-generated filesStephan Bergmann2017-02-085-70/+72
* loplugin:useuniqueptr extend to check local varsNoel Grandin2017-02-013-12/+9
* Remove dynamic exception specificationsStephan Bergmann2017-01-265-7/+2
* loplugin: unnecessary destructor: basctl..codemakerNoel Grandin2017-01-242-4/+0
* Remove dynamic exception specifications from cppumaker-generated codeStephan Bergmann2017-01-201-51/+5
* loplugin:stringconstant: handle OStringBuffer::appendStephan Bergmann2017-01-111-1/+1
* bootstrap building with --disable-dynloading on standard linuxCaolán McNamara2016-12-202-4/+8
* Delete the "Any-to-Any" template specializations for LIBO_INTERNAL_ONLYStephan Bergmann2016-11-211-4/+6
* clang-cl loplugin: codemakerStephan Bergmann2016-10-161-1/+1
* Don't allow O[U]StringBuffer in string concatenationStephan Bergmann2016-10-121-1/+1
* cid#1371162 etc.: Move semantics for cppumaker-generated UNO exception classesStephan Bergmann2016-09-231-5/+6
* loplugin:override: No more need for the "MSVC dtor override" workaroundStephan Bergmann2016-09-132-2/+2
* tdf#101185 OString concatanations for efficiently codingnadith2016-08-011-4/+2
* improve passstuffbyref return analysisNoel Grandin2016-07-271-1/+1
* tdf#100726: Improve readability of OUString concatenationsArnold Dumas2016-07-112-29/+29
* clang-tidy performance-implicit-cast-in-loopStephan Bergmann2016-07-063-5/+5
* loplugin:singlevalfields in codemakerNoel Grandin2016-06-242-6/+1
* Silence -Werror,-Wimplicit-fallthrough under NDEBUGStephan Bergmann2016-05-122-9/+7
* Silence -Werror,-Wimplicit-fallthrough under NDEBUGStephan Bergmann2016-05-121-2/+1
* Replace fallthrough comments with new SAL_FALLTHROUGH macroStephan Bergmann2016-05-104-4/+4
* clean-up: unused using declarations and includesJochen Nitschke2016-04-181-2/+0
* tdf#94306 replace boost::noncopyable in cppuhelperJochen Nitschke2016-04-082-5/+11
* tdf#97966 Drop 'static' keywordsWastack2016-04-011-1/+1
* loplugin:unuseddefaultparams variousNoel Grandin2016-03-031-10/+3
* convert codemaker::UnoType::Sort to scoped enumNoel Grandin2016-02-249-385/+384
* convert codemaker::cpp::IdentifierTranslationMode to scoped enumNoel Grandin2016-02-242-10/+10
* [API CHANGE] add operator==/!= to UNO structsNoel Grandin2016-02-111-0/+63
* convert to range-based for loops in codemaker/Noel Grandin2016-02-099-558/+359
* rename dumpHFile to dumpHdlFileNoel Grandin2016-02-091-7/+7
* rename dumpHxxFile to dumpHppFileNoel Grandin2016-02-091-20/+20
* Remove excess newlinesChris Sherlock2016-02-093-3/+0
* Fix typosAndrea Gelmini2016-01-101-1/+1
* Reduce space needed for string literalsStephan Bergmann2015-12-011-22/+16
* give useful details in non-debug mode tooCaolán McNamara2015-11-271-4/+2
* mark UNO structs as SAL_WARN_UNUSED, where possibleNoel Grandin2015-11-261-2/+63
* loplugin:nullptr (automatic rewrite)Stephan Bergmann2015-11-1010-118/+118
* coverity#1338267 Uncaught exceptionCaolán McNamara2015-11-061-0/+4
* coverity#1338254 Uncaught exceptionCaolán McNamara2015-11-061-1/+5
* tdf#94269: Replace "n" prefix for bool variables with "b"Benjamin Ni2015-11-025-63/+63
* UNO: no need to use OUString constructor when calling createInstanceNoel Grandin2015-10-301-4/+4
* loplugin:defaultparamsStephan Bergmann2015-10-201-2/+2