From 3cb1c4f7808ffa97981f4f8d0eb6b98bf2160e0e Mon Sep 17 00:00:00 2001 From: Michael Bien Date: Sat, 5 Feb 2011 08:30:13 +0800 Subject: copy gluegen-rt.jnlp with empty codebase to build folder for local testing. this jnlp is not used for the distribution zip file. --- make/build.xml | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/make/build.xml b/make/build.xml index 58f9f54..f4fcdc8 100644 --- a/make/build.xml +++ b/make/build.xml @@ -693,6 +693,17 @@ referenced via a Class-Path entry in the Manifest of gluegen.jar. --> + + + + + + + + + + -- cgit v1.2.3 From b649eb1b65614c6f1b2bc734cfb40580b931dc1d Mon Sep 17 00:00:00 2001 From: Barcsik Attila Date: Thu, 6 Jan 2011 18:16:53 +0800 Subject: Fixing build scripts for Solaris systems. --- make/gluegen-cpptasks-base.xml | 72 +++++++++++++++++++----------------------- 1 file changed, 33 insertions(+), 39 deletions(-) diff --git a/make/gluegen-cpptasks-base.xml b/make/gluegen-cpptasks-base.xml index d0e6b9a..3fdc312 100755 --- a/make/gluegen-cpptasks-base.xml +++ b/make/gluegen-cpptasks-base.xml @@ -607,37 +607,33 @@ - + + + + + + + + + + + + + + + + + + + + + + + + - - - - - - - - - - - - - - --> - - - @@ -755,20 +751,18 @@ - - - + + - - - + + + - - + + ---> -- cgit v1.2.3 From 4026ba2641a98a742dd3b98cfc72d12c409e2250 Mon Sep 17 00:00:00 2001 From: Sven Gothel Date: Wed, 9 Feb 2011 02:51:29 +0100 Subject: Move implementation private files from com.jogamp..impl. to jogamp. - com.jogamp.common.impl -> jogamp.common This sorts implementation details from the top level, ie skipping the public 'com', allowing a better seperation of public classes and implementation details and also reduces strings. This approach of public/private seperation is also used in the OpenJDK. --- make/build.xml | 2 +- src/java/com/jogamp/common/impl/Debug.java | 149 --------------------- .../com/jogamp/common/jvm/JNILibLoaderBase.java | 2 +- src/java/com/jogamp/common/jvm/JVMUtil.java | 2 +- .../com/jogamp/common/util/ReflectionUtil.java | 2 +- src/java/com/jogamp/common/util/locks/Lock.java | 2 +- .../jogamp/common/util/locks/RecursiveLock.java | 2 +- src/java/jogamp/common/Debug.java | 149 +++++++++++++++++++++ 8 files changed, 155 insertions(+), 155 deletions(-) delete mode 100644 src/java/com/jogamp/common/impl/Debug.java create mode 100644 src/java/jogamp/common/Debug.java diff --git a/make/build.xml b/make/build.xml index f4fcdc8..c96e835 100644 --- a/make/build.xml +++ b/make/build.xml @@ -656,6 +656,7 @@ + @@ -743,7 +744,6 @@ maxmemory="256m" > - Date: Wed, 9 Feb 2011 05:31:08 +0100 Subject: Expand tabs to 4 spaces --- make/gluegen-cpptasks-base.xml | 2 +- make/stub_includes/macosx/dynamic-linker.h | 16 ++++++++-------- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/make/gluegen-cpptasks-base.xml b/make/gluegen-cpptasks-base.xml index 3fdc312..ac7521c 100755 --- a/make/gluegen-cpptasks-base.xml +++ b/make/gluegen-cpptasks-base.xml @@ -185,7 +185,7 @@ - + diff --git a/make/stub_includes/macosx/dynamic-linker.h b/make/stub_includes/macosx/dynamic-linker.h index 11afcdc..a3c2f8d 100755 --- a/make/stub_includes/macosx/dynamic-linker.h +++ b/make/stub_includes/macosx/dynamic-linker.h @@ -25,8 +25,8 @@ /* Based on the dlcompat work done by: - Jorge Acereda & - Peter O'Gorman + Jorge Acereda & + Peter O'Gorman */ extern int dlclose(void * __handle); @@ -34,13 +34,13 @@ extern char * dlerror(void); extern void * dlopen(const char * __path, int __mode); extern void * dlsym(void * __handle, const char * __symbol); -#define RTLD_LAZY 0x1 -#define RTLD_NOW 0x2 -#define RTLD_LOCAL 0x4 -#define RTLD_GLOBAL 0x8 +#define RTLD_LAZY 0x1 +#define RTLD_NOW 0x2 +#define RTLD_LOCAL 0x4 +#define RTLD_GLOBAL 0x8 /* * Special handle arguments for dlsym(). */ -#define RTLD_NEXT -1LL /* Search subsequent objects. */ -#define RTLD_DEFAULT -2LL /* Use default search algorithm. */ +#define RTLD_NEXT -1LL /* Search subsequent objects. */ +#define RTLD_DEFAULT -2LL /* Use default search algorithm. */ -- cgit v1.2.3 From 9ea786b8e55514f7f93d79e5d2e688e1cbb2f469 Mon Sep 17 00:00:00 2001 From: Sven Gothel Date: Wed, 9 Feb 2011 05:31:38 +0100 Subject: Bump Java source level to 1.5 / Disable CDC builds --- make/build.xml | 43 +++++++++++++++++++++++-------------------- 1 file changed, 23 insertions(+), 20 deletions(-) diff --git a/make/build.xml b/make/build.xml index c96e835..395fdc1 100644 --- a/make/build.xml +++ b/make/build.xml @@ -38,10 +38,10 @@ - + - - + + @@ -441,7 +441,7 @@ - + - - - - - - - - - @@ -666,10 +655,23 @@ + boot classes. + + CDC DISABLED - left as template for other configurations + - + + + + + + + + + @@ -687,7 +689,8 @@ - + + --> - - @@ -68,20 +66,16 @@ - - - - @@ -430,29 +424,6 @@ - - - - - - - - - - - - - - + gluegen-rt.jar using the just-built GlueGen. --> @@ -654,44 +625,6 @@ - - - - - - - - - diff --git a/make/gluegen-cpptasks-base.xml b/make/gluegen-cpptasks-base.xml index ac7521c..b967a91 100755 --- a/make/gluegen-cpptasks-base.xml +++ b/make/gluegen-cpptasks-base.xml @@ -350,7 +350,6 @@ - @@ -374,7 +373,6 @@ - @@ -387,7 +385,6 @@ - -- cgit v1.2.3