summaryrefslogtreecommitdiffstats
path: root/helpcompiler
Commit message (Expand)AuthorAgeFilesLines
...
* [API CHANGE] Remove HAVE_GCC_VISIBILITY_FEATURE, always trueStephan Bergmann2016-09-201-2/+2
* loplugin:singlevalfields in basic..idlNoel Grandin2016-09-162-23/+1
* Reduce scope of variableStephan Bergmann2016-08-231-3/+1
* tdf#99589 - tolower / toupper - dangerous to Turks ...Gökhan Gurbetoğlu2016-06-231-1/+2
* tdf#99589 tolower / toupper - dangerous to Turks ...Krishna Keshav2016-05-091-1/+2
* 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-242-14/+14
* use consistent #define checks for the Windows platformNoel Grandin2016-02-173-7/+7
* Remove excess newlinesChris Sherlock2016-02-091-2/+0
* Remove unused FILE_WRITING BasicCodeTagger::TaggerExceptionStephan Bergmann2016-01-181-1/+1
* 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-302-3/+0
* loplugin:unusedfields helpcompilerNoel Grandin2015-11-204-10/+4
* cppcheck:stlIfStrFindNoel Grandin2015-11-152-3/+3
* loplugin:nullptr (automatic rewrite)Stephan Bergmann2015-11-106-45/+45
* coverity#1338271 Uncaught exceptionCaolán McNamara2015-11-061-48/+57
* coverity#1338258 Uncaught exceptionCaolán McNamara2015-11-062-2/+2
* coverity#1338235 Uncaught exceptionCaolán McNamara2015-11-062-2/+2
* 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