]> sigrok.org Git - pulseview.git/history - pv/data/decode/decoder.cpp
Renamed C++ headers to .hpp
[pulseview.git] / pv / data / decode / decoder.cpp
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-08-29 Martin LingRename 'probe' to 'channel' everywhere.
2014-07-01 Marcus ComstedtAdd missing #include <cassert> in multiple files
2014-05-24 Joel HoldsworthReplaced boost::shared_ptr with std::shared_ptr
2014-05-23 Joel HoldsworthReplaced lengthy iterator types with the auto keyword
2014-04-14 Uwe HermannRename 'probe' to 'channel' (libsigrokdecode change).
2014-03-01 Joel HoldsworthAdded LogicSignal::get_data
2014-02-20 Daniel ElstnerPass new unit_size argument to srd_inst_probe_set_all()
2014-02-11 Joel HoldsworthAdded DevInst pointer to Signal
2014-02-09 Joel HoldsworthDo not attempt to decode when required probes have...
2014-02-02 Joel HoldsworthAdded show/hide decoder button
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