Added count_digits()
This commit is contained in:
@@ -0,0 +1,16 @@
|
||||
# CMAKE generated file: DO NOT EDIT!
|
||||
# Generated by "Unix Makefiles" Generator, CMake Version 3.22
|
||||
|
||||
# Relative path conversion top directories.
|
||||
set(CMAKE_RELATIVE_PATH_TOP_SOURCE "/home/andreas/git/logger")
|
||||
set(CMAKE_RELATIVE_PATH_TOP_BINARY "/home/andreas/git/logger/cmake-build-release")
|
||||
|
||||
# Force unix paths in dependencies.
|
||||
set(CMAKE_FORCE_UNIX_PATHS 1)
|
||||
|
||||
|
||||
# The C and CXX include file regular expressions for this directory.
|
||||
set(CMAKE_C_INCLUDE_REGEX_SCAN "^.*$")
|
||||
set(CMAKE_C_INCLUDE_REGEX_COMPLAIN "^$")
|
||||
set(CMAKE_CXX_INCLUDE_REGEX_SCAN ${CMAKE_C_INCLUDE_REGEX_SCAN})
|
||||
set(CMAKE_CXX_INCLUDE_REGEX_COMPLAIN ${CMAKE_C_INCLUDE_REGEX_COMPLAIN})
|
||||
@@ -0,0 +1,374 @@
|
||||
#IncludeRegexLine: ^[ ]*[#%][ ]*(include|import)[ ]*[<"]([^">]+)([">])
|
||||
|
||||
#IncludeRegexScan: ^.*$
|
||||
|
||||
#IncludeRegexComplain: ^$
|
||||
|
||||
#IncludeRegexTransform:
|
||||
|
||||
../inc/format.h
|
||||
cstring
|
||||
-
|
||||
parse.h
|
||||
../inc/parse.h
|
||||
utility.h
|
||||
../inc/utility.h
|
||||
format_impl.h
|
||||
../inc/format_impl.h
|
||||
|
||||
../inc/format_impl.h
|
||||
cstdint
|
||||
-
|
||||
utility.h
|
||||
../inc/utility.h
|
||||
|
||||
../inc/parse.h
|
||||
types.h
|
||||
../inc/types.h
|
||||
|
||||
../inc/types.h
|
||||
array
|
||||
-
|
||||
|
||||
../inc/utility.h
|
||||
cstring
|
||||
-
|
||||
types.h
|
||||
../inc/types.h
|
||||
|
||||
../test/googletest/googletest/include/gtest/gtest-death-test.h
|
||||
gtest/internal/gtest-death-test-internal.h
|
||||
../test/googletest/googletest/include/gtest/gtest/internal/gtest-death-test-internal.h
|
||||
|
||||
../test/googletest/googletest/include/gtest/gtest-matchers.h
|
||||
atomic
|
||||
-
|
||||
memory
|
||||
-
|
||||
ostream
|
||||
-
|
||||
string
|
||||
-
|
||||
type_traits
|
||||
-
|
||||
gtest/gtest-printers.h
|
||||
../test/googletest/googletest/include/gtest/gtest/gtest-printers.h
|
||||
gtest/internal/gtest-internal.h
|
||||
../test/googletest/googletest/include/gtest/gtest/internal/gtest-internal.h
|
||||
gtest/internal/gtest-port.h
|
||||
../test/googletest/googletest/include/gtest/gtest/internal/gtest-port.h
|
||||
|
||||
../test/googletest/googletest/include/gtest/gtest-message.h
|
||||
limits
|
||||
-
|
||||
memory
|
||||
-
|
||||
sstream
|
||||
-
|
||||
gtest/internal/gtest-port.h
|
||||
../test/googletest/googletest/include/gtest/gtest/internal/gtest-port.h
|
||||
|
||||
../test/googletest/googletest/include/gtest/gtest-param-test.h
|
||||
iterator
|
||||
-
|
||||
utility
|
||||
-
|
||||
gtest/internal/gtest-internal.h
|
||||
../test/googletest/googletest/include/gtest/gtest/internal/gtest-internal.h
|
||||
gtest/internal/gtest-param-util.h
|
||||
../test/googletest/googletest/include/gtest/gtest/internal/gtest-param-util.h
|
||||
gtest/internal/gtest-port.h
|
||||
../test/googletest/googletest/include/gtest/gtest/internal/gtest-port.h
|
||||
|
||||
../test/googletest/googletest/include/gtest/gtest-printers.h
|
||||
functional
|
||||
-
|
||||
memory
|
||||
-
|
||||
ostream
|
||||
-
|
||||
sstream
|
||||
-
|
||||
string
|
||||
-
|
||||
tuple
|
||||
-
|
||||
type_traits
|
||||
-
|
||||
utility
|
||||
-
|
||||
vector
|
||||
-
|
||||
gtest/internal/gtest-internal.h
|
||||
../test/googletest/googletest/include/gtest/gtest/internal/gtest-internal.h
|
||||
gtest/internal/gtest-port.h
|
||||
../test/googletest/googletest/include/gtest/gtest/internal/gtest-port.h
|
||||
gtest/internal/custom/gtest-printers.h
|
||||
../test/googletest/googletest/include/gtest/gtest/internal/custom/gtest-printers.h
|
||||
|
||||
../test/googletest/googletest/include/gtest/gtest-test-part.h
|
||||
iosfwd
|
||||
-
|
||||
vector
|
||||
-
|
||||
gtest/internal/gtest-internal.h
|
||||
../test/googletest/googletest/include/gtest/gtest/internal/gtest-internal.h
|
||||
gtest/internal/gtest-string.h
|
||||
../test/googletest/googletest/include/gtest/gtest/internal/gtest-string.h
|
||||
|
||||
../test/googletest/googletest/include/gtest/gtest-typed-test.h
|
||||
gtest/internal/gtest-internal.h
|
||||
../test/googletest/googletest/include/gtest/gtest/internal/gtest-internal.h
|
||||
gtest/internal/gtest-port.h
|
||||
../test/googletest/googletest/include/gtest/gtest/internal/gtest-port.h
|
||||
gtest/internal/gtest-type-util.h
|
||||
../test/googletest/googletest/include/gtest/gtest/internal/gtest-type-util.h
|
||||
|
||||
../test/googletest/googletest/include/gtest/gtest.h
|
||||
cstddef
|
||||
-
|
||||
limits
|
||||
-
|
||||
memory
|
||||
-
|
||||
ostream
|
||||
-
|
||||
type_traits
|
||||
-
|
||||
vector
|
||||
-
|
||||
gtest/internal/gtest-internal.h
|
||||
../test/googletest/googletest/include/gtest/gtest/internal/gtest-internal.h
|
||||
gtest/internal/gtest-string.h
|
||||
../test/googletest/googletest/include/gtest/gtest/internal/gtest-string.h
|
||||
gtest/gtest-death-test.h
|
||||
../test/googletest/googletest/include/gtest/gtest/gtest-death-test.h
|
||||
gtest/gtest-matchers.h
|
||||
../test/googletest/googletest/include/gtest/gtest/gtest-matchers.h
|
||||
gtest/gtest-message.h
|
||||
../test/googletest/googletest/include/gtest/gtest/gtest-message.h
|
||||
gtest/gtest-param-test.h
|
||||
../test/googletest/googletest/include/gtest/gtest/gtest-param-test.h
|
||||
gtest/gtest-printers.h
|
||||
../test/googletest/googletest/include/gtest/gtest/gtest-printers.h
|
||||
gtest/gtest_prod.h
|
||||
../test/googletest/googletest/include/gtest/gtest/gtest_prod.h
|
||||
gtest/gtest-test-part.h
|
||||
../test/googletest/googletest/include/gtest/gtest/gtest-test-part.h
|
||||
gtest/gtest-typed-test.h
|
||||
../test/googletest/googletest/include/gtest/gtest/gtest-typed-test.h
|
||||
gtest/gtest_pred_impl.h
|
||||
../test/googletest/googletest/include/gtest/gtest/gtest_pred_impl.h
|
||||
|
||||
../test/googletest/googletest/include/gtest/gtest_pred_impl.h
|
||||
gtest/gtest.h
|
||||
../test/googletest/googletest/include/gtest/gtest/gtest.h
|
||||
|
||||
../test/googletest/googletest/include/gtest/gtest_prod.h
|
||||
|
||||
../test/googletest/googletest/include/gtest/internal/custom/gtest-port.h
|
||||
|
||||
../test/googletest/googletest/include/gtest/internal/custom/gtest-printers.h
|
||||
|
||||
../test/googletest/googletest/include/gtest/internal/gtest-death-test-internal.h
|
||||
gtest/gtest-matchers.h
|
||||
../test/googletest/googletest/include/gtest/internal/gtest/gtest-matchers.h
|
||||
gtest/internal/gtest-internal.h
|
||||
../test/googletest/googletest/include/gtest/internal/gtest/internal/gtest-internal.h
|
||||
stdio.h
|
||||
-
|
||||
memory
|
||||
-
|
||||
|
||||
../test/googletest/googletest/include/gtest/internal/gtest-filepath.h
|
||||
gtest/internal/gtest-string.h
|
||||
../test/googletest/googletest/include/gtest/internal/gtest/internal/gtest-string.h
|
||||
|
||||
../test/googletest/googletest/include/gtest/internal/gtest-internal.h
|
||||
gtest/internal/gtest-port.h
|
||||
../test/googletest/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
|
||||
-
|
||||
cstdint
|
||||
-
|
||||
iomanip
|
||||
-
|
||||
limits
|
||||
-
|
||||
map
|
||||
-
|
||||
set
|
||||
-
|
||||
string
|
||||
-
|
||||
type_traits
|
||||
-
|
||||
vector
|
||||
-
|
||||
gtest/gtest-message.h
|
||||
../test/googletest/googletest/include/gtest/internal/gtest/gtest-message.h
|
||||
gtest/internal/gtest-filepath.h
|
||||
../test/googletest/googletest/include/gtest/internal/gtest/internal/gtest-filepath.h
|
||||
gtest/internal/gtest-string.h
|
||||
../test/googletest/googletest/include/gtest/internal/gtest/internal/gtest-string.h
|
||||
gtest/internal/gtest-type-util.h
|
||||
../test/googletest/googletest/include/gtest/internal/gtest/internal/gtest-type-util.h
|
||||
|
||||
../test/googletest/googletest/include/gtest/internal/gtest-param-util.h
|
||||
ctype.h
|
||||
-
|
||||
cassert
|
||||
-
|
||||
iterator
|
||||
-
|
||||
memory
|
||||
-
|
||||
set
|
||||
-
|
||||
tuple
|
||||
-
|
||||
type_traits
|
||||
-
|
||||
utility
|
||||
-
|
||||
vector
|
||||
-
|
||||
gtest/internal/gtest-internal.h
|
||||
../test/googletest/googletest/include/gtest/internal/gtest/internal/gtest-internal.h
|
||||
gtest/internal/gtest-port.h
|
||||
../test/googletest/googletest/include/gtest/internal/gtest/internal/gtest-port.h
|
||||
gtest/gtest-printers.h
|
||||
../test/googletest/googletest/include/gtest/internal/gtest/gtest-printers.h
|
||||
gtest/gtest-test-part.h
|
||||
../test/googletest/googletest/include/gtest/internal/gtest/gtest-test-part.h
|
||||
|
||||
../test/googletest/googletest/include/gtest/internal/gtest-port-arch.h
|
||||
winapifamily.h
|
||||
-
|
||||
TargetConditionals.h
|
||||
-
|
||||
|
||||
../test/googletest/googletest/include/gtest/internal/gtest-port.h
|
||||
ctype.h
|
||||
-
|
||||
stddef.h
|
||||
-
|
||||
stdio.h
|
||||
-
|
||||
stdlib.h
|
||||
-
|
||||
string.h
|
||||
-
|
||||
cerrno
|
||||
-
|
||||
cstdint
|
||||
-
|
||||
iostream
|
||||
-
|
||||
limits
|
||||
-
|
||||
locale
|
||||
-
|
||||
memory
|
||||
-
|
||||
string
|
||||
-
|
||||
tuple
|
||||
-
|
||||
type_traits
|
||||
-
|
||||
vector
|
||||
-
|
||||
sys/types.h
|
||||
-
|
||||
sys/stat.h
|
||||
-
|
||||
AvailabilityMacros.h
|
||||
-
|
||||
TargetConditionals.h
|
||||
-
|
||||
gtest/internal/custom/gtest-port.h
|
||||
../test/googletest/googletest/include/gtest/internal/gtest/internal/custom/gtest-port.h
|
||||
gtest/internal/gtest-port-arch.h
|
||||
../test/googletest/googletest/include/gtest/internal/gtest/internal/gtest-port-arch.h
|
||||
direct.h
|
||||
-
|
||||
io.h
|
||||
-
|
||||
unistd.h
|
||||
-
|
||||
unistd.h
|
||||
-
|
||||
strings.h
|
||||
-
|
||||
android/api-level.h
|
||||
-
|
||||
regex.h
|
||||
-
|
||||
typeinfo
|
||||
-
|
||||
pthread.h
|
||||
-
|
||||
time.h
|
||||
-
|
||||
condition_variable
|
||||
-
|
||||
mutex
|
||||
-
|
||||
absl/types/any.h
|
||||
../test/googletest/googletest/include/gtest/internal/absl/types/any.h
|
||||
any
|
||||
-
|
||||
absl/types/optional.h
|
||||
../test/googletest/googletest/include/gtest/internal/absl/types/optional.h
|
||||
optional
|
||||
-
|
||||
absl/strings/string_view.h
|
||||
../test/googletest/googletest/include/gtest/internal/absl/strings/string_view.h
|
||||
string_view
|
||||
-
|
||||
absl/types/variant.h
|
||||
../test/googletest/googletest/include/gtest/internal/absl/types/variant.h
|
||||
variant
|
||||
-
|
||||
|
||||
../test/googletest/googletest/include/gtest/internal/gtest-string.h
|
||||
mem.h
|
||||
-
|
||||
string.h
|
||||
-
|
||||
cstdint
|
||||
-
|
||||
string
|
||||
-
|
||||
gtest/internal/gtest-port.h
|
||||
../test/googletest/googletest/include/gtest/internal/gtest/internal/gtest-port.h
|
||||
|
||||
../test/googletest/googletest/include/gtest/internal/gtest-type-util.h
|
||||
gtest/internal/gtest-port.h
|
||||
../test/googletest/googletest/include/gtest/internal/gtest/internal/gtest-port.h
|
||||
cxxabi.h
|
||||
-
|
||||
acxx_demangle.h
|
||||
-
|
||||
|
||||
/home/andreas/git/logger/test/src/format.cpp
|
||||
format.h
|
||||
-
|
||||
gtest/gtest.h
|
||||
-
|
||||
|
||||
@@ -0,0 +1,36 @@
|
||||
|
||||
# Consider dependencies only in project.
|
||||
set(CMAKE_DEPENDS_IN_PROJECT_ONLY OFF)
|
||||
|
||||
# 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
|
||||
"/home/andreas/git/logger/test/src/format.cpp" "/home/andreas/git/logger/cmake-build-release/test/CMakeFiles/format_test.dir/src/format.cpp.o"
|
||||
)
|
||||
set(CMAKE_CXX_COMPILER_ID "GNU")
|
||||
|
||||
# The include file search paths:
|
||||
set(CMAKE_CXX_TARGET_INCLUDE_PATH
|
||||
"../inc"
|
||||
"../test/googletest/googletest/include"
|
||||
"../test/googletest/googletest"
|
||||
"../test/googletest/googlemock/include"
|
||||
"../test/googletest/googlemock"
|
||||
)
|
||||
|
||||
# The set of dependency files which are needed:
|
||||
set(CMAKE_DEPENDS_DEPENDENCY_FILES
|
||||
)
|
||||
|
||||
# Targets to which this target links.
|
||||
set(CMAKE_TARGET_LINKED_INFO_FILES
|
||||
"/home/andreas/git/logger/cmake-build-release/test/googletest/googletest/CMakeFiles/gtest.dir/DependInfo.cmake"
|
||||
"/home/andreas/git/logger/cmake-build-release/test/googletest/googlemock/CMakeFiles/gmock.dir/DependInfo.cmake"
|
||||
"/home/andreas/git/logger/cmake-build-release/test/googletest/googletest/CMakeFiles/gtest_main.dir/DependInfo.cmake"
|
||||
)
|
||||
|
||||
# Fortran module output directory.
|
||||
set(CMAKE_Fortran_TARGET_MODULE_DIR "")
|
||||
111
cmake-build-release/test/CMakeFiles/format_test.dir/build.make
Normal file
111
cmake-build-release/test/CMakeFiles/format_test.dir/build.make
Normal file
@@ -0,0 +1,111 @@
|
||||
# CMAKE generated file: DO NOT EDIT!
|
||||
# Generated by "Unix Makefiles" Generator, CMake Version 3.22
|
||||
|
||||
# Delete rule output on recipe failure.
|
||||
.DELETE_ON_ERROR:
|
||||
|
||||
#=============================================================================
|
||||
# Special targets provided by cmake.
|
||||
|
||||
# Disable implicit rules so canonical targets will work.
|
||||
.SUFFIXES:
|
||||
|
||||
# Disable VCS-based implicit rules.
|
||||
% : %,v
|
||||
|
||||
# Disable VCS-based implicit rules.
|
||||
% : RCS/%
|
||||
|
||||
# Disable VCS-based implicit rules.
|
||||
% : RCS/%,v
|
||||
|
||||
# Disable VCS-based implicit rules.
|
||||
% : SCCS/s.%
|
||||
|
||||
# Disable VCS-based implicit rules.
|
||||
% : s.%
|
||||
|
||||
.SUFFIXES: .hpux_make_needs_suffix_list
|
||||
|
||||
# Command-line flag to silence nested $(MAKE).
|
||||
$(VERBOSE)MAKESILENT = -s
|
||||
|
||||
#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 = /usr/bin/cmake
|
||||
|
||||
# The command to remove a file.
|
||||
RM = /usr/bin/cmake -E rm -f
|
||||
|
||||
# Escaping for special characters.
|
||||
EQUALS = =
|
||||
|
||||
# The top-level source directory on which CMake was run.
|
||||
CMAKE_SOURCE_DIR = /home/andreas/git/logger
|
||||
|
||||
# The top-level build directory on which CMake was run.
|
||||
CMAKE_BINARY_DIR = /home/andreas/git/logger/cmake-build-release
|
||||
|
||||
# Include any dependencies generated for this target.
|
||||
include test/CMakeFiles/format_test.dir/depend.make
|
||||
# Include the progress variables for this target.
|
||||
include test/CMakeFiles/format_test.dir/progress.make
|
||||
|
||||
# Include the compile flags for this target's objects.
|
||||
include test/CMakeFiles/format_test.dir/flags.make
|
||||
|
||||
test/CMakeFiles/format_test.dir/src/format.cpp.o: test/CMakeFiles/format_test.dir/flags.make
|
||||
test/CMakeFiles/format_test.dir/src/format.cpp.o: ../test/src/format.cpp
|
||||
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=/home/andreas/git/logger/cmake-build-release/CMakeFiles --progress-num=$(CMAKE_PROGRESS_1) "Building CXX object test/CMakeFiles/format_test.dir/src/format.cpp.o"
|
||||
cd /home/andreas/git/logger/cmake-build-release/test && /usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -o CMakeFiles/format_test.dir/src/format.cpp.o -c /home/andreas/git/logger/test/src/format.cpp
|
||||
|
||||
test/CMakeFiles/format_test.dir/src/format.cpp.i: cmake_force
|
||||
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing CXX source to CMakeFiles/format_test.dir/src/format.cpp.i"
|
||||
cd /home/andreas/git/logger/cmake-build-release/test && /usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -E /home/andreas/git/logger/test/src/format.cpp > CMakeFiles/format_test.dir/src/format.cpp.i
|
||||
|
||||
test/CMakeFiles/format_test.dir/src/format.cpp.s: cmake_force
|
||||
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling CXX source to assembly CMakeFiles/format_test.dir/src/format.cpp.s"
|
||||
cd /home/andreas/git/logger/cmake-build-release/test && /usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -S /home/andreas/git/logger/test/src/format.cpp -o CMakeFiles/format_test.dir/src/format.cpp.s
|
||||
|
||||
# Object files for target format_test
|
||||
format_test_OBJECTS = \
|
||||
"CMakeFiles/format_test.dir/src/format.cpp.o"
|
||||
|
||||
# External object files for target format_test
|
||||
format_test_EXTERNAL_OBJECTS =
|
||||
|
||||
test/format_test: test/CMakeFiles/format_test.dir/src/format.cpp.o
|
||||
test/format_test: test/CMakeFiles/format_test.dir/build.make
|
||||
test/format_test: lib/libgtest.a
|
||||
test/format_test: lib/libgmock.a
|
||||
test/format_test: lib/libgtest_main.a
|
||||
test/format_test: lib/libgtest.a
|
||||
test/format_test: test/CMakeFiles/format_test.dir/link.txt
|
||||
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --bold --progress-dir=/home/andreas/git/logger/cmake-build-release/CMakeFiles --progress-num=$(CMAKE_PROGRESS_2) "Linking CXX executable format_test"
|
||||
cd /home/andreas/git/logger/cmake-build-release/test && $(CMAKE_COMMAND) -E cmake_link_script CMakeFiles/format_test.dir/link.txt --verbose=$(VERBOSE)
|
||||
cd /home/andreas/git/logger/cmake-build-release/test && /usr/bin/cmake -D TEST_TARGET=format_test -D TEST_EXECUTABLE=/home/andreas/git/logger/cmake-build-release/test/format_test -D TEST_EXECUTOR= -D TEST_WORKING_DIR=/home/andreas/git/logger/cmake-build-release/test -D TEST_EXTRA_ARGS= -D TEST_PROPERTIES=VS_DEBUGGER_WORKING_DIRECTORY -D TEST_PREFIX= -D TEST_SUFFIX= -D TEST_FILTER= -D NO_PRETTY_TYPES=FALSE -D NO_PRETTY_VALUES=FALSE -D TEST_LIST=format_test_TESTS -D CTEST_FILE=/home/andreas/git/logger/cmake-build-release/test/format_test[1]_tests.cmake -D TEST_DISCOVERY_TIMEOUT=5 -D TEST_XML_OUTPUT_DIR= -P /usr/share/cmake-3.22/Modules/GoogleTestAddTests.cmake
|
||||
|
||||
# Rule to build all files generated by this target.
|
||||
test/CMakeFiles/format_test.dir/build: test/format_test
|
||||
.PHONY : test/CMakeFiles/format_test.dir/build
|
||||
|
||||
test/CMakeFiles/format_test.dir/clean:
|
||||
cd /home/andreas/git/logger/cmake-build-release/test && $(CMAKE_COMMAND) -P CMakeFiles/format_test.dir/cmake_clean.cmake
|
||||
.PHONY : test/CMakeFiles/format_test.dir/clean
|
||||
|
||||
test/CMakeFiles/format_test.dir/depend:
|
||||
cd /home/andreas/git/logger/cmake-build-release && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /home/andreas/git/logger /home/andreas/git/logger/test /home/andreas/git/logger/cmake-build-release /home/andreas/git/logger/cmake-build-release/test /home/andreas/git/logger/cmake-build-release/test/CMakeFiles/format_test.dir/DependInfo.cmake --color=$(COLOR)
|
||||
.PHONY : test/CMakeFiles/format_test.dir/depend
|
||||
|
||||
@@ -0,0 +1,11 @@
|
||||
file(REMOVE_RECURSE
|
||||
"CMakeFiles/format_test.dir/src/format.cpp.o"
|
||||
"format_test"
|
||||
"format_test.pdb"
|
||||
"format_test[1]_tests.cmake"
|
||||
)
|
||||
|
||||
# Per-language clean rules from dependency scanning.
|
||||
foreach(lang CXX)
|
||||
include(CMakeFiles/format_test.dir/cmake_clean_${lang}.cmake OPTIONAL)
|
||||
endforeach()
|
||||
@@ -0,0 +1,30 @@
|
||||
# CMAKE generated file: DO NOT EDIT!
|
||||
# Generated by "Unix Makefiles" Generator, CMake Version 3.22
|
||||
|
||||
test/CMakeFiles/format_test.dir/src/format.cpp.o
|
||||
../inc/format.h
|
||||
../inc/format_impl.h
|
||||
../inc/parse.h
|
||||
../inc/types.h
|
||||
../inc/utility.h
|
||||
../test/googletest/googletest/include/gtest/gtest-death-test.h
|
||||
../test/googletest/googletest/include/gtest/gtest-matchers.h
|
||||
../test/googletest/googletest/include/gtest/gtest-message.h
|
||||
../test/googletest/googletest/include/gtest/gtest-param-test.h
|
||||
../test/googletest/googletest/include/gtest/gtest-printers.h
|
||||
../test/googletest/googletest/include/gtest/gtest-test-part.h
|
||||
../test/googletest/googletest/include/gtest/gtest-typed-test.h
|
||||
../test/googletest/googletest/include/gtest/gtest.h
|
||||
../test/googletest/googletest/include/gtest/gtest_pred_impl.h
|
||||
../test/googletest/googletest/include/gtest/gtest_prod.h
|
||||
../test/googletest/googletest/include/gtest/internal/custom/gtest-port.h
|
||||
../test/googletest/googletest/include/gtest/internal/custom/gtest-printers.h
|
||||
../test/googletest/googletest/include/gtest/internal/gtest-death-test-internal.h
|
||||
../test/googletest/googletest/include/gtest/internal/gtest-filepath.h
|
||||
../test/googletest/googletest/include/gtest/internal/gtest-internal.h
|
||||
../test/googletest/googletest/include/gtest/internal/gtest-param-util.h
|
||||
../test/googletest/googletest/include/gtest/internal/gtest-port-arch.h
|
||||
../test/googletest/googletest/include/gtest/internal/gtest-port.h
|
||||
../test/googletest/googletest/include/gtest/internal/gtest-string.h
|
||||
../test/googletest/googletest/include/gtest/internal/gtest-type-util.h
|
||||
/home/andreas/git/logger/test/src/format.cpp
|
||||
@@ -0,0 +1,30 @@
|
||||
# CMAKE generated file: DO NOT EDIT!
|
||||
# Generated by "Unix Makefiles" Generator, CMake Version 3.22
|
||||
|
||||
test/CMakeFiles/format_test.dir/src/format.cpp.o: \
|
||||
../inc/format.h \
|
||||
../inc/format_impl.h \
|
||||
../inc/parse.h \
|
||||
../inc/types.h \
|
||||
../inc/utility.h \
|
||||
../test/googletest/googletest/include/gtest/gtest-death-test.h \
|
||||
../test/googletest/googletest/include/gtest/gtest-matchers.h \
|
||||
../test/googletest/googletest/include/gtest/gtest-message.h \
|
||||
../test/googletest/googletest/include/gtest/gtest-param-test.h \
|
||||
../test/googletest/googletest/include/gtest/gtest-printers.h \
|
||||
../test/googletest/googletest/include/gtest/gtest-test-part.h \
|
||||
../test/googletest/googletest/include/gtest/gtest-typed-test.h \
|
||||
../test/googletest/googletest/include/gtest/gtest.h \
|
||||
../test/googletest/googletest/include/gtest/gtest_pred_impl.h \
|
||||
../test/googletest/googletest/include/gtest/gtest_prod.h \
|
||||
../test/googletest/googletest/include/gtest/internal/custom/gtest-port.h \
|
||||
../test/googletest/googletest/include/gtest/internal/custom/gtest-printers.h \
|
||||
../test/googletest/googletest/include/gtest/internal/gtest-death-test-internal.h \
|
||||
../test/googletest/googletest/include/gtest/internal/gtest-filepath.h \
|
||||
../test/googletest/googletest/include/gtest/internal/gtest-internal.h \
|
||||
../test/googletest/googletest/include/gtest/internal/gtest-param-util.h \
|
||||
../test/googletest/googletest/include/gtest/internal/gtest-port-arch.h \
|
||||
../test/googletest/googletest/include/gtest/internal/gtest-port.h \
|
||||
../test/googletest/googletest/include/gtest/internal/gtest-string.h \
|
||||
../test/googletest/googletest/include/gtest/internal/gtest-type-util.h \
|
||||
../test/src/format.cpp
|
||||
@@ -0,0 +1,10 @@
|
||||
# CMAKE generated file: DO NOT EDIT!
|
||||
# Generated by "Unix Makefiles" Generator, CMake Version 3.22
|
||||
|
||||
# compile CXX with /usr/bin/c++
|
||||
CXX_DEFINES =
|
||||
|
||||
CXX_INCLUDES = -I/home/andreas/git/logger/inc -isystem /home/andreas/git/logger/test/googletest/googletest/include -isystem /home/andreas/git/logger/test/googletest/googletest -isystem /home/andreas/git/logger/test/googletest/googlemock/include -isystem /home/andreas/git/logger/test/googletest/googlemock
|
||||
|
||||
CXX_FLAGS = -O3 -DNDEBUG -std=gnu++20
|
||||
|
||||
@@ -0,0 +1 @@
|
||||
/usr/bin/c++ -O3 -DNDEBUG CMakeFiles/format_test.dir/src/format.cpp.o -o format_test ../lib/libgtest.a ../lib/libgmock.a ../lib/libgtest_main.a ../lib/libgtest.a -lpthread
|
||||
@@ -0,0 +1,3 @@
|
||||
CMAKE_PROGRESS_1 = 1
|
||||
CMAKE_PROGRESS_2 = 2
|
||||
|
||||
Binary file not shown.
@@ -0,0 +1,352 @@
|
||||
#IncludeRegexLine: ^[ ]*[#%][ ]*(include|import)[ ]*[<"]([^">]+)([">])
|
||||
|
||||
#IncludeRegexScan: ^.*$
|
||||
|
||||
#IncludeRegexComplain: ^$
|
||||
|
||||
#IncludeRegexTransform:
|
||||
|
||||
../inc/parse.h
|
||||
types.h
|
||||
../inc/types.h
|
||||
|
||||
../inc/types.h
|
||||
array
|
||||
-
|
||||
|
||||
../test/googletest/googletest/include/gtest/gtest-death-test.h
|
||||
gtest/internal/gtest-death-test-internal.h
|
||||
../test/googletest/googletest/include/gtest/gtest/internal/gtest-death-test-internal.h
|
||||
|
||||
../test/googletest/googletest/include/gtest/gtest-matchers.h
|
||||
atomic
|
||||
-
|
||||
memory
|
||||
-
|
||||
ostream
|
||||
-
|
||||
string
|
||||
-
|
||||
type_traits
|
||||
-
|
||||
gtest/gtest-printers.h
|
||||
../test/googletest/googletest/include/gtest/gtest/gtest-printers.h
|
||||
gtest/internal/gtest-internal.h
|
||||
../test/googletest/googletest/include/gtest/gtest/internal/gtest-internal.h
|
||||
gtest/internal/gtest-port.h
|
||||
../test/googletest/googletest/include/gtest/gtest/internal/gtest-port.h
|
||||
|
||||
../test/googletest/googletest/include/gtest/gtest-message.h
|
||||
limits
|
||||
-
|
||||
memory
|
||||
-
|
||||
sstream
|
||||
-
|
||||
gtest/internal/gtest-port.h
|
||||
../test/googletest/googletest/include/gtest/gtest/internal/gtest-port.h
|
||||
|
||||
../test/googletest/googletest/include/gtest/gtest-param-test.h
|
||||
iterator
|
||||
-
|
||||
utility
|
||||
-
|
||||
gtest/internal/gtest-internal.h
|
||||
../test/googletest/googletest/include/gtest/gtest/internal/gtest-internal.h
|
||||
gtest/internal/gtest-param-util.h
|
||||
../test/googletest/googletest/include/gtest/gtest/internal/gtest-param-util.h
|
||||
gtest/internal/gtest-port.h
|
||||
../test/googletest/googletest/include/gtest/gtest/internal/gtest-port.h
|
||||
|
||||
../test/googletest/googletest/include/gtest/gtest-printers.h
|
||||
functional
|
||||
-
|
||||
memory
|
||||
-
|
||||
ostream
|
||||
-
|
||||
sstream
|
||||
-
|
||||
string
|
||||
-
|
||||
tuple
|
||||
-
|
||||
type_traits
|
||||
-
|
||||
utility
|
||||
-
|
||||
vector
|
||||
-
|
||||
gtest/internal/gtest-internal.h
|
||||
../test/googletest/googletest/include/gtest/gtest/internal/gtest-internal.h
|
||||
gtest/internal/gtest-port.h
|
||||
../test/googletest/googletest/include/gtest/gtest/internal/gtest-port.h
|
||||
gtest/internal/custom/gtest-printers.h
|
||||
../test/googletest/googletest/include/gtest/gtest/internal/custom/gtest-printers.h
|
||||
|
||||
../test/googletest/googletest/include/gtest/gtest-test-part.h
|
||||
iosfwd
|
||||
-
|
||||
vector
|
||||
-
|
||||
gtest/internal/gtest-internal.h
|
||||
../test/googletest/googletest/include/gtest/gtest/internal/gtest-internal.h
|
||||
gtest/internal/gtest-string.h
|
||||
../test/googletest/googletest/include/gtest/gtest/internal/gtest-string.h
|
||||
|
||||
../test/googletest/googletest/include/gtest/gtest-typed-test.h
|
||||
gtest/internal/gtest-internal.h
|
||||
../test/googletest/googletest/include/gtest/gtest/internal/gtest-internal.h
|
||||
gtest/internal/gtest-port.h
|
||||
../test/googletest/googletest/include/gtest/gtest/internal/gtest-port.h
|
||||
gtest/internal/gtest-type-util.h
|
||||
../test/googletest/googletest/include/gtest/gtest/internal/gtest-type-util.h
|
||||
|
||||
../test/googletest/googletest/include/gtest/gtest.h
|
||||
cstddef
|
||||
-
|
||||
limits
|
||||
-
|
||||
memory
|
||||
-
|
||||
ostream
|
||||
-
|
||||
type_traits
|
||||
-
|
||||
vector
|
||||
-
|
||||
gtest/internal/gtest-internal.h
|
||||
../test/googletest/googletest/include/gtest/gtest/internal/gtest-internal.h
|
||||
gtest/internal/gtest-string.h
|
||||
../test/googletest/googletest/include/gtest/gtest/internal/gtest-string.h
|
||||
gtest/gtest-death-test.h
|
||||
../test/googletest/googletest/include/gtest/gtest/gtest-death-test.h
|
||||
gtest/gtest-matchers.h
|
||||
../test/googletest/googletest/include/gtest/gtest/gtest-matchers.h
|
||||
gtest/gtest-message.h
|
||||
../test/googletest/googletest/include/gtest/gtest/gtest-message.h
|
||||
gtest/gtest-param-test.h
|
||||
../test/googletest/googletest/include/gtest/gtest/gtest-param-test.h
|
||||
gtest/gtest-printers.h
|
||||
../test/googletest/googletest/include/gtest/gtest/gtest-printers.h
|
||||
gtest/gtest_prod.h
|
||||
../test/googletest/googletest/include/gtest/gtest/gtest_prod.h
|
||||
gtest/gtest-test-part.h
|
||||
../test/googletest/googletest/include/gtest/gtest/gtest-test-part.h
|
||||
gtest/gtest-typed-test.h
|
||||
../test/googletest/googletest/include/gtest/gtest/gtest-typed-test.h
|
||||
gtest/gtest_pred_impl.h
|
||||
../test/googletest/googletest/include/gtest/gtest/gtest_pred_impl.h
|
||||
|
||||
../test/googletest/googletest/include/gtest/gtest_pred_impl.h
|
||||
gtest/gtest.h
|
||||
../test/googletest/googletest/include/gtest/gtest/gtest.h
|
||||
|
||||
../test/googletest/googletest/include/gtest/gtest_prod.h
|
||||
|
||||
../test/googletest/googletest/include/gtest/internal/custom/gtest-port.h
|
||||
|
||||
../test/googletest/googletest/include/gtest/internal/custom/gtest-printers.h
|
||||
|
||||
../test/googletest/googletest/include/gtest/internal/gtest-death-test-internal.h
|
||||
gtest/gtest-matchers.h
|
||||
../test/googletest/googletest/include/gtest/internal/gtest/gtest-matchers.h
|
||||
gtest/internal/gtest-internal.h
|
||||
../test/googletest/googletest/include/gtest/internal/gtest/internal/gtest-internal.h
|
||||
stdio.h
|
||||
-
|
||||
memory
|
||||
-
|
||||
|
||||
../test/googletest/googletest/include/gtest/internal/gtest-filepath.h
|
||||
gtest/internal/gtest-string.h
|
||||
../test/googletest/googletest/include/gtest/internal/gtest/internal/gtest-string.h
|
||||
|
||||
../test/googletest/googletest/include/gtest/internal/gtest-internal.h
|
||||
gtest/internal/gtest-port.h
|
||||
../test/googletest/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
|
||||
-
|
||||
cstdint
|
||||
-
|
||||
iomanip
|
||||
-
|
||||
limits
|
||||
-
|
||||
map
|
||||
-
|
||||
set
|
||||
-
|
||||
string
|
||||
-
|
||||
type_traits
|
||||
-
|
||||
vector
|
||||
-
|
||||
gtest/gtest-message.h
|
||||
../test/googletest/googletest/include/gtest/internal/gtest/gtest-message.h
|
||||
gtest/internal/gtest-filepath.h
|
||||
../test/googletest/googletest/include/gtest/internal/gtest/internal/gtest-filepath.h
|
||||
gtest/internal/gtest-string.h
|
||||
../test/googletest/googletest/include/gtest/internal/gtest/internal/gtest-string.h
|
||||
gtest/internal/gtest-type-util.h
|
||||
../test/googletest/googletest/include/gtest/internal/gtest/internal/gtest-type-util.h
|
||||
|
||||
../test/googletest/googletest/include/gtest/internal/gtest-param-util.h
|
||||
ctype.h
|
||||
-
|
||||
cassert
|
||||
-
|
||||
iterator
|
||||
-
|
||||
memory
|
||||
-
|
||||
set
|
||||
-
|
||||
tuple
|
||||
-
|
||||
type_traits
|
||||
-
|
||||
utility
|
||||
-
|
||||
vector
|
||||
-
|
||||
gtest/internal/gtest-internal.h
|
||||
../test/googletest/googletest/include/gtest/internal/gtest/internal/gtest-internal.h
|
||||
gtest/internal/gtest-port.h
|
||||
../test/googletest/googletest/include/gtest/internal/gtest/internal/gtest-port.h
|
||||
gtest/gtest-printers.h
|
||||
../test/googletest/googletest/include/gtest/internal/gtest/gtest-printers.h
|
||||
gtest/gtest-test-part.h
|
||||
../test/googletest/googletest/include/gtest/internal/gtest/gtest-test-part.h
|
||||
|
||||
../test/googletest/googletest/include/gtest/internal/gtest-port-arch.h
|
||||
winapifamily.h
|
||||
-
|
||||
TargetConditionals.h
|
||||
-
|
||||
|
||||
../test/googletest/googletest/include/gtest/internal/gtest-port.h
|
||||
ctype.h
|
||||
-
|
||||
stddef.h
|
||||
-
|
||||
stdio.h
|
||||
-
|
||||
stdlib.h
|
||||
-
|
||||
string.h
|
||||
-
|
||||
cerrno
|
||||
-
|
||||
cstdint
|
||||
-
|
||||
iostream
|
||||
-
|
||||
limits
|
||||
-
|
||||
locale
|
||||
-
|
||||
memory
|
||||
-
|
||||
string
|
||||
-
|
||||
tuple
|
||||
-
|
||||
type_traits
|
||||
-
|
||||
vector
|
||||
-
|
||||
sys/types.h
|
||||
-
|
||||
sys/stat.h
|
||||
-
|
||||
AvailabilityMacros.h
|
||||
-
|
||||
TargetConditionals.h
|
||||
-
|
||||
gtest/internal/custom/gtest-port.h
|
||||
../test/googletest/googletest/include/gtest/internal/gtest/internal/custom/gtest-port.h
|
||||
gtest/internal/gtest-port-arch.h
|
||||
../test/googletest/googletest/include/gtest/internal/gtest/internal/gtest-port-arch.h
|
||||
direct.h
|
||||
-
|
||||
io.h
|
||||
-
|
||||
unistd.h
|
||||
-
|
||||
unistd.h
|
||||
-
|
||||
strings.h
|
||||
-
|
||||
android/api-level.h
|
||||
-
|
||||
regex.h
|
||||
-
|
||||
typeinfo
|
||||
-
|
||||
pthread.h
|
||||
-
|
||||
time.h
|
||||
-
|
||||
condition_variable
|
||||
-
|
||||
mutex
|
||||
-
|
||||
absl/types/any.h
|
||||
../test/googletest/googletest/include/gtest/internal/absl/types/any.h
|
||||
any
|
||||
-
|
||||
absl/types/optional.h
|
||||
../test/googletest/googletest/include/gtest/internal/absl/types/optional.h
|
||||
optional
|
||||
-
|
||||
absl/strings/string_view.h
|
||||
../test/googletest/googletest/include/gtest/internal/absl/strings/string_view.h
|
||||
string_view
|
||||
-
|
||||
absl/types/variant.h
|
||||
../test/googletest/googletest/include/gtest/internal/absl/types/variant.h
|
||||
variant
|
||||
-
|
||||
|
||||
../test/googletest/googletest/include/gtest/internal/gtest-string.h
|
||||
mem.h
|
||||
-
|
||||
string.h
|
||||
-
|
||||
cstdint
|
||||
-
|
||||
string
|
||||
-
|
||||
gtest/internal/gtest-port.h
|
||||
../test/googletest/googletest/include/gtest/internal/gtest/internal/gtest-port.h
|
||||
|
||||
../test/googletest/googletest/include/gtest/internal/gtest-type-util.h
|
||||
gtest/internal/gtest-port.h
|
||||
../test/googletest/googletest/include/gtest/internal/gtest/internal/gtest-port.h
|
||||
cxxabi.h
|
||||
-
|
||||
acxx_demangle.h
|
||||
-
|
||||
|
||||
/home/andreas/git/logger/test/src/parse.cpp
|
||||
gtest/gtest.h
|
||||
-
|
||||
parse.h
|
||||
-
|
||||
|
||||
@@ -0,0 +1,36 @@
|
||||
|
||||
# Consider dependencies only in project.
|
||||
set(CMAKE_DEPENDS_IN_PROJECT_ONLY OFF)
|
||||
|
||||
# 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
|
||||
"/home/andreas/git/logger/test/src/parse.cpp" "/home/andreas/git/logger/cmake-build-release/test/CMakeFiles/parse_test.dir/src/parse.cpp.o"
|
||||
)
|
||||
set(CMAKE_CXX_COMPILER_ID "GNU")
|
||||
|
||||
# The include file search paths:
|
||||
set(CMAKE_CXX_TARGET_INCLUDE_PATH
|
||||
"../inc"
|
||||
"../test/googletest/googletest/include"
|
||||
"../test/googletest/googletest"
|
||||
"../test/googletest/googlemock/include"
|
||||
"../test/googletest/googlemock"
|
||||
)
|
||||
|
||||
# The set of dependency files which are needed:
|
||||
set(CMAKE_DEPENDS_DEPENDENCY_FILES
|
||||
)
|
||||
|
||||
# Targets to which this target links.
|
||||
set(CMAKE_TARGET_LINKED_INFO_FILES
|
||||
"/home/andreas/git/logger/cmake-build-release/test/googletest/googletest/CMakeFiles/gtest.dir/DependInfo.cmake"
|
||||
"/home/andreas/git/logger/cmake-build-release/test/googletest/googlemock/CMakeFiles/gmock.dir/DependInfo.cmake"
|
||||
"/home/andreas/git/logger/cmake-build-release/test/googletest/googletest/CMakeFiles/gtest_main.dir/DependInfo.cmake"
|
||||
)
|
||||
|
||||
# Fortran module output directory.
|
||||
set(CMAKE_Fortran_TARGET_MODULE_DIR "")
|
||||
111
cmake-build-release/test/CMakeFiles/parse_test.dir/build.make
Normal file
111
cmake-build-release/test/CMakeFiles/parse_test.dir/build.make
Normal file
@@ -0,0 +1,111 @@
|
||||
# CMAKE generated file: DO NOT EDIT!
|
||||
# Generated by "Unix Makefiles" Generator, CMake Version 3.22
|
||||
|
||||
# Delete rule output on recipe failure.
|
||||
.DELETE_ON_ERROR:
|
||||
|
||||
#=============================================================================
|
||||
# Special targets provided by cmake.
|
||||
|
||||
# Disable implicit rules so canonical targets will work.
|
||||
.SUFFIXES:
|
||||
|
||||
# Disable VCS-based implicit rules.
|
||||
% : %,v
|
||||
|
||||
# Disable VCS-based implicit rules.
|
||||
% : RCS/%
|
||||
|
||||
# Disable VCS-based implicit rules.
|
||||
% : RCS/%,v
|
||||
|
||||
# Disable VCS-based implicit rules.
|
||||
% : SCCS/s.%
|
||||
|
||||
# Disable VCS-based implicit rules.
|
||||
% : s.%
|
||||
|
||||
.SUFFIXES: .hpux_make_needs_suffix_list
|
||||
|
||||
# Command-line flag to silence nested $(MAKE).
|
||||
$(VERBOSE)MAKESILENT = -s
|
||||
|
||||
#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 = /usr/bin/cmake
|
||||
|
||||
# The command to remove a file.
|
||||
RM = /usr/bin/cmake -E rm -f
|
||||
|
||||
# Escaping for special characters.
|
||||
EQUALS = =
|
||||
|
||||
# The top-level source directory on which CMake was run.
|
||||
CMAKE_SOURCE_DIR = /home/andreas/git/logger
|
||||
|
||||
# The top-level build directory on which CMake was run.
|
||||
CMAKE_BINARY_DIR = /home/andreas/git/logger/cmake-build-release
|
||||
|
||||
# Include any dependencies generated for this target.
|
||||
include test/CMakeFiles/parse_test.dir/depend.make
|
||||
# Include the progress variables for this target.
|
||||
include test/CMakeFiles/parse_test.dir/progress.make
|
||||
|
||||
# Include the compile flags for this target's objects.
|
||||
include test/CMakeFiles/parse_test.dir/flags.make
|
||||
|
||||
test/CMakeFiles/parse_test.dir/src/parse.cpp.o: test/CMakeFiles/parse_test.dir/flags.make
|
||||
test/CMakeFiles/parse_test.dir/src/parse.cpp.o: ../test/src/parse.cpp
|
||||
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=/home/andreas/git/logger/cmake-build-release/CMakeFiles --progress-num=$(CMAKE_PROGRESS_1) "Building CXX object test/CMakeFiles/parse_test.dir/src/parse.cpp.o"
|
||||
cd /home/andreas/git/logger/cmake-build-release/test && /usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -o CMakeFiles/parse_test.dir/src/parse.cpp.o -c /home/andreas/git/logger/test/src/parse.cpp
|
||||
|
||||
test/CMakeFiles/parse_test.dir/src/parse.cpp.i: cmake_force
|
||||
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing CXX source to CMakeFiles/parse_test.dir/src/parse.cpp.i"
|
||||
cd /home/andreas/git/logger/cmake-build-release/test && /usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -E /home/andreas/git/logger/test/src/parse.cpp > CMakeFiles/parse_test.dir/src/parse.cpp.i
|
||||
|
||||
test/CMakeFiles/parse_test.dir/src/parse.cpp.s: cmake_force
|
||||
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling CXX source to assembly CMakeFiles/parse_test.dir/src/parse.cpp.s"
|
||||
cd /home/andreas/git/logger/cmake-build-release/test && /usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -S /home/andreas/git/logger/test/src/parse.cpp -o CMakeFiles/parse_test.dir/src/parse.cpp.s
|
||||
|
||||
# Object files for target parse_test
|
||||
parse_test_OBJECTS = \
|
||||
"CMakeFiles/parse_test.dir/src/parse.cpp.o"
|
||||
|
||||
# External object files for target parse_test
|
||||
parse_test_EXTERNAL_OBJECTS =
|
||||
|
||||
test/parse_test: test/CMakeFiles/parse_test.dir/src/parse.cpp.o
|
||||
test/parse_test: test/CMakeFiles/parse_test.dir/build.make
|
||||
test/parse_test: lib/libgtest.a
|
||||
test/parse_test: lib/libgmock.a
|
||||
test/parse_test: lib/libgtest_main.a
|
||||
test/parse_test: lib/libgtest.a
|
||||
test/parse_test: test/CMakeFiles/parse_test.dir/link.txt
|
||||
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --bold --progress-dir=/home/andreas/git/logger/cmake-build-release/CMakeFiles --progress-num=$(CMAKE_PROGRESS_2) "Linking CXX executable parse_test"
|
||||
cd /home/andreas/git/logger/cmake-build-release/test && $(CMAKE_COMMAND) -E cmake_link_script CMakeFiles/parse_test.dir/link.txt --verbose=$(VERBOSE)
|
||||
cd /home/andreas/git/logger/cmake-build-release/test && /usr/bin/cmake -D TEST_TARGET=parse_test -D TEST_EXECUTABLE=/home/andreas/git/logger/cmake-build-release/test/parse_test -D TEST_EXECUTOR= -D TEST_WORKING_DIR=/home/andreas/git/logger/cmake-build-release/test -D TEST_EXTRA_ARGS= -D TEST_PROPERTIES=VS_DEBUGGER_WORKING_DIRECTORY -D TEST_PREFIX= -D TEST_SUFFIX= -D TEST_FILTER= -D NO_PRETTY_TYPES=FALSE -D NO_PRETTY_VALUES=FALSE -D TEST_LIST=parse_test_TESTS -D CTEST_FILE=/home/andreas/git/logger/cmake-build-release/test/parse_test[1]_tests.cmake -D TEST_DISCOVERY_TIMEOUT=5 -D TEST_XML_OUTPUT_DIR= -P /usr/share/cmake-3.22/Modules/GoogleTestAddTests.cmake
|
||||
|
||||
# Rule to build all files generated by this target.
|
||||
test/CMakeFiles/parse_test.dir/build: test/parse_test
|
||||
.PHONY : test/CMakeFiles/parse_test.dir/build
|
||||
|
||||
test/CMakeFiles/parse_test.dir/clean:
|
||||
cd /home/andreas/git/logger/cmake-build-release/test && $(CMAKE_COMMAND) -P CMakeFiles/parse_test.dir/cmake_clean.cmake
|
||||
.PHONY : test/CMakeFiles/parse_test.dir/clean
|
||||
|
||||
test/CMakeFiles/parse_test.dir/depend:
|
||||
cd /home/andreas/git/logger/cmake-build-release && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /home/andreas/git/logger /home/andreas/git/logger/test /home/andreas/git/logger/cmake-build-release /home/andreas/git/logger/cmake-build-release/test /home/andreas/git/logger/cmake-build-release/test/CMakeFiles/parse_test.dir/DependInfo.cmake --color=$(COLOR)
|
||||
.PHONY : test/CMakeFiles/parse_test.dir/depend
|
||||
|
||||
@@ -0,0 +1,11 @@
|
||||
file(REMOVE_RECURSE
|
||||
"CMakeFiles/parse_test.dir/src/parse.cpp.o"
|
||||
"parse_test"
|
||||
"parse_test.pdb"
|
||||
"parse_test[1]_tests.cmake"
|
||||
)
|
||||
|
||||
# Per-language clean rules from dependency scanning.
|
||||
foreach(lang CXX)
|
||||
include(CMakeFiles/parse_test.dir/cmake_clean_${lang}.cmake OPTIONAL)
|
||||
endforeach()
|
||||
@@ -0,0 +1,27 @@
|
||||
# CMAKE generated file: DO NOT EDIT!
|
||||
# Generated by "Unix Makefiles" Generator, CMake Version 3.22
|
||||
|
||||
test/CMakeFiles/parse_test.dir/src/parse.cpp.o
|
||||
../inc/parse.h
|
||||
../inc/types.h
|
||||
../test/googletest/googletest/include/gtest/gtest-death-test.h
|
||||
../test/googletest/googletest/include/gtest/gtest-matchers.h
|
||||
../test/googletest/googletest/include/gtest/gtest-message.h
|
||||
../test/googletest/googletest/include/gtest/gtest-param-test.h
|
||||
../test/googletest/googletest/include/gtest/gtest-printers.h
|
||||
../test/googletest/googletest/include/gtest/gtest-test-part.h
|
||||
../test/googletest/googletest/include/gtest/gtest-typed-test.h
|
||||
../test/googletest/googletest/include/gtest/gtest.h
|
||||
../test/googletest/googletest/include/gtest/gtest_pred_impl.h
|
||||
../test/googletest/googletest/include/gtest/gtest_prod.h
|
||||
../test/googletest/googletest/include/gtest/internal/custom/gtest-port.h
|
||||
../test/googletest/googletest/include/gtest/internal/custom/gtest-printers.h
|
||||
../test/googletest/googletest/include/gtest/internal/gtest-death-test-internal.h
|
||||
../test/googletest/googletest/include/gtest/internal/gtest-filepath.h
|
||||
../test/googletest/googletest/include/gtest/internal/gtest-internal.h
|
||||
../test/googletest/googletest/include/gtest/internal/gtest-param-util.h
|
||||
../test/googletest/googletest/include/gtest/internal/gtest-port-arch.h
|
||||
../test/googletest/googletest/include/gtest/internal/gtest-port.h
|
||||
../test/googletest/googletest/include/gtest/internal/gtest-string.h
|
||||
../test/googletest/googletest/include/gtest/internal/gtest-type-util.h
|
||||
/home/andreas/git/logger/test/src/parse.cpp
|
||||
@@ -0,0 +1,27 @@
|
||||
# CMAKE generated file: DO NOT EDIT!
|
||||
# Generated by "Unix Makefiles" Generator, CMake Version 3.22
|
||||
|
||||
test/CMakeFiles/parse_test.dir/src/parse.cpp.o: \
|
||||
../inc/parse.h \
|
||||
../inc/types.h \
|
||||
../test/googletest/googletest/include/gtest/gtest-death-test.h \
|
||||
../test/googletest/googletest/include/gtest/gtest-matchers.h \
|
||||
../test/googletest/googletest/include/gtest/gtest-message.h \
|
||||
../test/googletest/googletest/include/gtest/gtest-param-test.h \
|
||||
../test/googletest/googletest/include/gtest/gtest-printers.h \
|
||||
../test/googletest/googletest/include/gtest/gtest-test-part.h \
|
||||
../test/googletest/googletest/include/gtest/gtest-typed-test.h \
|
||||
../test/googletest/googletest/include/gtest/gtest.h \
|
||||
../test/googletest/googletest/include/gtest/gtest_pred_impl.h \
|
||||
../test/googletest/googletest/include/gtest/gtest_prod.h \
|
||||
../test/googletest/googletest/include/gtest/internal/custom/gtest-port.h \
|
||||
../test/googletest/googletest/include/gtest/internal/custom/gtest-printers.h \
|
||||
../test/googletest/googletest/include/gtest/internal/gtest-death-test-internal.h \
|
||||
../test/googletest/googletest/include/gtest/internal/gtest-filepath.h \
|
||||
../test/googletest/googletest/include/gtest/internal/gtest-internal.h \
|
||||
../test/googletest/googletest/include/gtest/internal/gtest-param-util.h \
|
||||
../test/googletest/googletest/include/gtest/internal/gtest-port-arch.h \
|
||||
../test/googletest/googletest/include/gtest/internal/gtest-port.h \
|
||||
../test/googletest/googletest/include/gtest/internal/gtest-string.h \
|
||||
../test/googletest/googletest/include/gtest/internal/gtest-type-util.h \
|
||||
../test/src/parse.cpp
|
||||
@@ -0,0 +1,10 @@
|
||||
# CMAKE generated file: DO NOT EDIT!
|
||||
# Generated by "Unix Makefiles" Generator, CMake Version 3.22
|
||||
|
||||
# compile CXX with /usr/bin/c++
|
||||
CXX_DEFINES =
|
||||
|
||||
CXX_INCLUDES = -I/home/andreas/git/logger/inc -isystem /home/andreas/git/logger/test/googletest/googletest/include -isystem /home/andreas/git/logger/test/googletest/googletest -isystem /home/andreas/git/logger/test/googletest/googlemock/include -isystem /home/andreas/git/logger/test/googletest/googlemock
|
||||
|
||||
CXX_FLAGS = -O3 -DNDEBUG -std=gnu++20
|
||||
|
||||
@@ -0,0 +1 @@
|
||||
/usr/bin/c++ -O3 -DNDEBUG CMakeFiles/parse_test.dir/src/parse.cpp.o -o parse_test ../lib/libgtest.a ../lib/libgmock.a ../lib/libgtest_main.a ../lib/libgtest.a -lpthread
|
||||
@@ -0,0 +1,3 @@
|
||||
CMAKE_PROGRESS_1 = 13
|
||||
CMAKE_PROGRESS_2 = 14
|
||||
|
||||
Binary file not shown.
1
cmake-build-release/test/CMakeFiles/progress.marks
Normal file
1
cmake-build-release/test/CMakeFiles/progress.marks
Normal file
@@ -0,0 +1 @@
|
||||
14
|
||||
@@ -0,0 +1,354 @@
|
||||
#IncludeRegexLine: ^[ ]*[#%][ ]*(include|import)[ ]*[<"]([^">]+)([">])
|
||||
|
||||
#IncludeRegexScan: ^.*$
|
||||
|
||||
#IncludeRegexComplain: ^$
|
||||
|
||||
#IncludeRegexTransform:
|
||||
|
||||
../inc/types.h
|
||||
array
|
||||
-
|
||||
|
||||
../inc/utility.h
|
||||
cstring
|
||||
-
|
||||
types.h
|
||||
../inc/types.h
|
||||
|
||||
../test/googletest/googletest/include/gtest/gtest-death-test.h
|
||||
gtest/internal/gtest-death-test-internal.h
|
||||
../test/googletest/googletest/include/gtest/gtest/internal/gtest-death-test-internal.h
|
||||
|
||||
../test/googletest/googletest/include/gtest/gtest-matchers.h
|
||||
atomic
|
||||
-
|
||||
memory
|
||||
-
|
||||
ostream
|
||||
-
|
||||
string
|
||||
-
|
||||
type_traits
|
||||
-
|
||||
gtest/gtest-printers.h
|
||||
../test/googletest/googletest/include/gtest/gtest/gtest-printers.h
|
||||
gtest/internal/gtest-internal.h
|
||||
../test/googletest/googletest/include/gtest/gtest/internal/gtest-internal.h
|
||||
gtest/internal/gtest-port.h
|
||||
../test/googletest/googletest/include/gtest/gtest/internal/gtest-port.h
|
||||
|
||||
../test/googletest/googletest/include/gtest/gtest-message.h
|
||||
limits
|
||||
-
|
||||
memory
|
||||
-
|
||||
sstream
|
||||
-
|
||||
gtest/internal/gtest-port.h
|
||||
../test/googletest/googletest/include/gtest/gtest/internal/gtest-port.h
|
||||
|
||||
../test/googletest/googletest/include/gtest/gtest-param-test.h
|
||||
iterator
|
||||
-
|
||||
utility
|
||||
-
|
||||
gtest/internal/gtest-internal.h
|
||||
../test/googletest/googletest/include/gtest/gtest/internal/gtest-internal.h
|
||||
gtest/internal/gtest-param-util.h
|
||||
../test/googletest/googletest/include/gtest/gtest/internal/gtest-param-util.h
|
||||
gtest/internal/gtest-port.h
|
||||
../test/googletest/googletest/include/gtest/gtest/internal/gtest-port.h
|
||||
|
||||
../test/googletest/googletest/include/gtest/gtest-printers.h
|
||||
functional
|
||||
-
|
||||
memory
|
||||
-
|
||||
ostream
|
||||
-
|
||||
sstream
|
||||
-
|
||||
string
|
||||
-
|
||||
tuple
|
||||
-
|
||||
type_traits
|
||||
-
|
||||
utility
|
||||
-
|
||||
vector
|
||||
-
|
||||
gtest/internal/gtest-internal.h
|
||||
../test/googletest/googletest/include/gtest/gtest/internal/gtest-internal.h
|
||||
gtest/internal/gtest-port.h
|
||||
../test/googletest/googletest/include/gtest/gtest/internal/gtest-port.h
|
||||
gtest/internal/custom/gtest-printers.h
|
||||
../test/googletest/googletest/include/gtest/gtest/internal/custom/gtest-printers.h
|
||||
|
||||
../test/googletest/googletest/include/gtest/gtest-test-part.h
|
||||
iosfwd
|
||||
-
|
||||
vector
|
||||
-
|
||||
gtest/internal/gtest-internal.h
|
||||
../test/googletest/googletest/include/gtest/gtest/internal/gtest-internal.h
|
||||
gtest/internal/gtest-string.h
|
||||
../test/googletest/googletest/include/gtest/gtest/internal/gtest-string.h
|
||||
|
||||
../test/googletest/googletest/include/gtest/gtest-typed-test.h
|
||||
gtest/internal/gtest-internal.h
|
||||
../test/googletest/googletest/include/gtest/gtest/internal/gtest-internal.h
|
||||
gtest/internal/gtest-port.h
|
||||
../test/googletest/googletest/include/gtest/gtest/internal/gtest-port.h
|
||||
gtest/internal/gtest-type-util.h
|
||||
../test/googletest/googletest/include/gtest/gtest/internal/gtest-type-util.h
|
||||
|
||||
../test/googletest/googletest/include/gtest/gtest.h
|
||||
cstddef
|
||||
-
|
||||
limits
|
||||
-
|
||||
memory
|
||||
-
|
||||
ostream
|
||||
-
|
||||
type_traits
|
||||
-
|
||||
vector
|
||||
-
|
||||
gtest/internal/gtest-internal.h
|
||||
../test/googletest/googletest/include/gtest/gtest/internal/gtest-internal.h
|
||||
gtest/internal/gtest-string.h
|
||||
../test/googletest/googletest/include/gtest/gtest/internal/gtest-string.h
|
||||
gtest/gtest-death-test.h
|
||||
../test/googletest/googletest/include/gtest/gtest/gtest-death-test.h
|
||||
gtest/gtest-matchers.h
|
||||
../test/googletest/googletest/include/gtest/gtest/gtest-matchers.h
|
||||
gtest/gtest-message.h
|
||||
../test/googletest/googletest/include/gtest/gtest/gtest-message.h
|
||||
gtest/gtest-param-test.h
|
||||
../test/googletest/googletest/include/gtest/gtest/gtest-param-test.h
|
||||
gtest/gtest-printers.h
|
||||
../test/googletest/googletest/include/gtest/gtest/gtest-printers.h
|
||||
gtest/gtest_prod.h
|
||||
../test/googletest/googletest/include/gtest/gtest/gtest_prod.h
|
||||
gtest/gtest-test-part.h
|
||||
../test/googletest/googletest/include/gtest/gtest/gtest-test-part.h
|
||||
gtest/gtest-typed-test.h
|
||||
../test/googletest/googletest/include/gtest/gtest/gtest-typed-test.h
|
||||
gtest/gtest_pred_impl.h
|
||||
../test/googletest/googletest/include/gtest/gtest/gtest_pred_impl.h
|
||||
|
||||
../test/googletest/googletest/include/gtest/gtest_pred_impl.h
|
||||
gtest/gtest.h
|
||||
../test/googletest/googletest/include/gtest/gtest/gtest.h
|
||||
|
||||
../test/googletest/googletest/include/gtest/gtest_prod.h
|
||||
|
||||
../test/googletest/googletest/include/gtest/internal/custom/gtest-port.h
|
||||
|
||||
../test/googletest/googletest/include/gtest/internal/custom/gtest-printers.h
|
||||
|
||||
../test/googletest/googletest/include/gtest/internal/gtest-death-test-internal.h
|
||||
gtest/gtest-matchers.h
|
||||
../test/googletest/googletest/include/gtest/internal/gtest/gtest-matchers.h
|
||||
gtest/internal/gtest-internal.h
|
||||
../test/googletest/googletest/include/gtest/internal/gtest/internal/gtest-internal.h
|
||||
stdio.h
|
||||
-
|
||||
memory
|
||||
-
|
||||
|
||||
../test/googletest/googletest/include/gtest/internal/gtest-filepath.h
|
||||
gtest/internal/gtest-string.h
|
||||
../test/googletest/googletest/include/gtest/internal/gtest/internal/gtest-string.h
|
||||
|
||||
../test/googletest/googletest/include/gtest/internal/gtest-internal.h
|
||||
gtest/internal/gtest-port.h
|
||||
../test/googletest/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
|
||||
-
|
||||
cstdint
|
||||
-
|
||||
iomanip
|
||||
-
|
||||
limits
|
||||
-
|
||||
map
|
||||
-
|
||||
set
|
||||
-
|
||||
string
|
||||
-
|
||||
type_traits
|
||||
-
|
||||
vector
|
||||
-
|
||||
gtest/gtest-message.h
|
||||
../test/googletest/googletest/include/gtest/internal/gtest/gtest-message.h
|
||||
gtest/internal/gtest-filepath.h
|
||||
../test/googletest/googletest/include/gtest/internal/gtest/internal/gtest-filepath.h
|
||||
gtest/internal/gtest-string.h
|
||||
../test/googletest/googletest/include/gtest/internal/gtest/internal/gtest-string.h
|
||||
gtest/internal/gtest-type-util.h
|
||||
../test/googletest/googletest/include/gtest/internal/gtest/internal/gtest-type-util.h
|
||||
|
||||
../test/googletest/googletest/include/gtest/internal/gtest-param-util.h
|
||||
ctype.h
|
||||
-
|
||||
cassert
|
||||
-
|
||||
iterator
|
||||
-
|
||||
memory
|
||||
-
|
||||
set
|
||||
-
|
||||
tuple
|
||||
-
|
||||
type_traits
|
||||
-
|
||||
utility
|
||||
-
|
||||
vector
|
||||
-
|
||||
gtest/internal/gtest-internal.h
|
||||
../test/googletest/googletest/include/gtest/internal/gtest/internal/gtest-internal.h
|
||||
gtest/internal/gtest-port.h
|
||||
../test/googletest/googletest/include/gtest/internal/gtest/internal/gtest-port.h
|
||||
gtest/gtest-printers.h
|
||||
../test/googletest/googletest/include/gtest/internal/gtest/gtest-printers.h
|
||||
gtest/gtest-test-part.h
|
||||
../test/googletest/googletest/include/gtest/internal/gtest/gtest-test-part.h
|
||||
|
||||
../test/googletest/googletest/include/gtest/internal/gtest-port-arch.h
|
||||
winapifamily.h
|
||||
-
|
||||
TargetConditionals.h
|
||||
-
|
||||
|
||||
../test/googletest/googletest/include/gtest/internal/gtest-port.h
|
||||
ctype.h
|
||||
-
|
||||
stddef.h
|
||||
-
|
||||
stdio.h
|
||||
-
|
||||
stdlib.h
|
||||
-
|
||||
string.h
|
||||
-
|
||||
cerrno
|
||||
-
|
||||
cstdint
|
||||
-
|
||||
iostream
|
||||
-
|
||||
limits
|
||||
-
|
||||
locale
|
||||
-
|
||||
memory
|
||||
-
|
||||
string
|
||||
-
|
||||
tuple
|
||||
-
|
||||
type_traits
|
||||
-
|
||||
vector
|
||||
-
|
||||
sys/types.h
|
||||
-
|
||||
sys/stat.h
|
||||
-
|
||||
AvailabilityMacros.h
|
||||
-
|
||||
TargetConditionals.h
|
||||
-
|
||||
gtest/internal/custom/gtest-port.h
|
||||
../test/googletest/googletest/include/gtest/internal/gtest/internal/custom/gtest-port.h
|
||||
gtest/internal/gtest-port-arch.h
|
||||
../test/googletest/googletest/include/gtest/internal/gtest/internal/gtest-port-arch.h
|
||||
direct.h
|
||||
-
|
||||
io.h
|
||||
-
|
||||
unistd.h
|
||||
-
|
||||
unistd.h
|
||||
-
|
||||
strings.h
|
||||
-
|
||||
android/api-level.h
|
||||
-
|
||||
regex.h
|
||||
-
|
||||
typeinfo
|
||||
-
|
||||
pthread.h
|
||||
-
|
||||
time.h
|
||||
-
|
||||
condition_variable
|
||||
-
|
||||
mutex
|
||||
-
|
||||
absl/types/any.h
|
||||
../test/googletest/googletest/include/gtest/internal/absl/types/any.h
|
||||
any
|
||||
-
|
||||
absl/types/optional.h
|
||||
../test/googletest/googletest/include/gtest/internal/absl/types/optional.h
|
||||
optional
|
||||
-
|
||||
absl/strings/string_view.h
|
||||
../test/googletest/googletest/include/gtest/internal/absl/strings/string_view.h
|
||||
string_view
|
||||
-
|
||||
absl/types/variant.h
|
||||
../test/googletest/googletest/include/gtest/internal/absl/types/variant.h
|
||||
variant
|
||||
-
|
||||
|
||||
../test/googletest/googletest/include/gtest/internal/gtest-string.h
|
||||
mem.h
|
||||
-
|
||||
string.h
|
||||
-
|
||||
cstdint
|
||||
-
|
||||
string
|
||||
-
|
||||
gtest/internal/gtest-port.h
|
||||
../test/googletest/googletest/include/gtest/internal/gtest/internal/gtest-port.h
|
||||
|
||||
../test/googletest/googletest/include/gtest/internal/gtest-type-util.h
|
||||
gtest/internal/gtest-port.h
|
||||
../test/googletest/googletest/include/gtest/internal/gtest/internal/gtest-port.h
|
||||
cxxabi.h
|
||||
-
|
||||
acxx_demangle.h
|
||||
-
|
||||
|
||||
/home/andreas/git/logger/test/src/utility.cpp
|
||||
utility.h
|
||||
-
|
||||
gtest/gtest.h
|
||||
-
|
||||
|
||||
@@ -0,0 +1,36 @@
|
||||
|
||||
# Consider dependencies only in project.
|
||||
set(CMAKE_DEPENDS_IN_PROJECT_ONLY OFF)
|
||||
|
||||
# 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
|
||||
"/home/andreas/git/logger/test/src/utility.cpp" "/home/andreas/git/logger/cmake-build-release/test/CMakeFiles/utility_test.dir/src/utility.cpp.o"
|
||||
)
|
||||
set(CMAKE_CXX_COMPILER_ID "GNU")
|
||||
|
||||
# The include file search paths:
|
||||
set(CMAKE_CXX_TARGET_INCLUDE_PATH
|
||||
"../inc"
|
||||
"../test/googletest/googletest/include"
|
||||
"../test/googletest/googletest"
|
||||
"../test/googletest/googlemock/include"
|
||||
"../test/googletest/googlemock"
|
||||
)
|
||||
|
||||
# The set of dependency files which are needed:
|
||||
set(CMAKE_DEPENDS_DEPENDENCY_FILES
|
||||
)
|
||||
|
||||
# Targets to which this target links.
|
||||
set(CMAKE_TARGET_LINKED_INFO_FILES
|
||||
"/home/andreas/git/logger/cmake-build-release/test/googletest/googletest/CMakeFiles/gtest.dir/DependInfo.cmake"
|
||||
"/home/andreas/git/logger/cmake-build-release/test/googletest/googlemock/CMakeFiles/gmock.dir/DependInfo.cmake"
|
||||
"/home/andreas/git/logger/cmake-build-release/test/googletest/googletest/CMakeFiles/gtest_main.dir/DependInfo.cmake"
|
||||
)
|
||||
|
||||
# Fortran module output directory.
|
||||
set(CMAKE_Fortran_TARGET_MODULE_DIR "")
|
||||
111
cmake-build-release/test/CMakeFiles/utility_test.dir/build.make
Normal file
111
cmake-build-release/test/CMakeFiles/utility_test.dir/build.make
Normal file
@@ -0,0 +1,111 @@
|
||||
# CMAKE generated file: DO NOT EDIT!
|
||||
# Generated by "Unix Makefiles" Generator, CMake Version 3.22
|
||||
|
||||
# Delete rule output on recipe failure.
|
||||
.DELETE_ON_ERROR:
|
||||
|
||||
#=============================================================================
|
||||
# Special targets provided by cmake.
|
||||
|
||||
# Disable implicit rules so canonical targets will work.
|
||||
.SUFFIXES:
|
||||
|
||||
# Disable VCS-based implicit rules.
|
||||
% : %,v
|
||||
|
||||
# Disable VCS-based implicit rules.
|
||||
% : RCS/%
|
||||
|
||||
# Disable VCS-based implicit rules.
|
||||
% : RCS/%,v
|
||||
|
||||
# Disable VCS-based implicit rules.
|
||||
% : SCCS/s.%
|
||||
|
||||
# Disable VCS-based implicit rules.
|
||||
% : s.%
|
||||
|
||||
.SUFFIXES: .hpux_make_needs_suffix_list
|
||||
|
||||
# Command-line flag to silence nested $(MAKE).
|
||||
$(VERBOSE)MAKESILENT = -s
|
||||
|
||||
#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 = /usr/bin/cmake
|
||||
|
||||
# The command to remove a file.
|
||||
RM = /usr/bin/cmake -E rm -f
|
||||
|
||||
# Escaping for special characters.
|
||||
EQUALS = =
|
||||
|
||||
# The top-level source directory on which CMake was run.
|
||||
CMAKE_SOURCE_DIR = /home/andreas/git/logger
|
||||
|
||||
# The top-level build directory on which CMake was run.
|
||||
CMAKE_BINARY_DIR = /home/andreas/git/logger/cmake-build-release
|
||||
|
||||
# Include any dependencies generated for this target.
|
||||
include test/CMakeFiles/utility_test.dir/depend.make
|
||||
# Include the progress variables for this target.
|
||||
include test/CMakeFiles/utility_test.dir/progress.make
|
||||
|
||||
# Include the compile flags for this target's objects.
|
||||
include test/CMakeFiles/utility_test.dir/flags.make
|
||||
|
||||
test/CMakeFiles/utility_test.dir/src/utility.cpp.o: test/CMakeFiles/utility_test.dir/flags.make
|
||||
test/CMakeFiles/utility_test.dir/src/utility.cpp.o: ../test/src/utility.cpp
|
||||
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=/home/andreas/git/logger/cmake-build-release/CMakeFiles --progress-num=$(CMAKE_PROGRESS_1) "Building CXX object test/CMakeFiles/utility_test.dir/src/utility.cpp.o"
|
||||
cd /home/andreas/git/logger/cmake-build-release/test && /usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -o CMakeFiles/utility_test.dir/src/utility.cpp.o -c /home/andreas/git/logger/test/src/utility.cpp
|
||||
|
||||
test/CMakeFiles/utility_test.dir/src/utility.cpp.i: cmake_force
|
||||
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing CXX source to CMakeFiles/utility_test.dir/src/utility.cpp.i"
|
||||
cd /home/andreas/git/logger/cmake-build-release/test && /usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -E /home/andreas/git/logger/test/src/utility.cpp > CMakeFiles/utility_test.dir/src/utility.cpp.i
|
||||
|
||||
test/CMakeFiles/utility_test.dir/src/utility.cpp.s: cmake_force
|
||||
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling CXX source to assembly CMakeFiles/utility_test.dir/src/utility.cpp.s"
|
||||
cd /home/andreas/git/logger/cmake-build-release/test && /usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -S /home/andreas/git/logger/test/src/utility.cpp -o CMakeFiles/utility_test.dir/src/utility.cpp.s
|
||||
|
||||
# Object files for target utility_test
|
||||
utility_test_OBJECTS = \
|
||||
"CMakeFiles/utility_test.dir/src/utility.cpp.o"
|
||||
|
||||
# External object files for target utility_test
|
||||
utility_test_EXTERNAL_OBJECTS =
|
||||
|
||||
test/utility_test: test/CMakeFiles/utility_test.dir/src/utility.cpp.o
|
||||
test/utility_test: test/CMakeFiles/utility_test.dir/build.make
|
||||
test/utility_test: lib/libgtest.a
|
||||
test/utility_test: lib/libgmock.a
|
||||
test/utility_test: lib/libgtest_main.a
|
||||
test/utility_test: lib/libgtest.a
|
||||
test/utility_test: test/CMakeFiles/utility_test.dir/link.txt
|
||||
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --bold --progress-dir=/home/andreas/git/logger/cmake-build-release/CMakeFiles --progress-num=$(CMAKE_PROGRESS_2) "Linking CXX executable utility_test"
|
||||
cd /home/andreas/git/logger/cmake-build-release/test && $(CMAKE_COMMAND) -E cmake_link_script CMakeFiles/utility_test.dir/link.txt --verbose=$(VERBOSE)
|
||||
cd /home/andreas/git/logger/cmake-build-release/test && /usr/bin/cmake -D TEST_TARGET=utility_test -D TEST_EXECUTABLE=/home/andreas/git/logger/cmake-build-release/test/utility_test -D TEST_EXECUTOR= -D TEST_WORKING_DIR=/home/andreas/git/logger/cmake-build-release/test -D TEST_EXTRA_ARGS= -D TEST_PROPERTIES=VS_DEBUGGER_WORKING_DIRECTORY -D TEST_PREFIX= -D TEST_SUFFIX= -D TEST_FILTER= -D NO_PRETTY_TYPES=FALSE -D NO_PRETTY_VALUES=FALSE -D TEST_LIST=utility_test_TESTS -D CTEST_FILE=/home/andreas/git/logger/cmake-build-release/test/utility_test[1]_tests.cmake -D TEST_DISCOVERY_TIMEOUT=5 -D TEST_XML_OUTPUT_DIR= -P /usr/share/cmake-3.22/Modules/GoogleTestAddTests.cmake
|
||||
|
||||
# Rule to build all files generated by this target.
|
||||
test/CMakeFiles/utility_test.dir/build: test/utility_test
|
||||
.PHONY : test/CMakeFiles/utility_test.dir/build
|
||||
|
||||
test/CMakeFiles/utility_test.dir/clean:
|
||||
cd /home/andreas/git/logger/cmake-build-release/test && $(CMAKE_COMMAND) -P CMakeFiles/utility_test.dir/cmake_clean.cmake
|
||||
.PHONY : test/CMakeFiles/utility_test.dir/clean
|
||||
|
||||
test/CMakeFiles/utility_test.dir/depend:
|
||||
cd /home/andreas/git/logger/cmake-build-release && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /home/andreas/git/logger /home/andreas/git/logger/test /home/andreas/git/logger/cmake-build-release /home/andreas/git/logger/cmake-build-release/test /home/andreas/git/logger/cmake-build-release/test/CMakeFiles/utility_test.dir/DependInfo.cmake --color=$(COLOR)
|
||||
.PHONY : test/CMakeFiles/utility_test.dir/depend
|
||||
|
||||
@@ -0,0 +1,11 @@
|
||||
file(REMOVE_RECURSE
|
||||
"CMakeFiles/utility_test.dir/src/utility.cpp.o"
|
||||
"utility_test"
|
||||
"utility_test.pdb"
|
||||
"utility_test[1]_tests.cmake"
|
||||
)
|
||||
|
||||
# Per-language clean rules from dependency scanning.
|
||||
foreach(lang CXX)
|
||||
include(CMakeFiles/utility_test.dir/cmake_clean_${lang}.cmake OPTIONAL)
|
||||
endforeach()
|
||||
@@ -0,0 +1,27 @@
|
||||
# CMAKE generated file: DO NOT EDIT!
|
||||
# Generated by "Unix Makefiles" Generator, CMake Version 3.22
|
||||
|
||||
test/CMakeFiles/utility_test.dir/src/utility.cpp.o
|
||||
../inc/types.h
|
||||
../inc/utility.h
|
||||
../test/googletest/googletest/include/gtest/gtest-death-test.h
|
||||
../test/googletest/googletest/include/gtest/gtest-matchers.h
|
||||
../test/googletest/googletest/include/gtest/gtest-message.h
|
||||
../test/googletest/googletest/include/gtest/gtest-param-test.h
|
||||
../test/googletest/googletest/include/gtest/gtest-printers.h
|
||||
../test/googletest/googletest/include/gtest/gtest-test-part.h
|
||||
../test/googletest/googletest/include/gtest/gtest-typed-test.h
|
||||
../test/googletest/googletest/include/gtest/gtest.h
|
||||
../test/googletest/googletest/include/gtest/gtest_pred_impl.h
|
||||
../test/googletest/googletest/include/gtest/gtest_prod.h
|
||||
../test/googletest/googletest/include/gtest/internal/custom/gtest-port.h
|
||||
../test/googletest/googletest/include/gtest/internal/custom/gtest-printers.h
|
||||
../test/googletest/googletest/include/gtest/internal/gtest-death-test-internal.h
|
||||
../test/googletest/googletest/include/gtest/internal/gtest-filepath.h
|
||||
../test/googletest/googletest/include/gtest/internal/gtest-internal.h
|
||||
../test/googletest/googletest/include/gtest/internal/gtest-param-util.h
|
||||
../test/googletest/googletest/include/gtest/internal/gtest-port-arch.h
|
||||
../test/googletest/googletest/include/gtest/internal/gtest-port.h
|
||||
../test/googletest/googletest/include/gtest/internal/gtest-string.h
|
||||
../test/googletest/googletest/include/gtest/internal/gtest-type-util.h
|
||||
/home/andreas/git/logger/test/src/utility.cpp
|
||||
@@ -0,0 +1,27 @@
|
||||
# CMAKE generated file: DO NOT EDIT!
|
||||
# Generated by "Unix Makefiles" Generator, CMake Version 3.22
|
||||
|
||||
test/CMakeFiles/utility_test.dir/src/utility.cpp.o: \
|
||||
../inc/types.h \
|
||||
../inc/utility.h \
|
||||
../test/googletest/googletest/include/gtest/gtest-death-test.h \
|
||||
../test/googletest/googletest/include/gtest/gtest-matchers.h \
|
||||
../test/googletest/googletest/include/gtest/gtest-message.h \
|
||||
../test/googletest/googletest/include/gtest/gtest-param-test.h \
|
||||
../test/googletest/googletest/include/gtest/gtest-printers.h \
|
||||
../test/googletest/googletest/include/gtest/gtest-test-part.h \
|
||||
../test/googletest/googletest/include/gtest/gtest-typed-test.h \
|
||||
../test/googletest/googletest/include/gtest/gtest.h \
|
||||
../test/googletest/googletest/include/gtest/gtest_pred_impl.h \
|
||||
../test/googletest/googletest/include/gtest/gtest_prod.h \
|
||||
../test/googletest/googletest/include/gtest/internal/custom/gtest-port.h \
|
||||
../test/googletest/googletest/include/gtest/internal/custom/gtest-printers.h \
|
||||
../test/googletest/googletest/include/gtest/internal/gtest-death-test-internal.h \
|
||||
../test/googletest/googletest/include/gtest/internal/gtest-filepath.h \
|
||||
../test/googletest/googletest/include/gtest/internal/gtest-internal.h \
|
||||
../test/googletest/googletest/include/gtest/internal/gtest-param-util.h \
|
||||
../test/googletest/googletest/include/gtest/internal/gtest-port-arch.h \
|
||||
../test/googletest/googletest/include/gtest/internal/gtest-port.h \
|
||||
../test/googletest/googletest/include/gtest/internal/gtest-string.h \
|
||||
../test/googletest/googletest/include/gtest/internal/gtest-type-util.h \
|
||||
../test/src/utility.cpp
|
||||
@@ -0,0 +1,10 @@
|
||||
# CMAKE generated file: DO NOT EDIT!
|
||||
# Generated by "Unix Makefiles" Generator, CMake Version 3.22
|
||||
|
||||
# compile CXX with /usr/bin/c++
|
||||
CXX_DEFINES =
|
||||
|
||||
CXX_INCLUDES = -I/home/andreas/git/logger/inc -isystem /home/andreas/git/logger/test/googletest/googletest/include -isystem /home/andreas/git/logger/test/googletest/googletest -isystem /home/andreas/git/logger/test/googletest/googlemock/include -isystem /home/andreas/git/logger/test/googletest/googlemock
|
||||
|
||||
CXX_FLAGS = -O3 -DNDEBUG -std=gnu++20
|
||||
|
||||
@@ -0,0 +1 @@
|
||||
/usr/bin/c++ -O3 -DNDEBUG CMakeFiles/utility_test.dir/src/utility.cpp.o -o utility_test ../lib/libgtest.a ../lib/libgmock.a ../lib/libgtest_main.a ../lib/libgtest.a -lpthread
|
||||
@@ -0,0 +1,3 @@
|
||||
CMAKE_PROGRESS_1 = 15
|
||||
CMAKE_PROGRESS_2 = 16
|
||||
|
||||
Binary file not shown.
Reference in New Issue
Block a user