This commit is contained in:
2019-11-19 23:11:33 -07:00
parent 4ca4d8f02c
commit 7fba68cacd
141 changed files with 6090 additions and 0 deletions

View File

@@ -0,0 +1,2 @@
# Hashes of file build rules.
46726c50d39d55cf0ef0db2b35d8e44f CMakeFiles/ClangFormat

View File

@@ -0,0 +1,11 @@
# The set of languages for which implicit dependencies are needed:
set(CMAKE_DEPENDS_LANGUAGES
)
# The set of files for implicit dependencies of each language:
# Targets to which this target links.
set(CMAKE_TARGET_LINKED_INFO_FILES
)
# Fortran module output directory.
set(CMAKE_Fortran_TARGET_MODULE_DIR "")

View File

@@ -0,0 +1,76 @@
# CMAKE generated file: DO NOT EDIT!
# Generated by "Unix Makefiles" Generator, CMake Version 3.14
# Delete rule output on recipe failure.
.DELETE_ON_ERROR:
#=============================================================================
# Special targets provided by cmake.
# Disable implicit rules so canonical targets will work.
.SUFFIXES:
# Remove some rules from gmake that .SUFFIXES does not remove.
SUFFIXES =
.SUFFIXES: .hpux_make_needs_suffix_list
# Suppress display of executed commands.
$(VERBOSE).SILENT:
# A target that is always out of date.
cmake_force:
.PHONY : cmake_force
#=============================================================================
# Set environment variables for the build.
# The shell in which to execute make rules.
SHELL = /bin/sh
# The CMake executable.
CMAKE_COMMAND = /Applications/CLion.app/Contents/bin/cmake/mac/bin/cmake
# The command to remove a file.
RM = /Applications/CLion.app/Contents/bin/cmake/mac/bin/cmake -E remove -f
# Escaping for special characters.
EQUALS = =
# The top-level source directory on which CMake was run.
CMAKE_SOURCE_DIR = /Users/bradybodily/Repositories/CS3460/HW8
# The top-level build directory on which CMake was run.
CMAKE_BINARY_DIR = /Users/bradybodily/Repositories/CS3460/HW8/cmake-build-debug
# Utility rule file for ClangFormat.
# Include the progress variables for this target.
include CMakeFiles/ClangFormat.dir/progress.make
CMakeFiles/ClangFormat:
/usr/local/bin/clang-format -i -style=file /Users/bradybodily/Repositories/CS3460/HW8/shared_ptr.hpp /Users/bradybodily/Repositories/CS3460/HW8/TestMemory.cpp /Users/bradybodily/Repositories/CS3460/HW8/main.cpp
ClangFormat: CMakeFiles/ClangFormat
ClangFormat: CMakeFiles/ClangFormat.dir/build.make
.PHONY : ClangFormat
# Rule to build all files generated by this target.
CMakeFiles/ClangFormat.dir/build: ClangFormat
.PHONY : CMakeFiles/ClangFormat.dir/build
CMakeFiles/ClangFormat.dir/clean:
$(CMAKE_COMMAND) -P CMakeFiles/ClangFormat.dir/cmake_clean.cmake
.PHONY : CMakeFiles/ClangFormat.dir/clean
CMakeFiles/ClangFormat.dir/depend:
cd /Users/bradybodily/Repositories/CS3460/HW8/cmake-build-debug && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /Users/bradybodily/Repositories/CS3460/HW8 /Users/bradybodily/Repositories/CS3460/HW8 /Users/bradybodily/Repositories/CS3460/HW8/cmake-build-debug /Users/bradybodily/Repositories/CS3460/HW8/cmake-build-debug /Users/bradybodily/Repositories/CS3460/HW8/cmake-build-debug/CMakeFiles/ClangFormat.dir/DependInfo.cmake --color=$(COLOR)
.PHONY : CMakeFiles/ClangFormat.dir/depend

View File

@@ -0,0 +1,8 @@
file(REMOVE_RECURSE
"CMakeFiles/ClangFormat"
)
# Per-language clean rules from dependency scanning.
foreach(lang )
include(CMakeFiles/ClangFormat.dir/cmake_clean_${lang}.cmake OPTIONAL)
endforeach()

View File

@@ -0,0 +1,18 @@
#IncludeRegexLine: ^[ ]*[#%][ ]*(include|import)[ ]*[<"]([^">]+)([">])
#IncludeRegexScan: ^.*$
#IncludeRegexComplain: ^$
#IncludeRegexTransform:
/Users/bradybodily/Repositories/CS3460/HW8/main.cpp
shared_ptr.hpp
/Users/bradybodily/Repositories/CS3460/HW8/shared_ptr.hpp
iostream
-
memory
-
string
-

View File

@@ -0,0 +1,20 @@
# The set of languages for which implicit dependencies are needed:
set(CMAKE_DEPENDS_LANGUAGES
"CXX"
)
# The set of files for implicit dependencies of each language:
set(CMAKE_DEPENDS_CHECK_CXX
"/Users/bradybodily/Repositories/CS3460/HW8/main.cpp" "/Users/bradybodily/Repositories/CS3460/HW8/cmake-build-debug/CMakeFiles/SharedPtr.dir/main.cpp.o"
)
set(CMAKE_CXX_COMPILER_ID "AppleClang")
# The include file search paths:
set(CMAKE_CXX_TARGET_INCLUDE_PATH
)
# Targets to which this target links.
set(CMAKE_TARGET_LINKED_INFO_FILES
)
# Fortran module output directory.
set(CMAKE_Fortran_TARGET_MODULE_DIR "")

