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 ...
Cleanup
Fix 'the the' (although that was a nice band...)
Use 'zeros' instead of 'zeroes', at least in UI
misc: fix spelling (#461)* misc: fix spelling* Regenerate ignored words list codespell.txt
Fix typo (valu -> value)
Fix typos (#454)* Fix typos* Regenerate ignored words list
Rename symphony (#444)* Rename symphony* Additional changes
Fix more spelling (#443)* Fix spelling* Regenerate ignored words list codespell.txt
Fix more typos (#441)* Fix spelling* Regenerate ignored words list codespell.txt
Fix more typos (#440)* Fix more typos* Regenerate ignored words list codespell.txt
Fix typos (#438)* Fix more typos* Regenerate ignored words list codespell.txt
Fix spelling; fix `ifndef` statement (#437)* Fix more typos* Regenerate ignored words list codespell.txt
Fix typos (#433)* Fix typos* Regenerate ignored words list codespell.txt
Update svdtrans.hxx (#428)* Update svdtrans.hxxReplace ancient function "Kuerzen" (German for shorten), cleanup code* Additional files* Additional files
Fix spelling (#431)Regenerate the ignored words list `codespell.txt`
Cleanup resource files
chore: whitespace clean up for `.src` files (#429)Enforced 3 hooks for `.src` files- end-of-file-fixer- mixed-line-ending- trailing-whitespace
Fix spelling (#426)* Fix spelling* Recreate ignored words list codespell.txt
Fix typos (#425)* Fix typos* Recreate ignored words list codespell.txt
Fix spelling (#413)* Fix spelling* Recreate the ignored words list
Update `svdibrow.cxx`, `WWD_Events.java` and `process.cxx`: Fix `unknown` and `understand` word, Change spaces to tab (#411)* Update UNKNOWN word in process.cxx file* main/svx/source/svdraw/svdib
Update `svdibrow.cxx`, `WWD_Events.java` and `process.cxx`: Fix `unknown` and `understand` word, Change spaces to tab (#411)* Update UNKNOWN word in process.cxx file* main/svx/source/svdraw/svdibrow.cxx: Fix UNKNOWN* Remove uknown from codespell.txt* Fix understand word too* Update main/svx/source/svdraw/svdibrow.cxx---------Co-authored-by: John Bampton <jbampton@users.noreply.github.com>
12345678910>>...25