- fee9d2d adds a program build interface to compile for a specific device (#102) by Ben Ashbaugh · 4 years, 6 months ago
- 524f5ca Merge all unit tests into a single source file (#103) by Kévin Petit · 4 years, 9 months ago upstream/v2.0.12
- 432b551 Remove deprecated cl.hpp (#100) by Kévin Petit · 4 years, 9 months ago
- 5f3cc41 Add OpenCL 3.0 to the list of known versions (#101) by Kévin Petit · 4 years, 9 months ago
- ba94c56 fix constructor descriptions to refer to correct cl object type by Ben Ashbaugh · 4 years, 9 months ago
- 72d1bc7 Enable OpenCL 3.0 APIs when building tests (#99) by James Price · 4 years, 9 months ago
- 0192662 C++ bindings for cl_khr_extended_versioning (#82) by Ben Ashbaugh · 4 years, 11 months ago
- f3055fe use a more specific template type parameter for getInfo functions by Ben Ashbaugh · 5 years ago
- 17454d5 Detect availability of noexcept via _MSVC_LANG by TSlivede · 5 years ago
- 3871748 adds a test for a platform with zero devices by Ben Ashbaugh · 5 years ago
- f669374 fix cl2.hpp for UBSAN by TSlivede · 5 years ago
- ced8191 Change license to Apache 2.0 (#91) by James Price · 5 years ago
- 587a664 Fix test build with optimizations (#90) by Aaron Puchert · 5 years ago
- 922c86a fixed CL_WEAK_ATTRIB_PREFIX and CL_WEAK_ATTRIB_SUFFIX for mingw (#87) by DiscreteLogarithm · 5 years ago
- 5c6b85e Updates cl2.hpp and cl.hpp to handle case of platform with zero devices without error. (#85) by Noah · 5 years ago
- 3a4d175 Fix the cmake command (#81) by Eric Richardson · 5 years ago upstream/v2.0.11
- cf9fc10 Add support for device queries from two Arm extensions (#79) by Kévin Petit · 5 years ago
- a9dc80a Fix a few build warnings (#77) by Kévin Petit · 5 years ago
- 5fb6ec8 OpenCL 2.2 Support (#72) by Ben Ashbaugh · 5 years ago
- 36d152e Fix README.md after #68 by Kévin Petit · 5 years ago
- 3695228 Don't paralellise Travis builds (#74) by Kévin Petit · 5 years ago
- c5063c3 Make it possible to use the repository as a submodule directly by Kevin Petit · 5 years ago
- abe1273 Fix failing tests and enable testing in Travis (#67) by Kévin Petit · 5 years ago
- 00c12d1 define weak symbol for mingw; fixes #50 (#69) by Diskein · 5 years ago
- 8278505 Basic Travis CI config (#63) by Kévin Petit · 5 years ago
- d62a020 Catch exceptions by reference by Kevin Petit · 6 years ago
- 8a1d4ad Initial update/cleanup of the README.md file by Kevin Petit · 6 years ago
- f024eea Rename README.txt to README.md by Kevin Petit · 6 years ago
- 93e7f74 Add missing return values to get{DeviceAnd}HostTimer() by James Price · 6 years ago
- ff4a9fe Fix version numbers in #endif comments by James Price · 6 years ago
- 8fd7537 add missing CL_DEVICE_SUB_GROUP_INDEPENDENT_FORWARD_PROGRESS query by Ben Ashbaugh · 6 years ago
- fd19f5e Fix build failures surrounding SVM migration by James Price · 6 years ago
- 503573f Remove non-existent device query by James Price · 6 years ago
- e3e8b6d Correct version guard for enqueueMigrateSVM functions by James Price · 9 years ago
- 655b1bd Version fix for 2.1 by Lee Howes · 9 years ago
- 81b6a23 Small fix. by Lee Howes · 9 years ago
- 578cf6e get and set default device command queue support. by Lee Howes · 9 years ago
- c155037 First half of SVM migrate functionality. by Lee Howes · 9 years ago
- 996501c Device and host timers as well as CL_PLATFORM_HOST_TIMER_RESOLUTION query. by Lee Howes · 9 years ago
- 3867e4b Some minor fixes and addition of subgroup test. by Lee Howes · 9 years ago
- 92df805 Added clCreateProgramWithIL and clGetSubGroupInfo including extensions. by Lee Howes · 9 years ago
- 3b7a4a3 Added interactions with 2.1 deprecation and versioning flags. by Lee Howes · 10 years ago
- cb4a0c9 Program IL query. by Lee Howes · 10 years ago
- 4b7ce9c First set of simple 2.1 parameter additions. by Lee Howes · 10 years ago
- acd6972 input_cl: fix GCC warning by Martin Kelly · 6 years ago
- 4845713 Add notices for cl.hpp deprecation by James Price · 6 years ago
- 806646c Fixed trailing \ and unnecesserary change by Teybeo · 6 years ago
- 179123d Added 8 missing Get<> 1.2 specializations + 1 return type fix by Teybeo · 9 years ago
- 3533c14 Handle CL_TARGET_OPENCL_VERSION more rigorously by James Price · 6 years ago
- f0b7045 Forward target OpenCL version to C headers by James Price · 6 years ago
- 97a643f Improve default OPENCL_DIST_DIR and OPENCL_LIB_DIR variables by James Price · 6 years ago
- e4068db Add submodules for CMock and Unity by James Price · 6 years ago
- a807dcf Support for gcc undefined behavoir sanitizer by Nigel Banks · 6 years ago
- 002ce81 Use generic example path for OpenCL SDK in README by James Price · 6 years ago
- 1a83deb Create CODE_OF_CONDUCT.md by Khronos Group Webmaster · 6 years ago
- 993a41f Set header install destination to include/ by James Price · 6 years ago
- bbccc50 Add version check for some calls and other changes by Umair Ahmed · 7 years ago
- 2349e2e Add version check for some calls. by Umair Ahmed · 7 years ago
- 986f5e1 Fix catch of non-polymorphic cl::Error, fix uninitialized error value by tim · 7 years ago
- 4c6f7d5 Fix NULL Terminator in string class by Flamefire · 7 years ago
- 5dd8bb9 Fix variadic templates for setSVMPointers() by James Price · 7 years ago
- 6635862 fixed version of PR31 by Seth Troisi · 7 years ago
- 8b6a312 CommandQueue constructor fixes for CL < 2.0 by Rodrigo Tobar · 8 years ago
- e250e2e Small const reference fixes on range-based for loops by Jan S. (Milania1) · 8 years ago
- b9e3d5d Merge pull request #22 from petrkalos/hotfix/const_methods by James Price · 8 years ago
- 51fa6df add const qualifier to enqueueMarkerWithWaitList, enqueueBarrierWithWaitList, enqueueMigrateMemObjects by Petros Kalos · 8 years ago
- 300e1c6 Merge pull request #21 from bkmgit/master by James Price · 9 years ago
- 4e2ccd4 Update LICENSE.txt by Benson Muite · 9 years ago
- 343c28c Create LICENSE.txt by Benson Muite · 9 years ago
- b6ceb06 Merge pull request #19 from bsochack/master by James Price · 9 years ago
- 80a1534 added CL_HPP_USE_CL_IMAGE2D_FROM_BUFFER_KHR macro description at the top of the header by Bartosz Sochacki · 9 years ago
- ef97f99 creating image 2D from buffer should be also allowed if cl_khr_image2d_from_buffer extension is supported by Bartosz Sochacki · 9 years ago
- f6b6a43 Bump date and version for v2.0.10 release by James Price · 9 years ago upstream/v2.0.10
- 04a4a62 Minor clarification in README by James Price · 9 years ago
- f1e1113 Use default alignment for clSVMAlloc by James Price · 9 years ago
- 75bb7d0 Merge pull request #14 from arrayfire/install_targets by James Price · 9 years ago
- 24950e1 Merge pull request #15 from petrkalos/master by James Price · 9 years ago
- db10099 Add minimum and target version check for getVersion function by pradeep · 9 years ago
- 7dbc283 use "${CMAKE_COMMAND} -E copy" instead of cp by Petros Kalos · 9 years ago
- 424aece Add install target for CL headers by pradeep · 9 years ago
- 2b415bf Merge pull request #13 from 9prady9/cmake_build_options by James Price · 9 years ago
- 7bdd5b1 Add cmake build options for docs, examples & tests by pradeep · 9 years ago
- b6d0fb0 Merge pull request #7 from ddemidov/fix-program-binaries-info by James Price · 9 years ago
- 6c8f47c Fix memory corruption in cl::Program::getInfo<CL_PROGRAM_BINARIES>() by Denis Demidov · 9 years ago
- 3a1f096 Merge pull request #6 from ddemidov/fix-warnings by James Price · 9 years ago
- 9c67e38 Fix comparison between signed and unsigned integer warning (-Wsign-compare) by Denis Demidov · 9 years ago
- 42a7fb2 Add links to documentation and GitHub repository in cl2.hpp by James Price · 9 years ago
- 8025695 Update README with info about documentation by James Price · 9 years ago
- 5c60f90 Add comment about C++ raw string literals by James Price · 9 years ago
- f922b94 Use C++11 raw strings for kernel source in header example by James Price · 9 years ago
- fb7fe8b Improve doxygen formatting for 'Parameters' section by James Price · 9 years ago
- 252009a Add basic Doxygen HTML generation by James Price · 9 years ago
- dfa288a Add missing const qualifiers to enqueueWrite* functions by James Price · 9 years ago
- c835ffb Replace size_t with size_type in cl::allocate_pointer() by James Price · 9 years ago
- befe77b Fix deprecation suffix for CommandQueue::enqueueTask() by James Price · 9 years ago
- bb3b467 Fix deprecation suffix for cl::string class by James Price · 9 years ago
- c522012 Update SVM allocations in example code in cl2.hpp by James Price · 9 years ago
- f6a168a Fix SVM allocations in headerexampleCL2 by James Price · 9 years ago
- 7e1bec5 Correct filename in introductory comment by James Price · 9 years ago upstream/v2.0.9
- 4646294 Apply minor clean-up to README for GitHub release by James Price · 9 years ago