cosmopolitan/tool/viz
Justine Tunney 868af3f950 Import C++ Standard Template Library
You can now use the hardest fastest and most dangerous language there is
with Cosmopolitan. So far about 75% of LLVM libcxx has been added. A few
breaking changes needed to be made to help this go smoothly.

- Rename nothrow to dontthrow
- Rename nodiscard to dontdiscard
- Add some libm functions, e.g. lgamma, nan, etc.
- Change intmax_t from int128 to int64 like everything else
- Introduce %jjd formatting directive for int128_t
- Introduce strtoi128(), strtou128(), etc.
- Rename bsrmax() to bsr128()

Some of the templates that should be working currently are std::vector,
std::string, std::map, std::set, std::deque, etc.
2022-03-22 06:41:54 -07:00
..
lib Clean old .source directive out of asm code 2022-03-18 12:43:21 -07:00
ascii2utf8.c Change license 2020-12-27 17:18:44 -08:00
basicidea.c Add maxmind demo to redbean-demo.com 2022-03-18 15:31:54 -07:00
bd.c Don't pass unused args to printf (#311) 2021-11-13 01:10:45 -08:00
bf.c Make examples folder somewhat more focused 2021-03-05 06:09:12 -08:00
bin2asm.c Change license 2020-12-27 17:18:44 -08:00
bing.c Change license 2020-12-27 17:18:44 -08:00
comma.c Change license 2020-12-27 17:18:44 -08:00
cpuid.c Add cpu / mem / fsz limits to build system 2021-08-13 23:40:53 -07:00
deathstar.c Remove more nonstandard stuff from cosmopolitan.h 2021-03-01 00:18:23 -08:00
derasterize.c Restart CI for New Technology and UBSAN hunting 2022-03-21 04:32:57 -07:00
double2int.c Remove garbage collector macro from header (#114) 2021-03-07 20:23:29 -08:00
dumphexc.c Add function for creating hex string literals 2021-08-07 07:05:19 -07:00
fliphex.c Add SSL to redbean 2021-06-24 13:20:50 -07:00
float2bin.c Pacify file locks on Windows 2021-06-12 00:01:55 -07:00
fold.c Remove more nonstandard stuff from cosmopolitan.h 2021-03-01 00:18:23 -08:00
fontspace.c Make numerous improvements 2021-09-28 01:52:34 -07:00
generatematrix.c Restart CI for New Technology and UBSAN hunting 2022-03-21 04:32:57 -07:00
generatetortureimage.c Remove garbage collector macro from header (#114) 2021-03-07 20:23:29 -08:00
getglyph.c Make numerous improvements 2021-09-28 01:52:34 -07:00
int2float.c Import C++ Standard Template Library 2022-03-22 06:41:54 -07:00
invertblocks.c Change license 2020-12-27 17:18:44 -08:00
life.c Restart CI for New Technology and UBSAN hunting 2022-03-21 04:32:57 -07:00
magikarp.c Restart CI for New Technology and UBSAN hunting 2022-03-21 04:32:57 -07:00
memzoom.c Restart CI for New Technology and UBSAN hunting 2022-03-21 04:32:57 -07:00
ntmaster.c Restart CI for New Technology and UBSAN hunting 2022-03-21 04:32:57 -07:00
od16.c Change license 2020-12-27 17:18:44 -08:00
printansi.c Remove garbage collector macro from header (#114) 2021-03-07 20:23:29 -08:00
printimage.c Add maxmind demo to redbean-demo.com 2022-03-18 15:31:54 -07:00
printpeb.c Restart CI for New Technology and UBSAN hunting 2022-03-21 04:32:57 -07:00
printpixel.c Change license 2020-12-27 17:18:44 -08:00
printvideo.c Restart CI for New Technology and UBSAN hunting 2022-03-21 04:32:57 -07:00
rgbtoxterm.c Change license 2020-12-27 17:18:44 -08:00
rsastrength.c Make numerous improvements 2021-09-28 01:52:34 -07:00
tabalign.c Remove more nonstandard stuff from cosmopolitan.h 2021-03-01 00:18:23 -08:00
tailf.c Remove more nonstandard stuff from cosmopolitan.h 2021-03-01 00:18:23 -08:00
unbing.c Change license 2020-12-27 17:18:44 -08:00
unicode.c Remove garbage collector macro from header (#114) 2021-03-07 20:23:29 -08:00
upscalefloat.c Remove more nonstandard stuff from cosmopolitan.h 2021-03-01 00:18:23 -08:00
upscaleint.c Remove more nonstandard stuff from cosmopolitan.h 2021-03-01 00:18:23 -08:00
viz.mk Make numerous improvements 2021-09-28 01:52:34 -07:00
xterm256cubes.c Change license 2020-12-27 17:18:44 -08:00
xterm256effective.c Remove more nonstandard stuff from cosmopolitan.h 2021-03-01 00:18:23 -08:00
xterm256effective2.c Remove more nonstandard stuff from cosmopolitan.h 2021-03-01 00:18:23 -08:00
xterm256gradient.c Make C memory safe like Rust 2021-02-01 03:58:46 -08:00
xterm256info.c Change license 2020-12-27 17:18:44 -08:00