Age | Commit message (Expand) | Author |
2020-07-10 | replace usage of blacklist with excludelist for IWYU | Thorsten Behrens |
2020-07-01 | Upcoming improved loplugin:staticanonymous -> redundantstatic: pyuno | Stephan Bergmann |
2020-06-19 | tdf#121384 don't leave a bare trailing : in PYTHONPATH | Caolán McNamara |
2020-05-21 | use for-range on Sequence in i18npool..sd | Noel Grandin |
2020-05-20 | fix some more python 3.8 deprecation warnings | Noel Grandin |
2020-05-12 | Fix initialization of Python-3.8--only at-end tp_print member | Stephan Bergmann |
2020-05-11 | More targeted silencing of -Wdeprecated-declarations | Stephan Bergmann |
2020-05-07 | prevent warnings in pyuno with latest python | Noel Grandin |
2020-04-27 | Make upcasting css::uno::Reference ctor require complete types | Stephan Bergmann |
2020-04-09 | pyuno: sed Python2/3 string compatibility wrappers | Michael Stahl |
2020-04-09 | pyuno,*: kill Python 2 support with fire | Michael Stahl |
2020-04-03 | loplugin:flatten in pyuno | Noel Grandin |
2020-03-26 | Extend loplugin:cstylecast to certain function-style casts | Stephan Bergmann |
2020-03-25 | Remove unused using declarations in oox...xmlsecurity | Gabor Kelemen |
2020-03-12 | Revert "loplugin:constfields in package..registry" | Noel Grandin |
2020-02-22 | python 3.8.2 compile: add tp_print to PyTypeObject | Justin Luth |
2020-02-16 | GBUILD_TRACE, support for finding out where the build time is spent | Luboš Luňák |
2020-02-10 | -Werror,-Wnon-c-typedef-for-linkage | Stephan Bergmann |
2020-01-28 | sys.version is for displaying; use sys.version_info for version check | Mike Kaganski |
2020-01-25 | tdf#124176: Use pragma once instead of include guards | Batuhan Taskaya |
2020-01-09 | pyuno: remove racy debug check | Michael Stahl |
2020-01-08 | pyuno: remove redundant if | Michael Stahl |
2020-01-08 | pyuno: fix build against system-python-3.6 | Miklos Vajna |
2020-01-08 | python3: upgrade to release 3.7.6 | Michael Stahl |
2019-12-19 | sal_Char->char in oox..registry | Noel Grandin |
2019-12-05 | tdf#97361: Removed getByTindex in Pyuno pytests | Mayank Suman |
2019-11-22 | make some classes module-private | Noel Grandin |
2019-11-22 | Extend loplugin:external to warn about classes | Stephan Bergmann |
2019-10-15 | new loplugin:bufferadd | Noel Grandin |
2019-10-14 | New loplugin:getstr | Stephan Bergmann |
2019-09-18 | tdf#39593 use getUnoTunnelImplementation in pyuno | Arkadiy Illarionov |
2019-08-31 | Add version resource to executables where it was missing | Mike Kaganski |
2019-08-30 | loplugin:noexceptmove in pyuno | Noel Grandin |
2019-08-20 | Fix typos | Andrea Gelmini |
2019-08-17 | tdf#88205 Adapt uses of css::uno::Sequence to use initializer_list ctor | Julien Nabet |
2019-08-17 | Simplify Sequence iterations in postprocess..sax | Arkadiy Illarionov |
2019-08-15 | loplugin:sequenceloop in postprocess..reportdesign | Noel Grandin |
2019-07-31 | Improved loplugin:stringconstant (now that GCC 7 supports it): pyuno | Stephan Bergmann |
2019-07-26 | Fix typo in code | Andrea Gelmini |
2019-07-20 | loplugin:referencecasting in oox..pyuno | Noel Grandin |
2019-06-25 | improve loplugin:simplifyconstruct | Noel Grandin |
2019-06-10 | Adapt to upcoming Python 3.8 | Stephan Bergmann |
2019-05-17 | Use hasElements to check Sequence emptiness in [l-r]* | Arkadiy Illarionov |
2019-05-10 | an uno -> a uno | Caolán McNamara |
2019-04-26 | tdf#42949 Fix IWYU warnings in pyuno/ | Gabor Kelemen |
2019-04-13 | loplugin:sequentialassign in oox..reportdesign | Noel Grandin |
2019-04-02 | For Python extensions, set __file__ before executing the module | Thomas Viehmann |
2019-04-02 | renamed ssl test to testssl | Shubham Goyal |
2019-03-18 | tdf#124011 Add __ne__ method to UNO types | Shubham Goyal |
2019-03-06 | remove some unnecessary typedef struct... sugar | Noel Grandin |