Age | Commit message (Expand) | Author |
2015-04-01 | Add support for cppu::UnoType<void> | Stephan Bergmann |
2015-04-01 | Replace remaining getCppuType et al with cppu::UnoType | Stephan Bergmann |
2015-03-31 | Reduce to static_cast any reinterpret_cast from void pointers | Stephan Bergmann |
2015-03-28 | Clean up C-style casts from pointers to void | Stephan Bergmann |
2015-03-26 | const_cast: convert some C-style casts and remove some redundant ones | Stephan Bergmann |
2015-02-07 | loplugin:deletedspecial | Stephan Bergmann |
2015-01-26 | followup code removal after changing virtual methods to non-virtual | Noel Grandin |
2015-01-26 | new loplugin: change virtual methods to non-virtual | Noel Grandin |
2015-01-20 | Some more loplugin:cstylecast: xmlhelp | Stephan Bergmann |
2015-01-08 | brute-force find-and-remove of unused #define constants. | Noel Grandin |
2015-01-02 | boost::unordered_map->std::unordered_map | Caolán McNamara |
2014-12-18 | xmlhelp: Use appropriate OUString functions on string constants | Stephan Bergmann |
2014-12-18 | comphelper: Use appropriate OUString functions on string constants | Stephan Bergmann |
2014-12-15 | xmlhelp: Use appropriate OUString functions on string constants | Stephan Bergmann |
2014-12-04 | images: Tango is the most complete theme. | Jan Holesovsky |
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-11-14 | fdo#86023 - O[U]String needs a 'clear' method | Brij Mohan Lal Srivastava |
2014-11-12 | Fix common typos. No automatic tools. Handmade… | Andrea Gelmini |
2014-11-05 | fdo#38835 strip out OUString globals | Noel Grandin |
2014-10-20 | loplugin: cstylecast | Noel Grandin |
2014-10-15 | More -Werror,-Wunused-private-field | Stephan Bergmann |
2014-09-18 | fdo#83512 Make use of OUStringHash and OStringHash | Daniel Sikeler |
2014-09-11 | (Rudimentary) C++11 support is a hard requirement now | Stephan Bergmann |
2014-08-11 | Resolves: fdo#82025 use strlen instead of stored length byte | Caolán McNamara |
2014-06-09 | loplugin: inlinesimplememberfunctions | Noel Grandin |
2014-06-04 | compareToAscii -> equalsAscii | Noel Grandin |
2014-06-02 | fdo#68849: Add header guards to all include files | Jens Carl |
2014-05-29 | fdo#68849: Add header guards to all include files | Jens Carl |
2014-05-27 | use namespace css instead of com::sun | Thomas Arnhold |
2014-05-24 | cppcheck: redundantAssignment | Thomas Arnhold |
2014-05-23 | remove boilerplate in UNO Exception constructor calls | Noel Grandin |
2014-05-13 | Prefer cppu::UnoType<T>::get() to ::getCppuType((T*)0) part11 | Julien Nabet |
2014-05-10 | Prefer cppu::UnoType<T>::get() to ::getCppuType((T*)0) part9 | Julien Nabet |
2014-05-05 | simplify ternary conditions "xxx ? yyy : false" | Noel Grandin |
2014-05-02 | xmlhelp: sal_Bool->bool | Noel Grandin |
2014-04-19 | fixincludeguards.sh: some smaller dirs | Thomas Arnhold |
2014-04-15 | Remove unused code | Stephan Bergmann |
2014-04-14 | typo: misformed -> malformed | 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-03-20 | de-macroize xmlhelp ContentProvider | Norbert Thiebaud |
2014-03-20 | kill ucbhelper XTYPEPROVIDER_DECL macro | Norbert Thiebaud |
2014-03-20 | de-macroize xmlhelp tvfactory | Norbert Thiebaud |
2014-03-20 | de-macroize xmlhelp TVBase | Norbert Thiebaud |
2014-03-18 | Find places where OUString and OString are passed by value. | Noel Grandin |
2014-03-05 | kill XINTERFACE_IMPL_6 | Norbert Thiebaud |
2014-03-05 | de-macroize XINTERFACE_DECL | Norbert Thiebaud |
2014-03-04 | fdo#54938: Convert some places to use cppu::supportsService | Marcos Paulo de Souza |
2014-02-26 | cppuhelper: retrofit std::exception into overriding exception specs | Stephan Bergmann |