Commit Graph

  • 429f1459e7 Toolset update: MSVC Compiler 19.50.35717 (#5879) Stephan T. Lavavej 2025-11-19 13:01:36 -08:00
  • f67d22b3a7 Automated update. github-actions[bot] 2025-11-19 07:05:13 +00:00
  • 629d8efe88 Automated update. github-actions[bot] 2025-11-18 07:05:15 +00:00
  • bb676e021a Automated update. github-actions[bot] 2025-11-17 07:05:21 +00:00
  • 7b19b4c972 Automated update. github-actions[bot] 2025-11-16 07:04:33 +00:00
  • a5bee69eb4 Automated update. github-actions[bot] 2025-11-15 07:04:28 +00:00
  • 0d2025e08f Automated update. github-actions[bot] 2025-11-14 07:05:30 +00:00
  • 0e091e5c5e Automated update. github-actions[bot] 2025-11-13 07:05:15 +00:00
  • ab6dec6d85 Enable vectorization of std::rotate on ARM64 (#5845) Hari Limaye 2025-11-12 17:10:16 +00:00
  • d806de40e4 <regex>: Perform simplified stack unwinding for lookahead assertions when the asserted pattern matches (#5835) Julian Müller 2025-11-12 18:06:51 +01:00
  • e98de6dbfd <__msvc_chrono.hpp>: Optimize 24 MHz to nanoseconds conversion in steady_clock::now (#5832) statementreply 2025-11-13 01:00:29 +08:00
  • 764f101323 Unwrap call of function passed to move_only_function (#5808) Alex Guteniev 2025-11-12 18:56:44 +02:00
  • e0289405d6 Remove non-Standard basic_istream::ipfx()/isfx(), basic_ostream::opfx()/osfx(), and locale::empty() (#5834) Stephan T. Lavavej 2025-11-12 08:17:31 -08:00
  • 30f792a313 The Astonishing xmath Overhaul (#5836) Stephan T. Lavavej 2025-11-12 08:13:00 -08:00
  • 693e0fbb58 Add ARM64EC runtime test coverage (#5831) Stephan T. Lavavej 2025-11-12 08:09:53 -08:00
  • c6b2ebb155 Automated update. github-actions[bot] 2025-11-12 07:05:18 +00:00
  • 791ec3ca7d Automated update. github-actions[bot] 2025-11-11 07:05:00 +00:00
  • 3ea1fcb327 Automated update. github-actions[bot] 2025-11-10 07:05:20 +00:00
  • c9a0358b59 Automated update. github-actions[bot] 2025-11-09 07:04:48 +00:00
  • 48f9c9d6b3 Automated update. github-actions[bot] 2025-11-08 07:04:23 +00:00
  • 2e969656f3 Automated update. github-actions[bot] 2025-11-07 07:05:16 +00:00
  • fe3312f620 Automated update. github-actions[bot] 2025-11-06 07:05:32 +00:00
  • defc75b475 <yvals_core.h>: Update _MSVC_STL_UPDATE to November 2025 (#5822) Kate Suraev 2025-11-06 05:26:10 +11:00
  • 8784104ce0 Add Neon implementation of std::swap_ranges (#5819) Hari Limaye 2025-11-05 18:18:24 +00:00
  • 0609cbfdbc <iterator>: Remove stdext::checked_array_iterator and stdext::unchecked_array_iterator (#5817) Stephan T. Lavavej 2025-11-05 10:10:26 -08:00
  • e6b85df962 Implement P3349R1 Converting Contiguous Iterators To Pointers (#5683) NylteJ 2025-11-06 02:02:19 +08:00
  • 67dbf14d71 <regex>: Skip stack unwinding when encountering a successful match of an ECMAScript regex (#5828) Julian Müller 2025-11-05 18:59:26 +01:00
  • 3f29c70435 <regex>: Fix matching of loops with context-dependent empty matches and bounded number of repetitions (#5820) Julian Müller 2025-11-05 18:51:03 +01:00
  • cf36aa9c64 <regex>: Small cleanups after completion of non-recursive matcher (#5818) Julian Müller 2025-11-05 18:49:28 +01:00
  • 82f61ab2e8 Automated update. github-actions[bot] 2025-11-05 07:05:33 +00:00
  • 660937d6ab Automated update. github-actions[bot] 2025-11-04 07:05:23 +00:00
  • b709f1144c Automated update. github-actions[bot] 2025-11-03 07:05:08 +00:00
  • 07630db41d Status Chart: Weekly/dependency updates (#5823) Stephan T. Lavavej 2025-11-02 02:25:50 -08:00
  • 510eb14341 Automated update. github-actions[bot] 2025-11-02 07:04:41 +00:00
  • cc08eaadc9 Automated update. github-actions[bot] 2025-11-01 07:04:21 +00:00
  • 007c43120b Automated update. github-actions[bot] 2025-10-31 07:04:56 +00:00
  • 1118f37585 Deprecate experimental coroutine headers (#5804) Stephan T. Lavavej 2025-10-30 14:55:27 -07:00
  • 5031662a82 Automated update. github-actions[bot] 2025-10-30 07:05:08 +00:00
  • 7dff4d7447 Add algorithm-specific detection macros for vectorization (#5801) Stephan T. Lavavej 2025-10-29 09:06:19 -07:00
  • e21d834de5 Add ARM64 runtime test coverage (#5815) Stephan T. Lavavej 2025-10-29 09:02:09 -07:00
  • e91e27b244 <__msvc_threads_core.hpp>: Use aligned byte arrays as aligned buffers (#5811) A. Jiang 2025-10-29 23:58:00 +08:00
  • 755f6c96ce <algorithm>: Rework internal buffers for stable sorting algorithms (#5807) A. Jiang 2025-10-29 23:54:40 +08:00
  • b439695d0d Unicode 17 (#5803) S. B. Tam 2025-10-29 23:48:06 +08:00
  • 71ebc1b31f <regex>: Process generic loops non-recursively (#5798) Julian Müller 2025-10-29 16:34:25 +01:00
  • a98226c058 move_only_function: eliminate the repeated part in call specializations (#5810) Alex Guteniev 2025-10-29 17:31:21 +02:00
  • 8196ecf37a move_only_function: remove workaround for broken noexcept(param) (#5809) Alex Guteniev 2025-10-29 15:40:55 +02:00
  • 1908623e71 Automated update. github-actions[bot] 2025-10-29 07:05:05 +00:00
  • 7c02131aef Automated update. github-actions[bot] 2025-10-28 07:04:49 +00:00
  • 1717ac0bde Update CRT build to .NET 8.0 (#5814) Stephan T. Lavavej 2025-10-27 16:41:11 -07:00
  • f34525094f Automated update. github-actions[bot] 2025-10-27 07:05:12 +00:00
  • 9f88b4006e Automated update. github-actions[bot] 2025-10-26 07:04:13 +00:00
  • 0561074e9b Automated update. github-actions[bot] 2025-10-25 07:04:06 +00:00
  • 7b87c7d970 Automated update. github-actions[bot] 2025-10-24 07:05:13 +00:00
  • eb024e0c64 Fix GH_001923_filesystem_long_path_support/custombuild.pl for the MSVC-internal test harness (#5799) Stephan T. Lavavej 2025-10-23 06:52:51 -07:00
  • 7004b0e1ad Automated update. github-actions[bot] 2025-10-23 07:05:21 +00:00
  • 249cb012aa Optimize std::transform for vector<bool> (#5769) Alex Guteniev 2025-10-22 17:49:09 +03:00
  • 6a5787156c <regex>: Fix regex_error when matching a repeated pattern containing a lookahead assertion (#5793) Julian Müller 2025-10-22 16:43:01 +02:00
  • ea857c7ae2 Vectorize find-like algorithms for Clang for more types (#5767) Alex Guteniev 2025-10-22 17:31:37 +03:00
  • de8c84c8f0 (Semi-)vectorize includes (#5590) Alex Guteniev 2025-10-22 17:28:04 +03:00
  • 78bb452d9c <ranges>: Make ranges::to support creating unions (#5794) A. Jiang 2025-10-22 22:24:41 +08:00
  • b44cd81f1d Implement P3503R3 Make Type-Erased Allocator Use In promise And packaged_task Consistent (#5630) A. Jiang 2025-10-22 22:22:03 +08:00
  • 1c2c4d4a0c <regex>: Process greedy simple loops non-recursively (#5790) Julian Müller 2025-10-22 15:38:25 +02:00
  • e9db7a7189 Automated update. github-actions[bot] 2025-10-22 07:05:17 +00:00
  • 5778c8cb5b Automated update. github-actions[bot] 2025-10-21 07:05:05 +00:00
  • 82a2cede6c Automated update. github-actions[bot] 2025-10-20 07:05:34 +00:00
  • 69b246fe34 Automated update. github-actions[bot] 2025-10-19 07:04:02 +00:00
  • 225261c2a0 Automated update. github-actions[bot] 2025-10-18 07:03:56 +00:00
  • 7f60cfbf37 Cleanups for <any> (#5784) achabense 2025-10-18 00:13:35 +08:00
  • 4f63fa0df2 <regex>: Process non-greedy and longest-mode simple loops non-recursively (#5774) Julian Müller 2025-10-17 18:11:11 +02:00
  • 5f8808387b <charconv>: floating benchmark (#5700) Alex Guteniev 2025-10-17 19:07:53 +03:00
  • 7f05724fd4 Unicode 16 (#5571) Jakub Mazurkiewicz 2025-10-17 18:04:13 +02:00
  • 3bcc7197ca Toolset update: MSVC Compiler 19.50.35702, test <filesystem> long path support (#5783) Stephan T. Lavavej 2025-10-17 08:59:26 -07:00
  • b2035c186f Automated update. github-actions[bot] 2025-10-17 07:05:15 +00:00
  • 08fcc618cd Automated update. github-actions[bot] 2025-10-16 07:05:15 +00:00
  • 1b01f45746 Automated update. github-actions[bot] 2025-10-15 07:05:17 +00:00
  • b1e97ecf2b Automated update. github-actions[bot] 2025-10-14 07:05:07 +00:00
  • 09242d03da Automated update. github-actions[bot] 2025-10-13 07:05:22 +00:00
  • 4b795d7ae8 Automated update. github-actions[bot] 2025-10-12 07:03:51 +00:00
  • 7bbc00593a Automated update. github-actions[bot] 2025-10-11 07:03:58 +00:00
  • 85e4b574ca <xstring>: Add more casts to basic_string for ASan (#5775) Stephan T. Lavavej 2025-10-10 16:21:09 -07:00
  • db9ac249d5 Remove non-Standard <experimental/filesystem> (#5765) Stephan T. Lavavej 2025-10-10 04:10:53 -07:00
  • ce071fc97c Remove non-Standard <hash_map> and <hash_set> (#5764) Stephan T. Lavavej 2025-10-10 03:15:11 -07:00
  • 7d6e34a987 Remove non-Standard TR1 (#5763) Stephan T. Lavavej 2025-10-10 03:04:57 -07:00
  • 57c30cabba <cmath>: Restore std::pow(x, 2) accuracy (#5771) Stephan T. Lavavej 2025-10-10 02:35:32 -07:00
  • 616c862b39 <regex>: Process minimum number of reps in simple loops non-recursively (#5762) Julian Müller 2025-10-10 11:30:58 +02:00
  • 2251b37ed3 vector_algorithms.cpp: remove incorrect __assume (#5761) Alex Guteniev 2025-10-10 12:28:16 +03:00
  • f3eff992cd vector_algorithms.cpp: avoid unaligned access (#5760) Alex Guteniev 2025-10-10 12:17:41 +03:00
  • 9ba4a2298b vector_algorithms.cpp: avoid cast to integral in __std_bitset_from_string_N (#5759) Alex Guteniev 2025-10-10 12:12:39 +03:00
  • 5f6338214e vector_algorithms.cpp: fix incorrect activation of bitmap find-meow-of algorithms (#5758) Alex Guteniev 2025-10-10 11:50:00 +03:00
  • 0803ae64f7 Implement LWG-3677 for tuple (#5669) A. Jiang 2025-10-10 16:41:09 +08:00
  • 665118f85b Add missing size_type cast to basic_string (#5562) A. Jiang 2025-10-10 16:36:32 +08:00
  • e7172986d1 Automated update. github-actions[bot] 2025-10-10 07:05:13 +00:00
  • e637601d66 Automated update. github-actions[bot] 2025-10-09 07:04:59 +00:00
  • 775f3298d9 Automated update. github-actions[bot] 2025-10-08 07:04:55 +00:00
  • d562fa04bf Automated update. github-actions[bot] 2025-10-07 07:15:51 +00:00
  • 6b3c170228 Automated update. github-actions[bot] 2025-10-06 07:05:05 +00:00
  • bd14ec9af5 Automated update. github-actions[bot] 2025-10-05 07:03:52 +00:00
  • 21e3943061 Automated update. github-actions[bot] 2025-10-04 07:04:02 +00:00
  • ba64eaaa85 Final cleanups for <experimental/filesystem> (#5753) Stephan T. Lavavej 2025-10-03 22:23:14 -07:00
  • 9e50ca6f09 fixing MSVC_STL_UPDATE Macro (#5752) Saman Sathenjeri 2025-10-04 01:21:22 -04:00