summaryrefslogtreecommitdiff
path: root/pyuno
AgeCommit message (Expand)AuthorFilesLines
2019-08-20Fix typosAndrea Gelmini1-1/+1
2019-08-17tdf#88205 Adapt uses of css::uno::Sequence to use initializer_list ctorJulien Nabet1-2/+1
2019-08-17Simplify Sequence iterations in postprocess..saxArkadiy Illarionov1-27/+11
2019-08-15loplugin:sequenceloop in postprocess..reportdesignNoel Grandin1-1/+2
2019-07-31Improved loplugin:stringconstant (now that GCC 7 supports it): pyunoStephan Bergmann2-2/+2
2019-07-26Fix typo in codeAndrea Gelmini1-1/+1
2019-07-20loplugin:referencecasting in oox..pyunoNoel Grandin2-4/+4
2019-06-25improve loplugin:simplifyconstructNoel Grandin1-3/+4
2019-06-10Adapt to upcoming Python 3.8Stephan Bergmann5-6/+48
2019-05-17Use hasElements to check Sequence emptiness in [l-r]*Arkadiy Illarionov1-1/+1
2019-05-10an uno -> a unoCaolán McNamara2-2/+2
2019-04-26tdf#42949 Fix IWYU warnings in pyuno/Gabor Kelemen14-43/+74
2019-04-13loplugin:sequentialassign in oox..reportdesignNoel Grandin3-7/+3
2019-04-02For Python extensions, set __file__ before executing the moduleThomas Viehmann1-1/+1
2019-04-02renamed ssl test to testsslShubham Goyal2-3/+3
2019-03-18tdf#124011 Add __ne__ method to UNO typesShubham Goyal4-0/+87
2019-03-06remove some unnecessary typedef struct... sugarNoel Grandin1-4/+4
2019-02-26loplugin:indentation (clang-cl)Stephan Bergmann1-12/+12
2018-11-04replace double-checked locking patterns with thread safe local staticsMike Kaganski1-18/+12
2018-11-01fix pyuno compile on Fedora29Noel Grandin1-0/+4
2018-10-13loplugin:constfields in package..registryNoel Grandin1-2/+2
2018-10-12clang-tidy misc-throw-by-value-catch-by-referenceNoel Grandin2-13/+13
2018-09-24loplugin:external (clang-cl)Stephan Bergmann1-1/+1
2018-09-17New loplugin:externalStephan Bergmann5-42/+42
2018-09-07DeInitVCL in PythonTestStephan Bergmann12-0/+187
2018-07-30Add missing sal/log.hxx headersGabor Kelemen1-0/+1
2018-07-26Related: rhbz#1602589 silence coverity leaked_storageCaolán McNamara1-0/+1
2018-07-03const fixes for python3-devel-3.7.0-1.fc29.x86_64Stephan Bergmann3-3/+3
2018-06-23[API CHANGE] Add a sal_debug method to pyunoTor Lillqvist1-0/+15
2018-06-08look for unnecessary calls to Reference::is() after an UNO_QUERY_THROWNoel Grandin1-1/+0
2018-05-25Improve re-throwing of UNO exceptionsNoel Grandin2-2/+6
2018-04-09configure,pyuno: require at least Python 2.7Michael Stahl4-8/+0
2018-04-05Fix Python file URL construction on WindowsStephan Bergmann1-10/+3
2018-04-03Create temp copies of test docs in Python/UITestsStephan Bergmann1-3/+2
2018-03-12loplugin:redundantfcast look for redundant copies in return statementsNoel Grandin1-1/+1
2018-02-02pyuno: MSVC: pragma warning: make more specific, remove obsoleteMike Kaganski2-8/+0
2018-02-01tdf#114815 pyuno: avoid 2 threads initing python in parallelMichael Stahl1-4/+16
2018-01-15More loplugin:cstylecast: pyunoStephan Bergmann4-5/+5
2018-01-12More loplugin:cstylecast: pyunoStephan Bergmann7-20/+20
2018-01-11loplugin:redundantcast: pyunoStephan Bergmann1-1/+1
2017-12-11loplugin:salcall fix functionsNoel Grandin2-3/+3
2017-12-07loplugin:salcall handle static methodsNoel Grandin1-2/+2
2017-11-23loplugin:simplifybool for negation of comparison operatorNoel Grandin1-1/+1
2017-11-04Replace only list by vector in pyunoJulien Nabet1-2/+1
2017-10-27loplugin:includeform: pyuno (Windows)Stephan Bergmann1-1/+1
2017-10-23loplugin:includeform: pyunoStephan Bergmann2-6/+6
2017-10-23overload std::hash for OUString and OStringNoel Grandin2-6/+4
2017-10-04Fix PythonTest_pyuno_pytests_insertremovecells on WindowsStephan Bergmann1-3/+8
2017-10-03Partially revert c3609f107b16eb888edf284f4637be6cb09234ebMike Kaganski1-2/+3
2017-09-30Use SAL_W/SAL_U instead of reinterpret_cast btwn wchar_t* and sal_Unicode*Mike Kaganski1-3/+2