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