Skip to content

Commit d2f8ec3

Browse files
committed
0.19.0
1 parent 31768bb commit d2f8ec3

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

79 files changed

+3368
-2587
lines changed

CMakeLists.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@ add_library(${PROJECT_NAME}_OpenCL SHARED "${TRAN_SOURCE_FILES};src/init/init_Op
122122

123123
set_target_properties(${PROJECT_NAME}_OpenCL PROPERTIES PREFIX "" SUFFIX ".node")
124124

125-
target_link_libraries(${PROJECT_NAME}_OpenCL "${CMAKE_JS_LIB};${ArrayFire_OpenCL_LIBRARIES};${PROJECT_NAME}_Common")
125+
target_link_libraries(${PROJECT_NAME}_OpenCL "${CMAKE_JS_LIB};${ArrayFire_OpenCL_LIBRARIES};${PROJECT_NAME}_Common;${OpenCL}")
126126

127127
# CUDA
128128

changelog.md

+5
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
# 0.19.0 (2015-12-08)
2+
3+
- scope.register exposed as public API (unit test added)
4+
- core ES6 support changed to Node 5 feature matrix, legacy support switched to Babel
5+
16
# 0.18.0 (2015-12-07)
27

38
- RAII support by scope

examples/es5/bechmarks/pi.js

+55-27
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

examples/es5/bechmarks/pi.js.map

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)