glbinding-tests/3.3.0+1

[brief]

OpenGL loader C++ library based on gl.xml specification, tests

glbinding is a cross-platform C++ binding for the OpenGL API, generated using the gl.xml specification.

Official build2 cppget.org queue.cppget.org

Usage

Make sure to add the stable section of the cppget.org repository to your project's repositories.manifest to be able to fetch this package.

:
role: prerequisite
location: https://pkg.cppget.org/1/stable
# trust: ...

If the stable section of cppget.org is not an option then add this Git repository itself instead as a prerequisite.

:
role: prerequisite
location: https://github.com/build2-packaging/glbinding.git

Add the dependency in your project's manifest file to make the package available for import.

depends: glbinding ^3.3.0

Both libraries, glbinding and glbinding-aux, are provided in the same package glbinding. To import and add them to the variable libs in a buildfile, one would do the following.

import libs += glbinding%lib{glbinding}
import libs += glbinding%lib{glbinding-aux}

Additionally, this repository also contains the glbinding-tests, glbinding-examples, and glbinding-tools packages that contain executables for learning and testing. These had to be provided as standalone packages to allow for custom configurations during CI runs. Additionally, glbinding-tools is also installable.

Configuration

Boost.Thread

config [bool] config.glbinding.use_boost_thread ?= false

For its implementation glbinding allows to optionally use Boost's thread library. Set the configuration variable to true to use boost::thread instead of std::thread from the C++ STL.

KHR Headers

config [bool] config.glbinding.use_packaged_khr ?= true

glbinding needs some standard definitions from the KHR/khrplatform.h header file. To be self-contained, it comes with its own version of that header file. Set the configuration variable to false if glbinding should use the KHR headers given by the system.

OpenGL Context Testing for Tests and Tools

config [bool] config.glbinding_tests.opengl_context_testing ?= true
config [bool] config.glbinding_tools.opengl_context_testing ?= true

These config variable decide whether to link regression tests or run executables that require a valid OpenGL context to succeed. As tests and tools will likely to be used on targets where OpenGL drawing is required, these variables are enabled by default. However, they should be disabled for target configurations in CI runs that do not support GUI mocking.

Issues

Contributing

Thanks in advance for your help and contribution to keep this package up-to-date. For now, please, file an issue on GitHub for everything that is not described below.

Recommend Updating Version

Please, file an issue on GitHub with the new recommended version.

Update Version by Pull Request

  1. Fork the repository on GitHub and clone it to your local machine.
  2. Run git submodule init and git submodule update to get the current upstream directory.
  3. Inside the upstream directory, checkout the new library version X.Y.Z by calling git checkout vX.Y.Z that you want to be packaged.
  4. If needed, change source files, buildfiles, and symbolic links accordingly to create a working build2 package. Make sure not to directly depend on the upstream directory inside the build system but use symbolic links instead.
  5. Test if the packages compile and execute examples and tools.
  6. Update library version in all manifest files if it has changed or add package update by using +n for the n-th update.
  7. Make an appropriate commit message by using imperative mood and a capital letter at the start and push the new commit to the master branch.
  8. Run bdep ci and test for errors for the package glbinding only.
  9. If everything works fine, make a pull request on GitHub and write down the bdep ci link to your CI tests.
  10. After a successful pull request, we will run the appropriate commands to publish a new package version.

Update Version Directly if You Have Permissions

  1. Inside the upstream directory, checkout the new library version X.Y.Z by calling git checkout vX.Y.Z that you want to be packaged.
  2. If needed, change source files, buildfiles, and symbolic links accordingly to create a working build2 package. Make sure not to directly depend on the upstream directory inside the build system but use symbolic links instead.
  3. Test if the packages compile and execute examples and tools.
  4. Update library version in all manifest files if it has changed or add package update by using +n for the n-th update.
  5. Make an appropriate commit message by using imperative mood and a capital letter at the start and push the new commit to the master branch.
  6. Run bdep ci and test for errors and warnings.
  7. When successful, run bdep release --tag --push to push new tag version to repository.
  8. Run bdep publish to publish the package to cppget.org.
