]> sigrok.org Git - pulseview.git/history - CMakeLists.txt
Generate a config.h file for versioning
[pulseview.git] / CMakeLists.txt
2012-10-13 Alexandru GagniucGenerate a config.h file for versioning
2012-10-12 Alexandru GagniucUnify the if(WIN32) defines
2012-10-12 Joel HoldsworthOffer unit tests with a cmake option
2012-10-12 Alexandru GagniucAdded section headers to CMakeLists.txt
2012-10-12 Joel HoldsworthIndented if statements in CMakeLists.txt
2012-10-12 Joel HoldsworthMoved install rule out of test section in CMakeLists.txt
2012-10-12 Joel HoldsworthMoved all classes into the pv namespace
2012-10-12 Uwe HermannSmall consistency fix in a header.
2012-10-12 Joel HoldsworthCorrected project name in header comments
2012-10-12 Joel HoldsworthAdded a copyright header to CMakeLists.txt
2012-10-12 Joel HoldsworthMade unit tests optional
2012-10-11 Joel HoldsworthAdded install rule
2012-10-11 Uwe HermannSet explicit BOOST_ROOT on Windows/MinGW.
2012-10-11 Uwe HermannInitial build fixes for Windows/MinGW.
2012-10-10 Uwe HermannBump libsigrok dependency to >= 0.2.0.
2012-09-09 Joel HoldsworthRemoved OpenGL from pv::view::Viewport
2012-09-09 Joel HoldsworthInitial work moving ruler into the pv::view::Ruler...
2012-09-09 Joel HoldsworthInitial work moving headers into the pv::view::Header...
2012-09-07 Joel HoldsworthMoved view classes into the pv::view:: namespace
2012-09-06 Joel HoldsworthAdd initial scrolling support with a QAbstractScrollArea
2012-09-04 Joel HoldsworthRenamed SigView to SigViewport
2012-09-03 Joel HoldsworthRenamed sigrok-qt2 to PulseView
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
2012-09-03 Joel HoldsworthReplaced mainwindow.ui XML with code
2012-09-03 Joel HoldsworthAdded empty SamplingBar object
2012-09-03 Joel HoldsworthFleshed out data model
2012-09-03 Joel HoldsworthAdded a dependency on boost
2012-09-03 Joel HoldsworthAdded session file open support
2012-09-03 Joel HoldsworthCreated a CMake build environment