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
3dead231d45e7ef381bb9293df0b1b6d63d63099
filament
/
libs
/
utils
History
Mathias Agopian
653b2e859c
fix CString::compare()
2025-03-28 15:18:08 -07:00
..
benchmark
remove all uses of our custom spinlock
2024-01-19 12:05:07 -08:00
include
/utils
fix CString::compare()
2025-03-28 15:18:08 -07: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
a new StaticString class
2025-03-28 15:18:08 -07:00