summaryrefslogtreecommitdiffstats
path: root/pyuno/source/module/pyuno_runtime.cxx
Commit message (Expand)AuthorAgeFilesLines
* python 3.8--only compile: add tp_print to PyTypeObjectAdministrator2023-02-231-0/+10
* pyuno: remove racy debug checkMichael Stahl2023-02-231-7/+0
* pyuno: fix build against system-python-3.6Miklos Vajna2023-02-231-0/+2
* python3: upgrade to release 3.7.6Michael Stahl2023-02-231-4/+27
* Adapt to upcoming Python 3.8Stephan Bergmann2023-02-221-1/+8
* configure,pyuno: require at least Python 2.7Michael Stahl2018-04-091-2/+0
* More loplugin:cstylecast: pyunoStephan Bergmann2018-01-151-1/+1
* More loplugin:cstylecast: pyunoStephan Bergmann2018-01-121-4/+4
* loplugin:redundantcast: pyunoStephan Bergmann2018-01-111-1/+1
* 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:flatten in pyuno..scNoel Grandin2017-09-221-20/+20
* remove unused uno::Reference varsNoel Grandin2017-05-121-1/+0
* revert OSL_ASSERT changesChris Sherlock2017-05-071-1/+1
* tdf#43157: convert pyuno from OSL_ASSERT to assertChris Sherlock2017-05-071-1/+1
* make UNO enums scoped for internal LO codeNoel Grandin2017-04-041-23/+22
* Fix typosAndrea Gelmini2017-03-021-1/+1
* new loplugin unoanyNoel Grandin2017-02-281-2/+2
* loplugin:subtlezeroinit: pyunoStephan Bergmann2017-02-211-1/+1
* remove some unnecessary OUStringBuffer usageNoel Grandin2017-02-211-13/+5
* Some simplifications, using UNO_QUERY_THROWStephan Bergmann2017-02-151-12/+3
* Remove dynamic exception specificationsStephan Bergmann2017-01-261-12/+4
* New loplugin:dynexcspec: Add @throws documentation, pyunoStephan Bergmann2017-01-191-0/+2
* Rewrite some (trivial) assignments inside if/while conditions: pyunoStephan Bergmann2016-11-291-1/+2
* make comphelper::containerToSequence a little smarterNoel Grandin2016-11-091-1/+1
* improve passstuffbyref return analysisNoel Grandin2016-07-271-1/+1
* Clean up uses of Any::getValue() in pyunoStephan Bergmann2016-06-211-6/+4
* Just use Any::operator <<= for sal_Unicode valuesStephan Bergmann2016-05-301-2/+1
* Fix call to deleted Any constructorLuke Deller2016-05-091-4/+2
* While at it, delete Any functions on sal_Bool*Stephan Bergmann2016-05-041-4/+2
* loplugin:salbool: Automatic rewrite of sal_False/TrueStephan Bergmann2016-04-201-2/+2
* clean-up: unused using declarations and includesJochen Nitschke2016-04-181-3/+0
* use comphelper::containerToSequenceNoel Grandin2015-11-191-5/+2
* loplugin:nullptr (automatic rewrite)Stephan Bergmann2015-11-101-24/+24
* UNO: no need to use OUString constructor when calling createInstanceNoel Grandin2015-10-301-1/+1
* com::sun::star->css in package,pyunoNoel Grandin2015-10-231-16/+16
* loplugin:stringconstant: OUStringBuffer: appendAscii -> appendStephan Bergmann2015-08-311-16/+16
* Give PyUNO structs/exceptions their own separate typeMatthew J. Francis2015-07-301-20/+14
* Tweak introspection/invocation to be more useful to PyUNOMatthew J. Francis2015-07-271-16/+6
* coverity#1309066 Uncaught exceptionCaolán McNamara2015-07-021-1/+1
* coverity#1308526 Uncaught exceptionCaolán McNamara2015-06-281-1/+1
* loplugin:loopvartoosmallStephan Bergmann2015-06-261-1/+1
* loplugin:stringconstant: handle OUString+=OUString(literal)Stephan Bergmann2015-06-261-3/+1
* Make PyUNO provide more Pythonic behaviourMatthew J. Francis2015-06-261-1/+45
* TyposJulien Nabet2015-06-131-1/+1
* pyuno: remove obsolete LC_NUMERIC to "C" mangling codeMichael Stahl2015-06-101-44/+0
* loplugin:cstylecast: deal with remaining pointer castsStephan Bergmann2015-06-081-24/+24
* loplugin:loopvartoosmallNoel Grandin2015-06-021-1/+1
* Replace remaining getCppuType et al with cppu::UnoTypeStephan Bergmann2015-04-011-6/+6
* Clean up remaining C-style casts among void pointersStephan Bergmann2015-03-291-2/+2