Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F140070363
D35287.id107784.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
29 KB
Referenced Files
None
Subscribers
None
D35287.id107784.diff
View Options
Index: devel/wasi-libcxx/Makefile
===================================================================
--- devel/wasi-libcxx/Makefile
+++ devel/wasi-libcxx/Makefile
@@ -1,5 +1,5 @@
PORTNAME= libcxx
-DISTVERSION= 13.0.1
+DISTVERSION= 14.0.6
CATEGORIES= devel lang
MASTER_SITES= https://github.com/llvm/llvm-project/releases/download/llvmorg-${DISTVERSION:S/rc/-rc/}/ \
https://${PRE_}releases.llvm.org/${LLVM_RELEASE}/${RCDIR}
@@ -28,20 +28,19 @@
LLVM_SUFFIX= ${LLVM_RELEASE:C/\.[0-9]\.[0-9]$//}
LLVM_PREFIX= ${PREFIX}/llvm${LLVM_SUFFIX}
WASI_SYSROOT= ${LOCALBASE}/share/wasi-sysroot
-WRKSRC= ${WRKDIR}/${DISTNAME}/libcxx
CONFIGURE_ENV+= CC="${CC}" CFLAGS="${CFLAGS}"
CONFIGURE_ENV+= CXX="${CXX}" CXXFLAGS="${CXXFLAGS}"
CMAKE_INSTALL_PREFIX= ${PREFIX}/share/wasi-sysroot
-CMAKE_ARGS= -DCMAKE_C_COMPILER_WORKS=1 \
+CMAKE_SOURCE_PATH= ${WRKSRC}/runtimes
+CMAKE_ARGS= -DLLVM_ENABLE_RUNTIMES="libcxx;libcxxabi" \
+ -DCMAKE_C_COMPILER_WORKS=1 \
-DCMAKE_CXX_COMPILER_WORKS=1 \
- -DCXX_SUPPORTS_CXX11=ON \
-DLLVM_COMPILER_CHECKED=ON \
-DUNIX:BOOL=ON \
-DCMAKE_SYSROOT=${WASI_SYSROOT} \
-DCMAKE_CXX_COMPILER_TARGET=wasm32-wasi \
- -DLLVM_CONFIG_PATH=${LOCALBASE}/bin/llvm-config${LLVM_SUFFIX} \
-DLIBCXX_LIBDIR_SUFFIX=/wasm32-wasi \
-DLIBCXX_INCLUDE_BENCHMARKS:BOOL=FALSE \
-DLIBCXX_INCLUDE_TESTS:BOOL=FALSE \
@@ -51,6 +50,7 @@
-DLIBCXX_BUILD_EXTERNAL_THREAD_LIBRARY:BOOL=OFF \
-DLIBCXX_HAS_WIN32_THREAD_API:BOOL=OFF \
-DLIBCXX_ENABLE_SHARED:BOOL=OFF \
+ -DLIBCXX_ENABLE_STATIC:BOOL=ON \
-DLIBCXX_ENABLE_EXPERIMENTAL_LIBRARY:BOOL=OFF \
-DLIBCXX_ENABLE_EXCEPTIONS:BOOL=OFF \
-DLIBCXX_ENABLE_FILESYSTEM:BOOL=OFF \
@@ -87,38 +87,22 @@
-DLIBCXX_SUPPORTS_WNO_USER_DEFINED_LITERALS_FLAG:BOOL=ON \
-DLIBCXX_SUPPORTS_WNO_COVERED_SWITCH_DEFAULT_FLAG:BOOL=ON \
-DLIBCXX_SUPPORTS_WNO_SUGGEST_OVERRIDE_FLAG:BOOL=ON \
- -DLIBCXX_SUPPORTS_WNO_IGNORED_ATTRIBUTES_FLAG:BOOL=ON \
-DLIBCXX_SUPPORTS_WNO_ERROR_FLAG:BOOL=ON \
-DLIBCXX_SUPPORTS_EHS_FLAG:BOOL=OFF \
-DLIBCXX_SUPPORTS_EHA_FLAG:BOOL=OFF \
- -DLIBCXX_SUPPORTS_ZL_FLAG:BOOL=OFF \
- -DLIBCXX_SUPPORTS_NODEFAULTLIB_FLAG:BOOL=ON \
-DLIBCXXABI_SUPPORTS_FNO_EXCEPTIONS_FLAG:BOOL=ON \
-DLIBCXXABI_SUPPORTS_NOSTDLIBXX_FLAG:BOOL=ON \
-DLIBCXXABI_SUPPORTS_NODEFAULTLIBS_FLAG:BOOL=ON \
-DLIBCXXABI_HAS_COMMENT_LIB_PRAGMA:BOOL=ON \
- -DLIBCXXABI_SUPPORTS_FALIGNED_ALLOCATION_FLAG:BOOL=ON \
- -DLIBCXXABI_SUPPORTS_NOSTDINCXX_FLAG:BOOL=ON \
- -DLIBCXXABI_SUPPORTS_FVISIBILITY_INLINES_HIDDEN_FLAG:BOOL=ON \
- -DLIBCXXABI_SUPPORTS_FVISIBILITY_EQ_HIDDEN_FLAG:BOOL=ON \
-DLIBCXXABI_SUPPORTS_WALL_FLAG:BOOL=ON \
- -DLIBCXXABI_SUPPORTS_WEXTRA_FLAG:BOOL=ON \
-DLIBCXXABI_SUPPORTS_W_FLAG:BOOL=ON \
-DLIBCXXABI_SUPPORTS_WWRITE_STRINGS_FLAG:BOOL=ON \
- -DLIBCXXABI_SUPPORTS_WNO_UNUSED_PARAMETER_FLAG:BOOL=ON \
- -DLIBCXXABI_SUPPORTS_WNO_LONG_LONG_FLAG:BOOL=ON \
-DLIBCXXABI_SUPPORTS_WERROR_EQ_RETURN_TYPE_FLAG:BOOL=ON \
- -DLIBCXXABI_SUPPORTS_WEXTRA_SEMI_FLAG:BOOL=ON \
-DLIBCXXABI_SUPPORTS_WUNDEF_FLAG:BOOL=ON \
- -DLIBCXXABI_SUPPORTS_WNO_USER_DEFINED_LITERALS_FLAG:BOOL=ON \
- -DLIBCXXABI_SUPPORTS_WNO_COVERED_SWITCH_DEFAULT_FLAG:BOOL=ON \
-DLIBCXXABI_SUPPORTS_WNO_SUGGEST_OVERRIDE_FLAG:BOOL=ON \
- -DLIBCXXABI_SUPPORTS_WNO_IGNORED_ATTRIBUTES_FLAG:BOOL=ON \
-DLIBCXXABI_SUPPORTS_WNO_ERROR_FLAG:BOOL=ON \
-DLIBCXXABI_SUPPORTS_EHS_FLAG:BOOL=OFF \
-DLIBCXXABI_SUPPORTS_EHA_FLAG:BOOL=OFF \
- -DLIBCXXABI_SUPPORTS_ZL_FLAG:BOOL=OFF \
- -DLIBCXXABI_SUPPORTS_NODEFAULTLIB_FLAG:BOOL=ON \
-DLIBCXXABI_SUPPORTS_WCHAR_SUBSCRIPTS_FLAG:BOOL=ON \
-DLIBCXXABI_SUPPORTS_WCONVERSION_FLAG:BOOL=ON \
-DLIBCXXABI_SUPPORTS_WMISMATCHED_TAGS_FLAG:BOOL=ON \
@@ -137,21 +121,4 @@
-DLIBCXXABI_SUPPORTS_PEDANTIC_FLAG:BOOL=ON \
-DLIBCXXABI_SUPPORTS_FSTRICT_ALIASING_FLAG:BOOL=ON
-post-extract:
- @${MKDIR} ${WRKDIR}/.build_cxxabi
-
-post-configure:
- @cd ${WRKDIR}/.build_cxxabi && \
- ${SETENV} ${CONFIGURE_ENV} ${CMAKE_BIN} ${CMAKE_ARGS} ${WRKDIR}/${DISTNAME}/libcxxabi
-
-post-build:
- @${LOCALBASE}/bin/llvm-ranlib${LLVM_SUFFIX} ${CONFIGURE_WRKSRC}/lib/wasm32-wasi/*.a
- @cd ${WRKDIR}/.build_cxxabi && \
- ${SETENV} ${MAKE_ENV} ${MAKE_CMD} ${MAKE_ARGS} ${ALL_TARGET}
- @${LOCALBASE}/bin/llvm-ranlib${LLVM_SUFFIX} ${WRKDIR}/.build_cxxabi/lib/wasm32-wasi/*.a
-
-post-install:
- @cd ${WRKDIR}/.build_cxxabi && \
- ${SETENV} ${MAKE_ENV} ${MAKE_CMD} ${MAKE_ARGS} ${INSTALL_TARGET}
-
.include <bsd.port.mk>
Index: devel/wasi-libcxx/distinfo
===================================================================
--- devel/wasi-libcxx/distinfo
+++ devel/wasi-libcxx/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1644329406
-SHA256 (llvm-project-13.0.1.src.tar.xz) = 326335a830f2e32d06d0a36393b5455d17dc73e0bd1211065227ee014f92cbf8
-SIZE (llvm-project-13.0.1.src.tar.xz) = 97584928
+TIMESTAMP = 1656566745
+SHA256 (llvm-project-14.0.6.src.tar.xz) = 8b3cfd7bc695bd6cea0f37f53f0981f34f87496e79e2529874fd03a2f9dd3a8a
+SIZE (llvm-project-14.0.6.src.tar.xz) = 105618228
Index: devel/wasi-libcxx/pkg-plist
===================================================================
--- devel/wasi-libcxx/pkg-plist
+++ devel/wasi-libcxx/pkg-plist
@@ -3,76 +3,79 @@
share/wasi-sysroot/include/c++/v1/__algorithm/any_of.h
share/wasi-sysroot/include/c++/v1/__algorithm/binary_search.h
share/wasi-sysroot/include/c++/v1/__algorithm/clamp.h
-share/wasi-sysroot/include/c++/v1/__algorithm/comp.h
share/wasi-sysroot/include/c++/v1/__algorithm/comp_ref_type.h
-share/wasi-sysroot/include/c++/v1/__algorithm/copy.h
+share/wasi-sysroot/include/c++/v1/__algorithm/comp.h
share/wasi-sysroot/include/c++/v1/__algorithm/copy_backward.h
share/wasi-sysroot/include/c++/v1/__algorithm/copy_if.h
share/wasi-sysroot/include/c++/v1/__algorithm/copy_n.h
-share/wasi-sysroot/include/c++/v1/__algorithm/count.h
+share/wasi-sysroot/include/c++/v1/__algorithm/copy.h
share/wasi-sysroot/include/c++/v1/__algorithm/count_if.h
-share/wasi-sysroot/include/c++/v1/__algorithm/equal.h
+share/wasi-sysroot/include/c++/v1/__algorithm/count.h
share/wasi-sysroot/include/c++/v1/__algorithm/equal_range.h
-share/wasi-sysroot/include/c++/v1/__algorithm/fill.h
+share/wasi-sysroot/include/c++/v1/__algorithm/equal.h
share/wasi-sysroot/include/c++/v1/__algorithm/fill_n.h
-share/wasi-sysroot/include/c++/v1/__algorithm/find.h
+share/wasi-sysroot/include/c++/v1/__algorithm/fill.h
share/wasi-sysroot/include/c++/v1/__algorithm/find_end.h
share/wasi-sysroot/include/c++/v1/__algorithm/find_first_of.h
-share/wasi-sysroot/include/c++/v1/__algorithm/find_if.h
share/wasi-sysroot/include/c++/v1/__algorithm/find_if_not.h
-share/wasi-sysroot/include/c++/v1/__algorithm/for_each.h
+share/wasi-sysroot/include/c++/v1/__algorithm/find_if.h
+share/wasi-sysroot/include/c++/v1/__algorithm/find.h
share/wasi-sysroot/include/c++/v1/__algorithm/for_each_n.h
-share/wasi-sysroot/include/c++/v1/__algorithm/generate.h
+share/wasi-sysroot/include/c++/v1/__algorithm/for_each.h
share/wasi-sysroot/include/c++/v1/__algorithm/generate_n.h
+share/wasi-sysroot/include/c++/v1/__algorithm/generate.h
share/wasi-sysroot/include/c++/v1/__algorithm/half_positive.h
+share/wasi-sysroot/include/c++/v1/__algorithm/in_in_out_result.h
+share/wasi-sysroot/include/c++/v1/__algorithm/in_in_result.h
+share/wasi-sysroot/include/c++/v1/__algorithm/in_out_result.h
share/wasi-sysroot/include/c++/v1/__algorithm/includes.h
share/wasi-sysroot/include/c++/v1/__algorithm/inplace_merge.h
-share/wasi-sysroot/include/c++/v1/__algorithm/is_heap.h
share/wasi-sysroot/include/c++/v1/__algorithm/is_heap_until.h
+share/wasi-sysroot/include/c++/v1/__algorithm/is_heap.h
share/wasi-sysroot/include/c++/v1/__algorithm/is_partitioned.h
share/wasi-sysroot/include/c++/v1/__algorithm/is_permutation.h
-share/wasi-sysroot/include/c++/v1/__algorithm/is_sorted.h
share/wasi-sysroot/include/c++/v1/__algorithm/is_sorted_until.h
+share/wasi-sysroot/include/c++/v1/__algorithm/is_sorted.h
share/wasi-sysroot/include/c++/v1/__algorithm/iter_swap.h
share/wasi-sysroot/include/c++/v1/__algorithm/lexicographical_compare.h
share/wasi-sysroot/include/c++/v1/__algorithm/lower_bound.h
share/wasi-sysroot/include/c++/v1/__algorithm/make_heap.h
-share/wasi-sysroot/include/c++/v1/__algorithm/max.h
share/wasi-sysroot/include/c++/v1/__algorithm/max_element.h
+share/wasi-sysroot/include/c++/v1/__algorithm/max.h
share/wasi-sysroot/include/c++/v1/__algorithm/merge.h
-share/wasi-sysroot/include/c++/v1/__algorithm/min.h
share/wasi-sysroot/include/c++/v1/__algorithm/min_element.h
-share/wasi-sysroot/include/c++/v1/__algorithm/minmax.h
+share/wasi-sysroot/include/c++/v1/__algorithm/min.h
share/wasi-sysroot/include/c++/v1/__algorithm/minmax_element.h
+share/wasi-sysroot/include/c++/v1/__algorithm/minmax.h
share/wasi-sysroot/include/c++/v1/__algorithm/mismatch.h
-share/wasi-sysroot/include/c++/v1/__algorithm/move.h
share/wasi-sysroot/include/c++/v1/__algorithm/move_backward.h
+share/wasi-sysroot/include/c++/v1/__algorithm/move.h
share/wasi-sysroot/include/c++/v1/__algorithm/next_permutation.h
share/wasi-sysroot/include/c++/v1/__algorithm/none_of.h
share/wasi-sysroot/include/c++/v1/__algorithm/nth_element.h
-share/wasi-sysroot/include/c++/v1/__algorithm/partial_sort.h
share/wasi-sysroot/include/c++/v1/__algorithm/partial_sort_copy.h
-share/wasi-sysroot/include/c++/v1/__algorithm/partition.h
+share/wasi-sysroot/include/c++/v1/__algorithm/partial_sort.h
share/wasi-sysroot/include/c++/v1/__algorithm/partition_copy.h
share/wasi-sysroot/include/c++/v1/__algorithm/partition_point.h
+share/wasi-sysroot/include/c++/v1/__algorithm/partition.h
share/wasi-sysroot/include/c++/v1/__algorithm/pop_heap.h
share/wasi-sysroot/include/c++/v1/__algorithm/prev_permutation.h
share/wasi-sysroot/include/c++/v1/__algorithm/push_heap.h
-share/wasi-sysroot/include/c++/v1/__algorithm/remove.h
-share/wasi-sysroot/include/c++/v1/__algorithm/remove_copy.h
share/wasi-sysroot/include/c++/v1/__algorithm/remove_copy_if.h
+share/wasi-sysroot/include/c++/v1/__algorithm/remove_copy.h
share/wasi-sysroot/include/c++/v1/__algorithm/remove_if.h
-share/wasi-sysroot/include/c++/v1/__algorithm/replace.h
-share/wasi-sysroot/include/c++/v1/__algorithm/replace_copy.h
+share/wasi-sysroot/include/c++/v1/__algorithm/remove.h
share/wasi-sysroot/include/c++/v1/__algorithm/replace_copy_if.h
+share/wasi-sysroot/include/c++/v1/__algorithm/replace_copy.h
share/wasi-sysroot/include/c++/v1/__algorithm/replace_if.h
-share/wasi-sysroot/include/c++/v1/__algorithm/reverse.h
+share/wasi-sysroot/include/c++/v1/__algorithm/replace.h
share/wasi-sysroot/include/c++/v1/__algorithm/reverse_copy.h
-share/wasi-sysroot/include/c++/v1/__algorithm/rotate.h
+share/wasi-sysroot/include/c++/v1/__algorithm/reverse.h
share/wasi-sysroot/include/c++/v1/__algorithm/rotate_copy.h
+share/wasi-sysroot/include/c++/v1/__algorithm/rotate.h
share/wasi-sysroot/include/c++/v1/__algorithm/sample.h
-share/wasi-sysroot/include/c++/v1/__algorithm/search.h
share/wasi-sysroot/include/c++/v1/__algorithm/search_n.h
+share/wasi-sysroot/include/c++/v1/__algorithm/search.h
share/wasi-sysroot/include/c++/v1/__algorithm/set_difference.h
share/wasi-sysroot/include/c++/v1/__algorithm/set_intersection.h
share/wasi-sysroot/include/c++/v1/__algorithm/set_symmetric_difference.h
@@ -81,35 +84,120 @@
share/wasi-sysroot/include/c++/v1/__algorithm/shift_right.h
share/wasi-sysroot/include/c++/v1/__algorithm/shuffle.h
share/wasi-sysroot/include/c++/v1/__algorithm/sift_down.h
-share/wasi-sysroot/include/c++/v1/__algorithm/sort.h
share/wasi-sysroot/include/c++/v1/__algorithm/sort_heap.h
+share/wasi-sysroot/include/c++/v1/__algorithm/sort.h
share/wasi-sysroot/include/c++/v1/__algorithm/stable_partition.h
share/wasi-sysroot/include/c++/v1/__algorithm/stable_sort.h
share/wasi-sysroot/include/c++/v1/__algorithm/swap_ranges.h
share/wasi-sysroot/include/c++/v1/__algorithm/transform.h
-share/wasi-sysroot/include/c++/v1/__algorithm/unique.h
share/wasi-sysroot/include/c++/v1/__algorithm/unique_copy.h
+share/wasi-sysroot/include/c++/v1/__algorithm/unique.h
share/wasi-sysroot/include/c++/v1/__algorithm/unwrap_iter.h
share/wasi-sysroot/include/c++/v1/__algorithm/upper_bound.h
share/wasi-sysroot/include/c++/v1/__availability
share/wasi-sysroot/include/c++/v1/__bit_reference
+share/wasi-sysroot/include/c++/v1/__bit/bit_cast.h
+share/wasi-sysroot/include/c++/v1/__bit/byteswap.h
share/wasi-sysroot/include/c++/v1/__bits
share/wasi-sysroot/include/c++/v1/__bsd_locale_defaults.h
share/wasi-sysroot/include/c++/v1/__bsd_locale_fallbacks.h
+share/wasi-sysroot/include/c++/v1/__charconv/chars_format.h
+share/wasi-sysroot/include/c++/v1/__charconv/from_chars_result.h
+share/wasi-sysroot/include/c++/v1/__charconv/to_chars_result.h
+share/wasi-sysroot/include/c++/v1/__chrono/calendar.h
+share/wasi-sysroot/include/c++/v1/__chrono/convert_to_timespec.h
+share/wasi-sysroot/include/c++/v1/__chrono/duration.h
+share/wasi-sysroot/include/c++/v1/__chrono/file_clock.h
+share/wasi-sysroot/include/c++/v1/__chrono/high_resolution_clock.h
+share/wasi-sysroot/include/c++/v1/__chrono/steady_clock.h
+share/wasi-sysroot/include/c++/v1/__chrono/system_clock.h
+share/wasi-sysroot/include/c++/v1/__chrono/time_point.h
+share/wasi-sysroot/include/c++/v1/__compare/common_comparison_category.h
+share/wasi-sysroot/include/c++/v1/__compare/compare_partial_order_fallback.h
+share/wasi-sysroot/include/c++/v1/__compare/compare_strong_order_fallback.h
+share/wasi-sysroot/include/c++/v1/__compare/compare_three_way_result.h
+share/wasi-sysroot/include/c++/v1/__compare/compare_three_way.h
+share/wasi-sysroot/include/c++/v1/__compare/compare_weak_order_fallback.h
+share/wasi-sysroot/include/c++/v1/__compare/is_eq.h
+share/wasi-sysroot/include/c++/v1/__compare/ordering.h
+share/wasi-sysroot/include/c++/v1/__compare/partial_order.h
+share/wasi-sysroot/include/c++/v1/__compare/strong_order.h
+share/wasi-sysroot/include/c++/v1/__compare/synth_three_way.h
+share/wasi-sysroot/include/c++/v1/__compare/three_way_comparable.h
+share/wasi-sysroot/include/c++/v1/__compare/weak_order.h
+share/wasi-sysroot/include/c++/v1/__concepts/arithmetic.h
+share/wasi-sysroot/include/c++/v1/__concepts/assignable.h
+share/wasi-sysroot/include/c++/v1/__concepts/boolean_testable.h
+share/wasi-sysroot/include/c++/v1/__concepts/class_or_enum.h
+share/wasi-sysroot/include/c++/v1/__concepts/common_reference_with.h
+share/wasi-sysroot/include/c++/v1/__concepts/common_with.h
+share/wasi-sysroot/include/c++/v1/__concepts/constructible.h
+share/wasi-sysroot/include/c++/v1/__concepts/convertible_to.h
+share/wasi-sysroot/include/c++/v1/__concepts/copyable.h
+share/wasi-sysroot/include/c++/v1/__concepts/derived_from.h
+share/wasi-sysroot/include/c++/v1/__concepts/destructible.h
+share/wasi-sysroot/include/c++/v1/__concepts/different_from.h
+share/wasi-sysroot/include/c++/v1/__concepts/equality_comparable.h
+share/wasi-sysroot/include/c++/v1/__concepts/invocable.h
+share/wasi-sysroot/include/c++/v1/__concepts/movable.h
+share/wasi-sysroot/include/c++/v1/__concepts/predicate.h
+share/wasi-sysroot/include/c++/v1/__concepts/regular.h
+share/wasi-sysroot/include/c++/v1/__concepts/relation.h
+share/wasi-sysroot/include/c++/v1/__concepts/same_as.h
+share/wasi-sysroot/include/c++/v1/__concepts/semiregular.h
+share/wasi-sysroot/include/c++/v1/__concepts/swappable.h
+share/wasi-sysroot/include/c++/v1/__concepts/totally_ordered.h
share/wasi-sysroot/include/c++/v1/__config
share/wasi-sysroot/include/c++/v1/__config_site
+share/wasi-sysroot/include/c++/v1/__coroutine/coroutine_handle.h
+share/wasi-sysroot/include/c++/v1/__coroutine/coroutine_traits.h
+share/wasi-sysroot/include/c++/v1/__coroutine/noop_coroutine_handle.h
+share/wasi-sysroot/include/c++/v1/__coroutine/trivial_awaitables.h
share/wasi-sysroot/include/c++/v1/__cxxabi_config.h
share/wasi-sysroot/include/c++/v1/__debug
share/wasi-sysroot/include/c++/v1/__errc
+share/wasi-sysroot/include/c++/v1/__filesystem/copy_options.h
+share/wasi-sysroot/include/c++/v1/__filesystem/directory_entry.h
+share/wasi-sysroot/include/c++/v1/__filesystem/directory_iterator.h
+share/wasi-sysroot/include/c++/v1/__filesystem/directory_options.h
+share/wasi-sysroot/include/c++/v1/__filesystem/file_status.h
+share/wasi-sysroot/include/c++/v1/__filesystem/file_time_type.h
+share/wasi-sysroot/include/c++/v1/__filesystem/file_type.h
+share/wasi-sysroot/include/c++/v1/__filesystem/filesystem_error.h
+share/wasi-sysroot/include/c++/v1/__filesystem/operations.h
+share/wasi-sysroot/include/c++/v1/__filesystem/path_iterator.h
+share/wasi-sysroot/include/c++/v1/__filesystem/path.h
+share/wasi-sysroot/include/c++/v1/__filesystem/perm_options.h
+share/wasi-sysroot/include/c++/v1/__filesystem/perms.h
+share/wasi-sysroot/include/c++/v1/__filesystem/recursive_directory_iterator.h
+share/wasi-sysroot/include/c++/v1/__filesystem/space_info.h
+share/wasi-sysroot/include/c++/v1/__filesystem/u8path.h
+share/wasi-sysroot/include/c++/v1/__format/format_arg.h
+share/wasi-sysroot/include/c++/v1/__format/format_args.h
+share/wasi-sysroot/include/c++/v1/__format/format_context.h
share/wasi-sysroot/include/c++/v1/__format/format_error.h
+share/wasi-sysroot/include/c++/v1/__format/format_fwd.h
share/wasi-sysroot/include/c++/v1/__format/format_parse_context.h
-share/wasi-sysroot/include/c++/v1/__function_like.h
+share/wasi-sysroot/include/c++/v1/__format/format_string.h
+share/wasi-sysroot/include/c++/v1/__format/format_to_n_result.h
+share/wasi-sysroot/include/c++/v1/__format/formatter_bool.h
+share/wasi-sysroot/include/c++/v1/__format/formatter_char.h
+share/wasi-sysroot/include/c++/v1/__format/formatter_floating_point.h
+share/wasi-sysroot/include/c++/v1/__format/formatter_integer.h
+share/wasi-sysroot/include/c++/v1/__format/formatter_integral.h
+share/wasi-sysroot/include/c++/v1/__format/formatter_pointer.h
+share/wasi-sysroot/include/c++/v1/__format/formatter_string.h
+share/wasi-sysroot/include/c++/v1/__format/formatter.h
+share/wasi-sysroot/include/c++/v1/__format/parser_std_format_spec.h
+share/wasi-sysroot/include/c++/v1/__functional_base
share/wasi-sysroot/include/c++/v1/__functional/binary_function.h
share/wasi-sysroot/include/c++/v1/__functional/binary_negate.h
-share/wasi-sysroot/include/c++/v1/__functional/bind.h
+share/wasi-sysroot/include/c++/v1/__functional/bind_back.h
share/wasi-sysroot/include/c++/v1/__functional/bind_front.h
+share/wasi-sysroot/include/c++/v1/__functional/bind.h
share/wasi-sysroot/include/c++/v1/__functional/binder1st.h
share/wasi-sysroot/include/c++/v1/__functional/binder2nd.h
+share/wasi-sysroot/include/c++/v1/__functional/compose.h
share/wasi-sysroot/include/c++/v1/__functional/default_searcher.h
share/wasi-sysroot/include/c++/v1/__functional/function.h
share/wasi-sysroot/include/c++/v1/__functional/hash.h
@@ -129,7 +217,6 @@
share/wasi-sysroot/include/c++/v1/__functional/unary_negate.h
share/wasi-sysroot/include/c++/v1/__functional/unwrap_ref.h
share/wasi-sysroot/include/c++/v1/__functional/weak_result_type.h
-share/wasi-sysroot/include/c++/v1/__functional_base
share/wasi-sysroot/include/c++/v1/__hash_table
share/wasi-sysroot/include/c++/v1/__iterator/access.h
share/wasi-sysroot/include/c++/v1/__iterator/advance.h
@@ -144,13 +231,14 @@
share/wasi-sysroot/include/c++/v1/__iterator/erase_if_container.h
share/wasi-sysroot/include/c++/v1/__iterator/front_insert_iterator.h
share/wasi-sysroot/include/c++/v1/__iterator/incrementable_traits.h
+share/wasi-sysroot/include/c++/v1/__iterator/indirectly_comparable.h
share/wasi-sysroot/include/c++/v1/__iterator/insert_iterator.h
share/wasi-sysroot/include/c++/v1/__iterator/istream_iterator.h
share/wasi-sysroot/include/c++/v1/__iterator/istreambuf_iterator.h
share/wasi-sysroot/include/c++/v1/__iterator/iter_move.h
share/wasi-sysroot/include/c++/v1/__iterator/iter_swap.h
-share/wasi-sysroot/include/c++/v1/__iterator/iterator.h
share/wasi-sysroot/include/c++/v1/__iterator/iterator_traits.h
+share/wasi-sysroot/include/c++/v1/__iterator/iterator.h
share/wasi-sysroot/include/c++/v1/__iterator/move_iterator.h
share/wasi-sysroot/include/c++/v1/__iterator/next.h
share/wasi-sysroot/include/c++/v1/__iterator/ostream_iterator.h
@@ -161,47 +249,109 @@
share/wasi-sysroot/include/c++/v1/__iterator/reverse_access.h
share/wasi-sysroot/include/c++/v1/__iterator/reverse_iterator.h
share/wasi-sysroot/include/c++/v1/__iterator/size.h
+share/wasi-sysroot/include/c++/v1/__iterator/unreachable_sentinel.h
share/wasi-sysroot/include/c++/v1/__iterator/wrap_iter.h
share/wasi-sysroot/include/c++/v1/__libcpp_version
share/wasi-sysroot/include/c++/v1/__locale
+share/wasi-sysroot/include/c++/v1/__mbstate_t.h
share/wasi-sysroot/include/c++/v1/__memory/addressof.h
share/wasi-sysroot/include/c++/v1/__memory/allocation_guard.h
-share/wasi-sysroot/include/c++/v1/__memory/allocator.h
share/wasi-sysroot/include/c++/v1/__memory/allocator_arg_t.h
share/wasi-sysroot/include/c++/v1/__memory/allocator_traits.h
+share/wasi-sysroot/include/c++/v1/__memory/allocator.h
share/wasi-sysroot/include/c++/v1/__memory/auto_ptr.h
share/wasi-sysroot/include/c++/v1/__memory/compressed_pair.h
+share/wasi-sysroot/include/c++/v1/__memory/concepts.h
share/wasi-sysroot/include/c++/v1/__memory/construct_at.h
-share/wasi-sysroot/include/c++/v1/__memory/pointer_safety.h
share/wasi-sysroot/include/c++/v1/__memory/pointer_traits.h
+share/wasi-sysroot/include/c++/v1/__memory/ranges_construct_at.h
+share/wasi-sysroot/include/c++/v1/__memory/ranges_uninitialized_algorithms.h
share/wasi-sysroot/include/c++/v1/__memory/raw_storage_iterator.h
share/wasi-sysroot/include/c++/v1/__memory/shared_ptr.h
share/wasi-sysroot/include/c++/v1/__memory/temporary_buffer.h
share/wasi-sysroot/include/c++/v1/__memory/uninitialized_algorithms.h
share/wasi-sysroot/include/c++/v1/__memory/unique_ptr.h
share/wasi-sysroot/include/c++/v1/__memory/uses_allocator.h
+share/wasi-sysroot/include/c++/v1/__memory/voidify.h
share/wasi-sysroot/include/c++/v1/__mutex_base
share/wasi-sysroot/include/c++/v1/__node_handle
share/wasi-sysroot/include/c++/v1/__nullptr
+share/wasi-sysroot/include/c++/v1/__numeric/accumulate.h
+share/wasi-sysroot/include/c++/v1/__numeric/adjacent_difference.h
+share/wasi-sysroot/include/c++/v1/__numeric/exclusive_scan.h
+share/wasi-sysroot/include/c++/v1/__numeric/gcd_lcm.h
+share/wasi-sysroot/include/c++/v1/__numeric/inclusive_scan.h
+share/wasi-sysroot/include/c++/v1/__numeric/inner_product.h
+share/wasi-sysroot/include/c++/v1/__numeric/iota.h
+share/wasi-sysroot/include/c++/v1/__numeric/midpoint.h
+share/wasi-sysroot/include/c++/v1/__numeric/partial_sum.h
+share/wasi-sysroot/include/c++/v1/__numeric/reduce.h
+share/wasi-sysroot/include/c++/v1/__numeric/transform_exclusive_scan.h
+share/wasi-sysroot/include/c++/v1/__numeric/transform_inclusive_scan.h
+share/wasi-sysroot/include/c++/v1/__numeric/transform_reduce.h
+share/wasi-sysroot/include/c++/v1/__random/bernoulli_distribution.h
+share/wasi-sysroot/include/c++/v1/__random/binomial_distribution.h
+share/wasi-sysroot/include/c++/v1/__random/cauchy_distribution.h
+share/wasi-sysroot/include/c++/v1/__random/chi_squared_distribution.h
+share/wasi-sysroot/include/c++/v1/__random/clamp_to_integral.h
+share/wasi-sysroot/include/c++/v1/__random/default_random_engine.h
+share/wasi-sysroot/include/c++/v1/__random/discard_block_engine.h
+share/wasi-sysroot/include/c++/v1/__random/discrete_distribution.h
+share/wasi-sysroot/include/c++/v1/__random/exponential_distribution.h
+share/wasi-sysroot/include/c++/v1/__random/extreme_value_distribution.h
+share/wasi-sysroot/include/c++/v1/__random/fisher_f_distribution.h
+share/wasi-sysroot/include/c++/v1/__random/gamma_distribution.h
+share/wasi-sysroot/include/c++/v1/__random/generate_canonical.h
+share/wasi-sysroot/include/c++/v1/__random/geometric_distribution.h
+share/wasi-sysroot/include/c++/v1/__random/independent_bits_engine.h
+share/wasi-sysroot/include/c++/v1/__random/is_seed_sequence.h
+share/wasi-sysroot/include/c++/v1/__random/knuth_b.h
+share/wasi-sysroot/include/c++/v1/__random/linear_congruential_engine.h
+share/wasi-sysroot/include/c++/v1/__random/log2.h
+share/wasi-sysroot/include/c++/v1/__random/lognormal_distribution.h
+share/wasi-sysroot/include/c++/v1/__random/mersenne_twister_engine.h
+share/wasi-sysroot/include/c++/v1/__random/negative_binomial_distribution.h
+share/wasi-sysroot/include/c++/v1/__random/normal_distribution.h
+share/wasi-sysroot/include/c++/v1/__random/piecewise_constant_distribution.h
+share/wasi-sysroot/include/c++/v1/__random/piecewise_linear_distribution.h
+share/wasi-sysroot/include/c++/v1/__random/poisson_distribution.h
+share/wasi-sysroot/include/c++/v1/__random/random_device.h
+share/wasi-sysroot/include/c++/v1/__random/ranlux.h
+share/wasi-sysroot/include/c++/v1/__random/seed_seq.h
+share/wasi-sysroot/include/c++/v1/__random/shuffle_order_engine.h
+share/wasi-sysroot/include/c++/v1/__random/student_t_distribution.h
+share/wasi-sysroot/include/c++/v1/__random/subtract_with_carry_engine.h
share/wasi-sysroot/include/c++/v1/__random/uniform_int_distribution.h
+share/wasi-sysroot/include/c++/v1/__random/uniform_random_bit_generator.h
+share/wasi-sysroot/include/c++/v1/__random/uniform_real_distribution.h
+share/wasi-sysroot/include/c++/v1/__random/weibull_distribution.h
share/wasi-sysroot/include/c++/v1/__ranges/access.h
share/wasi-sysroot/include/c++/v1/__ranges/all.h
share/wasi-sysroot/include/c++/v1/__ranges/common_view.h
share/wasi-sysroot/include/c++/v1/__ranges/concepts.h
share/wasi-sysroot/include/c++/v1/__ranges/copyable_box.h
+share/wasi-sysroot/include/c++/v1/__ranges/counted.h
share/wasi-sysroot/include/c++/v1/__ranges/dangling.h
share/wasi-sysroot/include/c++/v1/__ranges/data.h
share/wasi-sysroot/include/c++/v1/__ranges/drop_view.h
-share/wasi-sysroot/include/c++/v1/__ranges/empty.h
share/wasi-sysroot/include/c++/v1/__ranges/empty_view.h
+share/wasi-sysroot/include/c++/v1/__ranges/empty.h
share/wasi-sysroot/include/c++/v1/__ranges/enable_borrowed_range.h
share/wasi-sysroot/include/c++/v1/__ranges/enable_view.h
+share/wasi-sysroot/include/c++/v1/__ranges/iota_view.h
+share/wasi-sysroot/include/c++/v1/__ranges/join_view.h
share/wasi-sysroot/include/c++/v1/__ranges/non_propagating_cache.h
+share/wasi-sysroot/include/c++/v1/__ranges/owning_view.h
+share/wasi-sysroot/include/c++/v1/__ranges/range_adaptor.h
share/wasi-sysroot/include/c++/v1/__ranges/ref_view.h
+share/wasi-sysroot/include/c++/v1/__ranges/reverse_view.h
+share/wasi-sysroot/include/c++/v1/__ranges/single_view.h
share/wasi-sysroot/include/c++/v1/__ranges/size.h
share/wasi-sysroot/include/c++/v1/__ranges/subrange.h
+share/wasi-sysroot/include/c++/v1/__ranges/take_view.h
share/wasi-sysroot/include/c++/v1/__ranges/transform_view.h
share/wasi-sysroot/include/c++/v1/__ranges/view_interface.h
+share/wasi-sysroot/include/c++/v1/__ranges/views.h
share/wasi-sysroot/include/c++/v1/__split_buffer
share/wasi-sysroot/include/c++/v1/__std_stream
share/wasi-sysroot/include/c++/v1/__string
@@ -209,14 +359,12 @@
share/wasi-sysroot/include/c++/v1/__support/fuchsia/xlocale.h
share/wasi-sysroot/include/c++/v1/__support/ibm/gettod_zos.h
share/wasi-sysroot/include/c++/v1/__support/ibm/limits.h
-share/wasi-sysroot/include/c++/v1/__support/ibm/locale_mgmt_aix.h
share/wasi-sysroot/include/c++/v1/__support/ibm/locale_mgmt_zos.h
share/wasi-sysroot/include/c++/v1/__support/ibm/nanosleep.h
share/wasi-sysroot/include/c++/v1/__support/ibm/support.h
share/wasi-sysroot/include/c++/v1/__support/ibm/xlocale.h
share/wasi-sysroot/include/c++/v1/__support/musl/xlocale.h
share/wasi-sysroot/include/c++/v1/__support/newlib/xlocale.h
-share/wasi-sysroot/include/c++/v1/__support/nuttx/xlocale.h
share/wasi-sysroot/include/c++/v1/__support/openbsd/xlocale.h
share/wasi-sysroot/include/c++/v1/__support/solaris/floatingpoint.h
share/wasi-sysroot/include/c++/v1/__support/solaris/wchar.h
@@ -226,12 +374,14 @@
share/wasi-sysroot/include/c++/v1/__support/xlocale/__nop_locale_mgmt.h
share/wasi-sysroot/include/c++/v1/__support/xlocale/__posix_l_fallback.h
share/wasi-sysroot/include/c++/v1/__support/xlocale/__strtonum_fallback.h
+share/wasi-sysroot/include/c++/v1/__thread/poll_with_backoff.h
+share/wasi-sysroot/include/c++/v1/__thread/timed_backoff_policy.h
share/wasi-sysroot/include/c++/v1/__threading_support
share/wasi-sysroot/include/c++/v1/__tree
share/wasi-sysroot/include/c++/v1/__tuple
share/wasi-sysroot/include/c++/v1/__undef_macros
-share/wasi-sysroot/include/c++/v1/__utility/__decay_copy.h
share/wasi-sysroot/include/c++/v1/__utility/as_const.h
+share/wasi-sysroot/include/c++/v1/__utility/auto_cast.h
share/wasi-sysroot/include/c++/v1/__utility/cmp.h
share/wasi-sysroot/include/c++/v1/__utility/declval.h
share/wasi-sysroot/include/c++/v1/__utility/exchange.h
@@ -241,9 +391,11 @@
share/wasi-sysroot/include/c++/v1/__utility/move.h
share/wasi-sysroot/include/c++/v1/__utility/pair.h
share/wasi-sysroot/include/c++/v1/__utility/piecewise_construct.h
+share/wasi-sysroot/include/c++/v1/__utility/priority_tag.h
share/wasi-sysroot/include/c++/v1/__utility/rel_ops.h
share/wasi-sysroot/include/c++/v1/__utility/swap.h
share/wasi-sysroot/include/c++/v1/__utility/to_underlying.h
+share/wasi-sysroot/include/c++/v1/__utility/transaction.h
share/wasi-sysroot/include/c++/v1/__variant/monostate.h
share/wasi-sysroot/include/c++/v1/algorithm
share/wasi-sysroot/include/c++/v1/any
@@ -271,6 +423,7 @@
share/wasi-sysroot/include/c++/v1/complex.h
share/wasi-sysroot/include/c++/v1/concepts
share/wasi-sysroot/include/c++/v1/condition_variable
+share/wasi-sysroot/include/c++/v1/coroutine
share/wasi-sysroot/include/c++/v1/csetjmp
share/wasi-sysroot/include/c++/v1/csignal
share/wasi-sysroot/include/c++/v1/cstdarg
@@ -368,8 +521,8 @@
share/wasi-sysroot/include/c++/v1/stdlib.h
share/wasi-sysroot/include/c++/v1/streambuf
share/wasi-sysroot/include/c++/v1/string
-share/wasi-sysroot/include/c++/v1/string.h
share/wasi-sysroot/include/c++/v1/string_view
+share/wasi-sysroot/include/c++/v1/string.h
share/wasi-sysroot/include/c++/v1/strstream
share/wasi-sysroot/include/c++/v1/system_error
share/wasi-sysroot/include/c++/v1/tgmath.h
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Sat, Dec 20, 8:23 PM (6 h, 50 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
27100638
Default Alt Text
D35287.id107784.diff (29 KB)
Attached To
Mode
D35287: devel/wasi-libcxx: update to 14.0.6
Attached
Detach File
Event Timeline
Log In to Comment