View File

@@ -0,0 +1,98 @@
# CMAKE generated file: DO NOT EDIT!
# Generated by "Unix Makefiles" Generator, CMake Version 3.14
# Delete rule output on recipe failure.
.DELETE_ON_ERROR:
#=============================================================================
# Special targets provided by cmake.
# Disable implicit rules so canonical targets will work.
.SUFFIXES:
# Remove some rules from gmake that .SUFFIXES does not remove.
SUFFIXES =
.SUFFIXES: .hpux_make_needs_suffix_list
# Suppress display of executed commands.
$(VERBOSE).SILENT:
# A target that is always out of date.
cmake_force:
.PHONY : cmake_force
#=============================================================================
# Set environment variables for the build.
# The shell in which to execute make rules.
SHELL = /bin/sh
# The CMake executable.
CMAKE_COMMAND = /Applications/CLion.app/Contents/bin/cmake/mac/bin/cmake
# The command to remove a file.
RM = /Applications/CLion.app/Contents/bin/cmake/mac/bin/cmake -E remove -f
# Escaping for special characters.
EQUALS = =
# The top-level source directory on which CMake was run.
CMAKE_SOURCE_DIR = /Users/bradybodily/Repositories/CS3460/HW8
# The top-level build directory on which CMake was run.
CMAKE_BINARY_DIR = /Users/bradybodily/Repositories/CS3460/HW8/cmake-build-debug
# Include any dependencies generated for this target.
include CMakeFiles/SharedPtr.dir/depend.make
# Include the progress variables for this target.
include CMakeFiles/SharedPtr.dir/progress.make
# Include the compile flags for this target's objects.
include CMakeFiles/SharedPtr.dir/flags.make
CMakeFiles/SharedPtr.dir/main.cpp.o: CMakeFiles/SharedPtr.dir/flags.make
CMakeFiles/SharedPtr.dir/main.cpp.o: ../main.cpp
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=/Users/bradybodily/Repositories/CS3460/HW8/cmake-build-debug/CMakeFiles --progress-num=$(CMAKE_PROGRESS_1) "Building CXX object CMakeFiles/SharedPtr.dir/main.cpp.o"
/Library/Developer/CommandLineTools/usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -o CMakeFiles/SharedPtr.dir/main.cpp.o -c /Users/bradybodily/Repositories/CS3460/HW8/main.cpp
CMakeFiles/SharedPtr.dir/main.cpp.i: cmake_force
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing CXX source to CMakeFiles/SharedPtr.dir/main.cpp.i"
/Library/Developer/CommandLineTools/usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -E /Users/bradybodily/Repositories/CS3460/HW8/main.cpp > CMakeFiles/SharedPtr.dir/main.cpp.i
CMakeFiles/SharedPtr.dir/main.cpp.s: cmake_force
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling CXX source to assembly CMakeFiles/SharedPtr.dir/main.cpp.s"
/Library/Developer/CommandLineTools/usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -S /Users/bradybodily/Repositories/CS3460/HW8/main.cpp -o CMakeFiles/SharedPtr.dir/main.cpp.s
# Object files for target SharedPtr
SharedPtr_OBJECTS = \
"CMakeFiles/SharedPtr.dir/main.cpp.o"
# External object files for target SharedPtr
SharedPtr_EXTERNAL_OBJECTS =
SharedPtr: CMakeFiles/SharedPtr.dir/main.cpp.o
SharedPtr: CMakeFiles/SharedPtr.dir/build.make
SharedPtr: CMakeFiles/SharedPtr.dir/link.txt
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --bold --progress-dir=/Users/bradybodily/Repositories/CS3460/HW8/cmake-build-debug/CMakeFiles --progress-num=$(CMAKE_PROGRESS_2) "Linking CXX executable SharedPtr"
$(CMAKE_COMMAND) -E cmake_link_script CMakeFiles/SharedPtr.dir/link.txt --verbose=$(VERBOSE)
# Rule to build all files generated by this target.
CMakeFiles/SharedPtr.dir/build: SharedPtr
.PHONY : CMakeFiles/SharedPtr.dir/build
CMakeFiles/SharedPtr.dir/clean:
$(CMAKE_COMMAND) -P CMakeFiles/SharedPtr.dir/cmake_clean.cmake
.PHONY : CMakeFiles/SharedPtr.dir/clean
CMakeFiles/SharedPtr.dir/depend:
cd /Users/bradybodily/Repositories/CS3460/HW8/cmake-build-debug && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /Users/bradybodily/Repositories/CS3460/HW8 /Users/bradybodily/Repositories/CS3460/HW8 /Users/bradybodily/Repositories/CS3460/HW8/cmake-build-debug /Users/bradybodily/Repositories/CS3460/HW8/cmake-build-debug /Users/bradybodily/Repositories/CS3460/HW8/cmake-build-debug/CMakeFiles/SharedPtr.dir/DependInfo.cmake --color=$(COLOR)
.PHONY : CMakeFiles/SharedPtr.dir/depend

