Age | Commit message (Expand) | Author |
2017-05-09 | cleanup osl/diagnose.h includes | Jochen Nitschke |
2017-04-21 | gbuild: Remove MSVC 2013 legacy code | David Ostrovsky |
2017-04-06 | Improved loplugin:redundantcast, static_cast on arithmetic types: binaryurp | Stephan Bergmann |
2017-02-15 | Drop :: prefix from std in [a-b]*/ | Tor Lillqvist |
2017-02-06 | Add missing #includes | Stephan Bergmann |
2017-02-03 | makeAny->Any in basctl..chart2 | Noel Grandin |
2017-01-26 | Remove dynamic exception specifications | Stephan Bergmann |
2016-11-23 | New o3tl::runtimeToOUString to convert from C++ runtime NTBS to OUString | Stephan Bergmann |
2016-11-15 | loplugin:unusedfields | Noel Grandin |
2016-09-16 | Replace remaining OSL_ASSERT etc. in binaryurp | Stephan Bergmann |
2016-09-16 | In binaryurp, fix change from rtl_copyMemory to memcpy | Stephan Bergmann |
2016-09-13 | loplugin:override: No more need for the "MSVC dtor override" workaround | Stephan Bergmann |
2016-08-19 | cid#1371307: Move semantics for BinaryAny | Stephan Bergmann |
2016-07-10 | split the assert into two | Markus Mohrhard |
2016-07-04 | use SAL_DEPRECATED in uno::Reference | Noel Grandin |
2016-07-04 | Fix some spelling errors in comments and strings | Otto Kekäläinen |
2016-05-10 | Replace fallthrough comments with new SAL_FALLTHROUGH macro | Stephan Bergmann |
2016-04-14 | loplugin:passstuffbyref in various | Noel Grandin |
2016-02-09 | Remove excess newlines | Chris Sherlock |
2016-02-08 | loplugin:unusedmethods | Noel Grandin |
2015-11-10 | loplugin:nullptr (automatic rewrite) | Stephan Bergmann |
2015-11-02 | tdf#94269: Replace "n" prefix for bool variables with "b" | Benjamin Ni |
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 |