-
Notifications
You must be signed in to change notification settings - Fork 120
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
update project version and submodules - October 2024 (#114)
* update project version and submodules - October 2024 * Temporarily disable PPA builds * Update softprops/action-gh-release to v2 * Minor release script fixes --------- Co-authored-by: Máté Ferenc Nagy-Egri <mate@rastergrid.com>
- Loading branch information
1 parent
252898e
commit 34e6cfc
Showing
9 changed files
with
330 additions
and
30 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Submodule OpenCL-CLHPP
updated
8 files
+0 −123 | .clang-format | |
+48 −73 | .github/workflows/presubmit.yml | |
+1 −0 | .github/workflows/release.yml | |
+572 −66 | include/CL/opencl.hpp | |
+0 −55 | scripts/check-format.sh | |
+23 −0 | tests/CMakeLists.txt | |
+1,370 −326 | tests/test_openclhpp.cpp | |
+24 −0 | tests/test_versions.cpp |
Submodule OpenCL-Headers
updated
18 files
+81 −42 | .github/workflows/presubmit.yml | |
+1 −0 | .github/workflows/release.yml | |
+2 −6 | CL/cl.h | |
+6 −0 | CL/cl_d3d10.h | |
+6 −0 | CL/cl_d3d11.h | |
+9 −0 | CL/cl_dx9_media_sharing.h | |
+6 −0 | CL/cl_egl.h | |
+756 −48 | CL/cl_ext.h | |
+19 −0 | CL/cl_gl.h | |
+3 −0 | CL/cl_layer.h | |
+0 −5 | CL/cl_platform.h | |
+6 −0 | CL/cl_va_api_media_sharing_intel.h | |
+1 −2 | CMakeLists.txt | |
+17 −0 | README.md | |
+16 −0 | scripts/cl_ext.h.mako | |
+1 −0 | tests/lang_c/CMakeLists.txt | |
+1 −1 | tests/lang_cpp/CMakeLists.txt | |
+56 −0 | tests/test_ext_headers.c |
Submodule OpenCL-ICD-Loader
updated
11 files
+0 −123 | .clang-format | |
+35 −55 | .github/workflows/presubmit.yml | |
+1 −0 | .github/workflows/release.yml | |
+3 −3 | loader/icd.c | |
+2 −2 | loader/icd_dispatch.c | |
+3 −12 | loader/linux/icd_linux.c | |
+1 −1 | loader/windows/icd_windows.c | |
+0 −55 | scripts/check-format.sh | |
+3 −1 | test/driver_stub/cl.c | |
+17 −3 | test/loader_test/test_create_calls.c | |
+14 −4 | test/loader_test/test_program_objects.c |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.