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 |
|
46cbbbfe | 20-Dec-2020 |
Jim Jagielski |
Revert "Up" This reverts commit aff3bb25c3d3591c9e34ef04c5eb1043ee55d311. |
aff3bb25 | 18-Dec-2020 |
Jim Jagielski |
Up Merge branch 'AOO42X' of https://gitbox.apache.org/repos/asf/openoffice into AOO42X (cherry picked from commit 3eac5e1a06ced5fbc1bce9fa16090e1d47c1b67e) |
Revision tags: AOO418-GA, 420-Dev2-m2, AOO417, AOO420-Dev-m1, AOO416, AOO416-RC1 |
|
64e326c7 | 31-Mar-2018 |
Damjan Jovanovic |
The main/jvmaccess module stubbornly refuses to build on all setups. As per https://gcc.gnu.org/wiki/Visibility it turns out that GCC needs a typeinfo lookup when exceptions are thro
The main/jvmaccess module stubbornly refuses to build on all setups. As per https://gcc.gnu.org/wiki/Visibility it turns out that GCC needs a typeinfo lookup when exceptions are thrown between different shared libraries. This means main/jvmaccess needs to export typeinfos for its exception classes. However on Windows this breaks the build due to missing array new in its base class, so typeinfos mustn't be exported for the build to succeed. Thus, we don't export the typeinfo from the exception classes on Windows, but we do export it on other setups. (The more I work with C++, the more I hate it.) Patch by: me git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1828087 13f79535-47bb-0310-9956-ffa450edef68
show more ...
|
a4201de8 | 26-Mar-2018 |
Damjan Jovanovic |
On Windows the main/jvmaccess module refuses to be linked to by main/stoc due to not exporting typeinfos, or refuses to compile because it needs array constructors from salhelper's simplerefe
On Windows the main/jvmaccess module refuses to be linked to by main/stoc due to not exporting typeinfos, or refuses to compile because it needs array constructors from salhelper's simplereferenceobject. It seems we have to hide all typeinfos, and export methods on a case-by-case basis, just like the .map files do. This gets it to compile, and seems to get main/stoc to link to it successfully. Patch by: me git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1827739 13f79535-47bb-0310-9956-ffa450edef68
show more ...
|
9526e28d | 24-Mar-2018 |
Damjan Jovanovic |
Port main/jvmaccess to gbuild. Patch by: me git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1827614 13f79535-47bb-0310-9956-ffa450edef68 |
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, AOO411, AOO410, AOO410_Beta, AOO401, AOO400, AOO340 |
|
45ef6fe1 | 31-Mar-2012 |
Andrew Rist |
Update headers to Alv2 headers git-svn-id: https://svn.apache.org/repos/asf/incubator/ooo/trunk@1307723 13f79535-47bb-0310-9956-ffa450edef68 |
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 |
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 |
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 |
ee2db3ba | 06-Nov-2011 |
Andrew Rist |
Update headers to Alv2 headers git-svn-id: https://svn.apache.org/repos/asf/incubator/ooo/trunk@1198449 13f79535-47bb-0310-9956-ffa450edef68 |
dff3f235 | 06-Nov-2011 |
Andrew Rist |
Update headers to Alv2 headers git-svn-id: https://svn.apache.org/repos/asf/incubator/ooo/trunk@1198258 13f79535-47bb-0310-9956-ffa450edef68 |
6ed2a3fa | 06-Nov-2011 |
Andrew Rist |
Update headers to Alv2 headers git-svn-id: https://svn.apache.org/repos/asf/incubator/ooo/trunk@1198160 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 ...
|