X Tutup
Skip to content
Closed
Changes from 1 commit
Commits
Show all changes
111 commits
Select commit Hold shift + click to select a range
3dd945f
Making the ThinkDifferent classes be JVM version-independent. JDK 1.9…
ssilverman Jan 7, 2019
3cc210f
Initial migration to Java 11 on Mac as POC.
sampottinger Jan 12, 2019
117d1a5
Added draft of downloader strategies for AdoptOpenJDK.
sampottinger Jan 14, 2019
79f6353
Refactored to strategies for supporting AdoptOpenJDK in build.
sampottinger Jan 15, 2019
e781f29
PDE running under linux but sketches fail on java path.
sampottinger Jan 16, 2019
7701402
Working proof of concept in linux with AdoptOpenJDK 11.
sampottinger Jan 17, 2019
99002c7
Working PDE / example sketch in win64 for AdoptOpenJDK.
sampottinger Jan 17, 2019
f68fd9e
Migrate deprecated com.apple.eawt calls in core.
sampottinger Jan 18, 2019
8a48178
Merge pull request #1 from processing/master
sampottinger Jan 18, 2019
46d25b9
Merge branch 'java11' into master
sampottinger Jan 18, 2019
a12fa6a
Merge pull request #2 from sampottinger/master
sampottinger Jan 18, 2019
f170faf
Addressed java.xml.bind issues as part of JEP 320 for Java 11.
sampottinger Jan 22, 2019
aa01b71
Restructed jre/build compile under macro.
sampottinger Jan 22, 2019
f9d7ad9
Minor refactor in preparation of adding tests to core.
sampottinger Jan 22, 2019
0d41302
Refactored image logic to strategies for automated testing.
sampottinger Jan 22, 2019
9069b54
Draft of save image infrastructure refactored.
sampottinger Jan 22, 2019
79f25f9
Fixed missing ignore in PImage save.
sampottinger Jan 22, 2019
58539d8
Started testing in core.util.io
sampottinger Jan 22, 2019
06b26e9
Fixed formatting in build/jre/src download url generators.
sampottinger Jan 22, 2019
b60492b
Merge branch 'java11' into io_refactor
sampottinger Jan 22, 2019
9464e1c
Minor formatting fixes in build/jre/src.
sampottinger Jan 22, 2019
5ddf996
Merge branch 'java11' into io_refactor
sampottinger Jan 22, 2019
4174015
Added missing copyright statements.
sampottinger Jan 22, 2019
8327d04
Merge branch 'java11' into io_refactor
sampottinger Jan 22, 2019
b458f60
Parameterized classpath in build/jre
sampottinger Jan 22, 2019
b0d2ff9
Merge branch 'java11' into io_refactor
sampottinger Jan 22, 2019
d2bbd03
Started InputFactoryTest
sampottinger Jan 23, 2019
47d8bfa
Expanded JavaDoc and minor refactor of ImageIO.
sampottinger Jan 23, 2019
91175d8
Added javadoc for util.image and migrated PShape to use core.util.
sampottinger Jan 23, 2019
494fb6e
Updated org.eclipse.core.runtime.jar to 3.15.
sampottinger Jan 23, 2019
43c87d7
Undo 494fb6e6210a326bd1fe5203800347e14ab88c66.
sampottinger Jan 23, 2019
4853901
Resolved issue with 494fb6e6210a326bd1fe5203800347e14ab88c66.
sampottinger Jan 23, 2019
7fbb129
Re-udpate org.eclipse.core.runtime now that equinox is updated.
sampottinger Jan 23, 2019
023f046
Responded to @benfry on #5753 regarding copyright notices.
sampottinger Jan 23, 2019
2081d09
Preprocessing service compliance with JEP 220/261.
sampottinger Jan 26, 2019
5d7eba1
Added PathUtilTest.
sampottinger Jan 26, 2019
16985c9
Refactored java build for testing in java mode.
sampottinger Jan 28, 2019
7bd8e28
Started refactor on runtime forumulation with testing.
sampottinger Jan 28, 2019
7bb31cb
Finished refactor to pdex.util.runtime ahead of adding tests.
sampottinger Jan 28, 2019
0bbf9f0
Added tests and javadoc for new non-composite classpath strategies.
sampottinger Jan 29, 2019
eeebda6
Finished refactor to runtime resolution strategies.
sampottinger Jan 29, 2019
da3dc4c
Fixed Java 11 config (JCE) on Mac as part of #5753.
sampottinger Feb 1, 2019
1e50a7d
Working JFX render mode with JDK 11.
sampottinger Feb 12, 2019
bf02087
Working app export on Mac without Java embed.
sampottinger Feb 12, 2019
889e717
Java 11 embedding on mac working if not using JFX.
sampottinger Feb 12, 2019
e4cacc6
Working export with OpenJFX on Mac with JDK 11.
sampottinger Feb 12, 2019
18930db
Fixed Swing high DPI scaling issues on Windows with OpenJDK 11.
sampottinger Feb 14, 2019
914a26b
OpenJFX (JDK 11) support for Windows.
sampottinger Feb 14, 2019
8648c9b
Remove warning for OpenJDK in LinuxPlatform.java
sampottinger Feb 15, 2019
04b2716
Initialization of OpenJFX pipeline for Linux.
sampottinger Feb 15, 2019
1eb77b7
Added mockito for core testing.
sampottinger Feb 15, 2019
b1e48c7
Include linux jfx files.
sampottinger Feb 17, 2019
3701694
Fix ant typo in b1e48c76d6f0ba3cb5c03df1a442b632cf9eb795.
sampottinger Feb 17, 2019
7b8a4ab
Standardized to ant copy task for OpenJFX inclusion.
sampottinger Feb 17, 2019
2d263d9
Removed some hard-coded JDK version strings from build.xml.
sampottinger Mar 12, 2019
3e6eff0
Responded to first batch of self-review comments on #5753.
sampottinger Mar 13, 2019
0d16884
Minor fix for Downloader.java JavaDoc.
sampottinger Mar 13, 2019
6499e16
Merge branch 'java11' into io_refactor
sampottinger Mar 14, 2019
9aad59d
Added test for awt image load.
sampottinger Mar 14, 2019
9b69a45
Completed tests for image io.
sampottinger Mar 18, 2019
bbc0c27
Merge pull request #3 from sampottinger/io_refactor
sampottinger Mar 18, 2019
1567bdc
Merge pull request #5 from processing/master
sampottinger Mar 18, 2019
27d50b3
Added comment about JEP 263 in WindowsPlatform.
sampottinger Mar 18, 2019
bf1c41f
No longer reference local java install for mac.
sampottinger Mar 18, 2019
8cdee3d
Allow a cross build in build.xml.
sampottinger Mar 19, 2019
91432c7
Cross build targets.
sampottinger Mar 19, 2019
945b920
A number of assorted clean ups for #5753 ant build.
sampottinger Mar 20, 2019
9709955
Fix work directory creation in 945b9205a9ae7d5ede1e5e0d52f58bd04ed762d3
sampottinger Mar 20, 2019
2573a2c
Fix architecture in cross build.
sampottinger Mar 20, 2019
51933f5
Optimize linux build.
sampottinger Mar 20, 2019
b4def2d
Optimize mac build.
sampottinger Mar 20, 2019
e72fe69
Fix some issues related to #5753 distribution size.
sampottinger Mar 20, 2019
88508a3
Cross-build working from *nix to windows.
sampottinger Mar 20, 2019
a3202bf
Make methods build a pre-req to tests in core/build.
sampottinger Mar 20, 2019
b511860
Update exports for windows.
sampottinger Mar 20, 2019
7846999
Try to restore JDT build in core/methods/build
sampottinger Mar 20, 2019
b55fa7d
Use regular JDT in core/methods.
sampottinger Mar 20, 2019
89748ab
Fixed Windows Java 11 and OpenJFX build
sampottinger Mar 21, 2019
fc7c064
Remove verbose prism messages
sampottinger Mar 21, 2019
b9197bc
Some minor changes within nativecopy in build/build.xml
sampottinger Mar 21, 2019
5be0c01
Optimize windows build.
sampottinger Mar 21, 2019
6e33491
Restore check-os targets.
sampottinger Mar 21, 2019
497d0ac
Merge pull request #6 from sampottinger/unified_build
sampottinger Mar 21, 2019
4c0d887
Fix in codesign.
sampottinger Mar 21, 2019
6284a5a
Added arm fix / test on download url generator.
sampottinger Mar 22, 2019
652eae3
Fix FX2D fullScreen for #5753.
sampottinger Apr 6, 2019
20b9311
Fix import suggestions for #5753.
sampottinger Apr 9, 2019
47aa2a6
Merge branch 'master' of https://github.com/processing/processing int…
sampottinger Apr 25, 2019
821db90
Fix conflicts in core/build.xml
sampottinger Apr 25, 2019
da8beb3
Merge pull request #61 from sampottinger/processing-master
sampottinger Apr 25, 2019
5b1cd18
Initial revert of sampottinger/processing #3.
sampottinger Aug 7, 2019
b5929d0
Merge branch 'java11' into io_refactor_revert
sampottinger Aug 7, 2019
2f48324
Fix leftover references related to sampottinger #3 revert.
sampottinger Aug 7, 2019
055433d
Fix pshape alpha check.
sampottinger Aug 7, 2019
a51fd6f
Fix classpath changes related to #3 revert.
sampottinger Aug 7, 2019
23c0839
Fixed tiff refactor.
sampottinger Aug 7, 2019
cab5376
Re-introduced base64 image loading tests.
sampottinger Aug 9, 2019
3baf093
Created test entry point for base64 loading.
sampottinger Aug 9, 2019
bb64747
Added Base64StringImageLoadTest.
sampottinger Aug 9, 2019
c92c093
Added commenting for base64 test.
sampottinger Aug 9, 2019
126f703
Simplified base64 test slightly.
sampottinger Aug 10, 2019
bc758c2
Merge pull request #79 from sampottinger/io_refactor_revert
sampottinger Aug 10, 2019
0b45a7e
Disable swing scaling on windows.
sampottinger Aug 26, 2019
ff27751
Increment jdk 11 build.
sampottinger Aug 26, 2019
726e3a5
Switch to setting scale from applauncher for Windows.
sampottinger Aug 26, 2019
b51145e
Force swing scale on windows exports.
sampottinger Aug 26, 2019
a693904
Fix scale on non-exported sketches on Windows.
sampottinger Aug 26, 2019
49d44e3
Fix typo in Runner.java related to fixed scale on windows.
sampottinger Aug 26, 2019
7c1664e
Merge pull request #98 from sampottinger/java11_scale
sampottinger Aug 26, 2019
7792ecd
Detect partial pixel font characters for JEditTextArea.
sampottinger Aug 29, 2019
bd9ebc2
Merge pull request #107 from sampottinger/java11_partial_font
sampottinger Aug 29, 2019
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Allow a cross build in build.xml.
  • Loading branch information
