History log of /aoo42x/main/solenv/ (Results 51 - 75 of 554)
Revision (<<< Hide revision tags) (Show revision tags >>>)Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
e0f1615702-Jul-2020 mseidel

Removed whitespace, fixed typos

(cherry picked from commit d32f8dcb981e0057d1b753d01e2bd962d5c59246)

bacc723e02-Jul-2020 mseidel

Possible fix for macOS-Dev background graphic

(cherry picked from commit 40d4a01ecacb607efe5dc313561c55b38d338734)

50c544e530-Jun-2020 mseidel

Removed whitespace, fixed typos

(cherry picked from commit c97fd792a9a453fec839fe1bccb49ef32b23694c)

5ed7cffc26-May-2020 mseidel

Bump up since these numbers are now in use by AOO420-Dev-m2

5d7edd3019-May-2020 mseidel

Fixes issue with GNU make 4.3

(cherry picked from commit 7f3d5d1d1e5d0e51092276ddff205b8a31aab26f)

5a80ab8301-Jan-2020 mseidel

Updated copyright year

(cherry picked from commit 46e28a4a0ea91fc96c2da58185836fc6af64a9d0)

c3e96ee605-Oct-2019 mseidel

Patch for Win64 shell extension, provided by: Don Lewis

(cherry picked from commit f65b8bff325add857d0f70d81aeb09a90aa05edf)

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

a7eb43ee03-Oct-2019 Jim Jagielski

Allow for source repo builds to include repo revision number, as stored when the tarball/zipfile was created.

(cherry picked from commit 27a447d8e738b70f74ab05606693d7139127efc4)

7e51ea9003-Oct-2019 Jim Jagielski

Revision number now generic... Repo based, whatever that repo is

(cherry picked from commit f8d20be8900ce2a0a9c5a64c50774b89819d75c1)

d27c1a3602-Oct-2019 Don Lewis

Upgrade bundled expat to 2.2.9.

Delete expat-winapi.patch which was needed to get linkage on Windows
to work with the expat static libraries. Instead add -DXML_STATIC
to the compile

Upgrade bundled expat to 2.2.9.

Delete expat-winapi.patch which was needed to get linkage on Windows
to work with the expat static libraries. Instead add -DXML_STATIC
to the compiler flags when building the modules that link to the
expat static libraries to accomplish the same thing, but in a
supported way.

Don't build the expat man pages since we don't have the necessary
build dependencies and we don't need them anyway.

show more ...

5def858f19-Sep-2019 mseidel

Removed whitespace, fixed typos

(cherry picked from commit 3dd3751bd07a547f954120757f6b9b4a28d8f288)

997ab3cd10-Sep-2019 mseidel

Set length of short git hash to 10

(cherry picked from commit 9b02d6736f880ca4d77732ed1dcb2275da3f1f67)

f17b02f625-Aug-2019 mseidel

Fixed typo

(cherry picked from commit 8357280aa8068194cf19c6e145e423a050f4dd91)

3edb530a13-Aug-2019 Peter Kovacs

SvnRevision.pm returns now short git hash. git-svn-id has been removed.

159947a725-Jun-2019 Matthias Seidel

Merged r1861956 from trunk

Added Amharic (am) to language list

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

8ce3d18221-Jun-2019 Matthias Seidel

Merged r1861790 from trunk

Cleaned up whitespace

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

072b25db18-Jun-2019 Matthias Seidel

Merged r1861567 from trunk

i128128 - Lost translations in database wizard

Fixing double slash and wrong paths

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

Merged r1861567 from trunk

i128128 - Lost translations in database wizard

Fixing double slash and wrong paths

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

show more ...

fe0288c809-Apr-2019 Matthias Seidel

Merged r1857186 from trunk

Changed download name for Dev build (according to openoffice.lst), removed whitespace

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

Merged r1857186 from trunk

Changed download name for Dev build (according to openoffice.lst), removed whitespace

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

show more ...

eff9172527-Mar-2019 Jim Jagielski

Bump up since these numbers are now in use by AOO420-Dev-m1


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

e53b81a821-Feb-2019 Jim Jagielski

Merge r1853643, r1853976, r1854065 from trunk:

Port main/apple_remote to gbuild.
Not tested, since we don't have a Mac buildbot, and I don't have a Mac.

Patch by: me


Merge r1853643, r1853976, r1854065 from trunk:

Port main/apple_remote to gbuild.
Not tested, since we don't have a Mac buildbot, and I don't have a Mac.

Patch by: me



Get apple_remote to build under gbuild, but still not yet working
(see dev@ thread)


Get ObjC files to build and link

Submitted by: damjan, jim, jim
Reviewed by: jim


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

show more ...

abf7ce0a14-Feb-2019 Jim Jagielski

Merge r1853245 from trunk:

Port main/solenv to gbuild.

Patch by: me


Submitted by: damjan
Reviewed by: jim


git-svn-id: https://svn.apache.org/repos/as

Merge r1853245 from trunk:

Port main/solenv to gbuild.

Patch by: me


Submitted by: damjan
Reviewed by: jim


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

show more ...

52d905a614-Feb-2019 Jim Jagielski

Merge r1852965 from trunk:

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.

Merge r1852965 from trunk:

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


Submitted by: damjan
Reviewed by: jim


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

show more ...

1a31932313-Feb-2019 jim

Merge r1853504 from trunk:

Only symlink to jnilib if we are a dylib.
Patch by damjan

Reviewed by: jim


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

Merge r1853504 from trunk:

Only symlink to jnilib if we are a dylib.
Patch by damjan

Reviewed by: jim


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

show more ...

5ba4fd8929-Jan-2019 Matthias Seidel

Merge r1852430 from trunk

Added Armenian (hy) to language list

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

12345678910>>...23