View File

@@ -0,0 +1,10 @@
file(REMOVE_RECURSE
"CMakeFiles/SharedPtr.dir/main.cpp.o"
"SharedPtr.pdb"
"SharedPtr"
)
# Per-language clean rules from dependency scanning.
foreach(lang CXX)
include(CMakeFiles/SharedPtr.dir/cmake_clean_${lang}.cmake OPTIONAL)
endforeach()

View File

@@ -0,0 +1,5 @@
# CMAKE generated file: DO NOT EDIT!
# Generated by "Unix Makefiles" Generator, CMake Version 3.14
CMakeFiles/SharedPtr.dir/main.cpp.o
/Users/bradybodily/Repositories/CS3460/HW8/main.cpp

View File

@@ -0,0 +1,5 @@
# CMAKE generated file: DO NOT EDIT!
# Generated by "Unix Makefiles" Generator, CMake Version 3.14
CMakeFiles/SharedPtr.dir/main.cpp.o: ../main.cpp

View File

@@ -0,0 +1,10 @@
# CMAKE generated file: DO NOT EDIT!
# Generated by "Unix Makefiles" Generator, CMake Version 3.14
# compile CXX with /Library/Developer/CommandLineTools/usr/bin/c++
CXX_FLAGS = -g -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk -std=gnu++1z
CXX_DEFINES =
CXX_INCLUDES =

View File

@@ -0,0 +1 @@
/Library/Developer/CommandLineTools/usr/bin/c++ -g -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/SharedPtr.dir/main.cpp.o -o SharedPtr

View File

@@ -0,0 +1,3 @@
CMAKE_PROGRESS_1 = 1
CMAKE_PROGRESS_2 = 2

View File

@@ -0,0 +1,20 @@
# The set of languages for which implicit dependencies are needed:
set(CMAKE_DEPENDS_LANGUAGES
"CXX"
)
# The set of files for implicit dependencies of each language:
set(CMAKE_DEPENDS_CHECK_CXX
"/Users/bradybodily/Repositories/CS3460/HW8/main.cpp" "/Users/bradybodily/Repositories/CS3460/HW8/cmake-build-debug/CMakeFiles/TestMemory.dir/main.cpp.o"
)
set(CMAKE_CXX_COMPILER_ID "AppleClang")
# The include file search paths:
set(CMAKE_CXX_TARGET_INCLUDE_PATH
)
# Targets to which this target links.
set(CMAKE_TARGET_LINKED_INFO_FILES
)
# Fortran module output directory.
set(CMAKE_Fortran_TARGET_MODULE_DIR "")

View File

