summaryrefslogtreecommitdiff
path: root/vendor/benchmark.cmake
Commit message (Collapse)AuthorAgeFilesLines
* [build] Bump benchmark to v1.5.0Juha Alanen2020-04-151-0/+3
|
* [build] Run cmake-format on all the CMake filesThiago Marcos P. Santos2020-02-071-12/+15
| | | | Unify and enforce a CMake coding style.
* [build] Cosmetics on vendor packagesThiago Marcos P. Santos2019-09-171-19/+25
| | | | | | - Add include guards on all the files - Add a vendor package for sqlite and gtest - Use relative paths to all the files
* [core] Vendor libbenchmarkAlexander Shalamov2018-11-081-0/+25
Prebuilt binaries for libbenchmark might be incompatible with some environments, for example, when mbgl-benchmark target is compiled on host with GCC and linked against mason's clang 5.0 compiled binaries. Vendored libbenchmark avoids aforementioned issue, as the target and the binary compiled with same compiler / options.