]> sigrok.org Git - pulseview.git/history - pv/data/decode/decoder.cpp
Annotation: Use special type for the class, not plain int
[pulseview.git] / pv / data / decode / decoder.cpp
2018-04-18 Soeren ApelFix #1162 by always submitting all changed options...
2018-04-05 Soeren ApelApply option changes immediately, not on decode stack...
2017-09-08 Soeren ApelFix #1024 by changing decode channel assigment to PDs
2017-08-02 Uwe HermannFix some random clang-tidy warnings.
2017-07-06 Uwe HermannApply some clang-tidy fixes.
2017-07-05 Soeren ApelImplement logic data muxer thread
2017-07-04 Soeren ApelRe-use DecodeTrace::ChannelSelector as DecodeChannel
2017-06-05 Uwe HermannAllow users to set initial pin states for decoders.
2017-03-23 Uwe HermannConsistenty use auto-generated namespace comments.
2017-03-18 Uwe HermannDon't use std:: in the code directly (where possible).
2017-01-07 Gerhard Sittiglicense: remove FSF postal address from boiler plate...
2016-08-18 Soeren ApelUse SignalBase instead of LogicSignal for decoders
2016-08-18 Soeren ApelRename Trace::channel_ to Trace::base_, including depen...
2016-02-16 Soeren ApelWhitespace fix
2016-02-13 Uwe HermannUse range-based for loops more often.
2015-08-20 Uwe HermannPass unitsize to srd_session_send() directly.
2015-07-25 Uwe HermannMinor whitespace fixes.
2015-06-11 Joel HoldsworthReplaced NULL with nullptr
2015-01-17 Uwe HermannUpdate for libsigrokcxx rename.
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