version 3.3.0+1
license MIT
repository https://pkg.cppget.org/1/testing
download glbinding-tests-3.3.0+1.tar.gz
sha256 6d3c8e508c32dc8fd56e2194c0a0f26746b43be982f650f1848d09f6a1eeff76
project glbinding
url glbinding.org/
doc-url glbinding.org/docs.html
src-url github.com/cginternals/glbinding
package-url github.com/build2-packaging/glbinding
package-email packaging@build2.org

Depends (4)

glbinding == 3.3.0
glfw ^3.3.8
gtest ^1.11.0
gmock ^1.11.0

Reviews

fail 0
pass 0

Builds

toolchain public-0.17.0
target aarch64-linux-gnu
tgt config linux_debian_12-gcc_14-static_O3
pkg config opengl-context
timestamp 2025-08-22 19:41:40 UTC (15:51:36 hours ago)
result success | log | rebuild
toolchain public-0.17.0
target aarch64-linux-gnu
tgt config linux_debian_12-gcc_14-ndebug_O3
pkg config opengl-context
timestamp 2025-08-22 19:38:10 UTC (15:55:06 hours ago)
result success | log | rebuild
toolchain public-0.17.0
target aarch64-linux-gnu
tgt config linux_debian_12-gcc_14-static_O3
pkg config default
timestamp 2025-08-22 19:36:59 UTC (15:56:16 hours ago)
result success | log | rebuild
toolchain public-0.17.0
target aarch64-linux-gnu
tgt config linux_debian_12-gcc_14-O3
pkg config opengl-context
timestamp 2025-08-22 19:28:35 UTC (16:04:41 hours ago)
result success | log | rebuild
toolchain public-0.17.0
target aarch64-linux-gnu
tgt config linux_debian_12-gcc_14-ndebug_O3
pkg config default
timestamp 2025-08-22 19:27:27 UTC (16:05:49 hours ago)
result success | log | rebuild
toolchain public-0.17.0
target aarch64-linux-gnu
tgt config linux_debian_12-gcc_14-O3
pkg config default
timestamp 2025-08-22 19:26:16 UTC (16:06:59 hours ago)
result success | log | rebuild
toolchain public-0.17.0
target aarch64-linux-gnu
tgt config linux_debian_12-gcc_14
pkg config opengl-context
timestamp 2025-08-22 19:23:21 UTC (16:09:55 hours ago)
result success | log | rebuild
toolchain public-0.17.0
target aarch64-linux-gnu
tgt config linux_debian_12-gcc_14
pkg config default
timestamp 2025-08-22 19:20:30 UTC (16:12:45 hours ago)
result success | log | rebuild
toolchain public-0.17.0
target aarch64-linux-gnu
tgt config linux_debian_12-clang_18_libc++-static_O3
pkg config opengl-context
timestamp 2025-08-22 11:39:21 UTC (23:53:55 hours ago)
result success | log | rebuild
toolchain public-0.17.0
target aarch64-linux-gnu
tgt config linux_debian_12-clang_18-static_O3
pkg config opengl-context
timestamp 2025-08-22 11:35:24 UTC (23:57:51 hours ago)
result success | log | rebuild
toolchain public-0.17.0
target aarch64-linux-gnu
tgt config linux_debian_12-clang_18_libc++-O3
pkg config opengl-context
timestamp 2025-08-22 11:34:14 UTC (23:59:01 hours ago)
result success | log | rebuild
toolchain public-0.17.0
target aarch64-linux-gnu
tgt config linux_debian_12-clang_18-O3
pkg config opengl-context
timestamp 2025-08-22 11:32:44 UTC (01 00:00:32 days ago)
result success | log | rebuild
toolchain public-0.17.0
target aarch64-linux-gnu
tgt config linux_debian_12-clang_18_libc++
pkg config opengl-context
timestamp 2025-08-22 11:32:41 UTC (01 00:00:34 days ago)
result success | log | rebuild
toolchain public-0.17.0
target aarch64-linux-gnu
tgt config linux_debian_12-clang_18_libc++-O3
pkg config default
timestamp 2025-08-22 11:32:08 UTC (01 00:01:07 days ago)
result success | log | rebuild
toolchain public-0.17.0
target aarch64-linux-gnu
tgt config linux_debian_12-clang_18_libc++-static_O3
pkg config default
timestamp 2025-08-22 11:32:06 UTC (01 00:01:09 days ago)
result success | log | rebuild
toolchain public-0.17.0
target aarch64-linux-gnu
tgt config linux_debian_12-clang_18-static_O3
pkg config default
timestamp 2025-08-22 11:31:34 UTC (01 00:01:42 days ago)
result success | log | rebuild
toolchain public-0.17.0
target aarch64-linux-gnu
tgt config linux_debian_12-clang_18-O3
pkg config default
timestamp 2025-08-22 11:30:35 UTC (01 00:02:41 days ago)
result success | log | rebuild
toolchain public-0.17.0
target aarch64-linux-gnu
tgt config linux_debian_12-clang_18
pkg config opengl-context
timestamp 2025-08-22 11:28:51 UTC (01 00:04:25 days ago)
result success | log | rebuild
toolchain public-0.17.0
target aarch64-linux-gnu
tgt config linux_debian_12-clang_18_libc++
pkg config default
timestamp 2025-08-22 11:28:48 UTC (01 00:04:27 days ago)
result success | log | rebuild
toolchain public-0.17.0
target aarch64-linux-gnu
tgt config linux_debian_12-clang_18
pkg config default
timestamp 2025-08-22 11:27:42 UTC (01 00:05:34 days ago)
result success | log | rebuild
toolchain public-0.17.0
target x86_64-microsoft-win32-msvc14.3
tgt config windows_10-clang_18_llvm_msvc_17.10-static_O2
pkg config default
timestamp 2025-08-22 08:40:02 UTC (01 02:53:14 days ago)
result success | log | rebuild
toolchain public-0.17.0
target x86_64-microsoft-win32-msvc14.3
tgt config windows_10-clang_18_llvm_msvc_17.10-O2
pkg config default
timestamp 2025-08-22 08:10:22 UTC (01 03:22:53 days ago)
result success | log | rebuild
toolchain public-0.17.0
target x86_64-microsoft-win32-msvc14.3
tgt config windows_10-clang_18_llvm_msvc_17.10
pkg config default
timestamp 2025-08-22 07:50:27 UTC (01 03:42:49 days ago)
result success | log | rebuild
toolchain public-0.17.0
target x86_64-linux-gnu
tgt config linux_debian_12-gcc_14-O3
pkg config opengl-context
timestamp 2025-08-22 07:46:31 UTC (01 03:46:45 days ago)
result success | log | rebuild
toolchain public-0.17.0
target x86_64-linux-gnu
tgt config linux_debian_12-gcc_14-static_O3
pkg config opengl-context
timestamp 2025-08-22 07:44:29 UTC (01 03:48:47 days ago)
result success | log | rebuild
toolchain public-0.17.0
target x86_64-linux-gnu
tgt config linux_debian_12-gcc_14-ndebug_O3
pkg config opengl-context
timestamp 2025-08-22 07:41:19 UTC (01 03:51:56 days ago)
result success | log | rebuild
toolchain public-0.17.0
target x86_64-linux-gnu
tgt config linux_debian_12-gcc_14-ndebug_O3
pkg config default
timestamp 2025-08-22 07:39:36 UTC (01 03:53:40 days ago)
result success | log | rebuild
toolchain public-0.17.0
target x86_64-linux-gnu
tgt config linux_debian_12-gcc_14-static_O3
pkg config default
timestamp 2025-08-22 07:37:40 UTC (01 03:55:36 days ago)
result success | log | rebuild
toolchain public-0.17.0
target x86_64-linux-gnu
tgt config linux_debian_12-gcc_14-O3
pkg config default
timestamp 2025-08-22 07:35:48 UTC (01 03:57:28 days ago)
result success | log | rebuild
toolchain public-0.17.0
target x86_64-w64-mingw32
tgt config windows_10-gcc_13.2_mingw_w64-static_O2
pkg config default
timestamp 2025-08-22 07:21:47 UTC (01 04:11:28 days ago)
result success | log | rebuild
toolchain public-0.17.0
target x86_64-linux-gnu
tgt config linux_debian_12-gcc_14
pkg config opengl-context
timestamp 2025-08-22 07:20:10 UTC (01 04:13:05 days ago)
result success | log | rebuild
toolchain public-0.17.0
target x86_64-w64-mingw32
tgt config windows_10-gcc_13.2_mingw_w64-O2
pkg config default
timestamp 2025-08-22 07:15:53 UTC (01 04:17:22 days ago)
result success | log | rebuild
toolchain public-0.17.0
target x86_64-linux-gnu
tgt config linux_debian_12-gcc_14
pkg config default
timestamp 2025-08-22 07:14:37 UTC (01 04:18:39 days ago)
result success | log | rebuild
toolchain public-0.17.0
target x86_64-microsoft-win32-msvc14.3
tgt config windows_10-msvc_17.10-O2
pkg config default
timestamp 2025-08-22 07:09:27 UTC (01 04:23:48 days ago)
result success | log | rebuild
toolchain public-0.17.0
target x86_64-microsoft-win32-msvc14.3
tgt config windows_10-msvc_17.8-O2
pkg config default
timestamp 2025-08-22 07:09:02 UTC (01 04:24:14 days ago)
result success | log | rebuild
toolchain public-0.17.0
target x86_64-w64-mingw32
tgt config windows_10-gcc_13.2_mingw_w64
pkg config default
timestamp 2025-08-22 07:08:12 UTC (01 04:25:03 days ago)
result success | log | rebuild
toolchain public-0.17.0
target x86_64-microsoft-win32-msvc14.3
tgt config windows_10-msvc_17.8-static_O2
pkg config default
timestamp 2025-08-22 07:06:36 UTC (01 04:26:40 days ago)
result success | log | rebuild
toolchain public-0.17.0
target x86_64-microsoft-win32-msvc14.3
tgt config windows_10-msvc_17.10-static_O2
pkg config default
timestamp 2025-08-22 06:59:34 UTC (01 04:33:41 days ago)
result success | log | rebuild
toolchain public-0.17.0
target x86_64-microsoft-win32-msvc14.3
tgt config windows_10-msvc_17.10
pkg config default
timestamp 2025-08-22 06:57:33 UTC (01 04:35:42 days ago)
result success | log | rebuild
toolchain public-0.17.0
target x86_64-microsoft-win32-msvc14.3
tgt config windows_10-msvc_17.8
pkg config default
timestamp 2025-08-22 06:57:16 UTC (01 04:36:00 days ago)
result success | log | rebuild
toolchain public-0.17.0
target x86_64-linux-gnu
tgt config linux_debian_12-clang_17_libc++
pkg config opengl-context
timestamp 2025-08-22 06:49:13 UTC (01 04:44:03 days ago)
result success | log | rebuild
toolchain public-0.17.0
target x86_64-microsoft-win32-msvc14.3
tgt config windows_10-clang_17_msvc_msvc_17.10
pkg config default
timestamp 2025-08-22 06:49:07 UTC (01 04:44:09 days ago)
result success | log | rebuild
toolchain public-0.17.0
target x86_64-linux-gnu
tgt config linux_debian_12-clang_17
pkg config opengl-context
timestamp 2025-08-22 06:45:35 UTC (01 04:47:40 days ago)
result success | log | rebuild
toolchain public-0.17.0
target x86_64-linux-gnu
tgt config linux_debian_12-clang_17
pkg config default
timestamp 2025-08-22 06:41:52 UTC (01 04:51:23 days ago)
result success | log | rebuild
toolchain public-0.17.0
target x86_64-linux-gnu
tgt config linux_debian_12-gcc_13.1
pkg config default
timestamp 2025-08-22 06:41:26 UTC (01 04:51:50 days ago)
result success | log | rebuild
toolchain public-0.17.0
target x86_64-linux-gnu
tgt config linux_debian_12-clang_17_libc++
pkg config default
timestamp 2025-08-22 06:40:01 UTC (01 04:53:15 days ago)
result success | log | rebuild
toolchain public-0.17.0
target x86_64-linux-gnu
tgt config linux_debian_12-gcc_13.1
pkg config opengl-context
timestamp 2025-08-22 06:39:34 UTC (01 04:53:41 days ago)
result success | log | rebuild
toolchain public-0.17.0
target aarch64-linux-gnu
tgt config linux_debian_12-gcc_13
pkg config opengl-context
timestamp 2025-08-21 09:00:05 UTC (02 02:33:11 days ago)
result success | log | rebuild
toolchain public-0.17.0
target aarch64-linux-gnu
tgt config linux_debian_12-gcc_13
pkg config default
timestamp 2025-08-21 08:57:46 UTC (02 02:35:30 days ago)
result success | log | rebuild
toolchain public-0.17.0
target aarch64-linux-gnu
tgt config linux_debian_12-clang_17_libc++
pkg config opengl-context
timestamp 2025-08-21 08:55:48 UTC (02 02:37:27 days ago)
result success | log | rebuild
toolchain public-0.17.0
target aarch64-linux-gnu
tgt config linux_debian_12-clang_17
pkg config opengl-context
timestamp 2025-08-21 08:48:07 UTC (02 02:45:09 days ago)
result success | log | rebuild
toolchain public-0.17.0
target aarch64-linux-gnu
tgt config linux_debian_12-clang_17_libc++
pkg config default
timestamp 2025-08-21 08:45:32 UTC (02 02:47:43 days ago)
result success | log | rebuild
toolchain public-0.17.0
target aarch64-linux-gnu
tgt config linux_debian_12-clang_17
pkg config default
timestamp 2025-08-21 08:39:09 UTC (02 02:54:07 days ago)
result success | log | rebuild
toolchain public-0.17.0
target x86_64-linux-gnu
tgt config linux_debian_12-clang_18
pkg config default
result unbuilt
toolchain public-0.17.0
target x86_64-linux-gnu
tgt config linux_debian_12-clang_18
pkg config opengl-context
result unbuilt
toolchain public-0.17.0
target x86_64-linux-gnu
tgt config linux_debian_12-clang_18-O3
pkg config default
result unbuilt
toolchain public-0.17.0
target x86_64-linux-gnu
tgt config linux_debian_12-clang_18-O3
pkg config opengl-context
result unbuilt
toolchain public-0.17.0
target x86_64-linux-gnu
tgt config linux_debian_12-clang_18-static_O3
pkg config default
result unbuilt
toolchain public-0.17.0
target x86_64-linux-gnu
tgt config linux_debian_12-clang_18-static_O3
pkg config opengl-context
result unbuilt
toolchain public-0.17.0
target x86_64-linux-gnu
tgt config linux_debian_12-clang_18_libc++
pkg config default
result unbuilt
toolchain public-0.17.0
target x86_64-linux-gnu
tgt config linux_debian_12-clang_18_libc++
pkg config opengl-context
result unbuilt
toolchain public-0.17.0
target x86_64-linux-gnu
tgt config linux_debian_12-clang_18_libc++-O3
pkg config default
result unbuilt
toolchain public-0.17.0
target x86_64-linux-gnu
tgt config linux_debian_12-clang_18_libc++-O3
pkg config opengl-context
result unbuilt
toolchain public-0.17.0
target x86_64-linux-gnu
tgt config linux_debian_12-clang_18_libc++-static_O3
pkg config default
result unbuilt
toolchain public-0.17.0
target x86_64-linux-gnu
tgt config linux_debian_12-clang_18_libc++-static_O3
pkg config opengl-context
result unbuilt
toolchain public-0.17.0
target x86_64-apple-darwin22.5.0
tgt config macos_13-clang_15.0
pkg config default
result unbuilt
toolchain public-0.17.0
target x86_64-apple-darwin23.5.0
tgt config macos_14-clang_15.0
pkg config default
result unbuilt
toolchain public-0.17.0
target x86_64-apple-darwin23.5.0
tgt config macos_14-clang_15.0-O3
pkg config default
result unbuilt
toolchain public-0.17.0
target x86_64-apple-darwin23.5.0
tgt config macos_14-clang_15.0-static_O3
pkg config default
result unbuilt
target x86_64-linux-gnu
tgt config linux_debian_12-gcc_12-bindist
pkg config default
result excluded (glbinding does not support bindist configs)
target x86_64-linux-gnu
tgt config linux_ubuntu_24.04-gcc_13-bindist
pkg config default
result excluded (glbinding does not support bindist configs)
target x86_64-linux-gnu
tgt config linux_fedora_39-gcc_13-bindist
pkg config default
result excluded (glbinding does not support bindist configs)
target x86_64-linux-gnu
tgt config linux_fedora_40-gcc_14-bindist
pkg config default
result excluded (glbinding does not support bindist configs)
target x86_64-apple-darwin23.5.0
tgt config macos_14-gcc_14_homebrew
pkg config default
result excluded (GLFW does not support GCC on MacOS)
target x86_64-apple-darwin23.5.0
tgt config macos_14-gcc_14_homebrew-O3
pkg config default
result excluded (GLFW does not support GCC on MacOS)
target x86_64-apple-darwin23.5.0
tgt config macos_14-gcc_14_homebrew-static_O3
pkg config default
result excluded (GLFW does not support GCC on MacOS)
target x86_64-freebsd13.3
tgt config freebsd_13-clang_17
pkg config default
result excluded (GLFW does not support FreeBSD)
target x86_64-freebsd14.1
tgt config freebsd_14-clang_18
pkg config default
result excluded (GLFW does not support FreeBSD)
target x86_64-freebsd14.1
tgt config freebsd_14-clang_18-O3
pkg config default
result excluded (GLFW does not support FreeBSD)
target x86_64-freebsd14.1
tgt config freebsd_14-clang_18-static_O3
pkg config default
result excluded (GLFW does not support FreeBSD)
target x86_64-linux-gnu
tgt config linux_debian_12-gcc_12-bindist
pkg config opengl-context
result excluded (so far only these target configurations support GUI mocking)
target x86_64-linux-gnu
tgt config linux_ubuntu_24.04-gcc_13-bindist
pkg config opengl-context
result excluded (so far only these target configurations support GUI mocking)
target x86_64-linux-gnu
tgt config linux_fedora_39-gcc_13-bindist
pkg config opengl-context
result excluded (so far only these target configurations support GUI mocking)
target x86_64-linux-gnu
tgt config linux_fedora_40-gcc_14-bindist
pkg config opengl-context
result excluded (so far only these target configurations support GUI mocking)
target x86_64-apple-darwin22.5.0
tgt config macos_13-clang_15.0
pkg config opengl-context
result excluded (so far only these target configurations support GUI mocking)
target x86_64-apple-darwin23.5.0
tgt config macos_14-clang_15.0
pkg config opengl-context
result excluded (so far only these target configurations support GUI mocking)
target x86_64-apple-darwin23.5.0
tgt config macos_14-clang_15.0-O3
pkg config opengl-context
result excluded (so far only these target configurations support GUI mocking)
target x86_64-apple-darwin23.5.0
tgt config macos_14-clang_15.0-static_O3
pkg config opengl-context
result excluded (so far only these target configurations support GUI mocking)
target x86_64-apple-darwin23.5.0
tgt config macos_14-gcc_14_homebrew
pkg config opengl-context
result excluded (so far only these target configurations support GUI mocking)
target x86_64-apple-darwin23.5.0
tgt config macos_14-gcc_14_homebrew-O3
pkg config opengl-context
result excluded (so far only these target configurations support GUI mocking)
target x86_64-apple-darwin23.5.0
tgt config macos_14-gcc_14_homebrew-static_O3
pkg config opengl-context
result excluded (so far only these target configurations support GUI mocking)
target x86_64-freebsd13.3
tgt config freebsd_13-clang_17
pkg config opengl-context
result excluded (so far only these target configurations support GUI mocking)
target x86_64-freebsd14.1
tgt config freebsd_14-clang_18
pkg config opengl-context
result excluded (so far only these target configurations support GUI mocking)
target x86_64-freebsd14.1
tgt config freebsd_14-clang_18-O3
pkg config opengl-context
result excluded (so far only these target configurations support GUI mocking)
target x86_64-freebsd14.1
tgt config freebsd_14-clang_18-static_O3
pkg config opengl-context
result excluded (so far only these target configurations support GUI mocking)
target x86_64-w64-mingw32
tgt config windows_10-gcc_13.2_mingw_w64
pkg config opengl-context
result excluded (so far only these target configurations support GUI mocking)
target x86_64-w64-mingw32
tgt config windows_10-gcc_13.2_mingw_w64-O2
pkg config opengl-context
result excluded (so far only these target configurations support GUI mocking)
target x86_64-w64-mingw32
tgt config windows_10-gcc_13.2_mingw_w64-static_O2
pkg config opengl-context
result excluded (so far only these target configurations support GUI mocking)
target x86_64-microsoft-win32-msvc14.3
tgt config windows_10-msvc_17.8
pkg config opengl-context
result excluded (so far only these target configurations support GUI mocking)
target x86_64-microsoft-win32-msvc14.3
tgt config windows_10-msvc_17.8-O2
pkg config opengl-context
result excluded (so far only these target configurations support GUI mocking)
target x86_64-microsoft-win32-msvc14.3
tgt config windows_10-msvc_17.8-static_O2
pkg config opengl-context
result excluded (so far only these target configurations support GUI mocking)
target x86_64-microsoft-win32-msvc14.3
tgt config windows_10-msvc_17.10
pkg config opengl-context
result excluded (so far only these target configurations support GUI mocking)
target x86_64-microsoft-win32-msvc14.3
tgt config windows_10-msvc_17.10-O2
pkg config opengl-context
result excluded (so far only these target configurations support GUI mocking)
target x86_64-microsoft-win32-msvc14.3
tgt config windows_10-msvc_17.10-static_O2
pkg config opengl-context
result excluded (so far only these target configurations support GUI mocking)
target x86_64-microsoft-win32-msvc14.3
tgt config windows_10-clang_17_msvc_msvc_17.10
pkg config opengl-context
result excluded (so far only these target configurations support GUI mocking)
target x86_64-microsoft-win32-msvc14.3
tgt config windows_10-clang_18_llvm_msvc_17.10
pkg config opengl-context
result excluded (so far only these target configurations support GUI mocking)
target x86_64-microsoft-win32-msvc14.3
tgt config windows_10-clang_18_llvm_msvc_17.10-O2
pkg config opengl-context
result excluded (so far only these target configurations support GUI mocking)
target x86_64-microsoft-win32-msvc14.3
tgt config windows_10-clang_18_llvm_msvc_17.10-static_O2
pkg config opengl-context
result excluded (so far only these target configurations support GUI mocking)