public inbox for libstdc++-cvs@sourceware.org
help / color / mirror / Atom feed
[gcc r14-3456] libstdc++: Fix -Wunused-but-set-variable in std::format_to test
 2023-08-24 12:45 UTC 

[gcc r14-3455] libstdc++: Tweak some preprocessor conditions for feature tests
 2023-08-24 12:45 UTC 

[gcc r14-3454] libstdc++: Implement new SI prefixes in <ratio> for C++23 (P2734R0)
 2023-08-24 12:44 UTC 

[gcc r14-3452] libstdc++: Add pretty printer for std::locale
 2023-08-24 12:41 UTC 

[gcc r14-3451] libstdc++: Declutter std::optional and std:variant pretty printers [PR110944]
 2023-08-24 12:41 UTC 

[gcc r14-3417] Daily bump
 2023-08-24  0:18 UTC 

[gcc r14-3401] libstdc++: Fix tests relying on operator new/delete overload
 2023-08-23  4:37 UTC 

[gcc r13-7745] Daily bump
 2023-08-23  0:22 UTC 

[gcc r13-7742] libstdc++: Fix std::format("{:F}", inf) to use uppercase
 2023-08-22 11:46 UTC 

[gcc r13-7741] libstdc++: Replace global std::string objects in tzdb.cc
 2023-08-22 11:46 UTC 

[gcc r13-7740] libstdc++: Fix -Wunused-parameter in <experimental/internet>
 2023-08-22 11:46 UTC 

[gcc r13-7739] libstdc++: Make __cmp_cat::__unseq constructor consteval
 2023-08-22 11:46 UTC 

[gcc r14-3370] Daily bump
 2023-08-22  0:18 UTC 

[gcc r14-3353] libstdc++: Remove reliance on unspecified behaviour in std::rethrow_if_nested test
 2023-08-21  9:44 UTC 

[gcc r14-3330] Daily bump
 2023-08-19  0:16 UTC 

[gcc r14-3329] libstdc++: Revert pre-C++23 support for 16-bit float types [PR111060]
 2023-08-18 22:49 UTC 

[gcc r14-3323] libstdc++: Replace non-type-dependent uses of wchar_t in <format> and <chrono>
 2023-08-18 11:30 UTC 

[gcc/devel/omp/gcc-13] Merge branch 'releases/gcc-13' into devel/omp/gcc-13
 2023-08-18 10:49 UTC 

[gcc r14-3320] libstdc++: Fix incomplete rework of wchar_t support in std::format
 2023-08-18  8:43 UTC 

[gcc r14-3311] Daily bump
 2023-08-18  0:17 UTC 

[gcc r14-3310] Revert "libstdc++: Reuse double overload of __convert_to_v if possible"
 2023-08-17 23:28 UTC 

[gcc r14-3309] libstdc++: Replace global std::string objects in tzdb.cc
 2023-08-17 23:28 UTC 

[gcc r14-3308] libstdc++: Reuse double overload of __convert_to_v if possible
 2023-08-17 20:31 UTC 

[gcc r14-3307] libstdc++: Micro-optimize construction of named std::locale
 2023-08-17 20:31 UTC 

[gcc r14-3306] libstdc++: Optimize std::string::assign(Iter, Iter) [PR110945]
 2023-08-17 20:31 UTC 

[gcc r14-3305] libstdc++: Add std::formatter specializations for extended float types
 2023-08-17 20:31 UTC 

[gcc r14-3304] libstdc++: Define std::numeric_limits<_FloatNN> before C++23
 2023-08-17 20:31 UTC 

[gcc r14-3303] libstdc++: Fix -Wunused-parameter in <experimental/internet>
 2023-08-17 20:31 UTC 

[gcc r14-3302] libstdc++: Make __cmp_cat::__unseq constructor consteval
 2023-08-17 20:30 UTC 

[gcc r14-3301] libstdc++: Simplify chrono::__units_suffix using std::format
 2023-08-17 20:30 UTC 

[gcc r14-3300] libstdc++: Rework std::format support for wchar_t
 2023-08-17 20:30 UTC 

[gcc r14-3299] libstdc++: Implement std::to_string in terms of std::format (P2587R3)
 2023-08-17 20:30 UTC 

[gcc r14-3298] libstdc++: Optimize std::to_string using std::string::resize_and_overwrite
 2023-08-17 20:30 UTC 