sampottinger committed Mar 19, 2019
commit 8cdee3d9a425804cef3121e1bf87458a6082159d
12 changes: 6 additions & 6 deletions build/build.xml
Original file line number Diff line number Diff line change
Expand Up @@ -523,14 +523,14 @@
</target>

<target name="macosx-check-os" unless="macosx">
<echo>
<!--<echo>
=======================================================
Processing for Mac OS X can only be built on Mac OS X.

Bye.
=======================================================
</echo>
<fail message="wrong platform (${os.name})" />
<fail message="wrong platform (${os.name})" /> -->
</target>

<target name="macosx-build" if="macosx" depends="revision-check, macosx-check-os, subprojects-build, jre-download" description="Build Mac OS X version">
Expand Down Expand Up @@ -846,15 +846,15 @@
</target>

<target name="linux-check-os" unless="linux">
<echo>
<!-- <echo>
=======================================================
Processing for Linux can only be built on *nix systems.

Bye.
=======================================================
</echo>

<fail message="wrong platform (${os.name})" />
<fail message="wrong platform (${os.name})" /> -->
</target>

<target name="linux-build" depends="ignore-tools, check-linux-arm32, check-linux-arm64, revision-check, linux-check-os, jre-download, subprojects-build, subprojects-build-linux-arm32, subprojects-build-linux-arm64" description="Build Linux version">
Expand Down Expand Up @@ -1164,15 +1164,15 @@
</target>

<target name="windows-check-os" unless="windows">
<echo>
<!-- <echo>
=======================================================
Processing for Windows can only be built on windows.

Bye.
=======================================================
</echo>

<fail message="wrong platform (${os.name})" />
<fail message="wrong platform (${os.name})" /> -->
</target>

<target name="windows-build" depends="ignore-tools, revision-check, windows-check-os, jre-download, subprojects-build" description="Build Windows version">
Expand Down
X Tutup