Go to file
Daniel Elstner 812c0e3592 build: Limit auto-versioning to git revision hash
When building from a git checkout and HEAD does not exactly match
a tag, append the shortened revision hash to the hardcoded version
string. Do not attempt to provide any information beyond that.

This brings the PulseView versioning in line with the other modules
in the sigrok stack.
2015-11-02 22:14:39 +01:00
CMake build: Limit auto-versioning to git revision hash 2015-11-02 22:14:39 +01:00
android android: Include firmwares in the APK 2015-10-01 17:25:15 +02:00
contrib windows: Install data files into share subdirectory 2015-10-03 17:55:50 +02:00
doc Support specifying input formats on the command line 2015-06-11 20:38:48 +02:00
icons Bring back sigrok-logo-notext.png (needed on Android). 2015-02-26 20:25:27 +01:00
pv avoid using deprecated std::autoptr 2015-10-24 23:22:35 +02:00
test test/CMakeLists.txt: Add missing files. 2015-10-18 23:52:12 +02:00
.gitignore build: Derive PulseView version from git tags 2015-07-25 19:11:40 +02:00
CMakeLists.txt build: Limit auto-versioning to git revision hash 2015-11-02 22:14:39 +01:00
COPYING Replace GPLv2+ references with GPLv3+. 2013-04-23 21:34:40 +02:00
Doxyfile Added initial Doxygen configuration 2015-07-18 18:54:58 +02:00
HACKING Replaced NULL with nullptr 2015-06-11 20:38:48 +02:00
INSTALL Bump Boost requirement to >= 1.48. 2015-08-08 19:19:47 +02:00
NEWS NEWS: Add list of user-visible changes so far. 2014-05-06 20:48:20 +02:00
README README: Update status. 2014-11-29 16:05:49 +01:00
config.h.in Append "-git" to the version string. 2015-07-18 17:48:13 +02:00
extdef.h Minor whitespace fixes. 2014-11-29 13:15:57 +01:00
main.cpp android: Read firmware resources from assets 2015-09-28 17:29:48 +02:00
pulseview.qrc icons: Improved application icon quality 2015-01-27 16:28:30 +01:00
pulseviewico.rc mingw: Add the sigrok icon for pulseview.exe. 2014-01-03 16:54:26 +01:00
signalhandler.cpp Minor whitespace fixes. 2015-07-25 18:05:11 +02:00
signalhandler.hpp Replaced NULL with nullptr 2015-06-11 20:38:48 +02:00

README

-------------------------------------------------------------------------------
README
-------------------------------------------------------------------------------

The sigrok project aims at creating a portable, cross-platform,
Free/Libre/Open-Source signal analysis software suite that supports various
device types (such as logic analyzers, oscilloscopes, multimeters, and more).

PulseView is a Qt-based LA/scope/MSO GUI for sigrok.


Status
------

PulseView is in a usable state and has had official tarball releases.


Copyright and license
---------------------

PulseView is licensed under the terms of the GNU General Public License
(GPL), version 3 or later.

While some individual source code files are licensed under the GPLv2+, and
some files are licensed under the GPLv3+, this doesn't change the fact that
the program as a whole is licensed under the terms of the GPLv3+ (e.g. also
due to the fact that it links against GPLv3+ libraries).

Please see the individual source files for the full list of copyright holders.


Copyright notices
-----------------

A copyright notice indicating a range of years, must be interpreted as having
had copyrightable material added in each of those years.

Example:

 Copyright (C) 2010-2013 Contributor Name

is to be interpreted as

 Copyright (C) 2010,2011,2012,2013 Contributor Name


Mailing list
------------

 https://lists.sourceforge.net/lists/listinfo/sigrok-devel


IRC
---

You can find the sigrok developers in the #sigrok IRC channel on Freenode.


Website
-------

 http://sigrok.org/wiki/PulseView