summaryrefslogtreecommitdiffstats
path: root/lib (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* | I can draw a circleOmar Rizwan2023-08-241-2/+2
* | WIP: UBO, descriptor pool, descriptor set workOmar Rizwan2023-08-241-0/+1
* | WIP: Continue work on pipeline DSL; make UBO args structOmar Rizwan2023-08-231-0/+2
* | WIP: csubst by default, cut up drawing pipelineOmar Rizwan2023-08-031-0/+1
* | Fix C arrays kinda bc use of csubst (untested)Omar Rizwan2023-08-031-6/+6
|/
* peer: Cleanup printsOmar Rizwan2023-07-211-5/+1
* c: Some new errors.Omar Rizwan2023-07-211-1/+2
* WIP: process/peer reworkingOmar Rizwan2023-07-212-37/+59
* test/process: Add test for disposal of briefly-appearing processOmar Rizwan2023-07-211-0/+3
* lib/trie: Improve documentationOmar Rizwan2023-07-201-13/+18
* Better (scope-preserving) impl of foreverOmar Rizwan2023-07-201-0/+9
* Merge remote-tracking branch 'origin/main'Omar Rizwan2023-07-141-6/+83
|\
| * whisker: Add vec2 midpoint; add region top/left/right/bottomOmar Rizwan2023-07-141-6/+73
| * Make `region create`Omar Rizwan2023-07-131-0/+10
| * Simplify region opOmar Rizwan2023-07-131-1/+1
* | Start documenting the evaluatorOmar Rizwan2023-07-141-2/+46
|/
* Fix some scale usesOmar Rizwan2023-07-101-2/+2
* Move dep stuff to math.tcl, fix angle implOmar Rizwan2023-07-101-0/+217
* Remove nonblocking, it breaks stuffOmar Rizwan2023-07-101-2/+0
* Make socket sends nonblockingOmar Rizwan2023-07-101-0/+3
* Add lenumerateOmar Rizwan2023-07-101-0/+7
* Fix more leaks. This seems pretty goodOmar Rizwan2023-07-041-2/+7
* Experiment: avoid shimmering in When wordsOmar Rizwan2023-07-041-1/+17
* Fix clause memory leakOmar Rizwan2023-07-041-0/+1
* Properly zero out statements on disconnectOmar Rizwan2023-07-031-4/+5
* WIP: Start on new Commit scheme & syncing schemeOmar Rizwan2023-07-032-7/+5
* Fix bug with import from reused ccOmar Rizwan2023-07-021-1/+1
* Fix(?) leak in C-Tcl interfaceOmar Rizwan2023-07-012-10/+22
* Fix small memory leakOmar Rizwan2023-07-011-0/+1
* Add doubles to c.tclOmar Rizwan2023-06-301-0/+2
* Properly dispose invalidated statements. Live edit works?Omar Rizwan2023-06-291-4/+6
* Actually fix root pairing from laptopOmar Rizwan2023-06-291-16/+17
* Fix minor(?) memory leakOmar Rizwan2023-06-291-0/+1
* Retract statements on process disconnect. Fixes ghost?Omar Rizwan2023-06-291-21/+23
* Remove old Collect after adding new oneOmar Rizwan2023-06-281-14/+17
* Clean up process unmatch handlerOmar Rizwan2023-06-281-17/+3
* Add prefix math ops to languageOmar Rizwan2023-06-271-0/+2
* Add assert to lib/language.tclOmar Rizwan2023-06-191-0/+12
* Fix bidirectional peeringOmar Rizwan2023-06-191-2/+3
* Clean up unmatch and sharing so it actually only runs on subprocOmar Rizwan2023-06-191-18/+21
* More sharing & dot cleanup/improvement/fixingOmar Rizwan2023-06-191-3/+2
* Fix dot and probably sharingOmar Rizwan2023-06-191-15/+11
* Use m/s: format for stringifying ids. Make subproc share allOmar Rizwan2023-06-182-8/+12
* Add runtime arg typechecks to the C FFIOmar Rizwan2023-06-181-13/+22
* Introduce fork-zygote process system.Omar Rizwan2023-06-184-77/+88
* Add python3 testOmar Rizwan2023-06-161-0/+51
* Fix(?) bidirectional peeringOmar Rizwan2023-06-151-4/+6
* Merge branch 'main' into osnr/camera-pipelineOmar Rizwan2023-06-152-5/+35
|\
| * Use diffs to make peering more efficient. Narrow change detectOmar Rizwan2023-06-151-5/+33
| * consistent ordering of cornersCristobal Sciutto2023-06-101-0/+2