File tree Expand file tree Collapse file tree 12 files changed +29
-24
lines changed
Expand file tree Collapse file tree 12 files changed +29
-24
lines changed Original file line number Diff line number Diff line change 1212
1313 <properties >
1414 <maven .compiler.debug>true</maven .compiler.debug>
15- <bridj .version>0.4-SNAPSHOT </bridj .version>
15+ <bridj .version>0.4</bridj .version>
1616 <jnaerator .version>0.9.8-SNAPSHOT</jnaerator .version>
1717 </properties >
1818
Original file line number Diff line number Diff line change 33 <modelVersion >4.0.0</modelVersion >
44 <groupId >com.nativelibs4java</groupId >
55 <artifactId >nativelibs4java-parent</artifactId >
6- <version >1.4-SNAPSHOT </version >
6+ <version >1.4</version >
77 <packaging >pom</packaging >
88 <inceptionYear >2009</inceptionYear >
99 <name >NativeLibs4Java Common Configuration</name >
1414 <jnaerator .version>0.9.8-SNAPSHOT</jnaerator .version>
1515 <nativelibs4java .version>1.3-SNAPSHOT</nativelibs4java .version>
1616 <opencl4java .version>1.0-SNAPSHOT</opencl4java .version>
17- <nl4j-runtime .version>0.4-SNAPSHOT </nl4j-runtime .version>
17+ <nl4j-runtime .version>0.4</nl4j-runtime .version>
1818 <jarsigner .skip>true</jarsigner .skip>
1919 <junit .version>4.8.1</junit .version>
2020 <jna .version>3.2.7</jna .version>
Original file line number Diff line number Diff line change 1- Current version : BridJ 0.4-SNAPSHOT
1+ Current version : BridJ 0.5-SNAPSHOT
2+
3+ ...
4+
5+ BridJ 0.4 (r1869, 20110408)
26
37- Added parsing of GNU LD scripts (issue #61)
48- Fixed demangling of size_t / long C types with GCC
59- Fixed Linux x86 symbols
6- - Added simple C++ virtual overrides : it is now possible to subclass C++ classes from Java, even with anonymous inner classes ! (no support for multiple inheritance yet)
10+ - Added experimental C++ virtual overrides : it is now possible to subclass C++ classes from Java, even with anonymous inner classes ! (no support for multiple inheritance yet)
711- Fixed crash in C++ destructors at the JVM shutdown (issue #60)
812- Fixed callbacks with float args
913- Added support for varargs functions
14+ - Fixed size computation of structs with array fields (issue #64)
1015
1116BridJ 0.3.1 (r1817, 20110329)
1217
Original file line number Diff line number Diff line change 66 <artifactId >bridj</artifactId >
77 <name >BridJ (NativeLibs4Java C/C++ Interop Layer)</name >
88 <url >http://code.google.com/p/nativelibs4java/wiki/Runtime</url >
9- <version >0.4-SNAPSHOT </version >
9+ <version >0.4</version >
1010 <packaging >jar</packaging >
1111
1212 <!--
2121 <parent >
2222 <groupId >com.nativelibs4java</groupId >
2323 <artifactId >nl4j-runtime-parent</artifactId >
24- <version >0.4-SNAPSHOT </version >
24+ <version >0.4</version >
2525 <relativePath >../Parent</relativePath >
2626 </parent >
2727
Original file line number Diff line number Diff line change 66 <artifactId >jarshrinker</artifactId >
77 <name >JarShrinker</name >
88 <url >http://code.google.com/p/nativelibs4java/wiki/Runtime</url >
9- <version >0.4-SNAPSHOT </version >
9+ <version >0.4</version >
1010 <packaging >jar</packaging >
1111
1212 <properties >
1616 <parent >
1717 <groupId >com.nativelibs4java</groupId >
1818 <artifactId >nl4j-runtime-parent</artifactId >
19- <version >0.4-SNAPSHOT </version >
19+ <version >0.4</version >
2020 <relativePath >../Parent</relativePath >
2121 </parent >
2222
Original file line number Diff line number Diff line change 33 <modelVersion >4.0.0</modelVersion >
44 <groupId >com.nativelibs4java</groupId >
55 <artifactId >nl4j-runtime-parent</artifactId >
6- <version >0.4-SNAPSHOT </version >
6+ <version >0.4</version >
77 <packaging >pom</packaging >
88 <name >NativeLibs4Java Runtime Common Configuration</name >
99 <inceptionYear >2009</inceptionYear >
1212 <parent >
1313 <groupId >com.nativelibs4java</groupId >
1414 <artifactId >nativelibs4java-parent</artifactId >
15- <version >1.4-SNAPSHOT </version >
15+ <version >1.4</version >
1616 <relativePath >../../Parent</relativePath >
1717 </parent >
1818
Original file line number Diff line number Diff line change 66 <url >http://code.google.com/p/nativelibs4java/wiki/Runtime</url >
77 <groupId >com.nativelibs4java</groupId >
88 <artifactId >bridj-scala</artifactId >
9- <version >0.4-SNAPSHOT </version >
9+ <version >0.4</version >
1010 <packaging >jar</packaging >
1111
1212 <!--
2121 <parent >
2222 <groupId >com.nativelibs4java</groupId >
2323 <artifactId >nl4j-runtime-parent</artifactId >
24- <version >0.4-SNAPSHOT </version >
24+ <version >0.4</version >
2525 <relativePath >../Parent</relativePath >
2626 </parent >
2727
3030 <dependency >
3131 <groupId >com.nativelibs4java</groupId >
3232 <artifactId >bridj</artifactId >
33- <version >0.4-SNAPSHOT </version >
33+ <version >0.4</version >
3434 </dependency >
3535
3636 <dependency >
Original file line number Diff line number Diff line change 66 <artifactId >nl4j-runtime-structs-jna</artifactId >
77 <name >NativeLibs4Java Structs for JNA</name >
88 <url >http://code.google.com/p/nativelibs4java/wiki/Runtime</url >
9- <version >0.4-SNAPSHOT </version >
9+ <version >0.4</version >
1010 <packaging >jar</packaging >
1111
1212 <parent >
1313 <groupId >com.nativelibs4java</groupId >
1414 <artifactId >nl4j-runtime-parent</artifactId >
15- <version >0.4-SNAPSHOT </version >
15+ <version >0.4</version >
1616 <relativePath >../Parent</relativePath >
1717 </parent >
1818
Original file line number Diff line number Diff line change 55
66 <groupId >com.nativelibs4java</groupId >
77 <artifactId >maven-nl4j-runtime-templates-plugin</artifactId >
8- <version >0.4-SNAPSHOT </version >
8+ <version >0.4</version >
99 <packaging >maven-plugin</packaging >
1010
1111 <parent >
1212 <groupId >com.nativelibs4java</groupId >
1313 <artifactId >nl4j-runtime-parent</artifactId >
14- <version >0.4-SNAPSHOT </version >
14+ <version >0.4</version >
1515 <relativePath >../Parent</relativePath >
1616 </parent >
1717
Original file line number Diff line number Diff line change 66 <parent >
77 <groupId >com.nativelibs4java</groupId >
88 <artifactId >nl4j-runtime-parent</artifactId >
9- <version >0.4-SNAPSHOT </version >
9+ <version >0.4</version >
1010 <relativePath >../Parent</relativePath >
1111 </parent >
1212 <groupId >com.nativelibs4java</groupId >
1313 <artifactId >maven-velocity-plugin</artifactId >
14- <version >0.4-SNAPSHOT </version >
14+ <version >0.4</version >
1515 <packaging >maven-plugin</packaging >
1616 <url >http://maven.apache.org</url >
1717
You can’t perform that action at this time.
0 commit comments