]> sigrok.org Git - libsigrok.git/history - bindings/cxx/ConfigKey_methods.cpp
output/csv: use intermediate time_t var, silence compiler warning
[libsigrok.git] / bindings / cxx / ConfigKey_methods.cpp
2022-12-19 Markus Heidelbergbindings: add u32/SR_T_UINT32 support for config keys
2022-12-17 Gerhard Sittigbindings/cxx: implement std::stoul() fallback when...
2019-06-30 Daniel Anselmibindings: Avoid "using namespace" in headers.
2018-07-22 Uwe HermannFix multiple C++ bindings warnings with gcc 8.
2018-02-21 Gerhard Sittigbindings/cxx: include config.h as early as possible
2017-06-25 Gerhard SittigC++ binding: Allow to re-use ConfigKey::parse_string...
2015-10-26 Martin LingC++: Catch exceptions from stoi() and stod().
2015-10-26 Daniel ElstnerC++: Make most members private instead of protected
2015-09-13 Daniel ElstnerBuild: Include <config.h> first in all source files
2015-08-25 Bert VermeulenReplace sr_config_info with sr_key_info.
2014-11-12 Martin Lingbindings: Rename ConfigKey::get(string) to get_by_ident...
2014-09-11 Martin Lingbindings: Remove 'get_' prefix from all accessors.
2014-08-31 Marcus ComstedtC++: Provide fallbacks for missing stoi/stod functions
2014-07-24 Martin LingC++: Fix leak of GVariant in ConfigKey::parse_string().
2014-07-18 Martin LingAdd C++ bindings.