[gcc r14-3297] libstdc++: Define std::string::resize_and_overwrite for C++11 and COW string
 2023-08-17 20:30 UTC 

[gcc r14-3294] libstdc++: Implement P2770R0 changes to join_view / join_with_view
 2023-08-17 16:56 UTC 

[gcc r14-3293] libstdc++: Convert _RangeAdaptorClosure into a CRTP base [PR108827]
 2023-08-17 16:40 UTC 

[gcc r14-3283] libstdc++: Fix std::format("{:F}", inf) to use uppercase
 2023-08-17 12:21 UTC 

[gcc r14-3282] libstdc++: Regenerate Makefile.in
 2023-08-17 12:20 UTC 

[gcc r14-3277] libstdc++: Disable PCH for tests that rely on include order
 2023-08-17  7:45 UTC 

[gcc r14-3276] libstdc++: Fix testsuite no_pch directive
 2023-08-17  7:45 UTC 

[gcc r14-3256] Daily bump
 2023-08-17  0:17 UTC 

[gcc r14-3253] libstdc++: Fix std::basic_string::resize_and_overwrite
 2023-08-16 19:04 UTC 

[gcc r14-3252] libstdc++: Update __cplusplus value for C++23 in version.def
 2023-08-16 19:03 UTC 

[gcc r14-3250] libstdc++: Fix comment naming upstream PSTL test file
 2023-08-16 16:23 UTC 

[gcc r14-3247] libstdc++: Implement more maintainable <version> header
 2023-08-16 13:17 UTC 

[gcc r13-7725] Correct author name in ChangeLog
 2023-08-15 21:47 UTC 

[gcc r13-7723] Daily bump
 2023-08-15  0:21 UTC 

[gcc r14-3210] Daily bump
 2023-08-15  0:18 UTC 

[gcc(refs/users/meissner/heads/work131)] Add ChangeLog.meissner and REVISION
 2023-08-14 20:56 UTC 

[gcc r13-7722] libstdc++: Avoid problematic use of log10 in std::format [PR110860]
 2023-08-14 17:48 UTC 

[gcc r13-7721] libstdc++: Fix std::format_to_n return value [PR110990]
 2023-08-14 17:48 UTC 

[gcc r14-3202] libstdc++: Avoid problematic use of log10 in std::format [PR110860]
 2023-08-14 17:10 UTC 

[gcc/devel/omp/gcc-13] Merge commit 'releases/gcc-13' into devel/omp/gcc-13
 2023-08-14 14:56 UTC 

[gcc r14-3181] Daily bump
 2023-08-13  0:17 UTC 

[gcc r14-3174] libstdc++: Use __bool_constant entirely
 2023-08-12  0:55 UTC 

[gcc r13-7714] Daily bump
 2023-08-12  0:20 UTC 

[gcc r14-3171] Daily bump
 2023-08-12  0:18 UTC 

[gcc r14-3170] libstdc++: Fix std::format_to_n return value [PR110990]
 2023-08-11 22:34 UTC 

[gcc r14-3165] libstdc++: Implement C++20 std::chrono::parse [PR104167]
 2023-08-11 18:58 UTC 

[gcc r14-3159] libstdc++: Do not call log10(0.0) in std::format [PR110860]
 2023-08-11 17:21 UTC 

[gcc r13-7711] libstdc++: Handle invalid values in std::chrono pretty printers
 2023-08-11 15:36 UTC 

[gcc r13-7710] libstdc++: Use alias template for iterator_category [PR110970]
 2023-08-11 15:36 UTC 

[gcc r14-3152] libstdc++: Handle invalid values in std::chrono pretty printers
 2023-08-11 14:03 UTC 

[gcc r14-3151] libstdc++: Revert accidentally committed change to bits/stl_iterator.h
 2023-08-11 14:01 UTC 

[gcc r13-7708] Daily bump
 2023-08-11  0:20 UTC 

[gcc r14-3137] Daily bump
 2023-08-11  0:17 UTC 

[gcc r13-7707] libstdc++: Fix out-of-bounds read in format string "{:{}." [PR110974]
 2023-08-11  0:04 UTC 

[gcc r13-7706] libstdc++: Fix std::format for localized floats [PR110968]
 2023-08-11  0:03 UTC 

[gcc r14-3136] libstdc++: Fix out-of-bounds read in format string "{:{}." [PR110974]
 2023-08-10 22:40 UTC 

[gcc r14-3135] libstdc++: Fix std::format for localized floats [PR110968]
 2023-08-10 22:32 UTC 

