| Commit message (Expand) | Author | Files | Lines |
| 2020-04-14 | move lib to alv-lib module | s-ol | 12 | -1520/+0 |
| 2020-04-14 | move into proper Lua module (`alv`) | s-ol | 12 | -12/+51 |
| 2020-04-12 | lib/sc: docs, *sock* for socket arg | s-ol | 1 | -7/+11 |
| 2020-04-12 | lib/osc: refactor API | s-ol | 1 | -11/+23 |
| 2020-04-12 | time/every: allow specifying event | s-ol | 1 | -6/+10 |
| 2020-04-12 | lib/time, lib/util: doc updates | s-ol | 2 | -22/+51 |
| 2020-04-12 | lib/sc: fix unpack on certain Lua versionsv0.1-rc2 | s-ol | 2 | -1/+2 |
| 2020-04-05 | lib/time: add scale-time, sequence | s-ol | 1 | -20/+84 |
| 2020-04-05 | lib/pilot: fix | s-ol | 1 | -1/+2 |
| 2020-03-25 | new core.base.match, update lib | s-ol | 12 | -399/+459 |
| 2020-03-22 | error handling: lib | s-ol | 3 | -17/+17 |
| 2020-03-21 | new meta/doc system | s-ol | 12 | -707/+897 |
| 2020-03-21 | lib/midi: luajit bit support | s-ol | 2 | -4/+9 |
| 2020-03-20 | language Error tracking | s-ol | 6 | -17/+18 |
| 2020-03-18 | fork ops before eval cycle | s-ol | 5 | -81/+51 |
| 2020-03-18 | remove debug/ lib | s-ol | 1 | -18/+0 |
| 2020-03-18 | add util/route | s-ol | 1 | -0/+33 |
| 2020-03-13 | docs/guide: runtime description | s-ol | 1 | -0/+2 |
| 2020-03-09 | bugfixes | s-ol | 3 | -20/+19 |
| 2020-03-07 | add ldoc documentation | s-ol | 11 | -77/+77 |
| 2020-03-05 | make lib/midi documentable | s-ol | 1 | -0/+0 |
| 2020-03-05 | add Dockerfile for CI | s-ol | 1 | -1/+3 |
| 2020-03-02 | document more interfaces | s-ol | 14 | -89/+15 |
| 2020-03-02 | find IO via Result tree, not Registry | s-ol | 2 | -17/+5 |
| 2020-03-02 | lift remaining libs to new op interface | s-ol | 11 | -133/+269 |
| 2020-03-02 | update lib.math and lib.logic to new op interface | s-ol | 2 | -92/+142 |
| 2020-03-02 | convert lib.time to IO | s-ol | 2 | -16/+39 |
| 2020-03-02 | IO system | s-ol | 5 | -121/+106 |
| 2020-03-01 | new op interface part one | s-ol | 4 | -122/+129 |
| 2020-02-28 | lots of fixes | s-ol | 7 | -91/+130 |
| 2020-02-19 | merge Const and Stream into Value; Dataflow logic | s-ol | 7 | -241/+331 |
| 2020-02-16 | major refactoring: Const, Stream + ResultNode | s-ol | 13 | -182/+270 |
| 2020-02-13 | add ==, mod | s-ol | 2 | -0/+18 |
| 2020-02-13 | add launchcontrol midi | s-ol | 3 | -57/+158 |
| 2020-02-13 | add logic lib | s-ol | 1 | -0/+64 |
| 2020-02-13 | better tracebacks | s-ol | 1 | -1/+0 |
| 2020-02-13 | new Registry tagging mechanism | s-ol | 2 | -214/+2 |
| 2020-02-11 | add edge and pilot/* | s-ol | 2 | -0/+64 |
| 2020-02-11 | fix def-and-reused op updaterate | s-ol | 1 | -1/+1 |
| 2020-02-11 | add MIDI input ops | s-ol | 3 | -6/+132 |
| 2020-02-10 | envelopes | s-ol | 5 | -23/+130 |
| 2020-02-10 | add doc, import, import*, defn | s-ol | 8 | -80/+212 |
| 2020-02-10 | finally implement function diffing | s-ol | 1 | -1/+0 |
| 2020-02-10 | reorganization | s-ol | 7 | -8/+7 |
| 2020-02-07 | re-fix functions | s-ol | 7 | -40/+78 |
| 2020-02-07 | new AST approach, testing | s-ol | 1 | -84/+92 |
| 2020-02-03 | 50% of functions | s-ol | 2 | -23/+116 |
| 2020-02-03 | Forward references | s-ol | 1 | -2/+7 |
| 2020-02-02 | clean out old patching implementation | s-ol | 2 | -25/+47 |
| 2020-02-01 | macros and scopes | s-ol | 2 | -0/+31 |