Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
B
benchmark
Project
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Chen Yisong
benchmark
Commits
6d74c062
Commit
6d74c062
authored
May 14, 2018
by
Deniz Evrenci
Committed by
Dominic Hamon
May 14, 2018
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
split_list is not defined for assembly tests (#595)
* Update AUTHORS and CONTRIBUTORS * split_list is not defined for assembly tests
parent
e90801ae
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
7 additions
and
3 deletions
+7
-3
AUTHORS
AUTHORS
+1
-0
CONTRIBUTORS
CONTRIBUTORS
+1
-0
HandleGTest.cmake
cmake/HandleGTest.cmake
+1
-3
split_list.cmake
cmake/split_list.cmake
+3
-0
AssemblyTests.cmake
test/AssemblyTests.cmake
+1
-0
No files found.
AUTHORS
View file @
6d74c062
...
@@ -13,6 +13,7 @@ Arne Beer <arne@twobeer.de>
...
@@ -13,6 +13,7 @@ Arne Beer <arne@twobeer.de>
Carto
Carto
Christopher Seymour <chris.j.seymour@hotmail.com>
Christopher Seymour <chris.j.seymour@hotmail.com>
David Coeurjolly <david.coeurjolly@liris.cnrs.fr>
David Coeurjolly <david.coeurjolly@liris.cnrs.fr>
Deniz Evrenci <denizevrenci@gmail.com>
Dirac Research
Dirac Research
Dominik Czarnota <dominik.b.czarnota@gmail.com>
Dominik Czarnota <dominik.b.czarnota@gmail.com>
Eric Fiselier <eric@efcs.ca>
Eric Fiselier <eric@efcs.ca>
...
...
CONTRIBUTORS
View file @
6d74c062
...
@@ -28,6 +28,7 @@ Billy Robert O'Neal III <billy.oneal@gmail.com> <bion@microsoft.com>
...
@@ -28,6 +28,7 @@ Billy Robert O'Neal III <billy.oneal@gmail.com> <bion@microsoft.com>
Chris Kennelly <ckennelly@google.com> <ckennelly@ckennelly.com>
Chris Kennelly <ckennelly@google.com> <ckennelly@ckennelly.com>
Christopher Seymour <chris.j.seymour@hotmail.com>
Christopher Seymour <chris.j.seymour@hotmail.com>
David Coeurjolly <david.coeurjolly@liris.cnrs.fr>
David Coeurjolly <david.coeurjolly@liris.cnrs.fr>
Deniz Evrenci <denizevrenci@gmail.com>
Dominic Hamon <dma@stripysock.com> <dominic@google.com>
Dominic Hamon <dma@stripysock.com> <dominic@google.com>
Dominik Czarnota <dominik.b.czarnota@gmail.com>
Dominik Czarnota <dominik.b.czarnota@gmail.com>
Eric Fiselier <eric@efcs.ca>
Eric Fiselier <eric@efcs.ca>
...
...
cmake/HandleGTest.cmake
View file @
6d74c062
macro
(
split_list listname
)
include
(
split_list
)
string
(
REPLACE
";"
" "
${
listname
}
"
${${
listname
}}
"
)
endmacro
()
macro
(
build_external_gtest
)
macro
(
build_external_gtest
)
include
(
ExternalProject
)
include
(
ExternalProject
)
...
...
cmake/split_list.cmake
0 → 100644
View file @
6d74c062
macro
(
split_list listname
)
string
(
REPLACE
";"
" "
${
listname
}
"
${${
listname
}}
"
)
endmacro
()
test/AssemblyTests.cmake
View file @
6d74c062
include
(
split_list
)
set
(
ASM_TEST_FLAGS
""
)
set
(
ASM_TEST_FLAGS
""
)
check_cxx_compiler_flag
(
-O3 BENCHMARK_HAS_O3_FLAG
)
check_cxx_compiler_flag
(
-O3 BENCHMARK_HAS_O3_FLAG
)
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment