summaryrefslogtreecommitdiffstats
path: root/pyuno
Commit message (Expand)AuthorAgeFilesLines
* Adapt to upcoming Python 3.8Stephan Bergmann2019-06-105-6/+48
* Use hasElements to check Sequence emptiness in [l-r]*Arkadiy Illarionov2019-05-171-1/+1
* an uno -> a unoCaolán McNamara2019-05-102-2/+2
* tdf#42949 Fix IWYU warnings in pyuno/Gabor Kelemen2019-04-2614-43/+74
* loplugin:sequentialassign in oox..reportdesignNoel Grandin2019-04-133-7/+3
* For Python extensions, set __file__ before executing the moduleThomas Viehmann2019-04-021-1/+1
* renamed ssl test to testsslShubham Goyal2019-04-022-3/+3
* tdf#124011 Add __ne__ method to UNO typesShubham Goyal2019-03-184-0/+87
* remove some unnecessary typedef struct... sugarNoel Grandin2019-03-061-4/+4
* loplugin:indentation (clang-cl)Stephan Bergmann2019-02-261-12/+12
* replace double-checked locking patterns with thread safe local staticsMike Kaganski2018-11-041-18/+12
* fix pyuno compile on Fedora29Noel Grandin2018-11-011-0/+4
* loplugin:constfields in package..registryNoel Grandin2018-10-131-2/+2
* clang-tidy misc-throw-by-value-catch-by-referenceNoel Grandin2018-10-122-13/+13
* loplugin:external (clang-cl)Stephan Bergmann2018-09-241-1/+1
* New loplugin:externalStephan Bergmann2018-09-175-42/+42
* DeInitVCL in PythonTestStephan Bergmann2018-09-0712-0/+187
* Add missing sal/log.hxx headersGabor Kelemen2018-07-301-0/+1
* Related: rhbz#1602589 silence coverity leaked_storageCaolán McNamara2018-07-261-0/+1
* const fixes for python3-devel-3.7.0-1.fc29.x86_64Stephan Bergmann2018-07-033-3/+3
* [API CHANGE] Add a sal_debug method to pyunoTor Lillqvist2018-06-231-0/+15
* look for unnecessary calls to Reference::is() after an UNO_QUERY_THROWNoel Grandin2018-06-081-1/+0
* Improve re-throwing of UNO exceptionsNoel Grandin2018-05-252-2/+6
* configure,pyuno: require at least Python 2.7Michael Stahl2018-04-094-8/+0
* Fix Python file URL construction on WindowsStephan Bergmann2018-04-051-10/+3
* Create temp copies of test docs in Python/UITestsStephan Bergmann2018-04-031-3/+2
* loplugin:redundantfcast look for redundant copies in return statementsNoel Grandin2018-03-121-1/+1
* pyuno: MSVC: pragma warning: make more specific, remove obsoleteMike Kaganski2018-02-022-8/+0
* tdf#114815 pyuno: avoid 2 threads initing python in parallelMichael Stahl2018-02-011-4/+16
* More loplugin:cstylecast: pyunoStephan Bergmann2018-01-154-5/+5
* More loplugin:cstylecast: pyunoStephan Bergmann2018-01-127-20/+20
* loplugin:redundantcast: pyunoStephan Bergmann2018-01-111-1/+1
* loplugin:salcall fix functionsNoel Grandin2017-12-112-3/+3
* loplugin:salcall handle static methodsNoel Grandin2017-12-071-2/+2
* loplugin:simplifybool for negation of comparison operatorNoel Grandin2017-11-231-1/+1
* Replace only list by vector in pyunoJulien Nabet2017-11-041-2/+1
* loplugin:includeform: pyuno (Windows)Stephan Bergmann2017-10-271-1/+1
* loplugin:includeform: pyunoStephan Bergmann2017-10-232-6/+6
* overload std::hash for OUString and OStringNoel Grandin2017-10-232-6/+4
* Fix PythonTest_pyuno_pytests_insertremovecells on WindowsStephan Bergmann2017-10-041-3/+8
* Partially revert c3609f107b16eb888edf284f4637be6cb09234ebMike Kaganski2017-10-031-2/+3
* Use SAL_W/SAL_U instead of reinterpret_cast btwn wchar_t* and sal_Unicode*Mike Kaganski2017-09-301-3/+2
* Make these tests part of the regular 'make check'Stephan Bergmann2017-09-272-35/+1
* Call pyuno.private_initTestEnvironment() only onceStephan Bergmann2017-09-261-1/+5
* tdf#57950: Replace chained OUStringBuffer::append() with operator+Muhammet Kara2017-09-251-14/+14
* loplugin:flatten in pyuno..scNoel Grandin2017-09-222-44/+43
* remove unnecessary use of OUString::getStrNoel Grandin2017-08-171-1/+1
* loplugin:constparams in basctlNoel Grandin2017-07-313-13/+13
* loplugin:constparams in soltools and variousNoel Grandin2017-07-211-1/+1
* clang-tidy readability-redundant-control-flowNoel Grandin2017-05-311-2/+0