summaryrefslogtreecommitdiff
path: root/pyuno/source/module/pyuno.cxx
AgeCommit message (Expand)Author
2016-04-14clang-tidy performance-unnecessary-value-param in variousNoel Grandin
2016-02-09pyuno: Fix build with python 2.7Rico Tzschichholz
2016-02-09Remove excess newlinesChris Sherlock
2016-01-06Pyuno add compat for python 2.6Tomáš Chvátal
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann
2015-10-25Bump python to 3.5David Ostrovsky
2015-10-23com::sun::star->css in package,pyunoNoel Grandin
2015-10-09fix build by moving python-related includes below othersDouglas Mencken
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-25Fix PyUNO object hash to use the correct pointerMatthew J. Francis
2015-07-21Make PyUNO objects hashableMatthew J. Francis
2015-07-01Fix compilation with Python 2.7Matthew J. Francis
2015-06-26loplugin:implicitboolconversionStephan Bergmann
2015-06-26loplugin:cstylecastStephan Bergmann
2015-06-26loplugin:passstuffbyrefStephan Bergmann
2015-06-26loplugin:salboolStephan Bergmann
2015-06-26Make PyUNO provide more Pythonic behaviourMatthew J. Francis
2015-06-08loplugin:cstylecast: deal with remaining pointer castsStephan Bergmann
2015-04-08A UNO Any can't contain an AnyStephan Bergmann
2015-03-29Clean up remaining C-style casts among void pointersStephan Bergmann
2015-03-28Clean up C-style casts from pointers to voidStephan Bergmann
2015-03-26const_cast: convert some C-style casts and remove some redundant onesStephan Bergmann
2015-01-20Some more loplugin:cstylecast: pyunoStephan Bergmann
2014-11-12Fix common typos. No automatic tools. Handmade…Andrea Gelmini
2014-10-30Add includeStephan Bergmann
2014-10-29fdo#43157 - Clean up OSL_ASSERT, DBG_ASSERTNaruhiko Ogasawara
2014-06-05various: remove SAL_THROW macroNoel Grandin
2014-05-23remove boilerplate in UNO Exception constructor callsNoel Grandin
2014-05-19pyuno: fix warnings with system python 3.4.0Thomas Arnhold
2014-01-31Remove UNOIDL "array" and "union" vaporware remnantsStephan Bergmann
2014-01-30coverity#983054, reorder code to avoid memory leakStephan Bergmann
2014-01-07remove unnecessary sal_Unicode casts in OUStringBuffer::append callsNoel Grandin
2013-08-13fdo#50470: Restore pyuno object method introspection in Python 3David Bolen
2013-07-12Resolves: #i120788# remove unused members from PyUNO_callable_InternalsHerbert Dürr
2013-04-07mass removal of rtl:: prefixes for O(U)String*Luboš Luňák
2013-03-28Remove RTL_CONSTASCII_(U)STRINGPARAM in pyunoChr. Rossmanith
2013-03-19automated removal of RTL_CONSTASCII_USTRINGPARAM for quoted OUStringsThomas Arnhold
2012-12-27Check for __GNUC__ instead of GCC in sourcesTor Lillqvist
2012-11-25pyuno: fix handling of "str", "unicode", "bytes" types:Michael Stahl
2012-07-02re-base on ALv2 code. Removing:Michael Meeks
2012-06-04nuke unused definesTakeshi Abe
2012-03-16fdo#46926: PyUNO_cmp: return acquired referenceDavid Bolen
2012-03-09fdo#46926: fix the fix for Python 3Michael Stahl
2012-03-07fdo#46926: fix UNO struct comparison in Python 2David Bolen
2012-01-26Code cleanup: ( () ) replaced by (())Alexander Bergmann
2012-01-21Removed some unused parameters; added SAL_UNUSED_PARAMETER.Stephan Bergmann
2011-12-21catch exception by constant referenceTakeshi Abe
2011-08-21Janitorial: remove unnecessary const_castsLionel Elie Mamane
2011-05-19don't crash when interacting with a class that implements XInvocationMichael Meeks