]> sigrok.org Git - pulseview.git/history - pv/data/decode
Session: Fix issue #67 by improving error handling
[pulseview.git] / pv / data / decode /
2022-09-18 Soeren ApelFix #1663 by handling the case where annotations aren...
2021-06-22 Stefan BrünsFix broken build due to C++ template behind C linkage
2021-02-13 Soeren ApelContinue work on SRD_OUTPUT_LOGIC
2021-02-13 Soeren ApelInitial support for SRD_OUTPUT_LOGIC
2020-09-03 Soeren ApelFix #1596 by making memory management more robust
2020-05-21 Uwe HermannFix a few #include guard inconsistencies.
2020-05-21 Soeren ApelFix compile issues with some compiler versions
2020-05-11 Uwe Hermannrowdata.hpp: Minor indentation fixes.
2020-05-11 Soeren ApelFix #1542 by providing std::hash<QString> implementatio...
2020-05-03 Soeren ApelIntroduce DecodeSignal::annotation_visibility_changed...
2020-05-03 Soeren ApelTabularDecView: Implement "hide hidden rows/classes...
2020-05-03 Soeren ApelTabularDecView: Visually indent annotations by PD stack...
2020-05-03 Soeren ApelAdd row colors and some fixes
2020-05-03 Soeren ApelMove row/annotation color management out of DecodeTrace
2020-05-03 Soeren ApelFix #811 by using a hashed annotation text backing...
2020-05-03 Soeren ApelTabularDecView: Make the model/view work
2020-01-30 Soeren ApelDecodeTrace: Add "%c" to the format string
2020-01-10 Soeren ApelMinor decode refactorizations
2020-01-07 Soeren Apelclang-tidy and clazy proposals
2020-01-05 Soeren ApelRowData: Include fix
2020-01-05 Soeren ApelRow: Include fix
2020-01-05 Soeren ApelDecodeTrace: Add profiling and some optimizations
2020-01-01 Soeren ApelRename Decoder::shown() and such
2020-01-01 Soeren ApelFix some DecodeTrace UI issues
2020-01-01 Soeren ApelDecodeTrace: Highlight row expand markers when a class...
2020-01-01 Soeren ApelRework decoder infrastructure
2020-01-01 Soeren ApelImplement hidable rows
2019-12-23 Soeren ApelInternal decoder class handling refactoring
2019-12-23 Soeren ApelIntroduce views::trace::RowData and everything that...
2019-12-20 Soeren ApelFix #977 properly by checking whether a row actually...
2019-12-12 Soeren ApelAllow more than 256 binary output classes
2019-12-11 Soeren ApelVarious PD-related changes
2019-12-10 Soeren ApelMove DecodeChannel from data:: to data::decoder::
2018-08-21 Soeren ApelImplement annotation export for all rows
2018-08-21 Soeren ApelMake annotation export customizable
2018-07-21 Soeren ApelMake sure PD row colors remain constant by adding a...
2018-06-16 Soeren ApelFix comment
2018-05-04 Soeren ApelDecodeSignal: Re-set decoder metadata after stack termi...
2018-04-19 Soeren ApelAnnotation: Use special type for the class, not plain int
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-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