Revision tags: AOO420-Dev5-m5, AOO4115-GA, AOO4114-GA, AOO420-Dev4-m4, AOO4113-GA, AOO4112-GA, AOO4111-GA, AOO420-Dev3-m3, AOO4110-GA, AOO419-GA, AOO418-GA, 420-Dev2-m2 |
|
9f64cdc5 | 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 ...
|
Revision tags: AOO417, AOO420-Dev-m1, AOO416, AOO416-RC1 |
|
390c74e1 | 03-Sep-2018 |
Damjan Jovanovic |
Allow specifying the .rdb file, and which UNO types to generate headers from, in the gbuild *_set_private_api function. Fix codemaker's makefile to use this. Port main/scaddins to gb
Allow specifying the .rdb file, and which UNO types to generate headers from, in the gbuild *_set_private_api function. Fix codemaker's makefile to use this. Port main/scaddins to gbuild. Patch by: me git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1839908 13f79535-47bb-0310-9956-ffa450edef68
show more ...
|
4edab45a | 03-Sep-2018 |
Damjan Jovanovic |
Get the Ant/JUnit OOO_SUBSEQUENT_TESTS in main/codemaker working with the latest Ant build changes. Patch by: me git-svn-id: https://svn.apache.org/repos/asf/openoffic
Get the Ant/JUnit OOO_SUBSEQUENT_TESTS in main/codemaker working with the latest Ant build changes. Patch by: me git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1839902 13f79535-47bb-0310-9956-ffa450edef68
show more ...
|
8f71f2da | 23-Aug-2018 |
Damjan Jovanovic |
Port main/codemaker to gbuild. Also ported the Java tests in codemaker to JUnit instead of the internal test framework, and enabled them during the subsequent test phase. A
Port main/codemaker to gbuild. Also ported the Java tests in codemaker to JUnit instead of the internal test framework, and enabled them during the subsequent test phase. A gbuild API for building private UNO APIs using cppumaker was also added, and used to run the C++ subsequent tests in codemaker. Patch by: me git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1838757 13f79535-47bb-0310-9956-ffa450edef68
show more ...
|
Revision tags: AOO415, AOO414, AOO413 |
|
b63233d8 | 07-Aug-2016 |
damjan |
Merge branches/gbuild-reintegration to trunk. git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1755455 13f79535-47bb-0310-9956-ffa450edef68 |
Revision tags: AOO4121, AOO412, SNAPSHOT |
|
4bc9e743 | 06-Oct-2015 |
Damjan Jovanovic |
#i125003# Remove some superfluous version.map files from tests. Google Test uses executables, not libraries, so they don't need version maps any more. git-svn-id: https://svn.a
#i125003# Remove some superfluous version.map files from tests. Google Test uses executables, not libraries, so they don't need version maps any more. git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1706945 13f79535-47bb-0310-9956-ffa450edef68
show more ...
|
Revision tags: AOO411 |
|
76496b91 | 31-Aug-2015 |
Damjan Jovanovic |
Make main/cppumaker an OOO_SUBSEQUENT_TESTS test as it needs files only built after itself to compile. git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1700205 13f7953
Make main/cppumaker an OOO_SUBSEQUENT_TESTS test as it needs files only built after itself to compile. git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1700205 13f79535-47bb-0310-9956-ffa450edef68
show more ...
|
3c364a48 | 29-Aug-2015 |
Damjan Jovanovic |
$(SLOFILES) is unnecessary for applications, and other makefiles simplifications for recently ported tests. git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@169844
$(SLOFILES) is unnecessary for applications, and other makefiles simplifications for recently ported tests. git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1698448 13f79535-47bb-0310-9956-ffa450edef68
show more ...
|
f914fead | 27-Aug-2015 |
Damjan Jovanovic |
#i125003# migrate main/codemaker from cppunit to Google Test. Run the cppumaker test on every build. Also some updates to the javamaker test (which doesn't work yet; JUnit version problem?).
#i125003# migrate main/codemaker from cppunit to Google Test. Run the cppumaker test on every build. Also some updates to the javamaker test (which doesn't work yet; JUnit version problem?). git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1698208 13f79535-47bb-0310-9956-ffa450edef68
show more ...
|
07a3d7f1 | 29-Apr-2014 |
Pedro Giffuni |
Many spelling fixes: directories a* - g*. Attempt to clean up most but certainly not all the spelling mistakes that found home in OpenOffice through decades. We could probably blame
Many spelling fixes: directories a* - g*. Attempt to clean up most but certainly not all the spelling mistakes that found home in OpenOffice through decades. We could probably blame the international nature of the code but it is somewhat shameful that this wasn't done before. git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1591058 13f79535-47bb-0310-9956-ffa450edef68
show more ...
|
Revision tags: AOO410, AOO410_Beta |
|
9d8e7fba | 12-Feb-2014 |
Herbert Dürr |
#i123862# use O*String's isEmpty() method to check for emptiness in the codemaker module Patch-by: j.nitschke@ok.de Review-by: hdu@apache.org git-svn-id: https://svn.apache
#i123862# use O*String's isEmpty() method to check for emptiness in the codemaker module Patch-by: j.nitschke@ok.de Review-by: hdu@apache.org git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1567593 13f79535-47bb-0310-9956-ffa450edef68
show more ...
|
Revision tags: AOO401, AOO400 |
|
a8aaf3e3 | 02-May-2013 |
Herbert Dürr |
#i122208# avoid incomplete type for container element git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1478355 13f79535-47bb-0310-9956-ffa450edef68 |
748f0f6d | 25-Feb-2013 |
Herbert Dürr |
#i121098# use a classfile format compatible with at least JDK 5/6/7 According to http://bugs.sun.com/bugdatabase/view_bug.do?bug_id=7078419 JDK 7 and up will never support classfile form
#i121098# use a classfile format compatible with at least JDK 5/6/7 According to http://bugs.sun.com/bugdatabase/view_bug.do?bug_id=7078419 JDK 7 and up will never support classfile formats 48 or earlier because they lack generic signature attributes. Our current baseline is JDK 5 anyway which has the classfile format 49 (see e.g. http://en.wikipedia.org/wiki/Java_class_file or the JVM spec) Suggested by: Pedro Giffuni <pfg@apache.org> git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1449622 13f79535-47bb-0310-9956-ffa450edef68
show more ...
|
Revision tags: AOO340 |
|
685bfa88 | 18-Feb-2012 |
Yuri Dario |
i118923 - OS/2 port: new link system now uses unix style. git-svn-id: https://svn.apache.org/repos/asf/incubator/ooo/trunk@1290848 13f79535-47bb-0310-9956-ffa450edef68 |
752c0af7 | 15-Feb-2012 |
Herbert Dürr |
remove svn:executable properties from make and pack files git-svn-id: https://svn.apache.org/repos/asf/incubator/ooo/trunk@1244512 13f79535-47bb-0310-9956-ffa450edef68 |
3eeae035 | 12-Jan-2012 |
Andrew Rist |
Update headers to Alv2 headers git-svn-id: https://svn.apache.org/repos/asf/incubator/ooo/trunk@1230734 13f79535-47bb-0310-9956-ffa450edef68 |
d0626817 | 12-Jan-2012 |
Andrew Rist |
Update headers to Alv2 headers git-svn-id: https://svn.apache.org/repos/asf/incubator/ooo/trunk@1230366 13f79535-47bb-0310-9956-ffa450edef68 |
e6b7d829 | 11-Jan-2012 |
Andrew Rist |
Update headers to Alv2 headers git-svn-id: https://svn.apache.org/repos/asf/incubator/ooo/trunk@1229816 13f79535-47bb-0310-9956-ffa450edef68 |
7871dc3e | 11-Jan-2012 |
Andrew Rist |
Update headers to Alv2 headers git-svn-id: https://svn.apache.org/repos/asf/incubator/ooo/trunk@1229815 13f79535-47bb-0310-9956-ffa450edef68 |
af3f42af | 30-Nov-2011 |
Andrew Rist |
Update headers to Alv2 headers git-svn-id: https://svn.apache.org/repos/asf/incubator/ooo/trunk@1208195 13f79535-47bb-0310-9956-ffa450edef68 |
2037b4de | 06-Nov-2011 |
Andrew Rist |
Update headers to Alv2 headers git-svn-id: https://svn.apache.org/repos/asf/incubator/ooo/trunk@1198414 13f79535-47bb-0310-9956-ffa450edef68 |
ff7655f0 | 06-Nov-2011 |
Andrew Rist |
Update headers to Alv2 headers git-svn-id: https://svn.apache.org/repos/asf/incubator/ooo/trunk@1198224 13f79535-47bb-0310-9956-ffa450edef68 |
6cb2fd03 | 06-Nov-2011 |
Andrew Rist |
Update headers to Alv2 headers git-svn-id: https://svn.apache.org/repos/asf/incubator/ooo/trunk@1198142 13f79535-47bb-0310-9956-ffa450edef68 |
cdf0e10c | 16-Aug-2011 |
rcweir |
Initial import of the old OOo hg repository tip revision. .../trunk/main is a copy of (currently tip-most) http://hg.services.openoffice.org/OOO340/rev/c904c1944462 .../trunk/
Initial import of the old OOo hg repository tip revision. .../trunk/main is a copy of (currently tip-most) http://hg.services.openoffice.org/OOO340/rev/c904c1944462 .../trunk/extras/l10n is a copy of (currently tip-most) http://hg.services.openoffice.org/master_l10n/OOO340/rev/af6bc9467af5 Note that the following files with line-end and/or encoding anomalies were left out (they will need to be to be checked in separately): /ooo/trunk/core/dictionaries/de_DE/README_hyph_de_DE.txt /ooo/trunk/core/dictionaries/de_CH/README_hyph_de_CH.txt /ooo/trunk/core/dictionaries/de_AT/README_hyph_de_AT.txt /ooo/trunk/core/gettext/gettext-0.18.1.1.patch /ooo/trunk/core/apache-commons/patches/codec.patch /ooo/trunk/core/libcroco/libcroco-0.6.2.patch /ooo/trunk/core/testautomation/writer/optional/input/import/mactext.txt /ooo/trunk/core/graphite/graphite-2.3.1.patch /ooo/trunk/core/hwpfilter/source/hwpeq.cpp /ooo/trunk/core/solenv/bin/cwstouched.pl /ooo/trunk/core/readlicense_oo/html/THIRDPARTYLICENSEREADME.html /ooo/trunk/core/writerfilter/source/doctok/escher.html /ooo/trunk/core/writerfilter/source/odiapi/qname/resource/office2003/WordprocessingML Schemas/xsdlib.xsd /ooo/trunk/core/writerfilter/source/odiapi/qname/resource/office2003/WordprocessingML Schemas/wordnetaux.xsd /ooo/trunk/core/filter/source/xslt/odf2xhtml/export/common/body.xsl /ooo/trunk/core/filter/source/xslt/odf2xhtml/export/common/styles/style_mapping_css.xsl Also: Repository.mk from the l10n toplevel git-svn-id: https://svn.apache.org/repos/asf/incubator/ooo/trunk@1162288 13f79535-47bb-0310-9956-ffa450edef68
show more ...
|