index
:
folk
keymap-locale
printer-config
s-ol/webrtc
s-ol/workaround
sol
https://folk.computer
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
lib
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
...
|
*
|
|
Add type casts to ckalloc and ckfree in evaluator
Charles Chamberlain
2023-09-25
1
-2
/
+2
|
|
|
/
|
|
/
|
|
*
|
evaluator: Fix a 32-bit thing
Omar Rizwan
2023-09-24
1
-4
/
+5
|
|
/
*
|
Merge branch 'main' into osnr/vulkan-display
Omar Rizwan
2023-09-22
1
-50
/
+135
|
\
|
|
*
evaluator: Handle case where collect is gone
Omar Rizwan
2023-09-22
1
-0
/
+3
|
*
Hack: Avoid infinite loop if we deplete matches
Omar Rizwan
2023-09-21
1
-0
/
+4
|
*
evaluator: Defend against null reference to collect
Omar Rizwan
2023-09-21
1
-2
/
+4
|
*
evaluator: Dedupe recollects
Omar Rizwan
2023-09-20
1
-18
/
+38
|
*
Make metrics non-reactive + put recollect before unmatch
Omar Rizwan
2023-09-14
1
-2
/
+2
|
*
Finish pqueue usage -- performs ok (300 operations/frame)
Omar Rizwan
2023-09-06
1
-6
/
+12
|
*
WIP: Start work on pqueue-based evaluator
Omar Rizwan
2023-09-06
1
-35
/
+59
|
*
Merge branch 'main' into osnr/operation-log
Omar Rizwan
2023-09-06
2
-25
/
+44
|
|
\
|
*
|
Operation log for perf testing
Omar Rizwan
2023-09-05
1
-6
/
+32
*
|
|
c: Minor string adjustment
Omar Rizwan
2023-09-20
1
-1
/
+1
*
|
|
c: Don't shimmer structs into dictionaries just for arg marshal
Omar Rizwan
2023-09-20
1
-13
/
+6
*
|
|
math: extra puts
Omar Rizwan
2023-09-20
1
-1
/
+0
*
|
|
display: Add basic (wrong scale) text support, PT Sans
Omar Rizwan
2023-09-17
1
-0
/
+1
*
|
|
c: Warn but don't break if we don't know how to emit a struct getter
Omar Rizwan
2023-09-15
1
-15
/
+19
*
|
|
terminal: Fix(?) on Darwin
Omar Rizwan
2023-09-15
1
-2
/
+8
*
|
|
WIP: Merge branch 'main' into osnr/vulkan-display
Omar Rizwan
2023-09-15
1
-2
/
+2
|
\
\
\
|
|
|
/
|
|
/
|
*
|
|
Cast robj pointer to right type
Andrés Cuervo
2023-09-12
1
-1
/
+1
*
|
|
c: Detect C proc name collisions
Omar Rizwan
2023-09-11
1
-0
/
+1
*
|
|
Merge branch 'main' into osnr/vulkan-display
Omar Rizwan
2023-09-08
8
-74
/
+304
|
\
|
|
|
*
|
Some peering cleanup (receive before Step); build in FPS counting
Omar Rizwan
2023-09-06
1
-6
/
+3
|
*
|
terminal: slight hack to fix execvp
Omar Rizwan
2023-09-06
1
-2
/
+10
|
*
|
A more reactive terminal
Zach Potter
2023-09-04
1
-19
/
+33
|
|
/
|
*
Precompile peering logic
Omar Rizwan
2023-09-04
1
-0
/
+35
|
*
Measure run time
Omar Rizwan
2023-09-04
1
-6
/
+7
|
*
terminal: fix on folk0
Omar Rizwan
2023-09-01
1
-1
/
+1
|
*
tweak
Zach Potter
2023-08-25
1
-1
/
+1
|
*
cleanup and todos
Zach Potter
2023-08-25
1
-77
/
+67
|
*
multiple terminal instances
Zach Potter
2023-08-22
1
-40
/
+42
|
*
Move virtual terminal to lib/terminal.tcl
Zach Potter
2023-08-22
1
-0
/
+179
|
*
Fix region move distance bug
Omar Rizwan
2023-08-16
1
-1
/
+1
|
*
Add bottomright, topleft, region functions etc
Charles Chamberlain
2023-08-16
1
-0
/
+12
|
*
Increase log size + some unmatch hacking
Omar Rizwan
2023-08-16
1
-1
/
+2
|
*
WIP: Rewrite peering to use shm instead of websockets
Omar Rizwan
2023-08-15
2
-58
/
+20
|
*
Try to fix collect incremental
Omar Rizwan
2023-08-15
1
-1
/
+2
|
*
Evaluator: better incrementalize collect
Omar Rizwan
2023-08-15
1
-5
/
+19
|
*
evaluator: Add dot and print helpers
Omar Rizwan
2023-08-15
1
-0
/
+9
|
*
c: Use the Tcl error in __ENSURE_OK
Omar Rizwan
2023-08-15
1
-1
/
+1
|
*
Don't use value == 0 in trie, so 0:0 can actually match
Omar Rizwan
2023-08-12
1
-3
/
+6
|
*
Measure display fps
Omar Rizwan
2023-08-11
1
-0
/
+2
*
|
c: Scope getters so fields w/ same name across structs don't collide
Omar Rizwan
2023-09-08
1
-18
/
+16
*
|
Display_vk: Use volk to autoload Vulkan functions (no more vkfn).
Omar Rizwan
2023-09-08
1
-12
/
+21
*
|
WIP: Finally implement setFromAnyProc, start on UBO memcpy again
Omar Rizwan
2023-09-07
1
-2
/
+17
*
|
c: Fix getter for renamed cc
Omar Rizwan
2023-09-07
1
-3
/
+3
*
|
c: Start working on field getters. Throw errors from deep in C!
Omar Rizwan
2023-09-07
2
-14
/
+37
*
|
WIP: It runs all the way through now
Omar Rizwan
2023-09-06
1
-1
/
+6
*
|
WIP: Start on multi-binding + image support for pipelines
Omar Rizwan
2023-09-05
1
-2
/
+2
*
|
Test struct array. Fix trie ?
Omar Rizwan
2023-09-05
1
-1
/
+1
[prev]
[next]