summaryrefslogtreecommitdiff
path: root/pyuno
AgeCommit message (Expand)Author
2019-04-02For Python extensions, set __file__ before executing the moduleThomas Viehmann
2018-11-04replace double-checked locking patterns with thread safe local staticsMike Kaganski
2018-11-01fix pyuno compile on Fedora29Noel Grandin
2018-10-13loplugin:constfields in package..registryNoel Grandin
2018-10-12clang-tidy misc-throw-by-value-catch-by-referenceNoel Grandin
2018-09-24loplugin:external (clang-cl)Stephan Bergmann
2018-09-17New loplugin:externalStephan Bergmann
2018-09-07DeInitVCL in PythonTestStephan Bergmann
2018-07-30Add missing sal/log.hxx headersGabor Kelemen
2018-07-26Related: rhbz#1602589 silence coverity leaked_storageCaolán McNamara
2018-07-03const fixes for python3-devel-3.7.0-1.fc29.x86_64Stephan Bergmann
2018-06-23[API CHANGE] Add a sal_debug method to pyunoTor Lillqvist
2018-06-08look for unnecessary calls to Reference::is() after an UNO_QUERY_THROWNoel Grandin
2018-05-25Improve re-throwing of UNO exceptionsNoel Grandin
2018-04-09configure,pyuno: require at least Python 2.7Michael Stahl
2018-04-05Fix Python file URL construction on WindowsStephan Bergmann
2018-04-03Create temp copies of test docs in Python/UITestsStephan Bergmann
2018-03-12loplugin:redundantfcast look for redundant copies in return statementsNoel Grandin
2018-02-02pyuno: MSVC: pragma warning: make more specific, remove obsoleteMike Kaganski
2018-02-01tdf#114815 pyuno: avoid 2 threads initing python in parallelMichael Stahl
2018-01-15More loplugin:cstylecast: pyunoStephan Bergmann
2018-01-12More loplugin:cstylecast: pyunoStephan Bergmann
2018-01-11loplugin:redundantcast: pyunoStephan Bergmann
2017-12-11loplugin:salcall fix functionsNoel Grandin
2017-12-07loplugin:salcall handle static methodsNoel Grandin
2017-11-23loplugin:simplifybool for negation of comparison operatorNoel Grandin
2017-11-04Replace only list by vector in pyunoJulien Nabet
2017-10-27loplugin:includeform: pyuno (Windows)Stephan Bergmann
2017-10-23loplugin:includeform: pyunoStephan Bergmann
2017-10-23overload std::hash for OUString and OStringNoel Grandin
2017-10-04Fix PythonTest_pyuno_pytests_insertremovecells on WindowsStephan Bergmann
2017-10-03Partially revert c3609f107b16eb888edf284f4637be6cb09234ebMike Kaganski
2017-09-30Use SAL_W/SAL_U instead of reinterpret_cast btwn wchar_t* and sal_Unicode*Mike Kaganski
2017-09-27Make these tests part of the regular 'make check'Stephan Bergmann
2017-09-26Call pyuno.private_initTestEnvironment() only onceStephan Bergmann
2017-09-25tdf#57950: Replace chained OUStringBuffer::append() with operator+Muhammet Kara
2017-09-22loplugin:flatten in pyuno..scNoel Grandin
2017-08-17remove unnecessary use of OUString::getStrNoel Grandin
2017-07-31loplugin:constparams in basctlNoel Grandin
2017-07-21loplugin:constparams in soltools and variousNoel Grandin
2017-05-31clang-tidy readability-redundant-control-flowNoel Grandin
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