diff --git a/cmake-build-cmake/.cmake/api/v1/reply/cache-v2-b897ddef098a1ba91ea1.json b/cmake-build-cmake/.cmake/api/v1/reply/cache-v2-b897ddef098a1ba91ea1.json new file mode 100644 index 0000000..222040d --- /dev/null +++ b/cmake-build-cmake/.cmake/api/v1/reply/cache-v2-b897ddef098a1ba91ea1.json @@ -0,0 +1,1435 @@ +{ + "entries" : + [ + { + "name" : "CLANG_TIDY_EXECUTABLE", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Path to a program." + } + ], + "type" : "FILEPATH", + "value" : "CLANG_TIDY_EXECUTABLE-NOTFOUND" + }, + { + "name" : "CMAKE_ADDR2LINE", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Path to a program." + } + ], + "type" : "FILEPATH", + "value" : "CMAKE_ADDR2LINE-NOTFOUND" + }, + { + "name" : "CMAKE_AR", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Path to a program." + } + ], + "type" : "FILEPATH", + "value" : "/Library/Developer/CommandLineTools/usr/bin/ar" + }, + { + "name" : "CMAKE_BUILD_TYPE", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Choose the type of build, options are: None Debug Release RelWithDebInfo MinSizeRel ..." + } + ], + "type" : "STRING", + "value" : "Debug" + }, + { + "name" : "CMAKE_CACHEFILE_DIR", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "This is the directory where this CMakeCache.txt was created" + } + ], + "type" : "INTERNAL", + "value" : "/Users/anthony/CLionProjects/Option_pricer/cmake-build-cmake" + }, + { + "name" : "CMAKE_CACHE_MAJOR_VERSION", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Major version of cmake used to create the current loaded cache" + } + ], + "type" : "INTERNAL", + "value" : "3" + }, + { + "name" : "CMAKE_CACHE_MINOR_VERSION", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Minor version of cmake used to create the current loaded cache" + } + ], + "type" : "INTERNAL", + "value" : "28" + }, + { + "name" : "CMAKE_CACHE_PATCH_VERSION", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Patch version of cmake used to create the current loaded cache" + } + ], + "type" : "INTERNAL", + "value" : "1" + }, + { + "name" : "CMAKE_COLOR_DIAGNOSTICS", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Enable colored diagnostics throughout." + } + ], + "type" : "BOOL", + "value" : "ON" + }, + { + "name" : "CMAKE_COMMAND", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Path to CMake executable." + } + ], + "type" : "INTERNAL", + "value" : "/Applications/CLion.app/Contents/bin/cmake/mac/x64/bin/cmake" + }, + { + "name" : "CMAKE_CPACK_COMMAND", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Path to cpack program executable." + } + ], + "type" : "INTERNAL", + "value" : "/Applications/CLion.app/Contents/bin/cmake/mac/x64/bin/cpack" + }, + { + "name" : "CMAKE_CTEST_COMMAND", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Path to ctest program executable." + } + ], + "type" : "INTERNAL", + "value" : "/Applications/CLion.app/Contents/bin/cmake/mac/x64/bin/ctest" + }, + { + "name" : "CMAKE_CXX_COMPILER", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "CXX compiler" + } + ], + "type" : "FILEPATH", + "value" : "/Library/Developer/CommandLineTools/usr/bin/c++" + }, + { + "name" : "CMAKE_CXX_FLAGS", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Flags used by the CXX compiler during all build types." + } + ], + "type" : "STRING", + "value" : "" + }, + { + "name" : "CMAKE_CXX_FLAGS_DEBUG", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Flags used by the CXX compiler during DEBUG builds." + } + ], + "type" : "STRING", + "value" : "-g" + }, + { + "name" : "CMAKE_CXX_FLAGS_MINSIZEREL", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Flags used by the CXX compiler during MINSIZEREL builds." + } + ], + "type" : "STRING", + "value" : "-Os -DNDEBUG" + }, + { + "name" : "CMAKE_CXX_FLAGS_RELEASE", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Flags used by the CXX compiler during RELEASE builds." + } + ], + "type" : "STRING", + "value" : "-O3 -DNDEBUG" + }, + { + "name" : "CMAKE_CXX_FLAGS_RELWITHDEBINFO", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Flags used by the CXX compiler during RELWITHDEBINFO builds." + } + ], + "type" : "STRING", + "value" : "-O2 -g -DNDEBUG" + }, + { + "name" : "CMAKE_C_COMPILER", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "C compiler" + } + ], + "type" : "FILEPATH", + "value" : "/Library/Developer/CommandLineTools/usr/bin/cc" + }, + { + "name" : "CMAKE_C_FLAGS", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Flags used by the C compiler during all build types." + } + ], + "type" : "STRING", + "value" : "" + }, + { + "name" : "CMAKE_C_FLAGS_DEBUG", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Flags used by the C compiler during DEBUG builds." + } + ], + "type" : "STRING", + "value" : "-g" + }, + { + "name" : "CMAKE_C_FLAGS_MINSIZEREL", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Flags used by the C compiler during MINSIZEREL builds." + } + ], + "type" : "STRING", + "value" : "-Os -DNDEBUG" + }, + { + "name" : "CMAKE_C_FLAGS_RELEASE", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Flags used by the C compiler during RELEASE builds." + } + ], + "type" : "STRING", + "value" : "-O3 -DNDEBUG" + }, + { + "name" : "CMAKE_C_FLAGS_RELWITHDEBINFO", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Flags used by the C compiler during RELWITHDEBINFO builds." + } + ], + "type" : "STRING", + "value" : "-O2 -g -DNDEBUG" + }, + { + "name" : "CMAKE_DLLTOOL", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Path to a program." + } + ], + "type" : "FILEPATH", + "value" : "CMAKE_DLLTOOL-NOTFOUND" + }, + { + "name" : "CMAKE_EXECUTABLE_FORMAT", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Executable file format" + } + ], + "type" : "INTERNAL", + "value" : "MACHO" + }, + { + "name" : "CMAKE_EXE_LINKER_FLAGS", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Flags used by the linker during all build types." + } + ], + "type" : "STRING", + "value" : "" + }, + { + "name" : "CMAKE_EXE_LINKER_FLAGS_DEBUG", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Flags used by the linker during DEBUG builds." + } + ], + "type" : "STRING", + "value" : "" + }, + { + "name" : "CMAKE_EXE_LINKER_FLAGS_MINSIZEREL", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Flags used by the linker during MINSIZEREL builds." + } + ], + "type" : "STRING", + "value" : "" + }, + { + "name" : "CMAKE_EXE_LINKER_FLAGS_RELEASE", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Flags used by the linker during RELEASE builds." + } + ], + "type" : "STRING", + "value" : "" + }, + { + "name" : "CMAKE_EXE_LINKER_FLAGS_RELWITHDEBINFO", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Flags used by the linker during RELWITHDEBINFO builds." + } + ], + "type" : "STRING", + "value" : "" + }, + { + "name" : "CMAKE_EXPORT_COMPILE_COMMANDS", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Enable/Disable output of compile commands during generation." + } + ], + "type" : "BOOL", + "value" : "" + }, + { + "name" : "CMAKE_EXTRA_GENERATOR", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Name of external makefile project generator." + } + ], + "type" : "INTERNAL", + "value" : "" + }, + { + "name" : "CMAKE_FIND_PACKAGE_REDIRECTS_DIR", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Value Computed by CMake." + } + ], + "type" : "STATIC", + "value" : "/Users/anthony/CLionProjects/Option_pricer/cmake-build-cmake/CMakeFiles/pkgRedirects" + }, + { + "name" : "CMAKE_GENERATOR", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Name of generator." + } + ], + "type" : "INTERNAL", + "value" : "Ninja" + }, + { + "name" : "CMAKE_GENERATOR_INSTANCE", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Generator instance identifier." + } + ], + "type" : "INTERNAL", + "value" : "" + }, + { + "name" : "CMAKE_GENERATOR_PLATFORM", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Name of generator platform." + } + ], + "type" : "INTERNAL", + "value" : "" + }, + { + "name" : "CMAKE_GENERATOR_TOOLSET", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Name of generator toolset." + } + ], + "type" : "INTERNAL", + "value" : "" + }, + { + "name" : "CMAKE_HAVE_LIBC_PTHREAD", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Test CMAKE_HAVE_LIBC_PTHREAD" + } + ], + "type" : "INTERNAL", + "value" : "1" + }, + { + "name" : "CMAKE_HOME_DIRECTORY", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Source directory with the top level CMakeLists.txt file for this project" + } + ], + "type" : "INTERNAL", + "value" : "/Users/anthony/CLionProjects/Option_pricer" + }, + { + "name" : "CMAKE_INSTALL_NAME_TOOL", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Path to a program." + } + ], + "type" : "FILEPATH", + "value" : "/usr/bin/install_name_tool" + }, + { + "name" : "CMAKE_INSTALL_PREFIX", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Install path prefix, prepended onto install directories." + } + ], + "type" : "PATH", + "value" : "/usr/local" + }, + { + "name" : "CMAKE_LINKER", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Path to a program." + } + ], + "type" : "FILEPATH", + "value" : "/Library/Developer/CommandLineTools/usr/bin/ld" + }, + { + "name" : "CMAKE_MAKE_PROGRAM", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "No help, variable specified on the command line." + } + ], + "type" : "UNINITIALIZED", + "value" : "/Applications/CLion.app/Contents/bin/ninja/mac/x64/ninja" + }, + { + "name" : "CMAKE_MODULE_LINKER_FLAGS", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Flags used by the linker during the creation of modules during all build types." + } + ], + "type" : "STRING", + "value" : "" + }, + { + "name" : "CMAKE_MODULE_LINKER_FLAGS_DEBUG", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Flags used by the linker during the creation of modules during DEBUG builds." + } + ], + "type" : "STRING", + "value" : "" + }, + { + "name" : "CMAKE_MODULE_LINKER_FLAGS_MINSIZEREL", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Flags used by the linker during the creation of modules during MINSIZEREL builds." + } + ], + "type" : "STRING", + "value" : "" + }, + { + "name" : "CMAKE_MODULE_LINKER_FLAGS_RELEASE", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Flags used by the linker during the creation of modules during RELEASE builds." + } + ], + "type" : "STRING", + "value" : "" + }, + { + "name" : "CMAKE_MODULE_LINKER_FLAGS_RELWITHDEBINFO", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Flags used by the linker during the creation of modules during RELWITHDEBINFO builds." + } + ], + "type" : "STRING", + "value" : "" + }, + { + "name" : "CMAKE_NM", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Path to a program." + } + ], + "type" : "FILEPATH", + "value" : "/Library/Developer/CommandLineTools/usr/bin/nm" + }, + { + "name" : "CMAKE_NUMBER_OF_MAKEFILES", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "number of local generators" + } + ], + "type" : "INTERNAL", + "value" : "4" + }, + { + "name" : "CMAKE_OBJCOPY", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Path to a program." + } + ], + "type" : "FILEPATH", + "value" : "CMAKE_OBJCOPY-NOTFOUND" + }, + { + "name" : "CMAKE_OBJDUMP", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Path to a program." + } + ], + "type" : "FILEPATH", + "value" : "/Library/Developer/CommandLineTools/usr/bin/objdump" + }, + { + "name" : "CMAKE_OSX_ARCHITECTURES", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Build architectures for OSX" + } + ], + "type" : "STRING", + "value" : "" + }, + { + "name" : "CMAKE_OSX_DEPLOYMENT_TARGET", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Minimum OS X version to target for deployment (at runtime); newer APIs weak linked. Set to empty string for default value." + } + ], + "type" : "STRING", + "value" : "" + }, + { + "name" : "CMAKE_OSX_SYSROOT", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "The product will be built against the headers and libraries located inside the indicated SDK." + } + ], + "type" : "PATH", + "value" : "/Library/Developer/CommandLineTools/SDKs/MacOSX14.0.sdk" + }, + { + "name" : "CMAKE_PLATFORM_INFO_INITIALIZED", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Platform information initialized" + } + ], + "type" : "INTERNAL", + "value" : "1" + }, + { + "name" : "CMAKE_PROJECT_DESCRIPTION", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Value Computed by CMake" + } + ], + "type" : "STATIC", + "value" : "" + }, + { + "name" : "CMAKE_PROJECT_HOMEPAGE_URL", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Value Computed by CMake" + } + ], + "type" : "STATIC", + "value" : "" + }, + { + "name" : "CMAKE_PROJECT_NAME", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Value Computed by CMake" + } + ], + "type" : "STATIC", + "value" : "Option_pricer" + }, + { + "name" : "CMAKE_RANLIB", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Path to a program." + } + ], + "type" : "FILEPATH", + "value" : "/Library/Developer/CommandLineTools/usr/bin/ranlib" + }, + { + "name" : "CMAKE_READELF", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Path to a program." + } + ], + "type" : "FILEPATH", + "value" : "CMAKE_READELF-NOTFOUND" + }, + { + "name" : "CMAKE_ROOT", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Path to CMake installation." + } + ], + "type" : "INTERNAL", + "value" : "/Applications/CLion.app/Contents/bin/cmake/mac/x64/share/cmake-3.28" + }, + { + "name" : "CMAKE_SHARED_LINKER_FLAGS", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Flags used by the linker during the creation of shared libraries during all build types." + } + ], + "type" : "STRING", + "value" : "" + }, + { + "name" : "CMAKE_SHARED_LINKER_FLAGS_DEBUG", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Flags used by the linker during the creation of shared libraries during DEBUG builds." + } + ], + "type" : "STRING", + "value" : "" + }, + { + "name" : "CMAKE_SHARED_LINKER_FLAGS_MINSIZEREL", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Flags used by the linker during the creation of shared libraries during MINSIZEREL builds." + } + ], + "type" : "STRING", + "value" : "" + }, + { + "name" : "CMAKE_SHARED_LINKER_FLAGS_RELEASE", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Flags used by the linker during the creation of shared libraries during RELEASE builds." + } + ], + "type" : "STRING", + "value" : "" + }, + { + "name" : "CMAKE_SHARED_LINKER_FLAGS_RELWITHDEBINFO", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Flags used by the linker during the creation of shared libraries during RELWITHDEBINFO builds." + } + ], + "type" : "STRING", + "value" : "" + }, + { + "name" : "CMAKE_SKIP_INSTALL_RPATH", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "If set, runtime paths are not added when installing shared libraries, but are added when building." + } + ], + "type" : "BOOL", + "value" : "NO" + }, + { + "name" : "CMAKE_SKIP_RPATH", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "If set, runtime paths are not added when using shared libraries." + } + ], + "type" : "BOOL", + "value" : "NO" + }, + { + "name" : "CMAKE_STATIC_LINKER_FLAGS", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Flags used by the linker during the creation of static libraries during all build types." + } + ], + "type" : "STRING", + "value" : "" + }, + { + "name" : "CMAKE_STATIC_LINKER_FLAGS_DEBUG", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Flags used by the linker during the creation of static libraries during DEBUG builds." + } + ], + "type" : "STRING", + "value" : "" + }, + { + "name" : "CMAKE_STATIC_LINKER_FLAGS_MINSIZEREL", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Flags used by the linker during the creation of static libraries during MINSIZEREL builds." + } + ], + "type" : "STRING", + "value" : "" + }, + { + "name" : "CMAKE_STATIC_LINKER_FLAGS_RELEASE", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Flags used by the linker during the creation of static libraries during RELEASE builds." + } + ], + "type" : "STRING", + "value" : "" + }, + { + "name" : "CMAKE_STATIC_LINKER_FLAGS_RELWITHDEBINFO", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Flags used by the linker during the creation of static libraries during RELWITHDEBINFO builds." + } + ], + "type" : "STRING", + "value" : "" + }, + { + "name" : "CMAKE_STRIP", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Path to a program." + } + ], + "type" : "FILEPATH", + "value" : "/Library/Developer/CommandLineTools/usr/bin/strip" + }, + { + "name" : "CMAKE_TAPI", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Path to a program." + } + ], + "type" : "FILEPATH", + "value" : "/Library/Developer/CommandLineTools/usr/bin/tapi" + }, + { + "name" : "CMAKE_TOOLCHAIN_FILE", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Vcpkg toolchain file" + } + ], + "type" : "STRING", + "value" : "/Users/anthony/.vcpkg-clion/vcpkg/scripts/buildsystems/vcpkg.cmake" + }, + { + "name" : "CMAKE_UNAME", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "uname command" + } + ], + "type" : "INTERNAL", + "value" : "/usr/bin/uname" + }, + { + "name" : "CMAKE_VERBOSE_MAKEFILE", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "If this value is on, makefiles will be generated without the .SILENT directive, and all commands will be echoed to the console during the make. This is useful for debugging only. With Visual Studio IDE projects all commands are done without /nologo." + } + ], + "type" : "BOOL", + "value" : "FALSE" + }, + { + "name" : "FIND_PACKAGE_MESSAGE_DETAILS_GTest", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Details about finding GTest" + } + ], + "type" : "INTERNAL", + "value" : "[/Users/anthony/.vcpkg-clion/vcpkg/installed/x64-osx/share/gtest/GTestConfig.cmake][c ][v1.14.0()]" + }, + { + "name" : "GMock_DIR", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "The directory containing a CMake configuration file for GMock." + } + ], + "type" : "PATH", + "value" : "GMock_DIR-NOTFOUND" + }, + { + "name" : "GTest_DIR", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "The directory containing a CMake configuration file for GTest." + } + ], + "type" : "PATH", + "value" : "/Users/anthony/.vcpkg-clion/vcpkg/installed/x64-osx/share/gtest" + }, + { + "name" : "Option_pricer_BINARY_DIR", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Value Computed by CMake" + } + ], + "type" : "STATIC", + "value" : "/Users/anthony/CLionProjects/Option_pricer/cmake-build-cmake" + }, + { + "name" : "Option_pricer_IS_TOP_LEVEL", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Value Computed by CMake" + } + ], + "type" : "STATIC", + "value" : "ON" + }, + { + "name" : "Option_pricer_SOURCE_DIR", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Value Computed by CMake" + } + ], + "type" : "STATIC", + "value" : "/Users/anthony/CLionProjects/Option_pricer" + }, + { + "name" : "VCPKG_APPLOCAL_DEPS", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Automatically copy dependencies into the output directory for executables." + } + ], + "type" : "BOOL", + "value" : "ON" + }, + { + "name" : "VCPKG_INSTALLED_DIR", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "The directory which contains the installed libraries for each triplet" + } + ], + "type" : "PATH", + "value" : "/Users/anthony/.vcpkg-clion/vcpkg/installed" + }, + { + "name" : "VCPKG_MANIFEST_DIR", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "The path to the vcpkg manifest directory." + } + ], + "type" : "PATH", + "value" : "" + }, + { + "name" : "VCPKG_MANIFEST_INSTALL", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Install the dependencies listed in your manifest:\n If this is off, you will have to manually install your dependencies.\n See https://github.com/microsoft/vcpkg/tree/master/docs/specifications/manifests.md for more info.\n" + } + ], + "type" : "INTERNAL", + "value" : "OFF" + }, + { + "name" : "VCPKG_MANIFEST_MODE", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Use manifest mode, as opposed to classic mode." + } + ], + "type" : "BOOL", + "value" : "OFF" + }, + { + "name" : "VCPKG_PREFER_SYSTEM_LIBS", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Appends the vcpkg paths to CMAKE_PREFIX_PATH, CMAKE_LIBRARY_PATH and CMAKE_FIND_ROOT_PATH so that vcpkg libraries/packages are found after toolchain/system libraries/packages." + } + ], + "type" : "BOOL", + "value" : "OFF" + }, + { + "name" : "VCPKG_SETUP_CMAKE_PROGRAM_PATH", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Enable the setup of CMAKE_PROGRAM_PATH to vcpkg paths" + } + ], + "type" : "BOOL", + "value" : "ON" + }, + { + "name" : "VCPKG_TARGET_TRIPLET", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Vcpkg target triplet (ex. x86-windows)" + } + ], + "type" : "STRING", + "value" : "x64-osx" + }, + { + "name" : "VCPKG_TRACE_FIND_PACKAGE", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Trace calls to find_package()" + } + ], + "type" : "BOOL", + "value" : "OFF" + }, + { + "name" : "VCPKG_VERBOSE", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Enables messages from the VCPKG toolchain for debugging purposes." + } + ], + "type" : "BOOL", + "value" : "OFF" + }, + { + "name" : "X_VCPKG_APPLOCAL_DEPS_INSTALL", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "(experimental) Automatically copy dependencies into the install target directory for executables. Requires CMake 3.14." + } + ], + "type" : "BOOL", + "value" : "OFF" + }, + { + "name" : "X_VCPKG_APPLOCAL_DEPS_SERIALIZED", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "(experimental) Add USES_TERMINAL to VCPKG_APPLOCAL_DEPS to force serialization." + } + ], + "type" : "BOOL", + "value" : "OFF" + }, + { + "name" : "Z_VCPKG_CHECK_MANIFEST_MODE", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Making sure VCPKG_MANIFEST_MODE doesn't change" + } + ], + "type" : "INTERNAL", + "value" : "OFF" + }, + { + "name" : "Z_VCPKG_CL", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Path to a program." + } + ], + "type" : "FILEPATH", + "value" : "Z_VCPKG_CL-NOTFOUND" + }, + { + "name" : "Z_VCPKG_ROOT_DIR", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Vcpkg root directory" + } + ], + "type" : "INTERNAL", + "value" : "/Users/anthony/.vcpkg-clion/vcpkg" + }, + { + "name" : "_VCPKG_INSTALLED_DIR", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "The directory which contains the installed libraries for each triplet" + } + ], + "type" : "PATH", + "value" : "/Users/anthony/.vcpkg-clion/vcpkg/installed" + } + ], + "kind" : "cache", + "version" : + { + "major" : 2, + "minor" : 0 + } +} diff --git a/cmake-build-cmake/.cmake/api/v1/reply/cmakeFiles-v1-33ea1eb26ee63a4e57ce.json b/cmake-build-cmake/.cmake/api/v1/reply/cmakeFiles-v1-33ea1eb26ee63a4e57ce.json new file mode 100644 index 0000000..3068de5 --- /dev/null +++ b/cmake-build-cmake/.cmake/api/v1/reply/cmakeFiles-v1-33ea1eb26ee63a4e57ce.json @@ -0,0 +1,334 @@ +{ + "inputs" : + [ + { + "path" : "CMakeLists.txt" + }, + { + "isGenerated" : true, + "path" : "cmake-build-cmake/CMakeFiles/3.28.1/CMakeSystem.cmake" + }, + { + "isExternal" : true, + "path" : "/Users/anthony/.vcpkg-clion/vcpkg/scripts/buildsystems/vcpkg.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/Applications/CLion.app/Contents/bin/cmake/mac/x64/share/cmake-3.28/Modules/CMakeDependentOption.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/Applications/CLion.app/Contents/bin/cmake/mac/x64/share/cmake-3.28/Modules/CMakeSystemSpecificInitialize.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/Applications/CLion.app/Contents/bin/cmake/mac/x64/share/cmake-3.28/Modules/Platform/Darwin-Initialize.cmake" + }, + { + "isGenerated" : true, + "path" : "cmake-build-cmake/CMakeFiles/3.28.1/CMakeCCompiler.cmake" + }, + { + "isGenerated" : true, + "path" : "cmake-build-cmake/CMakeFiles/3.28.1/CMakeCXXCompiler.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/Applications/CLion.app/Contents/bin/cmake/mac/x64/share/cmake-3.28/Modules/CMakeSystemSpecificInformation.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/Applications/CLion.app/Contents/bin/cmake/mac/x64/share/cmake-3.28/Modules/CMakeGenericSystem.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/Applications/CLion.app/Contents/bin/cmake/mac/x64/share/cmake-3.28/Modules/CMakeInitializeConfigs.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/Applications/CLion.app/Contents/bin/cmake/mac/x64/share/cmake-3.28/Modules/Platform/Darwin.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/Applications/CLion.app/Contents/bin/cmake/mac/x64/share/cmake-3.28/Modules/Platform/UnixPaths.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/Applications/CLion.app/Contents/bin/cmake/mac/x64/share/cmake-3.28/Modules/CMakeCInformation.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/Applications/CLion.app/Contents/bin/cmake/mac/x64/share/cmake-3.28/Modules/CMakeLanguageInformation.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/Applications/CLion.app/Contents/bin/cmake/mac/x64/share/cmake-3.28/Modules/Compiler/AppleClang-C.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/Applications/CLion.app/Contents/bin/cmake/mac/x64/share/cmake-3.28/Modules/Compiler/Clang.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/Applications/CLion.app/Contents/bin/cmake/mac/x64/share/cmake-3.28/Modules/Compiler/CMakeCommonCompilerMacros.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/Applications/CLion.app/Contents/bin/cmake/mac/x64/share/cmake-3.28/Modules/Compiler/GNU.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/Applications/CLion.app/Contents/bin/cmake/mac/x64/share/cmake-3.28/Modules/Compiler/CMakeCommonCompilerMacros.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/Applications/CLion.app/Contents/bin/cmake/mac/x64/share/cmake-3.28/Modules/Platform/Apple-AppleClang-C.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/Applications/CLion.app/Contents/bin/cmake/mac/x64/share/cmake-3.28/Modules/Platform/Apple-Clang-C.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/Applications/CLion.app/Contents/bin/cmake/mac/x64/share/cmake-3.28/Modules/Platform/Apple-Clang.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/Applications/CLion.app/Contents/bin/cmake/mac/x64/share/cmake-3.28/Modules/CMakeCommonLanguageInclude.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/Applications/CLion.app/Contents/bin/cmake/mac/x64/share/cmake-3.28/Modules/CMakeCXXInformation.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/Applications/CLion.app/Contents/bin/cmake/mac/x64/share/cmake-3.28/Modules/CMakeLanguageInformation.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/Applications/CLion.app/Contents/bin/cmake/mac/x64/share/cmake-3.28/Modules/Compiler/AppleClang-CXX.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/Applications/CLion.app/Contents/bin/cmake/mac/x64/share/cmake-3.28/Modules/Compiler/Clang.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/Applications/CLion.app/Contents/bin/cmake/mac/x64/share/cmake-3.28/Modules/Platform/Apple-AppleClang-CXX.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/Applications/CLion.app/Contents/bin/cmake/mac/x64/share/cmake-3.28/Modules/Platform/Apple-Clang-CXX.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/Applications/CLion.app/Contents/bin/cmake/mac/x64/share/cmake-3.28/Modules/Platform/Apple-Clang.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/Applications/CLion.app/Contents/bin/cmake/mac/x64/share/cmake-3.28/Modules/CMakeCommonLanguageInclude.cmake" + }, + { + "path" : "tests/CMakeLists.txt" + }, + { + "path" : "tests/unit/CMakeLists.txt" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/Applications/CLion.app/Contents/bin/cmake/mac/x64/share/cmake-3.28/Modules/FindGTest.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/Applications/CLion.app/Contents/bin/cmake/mac/x64/share/cmake-3.28/Modules/GoogleTest.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/Applications/CLion.app/Contents/bin/cmake/mac/x64/share/cmake-3.28/Modules/FindPackageHandleStandardArgs.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/Applications/CLion.app/Contents/bin/cmake/mac/x64/share/cmake-3.28/Modules/FindPackageMessage.cmake" + }, + { + "isExternal" : true, + "path" : "/Users/anthony/.vcpkg-clion/vcpkg/installed/x64-osx/share/gtest/GTestConfigVersion.cmake" + }, + { + "isExternal" : true, + "path" : "/Users/anthony/.vcpkg-clion/vcpkg/installed/x64-osx/share/gtest/GTestConfig.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/Applications/CLion.app/Contents/bin/cmake/mac/x64/share/cmake-3.28/Modules/CMakeFindDependencyMacro.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/Applications/CLion.app/Contents/bin/cmake/mac/x64/share/cmake-3.28/Modules/FindThreads.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/Applications/CLion.app/Contents/bin/cmake/mac/x64/share/cmake-3.28/Modules/CheckLibraryExists.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/Applications/CLion.app/Contents/bin/cmake/mac/x64/share/cmake-3.28/Modules/CheckIncludeFile.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/Applications/CLion.app/Contents/bin/cmake/mac/x64/share/cmake-3.28/Modules/CheckCSourceCompiles.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/Applications/CLion.app/Contents/bin/cmake/mac/x64/share/cmake-3.28/Modules/Internal/CheckSourceCompiles.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/Applications/CLion.app/Contents/bin/cmake/mac/x64/share/cmake-3.28/Modules/FindPackageHandleStandardArgs.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/Applications/CLion.app/Contents/bin/cmake/mac/x64/share/cmake-3.28/Modules/FindPackageMessage.cmake" + }, + { + "isExternal" : true, + "path" : "/Users/anthony/.vcpkg-clion/vcpkg/installed/x64-osx/share/gtest/GTestTargets.cmake" + }, + { + "isExternal" : true, + "path" : "/Users/anthony/.vcpkg-clion/vcpkg/installed/x64-osx/share/gtest/GTestTargets-debug.cmake" + }, + { + "isExternal" : true, + "path" : "/Users/anthony/.vcpkg-clion/vcpkg/installed/x64-osx/share/gtest/GTestTargets-release.cmake" + }, + { + "path" : "tests/integration/CMakeLists.txt" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/Applications/CLion.app/Contents/bin/cmake/mac/x64/share/cmake-3.28/Modules/FindGTest.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/Applications/CLion.app/Contents/bin/cmake/mac/x64/share/cmake-3.28/Modules/GoogleTest.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/Applications/CLion.app/Contents/bin/cmake/mac/x64/share/cmake-3.28/Modules/FindPackageHandleStandardArgs.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/Applications/CLion.app/Contents/bin/cmake/mac/x64/share/cmake-3.28/Modules/FindPackageMessage.cmake" + }, + { + "isExternal" : true, + "path" : "/Users/anthony/.vcpkg-clion/vcpkg/installed/x64-osx/share/gtest/GTestConfigVersion.cmake" + }, + { + "isExternal" : true, + "path" : "/Users/anthony/.vcpkg-clion/vcpkg/installed/x64-osx/share/gtest/GTestConfig.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/Applications/CLion.app/Contents/bin/cmake/mac/x64/share/cmake-3.28/Modules/CMakeFindDependencyMacro.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/Applications/CLion.app/Contents/bin/cmake/mac/x64/share/cmake-3.28/Modules/FindThreads.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/Applications/CLion.app/Contents/bin/cmake/mac/x64/share/cmake-3.28/Modules/CheckLibraryExists.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/Applications/CLion.app/Contents/bin/cmake/mac/x64/share/cmake-3.28/Modules/CheckIncludeFile.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/Applications/CLion.app/Contents/bin/cmake/mac/x64/share/cmake-3.28/Modules/CheckCSourceCompiles.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/Applications/CLion.app/Contents/bin/cmake/mac/x64/share/cmake-3.28/Modules/FindPackageHandleStandardArgs.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/Applications/CLion.app/Contents/bin/cmake/mac/x64/share/cmake-3.28/Modules/FindPackageMessage.cmake" + }, + { + "isExternal" : true, + "path" : "/Users/anthony/.vcpkg-clion/vcpkg/installed/x64-osx/share/gtest/GTestTargets.cmake" + }, + { + "isExternal" : true, + "path" : "/Users/anthony/.vcpkg-clion/vcpkg/installed/x64-osx/share/gtest/GTestTargets-debug.cmake" + }, + { + "isExternal" : true, + "path" : "/Users/anthony/.vcpkg-clion/vcpkg/installed/x64-osx/share/gtest/GTestTargets-release.cmake" + } + ], + "kind" : "cmakeFiles", + "paths" : + { + "build" : "/Users/anthony/CLionProjects/Option_pricer/cmake-build-cmake", + "source" : "/Users/anthony/CLionProjects/Option_pricer" + }, + "version" : + { + "major" : 1, + "minor" : 0 + } +} diff --git a/cmake-build-cmake/.cmake/api/v1/reply/codemodel-v2-4bf2d87d82b66880012c.json b/cmake-build-cmake/.cmake/api/v1/reply/codemodel-v2-4bf2d87d82b66880012c.json new file mode 100644 index 0000000..9efa8e7 --- /dev/null +++ b/cmake-build-cmake/.cmake/api/v1/reply/codemodel-v2-4bf2d87d82b66880012c.json @@ -0,0 +1,141 @@ +{ + "configurations" : + [ + { + "directories" : + [ + { + "build" : ".", + "childIndexes" : + [ + 1 + ], + "jsonFile" : "directory-.-Debug-f5ebdc15457944623624.json", + "minimumCMakeVersion" : + { + "string" : "3.26.3" + }, + "projectIndex" : 0, + "source" : ".", + "targetIndexes" : + [ + 1 + ] + }, + { + "build" : "tests", + "childIndexes" : + [ + 2, + 3 + ], + "jsonFile" : "directory-tests-Debug-b01f6abb0ab61427ef3b.json", + "minimumCMakeVersion" : + { + "string" : "3.26.3" + }, + "parentIndex" : 0, + "projectIndex" : 0, + "source" : "tests", + "targetIndexes" : + [ + 2 + ] + }, + { + "build" : "tests/unit", + "jsonFile" : "directory-tests.unit-Debug-4ac8c025c276fb39190f.json", + "minimumCMakeVersion" : + { + "string" : "3.26.3" + }, + "parentIndex" : 1, + "projectIndex" : 0, + "source" : "tests/unit", + "targetIndexes" : + [ + 3 + ] + }, + { + "build" : "tests/integration", + "jsonFile" : "directory-tests.integration-Debug-eee40bc7e66a7d94f52a.json", + "minimumCMakeVersion" : + { + "string" : "3.26.3" + }, + "parentIndex" : 1, + "projectIndex" : 0, + "source" : "tests/integration", + "targetIndexes" : + [ + 0 + ] + } + ], + "name" : "Debug", + "projects" : + [ + { + "directoryIndexes" : + [ + 0, + 1, + 2, + 3 + ], + "name" : "Option_pricer", + "targetIndexes" : + [ + 0, + 1, + 2, + 3 + ] + } + ], + "targets" : + [ + { + "directoryIndex" : 3, + "id" : "Integration_tests::@a40f6d277e0496dfeabf", + "jsonFile" : "target-Integration_tests-Debug-f54e8025ee86aa0d3706.json", + "name" : "Integration_tests", + "projectIndex" : 0 + }, + { + "directoryIndex" : 0, + "id" : "Option_pricer::@6890427a1f51a3e7e1df", + "jsonFile" : "target-Option_pricer-Debug-506bd1144f2022329fe2.json", + "name" : "Option_pricer", + "projectIndex" : 0 + }, + { + "directoryIndex" : 1, + "id" : "Tests::@a44f0ac069e85531cdee", + "jsonFile" : "target-Tests-Debug-ae9dadd6f6c844302c68.json", + "name" : "Tests", + "projectIndex" : 0 + }, + { + "directoryIndex" : 2, + "id" : "Unit_tests::@17bd492d087794b9594e", + "jsonFile" : "target-Unit_tests-Debug-fe879dec7821d75c2821.json", + "name" : "Unit_tests", + "projectIndex" : 0 + } + ] + } + ], + "kind" : "codemodel", + "paths" : + { + "build" : "/Users/anthony/CLionProjects/Option_pricer/cmake-build-cmake", + "source" : "/Users/anthony/CLionProjects/Option_pricer" + }, + "version" : + { + "major" : 2, + "minor" : 6 + } +} diff --git a/cmake-build-cmake/.cmake/api/v1/reply/directory-tests.integration-Debug-eee40bc7e66a7d94f52a.json b/cmake-build-cmake/.cmake/api/v1/reply/directory-tests.integration-Debug-eee40bc7e66a7d94f52a.json new file mode 100644 index 0000000..6c912ec --- /dev/null +++ b/cmake-build-cmake/.cmake/api/v1/reply/directory-tests.integration-Debug-eee40bc7e66a7d94f52a.json @@ -0,0 +1,14 @@ +{ + "backtraceGraph" : + { + "commands" : [], + "files" : [], + "nodes" : [] + }, + "installers" : [], + "paths" : + { + "build" : "tests/integration", + "source" : "tests/integration" + } +} diff --git a/cmake-build-cmake/.cmake/api/v1/reply/directory-tests.unit-Debug-4ac8c025c276fb39190f.json b/cmake-build-cmake/.cmake/api/v1/reply/directory-tests.unit-Debug-4ac8c025c276fb39190f.json new file mode 100644 index 0000000..2dbd314 --- /dev/null +++ b/cmake-build-cmake/.cmake/api/v1/reply/directory-tests.unit-Debug-4ac8c025c276fb39190f.json @@ -0,0 +1,14 @@ +{ + "backtraceGraph" : + { + "commands" : [], + "files" : [], + "nodes" : [] + }, + "installers" : [], + "paths" : + { + "build" : "tests/unit", + "source" : "tests/unit" + } +} diff --git a/cmake-build-cmake/.cmake/api/v1/reply/index-2024-07-16T06-24-30-0902.json b/cmake-build-cmake/.cmake/api/v1/reply/index-2024-07-16T06-24-30-0902.json new file mode 100644 index 0000000..0da1f76 --- /dev/null +++ b/cmake-build-cmake/.cmake/api/v1/reply/index-2024-07-16T06-24-30-0902.json @@ -0,0 +1,108 @@ +{ + "cmake" : + { + "generator" : + { + "multiConfig" : false, + "name" : "Ninja" + }, + "paths" : + { + "cmake" : "/Applications/CLion.app/Contents/bin/cmake/mac/x64/bin/cmake", + "cpack" : "/Applications/CLion.app/Contents/bin/cmake/mac/x64/bin/cpack", + "ctest" : "/Applications/CLion.app/Contents/bin/cmake/mac/x64/bin/ctest", + "root" : "/Applications/CLion.app/Contents/bin/cmake/mac/x64/share/cmake-3.28" + }, + "version" : + { + "isDirty" : false, + "major" : 3, + "minor" : 28, + "patch" : 1, + "string" : "3.28.1", + "suffix" : "" + } + }, + "objects" : + [ + { + "jsonFile" : "codemodel-v2-4bf2d87d82b66880012c.json", + "kind" : "codemodel", + "version" : + { + "major" : 2, + "minor" : 6 + } + }, + { + "jsonFile" : "cache-v2-b897ddef098a1ba91ea1.json", + "kind" : "cache", + "version" : + { + "major" : 2, + "minor" : 0 + } + }, + { + "jsonFile" : "cmakeFiles-v1-33ea1eb26ee63a4e57ce.json", + "kind" : "cmakeFiles", + "version" : + { + "major" : 1, + "minor" : 0 + } + }, + { + "jsonFile" : "toolchains-v1-0a266086415bdf539cf5.json", + "kind" : "toolchains", + "version" : + { + "major" : 1, + "minor" : 0 + } + } + ], + "reply" : + { + "cache-v2" : + { + "jsonFile" : "cache-v2-b897ddef098a1ba91ea1.json", + "kind" : "cache", + "version" : + { + "major" : 2, + "minor" : 0 + } + }, + "cmakeFiles-v1" : + { + "jsonFile" : "cmakeFiles-v1-33ea1eb26ee63a4e57ce.json", + "kind" : "cmakeFiles", + "version" : + { + "major" : 1, + "minor" : 0 + } + }, + "codemodel-v2" : + { + "jsonFile" : "codemodel-v2-4bf2d87d82b66880012c.json", + "kind" : "codemodel", + "version" : + { + "major" : 2, + "minor" : 6 + } + }, + "toolchains-v1" : + { + "jsonFile" : "toolchains-v1-0a266086415bdf539cf5.json", + "kind" : "toolchains", + "version" : + { + "major" : 1, + "minor" : 0 + } + } + } +} diff --git a/cmake-build-cmake/.cmake/api/v1/reply/target-Integration_tests-Debug-f54e8025ee86aa0d3706.json b/cmake-build-cmake/.cmake/api/v1/reply/target-Integration_tests-Debug-f54e8025ee86aa0d3706.json new file mode 100644 index 0000000..21b8708 --- /dev/null +++ b/cmake-build-cmake/.cmake/api/v1/reply/target-Integration_tests-Debug-f54e8025ee86aa0d3706.json @@ -0,0 +1,263 @@ +{ + "artifacts" : + [ + { + "path" : "tests/integration/Integration_tests" + } + ], + "backtrace" : 2, + "backtraceGraph" : + { + "commands" : + [ + "_add_executable", + "add_executable", + "target_link_libraries", + "__gtest_define_backwards_compatible_library_targets", + "_find_package", + "find_package", + "set_target_properties", + "include", + "include_directories" + ], + "files" : + [ + "/Users/anthony/.vcpkg-clion/vcpkg/scripts/buildsystems/vcpkg.cmake", + "tests/integration/CMakeLists.txt", + "/Applications/CLion.app/Contents/bin/cmake/mac/x64/share/cmake-3.28/Modules/FindGTest.cmake", + "/Users/anthony/.vcpkg-clion/vcpkg/installed/x64-osx/share/gtest/GTestTargets.cmake", + "/Users/anthony/.vcpkg-clion/vcpkg/installed/x64-osx/share/gtest/GTestConfig.cmake", + "CMakeLists.txt" + ], + "nodes" : + [ + { + "file" : 1 + }, + { + "command" : 1, + "file" : 1, + "line" : 4, + "parent" : 0 + }, + { + "command" : 0, + "file" : 0, + "line" : 598, + "parent" : 1 + }, + { + "command" : 2, + "file" : 1, + "line" : 12, + "parent" : 0 + }, + { + "command" : 5, + "file" : 1, + "line" : 2, + "parent" : 0 + }, + { + "command" : 4, + "file" : 0, + "line" : 859, + "parent" : 4 + }, + { + "file" : 2, + "parent" : 5 + }, + { + "command" : 3, + "file" : 2, + "line" : 204, + "parent" : 6 + }, + { + "command" : 2, + "file" : 2, + "line" : 185, + "parent" : 7 + }, + { + "command" : 5, + "file" : 2, + "line" : 194, + "parent" : 6 + }, + { + "command" : 4, + "file" : 0, + "line" : 859, + "parent" : 9 + }, + { + "file" : 4, + "parent" : 10 + }, + { + "command" : 7, + "file" : 4, + "line" : 32, + "parent" : 11 + }, + { + "file" : 3, + "parent" : 12 + }, + { + "command" : 6, + "file" : 3, + "line" : 90, + "parent" : 13 + }, + { + "command" : 2, + "file" : 2, + "line" : 181, + "parent" : 7 + }, + { + "file" : 5 + }, + { + "command" : 8, + "file" : 5, + "line" : 13, + "parent" : 16 + } + ] + }, + "compileGroups" : + [ + { + "compileCommandFragments" : + [ + { + "fragment" : "-g -std=c++20 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX14.0.sdk -fcolor-diagnostics" + } + ], + "includes" : + [ + { + "backtrace" : 17, + "path" : "/Users/anthony/CLionProjects/Option_pricer/include" + }, + { + "backtrace" : 3, + "isSystem" : true, + "path" : "/Users/anthony/.vcpkg-clion/vcpkg/installed/x64-osx/include" + } + ], + "language" : "CXX", + "languageStandard" : + { + "backtraces" : + [ + 3 + ], + "standard" : "20" + }, + "sourceIndexes" : + [ + 0, + 1, + 2, + 3, + 4 + ] + } + ], + "id" : "Integration_tests::@a40f6d277e0496dfeabf", + "link" : + { + "commandFragments" : + [ + { + "fragment" : "-g", + "role" : "flags" + }, + { + "fragment" : "", + "role" : "flags" + }, + { + "backtrace" : 3, + "fragment" : "/Users/anthony/.vcpkg-clion/vcpkg/installed/x64-osx/debug/lib/manual-link/libgmock_main.a", + "role" : "libraries" + }, + { + "backtrace" : 8, + "fragment" : "/Users/anthony/.vcpkg-clion/vcpkg/installed/x64-osx/debug/lib/manual-link/libgtest_main.a", + "role" : "libraries" + }, + { + "backtrace" : 14, + "fragment" : "/Users/anthony/.vcpkg-clion/vcpkg/installed/x64-osx/debug/lib/libgmock.a", + "role" : "libraries" + }, + { + "backtrace" : 15, + "fragment" : "/Users/anthony/.vcpkg-clion/vcpkg/installed/x64-osx/debug/lib/libgtest.a", + "role" : "libraries" + } + ], + "language" : "CXX" + }, + "name" : "Integration_tests", + "nameOnDisk" : "Integration_tests", + "paths" : + { + "build" : "tests/integration", + "source" : "tests/integration" + }, + "sourceGroups" : + [ + { + "name" : "Source Files", + "sourceIndexes" : + [ + 0, + 1, + 2, + 3, + 4 + ] + } + ], + "sources" : + [ + { + "backtrace" : 2, + "compileGroupIndex" : 0, + "path" : "tests/test_main.cpp", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 2, + "compileGroupIndex" : 0, + "path" : "tests/integration/test_integration_option.cpp", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 2, + "compileGroupIndex" : 0, + "path" : "src/market_data.cpp", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 2, + "compileGroupIndex" : 0, + "path" : "src/option.cpp", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 2, + "compileGroupIndex" : 0, + "path" : "src/payoff.cpp", + "sourceGroupIndex" : 0 + } + ], + "type" : "EXECUTABLE" +} diff --git a/cmake-build-cmake/.cmake/api/v1/reply/target-Option_pricer-Debug-506bd1144f2022329fe2.json b/cmake-build-cmake/.cmake/api/v1/reply/target-Option_pricer-Debug-506bd1144f2022329fe2.json new file mode 100644 index 0000000..58aad0f --- /dev/null +++ b/cmake-build-cmake/.cmake/api/v1/reply/target-Option_pricer-Debug-506bd1144f2022329fe2.json @@ -0,0 +1,145 @@ +{ + "artifacts" : + [ + { + "path" : "Option_pricer" + } + ], + "backtrace" : 2, + "backtraceGraph" : + { + "commands" : + [ + "_add_executable", + "add_executable", + "include_directories" + ], + "files" : + [ + "/Users/anthony/.vcpkg-clion/vcpkg/scripts/buildsystems/vcpkg.cmake", + "CMakeLists.txt" + ], + "nodes" : + [ + { + "file" : 1 + }, + { + "command" : 1, + "file" : 1, + "line" : 16, + "parent" : 0 + }, + { + "command" : 0, + "file" : 0, + "line" : 598, + "parent" : 1 + }, + { + "command" : 2, + "file" : 1, + "line" : 13, + "parent" : 0 + } + ] + }, + "compileGroups" : + [ + { + "compileCommandFragments" : + [ + { + "fragment" : "-g -std=c++20 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX14.0.sdk -fcolor-diagnostics" + } + ], + "includes" : + [ + { + "backtrace" : 3, + "path" : "/Users/anthony/CLionProjects/Option_pricer/include" + } + ], + "language" : "CXX", + "languageStandard" : + { + "backtraces" : + [ + 2 + ], + "standard" : "20" + }, + "sourceIndexes" : + [ + 0, + 1, + 2, + 3 + ] + } + ], + "id" : "Option_pricer::@6890427a1f51a3e7e1df", + "link" : + { + "commandFragments" : + [ + { + "fragment" : "-g", + "role" : "flags" + }, + { + "fragment" : "", + "role" : "flags" + } + ], + "language" : "CXX" + }, + "name" : "Option_pricer", + "nameOnDisk" : "Option_pricer", + "paths" : + { + "build" : ".", + "source" : "." + }, + "sourceGroups" : + [ + { + "name" : "Source Files", + "sourceIndexes" : + [ + 0, + 1, + 2, + 3 + ] + } + ], + "sources" : + [ + { + "backtrace" : 2, + "compileGroupIndex" : 0, + "path" : "main.cpp", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 2, + "compileGroupIndex" : 0, + "path" : "src/option.cpp", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 2, + "compileGroupIndex" : 0, + "path" : "src/payoff.cpp", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 2, + "compileGroupIndex" : 0, + "path" : "src/market_data.cpp", + "sourceGroupIndex" : 0 + } + ], + "type" : "EXECUTABLE" +} diff --git a/cmake-build-cmake/.cmake/api/v1/reply/target-Tests-Debug-ae9dadd6f6c844302c68.json b/cmake-build-cmake/.cmake/api/v1/reply/target-Tests-Debug-ae9dadd6f6c844302c68.json new file mode 100644 index 0000000..62709fc --- /dev/null +++ b/cmake-build-cmake/.cmake/api/v1/reply/target-Tests-Debug-ae9dadd6f6c844302c68.json @@ -0,0 +1,75 @@ +{ + "backtrace" : 1, + "backtraceGraph" : + { + "commands" : + [ + "add_custom_target" + ], + "files" : + [ + "tests/CMakeLists.txt" + ], + "nodes" : + [ + { + "file" : 0 + }, + { + "command" : 0, + "file" : 0, + "line" : 9, + "parent" : 0 + } + ] + }, + "dependencies" : + [ + { + "id" : "Unit_tests::@17bd492d087794b9594e" + }, + { + "id" : "Integration_tests::@a40f6d277e0496dfeabf" + } + ], + "id" : "Tests::@a44f0ac069e85531cdee", + "name" : "Tests", + "paths" : + { + "build" : "tests", + "source" : "tests" + }, + "sourceGroups" : + [ + { + "name" : "", + "sourceIndexes" : + [ + 0 + ] + }, + { + "name" : "CMake Rules", + "sourceIndexes" : + [ + 1 + ] + } + ], + "sources" : + [ + { + "backtrace" : 1, + "isGenerated" : true, + "path" : "cmake-build-cmake/tests/CMakeFiles/Tests", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 0, + "isGenerated" : true, + "path" : "cmake-build-cmake/tests/CMakeFiles/Tests.rule", + "sourceGroupIndex" : 1 + } + ], + "type" : "UTILITY" +} diff --git a/cmake-build-cmake/.cmake/api/v1/reply/target-Unit_tests-Debug-fe879dec7821d75c2821.json b/cmake-build-cmake/.cmake/api/v1/reply/target-Unit_tests-Debug-fe879dec7821d75c2821.json new file mode 100644 index 0000000..036f730 --- /dev/null +++ b/cmake-build-cmake/.cmake/api/v1/reply/target-Unit_tests-Debug-fe879dec7821d75c2821.json @@ -0,0 +1,289 @@ +{ + "artifacts" : + [ + { + "path" : "tests/unit/Unit_tests" + } + ], + "backtrace" : 2, + "backtraceGraph" : + { + "commands" : + [ + "_add_executable", + "add_executable", + "target_link_libraries", + "__gtest_define_backwards_compatible_library_targets", + "_find_package", + "find_package", + "set_target_properties", + "include", + "include_directories" + ], + "files" : + [ + "/Users/anthony/.vcpkg-clion/vcpkg/scripts/buildsystems/vcpkg.cmake", + "tests/unit/CMakeLists.txt", + "/Applications/CLion.app/Contents/bin/cmake/mac/x64/share/cmake-3.28/Modules/FindGTest.cmake", + "/Users/anthony/.vcpkg-clion/vcpkg/installed/x64-osx/share/gtest/GTestTargets.cmake", + "/Users/anthony/.vcpkg-clion/vcpkg/installed/x64-osx/share/gtest/GTestConfig.cmake", + "CMakeLists.txt" + ], + "nodes" : + [ + { + "file" : 1 + }, + { + "command" : 1, + "file" : 1, + "line" : 4, + "parent" : 0 + }, + { + "command" : 0, + "file" : 0, + "line" : 598, + "parent" : 1 + }, + { + "command" : 2, + "file" : 1, + "line" : 16, + "parent" : 0 + }, + { + "command" : 5, + "file" : 1, + "line" : 2, + "parent" : 0 + }, + { + "command" : 4, + "file" : 0, + "line" : 859, + "parent" : 4 + }, + { + "file" : 2, + "parent" : 5 + }, + { + "command" : 3, + "file" : 2, + "line" : 204, + "parent" : 6 + }, + { + "command" : 2, + "file" : 2, + "line" : 185, + "parent" : 7 + }, + { + "command" : 5, + "file" : 2, + "line" : 194, + "parent" : 6 + }, + { + "command" : 4, + "file" : 0, + "line" : 859, + "parent" : 9 + }, + { + "file" : 4, + "parent" : 10 + }, + { + "command" : 7, + "file" : 4, + "line" : 32, + "parent" : 11 + }, + { + "file" : 3, + "parent" : 12 + }, + { + "command" : 6, + "file" : 3, + "line" : 90, + "parent" : 13 + }, + { + "command" : 2, + "file" : 2, + "line" : 181, + "parent" : 7 + }, + { + "file" : 5 + }, + { + "command" : 8, + "file" : 5, + "line" : 13, + "parent" : 16 + } + ] + }, + "compileGroups" : + [ + { + "compileCommandFragments" : + [ + { + "fragment" : "-g -std=c++20 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX14.0.sdk -fcolor-diagnostics" + } + ], + "includes" : + [ + { + "backtrace" : 17, + "path" : "/Users/anthony/CLionProjects/Option_pricer/include" + }, + { + "backtrace" : 3, + "isSystem" : true, + "path" : "/Users/anthony/.vcpkg-clion/vcpkg/installed/x64-osx/include" + } + ], + "language" : "CXX", + "languageStandard" : + { + "backtraces" : + [ + 3 + ], + "standard" : "20" + }, + "sourceIndexes" : + [ + 0, + 1, + 2, + 5, + 6, + 7 + ] + } + ], + "id" : "Unit_tests::@17bd492d087794b9594e", + "link" : + { + "commandFragments" : + [ + { + "fragment" : "-g", + "role" : "flags" + }, + { + "fragment" : "", + "role" : "flags" + }, + { + "backtrace" : 3, + "fragment" : "/Users/anthony/.vcpkg-clion/vcpkg/installed/x64-osx/debug/lib/manual-link/libgmock_main.a", + "role" : "libraries" + }, + { + "backtrace" : 8, + "fragment" : "/Users/anthony/.vcpkg-clion/vcpkg/installed/x64-osx/debug/lib/manual-link/libgtest_main.a", + "role" : "libraries" + }, + { + "backtrace" : 14, + "fragment" : "/Users/anthony/.vcpkg-clion/vcpkg/installed/x64-osx/debug/lib/libgmock.a", + "role" : "libraries" + }, + { + "backtrace" : 15, + "fragment" : "/Users/anthony/.vcpkg-clion/vcpkg/installed/x64-osx/debug/lib/libgtest.a", + "role" : "libraries" + } + ], + "language" : "CXX" + }, + "name" : "Unit_tests", + "nameOnDisk" : "Unit_tests", + "paths" : + { + "build" : "tests/unit", + "source" : "tests/unit" + }, + "sourceGroups" : + [ + { + "name" : "Source Files", + "sourceIndexes" : + [ + 0, + 1, + 2, + 5, + 6, + 7 + ] + }, + { + "name" : "Header Files", + "sourceIndexes" : + [ + 3, + 4 + ] + } + ], + "sources" : + [ + { + "backtrace" : 2, + "compileGroupIndex" : 0, + "path" : "tests/test_main.cpp", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 2, + "compileGroupIndex" : 0, + "path" : "tests/unit/test_market_data.cpp", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 2, + "compileGroupIndex" : 0, + "path" : "tests/unit/test_payoff.cpp", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 2, + "path" : "tests/config/mock_classes.h", + "sourceGroupIndex" : 1 + }, + { + "backtrace" : 2, + "path" : "tests/config/test_support.h", + "sourceGroupIndex" : 1 + }, + { + "backtrace" : 2, + "compileGroupIndex" : 0, + "path" : "src/market_data.cpp", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 2, + "compileGroupIndex" : 0, + "path" : "src/option.cpp", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 2, + "compileGroupIndex" : 0, + "path" : "src/payoff.cpp", + "sourceGroupIndex" : 0 + } + ], + "type" : "EXECUTABLE" +} diff --git a/cmake-build-cmake/tests/CMakeFiles/Option_tester.dir/test_option.cpp.o b/cmake-build-cmake/tests/CMakeFiles/Option_tester.dir/test_option.cpp.o new file mode 100644 index 0000000..5895574 Binary files /dev/null and b/cmake-build-cmake/tests/CMakeFiles/Option_tester.dir/test_option.cpp.o differ diff --git a/cmake-build-cmake/tests/Testing/Temporary/CTestCostData.txt b/cmake-build-cmake/tests/Testing/Temporary/CTestCostData.txt new file mode 100644 index 0000000..a447362 --- /dev/null +++ b/cmake-build-cmake/tests/Testing/Temporary/CTestCostData.txt @@ -0,0 +1,3 @@ +UnitTests 2 0.00937588 +IntegrationTests 2 0.00869047 +--- diff --git a/cmake-build-cmake/tests/Testing/Temporary/LastTest.log b/cmake-build-cmake/tests/Testing/Temporary/LastTest.log new file mode 100644 index 0000000..fe36423 --- /dev/null +++ b/cmake-build-cmake/tests/Testing/Temporary/LastTest.log @@ -0,0 +1,77 @@ +Start testing: Jul 16 08:52 CEST +---------------------------------------------------------- +1/2 Testing: UnitTests +1/2 Test: UnitTests +Command: "/Users/anthony/CLionProjects/Option_pricer/cmake-build-cmake/tests/unit/Unit_tests" +Directory: /Users/anthony/CLionProjects/Option_pricer/cmake-build-cmake/tests/unit +"UnitTests" start time: Jul 16 08:52 CEST +Output: +---------------------------------------------------------- +[==========] Running 12 tests from 4 test suites. +[----------] Global test environment set-up. +[----------] 6 tests from MarketDataTest +[ RUN ] MarketDataTest.SingletonInstance +[ OK ] MarketDataTest.SingletonInstance (0 ms) +[ RUN ] MarketDataTest.NotifyObserver +[ OK ] MarketDataTest.NotifyObserver (0 ms) +[ RUN ] MarketDataTest.NotifyAllObservers +[ OK ] MarketDataTest.NotifyAllObservers (0 ms) +[ RUN ] MarketDataTest.AddAndUpdateStockData +[ OK ] MarketDataTest.AddAndUpdateStockData (0 ms) +[ RUN ] MarketDataTest.UpdateNonExistentStock +[ OK ] MarketDataTest.UpdateNonExistentStock (0 ms) +[ RUN ] MarketDataTest.RiskFreeRate +[ OK ] MarketDataTest.RiskFreeRate (0 ms) +[----------] 6 tests from MarketDataTest (0 ms total) + +[----------] 1 test from StockDataTest +[ RUN ] StockDataTest.InvalidStockData +[ OK ] StockDataTest.InvalidStockData (0 ms) +[----------] 1 test from StockDataTest (0 ms total) + +[----------] 4 tests from PayoffSingleStrikeTest +[ RUN ] PayoffSingleStrikeTest.PayoffCallTests +[ OK ] PayoffSingleStrikeTest.PayoffCallTests (0 ms) +[ RUN ] PayoffSingleStrikeTest.PayoffPutTests +[ OK ] PayoffSingleStrikeTest.PayoffPutTests (0 ms) +[ RUN ] PayoffSingleStrikeTest.PayoffDigitalCallTests +[ OK ] PayoffSingleStrikeTest.PayoffDigitalCallTests (0 ms) +[ RUN ] PayoffSingleStrikeTest.PayoffDigitalPutTests +[ OK ] PayoffSingleStrikeTest.PayoffDigitalPutTests (0 ms) +[----------] 4 tests from PayoffSingleStrikeTest (0 ms total) + +[----------] 1 test from PayoffDoubleStrikesTest +[ RUN ] PayoffDoubleStrikesTest.PayoffDoubleDigitalTests +[ OK ] PayoffDoubleStrikesTest.PayoffDoubleDigitalTests (0 ms) +[----------] 1 test from PayoffDoubleStrikesTest (0 ms total) + +[----------] Global test environment tear-down +[==========] 12 tests from 4 test suites ran. (0 ms total) +[ PASSED ] 12 tests. + +Test time = 0.02 sec +---------------------------------------------------------- +Test Passed. +"UnitTests" end time: Jul 16 08:52 CEST +"UnitTests" time elapsed: 00:00:00 +---------------------------------------------------------- + +2/2 Testing: IntegrationTests +2/2 Test: IntegrationTests +Command: "/Users/anthony/CLionProjects/Option_pricer/cmake-build-cmake/tests/integration/Integration_tests" +Directory: /Users/anthony/CLionProjects/Option_pricer/cmake-build-cmake/tests/integration +"IntegrationTests" start time: Jul 16 08:52 CEST +Output: +---------------------------------------------------------- +[==========] Running 0 tests from 0 test suites. +[==========] 0 tests from 0 test suites ran. (0 ms total) +[ PASSED ] 0 tests. + +Test time = 0.02 sec +---------------------------------------------------------- +Test Passed. +"IntegrationTests" end time: Jul 16 08:52 CEST +"IntegrationTests" time elapsed: 00:00:00 +---------------------------------------------------------- + +End testing: Jul 16 08:52 CEST diff --git a/cmake-build-cmake/tests/integration/CMakeFiles/Integration_tests.dir/__/__/src/market_data.cpp.o b/cmake-build-cmake/tests/integration/CMakeFiles/Integration_tests.dir/__/__/src/market_data.cpp.o new file mode 100644 index 0000000..49949f1 Binary files /dev/null and b/cmake-build-cmake/tests/integration/CMakeFiles/Integration_tests.dir/__/__/src/market_data.cpp.o differ diff --git a/cmake-build-cmake/tests/integration/CMakeFiles/Integration_tests.dir/__/__/src/option.cpp.o b/cmake-build-cmake/tests/integration/CMakeFiles/Integration_tests.dir/__/__/src/option.cpp.o new file mode 100644 index 0000000..571e866 Binary files /dev/null and b/cmake-build-cmake/tests/integration/CMakeFiles/Integration_tests.dir/__/__/src/option.cpp.o differ diff --git a/cmake-build-cmake/tests/integration/CMakeFiles/Integration_tests.dir/__/__/src/payoff.cpp.o b/cmake-build-cmake/tests/integration/CMakeFiles/Integration_tests.dir/__/__/src/payoff.cpp.o new file mode 100644 index 0000000..f75eb04 Binary files /dev/null and b/cmake-build-cmake/tests/integration/CMakeFiles/Integration_tests.dir/__/__/src/payoff.cpp.o differ diff --git a/cmake-build-cmake/tests/integration/CMakeFiles/Integration_tests.dir/__/test_main.cpp.o b/cmake-build-cmake/tests/integration/CMakeFiles/Integration_tests.dir/__/test_main.cpp.o new file mode 100644 index 0000000..e9ae5ba Binary files /dev/null and b/cmake-build-cmake/tests/integration/CMakeFiles/Integration_tests.dir/__/test_main.cpp.o differ diff --git a/cmake-build-cmake/tests/integration/CMakeFiles/Integration_tests.dir/test_integration_option.cpp.o b/cmake-build-cmake/tests/integration/CMakeFiles/Integration_tests.dir/test_integration_option.cpp.o new file mode 100644 index 0000000..5895574 Binary files /dev/null and b/cmake-build-cmake/tests/integration/CMakeFiles/Integration_tests.dir/test_integration_option.cpp.o differ diff --git a/cmake-build-cmake/tests/integration/CTestTestfile.cmake b/cmake-build-cmake/tests/integration/CTestTestfile.cmake new file mode 100644 index 0000000..6a83dac --- /dev/null +++ b/cmake-build-cmake/tests/integration/CTestTestfile.cmake @@ -0,0 +1,8 @@ +# CMake generated Testfile for +# Source directory: /Users/anthony/CLionProjects/Option_pricer/tests/integration +# Build directory: /Users/anthony/CLionProjects/Option_pricer/cmake-build-cmake/tests/integration +# +# This file includes the relevant testing commands required for +# testing this directory and lists subdirectories to be tested as well. +add_test([=[IntegrationTests]=] "/Users/anthony/CLionProjects/Option_pricer/cmake-build-cmake/tests/integration/Integration_tests") +set_tests_properties([=[IntegrationTests]=] PROPERTIES _BACKTRACE_TRIPLES "/Users/anthony/CLionProjects/Option_pricer/tests/integration/CMakeLists.txt;14;add_test;/Users/anthony/CLionProjects/Option_pricer/tests/integration/CMakeLists.txt;0;") diff --git a/cmake-build-cmake/tests/integration/Integration_tests b/cmake-build-cmake/tests/integration/Integration_tests new file mode 100755 index 0000000..2fc6815 Binary files /dev/null and b/cmake-build-cmake/tests/integration/Integration_tests differ diff --git a/cmake-build-cmake/tests/integration/cmake_install.cmake b/cmake-build-cmake/tests/integration/cmake_install.cmake new file mode 100644 index 0000000..cb69841 --- /dev/null +++ b/cmake-build-cmake/tests/integration/cmake_install.cmake @@ -0,0 +1,39 @@ +# Install script for directory: /Users/anthony/CLionProjects/Option_pricer/tests/integration + +# Set the install prefix +if(NOT DEFINED CMAKE_INSTALL_PREFIX) + set(CMAKE_INSTALL_PREFIX "/usr/local") +endif() +string(REGEX REPLACE "/$" "" CMAKE_INSTALL_PREFIX "${CMAKE_INSTALL_PREFIX}") + +# Set the install configuration name. +if(NOT DEFINED CMAKE_INSTALL_CONFIG_NAME) + if(BUILD_TYPE) + string(REGEX REPLACE "^[^A-Za-z0-9_]+" "" + CMAKE_INSTALL_CONFIG_NAME "${BUILD_TYPE}") + else() + set(CMAKE_INSTALL_CONFIG_NAME "Debug") + endif() + message(STATUS "Install configuration: \"${CMAKE_INSTALL_CONFIG_NAME}\"") +endif() + +# Set the component getting installed. +if(NOT CMAKE_INSTALL_COMPONENT) + if(COMPONENT) + message(STATUS "Install component: \"${COMPONENT}\"") + set(CMAKE_INSTALL_COMPONENT "${COMPONENT}") + else() + set(CMAKE_INSTALL_COMPONENT) + endif() +endif() + +# Is this installation the result of a crosscompile? +if(NOT DEFINED CMAKE_CROSSCOMPILING) + set(CMAKE_CROSSCOMPILING "FALSE") +endif() + +# Set default install directory permissions. +if(NOT DEFINED CMAKE_OBJDUMP) + set(CMAKE_OBJDUMP "/Library/Developer/CommandLineTools/usr/bin/objdump") +endif() + diff --git a/cmake-build-cmake/tests/unit/CMakeFiles/Unit_tests.dir/__/__/src/market_data.cpp.o b/cmake-build-cmake/tests/unit/CMakeFiles/Unit_tests.dir/__/__/src/market_data.cpp.o new file mode 100644 index 0000000..49949f1 Binary files /dev/null and b/cmake-build-cmake/tests/unit/CMakeFiles/Unit_tests.dir/__/__/src/market_data.cpp.o differ diff --git a/cmake-build-cmake/tests/unit/CMakeFiles/Unit_tests.dir/__/__/src/option.cpp.o b/cmake-build-cmake/tests/unit/CMakeFiles/Unit_tests.dir/__/__/src/option.cpp.o new file mode 100644 index 0000000..571e866 Binary files /dev/null and b/cmake-build-cmake/tests/unit/CMakeFiles/Unit_tests.dir/__/__/src/option.cpp.o differ diff --git a/cmake-build-cmake/tests/unit/CMakeFiles/Unit_tests.dir/__/__/src/payoff.cpp.o b/cmake-build-cmake/tests/unit/CMakeFiles/Unit_tests.dir/__/__/src/payoff.cpp.o new file mode 100644 index 0000000..f75eb04 Binary files /dev/null and b/cmake-build-cmake/tests/unit/CMakeFiles/Unit_tests.dir/__/__/src/payoff.cpp.o differ diff --git a/cmake-build-cmake/tests/unit/CMakeFiles/Unit_tests.dir/__/test_main.cpp.o b/cmake-build-cmake/tests/unit/CMakeFiles/Unit_tests.dir/__/test_main.cpp.o new file mode 100644 index 0000000..e9ae5ba Binary files /dev/null and b/cmake-build-cmake/tests/unit/CMakeFiles/Unit_tests.dir/__/test_main.cpp.o differ diff --git a/cmake-build-cmake/tests/unit/CMakeFiles/Unit_tests.dir/test_market_data.cpp.o b/cmake-build-cmake/tests/unit/CMakeFiles/Unit_tests.dir/test_market_data.cpp.o new file mode 100644 index 0000000..79b5616 Binary files /dev/null and b/cmake-build-cmake/tests/unit/CMakeFiles/Unit_tests.dir/test_market_data.cpp.o differ diff --git a/cmake-build-cmake/tests/unit/CMakeFiles/Unit_tests.dir/test_payoff.cpp.o b/cmake-build-cmake/tests/unit/CMakeFiles/Unit_tests.dir/test_payoff.cpp.o new file mode 100644 index 0000000..0b6b231 Binary files /dev/null and b/cmake-build-cmake/tests/unit/CMakeFiles/Unit_tests.dir/test_payoff.cpp.o differ diff --git a/cmake-build-cmake/tests/unit/CTestTestfile.cmake b/cmake-build-cmake/tests/unit/CTestTestfile.cmake new file mode 100644 index 0000000..1390f27 --- /dev/null +++ b/cmake-build-cmake/tests/unit/CTestTestfile.cmake @@ -0,0 +1,8 @@ +# CMake generated Testfile for +# Source directory: /Users/anthony/CLionProjects/Option_pricer/tests/unit +# Build directory: /Users/anthony/CLionProjects/Option_pricer/cmake-build-cmake/tests/unit +# +# This file includes the relevant testing commands required for +# testing this directory and lists subdirectories to be tested as well. +add_test([=[UnitTests]=] "/Users/anthony/CLionProjects/Option_pricer/cmake-build-cmake/tests/unit/Unit_tests") +set_tests_properties([=[UnitTests]=] PROPERTIES _BACKTRACE_TRIPLES "/Users/anthony/CLionProjects/Option_pricer/tests/unit/CMakeLists.txt;18;add_test;/Users/anthony/CLionProjects/Option_pricer/tests/unit/CMakeLists.txt;0;") diff --git a/cmake-build-cmake/tests/unit/Unit_tests b/cmake-build-cmake/tests/unit/Unit_tests new file mode 100755 index 0000000..7a1a30b Binary files /dev/null and b/cmake-build-cmake/tests/unit/Unit_tests differ diff --git a/cmake-build-cmake/tests/unit/cmake_install.cmake b/cmake-build-cmake/tests/unit/cmake_install.cmake new file mode 100644 index 0000000..1cb9a11 --- /dev/null +++ b/cmake-build-cmake/tests/unit/cmake_install.cmake @@ -0,0 +1,39 @@ +# Install script for directory: /Users/anthony/CLionProjects/Option_pricer/tests/unit + +# Set the install prefix +if(NOT DEFINED CMAKE_INSTALL_PREFIX) + set(CMAKE_INSTALL_PREFIX "/usr/local") +endif() +string(REGEX REPLACE "/$" "" CMAKE_INSTALL_PREFIX "${CMAKE_INSTALL_PREFIX}") + +# Set the install configuration name. +if(NOT DEFINED CMAKE_INSTALL_CONFIG_NAME) + if(BUILD_TYPE) + string(REGEX REPLACE "^[^A-Za-z0-9_]+" "" + CMAKE_INSTALL_CONFIG_NAME "${BUILD_TYPE}") + else() + set(CMAKE_INSTALL_CONFIG_NAME "Debug") + endif() + message(STATUS "Install configuration: \"${CMAKE_INSTALL_CONFIG_NAME}\"") +endif() + +# Set the component getting installed. +if(NOT CMAKE_INSTALL_COMPONENT) + if(COMPONENT) + message(STATUS "Install component: \"${COMPONENT}\"") + set(CMAKE_INSTALL_COMPONENT "${COMPONENT}") + else() + set(CMAKE_INSTALL_COMPONENT) + endif() +endif() + +# Is this installation the result of a crosscompile? +if(NOT DEFINED CMAKE_CROSSCOMPILING) + set(CMAKE_CROSSCOMPILING "FALSE") +endif() + +# Set default install directory permissions. +if(NOT DEFINED CMAKE_OBJDUMP) + set(CMAKE_OBJDUMP "/Library/Developer/CommandLineTools/usr/bin/objdump") +endif() +