Tags give the ability to mark specific points in history as being important
-
0.0.3-pre-alpha
feaf0692 · ·Switched out main and development - there were too many changes and breaking Stuff. Kogo is much better now. Builds on cl, clang-cl, clang and gcc. Still pre-alpha since things are always moving. Lots of cleanup and removed experimentals unused features into an experimental branch. Old main is retained in old-main for now. See readme and updated docs.
-
0.0.2-pre-alpha
20ad5b8e · ·Introduced an API breaking change which justifies tagging. Components "types" member are renamed to "sd" for "static definitions" (or "static data") and the according mixin template parameter was renamed from "TYPES" to "SD". It just turned out that the struct was not just used for types, but also static values and static functions. So "sd" seemed more appropriate. It's also shorter and easdier to type.
-