Commit Graph

  • 775b0a38a8 Automated update. gh-pages github-actions[bot] 2026-03-27 07:28:30 +00:00
  • bed5dd5b9e <regex>: Correctly set up match_results for match attempts on default-constructed regexes (#6185) main Julian Müller 2026-03-27 05:35:42 +01:00
  • 11ada44580 Use _WIN64 test where applicable (#6183) Alex Guteniev 2026-03-27 06:31:11 +02:00
  • 4b223c534e Don't test ARM64EC vectorized bitset fallbacks (#6182) Alex Guteniev 2026-03-27 06:28:05 +02:00
  • 49a58a14d3 Fix CodeQL warnings after _wsetlocale() changes (#6179) Stephan T. Lavavej 2026-03-26 21:26:30 -07:00
  • 05b4b089ec Workaround for MSVC's constexpr array allocation bug for vector (#6177) A. Jiang 2026-03-27 12:17:26 +08:00
  • 5e47670e59 <optional>: Add Address Sanitizer annotations (#6010) Özgür T. Önsoy 2026-03-26 11:10:18 +03:00
  • 577774f480 Automated update. github-actions[bot] 2026-03-26 07:29:43 +00:00
  • 347510270e Automated update. github-actions[bot] 2026-03-25 07:24:39 +00:00
  • 7b9a0f5d6f P2590R2 Explicit Lifetime Management (#6170) Stephan T. Lavavej 2026-03-24 06:12:18 -07:00
  • 1ef73aaf11 <xlocnum>: Fix num_put::do_put() to avoid frexp()'s unspecified behavior for inf/nan (#6168) Stephan T. Lavavej 2026-03-24 06:09:34 -07:00
  • fbc54476ae Use memcpy in uninitialized_meow (#6161) Alex Guteniev 2026-03-24 15:01:40 +02:00
  • ec96d9421b Consistently comment _WIN64 macro usage (#6160) Alex Guteniev 2026-03-24 14:58:25 +02:00
  • 0920153425 <compare>: fix constructibility of ordering types (#5911) Vojtěch Michal 2026-03-24 13:52:58 +01:00
  • fc294524db Add Neon implementation of bitset_from_string (#6167) Hari Limaye 2026-03-24 08:39:46 -04:00
  • 02b6b42d1a <xloctime>: Fix time_get::do_get to parse a literal % (#6140) Mirion 2026-03-24 20:37:39 +08:00
  • 79cf75c0e9 <regex>: Some _Matcher3::Skip() cleanups (#6164) Julian Müller 2026-03-24 12:54:42 +01:00
  • df0da773a0 <regex>: Optimize matcher layout (#6162) Julian Müller 2026-03-24 12:35:03 +01:00
  • e325506e85 Add Neon implementation of bitset_to_string (#6153) Hari Limaye 2026-03-24 07:21:23 -04:00
  • 09cc7d63f4 <xloctime>: Fix time_get::do_get format strings for %c and %x (#6133) Brandon Pacewic 2026-03-24 04:07:27 -07:00
  • c037620fc0 Automated update. github-actions[bot] 2026-03-24 07:25:11 +00:00
  • 6a0f29ba9f Automated update. github-actions[bot] 2026-03-23 07:31:09 +00:00
  • 5a9e56eeb9 Automated update. github-actions[bot] 2026-03-22 07:18:01 +00:00
  • 6b3133d64e Automated update. github-actions[bot] 2026-03-21 07:14:57 +00:00
  • 4f78dec49f Automated update. github-actions[bot] 2026-03-20 07:21:05 +00:00
  • 4c9f4a9641 Automated update. github-actions[bot] 2026-03-19 07:22:42 +00:00
  • eb9f19848a Automated update. github-actions[bot] 2026-03-18 07:25:04 +00:00
  • 16bb2bc939 Automated update. github-actions[bot] 2026-03-17 07:25:06 +00:00
  • 2626cf1ee9 Add /INFERASANLIBS to the Clang ARM64 workarounds (#6163) Stephan T. Lavavej 2026-03-16 14:33:58 -07:00
  • 83a261c44d Toolset update: MSVC Compiler 19.51.36122, CUDA 13.2 (#6157) Stephan T. Lavavej 2026-03-16 08:04:27 -07:00
  • 775ff5ed54 Automated update. github-actions[bot] 2026-03-16 07:33:10 +00:00
  • bf7b7343dc Automated update. github-actions[bot] 2026-03-15 07:20:51 +00:00
  • 57ad56bfec Automated update. github-actions[bot] 2026-03-14 07:16:55 +00:00
  • 8b498ef3cf Automated update. github-actions[bot] 2026-03-13 07:20:35 +00:00
  • 0b47cad8f6 Automated update. github-actions[bot] 2026-03-12 07:20:50 +00:00
  • c4f53f3c8b Automated update. github-actions[bot] 2026-03-11 07:20:03 +00:00
  • 26b7ca58ee <regex>: Implement small vector optimization for state frames (#6147) Julian Müller 2026-03-10 13:47:07 +01:00
  • 14603b86f8 <regex>: Tolerate iterators with explicit default ctors (#6146) Stephan T. Lavavej 2026-03-10 05:45:34 -07:00
  • 68037ec9f8 <xutility>: Improve the all-bits-zero optimization in the fill() family (#6145) Stephan T. Lavavej 2026-03-10 05:43:18 -07:00
  • 51277b444a fix: implement LWG-4015 to make optional conversions ADL-proof (#6102) Daksh Goyal 2026-03-10 05:37:44 -07:00
  • 3017718e1d Update _Make_bitmap_large_neon TRANSITION comment (#6144) Hari Limaye 2026-03-10 08:31:29 -04:00
  • 188c072a4a Add Neon implementations of remove, unique (#6143) Hari Limaye 2026-03-10 08:27:22 -04:00
  • 070f3e80f8 Add Neon implementations of find_last_of (#6141) Hari Limaye 2026-03-10 08:14:52 -04:00
  • 387617782a Add Neon implementations of search, find_end (#6139) Hari Limaye 2026-03-10 08:11:36 -04:00
  • fab6100e3f Vector algorithms: trim runtime coverage for ARM64EC non-vectorized fallbacks (#6142) Alex Guteniev 2026-03-10 14:07:41 +02:00
  • efa5a87a0a Automated update. github-actions[bot] 2026-03-10 07:18:21 +00:00
  • d6d4b2b2ed Automated update. github-actions[bot] 2026-03-09 07:24:11 +00:00
  • c364fde7f2 Automated update. github-actions[bot] 2026-03-08 07:13:42 +00:00
  • 7e52e633e1 Automated update. github-actions[bot] 2026-03-07 07:11:14 +00:00
  • 130441db8b Automated update. github-actions[bot] 2026-03-06 07:18:12 +00:00
  • bdb325e584 Automated update. github-actions[bot] 2026-03-05 07:19:11 +00:00
  • 8f6bbd3ecb <complex>: Include full <intrin.h> for Clang 22 compatibility (#6137) Stephan T. Lavavej 2026-03-04 08:07:07 -08:00
  • 1354a6dcc0 Update _MSVC_STL_UPDATE to March 2026 (#6126) xiaosa-zhz 2026-03-05 00:03:54 +08:00
  • 54d74d7a58 Cleanup documentation URLs (#6117) Stephan T. Lavavej 2026-03-04 08:03:12 -08:00
  • 604edef19c Vector algorithms: runtime coverage for ARM64EC non-vectorized fallbacks again (#6107) Alex Guteniev 2026-03-04 17:58:44 +02:00
  • 3a8becf5a7 Make most tests pass with /Zc:alignedNew- (#6087) Alex Guteniev 2026-03-04 17:54:01 +02:00
  • 1877461eb2 Optimize integer to_chars with division by 100 (#6007) Alex Guteniev 2026-03-04 17:48:48 +02:00
  • 7b0543873e Implement P3612R1 Harmonize Proxy-Reference Operations (#5848) Vojtěch Michal 2026-03-04 15:17:07 +01:00
  • 93d7fb079f <regex>: Implement small buffer optimization for capture groups (#6127) Julian Müller 2026-03-04 15:07:32 +01:00
  • f6e856e13c <regex>: Add test coverage for capture group reset between match attempts in regex_search() (#6122) Julian Müller 2026-03-04 14:37:36 +01:00
  • 8dab145c35 Categorize some libc++ test failures (#6136) S. B. Tam 2026-03-04 21:18:43 +08:00
  • 7d59e1aad7 <limits>: fix traps for integers (#5816) Alex Guteniev 2026-03-04 14:10:31 +02:00
  • af4b86218f Automated update. github-actions[bot] 2026-03-04 07:17:25 +00:00
  • 1a485af8e8 Automated update. github-actions[bot] 2026-03-03 07:19:27 +00:00
  • 6bcd1edb7f Automated update. github-actions[bot] 2026-03-02 07:22:40 +00:00
  • b30961da69 Automated update. github-actions[bot] 2026-03-01 07:15:44 +00:00
  • 4203bfdc9a Status Chart: Weekly updates (#6123) Stephan T. Lavavej 2026-02-28 11:05:31 -08:00
  • 6f145726d3 Automated update. github-actions[bot] 2026-02-28 07:09:49 +00:00
  • 117ca965fe Azure Pipelines: Use Fasv7 for x64 testing (#6106) Stephan T. Lavavej 2026-02-27 16:15:21 -08:00
  • baf68022f1 Build the STL with only /O2, not /Os (#6110) Stephan T. Lavavej 2026-02-27 16:09:46 -08:00
  • 9980b75fa6 Add Neon bitmap implementation of find_first_of (#6115) Hari Limaye 2026-02-27 20:08:05 -04:00
  • d37e8bb013 Add Neon implementation of search_n (#6108) Hari Limaye 2026-02-27 20:06:08 -04:00
  • f25bfb5252 Vector algorithms: Add compile time checks for ISA features (#6098) Mathias Berchtold 2026-02-27 17:03:43 -07:00
  • 6af7fbf7a7 <regex>: Implement small buffer optimization to store loop state (#6092) Julian Müller 2026-02-28 01:00:55 +01:00
  • 18bcfcc105 <any>: Short-cut constraints of single-argument any constructor, again (#6114) A. Jiang 2026-02-28 05:58:05 +08:00
  • 89a6a4a486 Update llvm-project (#6109) Stephan T. Lavavej 2026-02-27 12:40:21 -08:00
  • 254a2ed3fb Update libcxx for an upcoming MSVC compiler fix (#6111) Stephan T. Lavavej 2026-02-27 08:22:58 -08:00
  • 9d52ec1dc6 Automated update. github-actions[bot] 2026-02-27 07:20:22 +00:00
  • 7fe72bed31 Automated update. github-actions[bot] 2026-02-26 07:23:49 +00:00
  • 9b021cf668 <algorithm>: Revert critically damaged shuffle() (#6113) Stephan T. Lavavej 2026-02-25 15:58:45 -08:00
  • 8574c47ccf Automated update. github-actions[bot] 2026-02-25 07:23:57 +00:00
  • 5c9d98ca52 fix: improper use of ucal_inDaylightTime (#6097) Daksh Goyal 2026-02-24 07:10:22 -08:00
  • 333b1df47d <algorithm>: Implement batched random integer generation for shuffle() (#5932) Francisco Geiman Thiesen 2026-02-24 07:01:24 -08:00
  • a072dca5cf _Locinfo: Use _wsetlocale to query and restore locales (#5781) lb90 2026-02-24 15:57:28 +01:00
  • d082ee03ae Introduce macro for minmax_element vectorization for 64-bit integers (#6101) Alex Guteniev 2026-02-24 16:53:44 +02:00
  • fbaff7a845 Add Neon implementation of find_first_of (#6094) Hari Limaye 2026-02-24 10:50:10 -04:00
  • d9a326b7a8 Add Neon implementation of replace_copy (#6090) Hari Limaye 2026-02-24 10:46:14 -04:00
  • ec9cf0d243 Toolset update: MSVC Compiler 19.51.36014 (#6095) Stephan T. Lavavej 2026-02-24 06:38:29 -08:00
  • 76c0ec459a Automated update. github-actions[bot] 2026-02-24 07:23:31 +00:00
  • 38632986d4 Automated update. github-actions[bot] 2026-02-23 07:26:14 +00:00
  • eaa022014b Automated update. github-actions[bot] 2026-02-22 07:16:47 +00:00
  • 489fe6a132 Automated update. github-actions[bot] 2026-02-21 07:13:35 +00:00
  • fd53b37b93 Automated update. github-actions[bot] 2026-02-20 07:22:02 +00:00
  • 3833e683e6 Automated update. github-actions[bot] 2026-02-19 07:23:05 +00:00
  • 781bb00c70 Automated update. github-actions[bot] 2026-02-18 07:23:18 +00:00
  • 8e0c6ff32a Vector algorithms cleanups (#6089) Alex Guteniev 2026-02-17 17:06:51 +02:00
  • cb3428adbd Enable ARM64EC vector algorithms (#6084) Alex Guteniev 2026-02-17 17:04:13 +02:00
  • 7f413348b2 <variant>: Fix non-trivial variant copy assignment by using more direct-initialization (#6086) A. Jiang 2026-02-17 22:57:29 +08:00
  • 6750eaadf4 These tests appear to be passing under ASan (#6083) Alex Guteniev 2026-02-17 16:52:42 +02:00
  • b77a97c2a2 Improve test diagnostics when expected_results.txt contains syntax errors (#6002) Vojtěch Michal 2026-02-17 15:50:05 +01:00