summaryrefslogtreecommitdiff
path: root/pyuno
AgeCommit message (Expand)AuthorFilesLines
2017-11-23loplugin:simplifybool for negation of comparison operatorNoel Grandin1-1/+1
2017-11-04Replace only list by vector in pyunoJulien Nabet1-2/+1
2017-10-27loplugin:includeform: pyuno (Windows)Stephan Bergmann1-1/+1
2017-10-23loplugin:includeform: pyunoStephan Bergmann2-6/+6
2017-10-23overload std::hash for OUString and OStringNoel Grandin2-6/+4
2017-10-04Fix PythonTest_pyuno_pytests_insertremovecells on WindowsStephan Bergmann1-3/+8
2017-10-03Partially revert c3609f107b16eb888edf284f4637be6cb09234ebMike Kaganski1-2/+3
2017-09-30Use SAL_W/SAL_U instead of reinterpret_cast btwn wchar_t* and sal_Unicode*Mike Kaganski1-3/+2
2017-09-27Make these tests part of the regular 'make check'Stephan Bergmann2-35/+1
2017-09-26Call pyuno.private_initTestEnvironment() only onceStephan Bergmann1-1/+5
2017-09-25tdf#57950: Replace chained OUStringBuffer::append() with operator+Muhammet Kara1-14/+14
2017-09-22loplugin:flatten in pyuno..scNoel Grandin2-44/+43
2017-08-17remove unnecessary use of OUString::getStrNoel Grandin1-1/+1
2017-07-31loplugin:constparams in basctlNoel Grandin3-13/+13
2017-07-21loplugin:constparams in soltools and variousNoel Grandin1-1/+1
2017-05-31clang-tidy readability-redundant-control-flowNoel Grandin1-2/+0
2017-05-12Clean up uses of SAL_U/SAL_W: pyunoStephan Bergmann1-17/+5
2017-05-12remove unused uno::Reference varsNoel Grandin1-1/+0
2017-05-09cleanup osl/diagnose.h includesJochen Nitschke1-1/+0
2017-05-07revert OSL_ASSERT changesChris Sherlock2-2/+2
2017-05-07tdf#43157: convert pyuno from OSL_ASSERT to assertChris Sherlock2-2/+2
2017-04-04Finally switch MSVC to sal_Unicode = char16_t, tooStephan Bergmann1-2/+2
2017-04-04make UNO enums scoped for internal LO codeNoel Grandin1-23/+22
2017-03-25Fix typosAndrea Gelmini1-1/+1
2017-03-23loplugins:redundantcast teach it about c-style typedef castsNoel Grandin1-1/+1
2017-03-13Revert "comphelper: fix MSVC hang in ThreadPool::shutdown()"Miklos Vajna1-16/+5
2017-03-11comphelper: fix MSVC hang in ThreadPool::shutdown()Michael Stahl1-5/+16
2017-03-02Fix typosAndrea Gelmini1-1/+1
2017-02-28new loplugin unoanyNoel Grandin1-2/+2
2017-02-21loplugin:subtlezeroinit: pyunoStephan Bergmann4-5/+5
2017-02-21remove some unnecessary OUStringBuffer usageNoel Grandin8-77/+32
2017-02-15Some simplifications, using UNO_QUERY_THROWStephan Bergmann3-19/+5
2017-02-10Remove MinGW supportStephan Bergmann6-131/+3
2017-02-06Add missing #includesStephan Bergmann2-0/+2
2017-01-26Remove dynamic exception specificationsStephan Bergmann9-74/+32
2017-01-19New loplugin:dynexcspec: Add @throws documentation, pyunoStephan Bergmann6-2/+24
2017-01-09New loplugin:externvar: pyunoStephan Bergmann1-2/+2
2016-12-25pyuno osx Sierra problem.jan Iversen1-0/+17
2016-12-12tdf#97361: Changed naming convention to Python type, object factories impleme...n5xgdh10-132/+150
2016-11-29Rewrite some (trivial) assignments inside if/while conditions: pyunoStephan Bergmann2-3/+3
2016-11-09make comphelper::containerToSequence a little smarterNoel Grandin1-1/+1
2016-10-26normalize existing emacs/vim mode-lines in python filesMichael Stahl10-18/+21
2016-10-18replace <<= with assign for <<= with rhs AnyJochen Nitschke2-5/+5
2016-10-16clang-cl loplugin: pyunoStephan Bergmann2-16/+16
2016-10-01Fix typosAndrea Gelmini2-2/+2
2016-09-23coverity#1371219 Missing move assignment operatorCaolán McNamara1-3/+13
2016-09-21python3: put a RPATH into libpython3.soMichael Stahl1-1/+1
2016-09-13loplugin:override: No more need for the "MSVC dtor override" workaroundStephan Bergmann2-2/+2
2016-08-25loplugin:staticaccess: Extend loplugin:staticcall to cover all access...Stephan Bergmann1-1/+1
2016-08-19coverity#1371437 Uncaught exceptionCaolán McNamara2-2/+2