[gcc r14-3134] libstdc++: Use alias template for iterator_category [PR110970]
 2023-08-10 22:32 UTC 

[gcc r14-3116] Daily bump
 2023-08-10  0:18 UTC 

[gcc r14-3106] libstdc++: Fix constexpr functions to conform to older standards
 2023-08-09 14:21 UTC 

[gcc r14-3105] libstdc++: Fix a -Wsign-compare warning in std::list
 2023-08-09 14:21 UTC 

[gcc r14-3104] libstdc++: Suppress clang -Wc99-extensions warnings in <complex>
 2023-08-09 14:21 UTC 

[gcc r14-3103] libstdc++: Fix some -Wmismatched-tags warnings
 2023-08-09 14:21 UTC 

[gcc r14-3102] libstdc++: Fix some -Wunused-parameter warnings
 2023-08-09 14:21 UTC 

[gcc r14-3101] libstdc++: Explicitly default some copy ctors and assignments
 2023-08-09 14:21 UTC 

[gcc r14-3100] libstdc++: Minor fixes for some warnings in <format>
 2023-08-09 14:21 UTC 

[gcc r13-7700] Daily bump
 2023-08-09  0:20 UTC 

[gcc r13-7699] libstdc++: Fix incorrect use of abs and log10 in std::format [PR110860]
 2023-08-08 16:13 UTC 

[gcc r13-7698] libstdc++: Constrain __format::_Iter_sink for contiguous iterators [PR110917]
 2023-08-08 16:13 UTC 

[gcc r13-7697] libstdc++: Fix past-the-end increment in std::format [PR110862]
 2023-08-08 16:13 UTC 

[gcc r14-3071] Daily bump
 2023-08-08  0:18 UTC 

[gcc r14-3069] libstdc++: Fix incorrect use of abs and log10 in std::format [PR110860]
 2023-08-07 21:14 UTC 

[gcc r14-3068] libstdc++: Constrain __format::_Iter_sink for contiguous iterators [PR110917]
 2023-08-07 21:14 UTC 

[gcc r14-3066] libstdc++: Fix past-the-end increment in std::format [PR110862]
 2023-08-07 21:12 UTC 

[gcc r14-3013] Daily bump
 2023-08-07  0:17 UTC 

[gcc r14-3008] libstdc++: [_GLIBCXX_INLINE_VERSION] Add __cxa_call_terminate symbol export
 2023-08-06 12:34 UTC 

[gcc(refs/users/meissner/heads/work130)] Add ChangeLog.meissner and REVISION
 2023-08-03  4:19 UTC 

[gcc(refs/vendors/ibm/heads/gcc-10-branch)] ibm: Merge up to top of releases/gcc-10
 2023-08-01 19:33 UTC 

[gcc(refs/vendors/ibm/heads/gcc-11-branch)] ibm: Merge up to top of releases/gcc-11
 2023-08-01 16:35 UTC 

[gcc(refs/vendors/ibm/heads/gcc-12-branch)] ibm: Merge up to top of releases/gcc-12
 2023-08-01  3:50 UTC 

[gcc(refs/vendors/ibm/heads/gcc-13-branch)] ibm: Merge up to top of releases/gcc-13
 2023-08-01  1:19 UTC 

[gcc(refs/users/meissner/heads/work129)] Add ChangeLog.meissner and REVISION
 2023-07-31 21:31 UTC 

[gcc r14-2869] Daily bump
 2023-07-31  0:17 UTC 

[gcc r14-2868] libstdc++: Fix several preprocessor directives
 2023-07-30 13:55 UTC 

[gcc r13-7638] Daily bump
 2023-07-29  0:21 UTC 

[gcc r13-7632] libstdc++: Fix formatting of negative chrono::hh_mm_ss
 2023-07-28 17:32 UTC 

[gcc r13-7631] libstdc++: Fix locale-specific duration formatting [PR110719]
 2023-07-28 17:32 UTC 

[gcc r13-7630] libstdc++: Implement correct locale-specific chrono formatting [PR110719]
 2023-07-28 17:32 UTC 

[gcc r13-7629] libstdc++: Check for multiple modifiers in chrono format string [PR110708]
 2023-07-28 17:32 UTC 

[gcc r13-7628] libstdc++: Avoid warning in std::format
 2023-07-28 17:32 UTC 

