summaryrefslogtreecommitdiff
path: root/pyuno
AgeCommit message (Expand)Author
2018-02-06tdf#114815 pyuno: avoid 2 threads initing python in parallelMichael Stahl
2017-05-12Clean up uses of SAL_U/SAL_W: pyunoStephan Bergmann
2017-05-12remove unused uno::Reference varsNoel Grandin
2017-05-09cleanup osl/diagnose.h includesJochen Nitschke
2017-05-07revert OSL_ASSERT changesChris Sherlock
2017-05-07tdf#43157: convert pyuno from OSL_ASSERT to assertChris Sherlock
2017-04-04Finally switch MSVC to sal_Unicode = char16_t, tooStephan Bergmann
2017-04-04make UNO enums scoped for internal LO codeNoel Grandin
2017-03-25Fix typosAndrea Gelmini
2017-03-23loplugins:redundantcast teach it about c-style typedef castsNoel Grandin
2017-03-13Revert "comphelper: fix MSVC hang in ThreadPool::shutdown()"Miklos Vajna
2017-03-11comphelper: fix MSVC hang in ThreadPool::shutdown()Michael Stahl
2017-03-02Fix typosAndrea Gelmini
2017-02-28new loplugin unoanyNoel Grandin
2017-02-21loplugin:subtlezeroinit: pyunoStephan Bergmann
2017-02-21remove some unnecessary OUStringBuffer usageNoel Grandin
2017-02-15Some simplifications, using UNO_QUERY_THROWStephan Bergmann
2017-02-10Remove MinGW supportStephan Bergmann
2017-02-06Add missing #includesStephan Bergmann
2017-01-26Remove dynamic exception specificationsStephan Bergmann
2017-01-19New loplugin:dynexcspec: Add @throws documentation, pyunoStephan Bergmann
2017-01-09New loplugin:externvar: pyunoStephan Bergmann
2016-12-25pyuno osx Sierra problem.jan Iversen
2016-12-12tdf#97361: Changed naming convention to Python type, object factories impleme...n5xgdh
2016-11-29Rewrite some (trivial) assignments inside if/while conditions: pyunoStephan Bergmann
2016-11-09make comphelper::containerToSequence a little smarterNoel Grandin
2016-10-26normalize existing emacs/vim mode-lines in python filesMichael Stahl
2016-10-18replace <<= with assign for <<= with rhs AnyJochen Nitschke
2016-10-16clang-cl loplugin: pyunoStephan Bergmann
2016-10-01Fix typosAndrea Gelmini
2016-09-23coverity#1371219 Missing move assignment operatorCaolán McNamara
2016-09-21python3: put a RPATH into libpython3.soMichael Stahl
2016-09-13loplugin:override: No more need for the "MSVC dtor override" workaroundStephan Bergmann
2016-08-25loplugin:staticaccess: Extend loplugin:staticcall to cover all access...Stephan Bergmann
2016-08-19coverity#1371437 Uncaught exceptionCaolán McNamara
2016-07-27improve passstuffbyref return analysisNoel Grandin
2016-07-14Improving uno.py code styleKenneth Koski
2016-06-21Clean up uses of Any::getValue() in pyunoStephan Bergmann
2016-06-06Normalize on using @throws instead of @raise[s]Stephan Bergmann
2016-06-01final solution of the ARCHIVE questionDavid Tardon
2016-05-30Just use Any::operator <<= for sal_Unicode valuesStephan Bergmann
2016-05-27Get rid of unnecessary directory levels $D/inc/$DTor Lillqvist
2016-05-26loplugin:unusedreturntypesNoel Grandin
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