summaryrefslogtreecommitdiffstats
path: root/src/com/mbien/opencl/CLUtils.java
Commit message (Collapse)AuthorAgeFilesLines
* temporary dissabled non direct NIO binding for methods containing long[] ↵Michael Bien2010-01-191-0/+12
| | | | | | | | since its broken on 32bit systems. refactored high level binding to use direct NIO exclusively. temporary dissabled low level binding junit tests. green bar on 32 and 64 bit systems.
* fixed gcc setup on mac.Michael Bien2009-12-021-0/+13
updated native taglet toc url. fixed small bug in cl char[] -> String conversion.