cosmopolitan/tool/viz/lib
Justine Tunney 2bd1e72d5a Remove garbage collector macro from header (#114)
We can put this back the moment someone requests it. Pain-free garbage
collection for the C language is pretty cool. All it does is overwrite
the return address with a trampoline that calls free(). It's not clear
what it should be named if it's made a public API.
2021-03-07 20:23:29 -08:00
..
thunks Remove more nonstandard stuff from cosmopolitan.h 2021-03-01 00:18:23 -08:00
bilinearscale.c Remove garbage collector macro from header (#114) 2021-03-07 20:23:29 -08:00
bilinearscale.h Initial import 2020-06-15 07:18:57 -07:00
boxblur.c Change license 2020-12-27 17:18:44 -08:00
convoindex.c Change license 2020-12-27 17:18:44 -08:00
convolution.h Add x86_64-linux-gnu emulator 2020-08-25 04:43:42 -07:00
convolve.h Get Cosmopolitan into releasable state 2020-11-25 08:19:00 -08:00
dither.c Remove garbage collector macro from header (#114) 2021-03-07 20:23:29 -08:00
doublechrominance.S Remove more nonstandard stuff from cosmopolitan.h 2021-03-01 00:18:23 -08:00
emboss.c Change license 2020-12-27 17:18:44 -08:00
formatmatrix-byte.c Remove garbage collector macro from header (#114) 2021-03-07 20:23:29 -08:00
formatmatrix-double.c Remove garbage collector macro from header (#114) 2021-03-07 20:23:29 -08:00
formatmatrix-float.c Remove garbage collector macro from header (#114) 2021-03-07 20:23:29 -08:00
formatmatrix-short.c Remove garbage collector macro from header (#114) 2021-03-07 20:23:29 -08:00
formatstringtable-assembly.c Remove garbage collector macro from header (#114) 2021-03-07 20:23:29 -08:00
formatstringtable-assertion.c Change license 2020-12-27 17:18:44 -08:00
formatstringtable-basic.c Change license 2020-12-27 17:18:44 -08:00
formatstringtable-code.c Remove more nonstandard stuff from cosmopolitan.h 2021-03-01 00:18:23 -08:00
formatstringtable-testlib.h Remove more nonstandard stuff from cosmopolitan.h 2021-03-01 00:18:23 -08:00
formatstringtable.c Remove more nonstandard stuff from cosmopolitan.h 2021-03-01 00:18:23 -08:00
formatstringtable.h Fix bugs and have emulator emulate itself 2020-08-31 05:17:31 -07:00
gaussian.c Remove more nonstandard stuff from cosmopolitan.h 2021-03-01 00:18:23 -08:00
getxtermcodes.c Remove more nonstandard stuff from cosmopolitan.h 2021-03-01 00:18:23 -08:00
glyphs.c Change license 2020-12-27 17:18:44 -08:00
graphic.h Remove garbage collector macro from header (#114) 2021-03-07 20:23:29 -08:00
halfblit.c Change license 2020-12-27 17:18:44 -08:00
halfblit.h Initial import 2020-06-15 07:18:57 -07:00
knobs.c Change license 2020-12-27 17:18:44 -08:00
knobs.h Initial import 2020-06-15 07:18:57 -07:00
perlin3.c Remove more nonstandard stuff from cosmopolitan.h 2021-03-01 00:18:23 -08:00
resizegraphic.c Change license 2020-12-27 17:18:44 -08:00
sharpen.c Remove more nonstandard stuff from cosmopolitan.h 2021-03-01 00:18:23 -08:00
sobel.c Remove more nonstandard stuff from cosmopolitan.h 2021-03-01 00:18:23 -08:00
stringbuilder.c Remove more nonstandard stuff from cosmopolitan.h 2021-03-01 00:18:23 -08:00
stringbuilder.h Initial import 2020-06-15 07:18:57 -07:00
unsharp.c Remove more nonstandard stuff from cosmopolitan.h 2021-03-01 00:18:23 -08:00
vizlib.mk Make C memory safe like Rust 2021-02-01 03:58:46 -08:00
writetoframebuffer.c Remove more nonstandard stuff from cosmopolitan.h 2021-03-01 00:18:23 -08:00
ycbcr.h Initial import 2020-06-15 07:18:57 -07:00
ycbcr2rgb3.c Remove garbage collector macro from header (#114) 2021-03-07 20:23:29 -08:00