Age | Commit message (Expand) | Author |
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 |
2014-03-29 | typo: optimisation -> optimization | Thomas Arnhold |
2014-03-26 | First batch of adding SAL_OVERRRIDE to overriding function declarations | Stephan Bergmann |
2014-03-21 | coverity#982784 Unintentional integer overflow | Caolán McNamara |
2014-03-21 | coverity#707964 Uninitialized scalar field | Caolán McNamara |
2014-03-18 | Find places where OUString and OString are passed by value. | Noel Grandin |
2014-03-10 | package: simplify deprecated XTypeProvider.getImplementationId | Stephan Bergmann |
2014-03-10 | Use cppu::OImplementationId for XUnoTunnel IDs | Stephan Bergmann |
2014-02-26 | cppuhelper: retrofit std::exception into overriding exception specs | Stephan Bergmann |
2014-02-26 | Remove visual noise from package | Alexander Wilms |
2014-02-21 | Replace deprecated std::auto_ptr with boost::scoped_ptr | Takeshi Abe |
2014-02-17 | comphelper: sal_Bool -> bool | Stephan Bergmann |
2014-02-17 | ucbhelper: sal_Bool -> bool | Stephan Bergmann |
2014-02-12 | normalize values of SYSTEM_ZLIB, SYSTEM_DICTS, SYSTEM_FONTCONFIG | Michael Stahl |
2014-02-03 | fdo#54938 Convert to cppu::supportsService | Alexandre Vicenzi |
2014-01-28 | bool improvements | Stephan Bergmann |
2014-01-27 | Don't use OSL_LOG_PREFIX when throwing exceptions in non-debug builds. | Jan Holesovsky |
2014-01-27 | css::io::XInputStream _is_ allowed | David Tardon |
2014-01-22 | bool improvements | Stephan Bergmann |
2014-01-16 | Revert "impl. enumeration for ZipPackage" | David Tardon |
2014-01-16 | do not close input, unless it was us who opened it | David Tardon |
2014-01-15 | bah | David Tardon |
2014-01-15 | impl. enumeration for ZipPackage | David Tardon |
2014-01-05 | package: avoid un-necessary modification event work. | Michael Meeks |