summaryrefslogtreecommitdiffstats
path: root/helpcompiler
Commit message (Expand)AuthorAgeFilesLines
* Fix typosAndrea Gelmini2015-09-301-1/+1
* boost->stdCaolán McNamara2015-09-193-7/+6
* boost->stdCaolán McNamara2015-09-171-2/+0
* loplugin:unusedmethodsNoel Grandin2015-07-301-9/+0
* coverity#1309070 Uncaught exceptionCaolán McNamara2015-07-021-0/+5
* coverity#1308500 Uncaught exceptionCaolán McNamara2015-06-282-2/+2
* loplugin:stringconstant: handle OUString+=OUString(literal)Stephan Bergmann2015-06-261-2/+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
* Rename makefile to match target nameMatúš Kukan2015-05-143-2/+2
* remove unnecessary use of void in function declarationsNoel Grandin2015-04-152-2/+2
* loplugin:staticmethodsNoel Grandin2015-04-073-3/+3
* V801: Decreased performanceCaolán McNamara2015-03-092-2/+2
* 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-022-4/+4
* 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
* (Rudimentary) C++11 support is a hard requirement nowStephan Bergmann2014-09-111-4/+1
* New loplugin:stringconcatStephan Bergmann2014-07-011-2/+1
* coverity#1223090 Uncaught exceptionCaolán McNamara2014-06-172-2/+2
* coverity#983682 Uncaught exceptionCaolán McNamara2014-06-102-2/+4
* loplugin: inlinesimplememberfunctionsNoel Grandin2014-06-093-8/+1
* 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-194-8/+8
* Avoid possible memory leaks in case of exceptionsTakeshi Abe2014-04-172-8/+8
* typo: paramter -> parameterThomas Arnhold2014-04-141-2/+2
* Remove visual noise from helpcompilerAlexander Wilms2014-02-261-1/+1
* coverity#707948 Uninitialized scalar fieldCaolán McNamara2014-02-111-3/+5
* bool improvementsStephan Bergmann2014-01-281-2/+2
* Remove unnecessary use of OUString constructor in + expressionsNoel Grandin2013-12-171-2/+2
* remove unnecessary RTL_CONSTASCII_STRINGPARAM in appendAscii callsNoel Grandin2013-11-201-3/+3
* remove unnecessary use of OUString constructorNoel Grandin2013-11-111-3/+2
* remove redundant calls to OUString constructorNoel Grandin2013-11-041-4/+3
* Remove unnecessary SyntaxHighlighter::Tokenizer statefulnessStephan Bergmann2013-10-281-1/+0
* Fold SyntaxHighlighter::initialize into ctorStephan Bergmann2013-10-281-2/+2
* Remove unused SimpleTokenizer_Impl::nLine/nColStephan Bergmann2013-10-281-2/+2
* Use conventional std::vector idiomsStephan Bergmann2013-10-221-5/+5
* Unwind HighlightPortions typedefStephan Bergmann2013-10-221-1/+1