]> sigrok.org Git - pulseview.git/history - CMakeLists.txt
Added a binding for SR_CONF_SAMPLERATE
[pulseview.git] / CMakeLists.txt
2013-03-03 Joel HoldsworthAdded a Double property object
2013-02-20 Uwe HermannAdd -Wall compiler option.
2013-02-06 Alexandru Gagniucbuildsystem: Abort cmake config if Boost is not found
2013-01-27 Joel HoldsworthRenamed pv::dialogs::HwCap to DeviceOptions
2013-01-27 Joel HoldsworthRenamed pv::prop::binding::HwCap to DeviceOptions
2013-01-24 Alexandru Gagniucbuildsystem: Link against the platform's thread library
2013-01-24 Uwe HermannLower Boost dependency to 1.42.
2013-01-20 Uwe HermannMinGW: Drop hardcoded BOOST_ROOT.
2013-01-20 Uwe HermannAdd missing settings for boost-thread on MinGW.
2013-01-19 Uwe HermannCPack: Only generate a .tar.gz file.
2013-01-19 Joel HoldsworthPrevent CPack from generating a source package with...
2013-01-19 Joel HoldsworthSet the package version number
2013-01-19 Alexandru GagniucAdd a way to generate a tarball without requiring git
2013-01-19 Uwe HermannLower Boost dependency to 1.45, which is sufficient.
2013-01-19 Uwe HermannCMakeLists.txt: Fix typo.
2013-01-19 Uwe Hermannboost-thread: Use 'thread_win32' on Windows/MinGW.
2013-01-16 Joel HoldsworthAdded -Wextra, and an option to disable -Werror
2012-12-28 Joel HoldsworthAdded Enum property
2012-12-28 Joel HoldsworthAdded Property
2012-12-28 Joel HoldsworthAdded empty HwCap dialog
2012-12-28 Joel HoldsworthAdded empty HwCap binding
2012-12-24 Joel HoldsworthMoved data and snapshot classes into pv::data namespace
2012-12-24 Joel HoldsworthMoved pv::About into the pv::dialogs::About namespace
2012-12-20 Joel HoldsworthAdded skeleton analog support
2012-12-12 Uwe Hermanncmake: Add boost-thread as explicit dependency.
2012-12-11 Joel HoldsworthInitial threaded capture
2012-11-03 Joel HoldsworthMoved Signal and LogicSignal into pv::view
2012-11-01 Joel HoldsworthMade TimeMarker and Cursor QObjects
2012-11-01 Joel HoldsworthAdded Cursor class
2012-10-29 Joel HoldsworthAdded TimeMarker base class
2012-10-21 Joel HoldsworthMoved unit test build commands into test/CMakeLists.txt
2012-10-20 Joel HoldsworthEnable -Werror -Wall
2012-10-13 Uwe HermannOnly check for libboost-test if tests are enabled.
2012-10-13 Uwe HermannCosmetics.
2012-10-13 Alexandru GagniucDo not pass -DBOOST_TEST_DYN_LINK to pulseview
2012-10-13 Joel HoldsworthAdded --help option
2012-10-13 Joel HoldsworthUse ${PROJECT_NAME} instead of pulseview in CMakeLists.txt
2012-10-13 Joel HoldsworthAdded --version option
2012-10-13 Joel HoldsworthMade extdef.h a global include
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