mirror of
https://github.com/jart/cosmopolitan.git
synced 2025-02-07 15:03:34 +00:00
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. |
||
---|---|---|
.. | ||
alignof_test.c | ||
alloca_test.c | ||
arith_test.c | ||
asm_test.c | ||
assert_test.c | ||
attribute_test.c | ||
bitfield_test.c | ||
builtin_test.c | ||
cast_test.c | ||
common.c | ||
compat_test.c | ||
complit_test.c | ||
const_test.c | ||
constexpr_test.c | ||
control_test.c | ||
dce_test.c | ||
decl_test.c | ||
enum_test.c | ||
extern_test.c | ||
float_test.c | ||
function_test.c | ||
generic_test.c | ||
include1.h | ||
include2.h | ||
include3.h | ||
include4.h | ||
initializer_test.c | ||
int128_test.c | ||
line_test.c | ||
literal_test.c | ||
macro_test.c | ||
offsetof_test.c | ||
pointer_test.c | ||
pragma-once_test.c | ||
sizeof_test.c | ||
string_test.c | ||
struct_test.c | ||
test.h | ||
test.mk | ||
tls_test.c.todo | ||
typedef_test.c | ||
typeof_test.c | ||
unicode_test.c | ||
union_test.c | ||
usualconv_test.c | ||
varargs_test.c | ||
variable_test.c | ||
vector_test.c | ||
vla_test.c |