Commit Graph

  • 3da77ebd91 <spanstream>: Use static_cast to std::span to avoid ill-formed constructs (#4938) euvre 2024-09-09 20:09:12 +00:00
  • a7a88f3793 Avoid testing infinities in /fp:fast (#4937) Alex Guteniev 2024-09-09 13:06:31 -07:00
  • 1749e334bf Reduce inclusion for IO stream headers in C++23 (#4936) A. Jiang 2024-09-10 03:57:30 +08:00
  • 479dcb9cda Avoid squirrelly memcpy() call in filesystem.cpp (#4933) Stephan T. Lavavej 2024-09-09 12:48:37 -07:00
  • 64774817e4 Workaround Clang 18 issues in our test suite (#4932) Casey Carter 2024-09-09 12:45:41 -07:00
  • 592b6390a6 Vectorize minmax on each code path (#4913) Alex Guteniev 2024-09-09 12:34:11 -07:00
  • e93126188e Vectorize std::search of 1 and 2 bytes elements with pcmpestri (#4745) Alex Guteniev 2024-09-09 12:29:36 -07:00
  • acb385e52f Automated update. github-actions[bot] 2024-09-09 07:04:04 +00:00
  • 806e342c32 Automated update. github-actions[bot] 2024-09-08 07:03:41 +00:00
  • 84b3743192 Automated update. github-actions[bot] 2024-09-07 07:04:33 +00:00
  • 39a55ca880 Automated update. github-actions[bot] 2024-09-06 07:03:53 +00:00
  • 6eedd528d9 Automated update. github-actions[bot] 2024-09-05 07:04:05 +00:00
  • ab919fae4c Automated update. github-actions[bot] 2024-09-04 07:03:48 +00:00
  • c7c5ca7d6a Remove google/benchmark workaround (#4928) Stephan T. Lavavej 2024-09-03 22:02:21 -07:00
  • 1a54b610d6 <algorithm>: Relax const-ness requirements on ranges::_Meow_bound_unchecked (#4927) A. Jiang 2024-09-04 12:59:03 +08:00
  • 79206df2df Updated _MSVC_STL_UPDATE to September 2024 (#4926) euvre 2024-09-04 04:56:39 +00:00
  • 64dc89da77 Fix constraint on unique_ptr<T, D>(auto_ptr<U>&&) (#4922) Casey Carter 2024-09-03 21:49:49 -07:00
  • a36ece0b71 Implement P3107R5 optimized <print> (#4821) blackninja9939 2024-09-04 06:40:31 +02:00
  • 77b31f774c Vectorize basic_string::find_first_of (#4744) Alex Guteniev 2024-09-03 21:36:48 -07:00
  • 3d91f8ef90 Automated update. github-actions[bot] 2024-09-03 07:03:53 +00:00
  • cf179f906d Automated update. github-actions[bot] 2024-09-02 07:03:55 +00:00
  • ff3e1daf9c Automated update. github-actions[bot] 2024-09-01 07:03:47 +00:00
  • daa8de8560 Automated update. github-actions[bot] 2024-08-31 07:03:51 +00:00
  • 70d76c230b Automated update. github-actions[bot] 2024-08-30 07:03:44 +00:00
  • b37b3a4d61 Automated update. github-actions[bot] 2024-08-29 07:04:32 +00:00
  • 4846405148 Automated update. github-actions[bot] 2024-08-28 07:03:42 +00:00
  • 91e425587a Avoid rand() in the legacy tr1 test suite (#4921) vs-2022-17.12 Stephan T. Lavavej 2024-08-27 21:34:44 -07:00
  • 1acbeae8df <chrono>: Add comments for compiler bug workarounds (#4920) A. Jiang 2024-08-28 12:32:53 +08:00
  • 0b6e350804 Compiler bug workaround for using format() in a user-defined module (#4919) Stephan T. Lavavej 2024-08-27 21:29:31 -07:00
  • 3cf597e5f1 locale0.cpp: Protect memory integrity of _Fac_node (#4916) Boxuan Li 2024-08-27 21:25:17 -07:00
  • 4811be844f Make the test suite more friendly to Clang 19 (#4912) Casey Carter 2024-08-27 21:22:57 -07:00
  • 3e20579d1d Unskip tests that no longer have ALLOW_RETRIES (#4911) Casey Carter 2024-08-27 21:19:18 -07:00
  • d9f6f3104e Adjust tests relying on CWG1351 noexcept behavior (#4914) Jonathan Emmett 2024-08-27 15:35:45 -03:00
  • be151bf176 Automated update. github-actions[bot] 2024-08-27 07:03:53 +00:00
  • d1c17ffaab Automated update. github-actions[bot] 2024-08-26 07:04:11 +00:00
  • 8af2cc499c <ranges>: rename views::iota and views::repeat parameters (#4908) Daniel Marshall 2024-08-25 20:41:38 +01:00
  • d4b84bc4ca <format>: crash when formatting a floating-point value with #/L and a large precision (#4907) Spring Burst 2024-08-26 03:33:07 +08:00
  • 138e1161c9 Standard Library Modules: Add compiler workarounds for <random> (#4906) Stephan T. Lavavej 2024-08-25 12:22:04 -07:00
  • 5f119276ac Fix MSVC-only compiler options for the internal test harness (#4905) Stephan T. Lavavej 2024-08-25 12:06:35 -07:00
  • d1f63f34fc Optimize equality comparison of two empty string_views (#4904) YexuanXiao 2024-08-26 03:02:25 +08:00
  • 75d3e6caa0 <variant>: Workaround for LLVM-59854 in the case of destructor of variant (#4903) A. Jiang 2024-08-26 02:54:50 +08:00
  • c2ab0400bb Speculatively implement LWG-4139 [time.zone.leap] recursive constraint in <=> (#4902) A. Jiang 2024-08-26 02:35:11 +08:00
  • 7782684576 Casey's accumulated miscellaneous changes (#4900) Casey Carter 2024-08-25 11:27:23 -07:00
  • d5777f4fef Avoid truncation warnings for contiguous iterators with unusual difference types (#4898) ofAlpaca 2024-08-26 02:15:25 +08:00
  • 20a1c9f0d2 Test LWG-4105 ranges::ends_with's Returns misses difference casting (#4897) A. Jiang 2024-08-26 02:01:16 +08:00
  • f3567b8ae3 Use wmemchr in optimizations (#4894) Alex Guteniev 2024-08-25 10:52:27 -07:00
  • 587728188f Fix put_time() crash on invalid struct tm data (#4883) Nikolay Baklicharov 2024-08-25 20:41:00 +03:00
  • 3705e3651a Floating minmax: fix negative zero handling and dedicated test coverage for arrays of +0.0 and -0.0 only (#4734) Alex Guteniev 2024-08-25 10:30:58 -07:00
  • 1a84ba0087 Update llvm-project (#4910) Stephan T. Lavavej 2024-08-25 10:27:54 -07:00
  • 87d84393da Automated update. github-actions[bot] 2024-08-25 07:03:40 +00:00
  • effa509100 Status Chart: Weekly updates (#4909) Stephan T. Lavavej 2024-08-24 09:44:37 -07:00
  • 6084e966ab Automated update. github-actions[bot] 2024-08-24 07:03:35 +00:00
  • 56ffc6d760 Automated update. github-actions[bot] 2024-08-23 07:04:49 +00:00
  • 4dad6f53d7 Automated update. github-actions[bot] 2024-08-22 07:04:33 +00:00
  • 1c8e82b33b Automated update. github-actions[bot] 2024-08-21 07:03:47 +00:00
  • dbec84a99d Automated update. github-actions[bot] 2024-08-20 07:04:32 +00:00
  • 62205ab155 Workaround Intellisense bug in some ranges::to tests (#4895) Casey Carter 2024-08-19 05:22:26 -07:00
  • 52d07c103c Automated update. github-actions[bot] 2024-08-19 07:04:36 +00:00
  • 4951eedd6b Automated update. github-actions[bot] 2024-08-18 07:03:31 +00:00
  • 7fb900ad76 Automated update. github-actions[bot] 2024-08-17 07:03:36 +00:00
  • 060cfebe82 Automated update. github-actions[bot] 2024-08-16 07:04:12 +00:00
  • b191409cec Overhaul how we search for clang-format (#4888) Stephan T. Lavavej 2024-08-15 10:55:19 -07:00
  • 0e98f35bcd Updated C++ latest working draft to N4988 (#4884) Shaikh Mudassir 2024-08-15 23:23:36 +05:30
  • 3c75f79721 Implement formatter specializations for container adaptors (#4825) A. Jiang 2024-08-16 01:39:25 +08:00
  • 041f5846ea <execution>: parallel scans should avoid passing output values to the binary (reduce) operation (#4701) Spring Burst 2024-08-16 01:31:39 +08:00
  • 7f0f35da70 Toolset update: VS 2022 17.12 Preview 1 (#4889) Stephan T. Lavavej 2024-08-15 10:28:33 -07:00
  • 0619755940 Skip libcxx tests with timing assumptions (#4885) Casey Carter 2024-08-15 10:23:57 -07:00
  • cacca3d62e Automated update. github-actions[bot] 2024-08-15 07:03:44 +00:00
  • cf84730d7f Automated update. github-actions[bot] 2024-08-14 07:03:51 +00:00
  • 895b03559a Automated update. github-actions[bot] 2024-08-13 07:04:31 +00:00
  • 6c94f4ebb4 Build with the conformant preprocessor, improve validator (#4886) Stephan T. Lavavej 2024-08-12 09:41:22 -07:00
  • 5848f38230 Automated update. github-actions[bot] 2024-08-12 07:03:50 +00:00
  • 18121a1a86 Automated update. github-actions[bot] 2024-08-11 07:03:33 +00:00
  • 965bf47af3 Automated update. github-actions[bot] 2024-08-10 07:03:38 +00:00
  • e6ffa40e7e Automated update. github-actions[bot] 2024-08-09 07:03:47 +00:00
  • 938bd59861 Enforce [alg.three.way]/2 mandate (#4878) Casey Carter 2024-08-08 00:11:33 -07:00
  • b5285d1875 Call CRT wmemcmp/wmemchr when possible in char_traits for better performance (#4873) Ben Niu 2024-08-08 00:05:13 -07:00
  • ce9374de94 Automated update. github-actions[bot] 2024-08-08 07:03:48 +00:00
  • d47747cc75 Update _MSVC_STL_UPDATE to August 2024 (#4872) Damien 2024-08-08 14:58:36 +08:00
  • bdcd8eaaf8 Simplify the comparison of sizes of different ranges (#4864) Hewill Kang 2024-08-08 14:55:41 +08:00
  • dc1b46cf3b README.md: Add instructions for building ARM and ARM64. (#4859) Igor Zhukov 2024-08-08 13:52:41 +07:00
  • 0f8f6bed5f Fix and improve array and mdspan static analysis warnings (#4856) Stephan T. Lavavej 2024-08-07 23:47:09 -07:00
  • 3edd71eaf0 Update README.md working draft revision to N4986 (#4854) ofAlpaca 2024-08-08 14:45:54 +08:00
  • 3bc0f3e69b Avoid using wider types in generate_canonical when the range of the random generator is a power of 2 (#4850) statementreply 2024-08-08 14:40:54 +08:00
  • 877717a9ad Verify in vector::pop_back if _CONTAINER_DEBUG_LEVEL > 0 (#4849) Lauri Vasama 2024-08-08 09:37:11 +03:00
  • 41229579c1 Fix truncation warnings in conjunction/disjunction (#4846) Stephan T. Lavavej 2024-08-07 23:27:15 -07:00
  • a537ec5e47 Don't use auto in some ranges algos. (#4841) Igor Zhukov 2024-08-08 13:19:59 +07:00
  • 0f0f3aa899 Fix put_time() crash on invalid format specifier (#4840) Nikolay Baklicharov 2024-08-08 09:14:05 +03:00
  • c4d0517185 Add [[msvc::lifetimebound]] to more min/max functions (#4838) statementreply 2024-08-08 14:07:04 +08:00
  • ed7ed96194 <expected>: Add deleted copy function overloads (#4837) A. Jiang 2024-08-08 13:57:47 +08:00
  • 85a4a5fdde move_iterator visualizer should use _Current (#4836) Igor Zhukov 2024-08-08 12:27:23 +07:00
  • 5573054c32 Remove std::ranges::view_interface visualizer. (#4835) Igor Zhukov 2024-08-08 12:23:26 +07:00
  • 2f5b967416 Wait condition_variable_any for steady_clock (#4755) Alex Guteniev 2024-08-07 22:05:38 -07:00
  • ff0bdf86a1 Automated update. github-actions[bot] 2024-08-07 07:03:38 +00:00
  • eaf7b316e4 Update google-benchmark to 1.8.5. (#4851) Igor Zhukov 2024-08-07 01:26:35 +07:00
  • 03c378daa3 Automated update. github-actions[bot] 2024-08-06 07:03:45 +00:00
  • 2ae956e187 Automated update. github-actions[bot] 2024-08-05 07:03:59 +00:00
  • 45edca4ae9 Automated update. github-actions[bot] 2024-08-04 07:04:27 +00:00
  • cc42f21c3f Automated update. github-actions[bot] 2024-08-03 07:03:30 +00:00
  • c52af7f132 Automated update. github-actions[bot] 2024-08-02 07:04:38 +00:00