Skip to content

Releases: psanse/BitGraph

BITGRAPH 1.4.0

02 Feb 18:23
c6c6bdf

Choose a tag to compare

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

25 Jan 11:24

Choose a tag to compare

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

09 Jan 12:12
91e6938

Choose a tag to compare

Improved fail-fast exit in release
Comments, logs, minor issues

Full Changelog: v1.3.4...v1.3.5

BITGRAPH 1.3.4

07 Jan 05:29

Choose a tag to compare

IntRange declare constexpr constructor
refactored common_types
fixed g++ warning issues

Full Changelog: v1.3.3...v1.3.4

BITGRAPH 1.3.3

21 Dec 12:15

Choose a tag to compare

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

12 Dec 17:48

Choose a tag to compare

Important refactoring for the GRAPH hierarchy (nested type names) and other changes
Full Changelog: v1.3.1...v1.3.2

BITGRAPH 1.3.1

11 Dec 20:23

Choose a tag to compare

Fixed further g++ warnings after huge refactoring
Improved namespace _impl management
Full Changelog: v1.3.0...v1.3.1

BITGRAPH 1.3.0

09 Dec 10:49

Choose a tag to compare

Huge refactoring: names, types, conversions from size_t to int, etc.
Full Changelog: v1.2.0...v1.3.0

BITGRAPH 1.2.1

04 Dec 04:51

Choose a tag to compare

Fixed API names that had not been updated properly after the refactoring in 1.2.0

BITGRAPH 1.2.0

04 Dec 04:40

Choose a tag to compare

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