]> sigrok.org Git - pulseview.git/history - main.cpp
Don't join with non-threads. Fixes 323
[pulseview.git] / main.cpp
2014-01-09 Uwe HermannFix SVG icons not being displayed on Windows.
2013-12-28 Joel HoldsworthMade decode an optional feature disabled by default.
2013-09-22 Joel HoldsworthMake sigrokdecode a non-optional dependancy
2013-05-03 Uwe HermannAdapt to new <libsigrokdecode/libsigrokdecode.h> header.
2013-04-27 Joel HoldsworthAdded DeviceManager
2013-04-18 Joel HoldsworthMade UNIX signals an optional feature
2013-04-18 Joel HoldsworthAdded ENABLE_SIGROKDECODE option, disabled for now
2013-03-31 Joel HoldsworthAdjusted SignalHandler style to match the rest of PulseView
2013-03-31 Joel HoldsworthIntegrated signal handler from qpdfview
2013-03-24 Joel HoldsworthAdded loglevel command line option
2013-03-09 Matt Ranostaybugfix: Resolved -Werror message in main.cpp
2013-03-03 Joel HoldsworthAdded open file command line argument
2013-02-20 Uwe HermannRemove unneeded 'extern "C"'.
2013-02-20 Uwe HermannPrint --help/--version output to stdout (not stderr).
2013-02-20 Uwe HermannCosmetics, typos.
2013-02-20 Alexandru Gagniucmain: quit on SIGINT
2013-02-20 Alexandru Gagniucmain: Add signal handler for SIGINT
2012-12-12 Uwe HermannSome smaller whitespace fixes.
2012-12-03 Peter StugeAdd struct sr_context * to sr_driver_init() calls
2012-11-02 Peter StugeAdd struct sr_context to the sr_init() and sr_exit...
2012-11-02 Joel HoldsworthChange main() to have only one exit code flow, used...
2012-10-13 Joel HoldsworthAdded --help option
2012-10-13 Joel HoldsworthAdded --version option
2012-10-13 Joel HoldsworthUse C++ style comments in main.cpp
2012-10-13 Alexandru GagniucGenerate a config.h file for versioning
2012-10-12 Joel HoldsworthMoved all classes into the pv namespace
2012-10-12 Joel HoldsworthCorrected project name in header comments
2012-10-07 Uwe HermannFix application name in the About window.
2012-09-03 Joel HoldsworthAdded device selector combo box
2012-09-03 Joel HoldsworthLink in libsigrok and libsigrokdecode
2012-09-03 Joel HoldsworthAdded application metadata
2012-09-03 Joel HoldsworthInitial commit