@@ -0,0 +1,98 @@
# CMAKE generated file: DO NOT EDIT!
# Generated by "Unix Makefiles" Generator, CMake Version 3.14
# Delete rule output on recipe failure.
.DELETE_ON_ERROR:
#=============================================================================
# Special targets provided by cmake.
# Disable implicit rules so canonical targets will work.
.SUFFIXES:
# Remove some rules from gmake that .SUFFIXES does not remove.
SUFFIXES =
.SUFFIXES: .hpux_make_needs_suffix_list
# Suppress display of executed commands.
$(VERBOSE).SILENT:
# A target that is always out of date.
cmake_force:
.PHONY : cmake_force
#=============================================================================
# Set environment variables for the build.
# The shell in which to execute make rules.
SHELL = /bin/sh
# The CMake executable.
CMAKE_COMMAND = /Applications/CLion.app/Contents/bin/cmake/mac/bin/cmake
# The command to remove a file.
RM = /Applications/CLion.app/Contents/bin/cmake/mac/bin/cmake -E remove -f
# Escaping for special characters.
EQUALS = =
# The top-level source directory on which CMake was run.
CMAKE_SOURCE_DIR = /Users/bradybodily/Repositories/CS3460/HW8
# The top-level build directory on which CMake was run.
CMAKE_BINARY_DIR = /Users/bradybodily/Repositories/CS3460/HW8/cmake-build-debug
# Include any dependencies generated for this target.
include CMakeFiles/TestMemory.dir/depend.make
# Include the progress variables for this target.
include CMakeFiles/TestMemory.dir/progress.make
# Include the compile flags for this target's objects.
include CMakeFiles/TestMemory.dir/flags.make
CMakeFiles/TestMemory.dir/main.cpp.o: CMakeFiles/TestMemory.dir/flags.make
CMakeFiles/TestMemory.dir/main.cpp.o: ../main.cpp
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=/Users/bradybodily/Repositories/CS3460/HW8/cmake-build-debug/CMakeFiles --progress-num=$(CMAKE_PROGRESS_1) "Building CXX object CMakeFiles/TestMemory.dir/main.cpp.o"
/Library/Developer/CommandLineTools/usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -o CMakeFiles/TestMemory.dir/main.cpp.o -c /Users/bradybodily/Repositories/CS3460/HW8/main.cpp
CMakeFiles/TestMemory.dir/main.cpp.i: cmake_force
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing CXX source to CMakeFiles/TestMemory.dir/main.cpp.i"
/Library/Developer/CommandLineTools/usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -E /Users/bradybodily/Repositories/CS3460/HW8/main.cpp > CMakeFiles/TestMemory.dir/main.cpp.i
CMakeFiles/TestMemory.dir/main.cpp.s: cmake_force
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling CXX source to assembly CMakeFiles/TestMemory.dir/main.cpp.s"
/Library/Developer/CommandLineTools/usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -S /Users/bradybodily/Repositories/CS3460/HW8/main.cpp -o CMakeFiles/TestMemory.dir/main.cpp.s
# Object files for target TestMemory
TestMemory_OBJECTS = \
"CMakeFiles/TestMemory.dir/main.cpp.o"
# External object files for target TestMemory
TestMemory_EXTERNAL_OBJECTS =
TestMemory: CMakeFiles/TestMemory.dir/main.cpp.o
TestMemory: CMakeFiles/TestMemory.dir/build.make
TestMemory: CMakeFiles/TestMemory.dir/link.txt
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --bold --progress-dir=/Users/bradybodily/Repositories/CS3460/HW8/cmake-build-debug/CMakeFiles --progress-num=$(CMAKE_PROGRESS_2) "Linking CXX executable TestMemory"
$(CMAKE_COMMAND) -E cmake_link_script CMakeFiles/TestMemory.dir/link.txt --verbose=$(VERBOSE)
# Rule to build all files generated by this target.
CMakeFiles/TestMemory.dir/build: TestMemory
.PHONY : CMakeFiles/TestMemory.dir/build
CMakeFiles/TestMemory.dir/clean:
$(CMAKE_COMMAND) -P CMakeFiles/TestMemory.dir/cmake_clean.cmake
.PHONY : CMakeFiles/TestMemory.dir/clean
CMakeFiles/TestMemory.dir/depend:
cd /Users/bradybodily/Repositories/CS3460/HW8/cmake-build-debug && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /Users/bradybodily/Repositories/CS3460/HW8 /Users/bradybodily/Repositories/CS3460/HW8 /Users/bradybodily/Repositories/CS3460/HW8/cmake-build-debug /Users/bradybodily/Repositories/CS3460/HW8/cmake-build-debug /Users/bradybodily/Repositories/CS3460/HW8/cmake-build-debug/CMakeFiles/TestMemory.dir/DependInfo.cmake --color=$(COLOR)
.PHONY : CMakeFiles/TestMemory.dir/depend

View File

@@ -0,0 +1,10 @@
file(REMOVE_RECURSE
"CMakeFiles/TestMemory.dir/main.cpp.o"
"TestMemory.pdb"
"TestMemory"
)
# Per-language clean rules from dependency scanning.
foreach(lang CXX)
include(CMakeFiles/TestMemory.dir/cmake_clean_${lang}.cmake OPTIONAL)
endforeach()

View File

@@ -0,0 +1,2 @@
# Empty dependencies file for TestMemory.
# This may be replaced when dependencies are built.

View File

@@ -0,0 +1,10 @@
# CMAKE generated file: DO NOT EDIT!
# Generated by "Unix Makefiles" Generator, CMake Version 3.14
# compile CXX with /Library/Developer/CommandLineTools/usr/bin/c++
CXX_FLAGS = -g -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk -std=gnu++1z
CXX_DEFINES =
CXX_INCLUDES =

View File

@@ -0,0 +1 @@
/Library/Developer/CommandLineTools/usr/bin/c++ -g -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/TestMemory.dir/main.cpp.o -o TestMemory

View File

@@ -0,0 +1,3 @@
CMAKE_PROGRESS_1 = 1
CMAKE_PROGRESS_2 = 2

View File

