summaryrefslogtreecommitdiff
path: root/helpcompiler
AgeCommit message (Expand)Author
2016-07-20Fix typosAndrea Gelmini
2016-07-12loplugin:unusedfieldsNoel Grandin
2016-07-12Remove excess newlinesChris Sherlock
2016-07-12update loplugin stylepolice to check local pointers varsNoel Grandin
2015-12-10tdf#96042: Oops, fix a typo.Jan Holesovsky
2015-12-08tdf#96042: 'std::string::find("something") == 0' means "startsWith()".Jan Holesovsky
2015-11-20loplugin:unusedfields helpcompilerNoel Grandin
2015-11-15cppcheck:stlIfStrFindNoel Grandin
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann
2015-11-06coverity#1338271 Uncaught exceptionCaolán McNamara
2015-11-06coverity#1338258 Uncaught exceptionCaolán McNamara
2015-11-06coverity#1338235 Uncaught exceptionCaolán McNamara
2015-09-30Fix typosAndrea Gelmini
2015-09-19boost->stdCaolán McNamara
2015-09-17boost->stdCaolán McNamara
2015-07-30loplugin:unusedmethodsNoel Grandin
2015-07-02coverity#1309070 Uncaught exceptionCaolán McNamara
2015-06-28coverity#1308500 Uncaught exceptionCaolán McNamara
2015-06-26loplugin:stringconstant: handle OUString+=OUString(literal)Stephan Bergmann
2015-06-17Replace boost::scoped_array<T> with std::unique_ptr<T[]>Takeshi Abe
2015-06-15remove unnecessary check for null when calling deleteNoel Grandin
2015-06-13Fix typosAndrea Gelmini
2015-06-08loplugin:cstylecast: deal with remaining pointer castsStephan Bergmann
2015-05-29loplugin:loopvartoosmallNoel Grandin
2015-05-29loplugin:loopvartoosmallNoel Grandin
2015-05-14Rename makefile to match target nameMatúš Kukan
2015-04-15remove unnecessary use of void in function declarationsNoel Grandin
2015-04-07loplugin:staticmethodsNoel Grandin
2015-03-09V801: Decreased performanceCaolán McNamara
2015-02-21Typo: containted->containedJulien Nabet
2015-02-21Typo: trough->throughJulien Nabet
2015-02-02Resolves: fdo#88970 fix Incorrect Extended-tips with dodgy ahelp tagsCaolán McNamara
2015-01-22replace '\n' to space in extended help textAndras Timar
2015-01-20Some more loplugin:cstylecast: helpcompilerStephan Bergmann
2015-01-07fdo#39440 reduce scope of local variablesŁukasz Hryniuk
2015-01-05Some loplugin:revisibility clean-upStephan Bergmann
2015-01-02boost::unordered_map->std::unordered_mapCaolán McNamara
2014-12-17indent try-block, remove obsolete commentMichael Weghorn
2014-12-15coverity#704150 Resource leak in objectCaolán McNamara
2014-10-15More -Werror,-Wunused-private-fieldStephan Bergmann
2014-09-11(Rudimentary) C++11 support is a hard requirement nowStephan Bergmann
2014-07-01New loplugin:stringconcatStephan Bergmann
2014-06-17coverity#1223090 Uncaught exceptionCaolán McNamara
2014-06-10coverity#983682 Uncaught exceptionCaolán McNamara
2014-06-09loplugin: inlinesimplememberfunctionsNoel Grandin
2014-05-28Fix memory leakStephan Bergmann
2014-05-17Correct common misspellings, and remove some ASCII art along the way.Chris Laplante
2014-04-19fixincludeguards.sh: some smaller dirsThomas Arnhold
2014-04-17Avoid possible memory leaks in case of exceptionsTakeshi Abe
2014-04-14typo: paramter -> parameterThomas Arnhold