* use pxi for config
* make cython mandatory + use pxi for conditional build
* remove build artifacts from git repo
* exit if cython not installed
* update gitignore
* update requirements and changelog
* fix parameter
* do not use multiprocessing for cython
* fix hackrf cython header
* fix include dirs
* add output
* add output
* paths must be absolute for windows cython
* update package data
* make a appveyor test release
* Revert "make a appveyor test release"
This reverts commit 46b09e146e.
* Update appveyor.yml
* update gitignore and config.pxi
* Revert "update gitignore and config.pxi"
This reverts commit 5e5d029e31.
* update config.pxi
* precompile device extensions
* set lib path
* prevent double build
* download libs in travis
* fix unittest
* update path
* protect access
* adapt shared path to linux
* sort os listdir
* ensure libstdc++ loaded first
* change name
* remove required
* improve test
* add usrp test
* set shared library path when processes spawn
* test pypi release with travis
* test pypi release with travis
* test pypi release with travis
* skip cleanup
* fix pypi test link
* test wheelhouse build
* skip tests
* fix path
* fix dir
* cd repo
* quote var
* do not use for loop
* add missing quote
* quote dollar
* script deployment
* fix twine upload
* deploy libs only for windows
* add 32 bit support
* fix command
* disable 32 bit
* push version for test
* push ver
* prepare merge
* trigger build
* fix windows path
* improve shortcut
* remove debug
* edit copyright
* add argument parser for CLI
* add pause to cli
* parse messages to send
* add send function
* use while loop instead of hard sleep
* use logger for error msg
* use tabulator for progress bar
* prepare rx mode
* use Thread for Protocol Sniffer instead of qt signals
* adapt tests
* fix thread can only be started once error
* enable receiving from command line
* support send from file
* save gain correctly
* enable rx into file
* remove unused signal
* enable raw rx and file mode
* add support for device identifier
* add support for default pause
* enable abort sending witt ctrl c
* support encodings
* make logging multiprocessing aware and add autobuild extensions to cli
* move place
* fix sniffer when receiving multiple messages at once
* add test for modulator cli parsing and fix some bugs
* extend modulator test and fix another bug
* add unittests and reorder urh_cli structure
* add tests
* adapt CI to CLI tests
* force osx
* fix osx
* adapt close dialog method
* remove close dialog method
* test read messages to send
* centralize read messages method
* increase timeout for ci
* support loading of project files to load cli values
* add sleep for ci
* add cli to deployment
* replace static calls with ProjectManager Class
* use time sleep instead of qwait
* disable gc collect call
* disable gc collect for python 3.4 only
* gc collect only for osx
* simplify cleanup
* simplify cleanup
* advanced cleanup only for windows
* cleanup also for osx
* gc collect for osx
* add unittests
* consider frozen app path
* init multiprocessing first
* enable logging on cli for windows
* use log file handler for log
* add missing import