#
271f99ac |
| 20-Mar-2018 |
Damjan Jovanovic |
Add a missing ";;" in a configure.ac case statement. Patch by: me git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1827295 13f79535-47bb-0310-9956-ffa450edef68
|
#
14d982de |
| 20-Mar-2018 |
Jim Jagielski |
Pattern match and back to s5abi for now... git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1827253 13f79535-47bb-0310-9956-ffa450edef68
|
#
6e64234a |
| 19-Mar-2018 |
Jim Jagielski |
Fix case statement git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1827249 13f79535-47bb-0310-9956-ffa450edef68
|
#
2d079a25 |
| 19-Mar-2018 |
Jim Jagielski |
Use gcc3 for COMID for macOS/OSX git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1827215 13f79535-47bb-0310-9956-ffa450edef68
|
Revision tags: AOO415 |
|
#
edd74ba5 |
| 12-Mar-2018 |
Damjan Jovanovic |
Implement initial unfinished support for building 64 bit AOO on 64 bit Windows. For now, require --enable-win64 to be passed to ./configure and without it build 32 bit binaries like befo
Implement initial unfinished support for building 64 bit AOO on 64 bit Windows. For now, require --enable-win64 to be passed to ./configure and without it build 32 bit binaries like before. Detect the MSVC compiler only through oowintool (ie. registry keys) and the command line option, not by searching the path, as we need to know the exact path to determine whether the compiler outputs 32 or 64 bit binaries. Pass --aoo32-on-win64 to oowintool when doing the AOO32 on Win64 build, so oowintool known to look at the 32 bit registry for Java, as we need a JDK of matching bitness. We may need this option for other oowintool tasks. Introduce the "mscx" COMNAME for 64 bit AOO. Add the remaining gbuild and dmake changes necessary to use the 64 bit MSVC compiler. Patch by: me git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1826580 13f79535-47bb-0310-9956-ffa450edef68
show more ...
|
#
386ca866 |
| 09-Mar-2018 |
Don Lewis |
#127664# $CCNUMVER from dmake to configure Move the calculation of $CCNUMVER and some other variables from main/solenv/inc/tg_compv.mk, where it is only usable by dmake, to configure
#127664# $CCNUMVER from dmake to configure Move the calculation of $CCNUMVER and some other variables from main/solenv/inc/tg_compv.mk, where it is only usable by dmake, to configure, where it can be used by both dmake and gbuild. This is a requirement to upstream some compiler bug workaround patches from the FreeBSD port. A bit of logic from set_soenv is also moved into configure. A bunch more should probably be moved so that the configuration logic is not spread across so many different places, but that can wait. Something else to consider is that it would be nice to use a different value of $COM for Apple's clang, maybe "ACLANG" or "APPLECLANG" since it has a different version numbering scheme that the open-source version of clang and having a unique identifier would simplify version checking when applying compiler bug workarounds. Note: I think the old value of $CCNUMVER on the Mac is wrong. It should look something like 000800010000 or 000700030000, depending on the installed version. Change -DCPPU_ENV on the Mac from $(COMID) to $(COMNAME) for consistency with the dmake side. It shouldn't make a difference in practice since both have the same value on the Mac. git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1826296 13f79535-47bb-0310-9956-ffa450edef68
show more ...
|
#
906a4e93 |
| 02-Mar-2018 |
Yuri Dario |
#i127723# add cairo graphics support also on OS/2. git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1825732 13f79535-47bb-0310-9956-ffa450edef68
|
#
b6e71573 |
| 02-Mar-2018 |
Damjan Jovanovic |
Use gstreamer 1.0 instead of the long obsolete version 0.1. Embed the window into the document properly, by setting the window id on the GstVideoOverlay using gst_video_overlay_s
Use gstreamer 1.0 instead of the long obsolete version 0.1. Embed the window into the document properly, by setting the window id on the GstVideoOverlay using gst_video_overlay_set_window_handle() after window creation in Player::createPlayerWindow(). Add better logging. Patch by: me git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1825700 13f79535-47bb-0310-9956-ffa450edef68
show more ...
|
#
78ecfec3 |
| 05-Jan-2018 |
Don Lewis |
Nothing uses GXX_INCLUDE_PATH, so remove it. The uretest/README file mentions is being needed by the STLport included in the URE, but that does not appear to be true any longer, and it is no
Nothing uses GXX_INCLUDE_PATH, so remove it. The uretest/README file mentions is being needed by the STLport included in the URE, but that does not appear to be true any longer, and it is not used by boost. git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1820351 13f79535-47bb-0310-9956-ffa450edef68
show more ...
|
#
4fa6b83d |
| 02-Dec-2017 |
Jim Jagielski |
Revert to 4.1.x selection logic. Choose the most recent SDK that supports 10.7, not the oldest. git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1816957 13f79535-47bb-0
Revert to 4.1.x selection logic. Choose the most recent SDK that supports 10.7, not the oldest. git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1816957 13f79535-47bb-0310-9956-ffa450edef68
show more ...
|
#
c4211d71 |
| 01-Dec-2017 |
Matthias Seidel |
Fixed wrong brand and typo in ODK section git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1816882 13f79535-47bb-0310-9956-ffa450edef68
|
#
eda86b37 |
| 01-Dec-2017 |
Jim Jagielski |
description and example typo git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1816858 13f79535-47bb-0310-9956-ffa450edef68
|
#
0d16e2e7 |
| 01-Dec-2017 |
Jim Jagielski |
Allow for builder to specify min macOS/OSX build target from the configure command line. git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1816851 13f79535-47bb-0310-995
Allow for builder to specify min macOS/OSX build target from the configure command line. git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1816851 13f79535-47bb-0310-9956-ffa450edef68
show more ...
|
#
63fbc773 |
| 29-Nov-2017 |
Jim Jagielski |
OK, let's try to maintain 10.7 as the min OSX version supported. git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1816626 13f79535-47bb-0310-9956-ffa450edef68
|
#
308295db |
| 24-Nov-2017 |
Jim Jagielski |
We need $GREP, which may not be defined/set with the EGREP check. git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1816238 13f79535-47bb-0310-9956-ffa450edef68
|
Revision tags: AOO414 |
|
#
ca91c472 |
| 19-Oct-2017 |
Damjan Jovanovic |
GnomeVFS was deprecated 9 years ago. Make GIO, its replacement, the default searched by configure.ac instead. Patch by: me git-svn-id: https://svn.apache.org/repos/asf
GnomeVFS was deprecated 9 years ago. Make GIO, its replacement, the default searched by configure.ac instead. Patch by: me git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1812655 13f79535-47bb-0310-9956-ffa450edef68
show more ...
|
#
c235b4bc |
| 12-Oct-2017 |
Jim Jagielski |
macOS compilation fixes, mostly due to 10.7/10.9 SDK differences and items deprecated git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1811982 13f79535-47bb-0310-9956-ffa450
macOS compilation fixes, mostly due to 10.7/10.9 SDK differences and items deprecated git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1811982 13f79535-47bb-0310-9956-ffa450edef68
show more ...
|
#
5532af06 |
| 10-Oct-2017 |
Jim Jagielski |
More C++ fixes for OSX/macOS. We want to ignore the old include directory and choose the oldest supporting SDK. git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1811680 13f7
More C++ fixes for OSX/macOS. We want to ignore the old include directory and choose the oldest supporting SDK. git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1811680 13f79535-47bb-0310-9956-ffa450edef68
show more ...
|
#
9e1bc291 |
| 09-Oct-2017 |
Jim Jagielski |
Get macOS compiling again: o Restore 10.7 as min o Deprecated is no longer a fatal warning error o We need LDFLAGS when linking git-svn-id: https://svn.apache.org/repos/asf/op
Get macOS compiling again: o Restore 10.7 as min o Deprecated is no longer a fatal warning error o We need LDFLAGS when linking git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1811585 13f79535-47bb-0310-9956-ffa450edef68
show more ...
|
#
3c5114b8 |
| 20-Aug-2017 |
Damjan Jovanovic |
#i127350# - Table design: can't change length of Postgresql char types Add the initial version of a new SDBC driver, for the PostgreSQL database. Also its build changes: since it ne
#i127350# - Table design: can't change length of Postgresql char types Add the initial version of a new SDBC driver, for the PostgreSQL database. Also its build changes: since it needs Apache Commons Lang version 3, get configure.ac to check for that, and get that to always build, just like our driver does. Patch by: me git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1805579 13f79535-47bb-0310-9956-ffa450edef68
show more ...
|
#
16daaedf |
| 16-Aug-2017 |
Jim Jagielski |
Note that we are requiring at least 10.9 (Mavericks) and that the newest SDK we can use is 10.11, due to QuickTime and the VCL module. git-svn-id: https://svn.apache.org/repos/asf/op
Note that we are requiring at least 10.9 (Mavericks) and that the newest SDK we can use is 10.11, due to QuickTime and the VCL module. git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1805215 13f79535-47bb-0310-9956-ffa450edef68
show more ...
|
#
87bf159b |
| 15-Aug-2017 |
Jim Jagielski |
Get compiling/building again on osx/macos git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1805089 13f79535-47bb-0310-9956-ffa450edef68
|
#
f669900d |
| 15-Aug-2017 |
Jim Jagielski |
macOS fixes... Source the correct file and allow for macOS XCode8 SDK git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1805069 13f79535-47bb-0310-9956-ffa450edef68
|
#
160c442c |
| 09-Aug-2017 |
Damjan Jovanovic |
We need the system Apache Commons Lang to be version 3.x. Patch by: me git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1804598 13f79535-47bb-0310-9956-ffa450
We need the system Apache Commons Lang to be version 3.x. Patch by: me git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1804598 13f79535-47bb-0310-9956-ffa450edef68
show more ...
|
#
c0ecde16 |
| 21-Jul-2017 |
Damjan Jovanovic |
Remove the obsolete KDE address book SDBC driver, that only worked on KDE 3.2 - 3.6, which are obsolete since 9 years ago. Patch by: me git-svn-id: https://svn.apache.
Remove the obsolete KDE address book SDBC driver, that only worked on KDE 3.2 - 3.6, which are obsolete since 9 years ago. Patch by: me git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1802537 13f79535-47bb-0310-9956-ffa450edef68
show more ...
|