aboutsummaryrefslogtreecommitdiff
path: root/docs/pkgconfig.md
AgeCommit message (Collapse)AuthorFilesLines
2023-06-19cmake: Raise min to 3.6Juan Ramos1-9/+5
From the CMake 3.27 release notes: Compatibility with versions of CMake older than 3.5 is now deprecated and will be removed from a future version. Calls to cmake_minimum_required() or cmake_policy() that set the policy version to an older value now issue a deprecation diagnostic. This PR also removes manually setting policy CMP0048. This is redundant since the CMake min is already 3.X
2021-06-13fix typosHyuk Myeong1-1/+1
2021-02-18Googletest exportAbseil Team1-1/+1
Add files for GitHub Pages PiperOrigin-RevId: 357096486
2021-01-26Googletest exportAbseil Team1-2/+0
Delete internal tags from docs PiperOrigin-RevId: 353769887
2021-01-26Googletest exportAbseil Team1-1/+1
Merge CONTRIBUTORS, delete LICENSEs in googletest/ and googlemock/ PiperOrigin-RevId: 352558822
2021-01-13Googletest exportAbseil Team1-0/+150
Move all docs into top-level docs/ directory PiperOrigin-RevId: 350211277