[gcc r13-7627] libstdc++: Check for std::ratio in arithmetic and comparisons [PR110593]
 2023-07-28 17:32 UTC 

[gcc r13-7626] libstdc++: Add missing constexpr specifiers in <format>
 2023-07-28 17:32 UTC 

[gcc r13-7625] libstdc++: Avoid bogus overflow warnings in std::vector<bool> [PR110807]
 2023-07-28 17:32 UTC 

[gcc r13-7624] libstdc++: Add deprecated attribute to std::random_shuffle declarations
 2023-07-28 17:32 UTC 

[gcc(refs/users/meissner/heads/work128)] Add ChangeLog.meissner and REVISION
 2023-07-28 16:51 UTC 

[gcc(refs/vendors/redhat/heads/gcc-13-branch)] Merge commit 'r13-7622-g3e9aaa9bcb2fc64e64f4e8a2aa0f6f7395a21c52' into redhat/gcc-13-branch
 2023-07-28 16:44 UTC 

[gcc r14-2832] Daily bump
 2023-07-28  0:18 UTC 

[gcc r14-2825] libstdc++: Fix std::format alternate form for floating-point [PR108046]
 2023-07-27 15:03 UTC 

[gcc/devel/omp/gcc-13] Merge branch 'releases/gcc-13' into devel/omp/gcc-13
 2023-07-27 10:37 UTC 

[gcc r13-7609] Update ChangeLog and version files for release
 2023-07-27  8:13 UTC 

[gcc r14-2811] Daily bump
 2023-07-27  0:18 UTC 

[gcc r14-2802] libstdc++: Require C++11 for 23_containers/vector/bool/110807.cc [PR110807]
 2023-07-26 18:11 UTC 

[gcc r14-2797] libstdc++: Avoid bogus overflow warnings in std::vector<bool> [PR110807]
 2023-07-26 16:02 UTC 

[gcc r14-2796] libstdc++: Add deprecated attribute to std::random_shuffle declarations
 2023-07-26 16:02 UTC 

[gcc r14-2771] c++: Improve location information in constant evaluation
 2023-07-26  1:45 UTC 

[gcc r14-2756] Daily bump
 2023-07-25  0:19 UTC 

[gcc r14-2755] libstdc++: Add missing constexpr specifiers in <format>
 2023-07-24 21:12 UTC 

[gcc r14-2753] libstdc++; Do not use strtold for hppa-hpux [PR110653]
 2023-07-24 20:04 UTC 

[gcc/devel/omp/gcc-13] Merge remote-tracking branch 'releases/gcc-13' into devel/omp/gcc-13
 2023-07-21 14:16 UTC 

[gcc r13-7594] Daily bump
 2023-07-20  0:22 UTC 

[gcc r14-2662] Daily bump
 2023-07-20  0:18 UTC 

[gcc r13-7593] libstdc++: Fix preprocessor conditions for std::from_chars [PR109921]
 2023-07-19 23:31 UTC 

[gcc r14-2661] libstdc++: Do not define inaccurate from_chars for _Float128 [PR110077]
 2023-07-19 22:43 UTC 

[gcc r14-2660] libstdc++: Check for std::ratio in arithmetic and comparisons [PR110593]
 2023-07-19 22:43 UTC 

[gcc r13-7591] libstdc++: Fix iostream init for Clang on darwin [PR110432]
 2023-07-19 19:35 UTC 

[gcc r14-2647] libstdc++: Fix formatting of negative chrono::hh_mm_ss
 2023-07-19 15:51 UTC 

[gcc r14-2646] libstdc++: Fix locale-specific duration formatting [PR110719]
 2023-07-19 15:51 UTC 

[gcc r14-2641] libstdc++: Avoid warning in std::format
 2023-07-19 11:37 UTC 

[gcc r14-2640] libstdc++: Implement correct locale-specific chrono formatting [PR110719]
 2023-07-19 11:37 UTC 

[gcc r14-2638] libstdc++: Check for multiple modifiers in chrono format string [PR110708]
 2023-07-19 10:11 UTC 

[gcc r14-2637] libstdc++: Enable tests for std::stoi etc. unconditionally [PR110653]
 2023-07-19 10:04 UTC 

[gcc r14-2636] libstdc++: Define std::stof fallback in terms of std::stod [PR110653]
 2023-07-19 10:04 UTC 

[gcc r14-2635] libstdc++: Check autoconf macros for strtof and strtold [PR110653]
 2023-07-19 10:04 UTC 

