0.1.5
PVXS / ubuntu-20.04/gcc/default/3.14// (push) Cancelled after 0s
PVXS / ubuntu-20.04/gcc/default/3.15// (push) Cancelled after 0s
PVXS / macos-latest/clang/default/7.0// (push) Cancelled after 0s
PVXS / ubuntu-20.04/gcc/default/7.0// (push) Cancelled after 0s
PVXS / ubuntu-20.04/gcc/default/7.0//release-2.0.22-stable (push) Cancelled after 0s
PVXS / ubuntu-20.04/gcc/default/7.0/64/ (push) Cancelled after 0s
PVXS / ubuntu-20.04/gcc/static/7.0/64/ (push) Cancelled after 0s
PVXS / ubuntu-16.04/gcc-4.8/default/7.0// (push) Cancelled after 0s
PVXS / ubuntu-16.04/gcc-4.9/default/7.0// (push) Cancelled after 0s
PVXS / ubuntu-20.04/gcc-8/default/7.0// (push) Cancelled after 0s
PVXS / windows-2019/vs2019/default/7.0// (push) Cancelled after 0s
PVXS / windows-2019/vs2019/static/7.0// (push) Cancelled after 0s
PVXS / ubuntu-20.04/clang/default/7.0// (push) Cancelled after 0s

This commit is contained in:
Michael Davidsaver
2021-05-07 10:13:39 -07:00
parent cbcd3ce105
commit 4023aedaec
3 changed files with 27 additions and 2 deletions
+8
View File
@@ -61,6 +61,14 @@ alarm_t
**"message"**
Arbitrary string describing the condition being alarmed.
NTEnum
------
Container for a scalar value selection from a list of strings.
.. doxygenstruct:: pvxs::nt::NTEnum
:members:
NTNDArray
---------
+18 -1
View File
@@ -3,9 +3,26 @@
Release Notes
=============
0.1.5 (UNRELEASED)
0.1.6 (UNRELEASED)
------------------
0.1.5 (May 2021)
----------------
* Bug Fixes
* Fix several previously unusable template methods of `pvxs::shared_array`
* Fix `pvxs::logger_level_set`
* Changes
* Default logger level changed from Err to Warn.
* Server warns when falling back from requested TCP port.
* Public headers include <iosfwd> instead of <ostream>.
* Additions
* Add `pvxs::nt::NTEnum`
0.1.4 (APR 2021)
----------------
+1 -1
View File
@@ -87,7 +87,7 @@ struct NTScalar {
/** An enumerated value (choice from a list of strings)
*
* @since UNRELEASED
* @since 0.1.5
*/
struct NTEnum {
//! A TypeDef which can be appended