2020-06-15 14:18:57 +00:00
|
|
|
#-*-mode:makefile-gmake;indent-tabs-mode:t;tab-width:8;coding:utf-8-*-┐
|
|
|
|
#───vi: set et ft=make ts=8 tw=8 fenc=utf-8 :vi───────────────────────┘
|
|
|
|
|
|
|
|
.PHONY: o/$(MODE)/third_party
|
|
|
|
o/$(MODE)/third_party: \
|
2021-10-09 03:51:11 +00:00
|
|
|
o/$(MODE)/third_party/argon2 \
|
2021-09-07 00:36:47 +00:00
|
|
|
o/$(MODE)/third_party/bzip2 \
|
2021-02-03 04:21:06 +00:00
|
|
|
o/$(MODE)/third_party/chibicc \
|
2020-06-15 14:18:57 +00:00
|
|
|
o/$(MODE)/third_party/compiler_rt \
|
|
|
|
o/$(MODE)/third_party/dlmalloc \
|
2021-03-07 21:26:57 +00:00
|
|
|
o/$(MODE)/third_party/gdtoa \
|
2020-06-15 14:18:57 +00:00
|
|
|
o/$(MODE)/third_party/getopt \
|
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 12:51:41 +00:00
|
|
|
o/$(MODE)/third_party/libcxx \
|
2021-08-14 18:26:23 +00:00
|
|
|
o/$(MODE)/third_party/linenoise \
|
2021-03-07 21:26:57 +00:00
|
|
|
o/$(MODE)/third_party/lua \
|
2020-06-15 14:18:57 +00:00
|
|
|
o/$(MODE)/third_party/lz4cli \
|
2021-10-26 18:54:07 +00:00
|
|
|
o/$(MODE)/third_party/make \
|
2022-03-18 10:17:08 +00:00
|
|
|
o/$(MODE)/third_party/maxmind \
|
|
|
|
o/$(MODE)/third_party/mbedtls \
|
2020-06-15 14:18:57 +00:00
|
|
|
o/$(MODE)/third_party/musl \
|
2021-08-14 18:26:23 +00:00
|
|
|
o/$(MODE)/third_party/python \
|
2021-04-09 08:06:57 +00:00
|
|
|
o/$(MODE)/third_party/quickjs \
|
2020-06-15 14:18:57 +00:00
|
|
|
o/$(MODE)/third_party/regex \
|
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 12:51:41 +00:00
|
|
|
o/$(MODE)/third_party/smallz4 \
|
2021-05-04 14:39:59 +00:00
|
|
|
o/$(MODE)/third_party/sqlite3 \
|
2021-08-14 18:26:23 +00:00
|
|
|
o/$(MODE)/third_party/stb \
|
2020-06-15 14:18:57 +00:00
|
|
|
o/$(MODE)/third_party/xed \
|
2022-04-21 04:59:25 +00:00
|
|
|
o/$(MODE)/third_party/zip \
|
2020-06-15 14:18:57 +00:00
|
|
|
o/$(MODE)/third_party/zlib
|