summaryrefslogtreecommitdiffstats
path: root/pyuno
Commit message (Expand)AuthorAgeFilesLines
...
* loplugins:redundantcast teach it about c-style typedef castsNoel Grandin2017-03-231-1/+1
* Revert "comphelper: fix MSVC hang in ThreadPool::shutdown()"Miklos Vajna2017-03-131-16/+5
* comphelper: fix MSVC hang in ThreadPool::shutdown()Michael Stahl2017-03-111-5/+16
* Fix typosAndrea Gelmini2017-03-021-1/+1
* new loplugin unoanyNoel Grandin2017-02-281-2/+2
* loplugin:subtlezeroinit: pyunoStephan Bergmann2017-02-214-5/+5
* remove some unnecessary OUStringBuffer usageNoel Grandin2017-02-218-77/+32
* Some simplifications, using UNO_QUERY_THROWStephan Bergmann2017-02-153-19/+5
* Remove MinGW supportStephan Bergmann2017-02-106-131/+3
* Add missing #includesStephan Bergmann2017-02-062-0/+2
* Remove dynamic exception specificationsStephan Bergmann2017-01-269-74/+32
* New loplugin:dynexcspec: Add @throws documentation, pyunoStephan Bergmann2017-01-196-2/+24
* New loplugin:externvar: pyunoStephan Bergmann2017-01-091-2/+2
* pyuno osx Sierra problem.jan Iversen2016-12-251-0/+17
* tdf#97361: Changed naming convention to Python type, object factories impleme...n5xgdh2016-12-1210-132/+150
* Rewrite some (trivial) assignments inside if/while conditions: pyunoStephan Bergmann2016-11-292-3/+3
* make comphelper::containerToSequence a little smarterNoel Grandin2016-11-091-1/+1
* normalize existing emacs/vim mode-lines in python filesMichael Stahl2016-10-2610-18/+21
* replace <<= with assign for <<= with rhs AnyJochen Nitschke2016-10-182-5/+5
* clang-cl loplugin: pyunoStephan Bergmann2016-10-162-16/+16
* Fix typosAndrea Gelmini2016-10-012-2/+2
* coverity#1371219 Missing move assignment operatorCaolán McNamara2016-09-231-3/+13
* python3: put a RPATH into libpython3.soMichael Stahl2016-09-211-1/+1
* loplugin:override: No more need for the "MSVC dtor override" workaroundStephan Bergmann2016-09-132-2/+2
* loplugin:staticaccess: Extend loplugin:staticcall to cover all access...Stephan Bergmann2016-08-251-1/+1
* coverity#1371437 Uncaught exceptionCaolán McNamara2016-08-192-2/+2
* improve passstuffbyref return analysisNoel Grandin2016-07-272-2/+2
* Improving uno.py code styleKenneth Koski2016-07-141-252/+367
* Clean up uses of Any::getValue() in pyunoStephan Bergmann2016-06-215-11/+17
* Normalize on using @throws instead of @raise[s]Stephan Bergmann2016-06-061-1/+1
* final solution of the ARCHIVE questionDavid Tardon2016-06-012-4/+23
* Just use Any::operator <<= for sal_Unicode valuesStephan Bergmann2016-05-301-2/+1
* Get rid of unnecessary directory levels $D/inc/$DTor Lillqvist2016-05-273-4/+4
* loplugin:unusedreturntypesNoel Grandin2016-05-261-2/+2
* 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
* Fix typosAndrea Gelmini2016-04-301-1/+1
* update loplugin stylepolice to check local pointers varsNoel Grandin2016-04-261-3/+3
* loplugin:salbool: Automatic rewrite of sal_False/TrueStephan Bergmann2016-04-202-3/+3
* clean-up: unused using declarations and includesJochen Nitschke2016-04-189-33/+0
* clang-tidy performance-unnecessary-value-param in variousNoel Grandin2016-04-143-3/+3
* loplugin:passstuffbyref in variousNoel Grandin2016-04-141-2/+2
* cleanup: remove unused com/sun/star/uno includesJochen Nitschke2016-04-124-5/+0
* tdf#97499 Fixed containers parameters clearing #3tymyjan2016-04-041-7/+4
* cleanup: remove unused Reference.h(xx) includesJochen Nitschke2016-04-024-5/+0
* tdf#97966 Drop 'static' keywordsWastack2016-04-011-1/+1
* Avoid reserved identifierStephan Bergmann2016-03-291-2/+2
* pyuno: add some debugging hintsMichael Stahl2016-03-231-0/+11
* Fix python2 build of pyuno with older py2 versionsTomáš Chvátal2016-03-041-1/+4
* put python starter shell script to Resources folder of OS X appAndras Timar2016-03-031-0/+4