@@ -0,0 +1,318 @@
#IncludeRegexLine: ^[ ]*[#%][ ]*(include|import)[ ]*[<"]([^">]+)([">])
#IncludeRegexScan: ^.*$
#IncludeRegexComplain: ^$
#IncludeRegexTransform:
/Users/bradybodily/Repositories/CS3460/HW8/TestMemory.cpp
shared_ptr.hpp
/Users/bradybodily/Repositories/CS3460/HW8/shared_ptr.hpp
gtest/gtest.h
/Users/bradybodily/Repositories/CS3460/HW8/gtest/gtest.h
memory
-
string
-
array
-
/Users/bradybodily/Repositories/CS3460/HW8/shared_ptr.hpp
algorithm
-
iostream
-
googletest-src/googletest/include/gtest/gtest-death-test.h
gtest/internal/gtest-death-test-internal.h
googletest-src/googletest/include/gtest/gtest/internal/gtest-death-test-internal.h
googletest-src/googletest/include/gtest/gtest-matchers.h
memory
-
ostream
-
string
-
type_traits
-
gtest/gtest-printers.h
googletest-src/googletest/include/gtest/gtest/gtest-printers.h
gtest/internal/gtest-internal.h
googletest-src/googletest/include/gtest/gtest/internal/gtest-internal.h
gtest/internal/gtest-port.h
googletest-src/googletest/include/gtest/gtest/internal/gtest-port.h
googletest-src/googletest/include/gtest/gtest-message.h
limits
-
memory
-
sstream
-
gtest/internal/gtest-port.h
googletest-src/googletest/include/gtest/gtest/internal/gtest-port.h
googletest-src/googletest/include/gtest/gtest-param-test.h
iterator
-
utility
-
gtest/internal/gtest-internal.h
googletest-src/googletest/include/gtest/gtest/internal/gtest-internal.h
gtest/internal/gtest-param-util.h
googletest-src/googletest/include/gtest/gtest/internal/gtest-param-util.h
gtest/internal/gtest-port.h
googletest-src/googletest/include/gtest/gtest/internal/gtest-port.h
googletest-src/googletest/include/gtest/gtest-printers.h
functional
-
ostream
-
sstream
-
string
-
tuple
-
type_traits
-
utility
-
vector
-
gtest/internal/gtest-internal.h
googletest-src/googletest/include/gtest/gtest/internal/gtest-internal.h
gtest/internal/gtest-port.h
googletest-src/googletest/include/gtest/gtest/internal/gtest-port.h
absl/strings/string_view.h
googletest-src/googletest/include/gtest/absl/strings/string_view.h
absl/types/optional.h
googletest-src/googletest/include/gtest/absl/types/optional.h
absl/types/variant.h
googletest-src/googletest/include/gtest/absl/types/variant.h
gtest/internal/custom/gtest-printers.h
googletest-src/googletest/include/gtest/gtest/internal/custom/gtest-printers.h
googletest-src/googletest/include/gtest/gtest-test-part.h
iosfwd
-
vector
-
gtest/internal/gtest-internal.h
googletest-src/googletest/include/gtest/gtest/internal/gtest-internal.h
gtest/internal/gtest-string.h
googletest-src/googletest/include/gtest/gtest/internal/gtest-string.h
googletest-src/googletest/include/gtest/gtest-typed-test.h
gtest/internal/gtest-internal.h
googletest-src/googletest/include/gtest/gtest/internal/gtest-internal.h
gtest/internal/gtest-port.h
googletest-src/googletest/include/gtest/gtest/internal/gtest-port.h
gtest/internal/gtest-type-util.h
googletest-src/googletest/include/gtest/gtest/internal/gtest-type-util.h
googletest-src/googletest/include/gtest/gtest.h
cstddef
-
limits
-
memory
-
ostream
-
type_traits
-
vector
-
gtest/internal/gtest-internal.h
googletest-src/googletest/include/gtest/gtest/internal/gtest-internal.h
gtest/internal/gtest-string.h
googletest-src/googletest/include/gtest/gtest/internal/gtest-string.h
gtest/gtest-death-test.h
googletest-src/googletest/include/gtest/gtest/gtest-death-test.h
gtest/gtest-matchers.h
googletest-src/googletest/include/gtest/gtest/gtest-matchers.h
gtest/gtest-message.h
googletest-src/googletest/include/gtest/gtest/gtest-message.h
gtest/gtest-param-test.h
googletest-src/googletest/include/gtest/gtest/gtest-param-test.h
gtest/gtest-printers.h
googletest-src/googletest/include/gtest/gtest/gtest-printers.h
gtest/gtest_prod.h
googletest-src/googletest/include/gtest/gtest/gtest_prod.h
gtest/gtest-test-part.h
googletest-src/googletest/include/gtest/gtest/gtest-test-part.h
gtest/gtest-typed-test.h
googletest-src/googletest/include/gtest/gtest/gtest-typed-test.h
gtest/gtest_pred_impl.h
googletest-src/googletest/include/gtest/gtest/gtest_pred_impl.h
googletest-src/googletest/include/gtest/gtest_pred_impl.h
gtest/gtest.h
googletest-src/googletest/include/gtest/gtest/gtest.h
googletest-src/googletest/include/gtest/gtest_prod.h
googletest-src/googletest/include/gtest/internal/custom/gtest-port.h
googletest-src/googletest/include/gtest/internal/custom/gtest-printers.h
googletest-src/googletest/include/gtest/internal/gtest-death-test-internal.h
gtest/gtest-matchers.h
googletest-src/googletest/include/gtest/internal/gtest/gtest-matchers.h
gtest/internal/gtest-internal.h
googletest-src/googletest/include/gtest/internal/gtest/internal/gtest-internal.h
stdio.h
-
memory
-
googletest-src/googletest/include/gtest/internal/gtest-filepath.h
gtest/internal/gtest-string.h
googletest-src/googletest/include/gtest/internal/gtest/internal/gtest-string.h
googletest-src/googletest/include/gtest/internal/gtest-internal.h
gtest/internal/gtest-port.h
googletest-src/googletest/include/gtest/internal/gtest/internal/gtest-port.h
stdlib.h
-
sys/types.h
-
sys/wait.h
-
unistd.h
-
stdexcept
-
ctype.h
-
float.h
-
string.h
-
iomanip
-
limits
-
map
-
set
-
string
-
type_traits
-
vector
-
gtest/gtest-message.h
googletest-src/googletest/include/gtest/internal/gtest/gtest-message.h
gtest/internal/gtest-filepath.h
googletest-src/googletest/include/gtest/internal/gtest/internal/gtest-filepath.h
gtest/internal/gtest-string.h
googletest-src/googletest/include/gtest/internal/gtest/internal/gtest-string.h
gtest/internal/gtest-type-util.h
googletest-src/googletest/include/gtest/internal/gtest/internal/gtest-type-util.h
googletest-src/googletest/include/gtest/internal/gtest-param-util.h
ctype.h
-
cassert
-
iterator
-
memory
-
set
-
tuple
-
utility
-
vector
-
gtest/internal/gtest-internal.h
googletest-src/googletest/include/gtest/internal/gtest/internal/gtest-internal.h
gtest/internal/gtest-port.h
googletest-src/googletest/include/gtest/internal/gtest/internal/gtest-port.h
gtest/gtest-printers.h
googletest-src/googletest/include/gtest/internal/gtest/gtest-printers.h
googletest-src/googletest/include/gtest/internal/gtest-port-arch.h
winapifamily.h
-
googletest-src/googletest/include/gtest/internal/gtest-port.h
ctype.h
-
stddef.h
-
stdio.h
-
stdlib.h
-
string.h
-
type_traits
-
sys/types.h
-
sys/stat.h
-
AvailabilityMacros.h
-
TargetConditionals.h
-
iostream
-
memory
-
string
-
tuple
-
vector
-
gtest/internal/custom/gtest-port.h
googletest-src/googletest/include/gtest/internal/gtest/internal/custom/gtest-port.h
gtest/internal/gtest-port-arch.h
googletest-src/googletest/include/gtest/internal/gtest/internal/gtest-port-arch.h
direct.h
-
io.h
-
unistd.h
-
strings.h
-
android/api-level.h
-
regex.h
-
typeinfo
-
pthread.h
-
time.h
-
googletest-src/googletest/include/gtest/internal/gtest-string.h
mem.h
-
string.h
-
string
-
gtest/internal/gtest-port.h
googletest-src/googletest/include/gtest/internal/gtest/internal/gtest-port.h
googletest-src/googletest/include/gtest/internal/gtest-type-util.h
gtest/internal/gtest-port.h
googletest-src/googletest/include/gtest/internal/gtest/internal/gtest-port.h
cxxabi.h
-
acxx_demangle.h
-

