Menu

/trunk/LWJGL/src/native/common Commit Log


Commit Date  
[r2524] by elias_naur

Windows: Replace _WIN32 macro with _MSC_VER since the conditionals are really for the MSVC compiler, not for the windows platform in general. Code cleanup.

2006-07-15 21:01:11 Tree
[r2514] by elias_naur

Split the external LWJGL version from the internal version of the native JNI library. The internal JNI version is now an integer. This has multiple advantages over the old way:

1. The JNI_VERSION field is now included automatically in the generated JNI headers, relieving us of the burden of updating the version number in both java and native code.
2. We can update the JNI version with every non-compatible change of the JNI library API, not just once per release, giving us extra safety when users download and build LWJGL from SVN.
3. We can now avoid rebuilding natives if a particular release only
contains java changes. Currently, This is mostly a problem when Brian bumps the
external version prior a release and I forget to re-build the natives ;)

2006-07-14 16:14:52 Tree
[r2498] by elias_naur

remove .cvsignore files

2006-07-12 18:10:43 Tree
[r2496] by elias_naur

Windows: Use the standard _WIN32 macro instead of the LWJGL defined WIN32.

2006-07-12 16:55:05 Tree
[r2462] by elias_naur

Fix compile warning

2006-07-10 00:44:49 Tree
[r2460] by elias_naur

Windows: don't cache the JNIEnv pointer in the message handle, but acquire it through the global JavaVM handle.

2006-07-09 08:31:49 Tree
[r2449] by elias_naur

Added a native NewStringNativeUnsigned to avoid compile warnings

2006-07-07 10:36:26 Tree
[r2425] by elias_naur

Linux: Moved most input related stuff from native to java

2006-07-03 18:07:44 Tree
[r2414] by matzon

support for version
beta2 tag

2006-07-02 21:59:10 Tree
[r2413] by matzon

beta2 tag

2006-07-02 21:58:37 Tree
Older >
Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.