History log of /trunk/main/jvmfwk/ (Results 1 - 25 of 51)
Revision (<<< Hide revision tags) (Show revision tags >>>)Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
870c379217-Jul-2024 mseidel

Fixed typo (completly -> completely) and many more

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

show more ...

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

Add separator to an already existing path only

69af28e731-Oct-2022 Arrigo Marchiori

Set the default JVM classpath to $OOO_BASE_DIR/program

d103c09230-Sep-2022 Arrigo Marchiori

Fix compilation under MSW

597faa0328-Sep-2022 Arrigo Marchiori

Better filtering

84ee7f0f28-Sep-2022 Arrigo Marchiori

Better logging

55c2ab0d20-Jul-2022 Arrigo Marchiori

Avoid empty paths

a6c7a77503-Sep-2022 mseidel

Fixed typo )plattform -> platform

Revision tags: AOO4113-GA, AOO4112-GA
2c9c387927-Oct-2021 mseidel

Fixed operation system -> operating system

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

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

7950f2af14-Jun-2020 mseidel

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

Revision tags: 420-Dev2-m2
7a50e16f04-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
61a4f43419-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

c4c8105418-Aug-2019 Mechtilde

removed whitespaces

779db4a027-Jul-2019 Damjan Jovanovic

Fix detection of Java versions > 1.8

Patch by: me



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

2bf1cfb027-Jul-2019 Damjan Jovanovic

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

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

Patch by: me



git-svn-id:

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

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

Patch by: me



git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1863875 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 ...

123