SFML/examples
Norm Evangelista 39dd630f07 Added modernize-use-nullptr check
Addressed review comments


Fixed Vulkan.cpp clang-tidy issues


Used default-constructed objects instead of 0


More fun with OSX clang-tidy


Try casting a nullptr to see if clang-tidy can live with it


Revert "Try casting a nullptr to see if clang-tidy can live with it"

This reverts commit e217a1d8be45e3fd27dc73e1c7043be921d3830b.

Restored deleted line
2023-01-11 17:36:16 -07:00
..
android Run clang-format 2022-07-11 20:04:56 +02:00
assets Update examples for iOS including touch support, proper handling of window resize, launch screens and icons 2019-01-19 01:34:30 +01:00
cocoa Fix CMake formatting inconsistencies 2022-10-06 20:33:40 +02:00
ftp Use scoped enumerations in Network module 2022-09-27 17:30:13 +02:00
include Consolidate redundant gl.h headers 2022-10-09 13:04:24 +02:00
island Changed from std::scoped_lock to std::lock_guard 2023-01-11 15:07:29 -07:00
joystick Use std::clamp 2022-12-27 17:58:49 -06:00
opengl Consolidate redundant gl.h headers 2022-10-09 13:04:24 +02:00
shader Replaced Header Guards with Pragma Once 2022-12-27 20:08:11 +01:00
sockets Use scoped enumerations in Network module 2022-09-27 17:30:13 +02:00
sound Run clang-format 2022-07-11 20:04:56 +02:00
sound_capture Run clang-format 2022-07-11 20:04:56 +02:00
tennis Enforce variable case 2022-12-12 16:10:03 -07:00
voip Changed from std::scoped_lock to std::lock_guard 2023-01-11 15:07:29 -07:00
vulkan Added modernize-use-nullptr check 2023-01-11 17:36:16 -07:00
win32 Run clang-format 2022-07-11 20:04:56 +02:00
window Consolidate redundant gl.h headers 2022-10-09 13:04:24 +02:00
X11 Consolidate redundant gl.h headers 2022-10-09 13:04:24 +02:00
asset_licenses.md Ensure files end with newline character 2022-04-12 08:13:48 +02:00
CMakeLists.txt Fix CMake formatting inconsistencies 2022-10-06 20:33:40 +02:00