Age | Commit message (Expand) | Author |
2024-11-13 | tdf#163486: PVS: variable was assigned the same value | Xisco Fauli |
2024-11-11 | clang-tidy: performance-unnecessary-copy-initialization in various | Noel Grandin |
2024-11-11 | loplugin:reftotemp in pyuno..sax | Noel Grandin |
2024-11-08 | Simplify a bit | Mike Kaganski |
2024-11-07 | loplugin:passstuffbyref in lotuswordpro..pyuno | Noel Grandin |
2024-10-27 | cid#1555789 COPY_INSTEAD_OF_MOVE | Caolán McNamara |
2024-10-26 | cid#1555767 COPY_INSTEAD_OF_MOVE | Caolán McNamara |
2024-09-29 | tdf#163190: [pyuno] SyntaxWarning: invalid escape sequence '\P' | Julien Nabet |
2024-09-19 | Remaining GCC -Wcast-function-type issues | Stephan Bergmann |
2024-08-01 | pyuno,unotest,xmlsecurity: copy GPG test files for UITtest | Michael Stahl |
2024-07-27 | odk, oox, pyuno: fix issues found by Ruff linter | Ilmari Lauhakangas |
2024-07-20 | Remove now unneeded osl/diagnose.h | Gabor Kelemen |
2024-07-11 | cid#1607892 COPY_INSTEAD_OF_MOVE | Caolán McNamara |
2024-07-05 | pyuno: fix deprecated warnings | Xisco Fauli |
2024-06-19 | Fix typo | Andrea Gelmini |
2024-05-11 | workaround clang segfault on macos-intel | Noel Grandin |
2024-05-10 | loplugin:ostr in pyuno | Noel Grandin |
2024-05-09 | tdf#158447 Use PyConfig for setting Python home directory with Python >= 3.8 | Ilmari Lauhakangas |
2024-04-03 | minor fixes to officehelper.py | Alain Romedenne |
2024-03-26 | officehelper.py memory cleanup | Alain Romedenne |
2024-03-24 | Silence Clang 19 trunk -Werror,-Wcast-function-type-mismatch | Stephan Bergmann |
2024-03-13 | allow build with python 3.12.0: initialize new tp_watched | Justin Luth |
2024-03-02 | tdf#116156 tdf#157162 tdf#159528 Fix glitches in officehelper.py | Alain Romedenne |
2024-02-26 | Define a name for the extended path buffer size, instead of a literal | Mike Kaganski |
2024-02-26 | Replace an instance of MAX_PATH with 32767 | Mike Kaganski |
2024-02-15 | pyuno: Use expected return value (-1) on failure | Aron Budea |
2024-01-27 | Drop std::as_const from css::uno::Sequence iterations | Mike Kaganski |
2024-01-17 | Add back XComponentContext to officecfg::...::get() calls | Stephan Bergmann |
2024-01-17 | tdf#158375 Hack to make sure process service factory is set | Stephan Bergmann |
2024-01-09 | tdf#158375: add expert option DisablePythonRuntime | Sarper Akdemir |
2023-11-19 | Extended loplugin:ostr: pyuno | Stephan Bergmann |
2023-10-23 | tdf#130924 replace '*printf' with 'SAL_*' logging macros in pyuno | sahil |
2023-10-14 | Use exception ctors, instead of setting members later | Mike Kaganski |
2023-09-29 | cid#1546834 Unchecked return value | Caolán McNamara |
2023-06-01 | WaE: Py_SetPythonHome is deprecated since python 3.11 | Caolán McNamara |
2023-04-17 | loplugin:stringadd | Stephan Bergmann |
2023-03-27 | loplugin:stringadd in oox..pyuno | Noel Grandin |
2023-02-13 | tdf#143148 Use pragma once instead of include guards | buldi |
2022-09-16 | tdf#150982: properly unquote (URL-decode) vnd.sun.star.expand payload | Mike Kaganski |
2022-08-13 | clang-tidy modernize-pass-by-value in various | Noel Grandin |
2022-08-10 | loplugin:passstuffbyref | Noel Grandin |
2022-08-09 | tdf#133123: fix crash when importing defusedxml.ElementTree after pyuno | Niko Fink |
2022-07-22 | elide some makeStringAndClear() calls | Noel Grandin |
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-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-10-30 | Prepare for removal of non-const operator[] from Sequence in pyuno | Mike Kaganski |