summaryrefslogtreecommitdiff
path: root/pyuno
AgeCommit message (Expand)AuthorFilesLines
2016-03-04Fix python2 build of pyuno with older py2 versionsTomáš Chvátal1-1/+4
2016-03-03put python starter shell script to Resources folder of OS X appAndras Timar1-0/+4
2016-02-23Running pep8 on pyuno unit test filesKenneth Koski14-115/+111
2016-02-17use consistent #define checks for the Windows platformNoel Grandin1-1/+1
2016-02-09pyuno: Fix build with python 2.7Rico Tzschichholz2-2/+2
2016-02-09Remove excess newlinesChris Sherlock2-3/+0
2016-01-10Fix typosAndrea Gelmini2-2/+2
2016-01-07configure: hard-code /usr/bin/{sort,find} for CygwinMichael Stahl1-1/+1
2016-01-06Pyuno add compat for python 2.6Tomáš Chvátal2-0/+9
2016-01-05new loplugin rangedforcopy - use reference in range based forAndrzej Hunt1-1/+1
2015-11-19use comphelper::containerToSequenceNoel Grandin1-5/+2
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann12-163/+163
2015-11-04yyyyyNoel Grandin1-2/+2
2015-10-30UNO: no need to use OUString constructor when calling createInstanceNoel Grandin1-1/+1
2015-10-27loplugin:unusedmethodsNoel Grandin1-11/+0
2015-10-25Bump python to 3.5David Ostrovsky1-0/+4
2015-10-23com::sun::star->css in package,pyunoNoel Grandin14-276/+276
2015-10-12Replace "SAL_OVERRIDE" with "override" in LIBO_INTERNAL_ONLY codeStephan Bergmann2-8/+8
2015-10-12Replace "SAL_DELETED_FUNCTION" with "= delete" in LIBO_INTERNAL_ONLY codeStephan Bergmann1-4/+4
2015-10-09fix build by moving python-related includes below othersDouglas Mencken2-4/+4
2015-09-29loplugin:removeunusedmethods, remove unused stuffNoel Grandin1-2/+0
2015-09-15Resolves: tdf#88206 replace cppu::WeakImplHelper* etc.Takeshi Abe1-2/+2
2015-08-31loplugin:stringconstant: OUStringBuffer: appendAscii -> appendStephan Bergmann7-64/+64
2015-08-22tdf#39440 reduce scope of local variablesMichael Weghorn1-1/+2
2015-08-18configure, pyuno: stop claiming our python 3.3.5 is 3.3.3Michael Stahl4-10/+10
2015-07-30Give PyUNO structs/exceptions their own separate typeMatthew J. Francis6-114/+438
2015-07-27Tweak introspection/invocation to be more useful to PyUNOMatthew J. Francis5-75/+82
2015-07-25Fix PyUNO object hash to use the correct pointerMatthew J. Francis1-2/+2
2015-07-21Make PyUNO objects hashableMatthew J. Francis1-1/+25
2015-07-02loplugin:unusedmethods bridges,ucbhelper,io,pyunoNoel Grandin1-8/+0
2015-07-02coverity#1309066 Uncaught exceptionCaolán McNamara2-2/+2
2015-07-01PyUNO: Allow import of constant group by nameMatthew J. Francis1-1/+30
2015-07-01Fix compilation with Python 2.7Matthew J. Francis2-8/+7
2015-06-28coverity#1308526 Uncaught exceptionCaolán McNamara2-2/+2
2015-06-26loplugin:implicitboolconversionStephan Bergmann1-1/+1
2015-06-26loplugin:cstylecastStephan Bergmann1-1/+1
2015-06-26loplugin:passstuffbyrefStephan Bergmann1-1/+1
2015-06-26loplugin:salboolStephan Bergmann1-2/+2
2015-06-26loplugin:salboolStephan Bergmann1-1/+1
2015-06-26loplugin:loopvartoosmallStephan Bergmann1-1/+1
2015-06-26loplugin:stringconstant: handle OUString+=OUString(literal)Stephan Bergmann1-3/+1
2015-06-26Make PyUNO provide more Pythonic behaviourMatthew J. Francis22-24/+3356
2015-06-14Typo: pyhton->pythonJulien Nabet1-1/+1
2015-06-13TyposJulien Nabet1-1/+1
2015-06-12Typo: Adapater->AdapterJulien Nabet1-3/+3
2015-06-10pyuno: remove obsolete LC_NUMERIC to "C" mangling codeMichael Stahl1-44/+0
2015-06-08loplugin:cstylecast: deal with remaining pointer castsStephan Bergmann3-70/+70
2015-06-02loplugin:loopvartoosmallNoel Grandin1-1/+1
2015-05-11loplugin:cstylecast: nop between pointer types of exactly same spellingStephan Bergmann1-1/+1
2015-04-08A UNO Any can't contain an AnyStephan Bergmann1-2/+2