libsigrok/bindings/cxx
Gerhard Sittig 61a6d983bd C++ binding: Allow to re-use ConfigKey::parse_string() for Option class
Split the data type detection from the actual data type conversion in
the ConfigKey::parse_string() method. Allow the Option class to re-use
the public ConfigKey method, to share the maximum amount of data type
conversion code for both Driver and InputFormat option specs.

This is the least intrusive yet most reliable and consistent approach in
the libsigrok C++ binding that allows applications to support driver scan
and input file format options from command line arguments.
2017-06-25 20:42:21 +02:00
..
include/libsigrokcxx C++ binding: Allow to re-use ConfigKey::parse_string() for Option class 2017-06-25 20:42:21 +02:00
ConfigKey_methods.cpp C++ binding: Allow to re-use ConfigKey::parse_string() for Option class 2017-06-25 20:42:21 +02:00
ConfigKey_methods.hpp C++ binding: Allow to re-use ConfigKey::parse_string() for Option class 2017-06-25 20:42:21 +02:00
ConfigKey_methods.i bindings: Expose ConfigKey::identifier as an attribute. 2014-11-12 02:27:04 +01:00
Doxyfile Rename sigrok-logo-notext.png to libsigrok_112x112.png. 2017-06-11 23:03:09 +02:00
QuantityFlag_methods.cpp bindings: Add QuantityFlag::mask_from_flags() method. 2014-11-13 18:37:57 +01:00
QuantityFlag_methods.hpp bindings: Add QuantityFlag::mask_from_flags() method. 2014-11-13 18:37:57 +01:00
classes.cpp C++ binding: Allow to re-use ConfigKey::parse_string() for Option class 2017-06-25 20:42:21 +02:00
enums.py Fix various -Wundefined-var-template clang warnings. 2017-06-09 23:50:44 +02:00
libsigrokcxx.pc.in Consistently use SR_PACKAGE_VERSION instead of VERSION 2015-08-16 18:28:13 +02:00