aboutsummaryrefslogtreecommitdiffstats
path: root/contrib/libs
Commit message (Collapse)AuthorAgeFilesLines
* Merge branch 'rightlib' into merge-libs-250206-0050Alexander Smirnov2025-02-0641-735/+3893
|\
| * Intermediate changesrobot-piglet2025-02-051-1/+1
| | | | | | | | commit_hash:343920714fe3ac841f2246c53b79d081abb277fe
| * Intermediate changesrobot-piglet2025-02-0540-734/+3892
| | | | | | | | commit_hash:16909afb4de17d1f1bd0d7141d98403b2fd74e46
* | Merge branch 'rightlib' into merge-libs-250205-0050Alexander Smirnov2025-02-056-48/+13
|\|
| * No more msvc_compiler supportmikhnenko2025-02-044-32/+12
| | | | | | | | commit_hash:0dbd62f1b3ae2941845ea0cd95df3b05140d2d63
| * Enable harderning check in dequemikhnenko2025-02-042-16/+1
| | | | | | | | commit_hash:aa011d101f62f0a7aed5c6d449da9206dda25ec7
* | Merge branch 'rightlib' into merge-libs-250204-0050Alexander Smirnov2025-02-047-30/+15
|\|
| * libunwind: Remove unnecessary hunks from patches/03-unused.patchthegeorg2025-02-033-26/+2
| | | | | | | | commit_hash:34486bb0dc50b5847a433c4dbf535e2ca63ecb79
| * Intermediate changesrobot-piglet2025-02-034-4/+13
| | | | | | | | commit_hash:1cef0cf05075cdc1ff60c3675d89b7135b260071
* | Merge branch 'rightlib' into merge-libs-250203-0050Alexander Smirnov2025-02-037-40/+265
|\|
| * Intermediate changesrobot-piglet2025-02-033-26/+23
| | | | | | | | commit_hash:6a26ba0b6c313e074c878283bef4e38284f3450f
| * [ASAN] Enable detect_odr_violation=2nechda2025-02-022-12/+1
| | | | | | | | | | The ASAN flag for detecting ODR violations has been set to its **++default++** value (2). commit_hash:7475c1eb748fa0704d3db551189591c87ce5357d
| * Intermediate changesrobot-piglet2025-02-022-2/+241
| | | | | | | | commit_hash:5a74bff5b91faa7db270bfa5446a23795862b6db
* | Merge branch 'rightlib' into merge-libs-250202-0050Alexander Smirnov2025-02-02235-1954/+1952
|\|
| * Update libcxx to 2 Apr 2024 239236b8c2154aa49e98bc7ed774a7d2712edf50mikhnenko2025-02-01235-1954/+1951
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | ``` [libc++] Remove pair dependency (#85621) [libc++] Simplify the implementation of <stddef.h> (#86843) Update the "Current Status" section of the website to be current. (#84507) [libc++] Optimize the two range overload of mismatch (#86853) [libc++] Refactor __tuple_like and __pair_like (#85206) [libc++][test] Improves src include paths. (#86864) [libc++] Document guidelines for applying [[nodiscard]] (#84000) [libc++] Optimize the std::mismatch tail (#83440) [libc++] Remove <queue> and <stack> includes from <format> (#85520) [libc++] Switch FreeBSD to C++26 (#86658) [libc++] Fix one case in saturate_cast.pass.cpp for 64-bit on z/OS (#86724) [libc++][test] Remove tests that testing std::variant<T&> (#84222) [libc++] <experimental/simd> Reduce types for template parameter U in tests (#83781) [libc++] Switch FreeBSD CI job to Clang 17 (#86320) [libc++][CI] Updates the documentation. (#85264) [libc++][format] Adds ABI tags to inline constexpr variables. (#86293) [libc++][test] Fix race condition in condition_variable_any tests (#84788) [libc++] Vectorize mismatch (#73255) [libc++] Don't push and pop extensions diagnostics when using clang modules (#85917) [libc++][ranges] use `static operator()` for C++23 ranges (#86052) [libc++] Implement LWG3528 (`make_from_tuple` can perform (the equivalent of) a C-style cast) (#85263) [libc++] Remove macros for keeping std::allocator members and void specialization after C++20 (#85806) [libc++] Deprecates std::errc constants. (#80542) [libcxx] [cmake] Fix cmake_path(ABSOLUTE_PATH) for empty CMAKE_INSTALL_PREFIX [libc++][CI] Reenables the module tests. (#85799) [libc++][ranges] remove `__workaround_52970` (#85683) [libc++][ranges] LWG3715: `view_interface::empty` is overconstrained (#85004) [libcxx] [modules] Fix relative paths with absolute LIBCXX_INSTALL_MODULES_DIR (#85756) [libc++][format] Fixes nested concept evaluation. (#85548) [libc++][CMake] Removes LIBCXX_ENABLE_CLANG_TIDY. (#85262) [libc++] Remove __unconstrained_reverse_iterator (#85582) [libc++] Simplify the implementation of remove_reference (#85207) [libcxx][test] Create feature host-can-create-symlinks (#82204) [libc++] Use __is_scoped_enum for the implementation of is_scoped_enum if it's available (#85580) [libc++] Add missing hide-from-ABI annotations on virtual functions (#85439) [libc++] Optimize ranges::fill{,_n} for vector<bool>::iterator (#84642) [libc++] Add <locale> include in <chrono> (#85521) [libc++] Remove <locale> includes from <format> (#85478) [libc++] P2602R2 Poison Pills are Too Toxic (#74534) [libc++] Fixes run-buildbot-container. (#84644) [libc++] Add [[nodiscard]] to static numeric limit functions (#83748) Rework Modules CMake to be (more) idiomatic. (#84936) [libc++] Enables TZDB tests. (#82108) [libc++] Remove a few includes from <__functional/hash.h> (#83254) [libc++] Implements filebuf unbuffered. (#76629) [libc++][CI] Updates the version number of the latest release. [libc++] Remove <tuple> include from <__format/concepts.h> (#80214) [runtimes] Prefer -fvisibility-global-new-delete=force-hidden (#84917) [libc++] Fix tests on musl (#85085) [libc++] Remove _LIBCPP_ENABLE_NARROWING_CONVERSIONS_IN_VARIANT (#83928) [libcxx] Fix incorrect type in the has-1024-bit-atomics feature test (#84904) [libc++] Improves UB handling in ios_base destructor. (#76525) [libc++][CI] Installs tzdata package in Docker. (#84643) [libc++][TZDB] Fixes parsing interleaved rules. (#84808) [libc++][hardening] Check bounds on arithmetic in __bounded_iter (#78876) [libc++][hardening] Add iterator validity checks on unordered containers (#80230) [libc++][hardening] Reclassify string_view(ptr, len)'s size assertion (#79297) [libc++] Re-enable the clang_modules_include test for Objective-C++ (#66801) [libc++] Remove XFAIL for SIMD in optimized build (#84767) [libcxx] Update 128-bit-atomics feature test (#83841) [libc++] Only forward-declare ABI-functions in exception_ptr.h if they are meant to be used (#84707) [libc++][test] Don't include `test_format_context.h` in `parse.pass.cpp` (#83734) [libc++] Add missing include in test (#84579) [libc++] Remove <tuple> from <variant> (#83183) [RFC][libc++] Reworks clang-tidy selection. (#81362) [libc++] Remove <array> include from <span> (#83742) [libc++][format] Updates LWG3462 status. (#80550) [libc++][format] Update LWG3701 status. (#80545) [libc++][test] Fix MSVC warning C4127 in `array.cons/initialization.pass.cpp` (#79793) [libc++] Simplify the std::pair constructor overload set (#81448) [libc++] Allow the use of extensions in the implementation (#79532) [libc++] Don't build against libcxxrt by default on FreeBSD (#84484) Actually disable the module generation tests. [libc++] Disable module_std and module_std_compat tests [libc++] Enable availability based on the compiler instead of __has_extension (#84065) [libc++] Fixes time formatter test output for Linux on PowerPC (#75526) [libc++] Remove unused includes from __type_traits/is_convertible.h (#83747) ``` commit_hash:171258d93ab92f516dfb1789300677a164e63219
| * Intermediate changesrobot-piglet2025-02-011-0/+1
| | | | | | | | commit_hash:4bb7d6819f4d3eb96ed9db222720bbfa65c375e4
* | Merge branch 'rightlib' into merge-libs-250201-0050Alexander Smirnov2025-02-016-32/+16
|\|
| * Cleanup libcxxrt importthegeorg2025-01-316-32/+16
| | | | | | | | commit_hash:a45aa7528cf49e9f590ceddf8b5dd43f8856e327
* | Merge branch 'rightlib' into merge-libs-250130-1607Alexander Smirnov2025-01-3011-112/+216
|\|
| * Update contrib/libs/simdjson to 3.12.0robot-contrib2025-01-309-42/+178
| | | | | | | | commit_hash:5f96ca9daebed328f88d4f3e02c1505f8bb23034
| * Intermediate changesrobot-piglet2025-01-302-70/+38
| | | | | | | | commit_hash:73cd3dcd29b75a576bd0654cdb9ae38f8cc33718
* | Merge branch 'rightlib' into merge-libs-250130-0050Alexander Smirnov2025-01-306-10/+10
|\|
| * Intermediate changesrobot-piglet2025-01-291-1/+1
| | | | | | | | commit_hash:1ed6d10704b02e34684599b373b98a859f86a16e
| * Intermediate changesrobot-piglet2025-01-295-9/+9
| | | | | | | | commit_hash:61bf3e0753aa053366e50828bab286941afcfba3
* | Merge branch 'rightlib' into merge-libs-250129-0050Alexander Smirnov2025-01-292-31/+65
|\|
| * Build cxxsupp/builtins on armv7a and i686thegeorg2025-01-282-31/+65
| | | | | | | | | | Also: add cxxsupp/builtins to autocheck/common_targets.inc commit_hash:e50ebb7511ed61fb1000e84b2caca0634e65a338
* | Merge branch 'rightlib' into merge-libs-250128-0050Alexander Smirnov2025-01-282-5/+0
|\|
| * Intermediate changesrobot-piglet2025-01-272-5/+0
| | | | | | | | commit_hash:ea50a3f2955f19abbb43e2898690c7fd6b69d864
* | Merge branch 'rightlib' into merge-libs-250127-0020Alexander Smirnov2025-01-272-3/+3
|\|
| * Intermediate changesrobot-piglet2025-01-272-3/+3
| | | | | | | | commit_hash:a3209cc0216ad32cf74f875502351387cd6e2e0a
* | Merge branch 'rightlib' into merge-libs-250126-0020Alexander Smirnov2025-01-263-2/+6
|\|
| * Intermediate changesrobot-piglet2025-01-253-2/+6
| | | | | | | | commit_hash:e10603531675799a9fac853dbe2ca92d85a6a939
* | Merge branch 'rightlib' into merge-libs-250125-0019Alexander Smirnov2025-01-252-18/+2
|\|
| * Clarify conditions to link against -lpthreadthegeorg2025-01-242-8/+0
| | | | | | | | commit_hash:d1591aff30e1348f17b1d038f2ed92d5537de9cb
| * Intermediate changesrobot-piglet2025-01-242-10/+2
| | | | | | | | commit_hash:f3dc1345b3877e8c5a36cf522b81a31a43cb1f05
* | Merge branch 'rightlib' into merge-libs-250124-0020Alexander Smirnov2025-01-242-14/+3
|\|
| * Get back some harderning checksmikhnenko2025-01-232-14/+3
| | | | | | | | commit_hash:c33537c8c5610dd26434b4b948f9fb84707500d5
* | Merge branch 'rightlib' into merge-libs-250123-0020Alexander Smirnov2025-01-2359-766/+1014
|\|
| * Intermediate changesrobot-piglet2025-01-223-6/+6
| | | | | | | | commit_hash:aa7d8a48a8c461511b5cae5b9b943f8f16b6933c
| * Update contrib/libs/cxxsupp/libcxxabi to 19.1.6thegeorg2025-01-2215-151/+177
| | | | | | | | commit_hash:012c9a2da3515aa4edf342b0f61582b45de17309
| * Intermediate changesrobot-piglet2025-01-2244-615/+837
| | | | | | | | commit_hash:be3c9e45dca1966481082be8c2e45057e00eb428
* | Merge branch 'rightlib' into merge-libs-250122-0020Alexander Smirnov2025-01-2240-1052/+1522
|\|
| * Update contrib/libs/cxxsupp/libcxxabi to 18.1.8thegeorg2025-01-2132-1041/+1519
| | | | | | | | commit_hash:782297dacb6df72c5c25e9298cf3ef6b2861b9f6
| * Intermediate changesrobot-piglet2025-01-218-11/+3
| | | | | | | | commit_hash:54000343febcb07ede64d6d6ac1fa09ff1165608
* | Merge branch 'rightlib' into merge-libs-250121-0019Alexander Smirnov2025-01-215-226/+1141
|\|
| * Intermediate changesrobot-piglet2025-01-205-226/+1141
| | | | | | | | commit_hash:c6683ad537355b3d700da43c82851e65b6df54d4
* | Merge branch 'rightlib' into merge-libs-250120-0020Alexander Smirnov2025-01-20515-4529/+9314
|\|
| * Update libcxx to 5 Mar 2024 80f9458cf30d13eef21b09042ea590945c5e64dbmikhnenko2025-01-20512-4525/+9311
| | | | | | | | commit_hash:c45aa2ed98c2a01fa86b69bac97f40a32bd68ae2
| * Intermediate changesrobot-piglet2025-01-193-4/+3
| | | | | | | | commit_hash:18468b4961f577164859de063d194f6a79125808
* | Merge branch 'rightlib' into merge-libs-250118-0019Alexander Smirnov2025-01-185-288/+8
|\|