finished hw5

This commit is contained in:
2019-10-21 23:26:32 -06:00
parent a768bb692d
commit 672bd8313d
220 changed files with 24769 additions and 15000 deletions

View File

@@ -0,0 +1,53 @@
#----------------------------------------------------------------
# Generated CMake target import file.
#----------------------------------------------------------------
# Commands may need to know the format version.
set(CMAKE_IMPORT_FILE_VERSION 1)
# Import target "GTest::gtest" for configuration ""
set_property(TARGET GTest::gtest APPEND PROPERTY IMPORTED_CONFIGURATIONS NOCONFIG)
set_target_properties(GTest::gtest PROPERTIES
IMPORTED_LINK_INTERFACE_LANGUAGES_NOCONFIG "CXX"
IMPORTED_LINK_INTERFACE_LIBRARIES_NOCONFIG "Threads::Threads"
IMPORTED_LOCATION_NOCONFIG "${_IMPORT_PREFIX}/lib/libgtest.a"
)
list(APPEND _IMPORT_CHECK_TARGETS GTest::gtest )
list(APPEND _IMPORT_CHECK_FILES_FOR_GTest::gtest "${_IMPORT_PREFIX}/lib/libgtest.a" )
# Import target "GTest::gtest_main" for configuration ""
set_property(TARGET GTest::gtest_main APPEND PROPERTY IMPORTED_CONFIGURATIONS NOCONFIG)
set_target_properties(GTest::gtest_main PROPERTIES
IMPORTED_LINK_INTERFACE_LANGUAGES_NOCONFIG "CXX"
IMPORTED_LINK_INTERFACE_LIBRARIES_NOCONFIG "Threads::Threads;GTest::gtest"
IMPORTED_LOCATION_NOCONFIG "${_IMPORT_PREFIX}/lib/libgtest_main.a"
)
list(APPEND _IMPORT_CHECK_TARGETS GTest::gtest_main )
list(APPEND _IMPORT_CHECK_FILES_FOR_GTest::gtest_main "${_IMPORT_PREFIX}/lib/libgtest_main.a" )
# Import target "GTest::gmock" for configuration ""
set_property(TARGET GTest::gmock APPEND PROPERTY IMPORTED_CONFIGURATIONS NOCONFIG)
set_target_properties(GTest::gmock PROPERTIES
IMPORTED_LINK_INTERFACE_LANGUAGES_NOCONFIG "CXX"
IMPORTED_LINK_INTERFACE_LIBRARIES_NOCONFIG "Threads::Threads;GTest::gtest"
IMPORTED_LOCATION_NOCONFIG "${_IMPORT_PREFIX}/lib/libgmock.a"
)
list(APPEND _IMPORT_CHECK_TARGETS GTest::gmock )
list(APPEND _IMPORT_CHECK_FILES_FOR_GTest::gmock "${_IMPORT_PREFIX}/lib/libgmock.a" )
# Import target "GTest::gmock_main" for configuration ""
set_property(TARGET GTest::gmock_main APPEND PROPERTY IMPORTED_CONFIGURATIONS NOCONFIG)
set_target_properties(GTest::gmock_main PROPERTIES
IMPORTED_LINK_INTERFACE_LANGUAGES_NOCONFIG "CXX"
IMPORTED_LINK_INTERFACE_LIBRARIES_NOCONFIG "Threads::Threads;GTest::gmock"
IMPORTED_LOCATION_NOCONFIG "${_IMPORT_PREFIX}/lib/libgmock_main.a"
)
list(APPEND _IMPORT_CHECK_TARGETS GTest::gmock_main )
list(APPEND _IMPORT_CHECK_FILES_FOR_GTest::gmock_main "${_IMPORT_PREFIX}/lib/libgmock_main.a" )
# Commands beyond this point should not need to know the version.
set(CMAKE_IMPORT_FILE_VERSION)

View File

