Age | Commit message (Expand) | Author |
2015-09-30 | Fix typos | Andrea Gelmini |
2015-09-19 | boost->std | Caolán McNamara |
2015-09-17 | boost->std | Caolán McNamara |
2015-07-30 | loplugin:unusedmethods | Noel Grandin |
2015-07-02 | coverity#1309070 Uncaught exception | Caolán McNamara |
2015-06-28 | coverity#1308500 Uncaught exception | Caolán McNamara |
2015-06-26 | loplugin:stringconstant: handle OUString+=OUString(literal) | Stephan Bergmann |
2015-06-17 | Replace boost::scoped_array<T> with std::unique_ptr<T[]> | Takeshi Abe |
2015-06-15 | remove unnecessary check for null when calling delete | Noel Grandin |
2015-06-13 | Fix typos | Andrea Gelmini |
2015-06-08 | loplugin:cstylecast: deal with remaining pointer casts | Stephan Bergmann |
2015-05-29 | loplugin:loopvartoosmall | Noel Grandin |
2015-05-29 | loplugin:loopvartoosmall | Noel Grandin |
2015-05-14 | Rename makefile to match target name | Matúš Kukan |
2015-04-15 | remove unnecessary use of void in function declarations | Noel Grandin |
2015-04-07 | loplugin:staticmethods | Noel Grandin |
2015-03-09 | V801: Decreased performance | Caolán McNamara |
2015-02-21 | Typo: containted->contained | Julien Nabet |
2015-02-21 | Typo: trough->through | Julien Nabet |
2015-02-02 | Resolves: fdo#88970 fix Incorrect Extended-tips with dodgy ahelp tags | Caolán McNamara |
2015-01-22 | replace '\n' to space in extended help text | Andras Timar |
2015-01-20 | Some more loplugin:cstylecast: helpcompiler | Stephan Bergmann |
2015-01-07 | fdo#39440 reduce scope of local variables | Łukasz Hryniuk |
2015-01-05 | Some loplugin:revisibility clean-up | Stephan Bergmann |
2015-01-02 | boost::unordered_map->std::unordered_map | Caolán McNamara |
2014-12-17 | indent try-block, remove obsolete comment | Michael Weghorn |
2014-12-15 | coverity#704150 Resource leak in object | Caolán McNamara |
2014-10-15 | More -Werror,-Wunused-private-field | Stephan Bergmann |
2014-09-11 | (Rudimentary) C++11 support is a hard requirement now | Stephan Bergmann |
2014-07-01 | New loplugin:stringconcat | Stephan Bergmann |
2014-06-17 | coverity#1223090 Uncaught exception | Caolán McNamara |
2014-06-10 | coverity#983682 Uncaught exception | Caolán McNamara |
2014-06-09 | loplugin: inlinesimplememberfunctions | Noel Grandin |
2014-05-28 | Fix memory leak | Stephan Bergmann |
2014-05-17 | Correct common misspellings, and remove some ASCII art along the way. | Chris Laplante |
2014-04-19 | fixincludeguards.sh: some smaller dirs | Thomas Arnhold |
2014-04-17 | Avoid possible memory leaks in case of exceptions | Takeshi Abe |
2014-04-14 | typo: paramter -> parameter | Thomas Arnhold |
2014-02-26 | Remove visual noise from helpcompiler | Alexander Wilms |
2014-02-11 | coverity#707948 Uninitialized scalar field | Caolán McNamara |
2014-01-28 | bool improvements | Stephan Bergmann |
2013-12-17 | Remove unnecessary use of OUString constructor in + expressions | Noel Grandin |
2013-11-20 | remove unnecessary RTL_CONSTASCII_STRINGPARAM in appendAscii calls | Noel Grandin |
2013-11-11 | remove unnecessary use of OUString constructor | Noel Grandin |
2013-11-04 | remove redundant calls to OUString constructor | Noel Grandin |
2013-10-28 | Remove unnecessary SyntaxHighlighter::Tokenizer statefulness | Stephan Bergmann |
2013-10-28 | Fold SyntaxHighlighter::initialize into ctor | Stephan Bergmann |
2013-10-28 | Remove unused SimpleTokenizer_Impl::nLine/nCol | Stephan Bergmann |
2013-10-22 | Use conventional std::vector idioms | Stephan Bergmann |
2013-10-22 | Unwind HighlightPortions typedef | Stephan Bergmann |