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 spelling; fix `ifndef` statement (#437)* Fix more typos* Regenerate 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>
misc: fix typos (#376)* misc: fix spelling* Update ignored words list* Update owriteablestream.cxx---------Co-authored-by: Matthias Seidel <mseidel@apache.org>
Fix spelling (#367)* misc: fix spelling* Update ignored words list
Fix spelling (#365)* Fix spelling* Update ignored words list* Update shell.cxx---------Co-authored-by: Matthias Seidel <mseidel@apache.org>
Taskpane is long gone...
Remove second semicolon (work in progress)
pre-commit(trailing-whitespace): autofix .hrc files (#350)
Fix spelling (#332)* Fix spelling* Update ignored words list* Update _XScrollBar.java---------Co-authored-by: Matthias Seidel <mseidel@apache.org>
Fix spelling (#331)* Fix spelling* Update ignored words list
pre-commit(end-of-file-fixer): autofix more cxx files in main (#314)
pre-commit(end-of-file-fixer): auto fix hrc files (#288)
Fix spelling (#257)* Fix spelling * Update ignored words list
Fix spelling (#246)* Fix spelling * Update vbacommandbar.cxx --------- Co-authored-by: Matthias Seidel <mseidel@apache.org>
Fixed typo (chnage -> change), general cleanup
Fix spelling in code comments (#210)* Fix spelling in code comments * Update wordml2ooo_field.xsl * Update ooo2wordml_border.xsl --------- Co-authored-by: Matthias Seidel <mseidel@apach
Fix spelling in code comments (#210)* Fix spelling in code comments * Update wordml2ooo_field.xsl * Update ooo2wordml_border.xsl --------- Co-authored-by: Matthias Seidel <mseidel@apache.org>
Fixed typo (propably -> probably) and some more
Maintenance cleanup
Convert all instances of SetDepth() to take a 32 bit paragraph index.Patch by: me
Convert all instances of GetDepth() to take a 32 bit paragraph index.Patch by: me
Convert all instances of SetParaAttribs() to take a 32 bit paragraph index.Patch by: me
12345