Age | Commit message (Expand) | Author |
2016-04-14 | loplugin:passstuffbyref in various | Noel Grandin |
2016-02-09 | Remove excess newlines | Chris Sherlock |
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-10-12 | Replace "SAL_DELETED_FUNCTION" with "= delete" in LIBO_INTERNAL_ONLY code | Stephan Bergmann |
2015-04-01 | Remove redundant Reference<> from within UnoType<> uses | Stephan Bergmann |
2015-02-16 | boost::noncopyable->'= delete' | Caolán McNamara |
2015-02-16 | boost::foo_ptr->std::foo_ptr | Caolán McNamara |
2014-06-24 | new compilerplugin returnbyref | Noel Grandin |
2014-06-17 | improve the inlinesimplememberfunctions clang plugin | Noel Grandin |
2014-05-23 | remove boilerplate in UNO Exception constructor calls | Noel Grandin |
2014-02-26 | cppuhelper: retrofit std::exception into overriding exception specs | Stephan Bergmann |
2014-02-13 | cid#706247 wrong exception type | Stephan Bergmann |
2014-02-07 | auto_ptr -> scoped_ptr | Stephan Bergmann |
2014-02-07 | fdo#56511 Don't unduly delay Bridge termination | Stephan Bergmann |
2013-11-14 | remove unnecessary sal_Unicode casts in various places | Noel Grandin |
2013-02-19 | RTL_CONSTASCII_USTRINGPARAM removals | Krisztian Pinter |
2012-11-30 | c++ API: use css alias in generated headers, adds global css decl | Thorsten Behrens |
2012-09-18 | deprecate oustringostreaminserter.hxx | Norbert Thiebaud |
2012-09-05 | Cosmetics | Stephan Bergmann |
2012-09-05 | OUString and RTL_CONSTASCII cleanup | Ricardo Montania |
2012-08-22 | Change rtl::OUString to OUString | Ricardo Montania |
2012-08-15 | fdo#43433: Binary URP works gracefully with old Java URP | Stephan Bergmann |
2012-06-12 | re-base on ALv2 code. | Michael Meeks |
2012-05-23 | Better fix for ThreadPool/ORequestThread life cycle | Stephan Bergmann |
2012-05-16 | Fixed ThreadPool (and dependent ORequestThread) life cycle | Stephan Bergmann |
2012-04-06 | Replaced equalsAsciiL(RTL_CONSTASCII_STRINGPARAM(...)) with == operator | Szabolcs Dezsi |
2012-03-08 | Clarifying comment added | Stephan Bergmann |
2012-02-23 | Adapted Reader/Writer to safer-to-use salhelper::Thread | Stephan Bergmann |
2012-01-21 | Removed some unused parameters; added SAL_UNUSED_PARAMETER. | Stephan Bergmann |
2011-12-13 | Fix for fdo43460 Part IV getLength to isEmpty | Olivier Hallot |
2011-11-30 | catch by constant reference | Takeshi Abe |
2011-11-29 | Demote SAL_WARN that happens regularly during bridge shutdown to SAL_INFO. | Stephan Bergmann |
2011-11-28 | Adapted to new assertion/logging mechanisms. | Stephan Bergmann |
2011-06-02 | add mode lines to new files | Caolán McNamara |
2011-01-26 | sb138: #i116038# fresh implementation of binary URP bridge | sb |