whitequark
|
c2ad949d85
|
conda: add pythonparser dependency.
|
2015-12-02 18:53:58 +08:00 |
whitequark
|
09647940a6
|
conda: use source from the current checkout.
|
2015-12-02 18:50:48 +08:00 |
Sebastien Bourdeauducq
|
b6260615a6
|
gui/log: better-looking new dock feature
|
2015-12-01 22:51:15 +08:00 |
Sebastien Bourdeauducq
|
08abc2e00a
|
gui/shortcuts: make global shortcuts really global
|
2015-12-01 18:49:23 +08:00 |
Sebastien Bourdeauducq
|
de54f57fbe
|
gui/experiments: fix vertical resizing of experiment dock
|
2015-12-01 18:33:43 +08:00 |
Sebastien Bourdeauducq
|
9baf54d25e
|
gui/experiments: fix text entry update problem with shortcuts
|
2015-12-01 18:31:56 +08:00 |
Sebastien Bourdeauducq
|
03f92f2de2
|
gui/experiments: in experiment dock, fix submit button, add reqterm button
|
2015-12-01 18:26:46 +08:00 |
Sebastien Bourdeauducq
|
d39126d69e
|
gui/experiments: show status bar message on mass termination
|
2015-12-01 18:26:01 +08:00 |
Sebastien Bourdeauducq
|
f73c967b3e
|
gui/shortcuts: fix status bar usage
|
2015-12-01 18:22:12 +08:00 |
Sebastien Bourdeauducq
|
bbabc7bb8d
|
gui/shortcuts: make shrinkable, add open button
|
2015-12-01 18:04:43 +08:00 |
Sebastien Bourdeauducq
|
ff4c03014c
|
gui/shortcuts: integrate with experiment manager
|
2015-12-01 17:10:44 +08:00 |
Sebastien Bourdeauducq
|
741dfce38c
|
gui/scan: enforce valid sequence input
|
2015-11-30 23:10:12 +08:00 |
Sebastien Bourdeauducq
|
a6f3055cd3
|
scan: enforce max >= min
|
2015-11-30 20:01:25 +08:00 |
Sebastien Bourdeauducq
|
277e26434f
|
gui/experiments: prevent comboboxes and spinboxes from stealing focus via mouse wheel
|
2015-11-30 19:53:40 +08:00 |
Sebastien Bourdeauducq
|
cabcdb3784
|
gui/experiments: support setting repository revision
|
2015-11-30 18:25:46 +08:00 |
Sebastien Bourdeauducq
|
24a33be9df
|
gui/experiments: support setting submission scheduling/options
|
2015-11-30 17:18:31 +08:00 |
Sebastien Bourdeauducq
|
afa8148b2b
|
gui/experiments: save/restore state
|
2015-11-30 11:40:50 +08:00 |
Sebastien Bourdeauducq
|
2904b31e7e
|
protocols/pyon: fix formatting, support OrderedDict
|
2015-11-30 11:40:34 +08:00 |
Sebastien Bourdeauducq
|
23a84500a3
|
gui/experiments: support scan widgets
|
2015-11-30 00:21:27 +08:00 |
whitequark
|
26630ea4b6
|
language.core: make int compatible with range() (fixes #183).
|
2015-11-28 08:29:58 +08:00 |
Sebastien Bourdeauducq
|
3825428dbf
|
gui/experiments: support setting values for simple entries
|
2015-11-28 00:19:47 +08:00 |
Sebastien Bourdeauducq
|
c382fac8f2
|
gui: experiment docks (WIP)
|
2015-11-27 19:30:05 +08:00 |
Sebastien Bourdeauducq
|
6671bb33a4
|
gui/log: improve vertical scrolling
|
2015-11-27 19:18:20 +08:00 |
whitequark
|
3c9b53b07b
|
compiler.embedding: add fast path for inference for lists of scalars in a host object.
|
2015-11-27 19:06:04 +08:00 |
whitequark
|
237e983770
|
compiler.types: replace isinstance() with .__class__==.
This provides a 50% speedup.
|
2015-11-27 18:22:55 +08:00 |
whitequark
|
6122fd70ca
|
compiler.types: TVar.find: improve path compression.
After this change, the compiler's complexity is nearly linear
even when very large arrays are used.
|
2015-11-27 18:08:46 +08:00 |
whitequark
|
bf1a583fda
|
compiler.types: fix TVar.find() for very large paths.
|
2015-11-27 18:02:27 +08:00 |
whitequark
|
00164390a1
|
compiler.types: fix TDelay.unify(TVar()).
|
2015-11-27 17:10:36 +08:00 |
whitequark
|
4b410ce720
|
compiler.testbench.perf_embedding: fix.
|
2015-11-27 17:08:45 +08:00 |
whitequark
|
16ae0fb6eb
|
compiler.embedding: instantiate RPC method types (fixes #180).
|
2015-11-27 16:29:13 +08:00 |
whitequark
|
0a794fe7e4
|
compiler.embedding: instantiate type of even the first embedding of an RPC.
|
2015-11-27 14:55:47 +08:00 |
whitequark
|
cde21bcd26
|
compiler.embedding: instantiate RPC function types (#180).
|
2015-11-27 14:29:15 +08:00 |
whitequark
|
3b529c6f90
|
compiler.types: implement map.
|
2015-11-26 11:16:39 +08:00 |
whitequark
|
e2f7d1047d
|
compiler.testbench: fix after e1cd2ccd .
|
2015-11-26 10:24:14 +08:00 |
Sebastien Bourdeauducq
|
e1e082e2ec
|
devices/thorlabs_tcube: minor cleanup
|
2015-11-25 21:43:22 +08:00 |
Sebastien Bourdeauducq
|
178f3cd815
|
devices/thorlabs_tcube: improve debug logging
|
2015-11-25 15:28:34 +08:00 |
Sebastien Bourdeauducq
|
3c0efb3ad5
|
gui/log: fix layout problems
|
2015-11-24 23:04:01 +08:00 |
whitequark
|
c6ccc87f54
|
worker: gracefully handle compile errors (fixes #179).
|
2015-11-24 22:34:33 +08:00 |
whitequark
|
5d89acbe82
|
conda: switch back to default miniconda python, which is now 3.5.
|
2015-11-24 21:43:00 +08:00 |
whitequark
|
d560b579f0
|
doc: update mention of int64.
|
2015-11-24 20:24:38 +08:00 |
whitequark
|
d732b6c6d4
|
doc: nested lists are now supported.
|
2015-11-24 17:53:40 +08:00 |
whitequark
|
d14ad6727a
|
compiler.embedding: avoid showing wildly incorrect suggestions.
|
2015-11-24 17:50:46 +08:00 |
whitequark
|
14993e89e2
|
compiler.embedding: show suggestions for mistyped host object attributes.
|
2015-11-24 17:44:58 +08:00 |
whitequark
|
e1cd2ccd40
|
compiler: pull in dependencies in more finely grained way (fixes #181).
|
2015-11-24 17:32:04 +08:00 |
Sebastien Bourdeauducq
|
bda11149df
|
devices/thorlabs_tcube: fix more style issues
|
2015-11-24 17:10:31 +08:00 |
Sebastien Bourdeauducq
|
76eadc0a61
|
devices/thorlabs_tcube: remove unnecessary {read,write}_exactly functions
|
2015-11-24 16:55:18 +08:00 |
whitequark
|
f5187eb140
|
Remove leftover artiq/transforms/.
|
2015-11-24 16:00:32 +08:00 |
Sebastien Bourdeauducq
|
e5b58b50aa
|
remove old compiler code
|
2015-11-24 15:52:36 +08:00 |
Sebastien Bourdeauducq
|
2503dcd837
|
devices/thorlabs_tcube: remove unnecessary attribute
|
2015-11-24 15:51:55 +08:00 |
Sebastien Bourdeauducq
|
91a8acf304
|
protocols/pc_rpc: properly convert FullArgSpec to dict
|
2015-11-24 15:51:13 +08:00 |