Skip to content

Releases: hhu-bsinfo/ib-scanner

v0.4.0: Fourth beta release:

31 Jul 07:54
Compare
Choose a tag to compare
-Change project name to 'ib-scanner'

v0.3.3: Bugfix release:

22 Oct 19:00
Compare
Choose a tag to compare
-Fix both 'Xmit Throughput' and 'Rcv Throughput' showing 0, when only one of them is actually 0
-Show git branch in build information
-Use more specifically named include guards
-Show build information of IbPerfLib

v0.3.2: Bugfix release:

16 Oct 12:34
Compare
Choose a tag to compare
-Fix compatibility issues with C++-11
-Add continuous integration via Travis-CI

v0.3.1: Bugfix release:

16 Oct 12:26
Compare
Choose a tag to compare
-Fix 'Xmit Throughput' and 'Rcv Throughput' showing the same value
-Fix a bug, where the throuhgput values would overflow, after a reset of the performance counters
-Remove options 'Reset Current' and 'Reset All'; Add function 'Reset Counters' which resets the counters of all monitor windows

v0.3.0: Third beta release:

16 Oct 12:26
Compare
Choose a tag to compare
-Monitor diagnostic performance counters on local devices

v0.2.0: Second beta release:

16 Oct 12:26
7e6e1f2
Compare
Choose a tag to compare
-Offer to fallback into compat-mode, if mad-mode is not working
-Suppress ibmad-warnings

v0.1.3: Bugfix/Feature release:

16 Oct 12:26
Compare
Choose a tag to compare
-Implement support for IbPerfLib's new compatibility mode
-Fix a bug, where the application would crash, if the fabric consists of less than 4 nodes

v0.1.2: Bugfix release:

16 Oct 12:26
Compare
Choose a tag to compare
-IbPerfMon: Don't crash, if an exception occurs
-IbPerfMon: Fix buffer overflow
-IbPerfMon: Prevent monitor windows from being changed, while an update is in progress

v0.1.1: Bugfix release:

16 Oct 12:26
Compare
Choose a tag to compare
-CursesLib: It is now possible to set the focus to a specific window
-IbPerfMon: Fix a bug, where the menu window would lose its focus, after the amount of monitor windows has been changed

v0.1.0: First beta release:

16 Oct 12:27
Compare
Choose a tag to compare
-CursesLib: Windows can now have additional key handlers
-CursesLib/MenuWindow: It is now possible to get a reference to the currently selected item
-CursesLib/MenuItem: It is now possible to store a pointer to arbitrary data in a menu item