View File

@@ -0,0 +1,24 @@
# The set of languages for which implicit dependencies are needed:
set(CMAKE_DEPENDS_LANGUAGES
"CXX"
)
# The set of files for implicit dependencies of each language:
set(CMAKE_DEPENDS_CHECK_CXX
"/Users/bradybodily/Repositories/CS3460/HW8/TestMemory.cpp" "/Users/bradybodily/Repositories/CS3460/HW8/cmake-build-debug/CMakeFiles/UnitTestRunner.dir/TestMemory.cpp.o"
)
set(CMAKE_CXX_COMPILER_ID "AppleClang")
# The include file search paths:
set(CMAKE_CXX_TARGET_INCLUDE_PATH
"googletest-src/googletest/include"
"googletest-src/googletest"
)
# Targets to which this target links.
set(CMAKE_TARGET_LINKED_INFO_FILES
"/Users/bradybodily/Repositories/CS3460/HW8/cmake-build-debug/googletest-build/googletest/CMakeFiles/gtest_main.dir/DependInfo.cmake"
"/Users/bradybodily/Repositories/CS3460/HW8/cmake-build-debug/googletest-build/googletest/CMakeFiles/gtest.dir/DependInfo.cmake"
)
# Fortran module output directory.
set(CMAKE_Fortran_TARGET_MODULE_DIR "")

View File

