]> sigrok.org Git - pulseview.git/history - pv/data/decode/annotation.cpp
Annotation: Use special type for the class, not plain int
[pulseview.git] / pv / data / decode / annotation.cpp
2018-04-19 Soeren ApelAnnotation: Use special type for the class, not plain int
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...
2015-07-25 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-09-15 Uwe HermannReplace ann_format with ann_class.
2014-07-01 Marcus ComstedtAdd missing #include <cassert> in multiple files
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...