summaryrefslogtreecommitdiff
path: root/pyuno
AgeCommit message (Expand)Author
2016-05-09Fix call to deleted Any constructorLuke Deller
2016-05-04While at it, delete Any functions on sal_Bool*Stephan Bergmann
2016-04-30Fix typosAndrea Gelmini
2016-04-26update loplugin stylepolice to check local pointers varsNoel Grandin
2016-04-20loplugin:salbool: Automatic rewrite of sal_False/TrueStephan Bergmann
2016-04-18clean-up: unused using declarations and includesJochen Nitschke
2016-04-14clang-tidy performance-unnecessary-value-param in variousNoel Grandin
2016-04-14loplugin:passstuffbyref in variousNoel Grandin
2016-04-12cleanup: remove unused com/sun/star/uno includesJochen Nitschke
2016-04-04tdf#97499 Fixed containers parameters clearing #3tymyjan
2016-04-02cleanup: remove unused Reference.h(xx) includesJochen Nitschke
2016-04-01tdf#97966 Drop 'static' keywordsWastack
2016-03-29Avoid reserved identifierStephan Bergmann
2016-03-23pyuno: add some debugging hintsMichael Stahl
2016-03-04Fix python2 build of pyuno with older py2 versionsTomáš Chvátal
2016-03-03put python starter shell script to Resources folder of OS X appAndras Timar
2016-02-23Running pep8 on pyuno unit test filesKenneth Koski
2016-02-17use consistent #define checks for the Windows platformNoel Grandin
2016-02-09pyuno: Fix build with python 2.7Rico Tzschichholz
2016-02-09Remove excess newlinesChris Sherlock
2016-01-10Fix typosAndrea Gelmini
2016-01-07configure: hard-code /usr/bin/{sort,find} for CygwinMichael Stahl
2016-01-06Pyuno add compat for python 2.6Tomáš Chvátal
2016-01-05new loplugin rangedforcopy - use reference in range based forAndrzej Hunt
2015-11-19use comphelper::containerToSequenceNoel Grandin
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann
2015-11-04yyyyyNoel Grandin
2015-10-30UNO: no need to use OUString constructor when calling createInstanceNoel Grandin
2015-10-27loplugin:unusedmethodsNoel Grandin
2015-10-25Bump python to 3.5David Ostrovsky
2015-10-23com::sun::star->css in package,pyunoNoel Grandin
2015-10-12Replace "SAL_OVERRIDE" with "override" in LIBO_INTERNAL_ONLY codeStephan Bergmann
2015-10-12Replace "SAL_DELETED_FUNCTION" with "= delete" in LIBO_INTERNAL_ONLY codeStephan Bergmann
2015-10-09fix build by moving python-related includes below othersDouglas Mencken
2015-09-29loplugin:removeunusedmethods, remove unused stuffNoel Grandin
2015-09-15Resolves: tdf#88206 replace cppu::WeakImplHelper* etc.Takeshi Abe
2015-08-31loplugin:stringconstant: OUStringBuffer: appendAscii -> appendStephan Bergmann
2015-08-22tdf#39440 reduce scope of local variablesMichael Weghorn
2015-08-18configure, pyuno: stop claiming our python 3.3.5 is 3.3.3Michael Stahl
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-02loplugin:unusedmethods bridges,ucbhelper,io,pyunoNoel Grandin
2015-07-02coverity#1309066 Uncaught exceptionCaolán McNamara
2015-07-01PyUNO: Allow import of constant group by nameMatthew J. Francis
2015-07-01Fix compilation with Python 2.7Matthew J. Francis
2015-06-28coverity#1308526 Uncaught exceptionCaolán McNamara
2015-06-26loplugin:implicitboolconversionStephan Bergmann
2015-06-26loplugin:cstylecastStephan Bergmann