Skip to content

Commit 827f82d

Browse files
committed
Release: BridJ 0.7, JNAerator 0.12, JavaCL 1.0-RC4
1 parent fb98662 commit 827f82d

File tree

18 files changed

+24
-20
lines changed

18 files changed

+24
-20
lines changed

Blas/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
<parent>
1111
<groupId>com.nativelibs4java</groupId>
1212
<artifactId>javacl-parent</artifactId>
13-
<version>1.0-SNAPSHOT</version>
13+
<version>1.0.0-RC4</version>
1414
<relativePath>..</relativePath>
1515
</parent>
1616

CHANGELOG

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
Current development version (1.0-SNAPSHOT)
22

3+
...
4+
5+
Version 1.0.0-RC4 (20150308)
6+
37
- Added basic handling of structs in JavaCL Generator (issue #421, issue #422, issue #423)
48
- Optimized allocation of native memory throughout the library (reusing thread-local pointer pools)
59
- Updated to BridJ 0.7 (brings fixes and lots of performance enhancements)

Core/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ For more info, please visit http://code.google.com/p/nativelibs4java/wiki/OpenCL
1717
<parent>
1818
<groupId>com.nativelibs4java</groupId>
1919
<artifactId>javacl-parent</artifactId>
20-
<version>1.0-SNAPSHOT</version>
20+
<version>1.0.0-RC4</version>
2121
<relativePath>..</relativePath>
2222
</parent>
2323

@@ -30,7 +30,7 @@ For more info, please visit http://code.google.com/p/nativelibs4java/wiki/OpenCL
3030
<dependency>
3131
<groupId>com.nativelibs4java</groupId>
3232
<artifactId>nativelibs4java-utils</artifactId>
33-
<version>1.6-SNAPSHOT</version>
33+
<version>1.6</version>
3434
</dependency>
3535

3636
<dependency>

Demos/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
<parent>
1212
<groupId>com.nativelibs4java</groupId>
1313
<artifactId>javacl-parent</artifactId>
14-
<version>1.0-SNAPSHOT</version>
14+
<version>1.0.0-RC4</version>
1515
<relativePath>..</relativePath>
1616
</parent>
1717

Generator/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
<parent>
1212
<groupId>com.nativelibs4java</groupId>
1313
<artifactId>javacl-parent</artifactId>
14-
<version>1.0-SNAPSHOT</version>
14+
<version>1.0.0-RC4</version>
1515
<relativePath>..</relativePath>
1616
</parent>
1717

InteractiveImageDemo/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
<parent>
1212
<groupId>com.nativelibs4java</groupId>
1313
<artifactId>javacl-parent</artifactId>
14-
<version>1.0-SNAPSHOT</version>
14+
<version>1.0.0-RC4</version>
1515
<relativePath>..</relativePath>
1616
</parent>
1717

JavaCL/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ For more info, please visit http://code.google.com/p/nativelibs4java/wiki/OpenCL
1616
<parent>
1717
<groupId>com.nativelibs4java</groupId>
1818
<artifactId>javacl-parent</artifactId>
19-
<version>1.0-SNAPSHOT</version>
19+
<version>1.0.0-RC4</version>
2020
<relativePath>..</relativePath>
2121
</parent>
2222

LibCL/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
<parent>
1616
<groupId>com.nativelibs4java</groupId>
1717
<artifactId>javacl-parent</artifactId>
18-
<version>1.0-SNAPSHOT</version>
18+
<version>1.0.0-RC4</version>
1919
<relativePath>..</relativePath>
2020
</parent>
2121

MavenPlugin/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
<parent>
1313
<groupId>com.nativelibs4java</groupId>
1414
<artifactId>javacl-parent</artifactId>
15-
<version>1.0-SNAPSHOT</version>
15+
<version>1.0.0-RC4</version>
1616
<relativePath>..</relativePath>
1717
</parent>
1818

NumericalBenchmark/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
<parent>
1111
<groupId>com.nativelibs4java</groupId>
1212
<artifactId>javacl-parent</artifactId>
13-
<version>1.0-SNAPSHOT</version>
13+
<version>1.0.0-RC4</version>
1414
<relativePath>..</relativePath>
1515
</parent>
1616

0 commit comments

Comments
 (0)