Vladimír Vondruš
4fe9d385dc
modules: updated FindCorrade.cmake.
4 years ago
Vladimír Vondruš
2295f43873
Updated copyright year.
4 years ago
Vladimír Vondruš
f18acb6af6
modules: updated Find modules from Magnum repositories.
4 years ago
Vladimír Vondruš
43d7e10f2d
modules: updated Find modules from the Magnum repository.
4 years ago
Vladimír Vondruš
84f9bb2a9d
Updated copyright year.
5 years ago
Vladimír Vondruš
ac8491a619
modules: updated dependency modules.
5 years ago
Vladimír Vondruš
b63ae43f1e
modules: provide additional info about not found components on CMake 3.16.
5 years ago
Vladimír Vondruš
3a82b18566
modules: use if(IN_LIST) from CMake 3.4.
...
And add a dependency-handling code for when this might get useful. For
consistency.
5 years ago
Vladimír Vondruš
579107365d
modules: adapt FindMagnumBindings.cmake to recent header renames.
6 years ago
Vladimír Vondruš
01d0abb9fc
modules: updated FindMagnum and FindGLFW.
6 years ago
Vladimír Vondruš
b1d45fc85a
Updated copyright year.
6 years ago
Vladimír Vondruš
1a7efcac4c
modules: updated Corrade and Magnum modules.
6 years ago
Vladimír Vondruš
5950f00f01
modules: updated FindMagnum.cmake.
6 years ago
Vladimír Vondruš
d3ecefcfac
modules: updated FindMagnum.cmake.
6 years ago
Vladimír Vondruš
0d9c5687dd
modules: update just about all the modules, apparently.
6 years ago
Vladimír Vondruš
3c96880f2e
modules: updated GL-related Find modules.
7 years ago
Vladimír Vondruš
5a49164bb0
modules: updated FindCorrade.cmake.
7 years ago
Vladimír Vondruš
881be9b985
modules: updated FindMagnum.cmake.
7 years ago
Vladimír Vondruš
daac3ac5f4
Make the Find module usable with a CMake subproject.
7 years ago
Vladimír Vondruš
e9b5fb0019
modules: added FindMagnumBindings.cmake for finding the helper headers.
7 years ago
Vladimír Vondruš
f726745382
package/ci: test also GL stuff via SwiftShader.
7 years ago
Vladimír Vondruš
33998df685
python: very barebones SDL2 & GLFW applications.
...
Similarly to the windowless ones, one of them gets picked up to be
platform.Application.
7 years ago
Vladimír Vondruš
caa1619eef
python: expose Windowless{Glx,Egl}Application in platform.{glx,egl}.
...
One of them is then available through the platform.WindowlessApplication
alias. The selection is a bit arbitrary now, but has to suffice.
7 years ago
Vladimír Vondruš
2922f28267
Initial code for the Python bindings, adding math angle types.
...
Only the double ones, exposed as floats, because the extra ALU required
by doubles is negligible to function call overhead. It'll be different
for non-scalar types, but here I use this.
7 years ago