artiq/artiq
whitequark 3a1f14c16c compiler: fix overly strict constness analysis.
Before this commit, the following code would fail to compile...
  obj.foo.bar = True
... if foo is marked kernel_invariant in obj, even if bar is not
marked as such in obj.foo.
2017-02-26 01:58:21 +00:00
..
applets python3.5 -> python3 2017-01-30 09:24:43 +08:00
browser Correct tooltip inconsistency between browser and dashboard 2017-02-03 17:53:40 +08:00
compiler compiler: fix overly strict constness analysis. 2017-02-26 01:58:21 +00:00
coredevice pcu: refactor into a device 2017-02-19 19:34:55 +01:00
dashboard Add tooltips to experiment arguments 2017-02-03 17:53:40 +08:00
devices work around firmware bug in KA3005P that impacts get_i() 2016-12-30 12:19:19 +01:00
examples python3.5 -> python3 2017-01-30 09:24:43 +08:00
firmware firmware: use Rust naming conventions for enum variants. 2017-02-25 22:34:11 +00:00
frontend artiq_devtool: add clean command and --config option. 2017-02-21 05:28:19 +00:00
gateware gateware: add moninj to drtio targets 2017-02-21 21:54:47 +08:00
gui dashboard: report lost connection with master. Closes #602 2017-01-30 10:48:27 +08:00
language Add tooltips to experiment arguments 2017-02-03 17:53:40 +08:00
master Add tooltips to experiment arguments 2017-02-03 17:53:40 +08:00
protocols protocols: increase asyncio line limit. Closes #671 2017-02-17 20:46:23 +08:00
sim Move mu_to_seconds, seconds_to_mu to Core. 2016-11-21 05:37:30 +00:00
test compiler: fix overly strict constness analysis. 2017-02-26 01:58:21 +00:00
wavesynth wavesynth: silence is a channel property (closes #348) 2016-04-07 21:51:29 +08:00
__init__.py artiq_dir: move out of tools to unlink dependencies 2016-01-25 18:15:50 -07:00
_version.py versioneer: remote tag_prefix = v 2016-01-18 21:28:09 -07:00
appdirs.py add appdirs 2016-07-18 16:40:18 +02:00
experiment.py artiq.experiment: merge language and coredevice namespaces 2016-01-25 17:24:00 -07:00
monkey_patches.py monkey-patch Python 3.5.2 to disable broken asyncio.base_events._ipaddr_info optimization (#506) 2016-07-13 11:35:16 +08:00
tools.py tools: cleanup artiq_version 2016-08-04 19:42:13 +08:00