History log of /aoo42x/main/jvmfwk/ (Results 1 - 25 of 50)
Revision (<<< Hide revision tags) (Show revision tags >>>)Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
d2b2672117-Jul-2024 mseidel

Fixed typo (completly -> completely) and many more

(cherry picked from commit 870c37922ca0ef0ac9f3f6f409d697814dc73d8a)

6b6a7a1301-Apr-2024 John Bampton

Fix spelling in code comments and descriptions only (#207)

* Fix spelling in code comments and descriptions only

* Update IllegalAccessibleComponentStateException.idl

-----

Fix spelling in code comments and descriptions only (#207)

* Fix spelling in code comments and descriptions only

* Update IllegalAccessibleComponentStateException.idl

---------

Co-authored-by: Matthias Seidel <mseidel@apache.org>
(cherry picked from commit ceb51a8ef1194166c4e44e1e49f3795fd0d2d02c)

show more ...

Revision tags: AOO420-Dev5-m5, AOO4115-GA, AOO4114-GA, AOO420-Dev4-m4
a21130c612-Nov-2022 Arrigo Marchiori

Add separator to an already existing path only

(cherry picked from commit a543930b28f88aae91acc3be9d2fcf0e281a4ae0)

6db292b031-Oct-2022 Arrigo Marchiori

Set the default JVM classpath to $OOO_BASE_DIR/program

(cherry picked from commit 69af28e78361a11b97a2d51674346f34921f0236)

11bf276630-Sep-2022 Arrigo Marchiori

Fix compilation under MSW

(cherry picked from commit d103c092b2f69d7eeed1cfccf923d1a76a4ade17)

75db40d128-Sep-2022 Arrigo Marchiori

Better filtering

(cherry picked from commit 597faa034e88ed743c2c324e8e98b5583ae83a4d)

53174aa628-Sep-2022 Arrigo Marchiori

Better logging

(cherry picked from commit 84ee7f0fce15afc7bf37aac517e0ddd08cacf717)

9cf33c6820-Jul-2022 Arrigo Marchiori

Avoid empty paths

(cherry picked from commit 55c2ab0d6a9ca16126fedfd274a3c3de19701d91)

6d67802303-Sep-2022 mseidel

Fixed typo )plattform -> platform

(cherry picked from commit a6c7a775a767567c8abf6c894f7dc9c1b40df701)

Revision tags: AOO4113-GA, AOO4112-GA
a3a3602827-Oct-2021 mseidel

Fixed operation system -> operating system

(cherry picked from commit 2c9c3879af5ada9e92ad992096cfc0c875dbfded)

Revision tags: AOO4111-GA, AOO420-Dev3-m3, AOO4110-GA, AOO419-GA, AOO418-GA
796b7e2a01-Oct-2020 mseidel

Fixed typos (thats -> that's) and many more

(cherry picked from commit cfd52e183e60a1a0f86b79e1f5a1cdd3ab0b202f)

fb0b81f514-Jun-2020 mseidel

Fixed typos (the the -> the) and some more

(cherry picked from commit 7950f2af818787db817abe90d4dbb3d6d8409899)

Revision tags: 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
b63d80d519-Aug-2019 Damjan Jovanovic

If the vendor is unknown, treat it as OpenJDK, as OpenJDK
now allows every builder to set its own vendor string and
we can't use that to identify them any more.

Patch by: me

If the vendor is unknown, treat it as OpenJDK, as OpenJDK
now allows every builder to set its own vendor string and
we can't use that to identify them any more.

Patch by: me

(cherry picked from commit 61a4f434029376f30410cf27dbdd93c1f6011f21)

show more ...

34f7ed4618-Aug-2019 Mechtilde

removed whitespaces

(cherry picked from commit c4c81054f4275d578a084ee9a63b07db19337dfb)

46fb7e2628-Jul-2019 Matthias Seidel

Merged r1863875 and r1863883 from trunk

Add support for the AdoptOpenJDK Java distribution
(https://adoptopenjdk.net/).

Closes #i128157# Add support for AdoptOpenJDK JVM's.

Merged r1863875 and r1863883 from trunk

Add support for the AdoptOpenJDK Java distribution
(https://adoptopenjdk.net/).

Closes #i128157# Add support for AdoptOpenJDK JVM's.

Fix detection of Java versions > 1.8

Patches by: Damjan

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

show more ...

Revision tags: AOO420-Dev-m1, AOO416, AOO416-RC1
5a2d720702-May-2018 Don Lewis

Fix build on Windows with precompiled headers.



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

3bd2d6ae15-Apr-2018 Damjan Jovanovic

Allow the Java version suffix (eg. the 162 in 1.8.0_162) to be
3 digits long.

Patch by: me



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

Allow the Java version suffix (eg. the 162 in 1.8.0_162) to be
3 digits long.

Patch by: me



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

show more ...

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

58368a3f15-Apr-2018 Damjan Jovanovic

Improve Java detection on *nix, by also checking the immediate
subdirectories of /usr and /usr/local, where at least FreeBSD puts Java
(eg. /usr/local/openjdk8, /usr/local/openjdk7-jre). Also

Improve Java detection on *nix, by also checking the immediate
subdirectories of /usr and /usr/local, where at least FreeBSD puts Java
(eg. /usr/local/openjdk8, /usr/local/openjdk7-jre). Also simplify that
search code a bit, and eliminate an unnecessary stat() for a directory on
which it has already been called earlier.

Patch by: me



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

show more ...

Revision tags: AOO415, AOO414
0acd7d5021-Jun-2017 Matthias Seidel

Fixed typo

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

Revision tags: AOO413, AOO4121, AOO412, SNAPSHOT, AOO411
a893be2929-Apr-2014 Pedro Giffuni

Many spelling fixes: directories h* - p*.

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 h* - p*.

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@1591060 13f79535-47bb-0310-9956-ffa450edef68

show more ...

Revision tags: AOO410
6c2ec20c18-Mar-2014 Jürgen Schmidt

#124442# merge from beta branch, special handling of nRequirements flag on MacOS when comparing JavaInfo

git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1578778 13f79535-47bb-0

#124442# merge from beta branch, special handling of nRequirements flag on MacOS when comparing JavaInfo

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

show more ...

Revision tags: AOO410_Beta
ce15f79d29-Nov-2013 Herbert Dürr

#i123773# fix ambiguity between string concatenation and C++ user-defined literals

C++11 conformant compilers such as clang rejects string concatenations
that are ambigous with the C++11

#i123773# fix ambiguity between string concatenation and C++ user-defined literals

C++11 conformant compilers such as clang rejects string concatenations
that are ambigous with the C++11 feature "user-defined literals" (N2378)


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

show more ...

Revision tags: AOO401, AOO400
83f1bc1426-Apr-2013 Herbert Dürr

#i121715# find official JRE>=7 on OSX

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

12