]> sigrok.org Git - pulseview.git/history - pv/data/decode
Fix #1089 by updating the signal labels and group labels
[pulseview.git] / pv / data / decode /
2017-09-22 Uwe Hermannrowdata: Use emplace_back() for Annotation objects.
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-23 Uwe HermannRandom simplifications, cosmetics/whitespace/consistenc...
2017-03-18 Uwe HermannDon't use std:: in the code directly (where possible).
2017-03-11 Uwe HermannUse the "default" keyword.
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 HermannPrefer Qt string multi-arg form over arg chaining.
2016-02-13 Uwe HermannFix inconsistent declaration parameter names.
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-27 Joel HoldsworthModified header guards to match file names
2015-01-17 Uwe HermannUpdate for libsigrokcxx rename.
2014-11-29 Uwe HermannMinor whitespace fixes.
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-09-15 Uwe HermannReplace ann_format with ann_class.
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-13 Joel HoldsworthRemoved undefined Annotation::set_row and set_pd_index
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-16 Joel HoldsworthAdded row heading text
2014-02-11 Joel HoldsworthAdded DevInst pointer to Signal
2014-02-09 Joel HoldsworthFix some disappearing annotations
2014-02-09 Joel HoldsworthDo not attempt to decode when required probes have...
2014-02-08 Joel HoldsworthRowData: Removed _ann_start_index and _ann_end_index
2014-02-02 Joel HoldsworthAdded show/hide decoder button
2014-02-02 Joel HoldsworthSplit annotation data set into rows, and improved painting.
2014-02-01 Uwe Hermannpv::data::decode::Annotation: Add pd_index() and set_pd...
2014-02-01 Uwe Hermannpv::data::decode::Annotation: Add row() and set_row().
2013-12-30 Joel HoldsworthReplaced using namespace with using class directives
2013-12-28 Joel HoldsworthAdded missing include to annotation.cpp
2013-12-28 Joel HoldsworthHandle C-strings as UTF-8
2013-12-27 Joel HoldsworthMoved annotation painting code into DecodeTrace, and...
2013-12-25 Joel HoldsworthReplaced Decoder internal GHashTable storage of options...
2013-11-30 Joel HoldsworthImplemented decoder stacking