This website requires JavaScript.
Explore
Help
Sign In
Scarfski
/
filament
Watch
1
Star
0
Fork
0
You've already forked filament
Code
Issues
Pull Requests
Actions
Packages
Projects
Releases
Wiki
Activity
Files
57f62146378dd2fa894e4eeb98cc50417620ca2b
filament
/
libs
/
utils
History
Evan Mezeske
4465e6c7f6
Remove noexcept from UserPanicHandler::call() so that panic handlers can throw. Without this change, throwing inside the user panic handler calls terminate(). Note that the docs for setPanicHandler() explicitly say that it's okay for the handler to throw, which is not true prior to this change.
2025-01-29 14:44:09 -08:00
..
benchmark
remove all uses of our custom spinlock
2024-01-19 12:05:07 -08:00
include
/utils
use the move modern syntax for std::enable_if and friends
2025-01-21 16:16:09 -08:00
src
Remove noexcept from UserPanicHandler::call() so that panic handlers can throw. Without this change, throwing inside the user panic handler calls terminate(). Note that the docs for setPanicHandler() explicitly say that it's okay for the handler to throw, which is not true prior to this change.
2025-01-29 14:44:09 -08:00
test
implement 16 and 8 bits clz, ctz and popcount
2024-04-26 14:13:48 -07:00
.gitignore
Initial commit
2018-08-03 10:38:22 -07:00
CMakeLists.txt
Include sstream.h in distribution headers
2024-05-21 10:11:44 -07:00