summaryrefslogtreecommitdiffstats
path: root/lib (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* | Merge branch 'main' into osnr/camera-pipelineOmar Rizwan2023-06-062-14/+18
|\|
| * Do gen increment on removal -- this seems betterOmar Rizwan2023-06-061-2/+4
| * More fixing evaluator bugs (with reuse)Omar Rizwan2023-06-051-2/+5
| * Fix this reporting in error; merge some peer changes from branchOmar Rizwan2023-06-051-1/+0
| * Fix pointer incompatibility errors in evaluatorAndrés Cuervo2023-06-021-10/+10
* | Fix handleReadableOmar Rizwan2023-06-021-0/+1
* | Merge branch 'main' into osnr/camera-pipelineOmar Rizwan2023-06-025-74/+1262
|\|
| * All tests passOmar Rizwan2023-06-011-3/+4
| * Start on lambda/apply-based environment managementOmar Rizwan2023-06-012-77/+67
| * etcOmar Rizwan2023-05-301-2/+1
| * WIP: Go back to using a fixed-name namespaceOmar Rizwan2023-05-291-25/+17
| * Fix two memory leaksOmar Rizwan2023-05-261-0/+10
| * Fix dotOmar Rizwan2023-05-241-2/+14
| * WIP: Resizable edgelists on statements and matchesOmar Rizwan2023-05-241-126/+122
| * Bring back C source mapOmar Rizwan2023-05-241-1/+1
| * Merging main into c-evaluatorCharles Chamberlain2023-05-093-17/+18
| |\
| * | Fix id=0 bug in UnmatchOmar Rizwan2023-04-261-10/+8
| * | Use one-off namespaces so inner scope can't stomp outer scopeOmar Rizwan2023-04-262-18/+27
| * | Fix some memory leaksOmar Rizwan2023-04-251-12/+15
| * | Move c-statements to lib/evaluator.tcl.Omar Rizwan2023-04-251-0/+1150
| * | Unload by blowing away the namespace. This buys us another 5ms?Omar Rizwan2023-04-251-10/+2
| * | Do more granular exec time tracking (w/ load and unload)Omar Rizwan2023-04-241-11/+29
| * | Fix trie testOmar Rizwan2023-04-241-1/+27
| * | WIP (most tests pass): Move recollect into COmar Rizwan2023-04-241-0/+4
| * | Fix print specifier so it works on NUCOmar Rizwan2023-04-221-1/+1
| * | Make trie values fixed uint64_t so it runs on 32-bit systemOmar Rizwan2023-04-221-28/+10
| * | Continue work on Recollect: test/negation works!Omar Rizwan2023-04-201-2/+2
| * | Use generations in statement handle; fixes test/commitOmar Rizwan2023-04-191-0/+2
| * | Fix matchId to be a valid handle, fix Matches::existsOmar Rizwan2023-04-191-1/+1
| * | Fix statement destructuring bugs, negations/blanks, results idxOmar Rizwan2023-04-191-2/+2
| * | Start on new c-statements (C evaluator) workOmar Rizwan2023-04-192-14/+35
* | | Use chan open for process executionCharles Chamberlain2023-06-011-10/+14
* | | Getting one camera frame from a threadCharles Chamberlain2023-06-011-1/+11
* | | Fix bug in process naming: choose unique names in same fileCharles Chamberlain2023-06-011-0/+4
* | | WIP: Start implementing AprilTag detector. defineFolkImages shmOmar Rizwan2023-05-261-1/+1
* | | Implement bidirectional peering & receive statementsOmar Rizwan2023-05-252-3/+16
* | | Allow bare When/Claim in subprocessOmar Rizwan2023-05-251-1/+4
| |/ |/|
* | Fix some type issues in trie & change apriltag cmdAndrés Cuervo2023-04-301-4/+4
* | Do more granular exec time tracking (w/ load and unload)Omar Rizwan2023-04-241-11/+28
|/
* c: Support quotation mark includesOmar Rizwan2023-04-151-1/+5
* Guard against variable stomp when you call Step inside a StepOmar Rizwan2023-03-182-2/+9
* Add support for `shares all claims`; fix Commit in subprocessOmar Rizwan2023-03-171-1/+1
* Use a closed variable instead of global in the commitOmar Rizwan2023-03-171-0/+1
* Introduce new process test (doesn't work yet)Omar Rizwan2023-03-131-17/+0
* Refactor error/environment handlingOmar Rizwan2023-02-141-12/+13
* Basic process statement sharing test passes.Omar Rizwan2023-02-142-0/+21
* More cleanup/refactoring of peering.Omar Rizwan2023-02-142-9/+11
* Refactor peering. Refactor process.Omar Rizwan2023-02-142-8/+46
* process: Refactor to use per-process namespaceOmar Rizwan2023-02-141-32/+43
* process: Show stdout/stderr as label.Omar Rizwan2023-02-141-10/+19