Menu

Code Commit Log


Commit Date  
[r2523] by elias_naur

Windows: Don't use a non-portable anonymous struct in contex.h

2006-07-15 20:25:56 Tree
[r2522] by elias_naur

Windows: Cleanup

2006-07-15 19:55:42 Tree
[r2521] by elias_naur

Windows: Moved NativeSysImplementation.java to WindowsSysImplementation.java and moved some native code to java.

2006-07-15 19:45:36 Tree
[r2520] by elias_naur

Windows: Move more of Display.getVersion to java

2006-07-15 19:25:13 Tree
[r2519] by elias_naur

Windows: Added NULL check to malloc in display.c

2006-07-15 18:45:20 Tree
[r2518] by elias_naur

Windows: Forgot display.c in last commit

2006-07-15 18:43:04 Tree
[r2517] by elias_naur

Fixed SysTest.java

2006-07-15 18:36:46 Tree
[r2516] by elias_naur

Windows: Don't release clipboard data before use

2006-07-15 18:31:09 Tree
[r2515] by elias_naur

Windows: Removed unused variable from display.c

2006-07-15 17:44:53 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
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.