We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0c1ca42 commit 4b6b46dCopy full SHA for 4b6b46d
ChangeLog
@@ -1,3 +1,9 @@
1
+cbm 0.4 - 26 Mar. 2025
2
+ * Increased max rows to display from 8 to 64. Thanks to Jason Bowen
3
+ <jbowen@infinitecactus.com>.
4
+ * Implemented peak bandwidth statistics. Thanks to David Polverari
5
+ <david.polverari@gmail.com>.
6
+
7
cbm 0.3.2 - 15 Aug. 2021
8
* Fixed warnings from configure.ac.
9
* Ran `astyle' command in all sources.
configure.ac
@@ -20,7 +20,7 @@
20
#
21
22
AC_PREREQ([2.69])
23
-AC_INIT([cbm],[0.3.2],[https://github.com/resurrecting-open-source-projects/cbm/issues])
+AC_INIT([cbm],[0.4],[https://github.com/resurrecting-open-source-projects/cbm/issues])
24
AM_INIT_AUTOMAKE(foreign)
25
AC_CONFIG_SRCDIR(src/cbm.cpp)
26
AC_CONFIG_HEADERS([src/config.h])
0 commit comments