Age | Commit message (Expand) | Author |
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 |
2019-02-26 | loplugin:indentation (clang-cl) | Stephan Bergmann |
2018-11-04 | replace double-checked locking patterns with thread safe local statics | Mike Kaganski |
2018-11-01 | fix pyuno compile on Fedora29 | Noel Grandin |
2018-10-13 | loplugin:constfields in package..registry | Noel Grandin |
2018-10-12 | clang-tidy misc-throw-by-value-catch-by-reference | Noel Grandin |
2018-09-24 | loplugin:external (clang-cl) | Stephan Bergmann |
2018-09-17 | New loplugin:external | Stephan Bergmann |
2018-09-07 | DeInitVCL in PythonTest | Stephan Bergmann |
2018-07-30 | Add missing sal/log.hxx headers | Gabor Kelemen |
2018-07-26 | Related: rhbz#1602589 silence coverity leaked_storage | Caolán McNamara |
2018-07-03 | const fixes for python3-devel-3.7.0-1.fc29.x86_64 | Stephan Bergmann |
2018-06-23 | [API CHANGE] Add a sal_debug method to pyuno | Tor Lillqvist |
2018-06-08 | look for unnecessary calls to Reference::is() after an UNO_QUERY_THROW | Noel Grandin |
2018-05-25 | Improve re-throwing of UNO exceptions | Noel Grandin |
2018-04-09 | configure,pyuno: require at least Python 2.7 | Michael Stahl |
2018-04-05 | Fix Python file URL construction on Windows | Stephan Bergmann |
2018-04-03 | Create temp copies of test docs in Python/UITests | Stephan Bergmann |
2018-03-12 | loplugin:redundantfcast look for redundant copies in return statements | Noel Grandin |
2018-02-02 | pyuno: MSVC: pragma warning: make more specific, remove obsolete | Mike Kaganski |
2018-02-01 | tdf#114815 pyuno: avoid 2 threads initing python in parallel | Michael Stahl |
2018-01-15 | More loplugin:cstylecast: pyuno | Stephan Bergmann |
2018-01-12 | More loplugin:cstylecast: pyuno | Stephan Bergmann |
2018-01-11 | loplugin:redundantcast: pyuno | Stephan Bergmann |
2017-12-11 | loplugin:salcall fix functions | Noel Grandin |
2017-12-07 | loplugin:salcall handle static methods | Noel Grandin |