0
I Use This!
Inactive

Commits : Listings

Analyzed 1 day ago. based on code collected 1 day ago.
May 31, 2023 — May 31, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Reduce verbosity More... over 14 years ago
- Subsequent builds are now faster. We only copy/generate target files when sources change. More... over 14 years ago
include the user defined header before any of the generated headers so that it can enable defines like _GNU_SOURCE More... over 14 years ago
Making conditionals easier to use, now a conditional at the class level also apply at the method and field level. More... over 14 years ago
renamed some flags to avoid constant import conflicts. More... over 14 years ago
removing warnings that occur when all fields are conditionalled out and you have unused locals More... over 14 years ago
Simipler conditional code generation. More... over 14 years ago
Renamed excludes to conditional and got rid of the NO_WINCE flag since the conditional is more genreral purpose More... over 14 years ago
Adding a new ClassFlag.ZERO_OUT option for use with stucts. It will zero out the stucture before copying the java fields to it. Stuct fields can now also be private. If you don't want a field to be struct field, mark it transient. More... over 14 years ago
Merge branch 'master' of ssh://forge.fusesource.com/mvnplugins More... over 14 years ago
You can now have the same native method signature in mulitple Java classes. More... over 14 years ago
Fix for win64 More... over 14 years ago
Better windows support. Maven is now using the windows sdk to build the dll. Also added win64 support More... over 14 years ago
Cleaned up the maven mojos a bit. More... over 14 years ago
Rolling back last change to this file. More... over 14 years ago
Streamlining the build process.. You can now run unit tests against the built JNI lib. More... over 14 years ago
Streamlining the build process.. You can now run unit tests against the built JNI lib. More... over 14 years ago
streamlining build process.. so that your can unit test. More... over 14 years ago
- Added support for automatically initializing static java constants with their C counterparts. More... over 14 years ago
better windows compat More... over 14 years ago
better windows compat More... over 14 years ago
better cross platform coverage. More... over 14 years ago
Merge branch 'master' of ssh://forge.fusesource.com/mvnplugins More... over 14 years ago
Generate a visual studio 2008 project file too. More... over 14 years ago
Generating a stdint.h file for windows. More... over 14 years ago
Making the build work on other platforms. More... over 14 years ago
Cleaning up the stats class a bit. More... over 14 years ago
- native methods can now be placed in the struct classes too. More... over 14 years ago
Adding copyright headers More... over 14 years ago
- Beefier example - The generate maven goal now also produces the ./configure script by default so that source package can be built on a system without the autoconf tools - Better 32 bit pointer handling when they are being stored in a 64 bit longs on the java side. - stucts as inner classes now supported More... over 14 years ago