]> sigrok.org Git - pulseview.git/history - CMakeLists.txt
LogicSignal: Tidied up forward declarations
[pulseview.git] / CMakeLists.txt
2013-09-08 Uwe HermannBump cmake requirement to 2.8.6 (needed for cotire).
2013-09-03 Joel HoldsworthRefactored Signal into Trace
2013-09-03 Joel HoldsworthUsed cotire to enhance build performance
2013-08-26 Joel HoldsworthAdded a comment to CMakeLists.txt
2013-05-27 Joel HoldsworthAdded trigger selection handlers
2013-05-19 Bert VermeulenFix build on systems with Qt5 installed
2013-05-19 Joel HoldsworthAdded pv::view::MarginWidget as a common base class...
2013-05-19 Joel HoldsworthMoved Signal selection behaviour into SelectableItem
2013-05-19 Joel HoldsworthDerrived TimeMarker from SelectableItem
2013-05-19 Joel HoldsworthAdded empty context bar
2013-05-04 Uwe HermannInstall the manpage upon 'make install'. pulseview-0.1.0
2013-05-03 Uwe HermannPulseView depends on libsigrokdecode >= 0.2.0 (optional).
2013-04-27 Joel HoldsworthAdded DeviceManager
2013-04-23 Uwe Hermannwin32: Use -mwindows to avoid opening a "DOS box".
2013-04-18 Joel HoldsworthReplaced std::pair<Cursor, Cursor> with CursorPair
2013-04-18 Joel HoldsworthMade UNIX signals an optional feature
2013-04-18 Joel HoldsworthAdded ENABLE_SIGROKDECODE option, disabled for now
2013-04-08 Joel HoldsworthAdded Int property and bound to SR_CONF_CAPTURE_RATIO
2013-04-08 Joel HoldsworthAdded Bool property and bound to SR_CONF_RLE
2013-03-31 Joel HoldsworthIntegrated signal handler from qpdfview
2013-03-21 Joel HoldsworthMoved SamplingBar into pv::toolbars namespace
2013-03-20 Joel HoldsworthAdded Enable/Disable All Buttons
2013-03-09 Joel HoldsworthInitial manual connect dialog with a serial port selector
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