Skip to content

Release v0.9.9

Pre-release
Pre-release
Compare
Choose a tag to compare
@RealTimeChris RealTimeChris released this 08 Oct 02:30
· 12 commits to main since this release

Hey everyone, just a new release with the following changes being primary:

  • Modified some concepts.
  • Modified the DetectArchitecture.cmake script.
  • Also adding a couple of concepts.
  • Implemented a bunch of compile-time loops instead of runtime ones.
  • Implemented a new find function for the string classes.
  • Also added a couple of concepts.
  • Removed a bunch of superfluous constructors/destructors/copy/move operators.
  • Updated some of the integer-postfixes.
  • Switched to camel-case for types, and concepts.
  • Modified the DetectArchitecture.cmake script.
  • Added the check for the lzcnt instruction.
  • Added a universal fallback tzcnt function.
  • Modified the string class.
  • Removed a few unnecessary explicit template parameters.
  • Implemented the new SelectMenuDefaultValues type.
  • Improved the ISADetection headers, by splitting it into multiple different headers.
  • Added an implementation for parsing tuple-array-types.
  • Moved the concepts out into their own header.