summaryrefslogtreecommitdiff
path: root/helpcompiler
AgeCommit message (Expand)AuthorFilesLines
2015-09-30Fix typosAndrea Gelmini1-1/+1
2015-09-19boost->stdCaolán McNamara3-7/+6
2015-09-17boost->stdCaolán McNamara1-2/+0
2015-07-30loplugin:unusedmethodsNoel Grandin1-9/+0
2015-07-02coverity#1309070 Uncaught exceptionCaolán McNamara1-0/+5
2015-06-28coverity#1308500 Uncaught exceptionCaolán McNamara2-2/+2
2015-06-26loplugin:stringconstant: handle OUString+=OUString(literal)Stephan Bergmann1-2/+1
2015-06-17Replace boost::scoped_array<T> with std::unique_ptr<T[]>Takeshi Abe1-2/+2
2015-06-15remove unnecessary check for null when calling deleteNoel Grandin1-2/+1
2015-06-13Fix typosAndrea Gelmini1-1/+1
2015-06-08loplugin:cstylecast: deal with remaining pointer castsStephan Bergmann1-1/+1
2015-05-29loplugin:loopvartoosmallNoel Grandin1-1/+1
2015-05-29loplugin:loopvartoosmallNoel Grandin1-1/+1
2015-05-14Rename makefile to match target nameMatúš Kukan3-2/+2
2015-04-15remove unnecessary use of void in function declarationsNoel Grandin2-2/+2
2015-04-07loplugin:staticmethodsNoel Grandin3-3/+3
2015-03-09V801: Decreased performanceCaolán McNamara2-2/+2
2015-02-21Typo: containted->containedJulien Nabet1-1/+1
2015-02-21Typo: trough->throughJulien Nabet1-1/+1
2015-02-02Resolves: fdo#88970 fix Incorrect Extended-tips with dodgy ahelp tagsCaolán McNamara1-5/+25
2015-01-22replace '\n' to space in extended help textAndras Timar1-0/+1
2015-01-20Some more loplugin:cstylecast: helpcompilerStephan Bergmann4-31/+31
2015-01-07fdo#39440 reduce scope of local variablesŁukasz Hryniuk1-1/+1
2015-01-05Some loplugin:revisibility clean-upStephan Bergmann1-1/+1
2015-01-02boost::unordered_map->std::unordered_mapCaolán McNamara2-4/+4
2014-12-17indent try-block, remove obsolete commentMichael Weghorn1-136/+135
2014-12-15coverity#704150 Resource leak in objectCaolán McNamara1-9/+9
2014-10-15More -Werror,-Wunused-private-fieldStephan Bergmann1-2/+1
2014-09-11(Rudimentary) C++11 support is a hard requirement nowStephan Bergmann1-4/+1
2014-07-01New loplugin:stringconcatStephan Bergmann1-2/+1
2014-06-17coverity#1223090 Uncaught exceptionCaolán McNamara2-2/+2
2014-06-10coverity#983682 Uncaught exceptionCaolán McNamara2-2/+4
2014-06-09loplugin: inlinesimplememberfunctionsNoel Grandin3-8/+1
2014-05-28Fix memory leakStephan Bergmann1-6/+11
2014-05-17Correct common misspellings, and remove some ASCII art along the way.Chris Laplante1-1/+1
2014-04-19fixincludeguards.sh: some smaller dirsThomas Arnhold4-8/+8
2014-04-17Avoid possible memory leaks in case of exceptionsTakeshi Abe2-8/+8
2014-04-14typo: paramter -> parameterThomas Arnhold1-2/+2
2014-02-26Remove visual noise from helpcompilerAlexander Wilms1-1/+1
2014-02-11coverity#707948 Uninitialized scalar fieldCaolán McNamara1-3/+5
2014-01-28bool improvementsStephan Bergmann1-2/+2
2013-12-17Remove unnecessary use of OUString constructor in + expressionsNoel Grandin1-2/+2
2013-11-20remove unnecessary RTL_CONSTASCII_STRINGPARAM in appendAscii callsNoel Grandin1-3/+3
2013-11-11remove unnecessary use of OUString constructorNoel Grandin1-3/+2
2013-11-04remove redundant calls to OUString constructorNoel Grandin1-4/+3
2013-10-28Remove unnecessary SyntaxHighlighter::Tokenizer statefulnessStephan Bergmann1-1/+0
2013-10-28Fold SyntaxHighlighter::initialize into ctorStephan Bergmann1-2/+2
2013-10-28Remove unused SimpleTokenizer_Impl::nLine/nColStephan Bergmann1-2/+2
2013-10-22Use conventional std::vector idiomsStephan Bergmann1-5/+5
2013-10-22Unwind HighlightPortions typedefStephan Bergmann1-1/+1