]> sigrok.org Git - pulseview.git/history - pv/prop/binding/decoderoptions.cpp
Session: Fix issue #67 by improving error handling
[pulseview.git] / pv / prop / binding / decoderoptions.cpp
2015-01-27 Joel HoldsworthMoved pv::prop:bindings classes into pv::bindings namespace
2014-11-22 Joel HoldsworthRenamed C++ headers to .hpp
2014-11-22 Joel HoldsworthMake member variable underscores a suffix instead of...
2014-10-15 Martin LingUse libsigrok C++ bindings (patch version 7).
2014-05-24 Joel HoldsworthReplaced boost::bind with C++11 lambdas
2014-05-24 Joel HoldsworthReplaced boost::shared_ptr with std::shared_ptr
2014-05-23 Joel HoldsworthReplaced BOOST_FOREACH with C++11 range-based for loops
2014-05-23 Joel HoldsworthReplaced lengthy iterator types with the auto keyword
2014-03-13 Joel HoldsworthAdded decoder options binding for double values
2014-03-13 Joel HoldsworthAddded support for decoder options with a values list
2014-02-09 Joel HoldsworthAdded some missing fromUtf8s
2013-12-30 Joel HoldsworthReplaced using namespace with using class directives
2013-12-25 Joel HoldsworthReplaced Decoder internal GHashTable storage of options...
2013-11-30 Joel HoldsworthImplemented decoder stacking
2013-11-30 Joel HoldsworthRenamed pv::data::Decoder to DecoderStack
2013-11-19 Joel HoldsworthMoved decoder config into the popup
2013-10-16 Bert VermeulenKey strings passed to decoder options must be newly...
2013-09-29 Joel HoldsworthImplemented decoder options binding
2013-09-29 Joel HoldsworthAdded empty DecoderOptions binding