| #
91144cd0
|
| 29-Aug-2026 |
Peter <leginee@users.noreply.github.com> |
Win10 msvc trunk (#498)
Build trunk on Windows with a modern MSVC
configure.ac required VS2008, but the bundled dependencies had moved past what VC9 can compile -- boost 1.84 needs C++11, Python 3.
Win10 msvc trunk (#498)
Build trunk on Windows with a modern MSVC
configure.ac required VS2008, but the bundled dependencies had moved past what VC9 can compile -- boost 1.84 needs C++11, Python 3.11 needs VS2017 or newer -- so the configured compiler could not build the configured dependencies, and no combination of the two worked. Every other platform had already moved; Windows was the one left pinned.
This branch accepts a VS2015-or-newer toolset and the Windows 10 SDK, then fixes what a modern compiler and SDK find: export lists, entry points, CRT and manifest handling, and source conformance across the tree. Every dependency builds, including Python, which trunk has never built on Windows at all. The CLI/.NET binding is ported from Managed C++ to C++/CLI and its bridgetest passes.
configure, bootstrap and build.pl now run to completion, and instsetoo_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, and testtools/source/bridgetest still fails getCaughtException() in the x86 C++ bridge. Python is built without _ssl, _ctypes, _bz2, _lzma and _sqlite3, and Platform SDK v7.0 is still required alongside the Windows 10 SDK. No other platform's build is changed.
Co-Authored-By: Claude Opus 5 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_01UWgzQY2r1XwFvgeLPFWPsi
show more ...
|
| #
1b412898
|
| 29-Aug-2026 |
Peter Kovacs <petko@apache.org> |
gitignore: the configure output that keeps getting staged
`git add -A` sweeps up the files configure and set_soenv generate, because nothing ignores them. Once staged they are visible to `pre-commi
gitignore: the configure output that keeps getting staged
`git add -A` sweeps up the files configure and set_soenv generate, because nothing ignores them. Once staged they are visible to `pre-commit run --all-files` -- which enumerates staged files, not just committed ones -- and codespell fails on the build environment they record:
main/config.out:75: BUILDT ==> BUILT, BUILD main/winAMD64Env.set.sh:15: BUILDT ==> BUILT, BUILD
That happened twice in a row, and the second time it also blocked a pull: a merge produces a tree without these paths, so git treats the staged additions as local changes it would overwrite and refuses.
The gap is narrow rather than general. The section already ignores the generated environment script for every other platform -- /main/FreeBSD*Env.Set*, /main/Linux*Env.Set*, /main/MacOS*Env.Set*, /main/OS2*Env.Set* -- and the Windows entry, /main/winenv.set*, does not reach winAMD64Env.set.sh. Likewise config.log, config.parms and config.status are listed while config.out is not. So: one pattern that covers the Windows env scripts and their .bak copies, and one line for config.out.
Four cfg*.txt files in the repository root were staged with them, but they are not build output -- they are a developer's own record of the configure invocation -- so they belong in .git/info/exclude rather than here.
Co-Authored-By: Claude Opus 5 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_01UWgzQY2r1XwFvgeLPFWPsi
show more ...
|
| #
bf226373
|
| 28-Jul-2026 |
Jim Jagielski <jimjag@gmail.com> |
Merge branch 'trunk' of https://github.com/apache/openoffice into trunk
|
| #
c082241a
|
| 28-Jul-2026 |
Arrigo Marchiori <ardovm@yahoo.it> |
Merge pull request #491 from apache/bugfix-dxf-filter
Bugfix dxf filter
|
| #
22079cd9
|
| 02-Jul-2026 |
Peter Kovacs <petko@apache.org> |
dxt files labels and text are evaluated when deciding on the points where to corp the picture. We have to estimate font size and width, since we have no renderer at that point. so we estimate the si
dxt files labels and text are evaluated when deciding on the points where to corp the picture. We have to estimate font size and width, since we have no renderer at that point. so we estimate the size.
(cherry picked from commit 2c10eb18ea27ba6eba6a25520a663b8636044f74)
show more ...
|
| #
71cc39b0
|
| 02-Feb-2026 |
Dave Fisher <dave2wave@comcast.net> |
Merge pull request #467 from jbampton/gitignore-venv
|
| #
fd8e3f55
|
| 01-Feb-2026 |
John Bampton <jbampton@gmail.com> |
Add Python `.venv` to `.gitignore`
We use codespell and pre-commit both Python packages installed from the requirements-dev.txt file.
Usually for basic Python projects my IDE PyCharm auto sets up a
Add Python `.venv` to `.gitignore`
We use codespell and pre-commit both Python packages installed from the requirements-dev.txt file.
Usually for basic Python projects my IDE PyCharm auto sets up a .venv folder
show more ...
|
| #
42752da2
|
| 10-Feb-2024 |
Damjan Jovanovic <damjan@apache.org> |
Add FreeBSD to the top level .gitignore. Sort the operating systems in alphabetical order.
Patch by: me
|
| #
f8ebc5ea
|
| 26-May-2020 |
mseidel <mseidel@apache.org> |
Add ignore for OS/2
|
| #
0af66a03
|
| 21-May-2020 |
mseidel <mseidel@apache.org> |
Some more Windows ignores
|
| #
81aeac9a
|
| 19-May-2020 |
mseidel <mseidel@apache.org> |
Some more ignores
|
| #
b8d88ba1
|
| 01-Nov-2019 |
Ariel Constenla-Haile <arielch@apache.org> |
Ignore /log folder created by build.pl --html
|
| #
ce409d71
|
| 03-Oct-2019 |
Jim Jagielski <jimjag@gmail.com> |
Ignore the file which has the git short hash tucked away
|
| #
ed367079
|
| 15-Aug-2019 |
Peter Kovacs <petko@apache.org> |
Merge branch 'trunk' of https://gitbox.apache.org/repos/asf/openoffice into trunk
|
| #
f0a4f38e
|
| 12-Aug-2019 |
mseidel <mseidel@apache.org> |
Some more ignores for Windows builds
|
| #
385e255f
|
| 09-Aug-2019 |
Damjan Jovanovic <damjan.jov@gmail.com> |
Ignore ant.properties and FreeBSD*Env.Set*
Patch by: me
|
| #
5be78d22
|
| 11-Nov-2013 |
Steve Yin <steve_y@apache.org> |
Synchronized with the trunk to solve the build issue (removing moz)
git-svn-id: https://svn.apache.org/repos/asf/openoffice/branches/ia2@1540658 13f79535-47bb-0310-9956-ffa450edef68
|
| #
74cab430
|
| 06-Nov-2013 |
Herbert Dürr <hdu@apache.org> |
#i123623# RmMoz 8/9: remove the obsoleted seamonkey 1.1.14 module
That module was used for its security libs and its address book support. With #i122365# the dependency on its security libs was repl
#i123623# RmMoz 8/9: remove the obsoleted seamonkey 1.1.14 module
That module was used for its security libs and its address book support. With #i122365# the dependency on its security libs was replaced with plain NSS. With #i123575# the already quite bit-rotten seamonkey address books were removed. Now there is nothing left for it to do and so that huge and complex module can finally be retired after all these years.
git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1539267 13f79535-47bb-0310-9956-ffa450edef68
show more ...
|
| #
22de8995
|
| 19-Dec-2012 |
Andre Fischer <af@apache.org> |
i121420: Sidebar can read configuration and display XUIElements provided by extension.
git-svn-id: https://svn.apache.org/repos/asf/openoffice/branches/sidebar@1423885 13f79535-47bb-0310-9956-ffa450
i121420: Sidebar can read configuration and display XUIElements provided by extension.
git-svn-id: https://svn.apache.org/repos/asf/openoffice/branches/sidebar@1423885 13f79535-47bb-0310-9956-ffa450edef68
show more ...
|
| #
167c059d
|
| 17-Feb-2012 |
Jürgen Schmidt <jsc@apache.org> |
exclude Mac specific .DS_Store files
git-svn-id: https://svn.apache.org/repos/asf/incubator/ooo/trunk@1245575 13f79535-47bb-0310-9956-ffa450edef68
|
| #
7d2a984d
|
| 16-Feb-2012 |
Herbert Dürr <hdu@apache.org> |
remove svn:executable properties from remaining non-exec files
git-svn-id: https://svn.apache.org/repos/asf/incubator/ooo/trunk@1244921 13f79535-47bb-0310-9956-ffa450edef68
|
| #
7fccce03
|
| 03-Feb-2012 |
Jürgen Schmidt <jsc@apache.org> |
move .gitignore in root
git-svn-id: https://svn.apache.org/repos/asf/incubator/ooo/trunk@1240076 13f79535-47bb-0310-9956-ffa450edef68
|