]> sigrok.org Git - pulseview.git/history - pv/data/decoder.cpp
Moved decoder config into the popup
[pulseview.git] / pv / data / decoder.cpp
2013-11-19 Joel HoldsworthMoved decoder config into the popup
2013-10-30 Bert VermeulenAdjust to libsigrokdecode API changes
2013-10-23 Joel HoldsworthImplemented a global decode lock to prevent concurrent...
2013-10-23 Joel HoldsworthMoved all srd commands into decode thread, implemented...
2013-10-23 Joel HoldsworthModified Decode to only use LogicSignals
2013-10-15 Joel HoldsworthDestroy the decode session after use
2013-10-15 Joel HoldsworthAdded error handling to SigSession::add_decoder
2013-10-15 Joel HoldsworthAdded missing includes and defintions
2013-10-13 Joel HoldsworthModified Decoder to support srd_sessions
2013-10-13 Joel HoldsworthPrint an error message, rather than asserting if the...
2013-09-29 Joel HoldsworthUpdate the viewport as new data is decoded
2013-09-29 Joel HoldsworthImplemented decoder options binding
2013-09-29 Joel HoldsworthIntegrated decode
2013-09-29 Joel HoldsworthAdded empty decoder thread
2013-09-29 Joel HoldsworthCreate decoder instance
2013-09-29 Joel HoldsworthMade Decoder dialog export a map of probes, and routed...
2013-09-29 Joel HoldsworthAdded pv::data::Decoder container object