summaryrefslogtreecommitdiffstats
path: root/helpcompiler/source
Commit message (Expand)AuthorAgeFilesLines
* clang-tidy modernize-loop-convert in h-l/*Noel Grandin2016-04-282-12/+11
* update loplugin stylepolice to check local pointers varsNoel Grandin2016-04-261-6/+6
* tdf#84323: Make osl::Thread::wait more readableGurkaran2016-03-221-5/+2
* convert HighlighterLanguage to scoped enumNoel Grandin2016-02-241-1/+1
* convert TokenTypes to scoped enumNoel Grandin2016-02-241-13/+13
* use consistent #define checks for the Windows platformNoel Grandin2016-02-172-6/+6
* Remove excess newlinesChris Sherlock2016-02-091-2/+0
* loplugin:unusedmethods unused return value in include/helpcompilerNoel Grandin2016-01-122-6/+2
* Fix typosAndrea Gelmini2016-01-101-1/+1
* tdf#96042: Oops, fix a typo.Jan Holesovsky2015-12-101-1/+1
* tdf#96042: 'std::string::find("something") == 0' means "startsWith()".Jan Holesovsky2015-12-082-3/+3
* loplugin:unusedfieldsNoel Grandin2015-11-301-1/+0
* loplugin:unusedfields helpcompilerNoel Grandin2015-11-202-7/+3
* cppcheck:stlIfStrFindNoel Grandin2015-11-152-3/+3
* loplugin:nullptr (automatic rewrite)Stephan Bergmann2015-11-104-39/+39
* coverity#1338271 Uncaught exceptionCaolán McNamara2015-11-061-48/+57
* coverity#1338258 Uncaught exceptionCaolán McNamara2015-11-061-1/+1
* coverity#1338235 Uncaught exceptionCaolán McNamara2015-11-061-1/+1
* Fix typosAndrea Gelmini2015-09-301-1/+1
* boost->stdCaolán McNamara2015-09-193-7/+6
* coverity#1309070 Uncaught exceptionCaolán McNamara2015-07-021-0/+5
* coverity#1308500 Uncaught exceptionCaolán McNamara2015-06-281-1/+1
* Replace boost::scoped_array<T> with std::unique_ptr<T[]>Takeshi Abe2015-06-171-2/+2
* remove unnecessary check for null when calling deleteNoel Grandin2015-06-151-2/+1
* Fix typosAndrea Gelmini2015-06-131-1/+1
* loplugin:cstylecast: deal with remaining pointer castsStephan Bergmann2015-06-081-1/+1
* loplugin:loopvartoosmallNoel Grandin2015-05-291-1/+1
* loplugin:loopvartoosmallNoel Grandin2015-05-291-1/+1
* remove unnecessary use of void in function declarationsNoel Grandin2015-04-151-1/+1
* V801: Decreased performanceCaolán McNamara2015-03-091-1/+1
* Typo: containted->containedJulien Nabet2015-02-211-1/+1
* Typo: trough->throughJulien Nabet2015-02-211-1/+1
* Resolves: fdo#88970 fix Incorrect Extended-tips with dodgy ahelp tagsCaolán McNamara2015-02-021-5/+25
* replace '\n' to space in extended help textAndras Timar2015-01-221-0/+1
* Some more loplugin:cstylecast: helpcompilerStephan Bergmann2015-01-204-31/+31
* fdo#39440 reduce scope of local variablesŁukasz Hryniuk2015-01-071-1/+1
* Some loplugin:revisibility clean-upStephan Bergmann2015-01-051-1/+1
* boost::unordered_map->std::unordered_mapCaolán McNamara2015-01-021-1/+1
* indent try-block, remove obsolete commentMichael Weghorn2014-12-171-136/+135
* coverity#704150 Resource leak in objectCaolán McNamara2014-12-151-9/+9
* More -Werror,-Wunused-private-fieldStephan Bergmann2014-10-151-2/+1
* New loplugin:stringconcatStephan Bergmann2014-07-011-2/+1
* coverity#1223090 Uncaught exceptionCaolán McNamara2014-06-171-1/+1
* coverity#983682 Uncaught exceptionCaolán McNamara2014-06-101-1/+2
* loplugin: inlinesimplememberfunctionsNoel Grandin2014-06-092-7/+0
* Fix memory leakStephan Bergmann2014-05-281-6/+11
* Correct common misspellings, and remove some ASCII art along the way.Chris Laplante2014-05-171-1/+1
* fixincludeguards.sh: some smaller dirsThomas Arnhold2014-04-191-2/+2
* Avoid possible memory leaks in case of exceptionsTakeshi Abe2014-04-172-8/+8
* typo: paramter -> parameterThomas Arnhold2014-04-141-2/+2