@@ -1,5 +1,5 @@
# CMAKE generated file: DO NOT EDIT!
# Generated by "Unix Makefiles" Generator, CMake Version 3.14
# Generated by "Unix Makefiles" Generator, CMake Version 3.15
googletest-build/googletest/CMakeFiles/gtest.dir/src/gtest-all.cc.o
/Users/bradybodily/Repositories/CS3460/Hw5/cmake-build-debug/googletest-src/googletest/src/gtest-all.cc

View File

@@ -1,5 +1,5 @@
# CMAKE generated file: DO NOT EDIT!
# Generated by "Unix Makefiles" Generator, CMake Version 3.14
# Generated by "Unix Makefiles" Generator, CMake Version 3.15
googletest-build/googletest/CMakeFiles/gtest.dir/src/gtest-all.cc.o: googletest-src/googletest/src/gtest-all.cc
googletest-build/googletest/CMakeFiles/gtest.dir/src/gtest-all.cc.o: googletest-src/googletest/include/gtest/gtest-death-test.h

View File

@@ -1,5 +1,5 @@
# CMAKE generated file: DO NOT EDIT!
# Generated by "Unix Makefiles" Generator, CMake Version 3.14
# Generated by "Unix Makefiles" Generator, CMake Version 3.15
googletest-build/googletest/CMakeFiles/gtest_main.dir/src/gtest_main.cc.o
/Users/bradybodily/Repositories/CS3460/Hw5/cmake-build-debug/googletest-src/googletest/src/gtest_main.cc

View File

@@ -1,5 +1,5 @@
# CMAKE generated file: DO NOT EDIT!
# Generated by "Unix Makefiles" Generator, CMake Version 3.14
# Generated by "Unix Makefiles" Generator, CMake Version 3.15
googletest-build/googletest/CMakeFiles/gtest_main.dir/src/gtest_main.cc.o: googletest-src/googletest/src/gtest_main.cc
googletest-build/googletest/CMakeFiles/gtest_main.dir/src/gtest_main.cc.o: googletest-src/googletest/include/gtest/gtest-death-test.h

View File

@@ -25,13 +25,13 @@ if("FALSE")
endif()
# if the installed or the using project don't have CMAKE_SIZEOF_VOID_P set, ignore it:
if("${CMAKE_SIZEOF_VOID_P}" STREQUAL "" OR "8" STREQUAL "")
if("${CMAKE_SIZEOF_VOID_P}" STREQUAL "" OR "" STREQUAL "")
return()
endif()
# check that the installed version has the same 32/64bit-ness as the one which is currently searching:
if(NOT CMAKE_SIZEOF_VOID_P STREQUAL "8")
math(EXPR installedBits "8 * 8")
if(NOT CMAKE_SIZEOF_VOID_P STREQUAL "")
math(EXPR installedBits " * 8")
set(PACKAGE_VERSION "${PACKAGE_VERSION} (${installedBits}bit)")
set(PACKAGE_VERSION_UNSUITABLE TRUE)
endif()

View File

