Jakub Szuppe
378087ed25
Add VS2015 build to AppVeyor CI
2017-04-29 13:50:30 +02:00
Jakub Szuppe
3f23f3bb83
Add AppVeyor CI
2017-04-29 13:50:30 +02:00
Jakub Szuppe
863371d290
Merge pull request #715 from haahh/pr_fixes
...
Various fixes
2017-04-27 20:58:01 +02:00
Jakub Szuppe
193d7f6247
Merge pull request #712 from ddemidov/issue-692
...
Optionally enforce device selected with BOOST_COMPUTE_DEFAULT variables
2017-04-26 11:32:58 +02:00
Jakub Szuppe
0f5c49d5f5
Fix write/read race bug
...
If you write to and read from buffer using different command queues,
you have a race condition. User expects operator= to be synchronous,
however, clEnqueueWriteBuffer call can only promises:
If blocking_write is CL_TRUE, the OpenCL implementation copies the data
referred to by ptr and enqueues the write operation in the
command-queue. The memory pointed to by ptr can be reused by the
application after the clEnqueueWriteBuffer call returns.
2017-04-26 11:22:45 +02:00
Jakub Szuppe
64d389203b
Explicit conversion to cl_uint
2017-04-26 11:22:45 +02:00
Jakub Szuppe
9d0b9410f7
Fix test in test_device.cpp
2017-04-26 11:22:44 +02:00
Jakub Szuppe
a4a3982e1c
Fix test_flat_set.cpp test
2017-04-26 11:22:44 +02:00
Jakub Szuppe
97f78d50b9
Fix test_is_permutation.cpp test
2017-04-26 11:22:44 +02:00
Jakub Szuppe
43f3634378
Fix test_random_shuffle.cpp test
2017-04-26 11:22:44 +02:00
Jakub Szuppe
ebc1ddfcbd
Fix test_pair.cpp test
2017-04-26 11:22:44 +02:00
Jakub Szuppe
84cff684c2
Add missing == != operators
2017-04-26 11:22:36 +02:00
Jakub Szuppe
debbf80b4d
Merge pull request #714 from haahh/pr_add_gitter
...
Add Gitter badge
2017-04-25 17:38:18 +02:00
Jakub Szuppe
17a7a0b9e8
Add Gitter badge
2017-04-25 16:13:13 +02:00
Jakub Szuppe
88e401770d
Merge pull request #699 from haahh/dev_max_cl_ver
...
Add BOOST_COMPUTE_MAX_CL_VERSION to specify the newest version to use
2017-04-24 18:07:00 +02:00
Jakub Szuppe
568e0fe5bb
Use BOOST_COMPUTE_MAX_CL_VERSION in Travis script
2017-04-23 20:13:29 +02:00
Jakub Szuppe
3906cd6587
Disable deprecated warns for max CL version
...
Disable deprecated OpenCL API warnings for max
OpenCL version defined in BOOST_COMPUTE_MAX_CL_VERSION.
Example: If you have 2.1 OpenCL headers and set
BOOST_COMPUTE_MAX_CL_VERSION to 102 (OpenCL 1.2), you
won't get warnings for using API function deprecated in
OpenCL 1.1.
2017-04-23 20:11:10 +02:00
Jakub Szuppe
ca75931466
Use BOOST_COMPUTE_CL_VERSION_X_Y in tests
2017-04-23 20:11:10 +02:00
Amir Shavit
09ef2163c2
Added BOOST_COMPUTE_MAX_CL_VERSION to specify the newest version to use
2017-04-23 20:11:09 +02:00
Jakub Szuppe
60a588955f
Merge pull request #711 from haahh/pr_update_travis
...
Update Travis CI script
2017-04-23 20:08:33 +02:00
Jakub Szuppe
debbd92074
Fix Monte Carlo test for CI
2017-04-23 17:40:37 +02:00
Jakub Szuppe
9e48400ffe
Enable C++11 in build for Coveralls
2017-04-23 17:40:37 +02:00
Jakub Szuppe
3875afe8c1
Use Boost 1.64 in Travis CI build
2017-04-23 17:40:37 +02:00
Denis Demidov
a7aa6cb564
Optionally enforce device selected with BOOST_COMPUTE_DEFAULT variables
...
See #692
2017-04-21 13:23:39 +03:00
Jakub Szuppe
2e790df587
Merge pull request #706 from haahh/pr_fix_valarray
...
Fix valarray copy ctor
2017-04-20 16:45:46 +02:00
Jakub Szuppe
dadfc113bd
Fix bc::valarray copy ctor
2017-04-18 21:03:20 +02:00
Kyle Lutz
141c034ae6
Merge pull request #705 from haahh/pr_fix_badges
...
Fix badges in README.md
2017-04-15 10:51:33 -07:00
Jakub Szuppe
e29e9fabe2
Fix badges in README.md
2017-04-15 19:36:13 +02:00
Kyle Lutz
6de7f64487
Merge pull request #704 from huanzhang12/develop
...
use _WIN32 instead of WIN32
2017-04-12 21:40:12 -07:00
Huan Zhang
11c5e4af5c
use _WIN32 instead of WIN32
2017-04-12 16:28:57 -07:00
Jakub Szuppe
139b947c34
Merge pull request #703 from haahh/pr_fix_tests_no_initializer_list
...
Fix for #484
2017-04-09 20:02:10 +02:00
Jakub Szuppe
a845026280
Merge pull request #702 from haahh/pr_fix_sort_by_key_bug
...
Fixes bug #688
2017-04-09 20:01:52 +02:00
Jakub Szuppe
f06aed04c6
Fix #484
...
Some tests should not be run if macro
BOOST_COMPUTE_NO_HDR_INITIALIZER_LIST is defined.
2017-04-08 18:19:43 +02:00
Jakub Szuppe
4b080c1b6c
Fixes bug #688
2017-04-07 19:38:25 +02:00
Kyle Lutz
dcc9178e8d
Merge pull request #701 from haahh/pr_sort_by_key_custom_struct2
...
radix sort by key with custom value type, fixes #162
2017-04-02 22:20:04 -07:00
Jakub Szuppe
c21f705a2a
Test sort_by_key with custom struct values
2017-04-02 17:18:04 +02:00
Jakub Szuppe
a0c0602536
Fixes #162
2017-04-02 17:18:04 +02:00
koosha94
12af5a850a
This fix #570
2017-04-01 13:41:15 +02:00
Jakub Szuppe
e794833a7b
Merge pull request #700 from awulkiew/patch-1
...
Use 'obj' rule instead of 'compile' in opencl availability test.
2017-03-30 09:16:28 +02:00
Adam Wulkiewicz
f68111457d
Use 'obj' rule instead of 'compile' in opencl availability test.
...
The use of 'compile' rule interferes with --dump-tests option of b2 and prevents correct running of tests in some of the other Boost libraries.
2017-03-30 00:17:28 +02:00
Jakub Szuppe
6f9e6cf650
Merge pull request #658 from Slonegg/compile_program_with_headers
...
added headers to program::compile
2017-03-29 21:31:21 +02:00
Kyle Lutz
a76d6a97d7
Merge pull request #696 from haahh/pr_amd_svm_fixed_on_win
...
AMD SVM bug was fixed on Windows
2017-03-27 19:18:40 -07:00
Kyle Lutz
36dbde6054
Merge pull request #698 from dPavelDev/develop
...
Add compute::program::create_with_source_file with more than one file.
2017-03-27 19:13:13 -07:00
dPavelDev
5cd00f5423
Add compute::program::create_with_source_file with more than one file.
2017-03-27 22:41:29 +03:00
Jakub Szuppe
1380a04582
Merge pull request #677 from kenba/master
...
Check platform extension for issue #676
2017-03-25 13:58:29 +01:00
Jakub Szuppe
d8937a80bf
Merge pull request #697 from huanzhang12/develop
...
fix SHA1 hash in build_with_source()
2017-03-25 12:32:07 +01:00
Huan Zhang
1a7eeedf30
fix SHA1 hash in build_with_source()
2017-03-24 14:35:04 -07:00
Jakub Szuppe
587720e221
AMD SVM bug fixed on Win
2017-03-22 18:48:16 +01:00
Kyle Lutz
d8beaaf227
Merge pull request #694 from haahh/pr_vs_fixes
...
Various fixes for Visual Studio
2017-03-20 20:11:12 -07:00
Kyle Lutz
e370e6acae
Merge pull request #693 from haahh/pr_fix
...
Various fixes
2017-03-20 20:07:52 -07:00