History log of /trunk/main/Repository.mk (Results 1 - 25 of 69)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
# 3dbda129 11-Feb-2024 Matthias Seidel

Remove code for unused bmpmaker (#201)

* Remove code for unused bmpmaker

See:
https://bz.apache.org/ooo/show_bug.cgi?id=83198

* Additional files


# 11c03c6d 10-Feb-2024 Damjan Jovanovic

Merge main/cosv and main/udm into main/autodoc.

main/autodoc depends on main/cosv and main/udm.
main/udm depends on main/cosv.
No other module depends on main/cosv or main/udm.
T

Merge main/cosv and main/udm into main/autodoc.

main/autodoc depends on main/cosv and main/udm.
main/udm depends on main/cosv.
No other module depends on main/cosv or main/udm.
The only deliverable from main/autodoc is the autodoc executable -
there are no libraries, and all headers remain private and undelivered.

We might even be able to use some third-party documentation generator
instead of autodoc, perhaps Doxygen. Whether we should go that way is debatable,
but there is no point in littering main/ with 2 modules and littering solver/
with many headers and 2 static libraries just so autodoc can consume them.
Rather make their code internal to autodoc.

Patch by: me

show more ...


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
# b682cb18 20-Dec-2020 Jim Jagielski

macOS reset back to s5abi and older version removed


# 155004b4 05-Dec-2020 Jim Jagielski

No longer s5abi, but gcc3

(cherry picked from commit 61678ba51e62894585bdb0dd8da77443813a4576)


Revision tags: AOO418-GA, 420-Dev2-m2, AOO417, AOO420-Dev-m1
# 600319fd 21-Feb-2019 Jim Jagielski

Get ObjC files to build and link


git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1854065 13f79535-47bb-0310-9956-ffa450edef68


# 1c25f252 09-Feb-2019 damjan

Port main/pyuno to gbuild.

Patch by: me



git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1853252 13f79535-47bb-0310-9956-ffa450edef68


# 7f6ffbef 05-Feb-2019 Damjan Jovanovic

Port main/i18npool to gbuild.

Allow ICU's version.mk to be used by GNU make (= instead of *=).

Add support for building generated C files.

Reference ICU libraries using "gb

Port main/i18npool to gbuild.

Allow ICU's version.mk to be used by GNU make (= instead of *=).

Add support for building generated C files.

Reference ICU libraries using "gb_Library_use_externals" across the tree.
Also ICU is an external library, remove it from RepositoryFixes.mk
which is only for internal ones, and keep it in RepositoryExternal.mk
exclusively. Since we get to specify the full linker parameter over there,
remove the half-baked hacks for it from RepositoryFixes.mk.

Patch by: me



git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1852965 13f79535-47bb-0310-9956-ffa450edef68

show more ...


# 5be96081 09-Jan-2019 Jim Jagielski

And bring trunk back w/ gbuild migrations for bridges and cpputools


git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1850888 13f79535-47bb-0310-9956-ffa450edef68


# e9e32e9d 09-Jan-2019 Jim Jagielski

Back out the bridges conversion to gbuild (r1848262)


git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1850884 13f79535-47bb-0310-9956-ffa450edef68


Revision tags: AOO416
# 1630693e 06-Dec-2018 Damjan Jovanovic

Port main/bridges to gbuild.

Patch by: me



git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1848262 13f79535-47bb-0310-9956-ffa450edef68


# ac6e5428 27-Nov-2018 Damjan Jovanovic

Port main/accessibility to gbuild.

Get rid of the java_accessibility.jar which did nothing.

Patch by: me



git-svn-id: https://svn.apache.org/repos/asf/openoffice/t

Port main/accessibility to gbuild.

Get rid of the java_accessibility.jar which did nothing.

Patch by: me



git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1847589 13f79535-47bb-0310-9956-ffa450edef68

show more ...


# c86c7e2d 24-Nov-2018 Damjan Jovanovic

Port main/bean to gbuild.

Patch by: me



git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1847358 13f79535-47bb-0310-9956-ffa450edef68


Revision tags: AOO416-RC1
# 7fef15a0 05-Oct-2018 Damjan Jovanovic

Port main/basic to gbuild.

Patch by: me



git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1842966 13f79535-47bb-0310-9956-ffa450edef68


# 88fe4d89 05-Oct-2018 Damjan Jovanovic

Add building of "flex" files (.ll) to gbuild.

Port main/idlc to gbuild.

Patch by: me



git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1842861 13f7953

Add building of "flex" files (.ll) to gbuild.

Port main/idlc to gbuild.

Patch by: me



git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1842861 13f79535-47bb-0310-9956-ffa450edef68

show more ...


# f1d06a46 27-Sep-2018 Matthias Seidel

Deleted whitespace

git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1842179 13f79535-47bb-0310-9956-ffa450edef68


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


# 7de6b1b1 31-Aug-2018 Damjan Jovanovic

Implement gbuild functions for building Bison files.

Port main/rsc to gbuild.

Patch by: me



git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1839782 1

Implement gbuild functions for building Bison files.

Port main/rsc to gbuild.

Patch by: me



git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1839782 13f79535-47bb-0310-9956-ffa450edef68

show more ...


# 229811ba 24-Aug-2018 Damjan Jovanovic

Port main/cpputools to gbuild.

Patch by: me



git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1838934 13f79535-47bb-0310-9956-ffa450edef68


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


# e4ed64de 15-Aug-2018 Damjan Jovanovic

Port main/xmlhelp to gbuild.

Patch by: me



git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1838068 13f79535-47bb-0310-9956-ffa450edef68


# 8cb913c4 15-Apr-2018 Damjan Jovanovic

Port main/jvmfwk to gbuild / Ant.

Fix the gbuild platform CPUDEFS to conform to what modules expect.

Patch by: me



git-svn-id: https://svn.apache.org/repos/asf/ope

Port main/jvmfwk to gbuild / Ant.

Fix the gbuild platform CPUDEFS to conform to what modules expect.

Patch by: me



git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1829205 13f79535-47bb-0310-9956-ffa450edef68

show more ...


# 41f03cd9 08-Apr-2018 Damjan Jovanovic

Added an Ant target type to gbuild, that can be used to call Ant to build
a deliverable. Added Ant support files that provide build infrastructure
that can be used by Java projects, including

Added an Ant target type to gbuild, that can be used to call Ant to build
a deliverable. Added Ant support files that provide build infrastructure
that can be used by Java projects, including testing with JUnit at
compile time, processing of external dependencies, using the IDL
toolchain (idlc, regmerge, javamaker), and general build support like
compiling into class files, building the JAR file and cleaning. These
features require Ant version >= 1.9.1.

Ported main/jurt to gbuild and this Ant infrastructure.

Patch by: me



git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1828636 13f79535-47bb-0310-9956-ffa450edef68

show more ...


# c4c42a0e 30-Mar-2018 Damjan Jovanovic

Port main/lingucomponent to gbuild.

Patch by: me



git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1828081 13f79535-47bb-0310-9956-ffa450edef68


# 42e3c324 29-Mar-2018 Damjan Jovanovic

Port main/autodoc to gbuild.

Patch by: me



git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1827951 13f79535-47bb-0310-9956-ffa450edef68


# d98e0520 28-Mar-2018 Damjan Jovanovic

Port main/cosv and mac/vos to gbuild.

Patch by: me



git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1827880 13f79535-47bb-0310-9956-ffa450edef68


123