Age | Commit message (Expand) | Author |
2022-06-16 | rhbz#2097411 Avoid obsolete PyThreadState_Delete crashing Python 3.11 | Stephan Bergmann |
2022-05-04 | Just use Any ctor instead of makeAny in pyuno | Stephan Bergmann |
2022-04-17 | loplugin:stringviewparam convert methods using copy() | Noel Grandin |
2022-04-01 | Don't make UNO calls from PyThreadAttached regions (i.e., with the GIL locked) | Stephan Bergmann |
2022-03-09 | change default Calc number of columns to 16384 (tdf#50916) | Luboš Luňák |
2022-01-30 | Recheck modules [o-r]* with IWYU | Gabor Kelemen |
2022-01-07 | tdf#146621: handle an exception that may hang process at ExitProcess time | Mike Kaganski |
2021-12-22 | loplugin:flatten in package..reportdesign | Noel Grandin |
2021-12-10 | Generally determine Rdb content from gb_*_set_componentfile calls | Stephan Bergmann |
2021-10-30 | Prepare for removal of non-const operator[] from Sequence in pyuno | Mike Kaganski |
2021-10-20 | loplugin:indentation check for indent inside block | Noel Grandin |
2021-10-15 | Remove non-const Sequence::begin()/end() in internal code | Mike Kaganski |
2021-09-15 | Use <comphelper/servicehelper.hxx> implementing XUnoTunnel part 4 | Mike Kaganski |
2021-09-15 | Use <comphelper/servicehelper.hxx> implementing XUnoTunnel part 3 [API CHANGE] | Mike Kaganski |
2021-09-15 | Use <comphelper/servicehelper.hxx> implementing XUnoTunnel part 1 | Mike Kaganski |
2021-09-12 | Make this instance of cppu::OImplementationId function-local | Mike Kaganski |
2021-09-01 | clang-tidy:readability-redundant-member-init | Noel Grandin |
2021-04-21 | loplugin:stringadd replace OUStringLiteral temporaries with OUString::Concat | Noel Grandin |
2021-04-07 | Updated README.md files to represent current code / use Markdown format | Hossein |
2021-03-24 | Using .md extension/Markdown syntax for modules README | Hossein |
2021-03-22 | cid#1473905 Dereference after null check | Caolán McNamara |
2021-02-21 | loplugin:refcounting in package..sax | Noel |
2021-02-05 | tdf#138987 Python 3.12 preparations | dante |
2021-01-06 | pyuno: uno.Char is UTF-16 code unit, not UCS-4 | Michael Stahl |
2021-01-05 | tdf#138987 pyuno: PyEval_InitThreads is a no-op in Python 3.9 | David Ostrovsky |
2021-01-04 | mbstowcs failure check is only relevant for non-_WIN32 now | Stephan Bergmann |
2021-01-01 | Use Unicode paths on Windows for pyuno | Mike Kaganski |
2021-01-01 | UTF8 is not ASCII | Mike Kaganski |
2020-12-29 | loplugin:stringviewparam: operator + | Stephan Bergmann |
2020-12-19 | tdf#138987 pyuno: PyEval_InitThreads is a no-op in Python 3.9 | David Ostrovsky |
2020-12-11 | Adapt the remaining OUString functions to std string_view | Stephan Bergmann |
2020-12-07 | Wrap "open" into "with" | Mike Kaganski |
2020-12-04 | Fix ResourceWarning in pythonloader.py | Julien Nabet |
2020-11-10 | tdf#42949 Fix new IWYU warnings in directories [h-r]* | Gabor Kelemen |
2020-11-06 | Revert "loplugin:stringbuffer" | Noel Grandin |
2020-11-06 | loplugin:stringbuffer | Noel |
2020-11-05 | loplugin:reducevarscope in pyuno | Noel |
2020-10-23 | PyLong_AsLongAndOverflow returns long, and that's fine to use here | Stephan Bergmann |
2020-10-23 | long->tools::Long in pyuno..sd | Noel |
2020-10-02 | Use the new single-instance="true" attribute in pyuno | Stephan Bergmann |
2020-08-31 | Remove remains of private:image/ via ImageIdentifier addon property | Maxim Monastirsky |
2020-08-21 | Fix typos | Andrea Gelmini |
2020-07-14 | pyuno: create instances with uno constructors | Noel Grandin |
2020-07-10 | replace usage of blacklist with excludelist for IWYU | Thorsten Behrens |
2020-07-01 | Upcoming improved loplugin:staticanonymous -> redundantstatic: pyuno | Stephan Bergmann |
2020-06-19 | tdf#121384 don't leave a bare trailing : in PYTHONPATH | Caolán McNamara |
2020-05-21 | use for-range on Sequence in i18npool..sd | Noel Grandin |
2020-05-20 | fix some more python 3.8 deprecation warnings | Noel Grandin |
2020-05-12 | Fix initialization of Python-3.8--only at-end tp_print member | Stephan Bergmann |
2020-05-11 | More targeted silencing of -Wdeprecated-declarations | Stephan Bergmann |