Skip to content

Releases: intrig/ict

Bugfix

17 Aug 20:08
Compare
Choose a tag to compare

Fixed bit_copy_n() bug.

See #7 for details.

Release 3.1.0

17 Aug 17:55
Compare
Choose a tag to compare

bit_iterator

Added bit_iterator and improved bitstring API. See #6 for details.

Version 3.0.1

08 Aug 14:48
Compare
Choose a tag to compare

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

01 Aug 21:23
Compare
Choose a tag to compare

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

22 Jul 22:00
Compare
Choose a tag to compare

Updated directory structure to be easily added as a submodule to other repos.

Initial Release

14 Oct 17:04
Compare
Choose a tag to compare
v1.0.0

Update multivector.md