Age | Commit message (Expand) | Author |
2017-12-19 | inline use-once typedefs | Noel Grandin |
2017-12-11 | loplugin:salcall fix functions | Noel Grandin |
2017-11-23 | Replace list by vector in incomingrequest (binaryurp) | Julien Nabet |
2017-11-23 | Revert partly 9d1f61a61893435b26f7239136ad92b7354545a8 | Julien Nabet |
2017-11-18 | Replace some lists by vectors in binaryurp | Julien Nabet |
2017-10-26 | loplugin:constmethods in unotools | Noel Grandin |
2017-10-11 | binaryurp: consistently use "" and <> for include directives | Mike Kaganski |
2017-10-04 | add << operator for css::uno::Exception | Noel Grandin |
2017-09-08 | clang-tidy modernize-use-emplace in b* | Noel Grandin |
2017-08-25 | Replace use of oslInterlockedCount with std::atomic | Stephan Bergmann |
2017-08-11 | convert std::map::insert to std::map::emplace | Noel Grandin |
2017-06-15 | use more SAL_N_ELEMENTS part 3 | Noel Grandin |
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 |