summaryrefslogtreecommitdiff
path: root/pyuno/source/module/pyuno_runtime.cxx
AgeCommit message (Expand)Author
2020-11-14Fix initialization of Python-3.8--only at-end tp_print memberStephan Bergmann
2020-06-12More targeted silencing of -Wdeprecated-declarationsStephan Bergmann
2020-06-12prevent warnings in pyuno with latest pythonNoel Grandin
2020-05-24python 3.8.2 compile: add tp_print to PyTypeObjectJustin Luth
2020-01-15pyuno: remove racy debug checkMichael Stahl
2020-01-08pyuno: fix build against system-python-3.6Miklos Vajna
2020-01-08python3: upgrade to release 3.7.6Michael Stahl
2019-09-18tdf#39593 use getUnoTunnelImplementation in pyunoArkadiy Illarionov
2019-06-10Adapt to upcoming Python 3.8Stephan Bergmann
2019-04-26tdf#42949 Fix IWYU warnings in pyuno/Gabor Kelemen
2019-04-13loplugin:sequentialassign in oox..reportdesignNoel Grandin
2018-05-25Improve re-throwing of UNO exceptionsNoel Grandin
2018-04-09configure,pyuno: require at least Python 2.7Michael Stahl
2018-01-15More loplugin:cstylecast: pyunoStephan Bergmann
2018-01-12More loplugin:cstylecast: pyunoStephan Bergmann
2018-01-11loplugin:redundantcast: pyunoStephan Bergmann
2017-11-23loplugin:simplifybool for negation of comparison operatorNoel Grandin
2017-11-04Replace only list by vector in pyunoJulien Nabet
2017-09-22loplugin:flatten in pyuno..scNoel Grandin
2017-05-12remove unused uno::Reference varsNoel Grandin
2017-05-07revert OSL_ASSERT changesChris Sherlock
2017-05-07tdf#43157: convert pyuno from OSL_ASSERT to assertChris Sherlock
2017-04-04make UNO enums scoped for internal LO codeNoel Grandin
2017-03-02Fix typosAndrea Gelmini
2017-02-28new loplugin unoanyNoel Grandin
2017-02-21loplugin:subtlezeroinit: pyunoStephan Bergmann
2017-02-21remove some unnecessary OUStringBuffer usageNoel Grandin
2017-02-15Some simplifications, using UNO_QUERY_THROWStephan Bergmann
2017-01-26Remove dynamic exception specificationsStephan Bergmann
2017-01-19New loplugin:dynexcspec: Add @throws documentation, pyunoStephan Bergmann
2016-11-29Rewrite some (trivial) assignments inside if/while conditions: pyunoStephan Bergmann
2016-11-09make comphelper::containerToSequence a little smarterNoel Grandin
2016-07-27improve passstuffbyref return analysisNoel Grandin
2016-06-21Clean up uses of Any::getValue() in pyunoStephan Bergmann
2016-05-30Just use Any::operator <<= for sal_Unicode valuesStephan Bergmann
2016-05-09Fix call to deleted Any constructorLuke Deller
2016-05-04While at it, delete Any functions on sal_Bool*Stephan Bergmann
2016-04-20loplugin:salbool: Automatic rewrite of sal_False/TrueStephan Bergmann
2016-04-18clean-up: unused using declarations and includesJochen Nitschke
2015-11-19use comphelper::containerToSequenceNoel Grandin
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann
2015-10-30UNO: no need to use OUString constructor when calling createInstanceNoel Grandin
2015-10-23com::sun::star->css in package,pyunoNoel Grandin
2015-08-31loplugin:stringconstant: OUStringBuffer: appendAscii -> appendStephan Bergmann
2015-07-30Give PyUNO structs/exceptions their own separate typeMatthew J. Francis
2015-07-27Tweak introspection/invocation to be more useful to PyUNOMatthew J. Francis
2015-07-02coverity#1309066 Uncaught exceptionCaolán McNamara
2015-06-28coverity#1308526 Uncaught exceptionCaolán McNamara
2015-06-26loplugin:loopvartoosmallStephan Bergmann
2015-06-26loplugin:stringconstant: handle OUString+=OUString(literal)Stephan Bergmann