summaryrefslogtreecommitdiff
path: root/third-party
AgeCommit message (Expand)Author
2025-11-03[C2y] Support WG14 N3457, the __COUNTER__ macro (#162662)Aaron Ballman
2025-10-27[third-party] Add a snapshot of Boost.Math 1.89 standalone (#141508)Louis Dionne
2025-08-20[NFC][CMake] quote ${CMAKE_SYSTEM_NAME} consistently (#154537)David Tenty
2025-07-31[win][arm64ec] Fixes to unblock building LLVM and Clang as Arm64EC (#150068)Daniel Paoliello
2025-07-16Use default instead of a specific case to fix the MSVC warning in sysinfo.cc ...Daniel Paoliello
2025-07-16Fix MSVC warning in benchmark (#147357)Daniel Paoliello
2025-07-13[unittest] Add missing LLVM include directory to target (#148362)Michał Górny
2025-07-10Add back fallthrough annotations removed by 7f3afab (#148032)Jorge Gorbe Moya
2025-07-09Extract SipHash implementation into a header.Peter Collingbourne
2025-07-09[Flang-RT][Offload] Always use LLVM-built GTest (#143682)Michael Kruse
2025-06-27[gtest] Fix building on OpenBSD/sparc64 (#145225)Brad Smith
2025-05-15Fix CI after #138708 (#140111)cor3ntin
2025-02-10[benchmark] Sync a few commits from upstream to help with CPU count (#126410)Brad Smith
2025-02-03[benchmark] Get number of CPUs with sysconf() on Linux (#125603)Brad Smith
2024-07-02llvm_gtest: Only install once (#96959)Tom Stellard
2024-07-01[benchmark] Fix OpenBSD build (#97269)Brad Smith
2024-06-06[gtest] Enable zos for death test support (#94623)Abhina Sree
2024-04-03[SystemZ][z/OS] Remove COMPILER_IBMXL macro for z/OS (#87493)Fanbo Meng
2024-03-05[benchmark] Delete WORKSPACE bzl files (#84013)Jordan Rupprecht
2024-03-04Reapply "Update Benchmark (#83488)" (#83916)Mircea Trofin
2024-03-04Revert "Update Benchmark (#83488)"Mircea Trofin
2024-03-04Update Benchmark (#83488)Mircea Trofin
2024-01-17[third-party] Silence warning on benchmark when building with Clang ToTAlexandre Ganea
2024-01-05[System][z/OS] Fix per-thread timing error on z/OS (#76947)Abhina Sree
2023-12-20[SystemZ][z/OS] define HOST_NAME_MAX for z/OS (#76093)Abhina Sree
2023-09-28[gtest] Disable new posix::FOpen Windows implementation for nowHans Wennborg
2023-09-13Reland "Update GoogleTest to v1.14.0 (#65823)"Haowei Wu
2023-09-12Revert "Update GoogleTest to v1.14.0 (#65823)"Haowei Wu
2023-09-12Update GoogleTest to v1.14.0 (#65823)Zero Omega
2023-09-01[lldb] Fix duplicate word typos; NFCFangrui Song
2023-08-28[cmake] Drop redundant libdir suffix during gtest installationNikita Popov
2023-08-25llvm_gtest: install to appropriate locations.Will Dietz
2023-06-28[unittest] teach gTest to print entries of DenseMap as pairsSam McCall
2023-06-20Revert "Prevent deadlocks in death tests."Martin Braenne
2023-06-15Prevent deadlocks in death tests.Martin Braenne
2023-05-25[NFC][Py Reformat] Reformat python files in the rest of the dirsTobias Hieta
2023-03-14Remove an extra `//` in the IWYU pragma for gtest-matchers.hHaojian Wu
2023-03-13[third-party] Respect LLVM_INSTALL_GTEST for llvm_gtest_mainMichał Górny
2023-03-10Add install targets for gtestTom Stellard
2023-01-14[gtest] Use std::optional instead of llvm::Optional (NFC)Kazu Hirata
2022-11-24[llvm] [cmake] Set EXCLUDE_FROM_ALL on gtest and TestingSupportMichał Górny
2022-11-09Move googletest to the third-party directoryTom Stellard
2022-11-09Revert "Move googletest to the third-party directory"Tom Stellard
2022-11-09Move googletest to the third-party directoryTom Stellard
2022-08-18Revert "[cmake] Use `CMAKE_INSTALL_LIBDIR` too"John Ericson
2022-08-18[cmake] Use `CMAKE_INSTALL_LIBDIR` tooJohn Ericson
2022-08-15Silence MSVC codecvt deprecation warningsAaron Ballman
2021-12-26Ensure newlines at the end of files (NFC)Kazu Hirata
2021-12-14[benchmark] Delete BUILD filesMircea Trofin
2021-12-13[benchmark] Pull latest; disable -WerrorMircea Trofin