Win10 msvc trunk (#498)Build trunk on Windows with a modern MSVCconfigure.ac required VS2008, but the bundled dependencies had moved pastwhat VC9 can compile -- boost 1.84 needs C++11, Python 3.
Win10 msvc trunk (#498)Build trunk on Windows with a modern MSVCconfigure.ac required VS2008, but the bundled dependencies had moved pastwhat VC9 can compile -- boost 1.84 needs C++11, Python 3.11 needs VS2017 ornewer -- so the configured compiler could not build the configureddependencies, and no combination of the two worked. Every other platform hadalready moved; Windows was the one left pinned.This branch accepts a VS2015-or-newer toolset and the Windows 10 SDK, thenfixes what a modern compiler and SDK find: export lists, entry points, CRTand manifest handling, and source conformance across the tree. Everydependency builds, including Python, which trunk has never built on Windowsat all. The CLI/.NET binding is ported from Managed C++ to C++/CLI and itsbridgetest passes.configure, bootstrap and build.pl now run to completion, andinstsetoo_native produces openoffice450.msi and openoffice450sdk.msi.coinMp has been updated to the latest Version.What this does not claim: the office has not been started, andtesttools/source/bridgetest still fails getCaughtException() in the x86 C++bridge. Python is built without _ssl, _ctypes, _bz2, _lzma and _sqlite3, andPlatform SDK v7.0 is still required alongside the Windows 10 SDK. No otherplatform's build is changed.Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>Claude-Session: https://claude.ai/code/session_01UWgzQY2r1XwFvgeLPFWPsi
show more ...
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>
pre-commit auto remove trailing whitespace from h files (#385)Another big auto clean up by pre-commit similar to the others
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 unneeded trailing whitespace from Makefiles (#378)Cleaned up some whitespace in the Makefiles
pre-commit auto remove trailing whitespace from `.mk` files (#377)If there are too many changes / files I can create a smaller PRThanks
Fix spelling (#368)* misc: fix spelling* Update ignored words list
Cleanup
Fixed typos, cleanup
Translate German (ANKER -> ANCHOR)
pre-commit(trailing-whitespace): autofix .hrc files (#350)
pre-commit(end-of-file-fixer): autofix more main cxx files (#307)
Update statemnt.cxx - [FIX] successfull (#294)Thank you very much!
pre-commit(end-of-file-fixer): auto fix `.h` files (#281)
Fix end of hxx files remove unneeded blank lines (#242)
Remove unneeded blank lines from cxx files (#238)* Remove unneeded blank lines from cxx files * Update main/automation/source/server/recorder.cxx
Fixed typos, fixed mixed indentation, removerd whitespace
silence uninitialized warning(cherry picked from commit f4cb3a436aec3679c54f9569ae436eb162fcfac8)
translated comments into en-US the second partgit-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1858392 13f79535-47bb-0310-9956-ffa450edef68
translated comments into en-USgit-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1858390 13f79535-47bb-0310-9956-ffa450edef68
Fixed typosgit-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1852432 13f79535-47bb-0310-9956-ffa450edef68
Add a few forgotten exports.Patch by: megit-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1838150 13f79535-47bb-0310-9956-ffa450edef68
Enhance gb_LinkTarget_set_*_optimization functions to allow multipletargets to be specified. Convert optimization overrides in the gbuild library makefiles touse gb_LinkTarget_set_*_optimization.
Enhance gb_LinkTarget_set_*_optimization functions to allow multipletargets to be specified. Convert optimization overrides in the gbuild library makefiles touse gb_LinkTarget_set_*_optimization.There should be no functional change.git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1818290 13f79535-47bb-0310-9956-ffa450edef68
Some gbuild fixes discovered during an audit compared to dmake.Delete an unnecessary file in main/automation.Disable exception handling for 2 files in main/avmedia.Patch by: megit-svn-id: http
Some gbuild fixes discovered during an audit compared to dmake.Delete an unnecessary file in main/automation.Disable exception handling for 2 files in main/avmedia.Patch by: megit-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1779227 13f79535-47bb-0310-9956-ffa450edef68
12