[gcc r13-7586] testsuite, Darwin: Remove an unnecessary flags addition
 2023-07-19  8:07 UTC 

[gcc r13-7585] Daily bump
 2023-07-19  0:21 UTC 

[gcc r13-7580] libstdc++: Fix std::__uninitialized_default_n for constant evaluation [PR110542]
 2023-07-18 11:01 UTC 

[gcc r13-7579] libstdc++: Implement P2538R1 ADL-proof std::projected
 2023-07-18 11:00 UTC 

[gcc r13-7578] libstdc++: Fix --enable-cstdio=stdio_pure [PR110574]
 2023-07-18 11:00 UTC 

[gcc r13-7577] libstdc++: Fix fwrite error parameter
 2023-07-18 11:00 UTC 

[gcc r13-7576] libstdc++: Disable std::forward_list tests for C++98 mode
 2023-07-18 11:00 UTC 

[gcc r13-7575] libstdc++: Fix <iosfwd> synopsis test
 2023-07-18 11:00 UTC 

[gcc r13-7574] libstdc++: Fix src/c++20/tzdb.cc for non-constexpr std::mutex
 2023-07-18 11:00 UTC 

[gcc r13-7573] libstdc++: Qualify calls to std::_Destroy and _Destroy_aux
 2023-07-18 11:00 UTC 

[gcc r13-7572] libstdc++: Qualify calls to debug mode helpers
 2023-07-18 11:00 UTC 

[gcc(refs/users/meissner/heads/work127)] Add ChangeLog.meissner and REVISION
 2023-07-18  0:49 UTC 

[gcc(refs/users/meissner/heads/work126)] Delete temp file
 2023-07-17 23:39 UTC 

[gcc(refs/users/meissner/heads/work126)] setup branch
 2023-07-17 23:36 UTC 

[gcc(refs/users/meissner/heads/work126-vpair)] Add ChangeLog.meissner and REVISION
 2023-07-17 22:10 UTC 

[gcc(refs/users/meissner/heads/work126-misc)] Add ChangeLog.meissner and REVISION
 2023-07-17 21:21 UTC 

[gcc(refs/users/meissner/heads/work126-vpair)] Add ChangeLog.meissner and REVISION
 2023-07-17 21:21 UTC 

[gcc(refs/users/meissner/heads/work126-dmf)] Add ChangeLog.meissner and REVISION
 2023-07-17 21:20 UTC 

[gcc(refs/users/meissner/heads/work126)] Add ChangeLog.meissner and REVISION
 2023-07-17 21:20 UTC 

[gcc(refs/users/meissner/heads/work125-vpair)] Merge commit 'refs/users/meissner/heads/work125-vpair' of git+ssh://gcc.gnu.org/git/gcc into me/work
 2023-07-14 19:52 UTC 

[gcc(refs/users/meissner/heads/work125-misc)] Add ChangeLog.meissner and REVISION
 2023-07-14 18:25 UTC 

[gcc(refs/users/meissner/heads/work125-sfsplat)] Add ChangeLog.meissner and REVISION
 2023-07-14 18:24 UTC 

[gcc(refs/users/meissner/heads/work125-vpair)] Add ChangeLog.meissner and REVISION
 2023-07-14 18:24 UTC 

[gcc(refs/users/meissner/heads/work125-dmf)] Add ChangeLog.meissner and REVISION
 2023-07-14 18:24 UTC 

[gcc(refs/users/meissner/heads/work125)] Add ChangeLog.meissner and REVISION
 2023-07-14 18:23 UTC 

[gcc r14-2510] Daily bump
 2023-07-14  0:17 UTC 

[gcc r14-2504] libstdc++: std::stoi etc. do not need C99 <stdlib.h> support [PR110653]
 2023-07-13 16:59 UTC 

[gcc r13-7560] Daily bump
 2023-07-13  0:21 UTC 

[gcc r12-9769] Daily bump
 2023-07-13  0:20 UTC 

[gcc r11-10907] Daily bump
 2023-07-13  0:19 UTC 

[gcc r14-2483] Daily bump
 2023-07-13  0:17 UTC 

[gcc r11-10906] libstdc++: Check conversion from filesystem::path to wide strings [PR95048]
 2023-07-12 20:23 UTC 

[gcc r12-9768] libstdc++: Check conversion from filesystem::path to wide strings [PR95048]
 2023-07-12 20:19 UTC 

