Age | Commit message (Expand) | Author |
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 |
2014-08-05 | java: remove various unused variables | Noel Grandin |
2014-07-25 | coverity#1158284 Uncaught exception | Caolán McNamara |
2014-07-18 | loplugin:saloverride | Miklos Vajna |
2014-07-17 | fix memleak circular dependency of CElementList and CElement | Caolán McNamara |
2014-07-01 | clang scan-build: various warnings | Caolán McNamara |
2014-06-05 | various: remove SAL_THROW macro | Noel Grandin |
2014-05-27 | remove more unnecessary use of OUString constructor | Noel Grandin |
2014-05-22 | update_pch: add unoxml | Thomas Arnhold |
2014-05-22 | unoxml: huge namespacing cleanup | Thomas Arnhold |
2014-05-08 | various: sal_Bool->bool | Noel Grandin |
2014-05-02 | unoxml: sal_Bool->bool | Noel Grandin |
2014-05-01 | Many spelling fixes: directories r* - z*. | Pedro Giffuni |
2014-04-15 | Clean up function declarations | Stephan Bergmann |
2014-04-08 | coverity#707456 Uncaught exception | Caolán McNamara |
2014-04-05 | coverity#708568 Uninitialized scalar field | Caolán McNamara |
2014-04-03 | remove unnecessary scope qualifier from sal_Bool uses | Noel Grandin |
2014-03-26 | First batch of adding SAL_OVERRRIDE to overriding function declarations | Stephan Bergmann |
2014-03-18 | Find places where OUString and OString are passed by value. | Noel Grandin |
2014-02-26 | cppuhelper: retrofit std::exception into overriding exception specs | Stephan Bergmann |
2014-02-26 | Remove visual noise from unoxml | Alexander Wilms |
2014-01-28 | bool improvements | Stephan Bergmann |
2014-01-09 | librdf_Repository: make older compilers happy | Michael Stahl |
2014-01-09 | librdf_Repository: fix missing mutex lock in various destructors | Michael Stahl |
2014-01-09 | fdo#72928: fix deadlocks in librdf_Repository | Michael Stahl |
2013-12-17 | Adapt all (non-extension, SharedLibrary) .components to environment="..." | Stephan Bergmann |
2013-11-14 | remove unnecessary sal_Unicode casts in various places | Noel Grandin |
2013-11-11 | convert OUString compareToAscii == 0 to equalsAscii | Noel Grandin |
2013-11-07 | fdo#63020: Replace ::comphelper::stl_begin()... | Marcos Paulo de Souza |
2013-11-05 | fixincludeguards.sh: uno* | Thomas Arnhold |
2013-10-31 | Convert indexOf->startsWith and lastIndexOf->endsWith | Noel Grandin |
2013-10-11 | -Werror,-Wunused-variable | Stephan Bergmann |
2013-10-07 | fdo#54938: Adapt supportsService implementations to cppu::supportsService | Marcos Paulo de Souza |
2013-10-02 | -Werror,-Wunused-const-variable | Stephan Bergmann |
2013-10-02 | -Werror,-Wunused-const-variable | Stephan Bergmann |
2013-09-26 | typo fixes in comments | Andras Timar |
2013-09-20 | The original bytes were probably meant as UTF-8, not UTF-16 | Stephan Bergmann |
2013-09-20 | java.lang.String.getBytes() has platform-dependent semantics | Stephan Bergmann |
2013-09-20 | New unit test to the DOMTree test suite | Miguel Gomez |
2013-09-20 | unoxml: avoid SIGSEV when xmlNsPtr prefix is NULL | Andres Gomez |