]> sigrok.org Git - pulseview.git/history - CMakeLists.txt
pulseview.qrc: Add missing entries for new icons.
[pulseview.git] / CMakeLists.txt
2016-08-31 Soeren ApelSave/restore view states and signal settings
2016-08-22 Soeren ApelMainWindow: Remove menu bar
2016-08-18 Soeren ApelIntroduce pv::data::SignalBase
2016-06-24 Uwe HermannRevert "cmake: use pkg-config ldflags directly instead...
2016-06-12 Samuel Martincmake: add check for explicit linking against libatomic
2016-05-19 Aurelien Jacobscmake: use pkg-config ldflags directly instead of split...
2016-04-07 Soeren ApelAnalogSignal: Use Q_OBJECT and implement vdiv selector...
2016-02-11 Uwe HermannCMakeLists.txt: Bump PulseView version to 0.4.0.
2016-01-03 Uwe HermannFix a bunch of random typos.
2016-01-03 Uwe HermannBump the Boost requirement to >= 1.53.
2015-12-03 Uwe HermannCMakeLists.txt: Drop superfluous "include(FindPkgConfig)".
2015-11-08 Tilman SauerbeckAdd TriggerMarker class.
2015-11-03 Uwe HermannCMakeLists.txt: Enable unit tests by default.
2015-11-02 Daniel Elstnerbuild: Limit auto-versioning to git revision hash
2015-10-18 Joel HoldsworthScaleSignalHandle: Initial implementation
2015-10-18 Joel HoldsworthAdded ViewItemOwner
2015-10-17 Joel HoldsworthRowItem: Moved hover_point_changed in
2015-10-17 Joel HoldsworthTraceTreeItem: Separated from RowItem
2015-09-28 Daniel Elstnerandroid: Read firmware resources from assets
2015-09-04 Daniel ElstnerBuild: Substitute build configuration into NSIS script
2015-09-04 Jens SteinhauserAdd a spin box widget for timestamp values
2015-08-08 Uwe HermannBump Boost requirement to >= 1.48.
2015-07-25 Daniel Elstnerbuild: Only try to read the VERSION file if it exists
2015-07-25 Daniel ElstnerBuild: Make hardcoded version override git tag
2015-07-25 Daniel ElstnerBuild: Use -dirty version suffix for local changes
2015-07-25 Daniel Elstnerbuild: Derive PulseView version from git tags
2015-07-18 Uwe HermannBuild-depend on the upcoming libsigrok + libsigrokdecod...
2015-07-18 Uwe HermannBump version to 0.3.0 (the upcoming next major release).
2015-07-18 Uwe HermannAppend "-git" to the version string.
2015-06-11 Joel HoldsworthAdded InputFile
2015-06-11 Joel HoldsworthAdded devices::File as a common base of file devices
2015-05-28 Joel HoldsworthUse device::Devices to represent sigrok Devices
2015-05-28 Joel HoldsworthAdded pv::widgets::ImportMenu
2015-02-28 Uwe HermannAdd a workaround for QTBUG-22829.
2015-01-27 Joel HoldsworthAdded pv::dialogs::InputOutputOptions
2015-01-27 Joel HoldsworthAdded InputOutput binding
2015-01-27 Joel HoldsworthRenamed pv::binding::DeviceOptions and DecoderOptions...
2015-01-27 Joel HoldsworthMoved pv::prop:bindings classes into pv::bindings namespace
2015-01-27 Joel HoldsworthAdded pv::widgets::ExportMenu
2015-01-17 Uwe HermannUpdate for libsigrokcxx rename.
2015-01-10 Joel HoldsworthMainWindow: Hide the main menu unless Altt is pressed
2015-01-10 Joel HoldsworthMainBar: Replaced device selector combo-box with a...
2015-01-06 Joel HoldsworthMainBar: Renamed from SamplingBar
2014-12-29 Joel HoldsworthAdded ViewWidget as a common ancestor of all view widgets
2014-12-28 Joel HoldsworthRuler: Recombined with CursorHeader
2014-12-28 Joel HoldsworthFlag: Added flag time markers
2014-12-28 Joel HoldsworthRowItemPaintParams: Renamed to ViewItemPaintParams
2014-12-28 Joel HoldsworthSelectableItem: Renamed to ViewItem
2014-12-10 Joel HoldsworthTimeItem: Added new class - a base of TimeMarker, deriv...
2014-12-10 Joel HoldsworthSnapshot: Renamed to Segment
2014-12-09 Joel HoldsworthRowItem: Bundled painting parameters into RowItemPaintP...
2014-12-04 Uwe HermannCMakeLists.txt: mingw: Simplify by using Boost_THREADAPI.
2014-12-03 Joel HoldsworthSession: Renamed files to match class name
2014-12-03 Joel HoldsworthRemoved cotire
2014-11-29 Uwe HermannBuild system: Fix issue with unit tests, simplify code.
2014-11-29 Uwe HermannCMakeLists.txt: Fix whitespace, cosmetics.
2014-11-22 Joel HoldsworthRenamed C++ headers to .hpp
2014-11-21 Uwe HermannFix build on MinGW (boost thread related).
2014-11-19 Joel HoldsworthRowItem: Combined appearance change signals into appear...
2014-11-19 Joel HoldsworthSigSession: Converted _signals_mutex into a boost:...
2014-11-19 Joel HoldsworthTraceGroup: Added skeleton
2014-11-19 Joel HoldsworthAdded RowItemOwner
2014-11-19 Joel HoldsworthRefactored common row functionality into RowItem
2014-11-08 Uwe HermannCMakeLists.txt: Fix MinGW-w64 build issue related to...
2014-11-08 Uwe HermannCMakeLists.txt: Fix CMAKE_MODULE_PATH related issue.
2014-11-02 Elias OenalLinking QtSvg. This closes bug #369
2014-10-15 Martin LingUse libsigrok C++ bindings (patch version 7).
2014-09-18 Uwe HermannFix the C++11 thread linking issues for unit tests...
2014-09-17 Aurelien JacobsUsage of std::thread requires linking with appropriate...
2014-09-10 Martin LingSubclass QApplication to catch exceptions in handlers.
2014-08-29 Martin LingRename 'probe' to 'channel' everywhere.
2014-08-28 Bert VermeulenRemove obsolete input module support.
2014-08-27 Martin LingDon't use Qt-defined keywords, they can cause problems...
2014-08-26 Marcus ComstedtAndroid: Use environment setup from library instead
2014-08-26 Marcus ComstedtInstall logging callbacks for Android
2014-08-26 Marcus ComstedtSetup environment for SRD on Android
2014-08-26 Marcus ComstedtCMakeLists.txt: For Android, make a library out of...
2014-07-07 Marcus ComstedtCMakeLists.txt: Put quotes back for CXX_FLAGS only
2014-06-16 Uwe HermannCMakeLists.txt: Pass -DENABLE_SIGNALS to the compiler.
2014-06-10 Marcus ComstedtCMakeLists.txt: Drop quotes causing invalid include...
2014-06-10 Marcus ComstedtAllow PulseView to be built with Qt5
2014-05-24 Jens SteinhauserUse a separate widget to hold the cursor labels.
2014-05-24 Joel HoldsworthReplaced boost::thread/mutex etc. with std equivalents
2014-05-23 Joel HoldsworthEnabled C++11 build
2014-05-23 Jens SteinhauserPut the time format function into a separate file.
2014-05-06 Uwe HermannBump PulseView version to 0.2.0. pulseview-0.2.x pulseview-0.2.0
2014-05-06 Uwe HermannBump libsigrok/libsigrokdecode dependencies to 0.3...
2014-03-02 Joel HoldsworthEnable decode support by default
2014-03-01 Joel HoldsworthUse boost::filesystem::path to get the filename from...
2014-03-01 Joel HoldsworthMoved session creation into DevInst objects
2014-03-01 Joel HoldsworthAdded pv::device::Device
2014-03-01 Joel HoldsworthMoved DevInst into the pv::device namespace
2014-02-19 Marcus ComstedtCheck if unportable sample pack/unpack works and in...
2014-02-09 Joel HoldsworthAdded DevInst::config_changed signal
2014-02-09 Joel HoldsworthWrapped sr_dev_inst in a class: pv::DevInst
2014-02-02 Joel HoldsworthSplit annotation data set into rows, and improved painting.
2014-01-28 Uwe HermannCMakeLists.txt, test/CMakeLists.txt: MinGW linking...
2014-01-25 Joel HoldsworthSet default build type to RelWithDebInfo
2014-01-18 Joel HoldsworthCreated pv::widgets::SampleTimingWidget, and ported...
2014-01-18 Joel HoldsworthRemoved duplicated source listing of wellarray.cpp
next