@@ -0,0 +1,100 @@
# CMAKE generated file: DO NOT EDIT!
# Generated by "Unix Makefiles" Generator, CMake Version 3.14
# Delete rule output on recipe failure.
.DELETE_ON_ERROR:
#=============================================================================
# Special targets provided by cmake.
# Disable implicit rules so canonical targets will work.
.SUFFIXES:
# Remove some rules from gmake that .SUFFIXES does not remove.
SUFFIXES =
.SUFFIXES: .hpux_make_needs_suffix_list
# Suppress display of executed commands.
$(VERBOSE).SILENT:
# A target that is always out of date.
cmake_force:
.PHONY : cmake_force
#=============================================================================
# Set environment variables for the build.
# The shell in which to execute make rules.
SHELL = /bin/sh
# The CMake executable.
CMAKE_COMMAND = /Applications/CLion.app/Contents/bin/cmake/mac/bin/cmake
# The command to remove a file.
RM = /Applications/CLion.app/Contents/bin/cmake/mac/bin/cmake -E remove -f
# Escaping for special characters.
EQUALS = =
# The top-level source directory on which CMake was run.
CMAKE_SOURCE_DIR = /Users/bradybodily/Repositories/CS3460/HW8
# The top-level build directory on which CMake was run.
CMAKE_BINARY_DIR = /Users/bradybodily/Repositories/CS3460/HW8/cmake-build-debug
# Include any dependencies generated for this target.
include CMakeFiles/UnitTestRunner.dir/depend.make
# Include the progress variables for this target.
include CMakeFiles/UnitTestRunner.dir/progress.make
# Include the compile flags for this target's objects.
include CMakeFiles/UnitTestRunner.dir/flags.make
CMakeFiles/UnitTestRunner.dir/TestMemory.cpp.o: CMakeFiles/UnitTestRunner.dir/flags.make
CMakeFiles/UnitTestRunner.dir/TestMemory.cpp.o: ../TestMemory.cpp
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=/Users/bradybodily/Repositories/CS3460/HW8/cmake-build-debug/CMakeFiles --progress-num=$(CMAKE_PROGRESS_1) "Building CXX object CMakeFiles/UnitTestRunner.dir/TestMemory.cpp.o"
/Library/Developer/CommandLineTools/usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -o CMakeFiles/UnitTestRunner.dir/TestMemory.cpp.o -c /Users/bradybodily/Repositories/CS3460/HW8/TestMemory.cpp
CMakeFiles/UnitTestRunner.dir/TestMemory.cpp.i: cmake_force
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing CXX source to CMakeFiles/UnitTestRunner.dir/TestMemory.cpp.i"
/Library/Developer/CommandLineTools/usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -E /Users/bradybodily/Repositories/CS3460/HW8/TestMemory.cpp > CMakeFiles/UnitTestRunner.dir/TestMemory.cpp.i
CMakeFiles/UnitTestRunner.dir/TestMemory.cpp.s: cmake_force
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling CXX source to assembly CMakeFiles/UnitTestRunner.dir/TestMemory.cpp.s"
/Library/Developer/CommandLineTools/usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -S /Users/bradybodily/Repositories/CS3460/HW8/TestMemory.cpp -o CMakeFiles/UnitTestRunner.dir/TestMemory.cpp.s
# Object files for target UnitTestRunner
UnitTestRunner_OBJECTS = \
"CMakeFiles/UnitTestRunner.dir/TestMemory.cpp.o"
# External object files for target UnitTestRunner
UnitTestRunner_EXTERNAL_OBJECTS =
UnitTestRunner: CMakeFiles/UnitTestRunner.dir/TestMemory.cpp.o
UnitTestRunner: CMakeFiles/UnitTestRunner.dir/build.make
UnitTestRunner: lib/libgtest_maind.a
UnitTestRunner: lib/libgtestd.a
UnitTestRunner: CMakeFiles/UnitTestRunner.dir/link.txt
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --bold --progress-dir=/Users/bradybodily/Repositories/CS3460/HW8/cmake-build-debug/CMakeFiles --progress-num=$(CMAKE_PROGRESS_2) "Linking CXX executable UnitTestRunner"
$(CMAKE_COMMAND) -E cmake_link_script CMakeFiles/UnitTestRunner.dir/link.txt --verbose=$(VERBOSE)
# Rule to build all files generated by this target.
CMakeFiles/UnitTestRunner.dir/build: UnitTestRunner
.PHONY : CMakeFiles/UnitTestRunner.dir/build
CMakeFiles/UnitTestRunner.dir/clean:
$(CMAKE_COMMAND) -P CMakeFiles/UnitTestRunner.dir/cmake_clean.cmake
.PHONY : CMakeFiles/UnitTestRunner.dir/clean
CMakeFiles/UnitTestRunner.dir/depend:
cd /Users/bradybodily/Repositories/CS3460/HW8/cmake-build-debug && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /Users/bradybodily/Repositories/CS3460/HW8 /Users/bradybodily/Repositories/CS3460/HW8 /Users/bradybodily/Repositories/CS3460/HW8/cmake-build-debug /Users/bradybodily/Repositories/CS3460/HW8/cmake-build-debug /Users/bradybodily/Repositories/CS3460/HW8/cmake-build-debug/CMakeFiles/UnitTestRunner.dir/DependInfo.cmake --color=$(COLOR)
.PHONY : CMakeFiles/UnitTestRunner.dir/depend

View File

@@ -0,0 +1,10 @@
file(REMOVE_RECURSE
"CMakeFiles/UnitTestRunner.dir/TestMemory.cpp.o"
"UnitTestRunner.pdb"
"UnitTestRunner"
)
# Per-language clean rules from dependency scanning.
foreach(lang CXX)
include(CMakeFiles/UnitTestRunner.dir/cmake_clean_${lang}.cmake OPTIONAL)
endforeach()

View File

@@ -0,0 +1,26 @@
# CMAKE generated file: DO NOT EDIT!
# Generated by "Unix Makefiles" Generator, CMake Version 3.14
CMakeFiles/UnitTestRunner.dir/TestMemory.cpp.o
/Users/bradybodily/Repositories/CS3460/HW8/TestMemory.cpp
/Users/bradybodily/Repositories/CS3460/HW8/shared_ptr.hpp
googletest-src/googletest/include/gtest/gtest-death-test.h
googletest-src/googletest/include/gtest/gtest-matchers.h
googletest-src/googletest/include/gtest/gtest-message.h
googletest-src/googletest/include/gtest/gtest-param-test.h
googletest-src/googletest/include/gtest/gtest-printers.h
googletest-src/googletest/include/gtest/gtest-test-part.h
googletest-src/googletest/include/gtest/gtest-typed-test.h
googletest-src/googletest/include/gtest/gtest.h
googletest-src/googletest/include/gtest/gtest_pred_impl.h
googletest-src/googletest/include/gtest/gtest_prod.h
googletest-src/googletest/include/gtest/internal/custom/gtest-port.h
googletest-src/googletest/include/gtest/internal/custom/gtest-printers.h
googletest-src/googletest/include/gtest/internal/gtest-death-test-internal.h
googletest-src/googletest/include/gtest/internal/gtest-filepath.h
googletest-src/googletest/include/gtest/internal/gtest-internal.h
googletest-src/googletest/include/gtest/internal/gtest-param-util.h
googletest-src/googletest/include/gtest/internal/gtest-port-arch.h
googletest-src/googletest/include/gtest/internal/gtest-port.h
googletest-src/googletest/include/gtest/internal/gtest-string.h
googletest-src/googletest/include/gtest/internal/gtest-type-util.h

