Releases: psanse/BitGraph
BITGRAPH 1.4.0
Improved facade types for consumer code - new header files splitting graph.h header facade
Refactored types, cleaned type declarations
Other minor issues
Full Changelog: v1.3.6...v1.4.0
BITGRAPH 1.3.6
fixed type dependencies in Graph hierarchy
fixed logger issues
set C++14 flags appropiately in CMakeLists.txt
fixed g++ warning and compiler issues
refactored and improved FixedStack type
Full Changelog: v1.3.5...v1.3.6
BITGRAPH 1.3.5
Improved fail-fast exit in release
Comments, logs, minor issues
Full Changelog: v1.3.4...v1.3.5
BITGRAPH 1.3.4
IntRange declare constexpr constructor
refactored common_types
fixed g++ warning issues
Full Changelog: v1.3.3...v1.3.4
BITGRAPH 1.3.3
improved FixedStack type
refactored com::range_t to IntRange and placed it nested inside namespace details::
Added order() method for graph classes
improved/documented bb_config.h
Full Changelog: v1.3.2...v1.3.3
v1.3.2
Important refactoring for the GRAPH hierarchy (nested type names) and other changes
Full Changelog: v1.3.1...v1.3.2
BITGRAPH 1.3.1
Fixed further g++ warnings after huge refactoring
Improved namespace _impl management
Full Changelog: v1.3.0...v1.3.1
BITGRAPH 1.3.0
Huge refactoring: names, types, conversions from size_t to int, etc.
Full Changelog: v1.2.0...v1.3.0
BITGRAPH 1.2.1
Fixed API names that had not been updated properly after the refactoring in 1.2.0
BITGRAPH 1.2.0
What's Changed
- operator<< no longer prints endl by @dstahlke in #8
- fixed ub vector size - it was leading to out-of-bounds access by @dstahlke in #9
- Docs fixes by @dstahlke in #10
- enabled compiler warnings and fixed some thing thereby found by @dstahlke in #11
- Changed API getters to comply with standatds, i.e. count() is now the number of bits, num_blocks the maximum capacity of a bitset, size() respects the concept of size in STL containers, number_of_XXX changed to num_XXX etc.
New Contributors
Full Changelog: v1.1.6...v1.2.0