Fix build with python >= 3.12Fix the build with system python versions >= 3.12. The pythonsetuptools module is required, so test for it indirectly in configureand flag its absence.
Fix spelling; fix `ifndef` statement (#437)* Fix more typos* Regenerate ignored words list codespell.txt
Fix spelling (#424)* Fix typos* Recreate the ignored words list codespell.txt
pre-commit auto remove trailing whitespace from cxx files (#383)Another big auto clean up. So many lines !!Another one bites the dusthttps://www.youtube.com/watch?v=rY0WxgSXdEECo-authored-by:
pre-commit auto remove trailing whitespace from cxx files (#383)Another big auto clean up. So many lines !!Another one bites the dusthttps://www.youtube.com/watch?v=rY0WxgSXdEECo-authored-by: Matthias Seidel <mseidel@apache.org>
show more ...
pre-commit auto remove trailing whitespace from C files (#386)Another big whitespace clean up
pre-commit auto clean trailing whitespace in dxp and hxx files (#381)A huge auto clean up by pre-commit and I can make smaller PRs if needed.Seems we have a lot of extra whitespace junk in our co
pre-commit auto clean trailing whitespace in dxp and hxx files (#381)A huge auto clean up by pre-commit and I can make smaller PRs if needed.Seems we have a lot of extra whitespace junk in our code baseThe NeverEnding Story was a great film back in the old days :)Great video and theme song by Limahlhttps://www.youtube.com/watch?v=lHytjEj7B9ghttps://en.wikipedia.org/wiki/The_NeverEnding_Story_(film)
pre-commit auto remove trailing whitespace from `.mk` files (#377)If there are too many changes / files I can create a smaller PRThanks
pre-commit: auto remove trailing whitespace from `.py` files (#375)
Re-order include path.Re-order the compiler include path in nmake modules so thatexternal directories are last to avoid inadvertently pickingup system headers instead of internal headers.
Fix spelling (#334)* Fix spelling* Update ignored words list
pre-commit(end-of-file-fixer): auto fix `.mk` files (#266)* pre-commit(end-of-file-fixer): auto fix `.mk` files* Update makefile.mk* Update makefile.mk---------Co-authored-by: Matthias Seid
pre-commit(end-of-file-fixer): auto fix `.mk` files (#266)* pre-commit(end-of-file-fixer): auto fix `.mk` files* Update makefile.mk* Update makefile.mk---------Co-authored-by: Matthias Seidel <mseidel@apache.org>
pyuno: export the entrypoint for Python 3 from libpyunoPatch by: me
pyuno: wrap the right entrypoint for Python 3 in the pyuno dlopen wrapperPatch by: me
Workaround most of the Python 3 issues.
Port main/pyuno to gbuild.Patch by: megit-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1853252 13f79535-47bb-0310-9956-ffa450edef68
Fix a main/pyuno typo ("tranient" instead of "transient") as per i#113302.A big thank you to the reporter.Patch by: megit-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1842837 13f
Fix a main/pyuno typo ("tranient" instead of "transient") as per i#113302.A big thank you to the reporter.Patch by: megit-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1842837 13f79535-47bb-0310-9956-ffa450edef68
Spelling, spelling ...Why worry about some sprinkled German when we haven't yet learned English.git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1745006 13f79535-47bb-0310-9956-ffa4
Spelling, spelling ...Why worry about some sprinkled German when we haven't yet learned English.git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1745006 13f79535-47bb-0310-9956-ffa450edef68
Many spelling fixes: directories h* - p*.Attempt to clean up most but certainly not all the spellingmistakes that found home in OpenOffice through decades. Wecould probably blame the internationa
Many spelling fixes: directories h* - p*.Attempt to clean up most but certainly not all the spellingmistakes that found home in OpenOffice through decades. Wecould probably blame the international nature of the code butit is somewhat shameful that this wasn't done before.git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1591060 13f79535-47bb-0310-9956-ffa450edef68
#i123068# remove implicit conversions from rtl strings to their elementsgit-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1546390 13f79535-47bb-0310-9956-ffa450edef68
#i120788# remove unused members from PyUNO_callable_InternalsPatch by: Tsutomu Uchino <hanya.runo@gmail.com>git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1502489 13f79535-47bb-03
#i120788# remove unused members from PyUNO_callable_InternalsPatch by: Tsutomu Uchino <hanya.runo@gmail.com>git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1502489 13f79535-47bb-0310-9956-ffa450edef68
#i122378# filter symbols from win's native tr1 from reexportgit-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1486651 13f79535-47bb-0310-9956-ffa450edef68
include the vector header directly which used be included indirectly in stlport<=4git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1476215 13f79535-47bb-0310-9956-ffa450edef68
#121496# non-const char ptr needed, see taskgit-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1427802 13f79535-47bb-0310-9956-ffa450edef68
i121296 - Python3 support for pyuno.Add support to pyuno so that it will build with and support modern versionsof the system Python.This is a huge step forward for developers and users of operat
i121296 - Python3 support for pyuno.Add support to pyuno so that it will build with and support modern versionsof the system Python.This is a huge step forward for developers and users of operating systemsthat are in the process of migrating to Python 3.x.Author: hanyagit-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1423272 13f79535-47bb-0310-9956-ffa450edef68
Partial revert of r1419529.The builtin hack was incorrect.Reported by : hanyagit-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1422299 13f79535-47bb-0310-9956-ffa450edef68
12