FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[Original HTTPS Page]
History for examples - drawcode/SFML · GitHub
drawcode
/
SFML
Public
forked from
SFML/SFML
Notifications
You must be signed in to change notification settings
Fork
0
Star
0
Code
Pull requests
0
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Security and quality
Insights
Commits
Breadcrumbs
History for
SFML
examples
on
master
User selector
Datepicker
Commit history
Commits on Nov 1, 2023
Use more `sf::Vector` operations
Show description for 7c8d1b5
ChrisThrasher
committed
7c8d1b5
View commit details
Copy full SHA for 7c8d1b5
View code at this point
Browse repository at this point
Commits on Oct 18, 2023
Add `cppcoreguidelines-pro-type-member-init` clang-tidy check
Show description for bb1a465
ChrisThrasher
committed
bb1a465
View commit details
Copy full SHA for bb1a465
View code at this point
Browse repository at this point
Commits on Sep 25, 2023
Use cross-platform threading library target
ChrisThrasher
committed
d6c18af
View commit details
Copy full SHA for d6c18af
View code at this point
Browse repository at this point
Commits on Sep 17, 2023
Add clang-tidy `modernize-return-braced-init-list` check
ChrisThrasher
committed
9dc2e54
View commit details
Copy full SHA for 9dc2e54
View code at this point
Browse repository at this point
Commits on Jul 27, 2023
Use `std::filesystem::path` for paths
ChrisThrasher
committed
b684827
View commit details
Copy full SHA for b684827
View code at this point
Browse repository at this point
Commits on Jul 25, 2023
Use modern name for macOS
Show description for ddfb7f6
ChrisThrasher
committed
ddfb7f6
View commit details
Copy full SHA for ddfb7f6
View code at this point
Browse repository at this point
Commits on Jul 10, 2023
Add doc strings to remaining assertions
ChrisThrasher
committed
98df0fe
View commit details
Copy full SHA for 98df0fe
View code at this point
Browse repository at this point
Commits on May 21, 2023
Fix misspellings
Show description for d131beb
ChrisThrasher
committed
d131beb
View commit details
Copy full SHA for d131beb
View code at this point
Browse repository at this point
Fix clang-tidy-16 failures
ChrisThrasher
committed
fe2ca0b
View commit details
Copy full SHA for fe2ca0b
View code at this point
Browse repository at this point
Commits on May 12, 2023
Add `sf::WindowBase::set{Min|Max}imumSize()`
Show description for 27249d4
committed
27249d4
View commit details
Copy full SHA for 27249d4
View code at this point
Browse repository at this point
Commits on May 4, 2023
Add `misc-const-correctness` clang-tidy check
ChrisThrasher
committed
fb1cfdc
View commit details
Copy full SHA for fb1cfdc
View code at this point
Browse repository at this point
Commits on May 3, 2023
Remove default `sf::Sprite` constructor
ChrisThrasher
committed
29863b1
View commit details
Copy full SHA for 29863b1
View code at this point
Browse repository at this point
Commits on Apr 25, 2023
Reorder includes hierarchically
vittorioromeo
authored and
eXpl0it3r
committed
cbfa9cb
View commit details
Copy full SHA for cbfa9cb
View code at this point
Browse repository at this point
Commits on Apr 24, 2023
Enable clang-tidy `modernize-pass-by-value` check
ChrisThrasher
authored and
eXpl0it3r
committed
97c00d4
View commit details
Copy full SHA for 97c00d4
View code at this point
Browse repository at this point
Commits on Apr 5, 2023
Remove default `sf::Text` constructor
ChrisThrasher
committed
2c99b33
View commit details
Copy full SHA for 2c99b33
View code at this point
Browse repository at this point
Be explicit about when new keys are added to the map
ChrisThrasher
committed
57a40c5
View commit details
Copy full SHA for 57a40c5
View code at this point
Browse repository at this point
Use structured bindings
ChrisThrasher
committed
f3aac01
View commit details
Copy full SHA for f3aac01
View code at this point
Browse repository at this point
Commits on Apr 3, 2023
Use built-in CMake support for iOS
Show description for 741fe21
JonnyPtn
and
ChrisThrasher
authored
741fe21
View commit details
Copy full SHA for 741fe21
View code at this point
Browse repository at this point
Commits on Mar 7, 2023
Replace `std::rand` with `<random>`
ChrisThrasher
committed
a100f84
View commit details
Copy full SHA for a100f84
View code at this point
Browse repository at this point
Commits on Feb 6, 2023
Use X11's find module
Show description for eb162df
ChrisThrasher
committed
eb162df
View commit details
Copy full SHA for eb162df
View code at this point
Browse repository at this point
Commits on Jan 29, 2023
Replace std::strcmp by std::string_view::operator==
Show description for 642d981
litelawliet
authored and
ChrisThrasher
committed
642d981
View commit details
Copy full SHA for 642d981
View code at this point
Browse repository at this point
Commits on Jan 23, 2023
Removed return EXIT_SUCCESS and cstdlib
HelloShiv
authored
ca5ca65
View commit details
Copy full SHA for ca5ca65
View code at this point
Browse repository at this point
Commits on Jan 20, 2023
Added readability-redundant-*, readability-simplify-* checks
Show description for 144b336
gnawme
authored and
ChrisThrasher
committed
144b336
View commit details
Copy full SHA for 144b336
View code at this point
Browse repository at this point
Commits on Jan 19, 2023
Added readability-qualified-auto, -redundant-access-specifiers
Show description for 6ef8e48
gnawme
authored and
ChrisThrasher
committed
6ef8e48
View commit details
Copy full SHA for 6ef8e48
View code at this point
Browse repository at this point
Commits on Jan 18, 2023
Add clang-tidy modernize-use-default-member-init check
ChrisThrasher
committed
8a5b206
View commit details
Copy full SHA for 8a5b206
View code at this point
Browse repository at this point
Commits on Jan 16, 2023
Added readability-container-size-empty, readability-isolate-declaration
Show description for 3745ea2
gnawme
authored and
eXpl0it3r
committed
3745ea2
View commit details
Copy full SHA for 3745ea2
View code at this point
Browse repository at this point
Commits on Jan 15, 2023
Added modernize-use-equals-default, modernize-use-equals-delete
Show description for a4bca20
gnawme
authored and
ChrisThrasher
committed
a4bca20
View commit details
Copy full SHA for a4bca20
View code at this point
Browse repository at this point
Commits on Jan 14, 2023
Fix Windows clang-tidy errors
ChrisThrasher
committed
f011914
View commit details
Copy full SHA for f011914
View code at this point
Browse repository at this point
Commits on Jan 12, 2023
Update to year 2023
rtkid-nt
authored
1f01671
View commit details
Copy full SHA for 1f01671
View code at this point
Browse repository at this point
Added modernize-use-nullptr check
Show description for 39dd630
gnawme
authored and
ChrisThrasher
committed
39dd630
View commit details
Copy full SHA for 39dd630
View code at this point
Browse repository at this point
Commits on Jan 11, 2023
Changed from std::scoped_lock to std::lock_guard
Jim-Marsden
authored and
ChrisThrasher
committed
b2009e2
View commit details
Copy full SHA for b2009e2
View code at this point
Browse repository at this point
Commits on Dec 27, 2022
Use `std::clamp`
HelloShiv
authored
9bdf207
View commit details
Copy full SHA for 9bdf207
View code at this point
Browse repository at this point
Replaced Header Guards with Pragma Once
Jim-Marsden
authored and
eXpl0it3r
committed
7884efc
View commit details
Copy full SHA for 7884efc
View code at this point
Browse repository at this point
Commits on Dec 12, 2022
Enforce variable case
ChrisThrasher
committed
3b6db4d
View commit details
Copy full SHA for 3b6db4d
View code at this point
Browse repository at this point
Commits on Nov 27, 2022
Use enum class instead of plain enum for PrimitiveType (#2286)
Show description for 510068d
JonnyPtn
and
johnBuffer
authored
510068d
View commit details
Copy full SHA for 510068d
View code at this point
Browse repository at this point
Previous
Next
Back
|
FazBrowse Home
|
New Git URL