Releases: intrig/ict
Bugfix
Release 3.1.0
bit_iterator
Added bit_iterator and improved bitstring API. See #6 for details.
Version 3.0.1
Release 3.0.1 Patch Notes
Added cloned_ptr
ict::cloned_ptr<T>
is an experimental type that is like std::shared_ptr
but instead of sharing a pointer,
it creates a deep copy using the required T::clone()
method.
Improved Documentation
Updated documentation for ict::bitstring
and ict::multi vector
.
Version 3.0.0
Removed ict::url
Moved it and corresponding unit tests into the xenon repo. It is now struct xenon::recref
. It was too specific to @intrig/xenon and in no way came close to being a proper url type.
Added ict::osstream
This is like std::stringstream
but with limited functionality. It only supports strings and integers at
the moment. It does not support stream minipulators. It is much faster. Recommended.
Bug Fixes
Fixed bug where exception messages were not being displayed.
Version 2.0.0
Updated directory structure to be easily added as a submodule to other repos.
Initial Release
v1.0.0 Update multivector.md