From 0e723ff0866919cbc4ddfc3d7773c3485252eba3 Mon Sep 17 00:00:00 2001 From: Sven Gothel Date: Thu, 24 Sep 2015 14:59:26 +0200 Subject: Bug 1231: Add Windows x86_64 test executable ; Use 'WinMain' for Windows test-executable ; Use CustomInflate for Performance - Use 'WinMain' for Windows test-executable This may have little difference than using std 'main' entry - Add Windows x86_64 test executable Since the reporter claims the test executable works well on Windows i386, maybe utilizing a x86_64 test executable on same VM fixes the issue - Use CustomInflate for Performance - Skips GZIP header - Adds own custom header [magic, deflate-size, inflate-size] - Own header allows simplified I/O read and deflation --- .../common/util/bin/exe-windows-i386-2048b.bin.316b.gz | Bin 316 -> 0 bytes src/java/com/jogamp/common/util/bin/exe-windows-i386.defl | Bin 0 -> 305 bytes .../com/jogamp/common/util/bin/exe-windows-x86_64.defl | Bin 0 -> 353 bytes 3 files changed, 0 insertions(+), 0 deletions(-) delete mode 100755 src/java/com/jogamp/common/util/bin/exe-windows-i386-2048b.bin.316b.gz create mode 100644 src/java/com/jogamp/common/util/bin/exe-windows-i386.defl create mode 100644 src/java/com/jogamp/common/util/bin/exe-windows-x86_64.defl (limited to 'src/java/com/jogamp/common/util/bin') diff --git a/src/java/com/jogamp/common/util/bin/exe-windows-i386-2048b.bin.316b.gz b/src/java/com/jogamp/common/util/bin/exe-windows-i386-2048b.bin.316b.gz deleted file mode 100755 index e070061..0000000 Binary files a/src/java/com/jogamp/common/util/bin/exe-windows-i386-2048b.bin.316b.gz and /dev/null differ diff --git a/src/java/com/jogamp/common/util/bin/exe-windows-i386.defl b/src/java/com/jogamp/common/util/bin/exe-windows-i386.defl new file mode 100644 index 0000000..9e68aea Binary files /dev/null and b/src/java/com/jogamp/common/util/bin/exe-windows-i386.defl differ diff --git a/src/java/com/jogamp/common/util/bin/exe-windows-x86_64.defl b/src/java/com/jogamp/common/util/bin/exe-windows-x86_64.defl new file mode 100644 index 0000000..e4b8d8d Binary files /dev/null and b/src/java/com/jogamp/common/util/bin/exe-windows-x86_64.defl differ -- cgit v1.2.3