mirror of
https://gitee.com/openharmony/third_party_benchmark
synced 2024-11-23 07:20:12 +00:00
daff5fead3
* add Jordan Williams to both CONTRIBUTORS and AUTHORS * alias benchmark libraries Provide aliased CMake targets for the benchmark and benchmark_main targets. The alias targets are namespaced under benchmark::, which is the namespace when they are exported. I chose not to use either the PROJECT_NAME or the namespace variable but to hard-code the namespace. This is because the benchmark and benchmark_main targets are hard-coded by name themselves. Hard-coding the namespace is also much cleaner and easier to read. * link to aliased benchmark targets It is safer to link against namespaced targets because of how CMake interprets the double colon. Typo's will be caught by CMake at configuration-time instead of during compile / link time. * document the provided alias targets * add "Usage with CMake" section in documentation This section covers linking against the alias/import CMake targets and including them using either find_package or add_subdirectory. * format the "Usage with CMake" README section Added a newline after the "Usage with CMake" section header. Dropped the header level of the section by one to make it a direct subsection of the "Usage" section. Wrapped lines to be no longer than 80 characters in length.
57 lines
2.0 KiB
Plaintext
57 lines
2.0 KiB
Plaintext
# This is the official list of benchmark authors for copyright purposes.
|
|
# This file is distinct from the CONTRIBUTORS files.
|
|
# See the latter for an explanation.
|
|
#
|
|
# Names should be added to this file as:
|
|
# Name or Organization <email address>
|
|
# The email address is not required for organizations.
|
|
#
|
|
# Please keep the list sorted.
|
|
|
|
Albert Pretorius <pretoalb@gmail.com>
|
|
Alex Steele <steeleal123@gmail.com>
|
|
Andriy Berestovskyy <berestovskyy@gmail.com>
|
|
Arne Beer <arne@twobeer.de>
|
|
Carto
|
|
Christopher Seymour <chris.j.seymour@hotmail.com>
|
|
Colin Braley <braley.colin@gmail.com>
|
|
Daniel Harvey <danielharvey458@gmail.com>
|
|
David Coeurjolly <david.coeurjolly@liris.cnrs.fr>
|
|
Deniz Evrenci <denizevrenci@gmail.com>
|
|
Dirac Research
|
|
Dominik Czarnota <dominik.b.czarnota@gmail.com>
|
|
Eric Backus <eric_backus@alum.mit.edu>
|
|
Eric Fiselier <eric@efcs.ca>
|
|
Eugene Zhuk <eugene.zhuk@gmail.com>
|
|
Evgeny Safronov <division494@gmail.com>
|
|
Federico Ficarelli <federico.ficarelli@gmail.com>
|
|
Felix Homann <linuxaudio@showlabor.de>
|
|
Gergő Szitár <szitar.gergo@gmail.com>
|
|
Google Inc.
|
|
International Business Machines Corporation
|
|
Ismael Jimenez Martinez <ismael.jimenez.martinez@gmail.com>
|
|
Jern-Kuan Leong <jernkuan@gmail.com>
|
|
JianXiong Zhou <zhoujianxiong2@gmail.com>
|
|
Joao Paulo Magalhaes <joaoppmagalhaes@gmail.com>
|
|
Jordan Williams <jwillikers@protonmail.com>
|
|
Jussi Knuuttila <jussi.knuuttila@gmail.com>
|
|
Kaito Udagawa <umireon@gmail.com>
|
|
Kishan Kumar <kumar.kishan@outlook.com>
|
|
Lei Xu <eddyxu@gmail.com>
|
|
Matt Clarkson <mattyclarkson@gmail.com>
|
|
Maxim Vafin <maxvafin@gmail.com>
|
|
MongoDB Inc.
|
|
Nick Hutchinson <nshutchinson@gmail.com>
|
|
Oleksandr Sochka <sasha.sochka@gmail.com>
|
|
Ori Livneh <ori.livneh@gmail.com>
|
|
Paul Redmond <paul.redmond@gmail.com>
|
|
Radoslav Yovchev <radoslav.tm@gmail.com>
|
|
Roman Lebedev <lebedev.ri@gmail.com>
|
|
Sayan Bhattacharjee <aero.sayan@gmail.com>
|
|
Shuo Chen <chenshuo@chenshuo.com>
|
|
Steinar H. Gunderson <sgunderson@bigfoot.com>
|
|
Stripe, Inc.
|
|
Yixuan Qiu <yixuanq@gmail.com>
|
|
Yusuke Suzuki <utatane.tea@gmail.com>
|
|
Zbigniew Skowron <zbychs@gmail.com>
|