dfe9974f | 28-Oct-2020 |
Jim Jagielski |
Be safe when checking FAKEROOT |
e81750d7 | 21-Oct-2020 |
Jim Jagielski |
FAKEROOT is "" in the env |
9c3cb57a | 27-Sep-2020 |
mseidel |
Fixed typo (errror -> error) |
56b8eddc | 25-Sep-2020 |
mseidel |
Fixed typo (explicitely -> explicitly) and some more |
5f3b9f77 | 23-Aug-2020 |
Don Lewis |
Force Linux builds to use gnu++98 (C++98 + GNU extensions) mode to be the most compatible with our old code base rather than relying on the compiler default mode. Compiling in C++11 or newer
Force Linux builds to use gnu++98 (C++98 + GNU extensions) mode to be the most compatible with our old code base rather than relying on the compiler default mode. Compiling in C++11 or newer mode is very noisy due to deprecation warnings about our use of std::auto_ptr. If the compiler defaults to C++17 mode or newer, the build would be totally broken because std::auto_ptr is removed from C++17. There is an unknown amount of porting effort needed to convert to std::unique_ptr, which has somewhat different semantics and which is not available before C++11, which would break building with older versions of gcc which default to gnu++98 mode. std::shared_ptr, might be an alternative since there is a BOOST implementation.
show more ...
|
d32f8dcb | 02-Jul-2020 |
mseidel |
Removed whitespace, fixed typos |
40d4a01e | 02-Jul-2020 |
mseidel |
Possible fix for macOS-Dev background graphic |
c97fd792 | 30-Jun-2020 |
mseidel |
Removed whitespace, fixed typos |
7f3d5d1d | 19-May-2020 |
mseidel |
Fixes issue with GNU make 4.3 |
46e28a4a | 01-Jan-2020 |
mseidel |
Updated copyright year |
f65b8bff | 05-Oct-2019 |
mseidel |
Patch for Win64 shell extension, provided by: Don Lewis |
7a50e16f | 04-Oct-2019 |
Don Lewis |
Fix incorrect gbuild usage that can cause intermittent parallel build failures. There was some misuse of gbuild that was causing make rules to be added that had solver/*/*/workdir/Extern
Fix incorrect gbuild usage that can cause intermittent parallel build failures. There was some misuse of gbuild that was causing make rules to be added that had solver/*/*/workdir/ExternalHeaders/Library and solver/*/*/workdir/ExternalHeaders/Library listed as dependencies. If these directories did not exist, then a pattern match rule intended to create files under the solver/*/*/workdir/ExternalHeaders/{Library,StaticLibrary} directories would be triggered. The recipe for that rule would then mkdir -p solver/*/*/workdir/ExternalHeaders and then touch solver/*/*/workdir/ExternalHeaders/{Library,StaticLibrary} creating it as a plain file. A subsequent make rule would unconditionally mkdir -p solver/*/*/workdir/ExternalHeaders/{Library,StaticLibrary} and fail. Fix the incorrect gbuild usage and add some sanity checks to gbuild to catch the problem closer to the source and more deterministically.
show more ...
|
27a447d8 | 03-Oct-2019 |
Jim Jagielski |
Allow for source repo builds to include repo revision number, as stored when the tarball/zipfile was created. |
f8d20be8 | 03-Oct-2019 |
Jim Jagielski |
Revision number now generic... Repo based, whatever that repo is |
190cb148 | 02-Oct-2019 |
Don Lewis |
Upgrade bundled expat to 2.2.9. Delete expat-winapi.patch which was needed to get linkage on Windows to work with the expat static libraries. Instead add -DXML_STATIC to the compile
Upgrade bundled expat to 2.2.9. Delete expat-winapi.patch which was needed to get linkage on Windows to work with the expat static libraries. Instead add -DXML_STATIC to the compiler flags when building the modules that link to the expat static libraries to accomplish the same thing, but in a supported way. Don't build the expat man pages since we don't have the necessary build dependencies and we don't need them anyway.
show more ...
|
3dd3751b | 19-Sep-2019 |
mseidel |
Removed whitespace, fixed typos |
9b02d673 | 10-Sep-2019 |
mseidel |
Set length of short git hash to 10 |
58f9c062 | 08-Sep-2019 |
mseidel |
Fixed tab vs. spaces |
Revision tags: AOO417 |
|
fe471945 | 26-Aug-2019 |
Jim Jagielski |
With the change to git, we now use a hash as the SCM version. Remove the 'r' (eg: aoo-r1f...) which could be misconstrued as part of the hash) |
ed367079 | 15-Aug-2019 |
Peter Kovacs |
Merge branch 'trunk' of https://gitbox.apache.org/repos/asf/openoffice into trunk
|
31c542e2 | 13-Aug-2019 |
mseidel |
Cleanup whitespace, fixed typos |
330ba01c | 13-Aug-2019 |
Peter Kovacs |
SvnRevision.pm returns now short git hash. git-svn-id has been removed. |
0a8c54fe | 23-Jun-2019 |
Matthias Seidel |
Added Amharic (am) to language list git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1861956 13f79535-47bb-0310-9956-ffa450edef68 |
bc560840 | 21-Jun-2019 |
Matthias Seidel |
Cleaned up whitespace git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1861790 13f79535-47bb-0310-9956-ffa450edef68 |
aa573ed5 | 18-Jun-2019 |
Matthias Seidel |
i128128 - Lost translations in database wizard Fixing double slash and wrong paths git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1861567 13f79535-47bb-0310-9956-ffa4
i128128 - Lost translations in database wizard Fixing double slash and wrong paths git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1861567 13f79535-47bb-0310-9956-ffa450edef68
show more ...
|