This website requires JavaScript.
Explore
Help
Sign In
mewin
/
vulkan-hpp
Watch
1
Star
0
Fork
0
You've already forked vulkan-hpp
Code
Issues
Pull Requests
Projects
Releases
Wiki
Activity
vulkan-hpp
/
tests
History
Andreas Süßenbach
b9ec269ab2
Merge pull request
#845
from mtavenrath/fix_warnings
...
Fix compiler warnings on gcc/clang
2021-01-19 08:38:45 +01:00
..
ArrayProxy
Change structure member sType to non-const to allow default assignment operator. Make copy constructor and copy assignment default. The latter is required for C++20 designated initializers. Delegate the constructor from C-type to the copy constructor by casting rhs accordingly. Fix warnings on gcc/clang.
2021-01-18 12:25:50 +01:00
ArrayProxyNoTemporaries
Make ArrayProxyNoTemporaries complete by marking all constructors getting rvalue references as deleted.
2021-01-14 11:49:35 +01:00
DesignatedInitializers
Change structure member sType to non-const to allow default assignment operator. Make copy constructor and copy assignment default. The latter is required for C++20 designated initializers. Delegate the constructor from C-type to the copy constructor by casting rhs accordingly. Fix warnings on gcc/clang.
2021-01-18 12:25:50 +01:00
DeviceFunctions
Set warnings as errors for the generator, the samples, and the tests.
2020-10-14 17:44:16 +02:00
DispatchLoaderDynamic
Introduce usage of clang-format to format vulkan.hpp and the other sources.
2020-04-23 10:55:02 +02:00
DispatchLoaderDynamicSharedLibrary
Add defines to put the storage for a DispatchLoaderDynamic in a DLL.
2020-06-29 09:21:28 +02:00
DispatchLoaderDynamicSharedLibraryClient
Add defines to put the storage for a DispatchLoaderDynamic in a DLL.
2020-06-29 09:21:28 +02:00
Hash
fix some warnings (errors) on release build.
2020-10-20 10:05:18 +02:00
NoExceptions
Introduce structure constructors using ArrayProxyNoTemporaries
2020-07-09 12:03:03 +02:00
StructureChain
Add missing const-qualifier in the static_cast in function T const & StructureChain::getFeatures2() const.
2020-11-09 09:55:45 +01:00
UniqueHandleDefaultArguments
Introduce usage of clang-format to format vulkan.hpp and the other sources.
2020-04-23 10:55:02 +02:00
CMakeLists.txt
Set warnings as errors for the generator, the samples, and the tests.
2020-10-14 17:44:16 +02:00