aac6917e | 17-Feb-2018 |
Damjan Jovanovic |
If LibreOffice is installed, it's incompatible "unopkg" tool will be in $PATH, causing the build to break in main/instsetoo_native as that tool lacks our "sync" option. Refer to our own unopk
If LibreOffice is installed, it's incompatible "unopkg" tool will be in $PATH, causing the build to break in main/instsetoo_native as that tool lacks our "sync" option. Refer to our own unopkg using its absolute path to avoid this problem. Patch by: me git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1824571 13f79535-47bb-0310-9956-ffa450edef68
show more ...
|
5a0ac00f | 08-Jan-2018 |
Don Lewis |
Revert the part of r1818099 that changed the hardwired awk command in main/solenv/gbuild/Output.mk with $(gb_AWK). Unfortunately $(gb_AWK) is not defined at this point, so this change caused
Revert the part of r1818099 that changed the hardwired awk command in main/solenv/gbuild/Output.mk with $(gb_AWK). Unfortunately $(gb_AWK) is not defined at this point, so this change caused errors each time a gbuild makefile was invoked. The definition of $(gb_AWK) is in the platform gbuild files, which are included after Output.mk. Changing the order of the includes breaks the Windows build due to other chicken vs. egg problems. Fortunately using hardwired awk works everywhere except Solaris, which we no longer support. git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1820587 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 ...
|
2de5e723 | 28-Dec-2017 |
Yuri Dario |
#i126518# OS/2 link with system libcx0 to use new exception and memory mapping handling. git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1819430 13f79535-47bb-0310-9956-ffa450e
#i126518# OS/2 link with system libcx0 to use new exception and memory mapping handling. git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1819430 13f79535-47bb-0310-9956-ffa450edef68
show more ...
|
e10cbedd | 15-Dec-2017 |
Don Lewis |
Enhance gb_LinkTarget_set_*_optimization functions to allow multiple targets to be specified. Convert optimization overrides in the gbuild library makefiles to use gb_LinkTarget_set_
Enhance gb_LinkTarget_set_*_optimization functions to allow multiple targets to be specified. Convert optimization overrides in the gbuild library makefiles to use gb_LinkTarget_set_*_optimization. There should be no functional change. git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1818290 13f79535-47bb-0310-9956-ffa450edef68
show more ...
|
774c2d42 | 14-Dec-2017 |
Yuri Dario |
#i126518# OS/2 build system updates: use full names for slideshow and sysdtrans, remove unneeded libraries, use standard toolkit path, fix DLL short names, disable libs for coin-or. git-svn-
#i126518# OS/2 build system updates: use full names for slideshow and sysdtrans, remove unneeded libraries, use standard toolkit path, fix DLL short names, disable libs for coin-or. git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1818128 13f79535-47bb-0310-9956-ffa450edef68
show more ...
|
fb0ae187 | 14-Dec-2017 |
Yuri Dario |
#i126518# OS/2 environment vars are uppercase, breaks gnu make rules. Ignore escape sequence. git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1818099 13f79535-47bb-0310-9956-ff
#i126518# OS/2 environment vars are uppercase, breaks gnu make rules. Ignore escape sequence. git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1818099 13f79535-47bb-0310-9956-ffa450edef68
show more ...
|
8e6bd3e9 | 12-Dec-2017 |
Don Lewis |
Improvements to per-object optimization overrides in gbuild: * Less Library.mk editing required to add an optimization exception than what has been normally done to date. *
Improvements to per-object optimization overrides in gbuild: * Less Library.mk editing required to add an optimization exception than what has been normally done to date. * Add a variable to specify an override to -O1 instead of only allowing -O0. * Don't lose debug flags when overriding optimization. Convert the recent Mac optimization override in framework/Library_fwk.mk to the new style. Improvements to Windows debug builds in gbuild: * There are multiple dependency paths that trigger compiling a source file. Add a target specific $(PDBFILE) to the root of each so that $(PDBFILE) is set properly when compiling. Note: $(PDBFILE) is not getting set when compiling the sources for the per-module (Google Test) tests. * Don't inadvertantly disable the use of pre-compiled headers when enabling debug (not specific to Windows). Note: If both debug and pre-compiled headers are enabled, building of modules that contain more than one library will fail due to limitations of Visual Studio. The problem is that when we build the precompiled header, the output file(s) are based on the module name. Even though each Library_*.mk specifies the rule to build the precompiled header, it is only built once for the module. Visual Studio requires that the $(PDBFILE) used when compiling the sources match the $(PDBFILE) used when compiling the precompiled header, but the value of $(PDBFILE) is specific to each library. The best fix would be to compile the headers once for each library and stash the output in a per-library specific place, but this requires some fairly extensive changes. Another potential fix would be to use -Z7 optimization so that the debug information is stored in the object files. git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1817946 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 |
3b02a9c8 | 28-Nov-2017 |
Damjan Jovanovic |
Add the ability to set a linker script in gbuild that is used to version symbols. This has been a bottleneck in continued gbuild porting and should help further development considera
Add the ability to set a linker script in gbuild that is used to version symbols. This has been a bottleneck in continued gbuild porting and should help further development considerably. Patch by: me git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1816518 13f79535-47bb-0310-9956-ffa450edef68
show more ...
|
Revision tags: AOO414 |
|
67dc21e5 | 10-Nov-2017 |
Damjan Jovanovic |
Use Hamcrest in dmake subsequent tests too. Patch by: me git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1814809 13f79535-47bb-0310-9956-ffa450edef68 |
958f5dcf | 10-Nov-2017 |
Damjan Jovanovic |
Only specify Hamcrest in the classpath during subsequent tests if it's been specified. Patch by: me git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@18148
Only specify Hamcrest in the classpath during subsequent tests if it's been specified. Patch by: me git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1814808 13f79535-47bb-0310-9956-ffa450edef68
show more ...
|
0587599f | 09-Oct-2017 |
Jim Jagielski |
More hoo-haa trying to get NSS to compile under macOS with 10.7 as the target. Moving to 10.9 most likely is the better fix, but that means AOO 4.2.0 will no longer support anything older
More hoo-haa trying to get NSS to compile under macOS with 10.7 as the target. Moving to 10.9 most likely is the better fix, but that means AOO 4.2.0 will no longer support anything older than Mavericks. Which I don't think we want to do. git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1811598 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 ...
|
fc3c81da | 15-Aug-2017 |
Don Lewis |
Strip carriage return characters from the output of MSVC in "make depend" mode so that these characters don't get appended to the file names in the dependency files. This breaks all the gbui
Strip carriage return characters from the output of MSVC in "make depend" mode so that these characters don't get appended to the file names in the dependency files. This breaks all the gbuild modules because gmake thinks the file names have ^M appended to them and can't find them. git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1805063 13f79535-47bb-0310-9956-ffa450edef68
show more ...
|
9955fd11 | 05-Aug-2017 |
Matthias Seidel |
Added more statements for nsis languages, reordered git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1804182 13f79535-47bb-0310-9956-ffa450edef68 |
5e7cbc64 | 02-Aug-2017 |
Matthias Seidel |
Added statement for eu (Basque) git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1803862 13f79535-47bb-0310-9956-ffa450edef68 |
4ff3bb4a | 02-Aug-2017 |
Matthias Seidel |
#i127491# Added statement for nb (Norsk Bokmal) git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1803787 13f79535-47bb-0310-9956-ffa450edef68 |
Revision tags: AOO413 |
|
f1e0dfd3 | 15-Mar-2017 |
Matthias Seidel |
Fixed typos git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1786974 13f79535-47bb-0310-9956-ffa450edef68 |
1cd770ab | 12-Mar-2017 |
Matthias Seidel |
Fixed typos git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1786610 13f79535-47bb-0310-9956-ffa450edef68 |
4e32e959 | 07-Mar-2017 |
Raphael Bircher |
Remove some old stuff from SUN Time EIS/CWS git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1785899 13f79535-47bb-0310-9956-ffa450edef68 |
bcc22a4c | 07-Feb-2017 |
Damjan Jovanovic |
Add initial support for building AOO with Clang on Linux. This allows Ubuntu 16.04 to compile AOO with Clang 1.8 on an x86. Other architectures probably don't work, as Clang 1.8 is
Add initial support for building AOO with Clang on Linux. This allows Ubuntu 16.04 to compile AOO with Clang 1.8 on an x86. Other architectures probably don't work, as Clang 1.8 is pretty strict about the low-level C++ ABI hacks in main/bridges, but at least they should fail early in main/bridges instead of the previous behaviour, where main/bridges compiles nothing when "$(COM)" != "GCC" and main/i18npool then fails with a mysterious "error: cannot get uno environments" message. Patch by: me git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1782030 13f79535-47bb-0310-9956-ffa450edef68
show more ...
|
cf91f1ae | 31-Jan-2017 |
Damjan Jovanovic |
We need to pass "-DEBUG" to the linker on Windows for debugging to work. Patch by: me Tested by: pats git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@178
We need to pass "-DEBUG" to the linker on Windows for debugging to work. Patch by: me Tested by: pats git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1781019 13f79535-47bb-0310-9956-ffa450edef68
show more ...
|
6e4dc73d | 26-Jan-2017 |
Pedro Giffuni |
Reinstate part of the LinuxPPC64 support removed by error. This shouldn't have happened in r1778625. git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1780435 13f79
Reinstate part of the LinuxPPC64 support removed by error. This shouldn't have happened in r1778625. git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1780435 13f79535-47bb-0310-9956-ffa450edef68
show more ...
|
69f987b1 | 25-Jan-2017 |
Damjan Jovanovic |
When debug symbols are produced for C / C++ / Objective C, produce them for Java too. Patch by: me git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1780248 13f
When debug symbols are produced for C / C++ / Objective C, produce them for Java too. Patch by: me git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1780248 13f79535-47bb-0310-9956-ffa450edef68
show more ...
|