]> sigrok.org Git - pulseview.git/history - pv/prop/binding/binding.cpp
Session: Fix issue #67 by improving error handling
[pulseview.git] / pv / prop / binding / binding.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::shared_ptr with std::shared_ptr
2014-05-23 Joel HoldsworthReplaced BOOST_FOREACH with C++11 range-based for loops
2014-03-13 Joel HoldsworthMoved print_gvariant into DeviceOptions
2014-01-29 Joel HoldsworthFixed layout of labeled widgets
2013-12-30 Joel HoldsworthReplaced using namespace with using class directives
2013-10-13 Joel HoldsworthAdded support for auto-apply in Binding
2013-09-29 Joel HoldsworthAdded Binding::add_properties_to_form
2013-09-29 Joel HoldsworthMoved form generation into Binding
2013-04-08 Joel HoldsworthMoved get_property_form out of pv::prop::binding::Binding
2013-04-08 Joel HoldsworthAdded Bool property and bound to SR_CONF_RLE
2013-03-03 Uwe HermannMinor whitespace fixes.
2012-12-28 Joel HoldsworthAdded commit support to Binding
2012-12-28 Joel HoldsworthAdded Property