Commit Graph

741 Commits

Author SHA1 Message Date
Yann Sionneau 291ca0bf8d artiq conda recipe: add missing dependencies h5py and dateutil 2015-02-07 12:07:39 +08:00
Yann Sionneau 9420554d2b WIP: let GUI be optional at install time 2015-02-07 12:07:39 +08:00
Sebastien Bourdeauducq aba749093b ctlmgr: get local bind address, format commands 2015-02-07 01:14:27 +08:00
Sebastien Bourdeauducq 0d0a05a487 sync_struct/Subscriber: add before_receive_cb, export reader/writer 2015-02-07 01:13:15 +08:00
Sebastien Bourdeauducq 8979d9d5e7 Merge branch 'master' of https://github.com/m-labs/artiq 2015-02-06 21:57:08 +08:00
Yann Sionneau 5cec341f73 Add missing dependencies and their repositories
- By adding the dependency_links statement,
setup.py can now automatically fetch gbulb and cairoplot3
and install them. This makes users life easier.
2015-02-06 21:56:36 +08:00
Sebastien Bourdeauducq f9d3bd107e ctlmgr: retry connection to master, print received ddb 2015-02-06 18:58:54 +08:00
Robert Jördens c97946a71c travis.yml: don't build bitstream for pull requests 2015-02-05 22:50:55 -07:00
Robert Jördens ef3804a471 travis: refactor get-misoc.sh 2015-02-05 22:50:55 -07:00
Robert Jördens 411f716960 travis.yml: reduce irc noise 2015-02-05 22:50:52 -07:00
Robert Jördens a06164e4ce travis.yml: build bitstream only if [soc] in commit message 2015-02-05 22:10:46 -07:00
Sebastien Bourdeauducq 17685d1e98 controller manager skeleton 2015-02-06 12:17:51 +08:00
Sebastien Bourdeauducq 2f06574381 ddb: controller support 2015-02-05 22:53:31 +08:00
Sebastien Bourdeauducq 776381a332 Merge branch 'master' of github.com:m-labs/artiq 2015-02-05 20:09:39 +08:00
Yann Sionneau 02a71e7abf Add conda recipes for artiq and its dependencies 2015-02-05 19:57:32 +08:00
Sebastien Bourdeauducq 4167e669d2 gui/explib: add to artiq top-level import 2015-02-05 19:50:03 +08:00
Robert Jördens 50c14db17a doc/manual: mock up external modules for sphinx-autodoc 2015-02-05 04:31:35 -07:00
Robert Jördens e029ebb23f README: coveralls badge needs branch name 2015-02-05 03:44:57 -07:00
Robert Jördens 1dd5c28005 travis: install h5py, pyserial, dateutil from conda 2015-02-05 03:06:39 -07:00
Robert Jördens d1c96121f8 README.rst: update badge urls 2015-02-05 02:56:26 -07:00
Robert Jördens d2914f38b6 travis.yml: update secret 2015-02-05 02:55:16 -07:00
Sebastien Bourdeauducq ebf5699adf travis: use m-labs IRC channel 2015-02-05 11:40:33 +08:00
Robert Jördens 17e40345c5 README.rst: add coveralls badge 2015-02-05 11:38:30 +08:00
Robert Jördens 695aa95938 README.rst: add travis badge 2015-02-05 11:38:30 +08:00
Robert Jördens 0a91f86b06 add .travis.yml 2015-02-05 11:38:30 +08:00
Robert Jördens f848a7ab25 gitignore coverage 2015-02-05 11:38:30 +08:00
Sebastien Bourdeauducq 8df1b03f0f artiq_run: add verbosity config 2015-02-04 19:09:54 +08:00
Sebastien Bourdeauducq 0ba07e67b8 artiq/tools/verbosity_args: add help 2015-02-04 19:09:37 +08:00
Sebastien Bourdeauducq 0e65f71705 artiq_run: HDF5 output support 2015-02-04 18:46:55 +08:00
Sebastien Bourdeauducq f308bf6c12 doc/manual/installing: add python3-h5py for Xubuntu 2015-02-04 18:43:18 +08:00
Sebastien Bourdeauducq af79392918 master: basic dumping of results to HDF5 2015-02-04 18:37:57 +08:00
Sebastien Bourdeauducq 2f4a83b97a gui: access to parameter DB from GUI files 2015-02-04 16:13:56 +08:00
Sebastien Bourdeauducq 1b122dd887 sync_struct,gui: refactor Subscriber data distribution to support access to parameter DB from GUI file 2015-02-04 15:06:25 +08:00
Sebastien Bourdeauducq 186aa7fdb7 style 2015-02-04 14:44:39 +08:00
Yann Sionneau fc92a66e51 asyncio: Use ProactorEventLoop on Windows 2015-02-03 22:29:03 +08:00
Robert Jördens 78fc5a8a71 setup.py: it's python-datetutil in pypi etc 2015-02-03 12:23:18 +08:00
Sebastien Bourdeauducq 3a784e3382 doc/writing_a_driver: use logging.getLogger 2015-02-03 10:07:37 +08:00
Sebastien Bourdeauducq c259c4f46f gui/rt_results: display group name in window title 2015-01-31 16:57:50 +08:00
Sebastien Bourdeauducq 47f1e3d7be examples/flopping_f_simulation: use numpy array in scipy curve_fit
Python lists cause problems with certain Scipy versions
2015-01-31 16:56:42 +08:00
Sebastien Bourdeauducq 3a2bd02efd doc/manual/installing: add dateutil xubuntu package 2015-01-31 16:55:44 +08:00
Sebastien Bourdeauducq 0e8f9ef07d setup: add dateutil dependency 2015-01-31 16:54:00 +08:00
Sebastien Bourdeauducq fad3c71d0a examples/flopping_f_simulation: relax GTK version requirement 2015-01-31 16:53:23 +08:00
Sebastien Bourdeauducq 2fbe22e15e master,client: support changing real-time results group 2015-01-30 20:36:54 +08:00
Sebastien Bourdeauducq 9bfc2070d4 examples/rtio_skew: show result in GUI 2015-01-30 19:07:51 +08:00
Sebastien Bourdeauducq 0ebe56f595 gui/rt_results: support raw view 2015-01-30 19:07:33 +08:00
Yann Sionneau 526887140d Set WARNING as default log level + update documentation 2015-01-30 19:04:04 +08:00
Sebastien Bourdeauducq 37feaf1cea comm_serial: use serial.serial_for_url 2015-01-30 11:47:20 +08:00
Sebastien Bourdeauducq f684678b91 examples/rtio_skew: use results 2015-01-29 23:49:17 +08:00
Sebastien Bourdeauducq 45c0e2874f master/db: exclude Notifier attributes from kernel attr init 2015-01-29 23:48:39 +08:00
Sebastien Bourdeauducq c0c0137d9a transforms/inline: support skipping of attr init 2015-01-29 23:48:03 +08:00