@@ -11,10 +11,10 @@
<Option working_dir="/Users/bradybodily/Repositories/CS3460/Hw5/cmake-build-debug/googletest-build/googletest"/>
<Option type="4"/>
<MakeCommands>
<Build command="/usr/bin/make -j4 -f &quot;/Users/bradybodily/Repositories/CS3460/Hw5/cmake-build-debug/googletest-build/googletest/Makefile&quot; VERBOSE=1 all"/>
<CompileFile command="/usr/bin/make -j4 -f &quot;/Users/bradybodily/Repositories/CS3460/Hw5/cmake-build-debug/googletest-build/googletest/Makefile&quot; VERBOSE=1 &quot;$file&quot;"/>
<Clean command="/usr/bin/make -j4 -f &quot;/Users/bradybodily/Repositories/CS3460/Hw5/cmake-build-debug/googletest-build/googletest/Makefile&quot; VERBOSE=1 clean"/>
<DistClean command="/usr/bin/make -j4 -f &quot;/Users/bradybodily/Repositories/CS3460/Hw5/cmake-build-debug/googletest-build/googletest/Makefile&quot; VERBOSE=1 clean"/>
<Build command="/usr/bin/make -f &quot;/Users/bradybodily/Repositories/CS3460/Hw5/cmake-build-debug/googletest-build/googletest/Makefile&quot; VERBOSE=1 all"/>
<CompileFile command="/usr/bin/make -f &quot;/Users/bradybodily/Repositories/CS3460/Hw5/cmake-build-debug/googletest-build/googletest/Makefile&quot; VERBOSE=1 &quot;$file&quot;"/>
<Clean command="/usr/bin/make -f &quot;/Users/bradybodily/Repositories/CS3460/Hw5/cmake-build-debug/googletest-build/googletest/Makefile&quot; VERBOSE=1 clean"/>
<DistClean command="/usr/bin/make -f &quot;/Users/bradybodily/Repositories/CS3460/Hw5/cmake-build-debug/googletest-build/googletest/Makefile&quot; VERBOSE=1 clean"/>
</MakeCommands>
</Target>
<Target title="gtest_main">
@@ -26,18 +26,12 @@
<Compiler>
<Add directory="/Users/bradybodily/Repositories/CS3460/Hw5/cmake-build-debug/googletest-src/googletest/include"/>
<Add directory="/Users/bradybodily/Repositories/CS3460/Hw5/cmake-build-debug/googletest-src/googletest"/>
<Add directory="/Library/Developer/CommandLineTools/usr/bin/../include/c++/v1"/>
<Add directory="/usr/local/include"/>
<Add directory="/Library/Developer/CommandLineTools/usr/lib/clang/11.0.0/include"/>
<Add directory="/Library/Developer/CommandLineTools/usr/include"/>
<Add directory="/System/Library/Frameworks"/>
<Add directory="/Library/Frameworks"/>
</Compiler>
<MakeCommands>
<Build command="/usr/bin/make -j4 -f &quot;/Users/bradybodily/Repositories/CS3460/Hw5/cmake-build-debug/googletest-build/googletest/Makefile&quot; VERBOSE=1 gtest_main"/>
<CompileFile command="/usr/bin/make -j4 -f &quot;/Users/bradybodily/Repositories/CS3460/Hw5/cmake-build-debug/googletest-build/googletest/Makefile&quot; VERBOSE=1 &quot;$file&quot;"/>
<Clean command="/usr/bin/make -j4 -f &quot;/Users/bradybodily/Repositories/CS3460/Hw5/cmake-build-debug/googletest-build/googletest/Makefile&quot; VERBOSE=1 clean"/>
<DistClean command="/usr/bin/make -j4 -f &quot;/Users/bradybodily/Repositories/CS3460/Hw5/cmake-build-debug/googletest-build/googletest/Makefile&quot; VERBOSE=1 clean"/>
<Build command="/usr/bin/make -f &quot;/Users/bradybodily/Repositories/CS3460/Hw5/cmake-build-debug/googletest-build/googletest/Makefile&quot; VERBOSE=1 gtest_main"/>
<CompileFile command="/usr/bin/make -f &quot;/Users/bradybodily/Repositories/CS3460/Hw5/cmake-build-debug/googletest-build/googletest/Makefile&quot; VERBOSE=1 &quot;$file&quot;"/>
<Clean command="/usr/bin/make -f &quot;/Users/bradybodily/Repositories/CS3460/Hw5/cmake-build-debug/googletest-build/googletest/Makefile&quot; VERBOSE=1 clean"/>
<DistClean command="/usr/bin/make -f &quot;/Users/bradybodily/Repositories/CS3460/Hw5/cmake-build-debug/googletest-build/googletest/Makefile&quot; VERBOSE=1 clean"/>
</MakeCommands>
</Target>
<Target title="gtest_main/fast">
@@ -49,18 +43,12 @@
<Compiler>
<Add directory="/Users/bradybodily/Repositories/CS3460/Hw5/cmake-build-debug/googletest-src/googletest/include"/>
<Add directory="/Users/bradybodily/Repositories/CS3460/Hw5/cmake-build-debug/googletest-src/googletest"/>
<Add directory="/Library/Developer/CommandLineTools/usr/bin/../include/c++/v1"/>
<Add directory="/usr/local/include"/>
<Add directory="/Library/Developer/CommandLineTools/usr/lib/clang/11.0.0/include"/>
<Add directory="/Library/Developer/CommandLineTools/usr/include"/>
<Add directory="/System/Library/Frameworks"/>
<Add directory="/Library/Frameworks"/>
</Compiler>
<MakeCommands>
<Build command="/usr/bin/make -j4 -f &quot;/Users/bradybodily/Repositories/CS3460/Hw5/cmake-build-debug/googletest-build/googletest/Makefile&quot; VERBOSE=1 gtest_main/fast"/>
<CompileFile command="/usr/bin/make -j4 -f &quot;/Users/bradybodily/Repositories/CS3460/Hw5/cmake-build-debug/googletest-build/googletest/Makefile&quot; VERBOSE=1 &quot;$file&quot;"/>
<Clean command="/usr/bin/make -j4 -f &quot;/Users/bradybodily/Repositories/CS3460/Hw5/cmake-build-debug/googletest-build/googletest/Makefile&quot; VERBOSE=1 clean"/>
<DistClean command="/usr/bin/make -j4 -f &quot;/Users/bradybodily/Repositories/CS3460/Hw5/cmake-build-debug/googletest-build/googletest/Makefile&quot; VERBOSE=1 clean"/>
<Build command="/usr/bin/make -f &quot;/Users/bradybodily/Repositories/CS3460/Hw5/cmake-build-debug/googletest-build/googletest/Makefile&quot; VERBOSE=1 gtest_main/fast"/>
<CompileFile command="/usr/bin/make -f &quot;/Users/bradybodily/Repositories/CS3460/Hw5/cmake-build-debug/googletest-build/googletest/Makefile&quot; VERBOSE=1 &quot;$file&quot;"/>
<Clean command="/usr/bin/make -f &quot;/Users/bradybodily/Repositories/CS3460/Hw5/cmake-build-debug/googletest-build/googletest/Makefile&quot; VERBOSE=1 clean"/>
<DistClean command="/usr/bin/make -f &quot;/Users/bradybodily/Repositories/CS3460/Hw5/cmake-build-debug/googletest-build/googletest/Makefile&quot; VERBOSE=1 clean"/>
</MakeCommands>
</Target>
<Target title="gtest">
@@ -72,18 +60,12 @@
<Compiler>
<Add directory="/Users/bradybodily/Repositories/CS3460/Hw5/cmake-build-debug/googletest-src/googletest/include"/>
<Add directory="/Users/bradybodily/Repositories/CS3460/Hw5/cmake-build-debug/googletest-src/googletest"/>
<Add directory="/Library/Developer/CommandLineTools/usr/bin/../include/c++/v1"/>
<Add directory="/usr/local/include"/>
<Add directory="/Library/Developer/CommandLineTools/usr/lib/clang/11.0.0/include"/>
<Add directory="/Library/Developer/CommandLineTools/usr/include"/>
<Add directory="/System/Library/Frameworks"/>
<Add directory="/Library/Frameworks"/>
</Compiler>
<MakeCommands>
<Build command="/usr/bin/make -j4 -f &quot;/Users/bradybodily/Repositories/CS3460/Hw5/cmake-build-debug/googletest-build/googletest/Makefile&quot; VERBOSE=1 gtest"/>
<CompileFile command="/usr/bin/make -j4 -f &quot;/Users/bradybodily/Repositories/CS3460/Hw5/cmake-build-debug/googletest-build/googletest/Makefile&quot; VERBOSE=1 &quot;$file&quot;"/>
<Clean command="/usr/bin/make -j4 -f &quot;/Users/bradybodily/Repositories/CS3460/Hw5/cmake-build-debug/googletest-build/googletest/Makefile&quot; VERBOSE=1 clean"/>
<DistClean command="/usr/bin/make -j4 -f &quot;/Users/bradybodily/Repositories/CS3460/Hw5/cmake-build-debug/googletest-build/googletest/Makefile&quot; VERBOSE=1 clean"/>
<Build command="/usr/bin/make -f &quot;/Users/bradybodily/Repositories/CS3460/Hw5/cmake-build-debug/googletest-build/googletest/Makefile&quot; VERBOSE=1 gtest"/>
<CompileFile command="/usr/bin/make -f &quot;/Users/bradybodily/Repositories/CS3460/Hw5/cmake-build-debug/googletest-build/googletest/Makefile&quot; VERBOSE=1 &quot;$file&quot;"/>
<Clean command="/usr/bin/make -f &quot;/Users/bradybodily/Repositories/CS3460/Hw5/cmake-build-debug/googletest-build/googletest/Makefile&quot; VERBOSE=1 clean"/>
<DistClean command="/usr/bin/make -f &quot;/Users/bradybodily/Repositories/CS3460/Hw5/cmake-build-debug/googletest-build/googletest/Makefile&quot; VERBOSE=1 clean"/>
</MakeCommands>
</Target>
<Target title="gtest/fast">
@@ -95,18 +77,12 @@
<Compiler>
<Add directory="/Users/bradybodily/Repositories/CS3460/Hw5/cmake-build-debug/googletest-src/googletest/include"/>
<Add directory="/Users/bradybodily/Repositories/CS3460/Hw5/cmake-build-debug/googletest-src/googletest"/>
<Add directory="/Library/Developer/CommandLineTools/usr/bin/../include/c++/v1"/>
<Add directory="/usr/local/include"/>
<Add directory="/Library/Developer/CommandLineTools/usr/lib/clang/11.0.0/include"/>
<Add directory="/Library/Developer/CommandLineTools/usr/include"/>
<Add directory="/System/Library/Frameworks"/>
<Add directory="/Library/Frameworks"/>
</Compiler>
<MakeCommands>
<Build command="/usr/bin/make -j4 -f &quot;/Users/bradybodily/Repositories/CS3460/Hw5/cmake-build-debug/googletest-build/googletest/Makefile&quot; VERBOSE=1 gtest/fast"/>
<CompileFile command="/usr/bin/make -j4 -f &quot;/Users/bradybodily/Repositories/CS3460/Hw5/cmake-build-debug/googletest-build/googletest/Makefile&quot; VERBOSE=1 &quot;$file&quot;"/>
<Clean command="/usr/bin/make -j4 -f &quot;/Users/bradybodily/Repositories/CS3460/Hw5/cmake-build-debug/googletest-build/googletest/Makefile&quot; VERBOSE=1 clean"/>
<DistClean command="/usr/bin/make -j4 -f &quot;/Users/bradybodily/Repositories/CS3460/Hw5/cmake-build-debug/googletest-build/googletest/Makefile&quot; VERBOSE=1 clean"/>
<Build command="/usr/bin/make -f &quot;/Users/bradybodily/Repositories/CS3460/Hw5/cmake-build-debug/googletest-build/googletest/Makefile&quot; VERBOSE=1 gtest/fast"/>
<CompileFile command="/usr/bin/make -f &quot;/Users/bradybodily/Repositories/CS3460/Hw5/cmake-build-debug/googletest-build/googletest/Makefile&quot; VERBOSE=1 &quot;$file&quot;"/>
<Clean command="/usr/bin/make -f &quot;/Users/bradybodily/Repositories/CS3460/Hw5/cmake-build-debug/googletest-build/googletest/Makefile&quot; VERBOSE=1 clean"/>
<DistClean command="/usr/bin/make -f &quot;/Users/bradybodily/Repositories/CS3460/Hw5/cmake-build-debug/googletest-build/googletest/Makefile&quot; VERBOSE=1 clean"/>
</MakeCommands>
</Target>
</Build>