[gcc r13-7559] libstdc++: Check conversion from filesystem::path to wide strings [PR95048]
 2023-07-12 20:16 UTC 

[gcc r14-2478] libstdc++: Check conversion from filesystem::path to wide strings [PR95048]
 2023-07-12 20:04 UTC 

[gcc r14-2477] libstdc++: Compile basic_file_stdio.cc for LFS
 2023-07-12 20:04 UTC 

[gcc r14-2476] libstdc++: Fix --enable-cstdio=stdio_pure [PR110574]
 2023-07-12 20:04 UTC 

[gcc r14-2474] libstdc++: Use __is_enum built-in trait
 2023-07-12 19:04 UTC 

[gcc r11-10904] Daily bump
 2023-07-11  0:19 UTC 

[gcc r11-10903] libstdc++: Fix wstring conversions in filesystem::path [PR95048]
 2023-07-10 15:47 UTC 

[gcc/devel/omp/gcc-13] Merge branch 'releases/gcc-13' into devel/omp/gcc-13
 2023-07-10 11:09 UTC 

[gcc(refs/users/kmatsui/heads/is_pointer)] libstdc++: use new built-in trait __is_pointer
 2023-07-10  5:41 UTC 

[gcc(refs/users/kmatsui/heads/is_pointer)] libstdc++: use new built-in trait __is_pointer
 2023-07-10  5:24 UTC 

[gcc(refs/users/kmatsui/heads/is_pointer)] c++, libstdc++: implement __is_pointer built-in trait
 2023-07-10  5:24 UTC 

[gcc(refs/users/kmatsui/heads/is_integral)] WIP: is_integral
 2023-07-10  0:18 UTC 

[gcc(refs/users/kmatsui/heads/is_signed)] libstdc++: use new built-in trait __is_signed
 2023-07-09  8:50 UTC 

[gcc(refs/users/kmatsui/heads/is_signed)] c++, libstdc++: implement __is_signed built-in trait
 2023-07-09  8:50 UTC 

[gcc(refs/users/kmatsui/heads/is_unsigned)] libstdc++: use new built-in trait __is_unsigned
 2023-07-08  5:54 UTC 

[gcc(refs/users/kmatsui/heads/remove_pointer)] libstdc++: use new built-in trait __remove_pointer
 2023-07-08  5:28 UTC 

[gcc(refs/users/kmatsui/heads/is_const)] libstdc++: use new built-in trait __is_const
 2023-07-08  5:26 UTC 

[gcc(refs/users/kmatsui/heads/is_array)] libstdc++: use new built-in trait __is_array
 2023-07-08  5:21 UTC 

[gcc(refs/users/kmatsui/heads/is_volatile)] libstdc++: use new built-in trait __is_volatile
 2023-07-08  5:17 UTC 

[gcc(refs/users/kmatsui/heads/is_object)] libstdc++: make std::is_object dispatch to new built-in traits
 2023-07-08  5:07 UTC 

[gcc(refs/users/kmatsui/heads/is_object)] c++, libstdc++: implement __is_void built-in trait
 2023-07-08  5:07 UTC 

[gcc(refs/users/kmatsui/heads/is_object)] libstdc++: use new built-in trait __is_function for std::is_function
 2023-07-08  5:07 UTC 

[gcc(refs/users/kmatsui/heads/is_object)] libstdc++: use new built-in trait __is_reference for std::is_reference
 2023-07-08  5:07 UTC 

[gcc(refs/users/kmatsui/heads/use-is_enum)] libstdc++: use __is_enum built-in trait
 2023-07-08  4:50 UTC 

[gcc(refs/users/kmatsui/heads/is_scalar)] libstdc++: use new built-in trait __is_scalar for std::is_scalar
 2023-07-08  4:19 UTC 

[gcc(refs/users/kmatsui/heads/is_scalar)] c++, libstdc++: implement __is_scalar built-in trait
 2023-07-08  4:19 UTC 

[gcc r10-11492] Update ChangeLog and version files for release
 2023-07-07  7:08 UTC 

[gcc r13-7538] Daily bump
 2023-07-07  0:20 UTC 

[gcc r12-9758] Daily bump
 2023-07-07  0:20 UTC 

[gcc r14-2371] Daily bump
 2023-07-07  0:17 UTC 

[gcc r14-2370] libstdc++: Fix fwrite error parameter
 2023-07-06 20:42 UTC 

page:  |  | latest

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).