Age | Commit message (Expand) | Author |
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 |
2020-05-07 | prevent warnings in pyuno with latest python | Noel Grandin |
2020-04-27 | Make upcasting css::uno::Reference ctor require complete types | Stephan Bergmann |
2020-04-09 | pyuno: sed Python2/3 string compatibility wrappers | Michael Stahl |
2020-04-09 | pyuno,*: kill Python 2 support with fire | Michael Stahl |
2020-04-03 | loplugin:flatten in pyuno | Noel Grandin |
2020-03-26 | Extend loplugin:cstylecast to certain function-style casts | Stephan Bergmann |
2020-03-25 | Remove unused using declarations in oox...xmlsecurity | Gabor Kelemen |
2020-03-12 | Revert "loplugin:constfields in package..registry" | Noel Grandin |
2020-02-22 | python 3.8.2 compile: add tp_print to PyTypeObject | Justin Luth |
2020-02-16 | GBUILD_TRACE, support for finding out where the build time is spent | Luboš Luňák |
2020-02-10 | -Werror,-Wnon-c-typedef-for-linkage | Stephan Bergmann |
2020-01-28 | sys.version is for displaying; use sys.version_info for version check | Mike Kaganski |
2020-01-25 | tdf#124176: Use pragma once instead of include guards | Batuhan Taskaya |
2020-01-09 | pyuno: remove racy debug check | Michael Stahl |
2020-01-08 | pyuno: remove redundant if | Michael Stahl |
2020-01-08 | pyuno: fix build against system-python-3.6 | Miklos Vajna |
2020-01-08 | python3: upgrade to release 3.7.6 | Michael Stahl |