]> sigrok.org Git - pulseview.git/history - pv/data/decode/rowdata.cpp
Implement annotation export for all rows
[pulseview.git] / pv / data / decode / rowdata.cpp
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.