cosmopolitan/test/libc/nexgen32e
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
..
cescapec_test.c Change license 2020-12-27 17:18:44 -08:00
crc32_test.c Remove more nonstandard stuff from cosmopolitan.h 2021-03-01 00:18:23 -08:00
ffs_test.c Change license 2020-12-27 17:18:44 -08:00
gclongjmp_test.c Make improvements 2022-03-16 13:40:10 -07:00
kbase36_test.c Add cpu / mem / fsz limits to build system 2021-08-13 23:40:53 -07:00
kcp437_test.c Change license 2020-12-27 17:18:44 -08:00
lz4decode_test.c Remove more nonstandard stuff from cosmopolitan.h 2021-03-01 00:18:23 -08:00
memeqmask_test.c Import C++ Standard Template Library 2022-03-22 06:41:54 -07:00
memmove_test.c Change noinline to dontinline (#312) 2021-11-12 15:12:18 -08:00
memrchr_test.c Mold the redbean binary to minimize page faults 2021-05-03 12:14:13 -07:00
memset_test.c Make numerous improvements 2021-09-28 01:52:34 -07:00
sidiv_test.c Change license 2020-12-27 17:18:44 -08:00
strcaseconv_test.c Make C memory safe like Rust 2021-02-01 03:58:46 -08:00
strcspn_test.c Replace .pushsection directives (#30) 2021-01-10 13:36:31 -08:00
strsak32_test.c Make fixes, improvements, and chibicc python bindings 2021-10-08 08:41:57 -07:00
test.mk Fix XNU / FreeBSD / OpenBSD / RHEL5 / NT bugs 2021-01-25 18:31:17 -08:00