Age | Commit message (Expand) | Author |
2018-04-09 | configure,pyuno: require at least Python 2.7 | Michael Stahl |
2018-04-05 | Fix Python file URL construction on Windows | Stephan Bergmann |
2018-04-03 | Create temp copies of test docs in Python/UITests | Stephan Bergmann |
2018-03-12 | loplugin:redundantfcast look for redundant copies in return statements | Noel Grandin |
2018-02-02 | pyuno: MSVC: pragma warning: make more specific, remove obsolete | Mike Kaganski |
2018-02-01 | tdf#114815 pyuno: avoid 2 threads initing python in parallel | Michael Stahl |
2018-01-15 | More loplugin:cstylecast: pyuno | Stephan Bergmann |
2018-01-12 | More loplugin:cstylecast: pyuno | Stephan Bergmann |
2018-01-11 | loplugin:redundantcast: pyuno | Stephan Bergmann |
2017-12-11 | loplugin:salcall fix functions | Noel Grandin |
2017-12-07 | loplugin:salcall handle static methods | Noel Grandin |
2017-11-23 | loplugin:simplifybool for negation of comparison operator | Noel Grandin |
2017-11-04 | Replace only list by vector in pyuno | Julien Nabet |
2017-10-27 | loplugin:includeform: pyuno (Windows) | Stephan Bergmann |
2017-10-23 | loplugin:includeform: pyuno | Stephan Bergmann |
2017-10-23 | overload std::hash for OUString and OString | Noel Grandin |
2017-10-04 | Fix PythonTest_pyuno_pytests_insertremovecells on Windows | Stephan Bergmann |
2017-10-03 | Partially revert c3609f107b16eb888edf284f4637be6cb09234eb | Mike Kaganski |
2017-09-30 | Use SAL_W/SAL_U instead of reinterpret_cast btwn wchar_t* and sal_Unicode* | Mike Kaganski |
2017-09-27 | Make these tests part of the regular 'make check' | Stephan Bergmann |
2017-09-26 | Call pyuno.private_initTestEnvironment() only once | Stephan Bergmann |
2017-09-25 | tdf#57950: Replace chained OUStringBuffer::append() with operator+ | Muhammet Kara |
2017-09-22 | loplugin:flatten in pyuno..sc | Noel Grandin |
2017-08-17 | remove unnecessary use of OUString::getStr | Noel Grandin |
2017-07-31 | loplugin:constparams in basctl | Noel Grandin |
2017-07-21 | loplugin:constparams in soltools and various | Noel Grandin |
2017-05-31 | clang-tidy readability-redundant-control-flow | Noel Grandin |
2017-05-12 | Clean up uses of SAL_U/SAL_W: pyuno | Stephan Bergmann |
2017-05-12 | remove unused uno::Reference vars | Noel Grandin |
2017-05-09 | cleanup osl/diagnose.h includes | Jochen Nitschke |
2017-05-07 | revert OSL_ASSERT changes | Chris Sherlock |
2017-05-07 | tdf#43157: convert pyuno from OSL_ASSERT to assert | Chris Sherlock |
2017-04-04 | Finally switch MSVC to sal_Unicode = char16_t, too | Stephan Bergmann |
2017-04-04 | make UNO enums scoped for internal LO code | Noel Grandin |
2017-03-25 | Fix typos | Andrea Gelmini |
2017-03-23 | loplugins:redundantcast teach it about c-style typedef casts | Noel Grandin |
2017-03-13 | Revert "comphelper: fix MSVC hang in ThreadPool::shutdown()" | Miklos Vajna |
2017-03-11 | comphelper: fix MSVC hang in ThreadPool::shutdown() | Michael Stahl |
2017-03-02 | Fix typos | Andrea Gelmini |
2017-02-28 | new loplugin unoany | Noel Grandin |
2017-02-21 | loplugin:subtlezeroinit: pyuno | Stephan Bergmann |
2017-02-21 | remove some unnecessary OUStringBuffer usage | Noel Grandin |
2017-02-15 | Some simplifications, using UNO_QUERY_THROW | Stephan Bergmann |
2017-02-10 | Remove MinGW support | Stephan Bergmann |
2017-02-06 | Add missing #includes | Stephan Bergmann |
2017-01-26 | Remove dynamic exception specifications | Stephan Bergmann |
2017-01-19 | New loplugin:dynexcspec: Add @throws documentation, pyuno | Stephan Bergmann |
2017-01-09 | New loplugin:externvar: pyuno | Stephan Bergmann |
2016-12-25 | pyuno osx Sierra problem. | jan Iversen |
2016-12-12 | tdf#97361: Changed naming convention to Python type, object factories impleme... | n5xgdh |