Age | Commit message (Expand) | Author |
2015-06-23 | Revert "Typo: iff->if" | Julien Nabet |
2015-06-23 | Typo: iff->if | Julien Nabet |
2015-06-17 | Replace boost::scoped_array<T> with std::unique_ptr<T[]> | Takeshi Abe |
2015-06-02 | loplugin:cstylecast: deal with those that are (technically) const_cast | Stephan Bergmann |
2015-05-26 | cppcheck: noExplicitConstructor | Caolán McNamara |
2015-05-11 | loplugin:cstylecast: nop between pointer types of exactly same spelling | Stephan Bergmann |
2015-04-25 | remove some @author tags from suspiciously unidiomatic code | Michael Stahl |
2015-04-13 | loplugin:staticmethods | Noel Grandin |
2015-03-31 | Reduce to static_cast any reinterpret_cast from void pointers | Stephan Bergmann |
2015-03-28 | Clean up C-style casts from pointers to void | Stephan Bergmann |
2015-03-26 | const_cast: convert some C-style casts and remove some redundant ones | Stephan Bergmann |
2015-03-13 | tdf#43157: Fix format string violations in OSL_TRACE etc. | Stephan Bergmann |
2015-02-06 | fdo#75757: Remove inheritance from std::vector | Matthew Pottage |
2015-02-05 | Updated all precompiled headers. | Ashod Nakashian |
2015-01-29 | callcatcher: large newly detected unused methods post de-virtualization | Caolán McNamara |
2015-01-28 | remove unused typedefs | Noel Grandin |
2015-01-26 | new loplugin: change virtual methods to non-virtual | Noel Grandin |
2015-01-22 | loplugin:cstylecast | Stephan Bergmann |
2015-01-20 | Some more loplugin:cstylecast: unoxml | Stephan Bergmann |
2015-01-19 | fdo#39440 reduce scope of local variables | Michael Weghorn |
2015-01-02 | boost::unordered_map->std::unordered_map | Caolán McNamara |
2014-12-19 | java: reduce visibility of some methods and fields | Noel Grandin |
2014-12-19 | java: static fields that should not be static | Noel Grandin |
2014-12-18 | unoxml: Use appropriate OUString functions on string constants | Stephan Bergmann |
2014-12-17 | Introduce rtl::OUStringLiteral1 | Stephan Bergmann |
2014-12-15 | java: remove some unused fields and variables | Noel Grandin |
2014-12-15 | unoxml: Use appropriate OUString functions on string constants | Stephan Bergmann |
2014-12-11 | document 440749 Explicit null dereferenced | Caolán McNamara |
2014-12-11 | java: reduce visibility of fields and methods | Noel Grandin |
2014-12-10 | java: improve use of WrappedTargetException to set cause properly | Noel Grandin |
2014-12-10 | java: simplify the getMSF() methods | Noel Grandin |
2014-11-18 | cppu: clean up public headers with include-what-you-use | Michael Stahl |
2014-11-17 | sal: clean up public headers with include-what-you-use | Michael Stahl |
2014-11-14 | fdo#86023 - O[U]String needs a 'clear' method | Brij Mohan Lal Srivastava |
2014-11-06 | Revert "use the new OUString::fromUtf8 method" | Stephan Bergmann |
2014-11-06 | use the new OUString::fromUtf8 method | Noel Grandin |
2014-11-05 | fdo#38835 strip out OUString globals | Noel Grandin |
2014-11-03 | coverity#705527 drop testlistener that logs to c:\listener.out | Caolán McNamara |
2014-11-03 | coverity#982488 unchecked dynamic_cast | David Tardon |
2014-10-13 | coverity#707458 Uncaught exception (better fix) | Michael Stahl |
2014-10-10 | coverity#707458 Uncaught exception | Caolán McNamara |
2014-10-01 | coverity#1242932 Uncaught exception | Caolán McNamara |
2014-10-01 | unoxml: std::auto_ptr -> std::unique_ptr | Stephan Bergmann |
2014-09-26 | Remove unused files and move test to qa/ | Matúš Kukan |
2014-09-25 | unoxml: domtest needs unotest library on WNT | Michael Stahl |
2014-09-25 | fdo#39625 Make existing CppUnit tests work | Tobias Madl |
2014-09-22 | fdo#84086 Fix assorted use-after-free bugs | Matthew J. Francis |
2014-08-14 | java: remove commented out code | Noel Grandin |
2014-08-12 | java: add @Override annotation to overriding methods | Noel Grandin |
2014-08-05 | java: remove commented out code | Noel Grandin |