summaryrefslogtreecommitdiff
path: root/pyuno
AgeCommit message (Expand)AuthorFilesLines
2020-04-27Make upcasting css::uno::Reference ctor require complete typesStephan Bergmann1-0/+1
2020-04-09pyuno: sed Python2/3 string compatibility wrappersMichael Stahl7-78/+37
2020-04-09pyuno,*: kill Python 2 support with fireMichael Stahl12-192/+14
2020-04-03loplugin:flatten in pyunoNoel Grandin4-111/+111
2020-03-26Extend loplugin:cstylecast to certain function-style castsStephan Bergmann1-1/+1
2020-03-25Remove unused using declarations in oox...xmlsecurityGabor Kelemen1-1/+0
2020-03-12Revert "loplugin:constfields in package..registry"Noel Grandin1-2/+2
2020-02-22python 3.8.2 compile: add tp_print to PyTypeObjectJustin Luth5-0/+18
2020-02-16GBUILD_TRACE, support for finding out where the build time is spentLuboš Luňák2-0/+6
2020-02-10-Werror,-Wnon-c-typedef-for-linkageStephan Bergmann1-6/+6
2020-01-28sys.version is for displaying; use sys.version_info for version checkMike Kaganski1-1/+1
2020-01-25tdf#124176: Use pragma once instead of include guardsBatuhan Taskaya1-3/+1
2020-01-09pyuno: remove racy debug checkMichael Stahl1-7/+0
2020-01-08pyuno: remove redundant ifMichael Stahl1-3/+2
2020-01-08pyuno: fix build against system-python-3.6Miklos Vajna1-0/+2
2020-01-08python3: upgrade to release 3.7.6Michael Stahl3-8/+33
2019-12-19sal_Char->char in oox..registryNoel Grandin1-1/+1
2019-12-05tdf#97361: Removed getByTindex in Pyuno pytestsMayank Suman8-29/+30
2019-11-22make some classes module-privateNoel Grandin1-1/+1
2019-11-22Extend loplugin:external to warn about classesStephan Bergmann3-0/+18
2019-10-15new loplugin:bufferaddNoel Grandin6-108/+74
2019-10-14New loplugin:getstrStephan Bergmann1-1/+1
2019-09-18tdf#39593 use getUnoTunnelImplementation in pyunoArkadiy Illarionov4-15/+9
2019-08-31Add version resource to executables where it was missingMike Kaganski1-0/+2
2019-08-30loplugin:noexceptmove in pyunoNoel Grandin1-3/+3
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