You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Limit amount of temporary variables (#288)
* Reduce amount of temporary variables
* Fix bug in CBR
* Fix bug in RBR
* Only apply to `alloca`s
* Refactor CBR
* Refactor RBR
* Use heavy-handed approach when proving
* Maybe not quite so heavy-handed
* Address review
CMake: Add packaging support (#96)
* CMake: Add packaging support
* CI: Upload artifacts, auto-create releases from tags
* Build: Lock the cxx-common version