]> sigrok.org Git - pulseview.git/history - test
Use a SweepTimingWidget for sample count limit.
[pulseview.git] / test /
2014-01-09 Uwe HermannCMakeLists.txt: Fix typos, cosmetics, consistency fixes.
2014-01-01 Uwe HermannCMakeLists.txt: Cosmetics, fix typos.
2013-12-30 Joel HoldsworthRemoved duplicated __STDC_LIMIT_MACROS define
2013-12-30 Joel HoldsworthReplaced using namespace with using class directives
2013-12-28 Joel HoldsworthMade decode an optional feature disabled by default.
2013-12-27 Joel HoldsworthMoved annotation painting code into DecodeTrace, and...
2013-11-30 Joel HoldsworthCreated DecoderGroupBox widget
2013-11-30 Joel HoldsworthAdded Popup::closed signal
2013-11-30 Joel HoldsworthImplemented decoder stacking
2013-11-30 Joel HoldsworthRenamed pv::data::Decoder to DecoderStack
2013-11-19 Joel HoldsworthFactored out DecoderMenu
2013-11-19 Joel HoldsworthRenamed DecodeSignal to DecodeTrace
2013-11-19 Joel HoldsworthMoved decoder config into the popup
2013-10-30 Uwe Hermanntest/CMakeLists.txt: Fix Boost version requirement.
2013-10-23 Joel HoldsworthMoved all srd commands into decode thread, implemented...
2013-10-23 Joel HoldsworthModified Decode to only use LogicSignals
2013-10-17 Bert VermeulenMake sure to use QT4 even if QT5 is available
2013-10-16 Uwe Hermanntests/CMakeLists.txt: Add missing boost-thread check.
2013-10-16 Uwe Hermanntests: Fix #include order.
2013-10-15 Joel HoldsworthAdded initial decoder unit test
2013-07-15 Uwe HermannAdd missing libboost-system to test/CMakeLists.txt.
2013-03-21 Joel HoldsworthImplemented Basic analog tests
2013-03-11 Arkadiusz MiśkiewiczAdded missing pthread linkage in tests
2013-03-03 Uwe HermannMinor whitespace fixes.
2013-01-13 Joel HoldsworthAdded Sixteen test case
2013-01-13 Joel HoldsworthFixed LongPulses test packet setup
2013-01-08 Alexandru Gagniuctests: Add check for handling of wide data (16 probes)
2012-12-24 Joel HoldsworthMoved data and snapshot classes into pv::data namespace
2012-12-12 Uwe HermannSome smaller whitespace fixes.
2012-10-21 Joel HoldsworthMoved unit test build commands into test/CMakeLists.txt
2012-10-20 Joel HoldsworthRemoved uneeded statements in LogicDataSnapshot test
2012-10-20 Joel HoldsworthCorrected more signed/unsigned inconsistencies in Logic...
2012-10-20 Joel HoldsworthCorrected signed/unsigned inconsistencies in LogicDataS...
2012-10-13 Alexandru GagniucDo not pass -DBOOST_TEST_DYN_LINK to pulseview
2012-10-13 Joel HoldsworthMade extdef.h a global include
2012-10-12 Joel HoldsworthMoved all classes into the pv namespace
2012-10-12 Joel HoldsworthCorrected project name in header comments
2012-10-06 Joel HoldsworthAdded tests for low scale
2012-10-06 Joel HoldsworthAdded LisMUsbHid test
2012-10-06 Joel HoldsworthMade longpulses a 64-bit test
2012-10-06 Joel HoldsworthAdded missing delete to longpulses test
2012-10-06 Joel HoldsworthAdded missing delete to pulses test
2012-10-06 Joel HoldsworthFixes and optimizations to get_subsampled edges
2012-09-30 Joel HoldsworthAdded LongPulses test
2012-09-30 Joel HoldsworthAdded Pulses test case for LogicDataSnapshot
2012-09-30 Joel HoldsworthFixes to LargeData test checks
2012-09-16 Joel HoldsworthAdded LogicDataSnapshot::get_subsample helper function
2012-09-15 Joel HoldsworthAdded tests, and corrected behaviour of LogicDataSnapsh...
2012-09-03 Joel HoldsworthAdded large data set tests for append_payload_to_mipmap
2012-09-03 Joel HoldsworthImplemented O(log(N)) wave plotting
2012-09-03 Joel HoldsworthAdded subsampling for fast lookup
2012-09-03 Joel HoldsworthInitial tests for LogicDataSnapshot
2012-09-03 Joel HoldsworthAdded empty unit testing framework