Age | Commit message (Expand) | Author |
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 |
2017-11-23 | loplugin:simplifybool for negation of comparison operator | Noel Grandin |
2017-11-04 | Replace only list by vector in pyuno | Julien Nabet |
2017-10-27 | loplugin:includeform: pyuno (Windows) | Stephan Bergmann |
2017-10-23 | loplugin:includeform: pyuno | Stephan Bergmann |
2017-10-23 | overload std::hash for OUString and OString | Noel Grandin |
2017-10-04 | Fix PythonTest_pyuno_pytests_insertremovecells on Windows | Stephan Bergmann |
2017-10-03 | Partially revert c3609f107b16eb888edf284f4637be6cb09234eb | Mike Kaganski |
2017-09-30 | Use SAL_W/SAL_U instead of reinterpret_cast btwn wchar_t* and sal_Unicode* | Mike Kaganski |
2017-09-27 | Make these tests part of the regular 'make check' | Stephan Bergmann |
2017-09-26 | Call pyuno.private_initTestEnvironment() only once | Stephan Bergmann |
2017-09-25 | tdf#57950: Replace chained OUStringBuffer::append() with operator+ | Muhammet Kara |
2017-09-22 | loplugin:flatten in pyuno..sc | Noel Grandin |