summaryrefslogtreecommitdiffstats
path: root/pyuno/source/module/pyuno.cxx
Commit message (Expand)AuthorAgeFilesLines
* Fix initialization of Python-3.8--only at-end tp_print memberStephan Bergmann2020-11-141-2/+2
* More targeted silencing of -Wdeprecated-declarationsStephan Bergmann2020-06-121-7/+7
* prevent warnings in pyuno with latest pythonNoel Grandin2020-06-121-1/+8
* python 3.8.2 compile: add tp_print to PyTypeObjectJustin Luth2020-05-241-0/+3
* python3: upgrade to release 3.7.6Michael Stahl2020-01-081-4/+5
* new loplugin:bufferaddNoel Grandin2019-10-151-23/+19
* tdf#39593 use getUnoTunnelImplementation in pyunoArkadiy Illarionov2019-09-181-8/+5
* Improved loplugin:stringconstant (now that GCC 7 supports it): pyunoStephan Bergmann2019-07-311-1/+1
* loplugin:referencecasting in oox..pyunoNoel Grandin2019-07-201-3/+3
* Adapt to upcoming Python 3.8Stephan Bergmann2019-06-101-1/+8
* tdf#42949 Fix IWYU warnings in pyuno/Gabor Kelemen2019-04-261-4/+5
* loplugin:sequentialassign in oox..reportdesignNoel Grandin2019-04-131-3/+1
* clang-tidy misc-throw-by-value-catch-by-referenceNoel Grandin2018-10-121-12/+12
* New loplugin:externalStephan Bergmann2018-09-171-26/+26
* configure,pyuno: require at least Python 2.7Michael Stahl2018-04-091-2/+0
* loplugin:redundantfcast look for redundant copies in return statementsNoel Grandin2018-03-121-1/+1
* More loplugin:cstylecast: pyunoStephan Bergmann2018-01-121-9/+9
* loplugin:constparams in basctlNoel Grandin2017-07-311-9/+9
* loplugin:subtlezeroinit: pyunoStephan Bergmann2017-02-211-1/+1
* remove some unnecessary OUStringBuffer usageNoel Grandin2017-02-211-5/+1
* Some simplifications, using UNO_QUERY_THROWStephan Bergmann2017-02-151-3/+1
* Rewrite some (trivial) assignments inside if/while conditions: pyunoStephan Bergmann2016-11-291-2/+1
* replace <<= with assign for <<= with rhs AnyJochen Nitschke2016-10-181-4/+4
* clean-up: unused using declarations and includesJochen Nitschke2016-04-181-6/+0
* clang-tidy performance-unnecessary-value-param in variousNoel Grandin2016-04-141-1/+1
* pyuno: Fix build with python 2.7Rico Tzschichholz2016-02-091-1/+1
* Remove excess newlinesChris Sherlock2016-02-091-1/+0
* Pyuno add compat for python 2.6Tomáš Chvátal2016-01-061-0/+5
* loplugin:nullptr (automatic rewrite)Stephan Bergmann2015-11-101-49/+49
* Bump python to 3.5David Ostrovsky2015-10-251-0/+4
* com::sun::star->css in package,pyunoNoel Grandin2015-10-231-68/+68
* fix build by moving python-related includes below othersDouglas Mencken2015-10-091-2/+2
* Give PyUNO structs/exceptions their own separate typeMatthew J. Francis2015-07-301-91/+20
* Tweak introspection/invocation to be more useful to PyUNOMatthew J. Francis2015-07-271-51/+44
* Fix PyUNO object hash to use the correct pointerMatthew J. Francis2015-07-251-2/+2
* Make PyUNO objects hashableMatthew J. Francis2015-07-211-1/+25
* Fix compilation with Python 2.7Matthew J. Francis2015-07-011-1/+7
* loplugin:implicitboolconversionStephan Bergmann2015-06-261-1/+1
* loplugin:cstylecastStephan Bergmann2015-06-261-1/+1
* loplugin:passstuffbyrefStephan Bergmann2015-06-261-1/+1
* loplugin:salboolStephan Bergmann2015-06-261-2/+2
* Make PyUNO provide more Pythonic behaviourMatthew J. Francis2015-06-261-13/+1026
* loplugin:cstylecast: deal with remaining pointer castsStephan Bergmann2015-06-081-23/+23
* A UNO Any can't contain an AnyStephan Bergmann2015-04-081-2/+2
* Clean up remaining C-style casts among void pointersStephan Bergmann2015-03-291-2/+2
* Clean up C-style casts from pointers to voidStephan Bergmann2015-03-281-19/+19
* const_cast: convert some C-style casts and remove some redundant onesStephan Bergmann2015-03-261-1/+1
* Some more loplugin:cstylecast: pyunoStephan Bergmann2015-01-201-14/+14
* Fix common typos. No automatic tools. Handmade…Andrea Gelmini2014-11-121-1/+1
* Add includeStephan Bergmann2014-10-301-0/+4