Age | Commit message (Expand) | Author |
2014-09-30 | package: std::auto_ptr -> std::unique_ptr | Stephan Bergmann |
2014-09-29 | loplugin: cstylecast | Noel Grandin |
2014-09-11 | create a master document template type | Caolán McNamara |
2014-08-19 | java: use 'Integer.valueOf' instead of 'new Integer' | Noel Grandin |
2014-08-19 | java: use Boolean.valueOf instead of instantiating Boolean objects | Noel Grandin |
2014-08-14 | java: remove commented out code | Noel Grandin |
2014-08-13 | update_pch | Thomas Arnhold |
2014-08-07 | coverity#706587 Uncaught exception | Caolán McNamara |
2014-08-07 | coverity#706588 Uncaught exception | Caolán McNamara |
2014-08-07 | coverity#706589 Uncaught exception | Caolán McNamara |
2014-08-07 | coverity#706593 Uncaught exception | Caolán McNamara |
2014-08-07 | coverity#706596 Uncaught exception | Caolán McNamara |
2014-08-01 | typo: more then -> more than | Takeshi Abe |
2014-07-26 | coverity#706594 Uncaught exception | Caolán McNamara |
2014-07-26 | coverity#706577 Uncaught exception | Caolán McNamara |
2014-07-25 | coverity#706572 Uncaught exception | Caolán McNamara |
2014-07-25 | coverity#706579 Uncaught exception | Caolán McNamara |
2014-07-25 | coverity#1209891 Uncaught exception | Caolán McNamara |
2014-07-25 | coverity#1209892 Uncaught exception | Caolán McNamara |
2014-07-14 | coverity#706576 Uncaught exception | Caolán McNamara |
2014-07-14 | coverity#706574 Uncaught exception | Caolán McNamara |
2014-07-14 | coverity#983698 Uncaught exception | Caolán McNamara |
2014-07-06 | fix unhandled exception terminate on ooo48061-1.sxw | Caolán McNamara |
2014-06-09 | No need to check for NULL before delete. | Kohei Yoshida |
2014-06-09 | Tuck this typedef inside struct scope where it's used. | Kohei Yoshida |
2014-06-09 | Use for_each with boost::checked_deletor for this. | Kohei Yoshida |
2014-06-09 | loplugin: inlinesimplememberfunctions | Noel Grandin |
2014-06-04 | update_pch: add a bunch of pch files | Thomas Arnhold |
2014-05-29 | remove unnecessary linefeeds from the end of exception messages | Noel Grandin |
2014-05-27 | remove unnecessary use of Reference constructor in throw | Noel Grandin |
2014-05-23 | Prefer cppu::UnoType<T>::get() to ::getCppuType((T*)0) part20 | Julien Nabet |
2014-05-23 | remove boilerplate in UNO Exception constructor calls | Noel Grandin |
2014-05-20 | fdo#78949 Handle (SAXParse-)Exception that can't pass getAllRelationships | Stephan Bergmann |
2014-05-17 | Correct common misspellings, and remove some ASCII art along the way. | Chris Laplante |
2014-05-14 | various loplugin:passsequencebyref | Noel Grandin |
2014-05-14 | package: remove SAL_INFO's that only mark function entry | Noel Grandin |
2014-05-14 | cid#982783 Unintentional integer overflow | Noel Grandin |
2014-04-30 | Many spelling fixes: directories h* - p*. | Pedro Giffuni |
2014-04-28 | prefer makefile-gmake-mode | Takeshi Abe |
2014-04-22 | filter: sal_Bool->bool | Noel Grandin |
2014-04-22 | package: sal_Bool->bool | Noel Grandin |
2014-04-19 | fixincludeguards.sh: package | Thomas Arnhold |
2014-04-16 | sal/log.hxx functionality also includes the equivalent of OSL_LOG_PREFIX | Stephan Bergmann |
2014-04-16 | package: Turn own logging infra into SAL_INFO to reduce product bin size. | Jan Holesovsky |
2014-04-14 | remove update_precomp.py markers | Thomas Arnhold |
2014-04-14 | Remove dead function declaration | Stephan Bergmann |
2014-04-10 | It's "its", not "it's" | Tor Lillqvist |
2014-04-03 | remove unnecessary scope qualifier from sal_Bool uses | Noel Grandin |
2014-04-03 | package: sal_Bool->bool | Noel Grandin |
2014-04-01 | Explicitly mark overriding destructors as "virtual" | Stephan Bergmann |