]> sigrok.org Git - pulseview.git/history - pv/data/decode/rowdata.cpp
Session: Fix issue #67 by improving error handling
[pulseview.git] / pv / data / decode / rowdata.cpp
2020-05-21 Soeren ApelFix compile issues with some compiler versions
2020-05-03 Soeren ApelIntroduce DecodeSignal::annotation_visibility_changed...
2020-05-03 Soeren ApelAdd row colors and some fixes
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-10 Soeren ApelMinor decode refactorizations
2020-01-05 Soeren ApelRowData: Include fix
2020-01-05 Soeren ApelDecodeTrace: Add profiling and some optimizations
2020-01-01 Soeren ApelDecodeTrace: Highlight row expand markers when a class...
2020-01-01 Soeren ApelRework decoder infrastructure
2019-12-20 Soeren ApelFix #977 properly by checking whether a row actually...
2018-08-21 Soeren ApelImplement annotation export for all rows
2017-09-22 Uwe Hermannrowdata: Use emplace_back() for Annotation objects.
2017-03-23 Uwe HermannConsistenty use auto-generated namespace comments.
2017-03-11 Uwe HermannUse the "default" keyword.
2017-01-07 Gerhard Sittiglicense: remove FSF postal address from boiler plate...
2016-02-16 Soeren ApelWhitespace fix
2016-02-13 Uwe HermannUse range-based for loops more often.
2014-11-22 Joel HoldsworthRenamed C++ headers to .hpp
2014-11-22 Joel HoldsworthMake member variable underscores a suffix instead of...
2014-05-23 Joel HoldsworthReplaced lengthy iterator types with the auto keyword
2014-02-09 Joel HoldsworthFix some disappearing annotations
2014-02-08 Joel HoldsworthRowData: Removed _ann_start_index and _ann_end_index
2014-02-02 Joel HoldsworthSplit annotation data set into rows, and improved painting.