This repository has been archived by the owner on May 13, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 87
Commits on Mar 20, 2024
-
Configuration menu - View commit details
-
Copy full SHA for eb4dec4 - Browse repository at this point
Copy the full SHA eb4dec4View commit details -
find -type f | # list all regular files grep -E '\.(h|cpp|mm)$' | # filter for source files grep -v '/mt_' | # filter out generated files grep -v '/vendor/' | # and vendored GL grep -v '/test/image_loader_test.cpp' | # and this file (has giant literals arrays) xargs -n 1 -P $(nproc) clang-format -i # reformat everything Co-authored-by: numzero <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 2bf1d12 - Browse repository at this point
Copy the full SHA 2bf1d12View commit details -
Configuration menu - View commit details
-
Copy full SHA for 565c114 - Browse repository at this point
Copy the full SHA 565c114View commit details -
Configuration menu - View commit details
-
Copy full SHA for d5690cc - Browse repository at this point
Copy the full SHA d5690ccView commit details -
Configuration menu - View commit details
-
Copy full SHA for 014007b - Browse repository at this point
Copy the full SHA 014007bView commit details
Commits on Mar 21, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 8acca66 - Browse repository at this point
Copy the full SHA 8acca66View commit details -
Configuration menu - View commit details
-
Copy full SHA for 58783e4 - Browse repository at this point
Copy the full SHA 58783e4View commit details -
Replace non-leading tabs with spaces, using:
find -type f | # list all regular files grep -E '\.(h|cpp|mm)$' | # filter for source files grep -v '/mt_' | # filter out generated files grep -v '/vendor/' | # and vendored GL xargs -n 1 -P $(nproc) ./replace_non_leading_tabs.lua # reformat everything
Configuration menu - View commit details
-
Copy full SHA for e7bbbf9 - Browse repository at this point
Copy the full SHA e7bbbf9View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0eaf3d3 - Browse repository at this point
Copy the full SHA 0eaf3d3View commit details -
Configuration menu - View commit details
-
Copy full SHA for 13cd75f - Browse repository at this point
Copy the full SHA 13cd75fView commit details
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.