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