Age | Commit message (Expand) | Author |
2015-03-28 | Clean up C-style casts from pointers to void | Stephan Bergmann |
2015-03-27 | loplugin:staticfunction | Noel Grandin |
2015-03-25 | Typos | Julien Nabet |
2015-03-15 | Typo: constarined->constrained | Julien Nabet |
2015-03-12 | CppCheck cleanlyness : reduce variable's scope | Michaël Lefèvre |
2015-02-18 | Typos | Julien Nabet |
2015-02-05 | Updated all precompiled headers. | Ashod Nakashian |
2015-01-28 | Use vector::data | Stephan Bergmann |
2015-01-27 | Get rid of std::auto_ptr in stable URE interface | Stephan Bergmann |
2015-01-25 | coverity#1266445 Explicit null dereferenced | Caolán McNamara |
2015-01-20 | Some more loplugin:cstylecast: cppuhelper | Stephan Bergmann |
2015-01-16 | Variadic cppu::WeakComponentImplHelper | Stephan Bergmann |
2015-01-16 | Fix getTypes() of OPropertySetHelper and derived | Stephan Bergmann |
2015-01-07 | -Werror=array-bounds | Stephan Bergmann |
2015-01-07 | drop crashrep unused since start of LibreOffice | Caolán McNamara |
2015-01-07 | Variadic cppu::WeakImplHelper | Stephan Bergmann |
2014-12-27 | boost::unordered_map -> c++11 std::unordered_map | Caolán McNamara |
2014-12-22 | -Werror,-Winfinite-recursion | Stephan Bergmann |
2014-12-19 | Remove unused */qa/checkapi/ | Stephan Bergmann |
2014-12-16 | cppuhelper: Use appropriate OUString functions on string constants | Stephan Bergmann |
2014-12-12 | cppuhelper: Use appropriate OUString functions on string constants | Stephan Bergmann |
2014-12-09 | rhbz#1036877: Join Java AsynchronousFinalizer thread well before exit | Stephan Bergmann |
2014-11-18 | cppuhelper: clean up public headers with include-what-you-use | Michael Stahl |
2014-11-18 | cid#706201: No need to call access prior to realpath here | Stephan Bergmann |
2014-11-17 | sal: clean up public headers with include-what-you-use | Michael Stahl |
2014-11-12 | Fix common typos. No automatic tools. Handmade… | Andrea Gelmini |
2014-10-31 | Removed duplicated includes | Andrea Gelmini |
2014-10-29 | remove unnecessary 'using namespace rtl' declarations | Noel Grandin |
2014-10-08 | fdo#80927: css.office.Quickstart should be single-instance service. | Matúš Kukan |
2014-09-30 | cppuhelper: std::auto_ptr -> std::unique_ptr | Stephan Bergmann |
2014-09-29 | Adapt cppu::bootstrap to new Mac OS X LibreOffice.app layout | Stephan Bergmann |
2014-09-25 | Eliminate memory leak due to circular shared_ptr | Matthew J. Francis |
2014-09-17 | cppu and cppuhelper: loplugin: cstylecast | Noel Grandin |
2014-09-12 | fix access to potentiellement empty string | Norbert Thiebaud |
2014-09-09 | Make the "Mac-like" or "canonical" app bundle structure always used on OS X | Tor Lillqvist |
2014-08-18 | Remove unnecessary #include | Stephan Bergmann |
2014-08-08 | warning C4702: unreachable code | Michael Stahl |
2014-08-08 | Remove redundant inclusions of header "cppuhelper/shlib.h" | Matthew Pottage |
2014-08-08 | [API CHANGE] Removed two cppuhelper deprecated headers. | Matthew Pottage |
2014-07-12 | Avoid possible memory leaks in case of exceptions | Takeshi Abe |
2014-07-11 | new loplugin: externalandnotdefined | Noel Grandin |
2014-07-01 | New loplugin:stringconcat | Stephan Bergmann |
2014-06-17 | -Wstrict-prototypes | Stephan Bergmann |
2014-06-05 | cppuhelper: remove SAL_THROW macro | Noel Grandin |
2014-06-04 | update_pch: add a bunch of pch files | Thomas Arnhold |
2014-06-04 | cppuhelper: fix includes | Thomas Arnhold |
2014-06-02 | fdo#68849: Add header guards to all include files | Jens Carl |
2014-05-29 | remove more unnecesary OUString constructor use | Noel Grandin |
2014-05-24 | coverity#983624 Uncaught exception | Caolán McNamara |
2014-05-23 | remove boilerplate in UNO Exception constructor calls | Noel Grandin |