]> sigrok.org Git - pulseview.git/history - pv/data/segment.cpp
Speed up MipMap downsampling in logicsegment
[pulseview.git] / pv / data / segment.cpp
2018-10-16 Jon BurgessSpeed up MipMap downsampling in logicsegment
2018-10-16 Jon BurgessExpose length of valid data in segment chunk
2018-10-13 Soeren ApelSegment: Implement temporary workaround for #1284
2018-10-13 Soeren ApelSegments: Fix iterator access to underlying value
2018-08-21 Soeren ApelSegment: Catch by reference
2018-07-21 Soeren ApelFix #975 by overallocating memory to leave spare for...
2018-01-09 Soeren ApelAdd segment_id to all segment classes
2018-01-05 Soeren ApelImplement Trace::ShowLastCompleteSegmentOnly display...
2017-07-05 Soeren ApelMake get_raw_samples() use provided mem instead of...
2017-05-05 Soeren ApelSegment: Rework append_samples() so it can handle large...
2017-03-27 Uwe HermannWhitespace cosmetics.
2017-03-27 Soeren ApelSpeed up analog trace painting
2017-03-23 Uwe HermannRandom simplifications, cosmetics/whitespace/consistenc...
2017-03-23 Uwe HermannRemove unused "using" declarations.
2017-03-18 Uwe HermannDon't use std:: in the code directly (where possible).
2017-03-11 Uwe HermannDon't use deprecated headers.
2017-02-19 Soeren ApelSegment: Do not alter chunks when there are active...
2017-02-18 Soeren ApelSegment: Move definition of MaxChunkSize
2017-02-08 Soeren ApelFree unused segment memory after acquisition
2017-02-08 Soeren ApelSwitch segment storage from single vector to vector...
2017-01-07 Gerhard Sittiglicense: remove FSF postal address from boiler plate...
2015-12-26 Uwe HermannVarious minor whitespace and consistency fixes.
2015-09-04 Jens SteinhauserUse a type with a greater resolution to represent time...
2015-08-19 Soeren ApelFix #626 by stopping acquisition gracefully
2014-12-10 Joel HoldsworthSnapshot: Renamed to Segment