Age | Commit message (Expand) | Author |
2016-09-13 | loplugin:override: No more need for the "MSVC dtor override" workaround | Stephan Bergmann |
2016-08-08 | OFFICE-3708: package: recognize correct SHA256 URL | Michael Stahl |
2016-07-07 | loplugin:passstuffbyref also for {css::uno,rtl}::Reference | Stephan Bergmann |
2016-05-05 | clang-tidy modernize-loop-convert in oox to sax | Noel Grandin |
2015-11-23 | loplugin:unusedfields in oox,package,reportdesign | Noel Grandin |
2015-11-19 | use comphelper::containerToSequence | Noel Grandin |
2015-11-16 | use initialiser list for Sequence<OUString> | Noel Grandin |
2015-11-10 | loplugin:nullptr (automatic rewrite) | Stephan Bergmann |
2015-10-23 | com::sun::star->css in package,pyuno | Noel Grandin |
2015-10-12 | Replace "SAL_OVERRIDE" with "override" in LIBO_INTERNAL_ONLY code | Stephan Bergmann |
2015-08-26 | package: tdf#88206 replace cppu::WeakImplHelper* etc. | Takeshi Abe |
2015-06-01 | loplugin:loopvartoosmall | Noel Grandin |
2015-04-15 | remove unnecessary use of void in function declarations | Noel Grandin |
2015-04-09 | loplugin:staticmethods | Noel Grandin |
2015-03-31 | Reduce to static_cast any reinterpret_cast from void pointers | Stephan Bergmann |
2015-02-06 | fdo#75757: Remove inheritance from std::vector | Matthew Pottage |
2015-01-02 | boost::unordered_map->std::unordered_map | Caolán McNamara |
2014-12-15 | package: Use appropriate OUString functions on string constants | Stephan Bergmann |
2014-11-18 | cppuhelper: clean up public headers with include-what-you-use | Michael Stahl |
2014-11-17 | sal: clean up public headers with include-what-you-use | Michael Stahl |
2014-09-11 | create a master document template type | Caolán McNamara |
2014-06-04 | update_pch: add a bunch of pch files | Thomas Arnhold |
2014-05-23 | remove boilerplate in UNO Exception constructor calls | Noel Grandin |
2014-04-22 | package: sal_Bool->bool | Noel Grandin |
2014-04-19 | fixincludeguards.sh: package | Thomas Arnhold |
2014-04-14 | remove update_precomp.py markers | Thomas Arnhold |
2014-04-01 | Explicitly mark overriding destructors as "virtual" | Stephan Bergmann |
2014-03-26 | First batch of adding SAL_OVERRRIDE to overriding function declarations | Stephan Bergmann |
2014-02-26 | cppuhelper: retrofit std::exception into overriding exception specs | Stephan Bergmann |
2014-01-28 | bool improvements | Stephan Bergmann |
2014-01-27 | Don't use OSL_LOG_PREFIX when throwing exceptions in non-debug builds. | Jan Holesovsky |
2013-11-11 | convert OUString compareToAscii == 0 to equalsAscii | Noel Grandin |
2013-11-04 | Convert code that calls OUString::getStr()[] to use the [] operator | Noel Grandin |
2013-10-30 | fdo#54938: Convert package, writerfilter and writerperfect | Marcos Paulo de Souza |
2013-10-22 | Bin comments that claim to say why some header is included | Tor Lillqvist |
2013-07-31 | fdo#62475 removed pointless comments | Jelle van der Waa |
2013-05-22 | Use the new type-checking Reference constructor to reduce code noise | Noel Grandin |
2013-04-07 | mass removal of rtl:: prefixes for O(U)String* | Luboš Luňák |
2013-03-15 | Improve debug messages | Stephan Bergmann |
2013-03-11 | use startsWith() instead of compareToAscii() | Thomas Arnhold |
2013-02-11 | fdo#46808, Convert package module to XComponentContext | Noel Grandin |
2012-10-26 | uncommpressed stream size is now 64bit, fdo#56291 | Markus Mohrhard |
2012-10-24 | package: kill remaining RTL_CONSTASCII.*PARAM | Miklos Vajna |
2012-10-22 | fdo#46808, Adapt xml::sax::XWriter UNO service to new style | Noel Grandin |
2012-10-04 | fdo#46808, Adapt xml::sax::XParser UNO service to new style | Noel Grandin |
2012-09-21 | package: convert internal ZIP handling data-types to 64bit | Michael Meeks |
2012-07-18 | Various Clang 3.1 -Wunsued-variable, -Wconstant-conversion | Stephan Bergmann |
2012-06-22 | re-base on ALv2 code. | Michael Meeks |
2012-06-02 | count and order of receipt of properties doesn't matter | Caolán McNamara |
2012-06-01 | unwind manifest xml parser and follow tag hierarchy model | Caolán McNamara |