Age | Commit message (Expand) | Author |
2015-11-02 | tdf#65108 use <> instead of "" in include line | Feyza Yavuz |
2015-10-12 | Replace "SAL_OVERRIDE" with "override" in LIBO_INTERNAL_ONLY code | Stephan Bergmann |
2015-10-12 | Replace "SAL_DELETED_FUNCTION" with "= delete" in LIBO_INTERNAL_ONLY code | Stephan Bergmann |
2015-07-10 | tdf#88206 replace cppu::WeakImplHelper* etc. | Takeshi Abe |
2015-06-04 | More informative exception message | Stephan Bergmann |
2015-05-29 | loplugin:redundantcast: const_cast to same type | Stephan Bergmann |
2015-04-22 | Various #include <sal/log.hxx> fixups | Stephan Bergmann |
2015-04-01 | Add support for cppu::UnoType<void> | Stephan Bergmann |
2015-04-01 | Remove redundant Reference<> from within UnoType<> uses | Stephan Bergmann |
2015-02-16 | restore dependencies | Caolán McNamara |
2015-02-16 | boost::noncopyable->'= delete' | Caolán McNamara |
2015-02-16 | boost::foo_ptr->std::foo_ptr | Caolán McNamara |
2015-01-09 | loplugin:cstylecast: warn about certain redundant reinterpret_casts | Stephan Bergmann |
2014-12-12 | css::uno::Sequence ctor with initializer_list | Stephan Bergmann |
2014-11-17 | sal: clean up public headers with include-what-you-use | Michael Stahl |
2014-10-31 | cid#1212456 Silently ignore uno_assignData return value here | Stephan Bergmann |
2014-09-25 | untabify | Stephan Bergmann |
2014-09-24 | Replace use of o3tl::heap_ptr with std::unique_ptr | Stephan Bergmann |
2014-07-07 | DBG_ASSERT->assert when followed by dereference | Caolán McNamara |
2014-06-24 | new compilerplugin returnbyref | Noel Grandin |
2014-06-17 | improve the inlinesimplememberfunctions clang plugin | Noel Grandin |
2014-06-05 | various: remove SAL_THROW macro | Noel Grandin |
2014-05-23 | remove boilerplate in UNO Exception constructor calls | Noel Grandin |
2014-05-19 | rhbz#1016758: Dispose bridges when disposing bridge factory | Stephan Bergmann |
2014-05-11 | coverity#707665 Uninitialized scalar field | Caolán McNamara |
2014-05-11 | coverity#707666 Uninitialized scalar field | Caolán McNamara |
2014-04-30 | Many spelling fixes: directories a* - g*. | Pedro Giffuni |
2014-04-28 | prefer makefile-gmake-mode | Takeshi Abe |
2014-04-16 | sal/log.hxx functionality also includes the equivalent of OSL_LOG_PREFIX | Stephan Bergmann |
2014-03-26 | First batch of adding SAL_OVERRRIDE to overriding function declarations | Stephan Bergmann |
2014-03-18 | Use cppu::BaseMutex instead of plain osl::Mutex as base | Stephan Bergmann |
2014-02-26 | cppuhelper: retrofit std::exception into overriding exception specs | Stephan Bergmann |
2014-02-25 | Remove visual noise from binaryurp | Alexander Wilms |
2014-02-13 | cid#983607 unexpected std::exception | Stephan Bergmann |
2014-02-13 | cid#706247 wrong exception type | Stephan Bergmann |
2014-02-12 | Revert "cid#707663 uninitialized pointer field" | Michael Stahl |
2014-02-12 | Revert "cid#707662 uninitialized pointer field" | Michael Stahl |
2014-02-12 | Revert "cid#707661 uninitialized pointer field" | Michael Stahl |
2014-02-12 | cid#707663 uninitialized pointer field | Noel Grandin |
2014-02-12 | cid#707662 uninitialized pointer field | Noel Grandin |
2014-02-12 | cid#707661 uninitialized pointer field | Noel Grandin |
2014-02-07 | auto_ptr -> heap_ptr | Stephan Bergmann |
2014-02-07 | auto_ptr -> scoped_ptr | Stephan Bergmann |
2014-02-07 | fdo#56511 Don't unduly delay Bridge termination | Stephan Bergmann |
2014-02-04 | Related: #i123862# use O*String's isEmpty() method... | Herbert Dürr |
2013-12-16 | Allow setting environment value directly in .component files | Stephan Bergmann |
2013-11-28 | Minor simplification | Stephan Bergmann |
2013-11-27 | binaryurp: silently ignore superfluous MUSTREPLY/SYNCHRONOUS flags | Stephan Bergmann |
2013-11-14 | remove unnecessary sal_Unicode casts in various places | Noel Grandin |
2013-10-25 | fdo#54938: More uses of cppu::supportsService | Marcos Paulo de Souza |