Skip to content

Commit

Permalink
Move the benchmarks to format-benchmark.
Browse files Browse the repository at this point in the history
  • Loading branch information
vitaut committed Sep 7, 2013
1 parent 9cb1fa7 commit 99c5f8e
Show file tree
Hide file tree
Showing 5 changed files with 4 additions and 639 deletions.
6 changes: 3 additions & 3 deletions .gitmodules
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
[submodule "gtest"]
path = gtest
url = git://github.com/vitaut/gtest.git
[submodule "tinyformat"]
path = tinyformat
url = git://github.com/vitaut/tinyformat.git
[submodule "format-benchmark"]
path = format-benchmark
url = git://github.com/vitaut/format-benchmark.git
[submodule "breathe"]
path = breathe
url = git://github.com/vitaut/breathe.git
10 changes: 0 additions & 10 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -40,16 +40,6 @@ if (EXISTS ${CMAKE_CURRENT_SOURCE_DIR}/gtest/CMakeLists.txt)
add_test(format_test format_test)
endif ()

find_package(Boost)
if (Boost_FOUND)
add_executable(int_generator tests/int_generator.cpp)
target_link_libraries(int_generator format)
find_library(HAVE_RT rt)
if (HAVE_RT)
target_link_libraries(int_generator rt)
endif ()
add_definitions(-DHAVE_BOOST)
endif ()

if (EXISTS ${CMAKE_CURRENT_SOURCE_DIR}/tinyformat/tinyformat_test.cpp)
add_executable(tinyformat_speed_test tinyformat/tinyformat_test.cpp)
Expand Down
2 changes: 1 addition & 1 deletion format-benchmark
Submodule format-benchmark updated from 1199f8 to 2f0edb
Loading

0 comments on commit 99c5f8e

Please sign in to comment.