History log of /aoo42x/main/codemaker/ (Results 1 - 24 of 24)
Revision (<<< Hide revision tags) (Show revision tags >>>)Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
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
9f64cdc504-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
390c74e103-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 ...

4edab45a03-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 ...

8f71f2da23-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
b63233d807-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
4bc9e74306-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
76496b9131-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 ...

3c364a4829-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 ...

f914fead27-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 ...

07a3d7f129-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
9d8e7fba12-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
a8aaf3e302-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

748f0f6d25-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
685bfa8818-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

752c0af715-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

3eeae03512-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

d062681712-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

e6b7d82911-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

7871dc3e11-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

af3f42af30-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

2037b4de06-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

ff7655f006-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

6cb2fd0306-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

cdf0e10c16-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 ...


codemaker.pmk
inc/codemaker/codemaker.hxx
inc/codemaker/commoncpp.hxx
inc/codemaker/commonjava.hxx
inc/codemaker/dependencies.hxx
inc/codemaker/exceptiontree.hxx
inc/codemaker/generatedtypeset.hxx
inc/codemaker/global.hxx
inc/codemaker/options.hxx
inc/codemaker/typemanager.hxx
inc/codemaker/unotype.hxx
inc/makefile.mk
inc/pch/precompiled_codemaker.cxx
inc/pch/precompiled_codemaker.hxx
prj/build.lst
prj/d.lst
source/bonobowrappermaker/corbamaker.cxx
source/bonobowrappermaker/corbaoptions.cxx
source/bonobowrappermaker/corbaoptions.hxx
source/bonobowrappermaker/corbatype.cxx
source/bonobowrappermaker/corbatype.hxx
source/bonobowrappermaker/makefile.mk
source/codemaker/codemaker.cxx
source/codemaker/dependencies.cxx
source/codemaker/exceptiontree.cxx
source/codemaker/global.cxx
source/codemaker/makefile.mk
source/codemaker/options.cxx
source/codemaker/typemanager.cxx
source/codemaker/unotype.cxx
source/commoncpp/commoncpp.cxx
source/commoncpp/makefile.mk
source/commonjava/commonjava.cxx
source/commonjava/makefile.mk
source/cppumaker/cppumaker.cxx
source/cppumaker/cppuoptions.cxx
source/cppumaker/cppuoptions.hxx
source/cppumaker/cpputype.cxx
source/cppumaker/cpputype.hxx
source/cppumaker/dumputils.cxx
source/cppumaker/dumputils.hxx
source/cppumaker/includes.cxx
source/cppumaker/includes.hxx
source/cppumaker/makefile.mk
source/cunomaker/cunomaker.cxx
source/cunomaker/cunooptions.cxx
source/cunomaker/cunooptions.hxx
source/cunomaker/cunotype.cxx
source/cunomaker/cunotype.hxx
source/cunomaker/makefile.mk
source/idlmaker/idlmaker.cxx
source/idlmaker/idloptions.cxx
source/idlmaker/idloptions.hxx
source/idlmaker/idltype.cxx
source/idlmaker/idltype.hxx
source/idlmaker/makefile.mk
source/javamaker/classfile.cxx
source/javamaker/classfile.hxx
source/javamaker/javamaker.cxx
source/javamaker/javaoptions.cxx
source/javamaker/javaoptions.hxx
source/javamaker/javatype.cxx
source/javamaker/javatype.hxx
source/javamaker/makefile.mk
test/cppumaker/makefile.mk
test/cppumaker/test_codemaker_cppumaker.cxx
test/cppumaker/types.idl
test/cppumaker/version.map
test/javamaker/Test.java
test/javamaker/java15/Test.java
test/javamaker/java15/makefile.mk
test/javamaker/java15/types.idl
test/javamaker/makefile.mk
test/javamaker/types.idl