Releases: JustWhit3/osmanip
Releases · JustWhit3/osmanip
4.6.1
4.6.0
4.5.1
4.5.0
Updates
- Build system update with
CMake
. - Replace
int
types withint32_t
and other variations.
Bugs fixing
- Fixed a bug for which correct compilation fo tests and examples on MSVC was broken.
- Fixed a bug for which it was necessary to include
osmanip/manipulators/common.hpp
header when using basic manipulators.
4.4.0
Updates
- Added a new ostream object
osm::cout
to manageosmanip
buffer and in particular multithreading progressbars redirection. Thanks to @joeletho. - Added a new script
IWYU.sh
to check correct headers inclusion using include-what-you-use framework. - Removed useless headers.
- Code quality update.
4.3.0
Updates
- Added progress bar output redirection, thanks to Joel Thomas for the contribution and for the implementation.
- Removed debug flag from building options.
- Replaced
NULL
macro with 0. - Updates in the
addStyle
method of the Progressbar class, now it doesn't throw exceptions anymore.
4.2.2
4.2.1
4.2.0
Updates
- Source code of progress bar has moved into progressbar.hpp file.
- Removed print function and moved into a new repository project called
ptc::print
. - Removed useless
reset
function for ANSI resetting. - Improvements in manipulators objects performances.
- First draft of benchmarking studies (beta).