2020-06-15 07:18:57 -07:00
|
|
|
#-*-mode:makefile-gmake;indent-tabs-mode:t;tab-width:8;coding:utf-8-*-┐
|
2023-12-16 23:07:10 -05:00
|
|
|
#── vi: set noet ft=make ts=8 sw=8 fenc=utf-8 :vi ────────────────────┘
|
2020-06-15 07:18:57 -07:00
|
|
|
|
|
|
|
.PHONY: o/$(MODE)/third_party
|
|
|
|
o/$(MODE)/third_party: \
|
2021-10-08 20:51:11 -07:00
|
|
|
o/$(MODE)/third_party/argon2 \
|
2022-08-21 12:29:07 -07:00
|
|
|
o/$(MODE)/third_party/awk \
|
2021-09-06 17:36:47 -07:00
|
|
|
o/$(MODE)/third_party/bzip2 \
|
2021-02-02 20:21:06 -08:00
|
|
|
o/$(MODE)/third_party/chibicc \
|
2020-06-15 07:18:57 -07:00
|
|
|
o/$(MODE)/third_party/compiler_rt \
|
2022-11-11 14:22:42 -08:00
|
|
|
o/$(MODE)/third_party/ctags \
|
2020-06-15 07:18:57 -07:00
|
|
|
o/$(MODE)/third_party/dlmalloc \
|
2022-06-23 03:39:44 -07:00
|
|
|
o/$(MODE)/third_party/finger \
|
2021-03-07 13:26:57 -08:00
|
|
|
o/$(MODE)/third_party/gdtoa \
|
2020-06-15 07:18:57 -07:00
|
|
|
o/$(MODE)/third_party/getopt \
|
2022-12-23 18:32:03 -07:00
|
|
|
o/$(MODE)/third_party/hiredis \
|
2023-12-10 08:01:37 -08:00
|
|
|
o/$(MODE)/third_party/less \
|
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 05:51:41 -07:00
|
|
|
o/$(MODE)/third_party/libcxx \
|
2024-01-08 23:45:10 +07:00
|
|
|
o/$(MODE)/third_party/libcxxabi \
|
2024-01-06 15:04:30 +07:00
|
|
|
o/$(MODE)/third_party/libunwind \
|
2021-08-14 11:26:23 -07:00
|
|
|
o/$(MODE)/third_party/linenoise \
|
2021-03-07 13:26:57 -08:00
|
|
|
o/$(MODE)/third_party/lua \
|
2020-06-15 07:18:57 -07:00
|
|
|
o/$(MODE)/third_party/lz4cli \
|
2021-10-27 00:24:07 +05:30
|
|
|
o/$(MODE)/third_party/make \
|
2022-03-18 03:17:08 -07:00
|
|
|
o/$(MODE)/third_party/maxmind \
|
|
|
|
o/$(MODE)/third_party/mbedtls \
|
2020-06-15 07:18:57 -07:00
|
|
|
o/$(MODE)/third_party/musl \
|
2023-12-10 07:28:01 -08:00
|
|
|
o/$(MODE)/third_party/ncurses \
|
2022-09-11 11:02:07 -07:00
|
|
|
o/$(MODE)/third_party/nsync \
|
2024-01-28 21:57:40 -08:00
|
|
|
o/$(MODE)/third_party/openmp \
|
2023-12-10 05:59:18 -08:00
|
|
|
o/$(MODE)/third_party/pcre \
|
2023-03-05 23:52:17 -08:00
|
|
|
o/$(MODE)/third_party/puff \
|
2021-08-14 11:26:23 -07:00
|
|
|
o/$(MODE)/third_party/python \
|
2023-12-11 05:59:20 -08:00
|
|
|
o/$(MODE)/third_party/readline \
|
2020-06-15 07:18:57 -07:00
|
|
|
o/$(MODE)/third_party/regex \
|
2022-09-10 16:11:26 -07:00
|
|
|
o/$(MODE)/third_party/sed \
|
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 05:51:41 -07:00
|
|
|
o/$(MODE)/third_party/smallz4 \
|
2021-05-04 20:09:59 +05:30
|
|
|
o/$(MODE)/third_party/sqlite3 \
|
2021-08-14 11:26:23 -07:00
|
|
|
o/$(MODE)/third_party/stb \
|
2022-06-09 06:33:31 -07:00
|
|
|
o/$(MODE)/third_party/tidy \
|
2022-10-14 16:37:29 -07:00
|
|
|
o/$(MODE)/third_party/tr \
|
2023-10-15 19:46:40 -07:00
|
|
|
o/$(MODE)/third_party/tree \
|
2024-05-04 23:05:36 -07:00
|
|
|
o/$(MODE)/third_party/tz \
|
2022-06-10 04:54:37 -07:00
|
|
|
o/$(MODE)/third_party/unzip \
|
2023-04-27 05:42:10 -07:00
|
|
|
o/$(MODE)/third_party/vqsort \
|
2020-06-15 07:18:57 -07:00
|
|
|
o/$(MODE)/third_party/xed \
|
2023-10-15 19:46:40 -07:00
|
|
|
o/$(MODE)/third_party/xxhash \
|
2022-04-20 21:59:25 -07:00
|
|
|
o/$(MODE)/third_party/zip \
|
2023-10-15 19:46:40 -07:00
|
|
|
o/$(MODE)/third_party/zlib \
|
|
|
|
o/$(MODE)/third_party/zstd
|