View File

@@ -0,0 +1,26 @@
# CMAKE generated file: DO NOT EDIT!
# Generated by "Unix Makefiles" Generator, CMake Version 3.14
CMakeFiles/UnitTestRunner.dir/TestMemory.cpp.o: ../TestMemory.cpp
CMakeFiles/UnitTestRunner.dir/TestMemory.cpp.o: ../shared_ptr.hpp
CMakeFiles/UnitTestRunner.dir/TestMemory.cpp.o: googletest-src/googletest/include/gtest/gtest-death-test.h
CMakeFiles/UnitTestRunner.dir/TestMemory.cpp.o: googletest-src/googletest/include/gtest/gtest-matchers.h
CMakeFiles/UnitTestRunner.dir/TestMemory.cpp.o: googletest-src/googletest/include/gtest/gtest-message.h
CMakeFiles/UnitTestRunner.dir/TestMemory.cpp.o: googletest-src/googletest/include/gtest/gtest-param-test.h
CMakeFiles/UnitTestRunner.dir/TestMemory.cpp.o: googletest-src/googletest/include/gtest/gtest-printers.h
CMakeFiles/UnitTestRunner.dir/TestMemory.cpp.o: googletest-src/googletest/include/gtest/gtest-test-part.h
CMakeFiles/UnitTestRunner.dir/TestMemory.cpp.o: googletest-src/googletest/include/gtest/gtest-typed-test.h
CMakeFiles/UnitTestRunner.dir/TestMemory.cpp.o: googletest-src/googletest/include/gtest/gtest.h
CMakeFiles/UnitTestRunner.dir/TestMemory.cpp.o: googletest-src/googletest/include/gtest/gtest_pred_impl.h
CMakeFiles/UnitTestRunner.dir/TestMemory.cpp.o: googletest-src/googletest/include/gtest/gtest_prod.h
CMakeFiles/UnitTestRunner.dir/TestMemory.cpp.o: googletest-src/googletest/include/gtest/internal/custom/gtest-port.h
CMakeFiles/UnitTestRunner.dir/TestMemory.cpp.o: googletest-src/googletest/include/gtest/internal/custom/gtest-printers.h
CMakeFiles/UnitTestRunner.dir/TestMemory.cpp.o: googletest-src/googletest/include/gtest/internal/gtest-death-test-internal.h
CMakeFiles/UnitTestRunner.dir/TestMemory.cpp.o: googletest-src/googletest/include/gtest/internal/gtest-filepath.h
CMakeFiles/UnitTestRunner.dir/TestMemory.cpp.o: googletest-src/googletest/include/gtest/internal/gtest-internal.h
CMakeFiles/UnitTestRunner.dir/TestMemory.cpp.o: googletest-src/googletest/include/gtest/internal/gtest-param-util.h
CMakeFiles/UnitTestRunner.dir/TestMemory.cpp.o: googletest-src/googletest/include/gtest/internal/gtest-port-arch.h
CMakeFiles/UnitTestRunner.dir/TestMemory.cpp.o: googletest-src/googletest/include/gtest/internal/gtest-port.h
CMakeFiles/UnitTestRunner.dir/TestMemory.cpp.o: googletest-src/googletest/include/gtest/internal/gtest-string.h
CMakeFiles/UnitTestRunner.dir/TestMemory.cpp.o: googletest-src/googletest/include/gtest/internal/gtest-type-util.h

View File

@@ -0,0 +1,10 @@
# CMAKE generated file: DO NOT EDIT!
# Generated by "Unix Makefiles" Generator, CMake Version 3.14
# compile CXX with /Library/Developer/CommandLineTools/usr/bin/c++
CXX_FLAGS = -g -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk -std=gnu++1z
CXX_DEFINES =
CXX_INCLUDES = -isystem /Users/bradybodily/Repositories/CS3460/HW8/cmake-build-debug/googletest-src/googletest/include -isystem /Users/bradybodily/Repositories/CS3460/HW8/cmake-build-debug/googletest-src/googletest

View File

@@ -0,0 +1 @@
/Library/Developer/CommandLineTools/usr/bin/c++ -g -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/UnitTestRunner.dir/TestMemory.cpp.o -o UnitTestRunner lib/libgtest_maind.a lib/libgtestd.a

View File

@@ -0,0 +1,3 @@
CMAKE_PROGRESS_1 = 3
CMAKE_PROGRESS_2 = 4