diff --git a/.gitmodules b/.gitmodules new file mode 100644 index 0000000..39ca380 --- /dev/null +++ b/.gitmodules @@ -0,0 +1,6 @@ +[submodule "moonraker"] + path = moonraker + url = https://github.com/QIDITECH/moonraker.git +[submodule "klipper"] + path = klipper + url = https://github.com/QIDITECH/klipper.git diff --git a/CMakeLists.txt b/CMakeLists.txt deleted file mode 100644 index 6d33626..0000000 --- a/CMakeLists.txt +++ /dev/null @@ -1,27 +0,0 @@ -cmake_minimum_required(VERSION 3.0.0) -project(MakerbaseClient VERSION 0.1.0) - -# if (CMAKE_SYSTEM_NAME MATCHES "Linux") -# find_package(PkgConfig REQUIRED) -# pkg_check_modules(GTK3 REQUIRED gtk+-3.0) -# message(STATUS "----- GTK3_INCLUDE_DIRS: ${GTK3_INCLUDE_DIRS}") -# message(STATUS "----- GKT3_LIBRARIES: ${GTK3_LIBRARIES}") -# message(STATUS "----- GTK3_LINK_LIBRARIES: ${GTK3_LINK_LIBRARIES}") -# include_directories(${GTK3_INCLUDE_DIRS}) -# link_directories(${GTK3_LIBRARY_DIRS}) -# list(APPEND FC_DEP_LIBS ${GTK3_LIBRARIES}) -# endif() - -include(CTest) -enable_testing() - -include_directories(./include) -# link_directories(./lib) - -add_executable(xindi main.cpp) -add_subdirectory(src) -target_link_libraries(xindi src -lpthread -lboost_system -lwpa_client) - -set(CPACK_PROJECT_NAME ${PROJECT_NAME}) -set(CPACK_PROJECT_VERSION ${PROJECT_VERSION}) -include(CPack) \ No newline at end of file diff --git a/README.md b/README.md index 849395b..270dd64 100644 --- a/README.md +++ b/README.md @@ -3,29 +3,25 @@ # Documentation Guidelines -QIDI_Q1_Pro is a server-side application designed specifically for the Q1_Pro model system, facilitating seamless interaction with its screen. This repository hosts our source code and offers a secure and straightforward method for updating: simply download the package file to a USB drive and perform the update locally on your device. +Q1 Pro is a 3D printer that uses Klipper as its foundation. This repository is used for updates and releases for the Q1 Pro model, as well as for issue tracking. -For convenience, QIDI provides version-specific packaged files. Please download the necessary compressed package file prefixed with "Q1_Pro." We offer several versions of the source code tailored to different needs; select the appropriate branch for download, with each branch name reflecting the corresponding version. +For convenience, QIDI provides version-specific packaged files. Please download the necessary compressed package file prefixed with "Q1_Pro." Select the appropriate branch for download, with each branch name reflecting the corresponding version. - -## Update Content for Version 4.4.19 +## V4.4.21 Update Content **Note:** After updating, the Klipper configuration file will be replaced. The previous configuration file will be backed up as `printer_{datetime}.cfg`, printer recalibration will be required. -**1.** Modified platform calibration logic +1. Fixed slow response to filament break detection -During platform tilt calibration, the machine performs a sensorless homing downwards to ensure the heights of the left and right Z axes are consistent. +2. Fixed issue with configuration file not being backed up during update -**2.** Optimized Gcode processing logic +3. Adjusted silent print switch position -We have increased the processing priority of certain Gcodes, such as SET_GCODE_OFFSET, to ensure they are executed immediately upon input. However, due to the presence of a move queue in the toolhead, which temporarily stores some parsed movements, the effect is not immediate. We plan to continue improving this in future versions. +4. Chamber light setting are no longer affected by the screen off state. -**3.** Added functionality to move without homing - -We have noticed that in some cases, such as when printing is unexpectedly interrupted, users may want to move the Z-axis to facilitate the removal of a broken model upon machine restart. Typically, this would require homing before movement, but homing can be obstructed by the model. Therefore, we have added the capability to move the Z-axis without homing and provided corresponding prompts. - -**4.** Fixed issues with camera loading under specific circumstances -**5.** Fixed display issues with connected WiFi name +5. Updated configuration file + + Enable chamber exhaust fan by default when chamber temp set to 0. Board fan associated with x y motor drive instead of z axis. We also addressed an issue where the display of connected WiFi names containing Unicode characters appeared blank, and this has been fixed. @@ -37,11 +33,11 @@ We also addressed an issue where the display of connected WiFi names containing Note that all updates can not be updated from higher versions -1. Select the latest version in the version release bar next to it, download the compressed file package starting with Q1_Pro and extract it locally.Jump link +1. Select the latest version in the version release bar next to it, download the compressed file package starting with Q1_Pro and extract it locally. Jump link 2. Transfer the files to a USB drive. For example: -

sample

+

sample

3. Insert the USB drive into the machine's USB interface, click the `Chcek for updates` button and an update prompt will appear on the version information interface. Update according to the prompt. @@ -49,15 +45,19 @@ Note that all updates can not be updated from higher versions For any concerns or suggestions, feel free to reach out to our [After-Sales Service](https://qidi3d.com/pages/warranty-policy-after-sales-support). -Should you encounter any issues related to machine mechanics, slicing software, firmware, or various other machine-related problems, our after-sales team is ready to assist. They aim to respond to all inquiries within twelve hours. +Should you encounter any issues related to machine mechanics, slicing software, firmware, or various other machine-related problems, our after-sales team is ready to assist. They aim to respond to all inquiries within twelve hours. Alternatively, you can post an issue in this repository, our developers will reply to you directly. ## Others +QIDI's 3D printers operate based on the Klipper system. Building on the Klipper open-source project, we've tailored its source code to meet specific user requirements. -Unlike the typical method of directly accessing the Fluidd web interface via an IP address, the QIDI edition modifies the default port to 10088. Therefore, you must append :10088 to the machine's IP address to access the Fluidd page. (Default port 80 now has been added after V4.4.18) +Similarly, we've adapted Moonraker to ensure our designed screens align with web operations. -QIDI's 3D printers operate based on the Klipper system. Building on the Klipper open-source project, we've tailored its source code to meet specific user requirements. Similarly, we've adapted Moonraker to ensure our designed screens align with web operations. We extend our gratitude to the developers and maintainers of these open-source projects and encourage users to explore or support these robust platforms. +We also use Fluidd as one of the ways for users to interact with the printer. -| Software | QIDI edition | -| ------------- | -------------------------------------------------------------------------------- | -| **Klipper** | **[https://github.com/QIDITECH/klipper](https://github.com/QIDITECH/klipper)** | -| **Moonraker** | **[https://github.com/QIDITECH/moonrake](https://github.com/QIDITECH/moonrake)** | +We extend our gratitude to the developers and maintainers of these open-source projects and encourage users to explore or support these great projects. + +| Software |Official| QIDI edition | +| ------------- |----------| -------------------------------------------------------------------------------- | +| **Klipper** |**[https://github.com/Klipper3d/klipper](https://github.com/Klipper3d/klipper)**| **[https://github.com/QIDITECH/klipper](https://github.com/QIDITECH/klipper)** | +| **Moonraker** |**[https://github.com/Arksine/moonraker](https://github.com/Arksine/moonraker)**| **[https://github.com/QIDITECH/moonrake](https://github.com/QIDITECH/moonrake)** | +|**Fluidd**|**[https://github.com/fluidd-core/fluidd](https://github.com/fluidd-core/fluidd)**|| diff --git a/build/CMakeCache.txt b/build/CMakeCache.txt deleted file mode 100644 index 4580ee6..0000000 --- a/build/CMakeCache.txt +++ /dev/null @@ -1,548 +0,0 @@ -# This is the CMakeCache file. -# For build in directory: /root/QIDI_Q1/build -# It was generated by CMake: /usr/bin/cmake -# You can edit this file to change values found and used by cmake. -# If you do not want to change any of the values, simply exit the editor. -# If you do want to change a value, simply edit, save, and exit the editor. -# The syntax for the file is as follows: -# KEY:TYPE=VALUE -# KEY is the name of a variable in the cache. -# TYPE is a hint to GUIs for the type of VALUE, DO NOT EDIT TYPE!. -# VALUE is the current value for the KEY. - -######################## -# EXTERNAL cache entries -######################## - -//Build the testing tree. -BUILD_TESTING:BOOL=ON - -//Path to a program. -BZRCOMMAND:FILEPATH=BZRCOMMAND-NOTFOUND - -//Path to a program. -CMAKE_AR:FILEPATH=/usr/bin/ar - -//Choose the type of build, options are: None Debug Release RelWithDebInfo -// MinSizeRel ... -CMAKE_BUILD_TYPE:STRING= - -//Enable/Disable color output during build. -CMAKE_COLOR_MAKEFILE:BOOL=ON - -//CXX compiler -CMAKE_CXX_COMPILER:FILEPATH=/usr/bin/c++ - -//A wrapper around 'ar' adding the appropriate '--plugin' option -// for the GCC compiler -CMAKE_CXX_COMPILER_AR:FILEPATH=/usr/bin/gcc-ar-8 - -//A wrapper around 'ranlib' adding the appropriate '--plugin' option -// for the GCC compiler -CMAKE_CXX_COMPILER_RANLIB:FILEPATH=/usr/bin/gcc-ranlib-8 - -//Flags used by the CXX compiler during all build types. -CMAKE_CXX_FLAGS:STRING= - -//Flags used by the CXX compiler during DEBUG builds. -CMAKE_CXX_FLAGS_DEBUG:STRING=-g - -//Flags used by the CXX compiler during MINSIZEREL builds. -CMAKE_CXX_FLAGS_MINSIZEREL:STRING=-Os -DNDEBUG - -//Flags used by the CXX compiler during RELEASE builds. -CMAKE_CXX_FLAGS_RELEASE:STRING=-O3 -DNDEBUG - -//Flags used by the CXX compiler during RELWITHDEBINFO builds. -CMAKE_CXX_FLAGS_RELWITHDEBINFO:STRING=-O2 -g -DNDEBUG - -//C compiler -CMAKE_C_COMPILER:FILEPATH=/usr/bin/cc - -//A wrapper around 'ar' adding the appropriate '--plugin' option -// for the GCC compiler -CMAKE_C_COMPILER_AR:FILEPATH=/usr/bin/gcc-ar-8 - -//A wrapper around 'ranlib' adding the appropriate '--plugin' option -// for the GCC compiler -CMAKE_C_COMPILER_RANLIB:FILEPATH=/usr/bin/gcc-ranlib-8 - -//Flags used by the C compiler during all build types. -CMAKE_C_FLAGS:STRING= - -//Flags used by the C compiler during DEBUG builds. -CMAKE_C_FLAGS_DEBUG:STRING=-g - -//Flags used by the C compiler during MINSIZEREL builds. -CMAKE_C_FLAGS_MINSIZEREL:STRING=-Os -DNDEBUG - -//Flags used by the C compiler during RELEASE builds. -CMAKE_C_FLAGS_RELEASE:STRING=-O3 -DNDEBUG - -//Flags used by the C compiler during RELWITHDEBINFO builds. -CMAKE_C_FLAGS_RELWITHDEBINFO:STRING=-O2 -g -DNDEBUG - -//Flags used by the linker during all build types. -CMAKE_EXE_LINKER_FLAGS:STRING= - -//Flags used by the linker during DEBUG builds. -CMAKE_EXE_LINKER_FLAGS_DEBUG:STRING= - -//Flags used by the linker during MINSIZEREL builds. -CMAKE_EXE_LINKER_FLAGS_MINSIZEREL:STRING= - -//Flags used by the linker during RELEASE builds. -CMAKE_EXE_LINKER_FLAGS_RELEASE:STRING= - -//Flags used by the linker during RELWITHDEBINFO builds. -CMAKE_EXE_LINKER_FLAGS_RELWITHDEBINFO:STRING= - -//Enable/Disable output of compile commands during generation. -CMAKE_EXPORT_COMPILE_COMMANDS:BOOL=OFF - -//Install path prefix, prepended onto install directories. -CMAKE_INSTALL_PREFIX:PATH=/usr/local - -//Path to a program. -CMAKE_LINKER:FILEPATH=/usr/bin/ld - -//Path to a program. -CMAKE_MAKE_PROGRAM:FILEPATH=/usr/bin/make - -//Flags used by the linker during the creation of modules during -// all build types. -CMAKE_MODULE_LINKER_FLAGS:STRING= - -//Flags used by the linker during the creation of modules during -// DEBUG builds. -CMAKE_MODULE_LINKER_FLAGS_DEBUG:STRING= - -//Flags used by the linker during the creation of modules during -// MINSIZEREL builds. -CMAKE_MODULE_LINKER_FLAGS_MINSIZEREL:STRING= - -//Flags used by the linker during the creation of modules during -// RELEASE builds. -CMAKE_MODULE_LINKER_FLAGS_RELEASE:STRING= - -//Flags used by the linker during the creation of modules during -// RELWITHDEBINFO builds. -CMAKE_MODULE_LINKER_FLAGS_RELWITHDEBINFO:STRING= - -//Path to a program. -CMAKE_NM:FILEPATH=/usr/bin/nm - -//Path to a program. -CMAKE_OBJCOPY:FILEPATH=/usr/bin/objcopy - -//Path to a program. -CMAKE_OBJDUMP:FILEPATH=/usr/bin/objdump - -//Value Computed by CMake -CMAKE_PROJECT_DESCRIPTION:STATIC= - -//Value Computed by CMake -CMAKE_PROJECT_HOMEPAGE_URL:STATIC= - -//Value Computed by CMake -CMAKE_PROJECT_NAME:STATIC=MakerbaseClient - -//Value Computed by CMake -CMAKE_PROJECT_VERSION:STATIC=0.1.0 - -//Value Computed by CMake -CMAKE_PROJECT_VERSION_MAJOR:STATIC=0 - -//Value Computed by CMake -CMAKE_PROJECT_VERSION_MINOR:STATIC=1 - -//Value Computed by CMake -CMAKE_PROJECT_VERSION_PATCH:STATIC=0 - -//Value Computed by CMake -CMAKE_PROJECT_VERSION_TWEAK:STATIC= - -//Path to a program. -CMAKE_RANLIB:FILEPATH=/usr/bin/ranlib - -//Flags used by the linker during the creation of shared libraries -// during all build types. -CMAKE_SHARED_LINKER_FLAGS:STRING= - -//Flags used by the linker during the creation of shared libraries -// during DEBUG builds. -CMAKE_SHARED_LINKER_FLAGS_DEBUG:STRING= - -//Flags used by the linker during the creation of shared libraries -// during MINSIZEREL builds. -CMAKE_SHARED_LINKER_FLAGS_MINSIZEREL:STRING= - -//Flags used by the linker during the creation of shared libraries -// during RELEASE builds. -CMAKE_SHARED_LINKER_FLAGS_RELEASE:STRING= - -//Flags used by the linker during the creation of shared libraries -// during RELWITHDEBINFO builds. -CMAKE_SHARED_LINKER_FLAGS_RELWITHDEBINFO:STRING= - -//If set, runtime paths are not added when installing shared libraries, -// but are added when building. -CMAKE_SKIP_INSTALL_RPATH:BOOL=NO - -//If set, runtime paths are not added when using shared libraries. -CMAKE_SKIP_RPATH:BOOL=NO - -//Flags used by the linker during the creation of static libraries -// during all build types. -CMAKE_STATIC_LINKER_FLAGS:STRING= - -//Flags used by the linker during the creation of static libraries -// during DEBUG builds. -CMAKE_STATIC_LINKER_FLAGS_DEBUG:STRING= - -//Flags used by the linker during the creation of static libraries -// during MINSIZEREL builds. -CMAKE_STATIC_LINKER_FLAGS_MINSIZEREL:STRING= - -//Flags used by the linker during the creation of static libraries -// during RELEASE builds. -CMAKE_STATIC_LINKER_FLAGS_RELEASE:STRING= - -//Flags used by the linker during the creation of static libraries -// during RELWITHDEBINFO builds. -CMAKE_STATIC_LINKER_FLAGS_RELWITHDEBINFO:STRING= - -//Path to a program. -CMAKE_STRIP:FILEPATH=/usr/bin/strip - -//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. -CMAKE_VERBOSE_MAKEFILE:BOOL=FALSE - -//Path to the coverage program that CTest uses for performing coverage -// inspection -COVERAGE_COMMAND:FILEPATH=/usr/bin/gcov - -//Extra command line flags to pass to the coverage tool -COVERAGE_EXTRA_FLAGS:STRING=-l - -//Enable to build Debian packages -CPACK_BINARY_DEB:BOOL=OFF - -//Enable to build FreeBSD packages -CPACK_BINARY_FREEBSD:BOOL=OFF - -//Enable to build IFW packages -CPACK_BINARY_IFW:BOOL=OFF - -//Enable to build NSIS packages -CPACK_BINARY_NSIS:BOOL=OFF - -//Enable to build RPM packages -CPACK_BINARY_RPM:BOOL=OFF - -//Enable to build STGZ packages -CPACK_BINARY_STGZ:BOOL=ON - -//Enable to build TBZ2 packages -CPACK_BINARY_TBZ2:BOOL=OFF - -//Enable to build TGZ packages -CPACK_BINARY_TGZ:BOOL=ON - -//Enable to build TXZ packages -CPACK_BINARY_TXZ:BOOL=OFF - -//Enable to build TZ packages -CPACK_BINARY_TZ:BOOL=ON - -//Enable to build RPM source packages -CPACK_SOURCE_RPM:BOOL=OFF - -//Enable to build TBZ2 source packages -CPACK_SOURCE_TBZ2:BOOL=ON - -//Enable to build TGZ source packages -CPACK_SOURCE_TGZ:BOOL=ON - -//Enable to build TXZ source packages -CPACK_SOURCE_TXZ:BOOL=ON - -//Enable to build TZ source packages -CPACK_SOURCE_TZ:BOOL=ON - -//Enable to build ZIP source packages -CPACK_SOURCE_ZIP:BOOL=OFF - -//How many times to retry timed-out CTest submissions. -CTEST_SUBMIT_RETRY_COUNT:STRING=3 - -//How long to wait between timed-out CTest submissions. -CTEST_SUBMIT_RETRY_DELAY:STRING=5 - -//Path to a program. -CVSCOMMAND:FILEPATH=CVSCOMMAND-NOTFOUND - -//Options passed to the cvs update command. -CVS_UPDATE_OPTIONS:STRING=-d -A -P - -//Maximum time allowed before CTest will kill the test. -DART_TESTING_TIMEOUT:STRING=1500 - -//Path to a program. -GITCOMMAND:FILEPATH=/usr/bin/git - -//Path to a program. -HGCOMMAND:FILEPATH=HGCOMMAND-NOTFOUND - -//Command to build the project -MAKECOMMAND:STRING=/usr/bin/cmake --build . --config "${CTEST_CONFIGURATION_TYPE}" -- -i - -//Path to the memory checking command, used for memory error detection. -MEMORYCHECK_COMMAND:FILEPATH=MEMORYCHECK_COMMAND-NOTFOUND - -//File that contains suppressions for the memory checker -MEMORYCHECK_SUPPRESSIONS_FILE:FILEPATH= - -//Value Computed by CMake -MakerbaseClient_BINARY_DIR:STATIC=/root/QIDI_Q1/build - -//Value Computed by CMake -MakerbaseClient_SOURCE_DIR:STATIC=/root/QIDI_Q1 - -//Path to a program. -P4COMMAND:FILEPATH=P4COMMAND-NOTFOUND - -//Path to scp command, used by CTest for submitting results to -// a Dart server -SCPCOMMAND:FILEPATH=/usr/bin/scp - -//Name of the computer/site where compile is being run -SITE:STRING=mkspi - -//Path to the SLURM sbatch executable -SLURM_SBATCH_COMMAND:FILEPATH=SLURM_SBATCH_COMMAND-NOTFOUND - -//Path to the SLURM srun executable -SLURM_SRUN_COMMAND:FILEPATH=SLURM_SRUN_COMMAND-NOTFOUND - -//Path to a program. -SVNCOMMAND:FILEPATH=SVNCOMMAND-NOTFOUND - - -######################## -# INTERNAL cache entries -######################## - -//ADVANCED property for variable: BZRCOMMAND -BZRCOMMAND-ADVANCED:INTERNAL=1 -//ADVANCED property for variable: CMAKE_AR -CMAKE_AR-ADVANCED:INTERNAL=1 -//This is the directory where this CMakeCache.txt was created -CMAKE_CACHEFILE_DIR:INTERNAL=/root/QIDI_Q1/build -//Major version of cmake used to create the current loaded cache -CMAKE_CACHE_MAJOR_VERSION:INTERNAL=3 -//Minor version of cmake used to create the current loaded cache -CMAKE_CACHE_MINOR_VERSION:INTERNAL=13 -//Patch version of cmake used to create the current loaded cache -CMAKE_CACHE_PATCH_VERSION:INTERNAL=4 -//ADVANCED property for variable: CMAKE_COLOR_MAKEFILE -CMAKE_COLOR_MAKEFILE-ADVANCED:INTERNAL=1 -//Path to CMake executable. -CMAKE_COMMAND:INTERNAL=/usr/bin/cmake -//Path to cpack program executable. -CMAKE_CPACK_COMMAND:INTERNAL=/usr/bin/cpack -//ADVANCED property for variable: CMAKE_CTEST_COMMAND -CMAKE_CTEST_COMMAND-ADVANCED:INTERNAL=1 -//Path to ctest program executable. -CMAKE_CTEST_COMMAND:INTERNAL=/usr/bin/ctest -//ADVANCED property for variable: CMAKE_CXX_COMPILER -CMAKE_CXX_COMPILER-ADVANCED:INTERNAL=1 -//ADVANCED property for variable: CMAKE_CXX_COMPILER_AR -CMAKE_CXX_COMPILER_AR-ADVANCED:INTERNAL=1 -//ADVANCED property for variable: CMAKE_CXX_COMPILER_RANLIB -CMAKE_CXX_COMPILER_RANLIB-ADVANCED:INTERNAL=1 -//ADVANCED property for variable: CMAKE_CXX_FLAGS -CMAKE_CXX_FLAGS-ADVANCED:INTERNAL=1 -//ADVANCED property for variable: CMAKE_CXX_FLAGS_DEBUG -CMAKE_CXX_FLAGS_DEBUG-ADVANCED:INTERNAL=1 -//ADVANCED property for variable: CMAKE_CXX_FLAGS_MINSIZEREL -CMAKE_CXX_FLAGS_MINSIZEREL-ADVANCED:INTERNAL=1 -//ADVANCED property for variable: CMAKE_CXX_FLAGS_RELEASE -CMAKE_CXX_FLAGS_RELEASE-ADVANCED:INTERNAL=1 -//ADVANCED property for variable: CMAKE_CXX_FLAGS_RELWITHDEBINFO -CMAKE_CXX_FLAGS_RELWITHDEBINFO-ADVANCED:INTERNAL=1 -//ADVANCED property for variable: CMAKE_C_COMPILER -CMAKE_C_COMPILER-ADVANCED:INTERNAL=1 -//ADVANCED property for variable: CMAKE_C_COMPILER_AR -CMAKE_C_COMPILER_AR-ADVANCED:INTERNAL=1 -//ADVANCED property for variable: CMAKE_C_COMPILER_RANLIB -CMAKE_C_COMPILER_RANLIB-ADVANCED:INTERNAL=1 -//ADVANCED property for variable: CMAKE_C_FLAGS -CMAKE_C_FLAGS-ADVANCED:INTERNAL=1 -//ADVANCED property for variable: CMAKE_C_FLAGS_DEBUG -CMAKE_C_FLAGS_DEBUG-ADVANCED:INTERNAL=1 -//ADVANCED property for variable: CMAKE_C_FLAGS_MINSIZEREL -CMAKE_C_FLAGS_MINSIZEREL-ADVANCED:INTERNAL=1 -//ADVANCED property for variable: CMAKE_C_FLAGS_RELEASE -CMAKE_C_FLAGS_RELEASE-ADVANCED:INTERNAL=1 -//ADVANCED property for variable: CMAKE_C_FLAGS_RELWITHDEBINFO -CMAKE_C_FLAGS_RELWITHDEBINFO-ADVANCED:INTERNAL=1 -//Executable file format -CMAKE_EXECUTABLE_FORMAT:INTERNAL=ELF -//ADVANCED property for variable: CMAKE_EXE_LINKER_FLAGS -CMAKE_EXE_LINKER_FLAGS-ADVANCED:INTERNAL=1 -//ADVANCED property for variable: CMAKE_EXE_LINKER_FLAGS_DEBUG -CMAKE_EXE_LINKER_FLAGS_DEBUG-ADVANCED:INTERNAL=1 -//ADVANCED property for variable: CMAKE_EXE_LINKER_FLAGS_MINSIZEREL -CMAKE_EXE_LINKER_FLAGS_MINSIZEREL-ADVANCED:INTERNAL=1 -//ADVANCED property for variable: CMAKE_EXE_LINKER_FLAGS_RELEASE -CMAKE_EXE_LINKER_FLAGS_RELEASE-ADVANCED:INTERNAL=1 -//ADVANCED property for variable: CMAKE_EXE_LINKER_FLAGS_RELWITHDEBINFO -CMAKE_EXE_LINKER_FLAGS_RELWITHDEBINFO-ADVANCED:INTERNAL=1 -//ADVANCED property for variable: CMAKE_EXPORT_COMPILE_COMMANDS -CMAKE_EXPORT_COMPILE_COMMANDS-ADVANCED:INTERNAL=1 -//Name of external makefile project generator. -CMAKE_EXTRA_GENERATOR:INTERNAL= -//Name of generator. -CMAKE_GENERATOR:INTERNAL=Unix Makefiles -//Generator instance identifier. -CMAKE_GENERATOR_INSTANCE:INTERNAL= -//Name of generator platform. -CMAKE_GENERATOR_PLATFORM:INTERNAL= -//Name of generator toolset. -CMAKE_GENERATOR_TOOLSET:INTERNAL= -//Source directory with the top level CMakeLists.txt file for this -// project -CMAKE_HOME_DIRECTORY:INTERNAL=/root/QIDI_Q1 -//Install .so files without execute permission. -CMAKE_INSTALL_SO_NO_EXE:INTERNAL=1 -//ADVANCED property for variable: CMAKE_LINKER -CMAKE_LINKER-ADVANCED:INTERNAL=1 -//ADVANCED property for variable: CMAKE_MAKE_PROGRAM -CMAKE_MAKE_PROGRAM-ADVANCED:INTERNAL=1 -//ADVANCED property for variable: CMAKE_MODULE_LINKER_FLAGS -CMAKE_MODULE_LINKER_FLAGS-ADVANCED:INTERNAL=1 -//ADVANCED property for variable: CMAKE_MODULE_LINKER_FLAGS_DEBUG -CMAKE_MODULE_LINKER_FLAGS_DEBUG-ADVANCED:INTERNAL=1 -//ADVANCED property for variable: CMAKE_MODULE_LINKER_FLAGS_MINSIZEREL -CMAKE_MODULE_LINKER_FLAGS_MINSIZEREL-ADVANCED:INTERNAL=1 -//ADVANCED property for variable: CMAKE_MODULE_LINKER_FLAGS_RELEASE -CMAKE_MODULE_LINKER_FLAGS_RELEASE-ADVANCED:INTERNAL=1 -//ADVANCED property for variable: CMAKE_MODULE_LINKER_FLAGS_RELWITHDEBINFO -CMAKE_MODULE_LINKER_FLAGS_RELWITHDEBINFO-ADVANCED:INTERNAL=1 -//ADVANCED property for variable: CMAKE_NM -CMAKE_NM-ADVANCED:INTERNAL=1 -//number of local generators -CMAKE_NUMBER_OF_MAKEFILES:INTERNAL=2 -//ADVANCED property for variable: CMAKE_OBJCOPY -CMAKE_OBJCOPY-ADVANCED:INTERNAL=1 -//ADVANCED property for variable: CMAKE_OBJDUMP -CMAKE_OBJDUMP-ADVANCED:INTERNAL=1 -//Platform information initialized -CMAKE_PLATFORM_INFO_INITIALIZED:INTERNAL=1 -//ADVANCED property for variable: CMAKE_RANLIB -CMAKE_RANLIB-ADVANCED:INTERNAL=1 -//Path to CMake installation. -CMAKE_ROOT:INTERNAL=/usr/share/cmake-3.13 -//ADVANCED property for variable: CMAKE_SHARED_LINKER_FLAGS -CMAKE_SHARED_LINKER_FLAGS-ADVANCED:INTERNAL=1 -//ADVANCED property for variable: CMAKE_SHARED_LINKER_FLAGS_DEBUG -CMAKE_SHARED_LINKER_FLAGS_DEBUG-ADVANCED:INTERNAL=1 -//ADVANCED property for variable: CMAKE_SHARED_LINKER_FLAGS_MINSIZEREL -CMAKE_SHARED_LINKER_FLAGS_MINSIZEREL-ADVANCED:INTERNAL=1 -//ADVANCED property for variable: CMAKE_SHARED_LINKER_FLAGS_RELEASE -CMAKE_SHARED_LINKER_FLAGS_RELEASE-ADVANCED:INTERNAL=1 -//ADVANCED property for variable: CMAKE_SHARED_LINKER_FLAGS_RELWITHDEBINFO -CMAKE_SHARED_LINKER_FLAGS_RELWITHDEBINFO-ADVANCED:INTERNAL=1 -//ADVANCED property for variable: CMAKE_SKIP_INSTALL_RPATH -CMAKE_SKIP_INSTALL_RPATH-ADVANCED:INTERNAL=1 -//ADVANCED property for variable: CMAKE_SKIP_RPATH -CMAKE_SKIP_RPATH-ADVANCED:INTERNAL=1 -//ADVANCED property for variable: CMAKE_STATIC_LINKER_FLAGS -CMAKE_STATIC_LINKER_FLAGS-ADVANCED:INTERNAL=1 -//ADVANCED property for variable: CMAKE_STATIC_LINKER_FLAGS_DEBUG -CMAKE_STATIC_LINKER_FLAGS_DEBUG-ADVANCED:INTERNAL=1 -//ADVANCED property for variable: CMAKE_STATIC_LINKER_FLAGS_MINSIZEREL -CMAKE_STATIC_LINKER_FLAGS_MINSIZEREL-ADVANCED:INTERNAL=1 -//ADVANCED property for variable: CMAKE_STATIC_LINKER_FLAGS_RELEASE -CMAKE_STATIC_LINKER_FLAGS_RELEASE-ADVANCED:INTERNAL=1 -//ADVANCED property for variable: CMAKE_STATIC_LINKER_FLAGS_RELWITHDEBINFO -CMAKE_STATIC_LINKER_FLAGS_RELWITHDEBINFO-ADVANCED:INTERNAL=1 -//ADVANCED property for variable: CMAKE_STRIP -CMAKE_STRIP-ADVANCED:INTERNAL=1 -//uname command -CMAKE_UNAME:INTERNAL=/usr/bin/uname -//ADVANCED property for variable: CMAKE_VERBOSE_MAKEFILE -CMAKE_VERBOSE_MAKEFILE-ADVANCED:INTERNAL=1 -//ADVANCED property for variable: COVERAGE_COMMAND -COVERAGE_COMMAND-ADVANCED:INTERNAL=1 -//ADVANCED property for variable: COVERAGE_EXTRA_FLAGS -COVERAGE_EXTRA_FLAGS-ADVANCED:INTERNAL=1 -//ADVANCED property for variable: CPACK_BINARY_DEB -CPACK_BINARY_DEB-ADVANCED:INTERNAL=1 -//ADVANCED property for variable: CPACK_BINARY_FREEBSD -CPACK_BINARY_FREEBSD-ADVANCED:INTERNAL=1 -//ADVANCED property for variable: CPACK_BINARY_IFW -CPACK_BINARY_IFW-ADVANCED:INTERNAL=1 -//ADVANCED property for variable: CPACK_BINARY_NSIS -CPACK_BINARY_NSIS-ADVANCED:INTERNAL=1 -//ADVANCED property for variable: CPACK_BINARY_RPM -CPACK_BINARY_RPM-ADVANCED:INTERNAL=1 -//ADVANCED property for variable: CPACK_BINARY_STGZ -CPACK_BINARY_STGZ-ADVANCED:INTERNAL=1 -//ADVANCED property for variable: CPACK_BINARY_TBZ2 -CPACK_BINARY_TBZ2-ADVANCED:INTERNAL=1 -//ADVANCED property for variable: CPACK_BINARY_TGZ -CPACK_BINARY_TGZ-ADVANCED:INTERNAL=1 -//ADVANCED property for variable: CPACK_BINARY_TXZ -CPACK_BINARY_TXZ-ADVANCED:INTERNAL=1 -//ADVANCED property for variable: CPACK_BINARY_TZ -CPACK_BINARY_TZ-ADVANCED:INTERNAL=1 -//ADVANCED property for variable: CPACK_SOURCE_RPM -CPACK_SOURCE_RPM-ADVANCED:INTERNAL=1 -//ADVANCED property for variable: CPACK_SOURCE_TBZ2 -CPACK_SOURCE_TBZ2-ADVANCED:INTERNAL=1 -//ADVANCED property for variable: CPACK_SOURCE_TGZ -CPACK_SOURCE_TGZ-ADVANCED:INTERNAL=1 -//ADVANCED property for variable: CPACK_SOURCE_TXZ -CPACK_SOURCE_TXZ-ADVANCED:INTERNAL=1 -//ADVANCED property for variable: CPACK_SOURCE_TZ -CPACK_SOURCE_TZ-ADVANCED:INTERNAL=1 -//ADVANCED property for variable: CPACK_SOURCE_ZIP -CPACK_SOURCE_ZIP-ADVANCED:INTERNAL=1 -//ADVANCED property for variable: CTEST_SUBMIT_RETRY_COUNT -CTEST_SUBMIT_RETRY_COUNT-ADVANCED:INTERNAL=1 -//ADVANCED property for variable: CTEST_SUBMIT_RETRY_DELAY -CTEST_SUBMIT_RETRY_DELAY-ADVANCED:INTERNAL=1 -//ADVANCED property for variable: CVSCOMMAND -CVSCOMMAND-ADVANCED:INTERNAL=1 -//ADVANCED property for variable: CVS_UPDATE_OPTIONS -CVS_UPDATE_OPTIONS-ADVANCED:INTERNAL=1 -//ADVANCED property for variable: DART_TESTING_TIMEOUT -DART_TESTING_TIMEOUT-ADVANCED:INTERNAL=1 -//ADVANCED property for variable: GITCOMMAND -GITCOMMAND-ADVANCED:INTERNAL=1 -//ADVANCED property for variable: HGCOMMAND -HGCOMMAND-ADVANCED:INTERNAL=1 -//ADVANCED property for variable: MAKECOMMAND -MAKECOMMAND-ADVANCED:INTERNAL=1 -//ADVANCED property for variable: MEMORYCHECK_COMMAND -MEMORYCHECK_COMMAND-ADVANCED:INTERNAL=1 -//ADVANCED property for variable: MEMORYCHECK_SUPPRESSIONS_FILE -MEMORYCHECK_SUPPRESSIONS_FILE-ADVANCED:INTERNAL=1 -//ADVANCED property for variable: P4COMMAND -P4COMMAND-ADVANCED:INTERNAL=1 -//ADVANCED property for variable: SCPCOMMAND -SCPCOMMAND-ADVANCED:INTERNAL=1 -//ADVANCED property for variable: SITE -SITE-ADVANCED:INTERNAL=1 -//ADVANCED property for variable: SLURM_SBATCH_COMMAND -SLURM_SBATCH_COMMAND-ADVANCED:INTERNAL=1 -//ADVANCED property for variable: SLURM_SRUN_COMMAND -SLURM_SRUN_COMMAND-ADVANCED:INTERNAL=1 -//ADVANCED property for variable: SVNCOMMAND -SVNCOMMAND-ADVANCED:INTERNAL=1 - diff --git a/build/CMakeFiles/3.13.4/CMakeCCompiler.cmake b/build/CMakeFiles/3.13.4/CMakeCCompiler.cmake deleted file mode 100644 index 1ea4d1b..0000000 --- a/build/CMakeFiles/3.13.4/CMakeCCompiler.cmake +++ /dev/null @@ -1,73 +0,0 @@ -set(CMAKE_C_COMPILER "/usr/bin/cc") -set(CMAKE_C_COMPILER_ARG1 "") -set(CMAKE_C_COMPILER_ID "GNU") -set(CMAKE_C_COMPILER_VERSION "8.3.0") -set(CMAKE_C_COMPILER_VERSION_INTERNAL "") -set(CMAKE_C_COMPILER_WRAPPER "") -set(CMAKE_C_STANDARD_COMPUTED_DEFAULT "11") -set(CMAKE_C_COMPILE_FEATURES "c_std_90;c_function_prototypes;c_std_99;c_restrict;c_variadic_macros;c_std_11;c_static_assert") -set(CMAKE_C90_COMPILE_FEATURES "c_std_90;c_function_prototypes") -set(CMAKE_C99_COMPILE_FEATURES "c_std_99;c_restrict;c_variadic_macros") -set(CMAKE_C11_COMPILE_FEATURES "c_std_11;c_static_assert") - -set(CMAKE_C_PLATFORM_ID "Linux") -set(CMAKE_C_SIMULATE_ID "") -set(CMAKE_C_SIMULATE_VERSION "") - - - -set(CMAKE_AR "/usr/bin/ar") -set(CMAKE_C_COMPILER_AR "/usr/bin/gcc-ar-8") -set(CMAKE_RANLIB "/usr/bin/ranlib") -set(CMAKE_C_COMPILER_RANLIB "/usr/bin/gcc-ranlib-8") -set(CMAKE_LINKER "/usr/bin/ld") -set(CMAKE_COMPILER_IS_GNUCC 1) -set(CMAKE_C_COMPILER_LOADED 1) -set(CMAKE_C_COMPILER_WORKS TRUE) -set(CMAKE_C_ABI_COMPILED TRUE) -set(CMAKE_COMPILER_IS_MINGW ) -set(CMAKE_COMPILER_IS_CYGWIN ) -if(CMAKE_COMPILER_IS_CYGWIN) - set(CYGWIN 1) - set(UNIX 1) -endif() - -set(CMAKE_C_COMPILER_ENV_VAR "CC") - -if(CMAKE_COMPILER_IS_MINGW) - set(MINGW 1) -endif() -set(CMAKE_C_COMPILER_ID_RUN 1) -set(CMAKE_C_SOURCE_FILE_EXTENSIONS c;m) -set(CMAKE_C_IGNORE_EXTENSIONS h;H;o;O;obj;OBJ;def;DEF;rc;RC) -set(CMAKE_C_LINKER_PREFERENCE 10) - -# Save compiler ABI information. -set(CMAKE_C_SIZEOF_DATA_PTR "8") -set(CMAKE_C_COMPILER_ABI "ELF") -set(CMAKE_C_LIBRARY_ARCHITECTURE "aarch64-linux-gnu") - -if(CMAKE_C_SIZEOF_DATA_PTR) - set(CMAKE_SIZEOF_VOID_P "${CMAKE_C_SIZEOF_DATA_PTR}") -endif() - -if(CMAKE_C_COMPILER_ABI) - set(CMAKE_INTERNAL_PLATFORM_ABI "${CMAKE_C_COMPILER_ABI}") -endif() - -if(CMAKE_C_LIBRARY_ARCHITECTURE) - set(CMAKE_LIBRARY_ARCHITECTURE "aarch64-linux-gnu") -endif() - -set(CMAKE_C_CL_SHOWINCLUDES_PREFIX "") -if(CMAKE_C_CL_SHOWINCLUDES_PREFIX) - set(CMAKE_CL_SHOWINCLUDES_PREFIX "${CMAKE_C_CL_SHOWINCLUDES_PREFIX}") -endif() - - - - - -set(CMAKE_C_IMPLICIT_LINK_LIBRARIES "gcc;gcc_s;c;gcc;gcc_s") -set(CMAKE_C_IMPLICIT_LINK_DIRECTORIES "/usr/lib/gcc/aarch64-linux-gnu/8;/usr/lib/aarch64-linux-gnu;/usr/lib;/lib/aarch64-linux-gnu;/lib") -set(CMAKE_C_IMPLICIT_LINK_FRAMEWORK_DIRECTORIES "") diff --git a/build/CMakeFiles/3.13.4/CMakeCXXCompiler.cmake b/build/CMakeFiles/3.13.4/CMakeCXXCompiler.cmake deleted file mode 100644 index e3b8ead..0000000 --- a/build/CMakeFiles/3.13.4/CMakeCXXCompiler.cmake +++ /dev/null @@ -1,76 +0,0 @@ -set(CMAKE_CXX_COMPILER "/usr/bin/c++") -set(CMAKE_CXX_COMPILER_ARG1 "") -set(CMAKE_CXX_COMPILER_ID "GNU") -set(CMAKE_CXX_COMPILER_VERSION "8.3.0") -set(CMAKE_CXX_COMPILER_VERSION_INTERNAL "") -set(CMAKE_CXX_COMPILER_WRAPPER "") -set(CMAKE_CXX_STANDARD_COMPUTED_DEFAULT "14") -set(CMAKE_CXX_COMPILE_FEATURES "cxx_std_98;cxx_template_template_parameters;cxx_std_11;cxx_alias_templates;cxx_alignas;cxx_alignof;cxx_attributes;cxx_auto_type;cxx_constexpr;cxx_decltype;cxx_decltype_incomplete_return_types;cxx_default_function_template_args;cxx_defaulted_functions;cxx_defaulted_move_initializers;cxx_delegating_constructors;cxx_deleted_functions;cxx_enum_forward_declarations;cxx_explicit_conversions;cxx_extended_friend_declarations;cxx_extern_templates;cxx_final;cxx_func_identifier;cxx_generalized_initializers;cxx_inheriting_constructors;cxx_inline_namespaces;cxx_lambdas;cxx_local_type_template_args;cxx_long_long_type;cxx_noexcept;cxx_nonstatic_member_init;cxx_nullptr;cxx_override;cxx_range_for;cxx_raw_string_literals;cxx_reference_qualified_functions;cxx_right_angle_brackets;cxx_rvalue_references;cxx_sizeof_member;cxx_static_assert;cxx_strong_enums;cxx_thread_local;cxx_trailing_return_types;cxx_unicode_literals;cxx_uniform_initialization;cxx_unrestricted_unions;cxx_user_literals;cxx_variadic_macros;cxx_variadic_templates;cxx_std_14;cxx_aggregate_default_initializers;cxx_attribute_deprecated;cxx_binary_literals;cxx_contextual_conversions;cxx_decltype_auto;cxx_digit_separators;cxx_generic_lambdas;cxx_lambda_init_captures;cxx_relaxed_constexpr;cxx_return_type_deduction;cxx_variable_templates;cxx_std_17;cxx_std_20") -set(CMAKE_CXX98_COMPILE_FEATURES "cxx_std_98;cxx_template_template_parameters") -set(CMAKE_CXX11_COMPILE_FEATURES "cxx_std_11;cxx_alias_templates;cxx_alignas;cxx_alignof;cxx_attributes;cxx_auto_type;cxx_constexpr;cxx_decltype;cxx_decltype_incomplete_return_types;cxx_default_function_template_args;cxx_defaulted_functions;cxx_defaulted_move_initializers;cxx_delegating_constructors;cxx_deleted_functions;cxx_enum_forward_declarations;cxx_explicit_conversions;cxx_extended_friend_declarations;cxx_extern_templates;cxx_final;cxx_func_identifier;cxx_generalized_initializers;cxx_inheriting_constructors;cxx_inline_namespaces;cxx_lambdas;cxx_local_type_template_args;cxx_long_long_type;cxx_noexcept;cxx_nonstatic_member_init;cxx_nullptr;cxx_override;cxx_range_for;cxx_raw_string_literals;cxx_reference_qualified_functions;cxx_right_angle_brackets;cxx_rvalue_references;cxx_sizeof_member;cxx_static_assert;cxx_strong_enums;cxx_thread_local;cxx_trailing_return_types;cxx_unicode_literals;cxx_uniform_initialization;cxx_unrestricted_unions;cxx_user_literals;cxx_variadic_macros;cxx_variadic_templates") -set(CMAKE_CXX14_COMPILE_FEATURES "cxx_std_14;cxx_aggregate_default_initializers;cxx_attribute_deprecated;cxx_binary_literals;cxx_contextual_conversions;cxx_decltype_auto;cxx_digit_separators;cxx_generic_lambdas;cxx_lambda_init_captures;cxx_relaxed_constexpr;cxx_return_type_deduction;cxx_variable_templates") -set(CMAKE_CXX17_COMPILE_FEATURES "cxx_std_17") -set(CMAKE_CXX20_COMPILE_FEATURES "cxx_std_20") - -set(CMAKE_CXX_PLATFORM_ID "Linux") -set(CMAKE_CXX_SIMULATE_ID "") -set(CMAKE_CXX_SIMULATE_VERSION "") - - - -set(CMAKE_AR "/usr/bin/ar") -set(CMAKE_CXX_COMPILER_AR "/usr/bin/gcc-ar-8") -set(CMAKE_RANLIB "/usr/bin/ranlib") -set(CMAKE_CXX_COMPILER_RANLIB "/usr/bin/gcc-ranlib-8") -set(CMAKE_LINKER "/usr/bin/ld") -set(CMAKE_COMPILER_IS_GNUCXX 1) -set(CMAKE_CXX_COMPILER_LOADED 1) -set(CMAKE_CXX_COMPILER_WORKS TRUE) -set(CMAKE_CXX_ABI_COMPILED TRUE) -set(CMAKE_COMPILER_IS_MINGW ) -set(CMAKE_COMPILER_IS_CYGWIN ) -if(CMAKE_COMPILER_IS_CYGWIN) - set(CYGWIN 1) - set(UNIX 1) -endif() - -set(CMAKE_CXX_COMPILER_ENV_VAR "CXX") - -if(CMAKE_COMPILER_IS_MINGW) - set(MINGW 1) -endif() -set(CMAKE_CXX_COMPILER_ID_RUN 1) -set(CMAKE_CXX_IGNORE_EXTENSIONS inl;h;hpp;HPP;H;o;O;obj;OBJ;def;DEF;rc;RC) -set(CMAKE_CXX_SOURCE_FILE_EXTENSIONS C;M;c++;cc;cpp;cxx;mm;CPP) -set(CMAKE_CXX_LINKER_PREFERENCE 30) -set(CMAKE_CXX_LINKER_PREFERENCE_PROPAGATES 1) - -# Save compiler ABI information. -set(CMAKE_CXX_SIZEOF_DATA_PTR "8") -set(CMAKE_CXX_COMPILER_ABI "ELF") -set(CMAKE_CXX_LIBRARY_ARCHITECTURE "aarch64-linux-gnu") - -if(CMAKE_CXX_SIZEOF_DATA_PTR) - set(CMAKE_SIZEOF_VOID_P "${CMAKE_CXX_SIZEOF_DATA_PTR}") -endif() - -if(CMAKE_CXX_COMPILER_ABI) - set(CMAKE_INTERNAL_PLATFORM_ABI "${CMAKE_CXX_COMPILER_ABI}") -endif() - -if(CMAKE_CXX_LIBRARY_ARCHITECTURE) - set(CMAKE_LIBRARY_ARCHITECTURE "aarch64-linux-gnu") -endif() - -set(CMAKE_CXX_CL_SHOWINCLUDES_PREFIX "") -if(CMAKE_CXX_CL_SHOWINCLUDES_PREFIX) - set(CMAKE_CL_SHOWINCLUDES_PREFIX "${CMAKE_CXX_CL_SHOWINCLUDES_PREFIX}") -endif() - - - - - -set(CMAKE_CXX_IMPLICIT_LINK_LIBRARIES "stdc++;m;gcc_s;gcc;c;gcc_s;gcc") -set(CMAKE_CXX_IMPLICIT_LINK_DIRECTORIES "/usr/lib/gcc/aarch64-linux-gnu/8;/usr/lib/aarch64-linux-gnu;/usr/lib;/lib/aarch64-linux-gnu;/lib") -set(CMAKE_CXX_IMPLICIT_LINK_FRAMEWORK_DIRECTORIES "") diff --git a/build/CMakeFiles/3.13.4/CMakeDetermineCompilerABI_C.bin b/build/CMakeFiles/3.13.4/CMakeDetermineCompilerABI_C.bin deleted file mode 100644 index 067edca..0000000 Binary files a/build/CMakeFiles/3.13.4/CMakeDetermineCompilerABI_C.bin and /dev/null differ diff --git a/build/CMakeFiles/3.13.4/CMakeDetermineCompilerABI_CXX.bin b/build/CMakeFiles/3.13.4/CMakeDetermineCompilerABI_CXX.bin deleted file mode 100644 index 457a90f..0000000 Binary files a/build/CMakeFiles/3.13.4/CMakeDetermineCompilerABI_CXX.bin and /dev/null differ diff --git a/build/CMakeFiles/3.13.4/CMakeSystem.cmake b/build/CMakeFiles/3.13.4/CMakeSystem.cmake deleted file mode 100644 index 661c76b..0000000 --- a/build/CMakeFiles/3.13.4/CMakeSystem.cmake +++ /dev/null @@ -1,15 +0,0 @@ -set(CMAKE_HOST_SYSTEM "Linux-5.16.20-rockchip64") -set(CMAKE_HOST_SYSTEM_NAME "Linux") -set(CMAKE_HOST_SYSTEM_VERSION "5.16.20-rockchip64") -set(CMAKE_HOST_SYSTEM_PROCESSOR "aarch64") - - - -set(CMAKE_SYSTEM "Linux-5.16.20-rockchip64") -set(CMAKE_SYSTEM_NAME "Linux") -set(CMAKE_SYSTEM_VERSION "5.16.20-rockchip64") -set(CMAKE_SYSTEM_PROCESSOR "aarch64") - -set(CMAKE_CROSSCOMPILING "FALSE") - -set(CMAKE_SYSTEM_LOADED 1) diff --git a/build/CMakeFiles/3.13.4/CompilerIdC/CMakeCCompilerId.c b/build/CMakeFiles/3.13.4/CompilerIdC/CMakeCCompilerId.c deleted file mode 100644 index bfc6ebb..0000000 --- a/build/CMakeFiles/3.13.4/CompilerIdC/CMakeCCompilerId.c +++ /dev/null @@ -1,623 +0,0 @@ -#ifdef __cplusplus -# error "A C++ compiler has been selected for C." -#endif - -#if defined(__18CXX) -# define ID_VOID_MAIN -#endif -#if defined(__CLASSIC_C__) -/* cv-qualifiers did not exist in K&R C */ -# define const -# define volatile -#endif - - -/* Version number components: V=Version, R=Revision, P=Patch - Version date components: YYYY=Year, MM=Month, DD=Day */ - -#if defined(__INTEL_COMPILER) || defined(__ICC) -# define COMPILER_ID "Intel" -# if defined(_MSC_VER) -# define SIMULATE_ID "MSVC" -# endif - /* __INTEL_COMPILER = VRP */ -# define COMPILER_VERSION_MAJOR DEC(__INTEL_COMPILER/100) -# define COMPILER_VERSION_MINOR DEC(__INTEL_COMPILER/10 % 10) -# if defined(__INTEL_COMPILER_UPDATE) -# define COMPILER_VERSION_PATCH DEC(__INTEL_COMPILER_UPDATE) -# else -# define COMPILER_VERSION_PATCH DEC(__INTEL_COMPILER % 10) -# endif -# if defined(__INTEL_COMPILER_BUILD_DATE) - /* __INTEL_COMPILER_BUILD_DATE = YYYYMMDD */ -# define COMPILER_VERSION_TWEAK DEC(__INTEL_COMPILER_BUILD_DATE) -# endif -# if defined(_MSC_VER) - /* _MSC_VER = VVRR */ -# define SIMULATE_VERSION_MAJOR DEC(_MSC_VER / 100) -# define SIMULATE_VERSION_MINOR DEC(_MSC_VER % 100) -# endif - -#elif defined(__PATHCC__) -# define COMPILER_ID "PathScale" -# define COMPILER_VERSION_MAJOR DEC(__PATHCC__) -# define COMPILER_VERSION_MINOR DEC(__PATHCC_MINOR__) -# if defined(__PATHCC_PATCHLEVEL__) -# define COMPILER_VERSION_PATCH DEC(__PATHCC_PATCHLEVEL__) -# endif - -#elif defined(__BORLANDC__) && defined(__CODEGEARC_VERSION__) -# define COMPILER_ID "Embarcadero" -# define COMPILER_VERSION_MAJOR HEX(__CODEGEARC_VERSION__>>24 & 0x00FF) -# define COMPILER_VERSION_MINOR HEX(__CODEGEARC_VERSION__>>16 & 0x00FF) -# define COMPILER_VERSION_PATCH DEC(__CODEGEARC_VERSION__ & 0xFFFF) - -#elif defined(__BORLANDC__) -# define COMPILER_ID "Borland" - /* __BORLANDC__ = 0xVRR */ -# define COMPILER_VERSION_MAJOR HEX(__BORLANDC__>>8) -# define COMPILER_VERSION_MINOR HEX(__BORLANDC__ & 0xFF) - -#elif defined(__WATCOMC__) && __WATCOMC__ < 1200 -# define COMPILER_ID "Watcom" - /* __WATCOMC__ = VVRR */ -# define COMPILER_VERSION_MAJOR DEC(__WATCOMC__ / 100) -# define COMPILER_VERSION_MINOR DEC((__WATCOMC__ / 10) % 10) -# if (__WATCOMC__ % 10) > 0 -# define COMPILER_VERSION_PATCH DEC(__WATCOMC__ % 10) -# endif - -#elif defined(__WATCOMC__) -# define COMPILER_ID "OpenWatcom" - /* __WATCOMC__ = VVRP + 1100 */ -# define COMPILER_VERSION_MAJOR DEC((__WATCOMC__ - 1100) / 100) -# define COMPILER_VERSION_MINOR DEC((__WATCOMC__ / 10) % 10) -# if (__WATCOMC__ % 10) > 0 -# define COMPILER_VERSION_PATCH DEC(__WATCOMC__ % 10) -# endif - -#elif defined(__SUNPRO_C) -# define COMPILER_ID "SunPro" -# if __SUNPRO_C >= 0x5100 - /* __SUNPRO_C = 0xVRRP */ -# define COMPILER_VERSION_MAJOR HEX(__SUNPRO_C>>12) -# define COMPILER_VERSION_MINOR HEX(__SUNPRO_C>>4 & 0xFF) -# define COMPILER_VERSION_PATCH HEX(__SUNPRO_C & 0xF) -# else - /* __SUNPRO_CC = 0xVRP */ -# define COMPILER_VERSION_MAJOR HEX(__SUNPRO_C>>8) -# define COMPILER_VERSION_MINOR HEX(__SUNPRO_C>>4 & 0xF) -# define COMPILER_VERSION_PATCH HEX(__SUNPRO_C & 0xF) -# endif - -#elif defined(__HP_cc) -# define COMPILER_ID "HP" - /* __HP_cc = VVRRPP */ -# define COMPILER_VERSION_MAJOR DEC(__HP_cc/10000) -# define COMPILER_VERSION_MINOR DEC(__HP_cc/100 % 100) -# define COMPILER_VERSION_PATCH DEC(__HP_cc % 100) - -#elif defined(__DECC) -# define COMPILER_ID "Compaq" - /* __DECC_VER = VVRRTPPPP */ -# define COMPILER_VERSION_MAJOR DEC(__DECC_VER/10000000) -# define COMPILER_VERSION_MINOR DEC(__DECC_VER/100000 % 100) -# define COMPILER_VERSION_PATCH DEC(__DECC_VER % 10000) - -#elif defined(__IBMC__) && defined(__COMPILER_VER__) -# define COMPILER_ID "zOS" -# if defined(__ibmxl__) -# define COMPILER_VERSION_MAJOR DEC(__ibmxl_version__) -# define COMPILER_VERSION_MINOR DEC(__ibmxl_release__) -# define COMPILER_VERSION_PATCH DEC(__ibmxl_modification__) -# define COMPILER_VERSION_TWEAK DEC(__ibmxl_ptf_fix_level__) -# else - /* __IBMC__ = VRP */ -# define COMPILER_VERSION_MAJOR DEC(__IBMC__/100) -# define COMPILER_VERSION_MINOR DEC(__IBMC__/10 % 10) -# define COMPILER_VERSION_PATCH DEC(__IBMC__ % 10) -# endif - - -#elif defined(__ibmxl__) || (defined(__IBMC__) && !defined(__COMPILER_VER__) && __IBMC__ >= 800) -# define COMPILER_ID "XL" -# if defined(__ibmxl__) -# define COMPILER_VERSION_MAJOR DEC(__ibmxl_version__) -# define COMPILER_VERSION_MINOR DEC(__ibmxl_release__) -# define COMPILER_VERSION_PATCH DEC(__ibmxl_modification__) -# define COMPILER_VERSION_TWEAK DEC(__ibmxl_ptf_fix_level__) -# else - /* __IBMC__ = VRP */ -# define COMPILER_VERSION_MAJOR DEC(__IBMC__/100) -# define COMPILER_VERSION_MINOR DEC(__IBMC__/10 % 10) -# define COMPILER_VERSION_PATCH DEC(__IBMC__ % 10) -# endif - - -#elif defined(__IBMC__) && !defined(__COMPILER_VER__) && __IBMC__ < 800 -# define COMPILER_ID "VisualAge" -# if defined(__ibmxl__) -# define COMPILER_VERSION_MAJOR DEC(__ibmxl_version__) -# define COMPILER_VERSION_MINOR DEC(__ibmxl_release__) -# define COMPILER_VERSION_PATCH DEC(__ibmxl_modification__) -# define COMPILER_VERSION_TWEAK DEC(__ibmxl_ptf_fix_level__) -# else - /* __IBMC__ = VRP */ -# define COMPILER_VERSION_MAJOR DEC(__IBMC__/100) -# define COMPILER_VERSION_MINOR DEC(__IBMC__/10 % 10) -# define COMPILER_VERSION_PATCH DEC(__IBMC__ % 10) -# endif - - -#elif defined(__PGI) -# define COMPILER_ID "PGI" -# define COMPILER_VERSION_MAJOR DEC(__PGIC__) -# define COMPILER_VERSION_MINOR DEC(__PGIC_MINOR__) -# if defined(__PGIC_PATCHLEVEL__) -# define COMPILER_VERSION_PATCH DEC(__PGIC_PATCHLEVEL__) -# endif - -#elif defined(_CRAYC) -# define COMPILER_ID "Cray" -# define COMPILER_VERSION_MAJOR DEC(_RELEASE_MAJOR) -# define COMPILER_VERSION_MINOR DEC(_RELEASE_MINOR) - -#elif defined(__TI_COMPILER_VERSION__) -# define COMPILER_ID "TI" - /* __TI_COMPILER_VERSION__ = VVVRRRPPP */ -# define COMPILER_VERSION_MAJOR DEC(__TI_COMPILER_VERSION__/1000000) -# define COMPILER_VERSION_MINOR DEC(__TI_COMPILER_VERSION__/1000 % 1000) -# define COMPILER_VERSION_PATCH DEC(__TI_COMPILER_VERSION__ % 1000) - -#elif defined(__FUJITSU) || defined(__FCC_VERSION) || defined(__fcc_version) -# define COMPILER_ID "Fujitsu" - -#elif defined(__TINYC__) -# define COMPILER_ID "TinyCC" - -#elif defined(__BCC__) -# define COMPILER_ID "Bruce" - -#elif defined(__SCO_VERSION__) -# define COMPILER_ID "SCO" - -#elif defined(__clang__) && defined(__apple_build_version__) -# define COMPILER_ID "AppleClang" -# if defined(_MSC_VER) -# define SIMULATE_ID "MSVC" -# endif -# define COMPILER_VERSION_MAJOR DEC(__clang_major__) -# define COMPILER_VERSION_MINOR DEC(__clang_minor__) -# define COMPILER_VERSION_PATCH DEC(__clang_patchlevel__) -# if defined(_MSC_VER) - /* _MSC_VER = VVRR */ -# define SIMULATE_VERSION_MAJOR DEC(_MSC_VER / 100) -# define SIMULATE_VERSION_MINOR DEC(_MSC_VER % 100) -# endif -# define COMPILER_VERSION_TWEAK DEC(__apple_build_version__) - -#elif defined(__clang__) -# define COMPILER_ID "Clang" -# if defined(_MSC_VER) -# define SIMULATE_ID "MSVC" -# endif -# define COMPILER_VERSION_MAJOR DEC(__clang_major__) -# define COMPILER_VERSION_MINOR DEC(__clang_minor__) -# define COMPILER_VERSION_PATCH DEC(__clang_patchlevel__) -# if defined(_MSC_VER) - /* _MSC_VER = VVRR */ -# define SIMULATE_VERSION_MAJOR DEC(_MSC_VER / 100) -# define SIMULATE_VERSION_MINOR DEC(_MSC_VER % 100) -# endif - -#elif defined(__GNUC__) -# define COMPILER_ID "GNU" -# define COMPILER_VERSION_MAJOR DEC(__GNUC__) -# if defined(__GNUC_MINOR__) -# define COMPILER_VERSION_MINOR DEC(__GNUC_MINOR__) -# endif -# if defined(__GNUC_PATCHLEVEL__) -# define COMPILER_VERSION_PATCH DEC(__GNUC_PATCHLEVEL__) -# endif - -#elif defined(_MSC_VER) -# define COMPILER_ID "MSVC" - /* _MSC_VER = VVRR */ -# define COMPILER_VERSION_MAJOR DEC(_MSC_VER / 100) -# define COMPILER_VERSION_MINOR DEC(_MSC_VER % 100) -# if defined(_MSC_FULL_VER) -# if _MSC_VER >= 1400 - /* _MSC_FULL_VER = VVRRPPPPP */ -# define COMPILER_VERSION_PATCH DEC(_MSC_FULL_VER % 100000) -# else - /* _MSC_FULL_VER = VVRRPPPP */ -# define COMPILER_VERSION_PATCH DEC(_MSC_FULL_VER % 10000) -# endif -# endif -# if defined(_MSC_BUILD) -# define COMPILER_VERSION_TWEAK DEC(_MSC_BUILD) -# endif - -#elif defined(__VISUALDSPVERSION__) || defined(__ADSPBLACKFIN__) || defined(__ADSPTS__) || defined(__ADSP21000__) -# define COMPILER_ID "ADSP" -#if defined(__VISUALDSPVERSION__) - /* __VISUALDSPVERSION__ = 0xVVRRPP00 */ -# define COMPILER_VERSION_MAJOR HEX(__VISUALDSPVERSION__>>24) -# define COMPILER_VERSION_MINOR HEX(__VISUALDSPVERSION__>>16 & 0xFF) -# define COMPILER_VERSION_PATCH HEX(__VISUALDSPVERSION__>>8 & 0xFF) -#endif - -#elif defined(__IAR_SYSTEMS_ICC__) || defined(__IAR_SYSTEMS_ICC) -# define COMPILER_ID "IAR" -# if defined(__VER__) -# define COMPILER_VERSION_MAJOR DEC((__VER__) / 1000000) -# define COMPILER_VERSION_MINOR DEC(((__VER__) / 1000) % 1000) -# define COMPILER_VERSION_PATCH DEC((__VER__) % 1000) -# define COMPILER_VERSION_INTERNAL DEC(__IAR_SYSTEMS_ICC__) -# endif - -#elif defined(__ARMCC_VERSION) -# define COMPILER_ID "ARMCC" -#if __ARMCC_VERSION >= 1000000 - /* __ARMCC_VERSION = VRRPPPP */ - # define COMPILER_VERSION_MAJOR DEC(__ARMCC_VERSION/1000000) - # define COMPILER_VERSION_MINOR DEC(__ARMCC_VERSION/10000 % 100) - # define COMPILER_VERSION_PATCH DEC(__ARMCC_VERSION % 10000) -#else - /* __ARMCC_VERSION = VRPPPP */ - # define COMPILER_VERSION_MAJOR DEC(__ARMCC_VERSION/100000) - # define COMPILER_VERSION_MINOR DEC(__ARMCC_VERSION/10000 % 10) - # define COMPILER_VERSION_PATCH DEC(__ARMCC_VERSION % 10000) -#endif - - -#elif defined(__SDCC_VERSION_MAJOR) || defined(SDCC) -# define COMPILER_ID "SDCC" -# if defined(__SDCC_VERSION_MAJOR) -# define COMPILER_VERSION_MAJOR DEC(__SDCC_VERSION_MAJOR) -# define COMPILER_VERSION_MINOR DEC(__SDCC_VERSION_MINOR) -# define COMPILER_VERSION_PATCH DEC(__SDCC_VERSION_PATCH) -# else - /* SDCC = VRP */ -# define COMPILER_VERSION_MAJOR DEC(SDCC/100) -# define COMPILER_VERSION_MINOR DEC(SDCC/10 % 10) -# define COMPILER_VERSION_PATCH DEC(SDCC % 10) -# endif - -#elif defined(_SGI_COMPILER_VERSION) || defined(_COMPILER_VERSION) -# define COMPILER_ID "MIPSpro" -# if defined(_SGI_COMPILER_VERSION) - /* _SGI_COMPILER_VERSION = VRP */ -# define COMPILER_VERSION_MAJOR DEC(_SGI_COMPILER_VERSION/100) -# define COMPILER_VERSION_MINOR DEC(_SGI_COMPILER_VERSION/10 % 10) -# define COMPILER_VERSION_PATCH DEC(_SGI_COMPILER_VERSION % 10) -# else - /* _COMPILER_VERSION = VRP */ -# define COMPILER_VERSION_MAJOR DEC(_COMPILER_VERSION/100) -# define COMPILER_VERSION_MINOR DEC(_COMPILER_VERSION/10 % 10) -# define COMPILER_VERSION_PATCH DEC(_COMPILER_VERSION % 10) -# endif - - -/* These compilers are either not known or too old to define an - identification macro. Try to identify the platform and guess that - it is the native compiler. */ -#elif defined(__sgi) -# define COMPILER_ID "MIPSpro" - -#elif defined(__hpux) || defined(__hpua) -# define COMPILER_ID "HP" - -#else /* unknown compiler */ -# define COMPILER_ID "" -#endif - -/* Construct the string literal in pieces to prevent the source from - getting matched. Store it in a pointer rather than an array - because some compilers will just produce instructions to fill the - array rather than assigning a pointer to a static array. */ -char const* info_compiler = "INFO" ":" "compiler[" COMPILER_ID "]"; -#ifdef SIMULATE_ID -char const* info_simulate = "INFO" ":" "simulate[" SIMULATE_ID "]"; -#endif - -#ifdef __QNXNTO__ -char const* qnxnto = "INFO" ":" "qnxnto[]"; -#endif - -#if defined(__CRAYXE) || defined(__CRAYXC) -char const *info_cray = "INFO" ":" "compiler_wrapper[CrayPrgEnv]"; -#endif - -#define STRINGIFY_HELPER(X) #X -#define STRINGIFY(X) STRINGIFY_HELPER(X) - -/* Identify known platforms by name. */ -#if defined(__linux) || defined(__linux__) || defined(linux) -# define PLATFORM_ID "Linux" - -#elif defined(__CYGWIN__) -# define PLATFORM_ID "Cygwin" - -#elif defined(__MINGW32__) -# define PLATFORM_ID "MinGW" - -#elif defined(__APPLE__) -# define PLATFORM_ID "Darwin" - -#elif defined(_WIN32) || defined(__WIN32__) || defined(WIN32) -# define PLATFORM_ID "Windows" - -#elif defined(__FreeBSD__) || defined(__FreeBSD) -# define PLATFORM_ID "FreeBSD" - -#elif defined(__NetBSD__) || defined(__NetBSD) -# define PLATFORM_ID "NetBSD" - -#elif defined(__OpenBSD__) || defined(__OPENBSD) -# define PLATFORM_ID "OpenBSD" - -#elif defined(__sun) || defined(sun) -# define PLATFORM_ID "SunOS" - -#elif defined(_AIX) || defined(__AIX) || defined(__AIX__) || defined(__aix) || defined(__aix__) -# define PLATFORM_ID "AIX" - -#elif defined(__sgi) || defined(__sgi__) || defined(_SGI) -# define PLATFORM_ID "IRIX" - -#elif defined(__hpux) || defined(__hpux__) -# define PLATFORM_ID "HP-UX" - -#elif defined(__HAIKU__) -# define PLATFORM_ID "Haiku" - -#elif defined(__BeOS) || defined(__BEOS__) || defined(_BEOS) -# define PLATFORM_ID "BeOS" - -#elif defined(__QNX__) || defined(__QNXNTO__) -# define PLATFORM_ID "QNX" - -#elif defined(__tru64) || defined(_tru64) || defined(__TRU64__) -# define PLATFORM_ID "Tru64" - -#elif defined(__riscos) || defined(__riscos__) -# define PLATFORM_ID "RISCos" - -#elif defined(__sinix) || defined(__sinix__) || defined(__SINIX__) -# define PLATFORM_ID "SINIX" - -#elif defined(__UNIX_SV__) -# define PLATFORM_ID "UNIX_SV" - -#elif defined(__bsdos__) -# define PLATFORM_ID "BSDOS" - -#elif defined(_MPRAS) || defined(MPRAS) -# define PLATFORM_ID "MP-RAS" - -#elif defined(__osf) || defined(__osf__) -# define PLATFORM_ID "OSF1" - -#elif defined(_SCO_SV) || defined(SCO_SV) || defined(sco_sv) -# define PLATFORM_ID "SCO_SV" - -#elif defined(__ultrix) || defined(__ultrix__) || defined(_ULTRIX) -# define PLATFORM_ID "ULTRIX" - -#elif defined(__XENIX__) || defined(_XENIX) || defined(XENIX) -# define PLATFORM_ID "Xenix" - -#elif defined(__WATCOMC__) -# if defined(__LINUX__) -# define PLATFORM_ID "Linux" - -# elif defined(__DOS__) -# define PLATFORM_ID "DOS" - -# elif defined(__OS2__) -# define PLATFORM_ID "OS2" - -# elif defined(__WINDOWS__) -# define PLATFORM_ID "Windows3x" - -# else /* unknown platform */ -# define PLATFORM_ID -# endif - -#else /* unknown platform */ -# define PLATFORM_ID - -#endif - -/* For windows compilers MSVC and Intel we can determine - the architecture of the compiler being used. This is because - the compilers do not have flags that can change the architecture, - but rather depend on which compiler is being used -*/ -#if defined(_WIN32) && defined(_MSC_VER) -# if defined(_M_IA64) -# define ARCHITECTURE_ID "IA64" - -# elif defined(_M_X64) || defined(_M_AMD64) -# define ARCHITECTURE_ID "x64" - -# elif defined(_M_IX86) -# define ARCHITECTURE_ID "X86" - -# elif defined(_M_ARM64) -# define ARCHITECTURE_ID "ARM64" - -# elif defined(_M_ARM) -# if _M_ARM == 4 -# define ARCHITECTURE_ID "ARMV4I" -# elif _M_ARM == 5 -# define ARCHITECTURE_ID "ARMV5I" -# else -# define ARCHITECTURE_ID "ARMV" STRINGIFY(_M_ARM) -# endif - -# elif defined(_M_MIPS) -# define ARCHITECTURE_ID "MIPS" - -# elif defined(_M_SH) -# define ARCHITECTURE_ID "SHx" - -# else /* unknown architecture */ -# define ARCHITECTURE_ID "" -# endif - -#elif defined(__WATCOMC__) -# if defined(_M_I86) -# define ARCHITECTURE_ID "I86" - -# elif defined(_M_IX86) -# define ARCHITECTURE_ID "X86" - -# else /* unknown architecture */ -# define ARCHITECTURE_ID "" -# endif - -#elif defined(__IAR_SYSTEMS_ICC__) || defined(__IAR_SYSTEMS_ICC) -# if defined(__ICCARM__) -# define ARCHITECTURE_ID "ARM" - -# elif defined(__ICCAVR__) -# define ARCHITECTURE_ID "AVR" - -# else /* unknown architecture */ -# define ARCHITECTURE_ID "" -# endif -#else -# define ARCHITECTURE_ID -#endif - -/* Convert integer to decimal digit literals. */ -#define DEC(n) \ - ('0' + (((n) / 10000000)%10)), \ - ('0' + (((n) / 1000000)%10)), \ - ('0' + (((n) / 100000)%10)), \ - ('0' + (((n) / 10000)%10)), \ - ('0' + (((n) / 1000)%10)), \ - ('0' + (((n) / 100)%10)), \ - ('0' + (((n) / 10)%10)), \ - ('0' + ((n) % 10)) - -/* Convert integer to hex digit literals. */ -#define HEX(n) \ - ('0' + ((n)>>28 & 0xF)), \ - ('0' + ((n)>>24 & 0xF)), \ - ('0' + ((n)>>20 & 0xF)), \ - ('0' + ((n)>>16 & 0xF)), \ - ('0' + ((n)>>12 & 0xF)), \ - ('0' + ((n)>>8 & 0xF)), \ - ('0' + ((n)>>4 & 0xF)), \ - ('0' + ((n) & 0xF)) - -/* Construct a string literal encoding the version number components. */ -#ifdef COMPILER_VERSION_MAJOR -char const info_version[] = { - 'I', 'N', 'F', 'O', ':', - 'c','o','m','p','i','l','e','r','_','v','e','r','s','i','o','n','[', - COMPILER_VERSION_MAJOR, -# ifdef COMPILER_VERSION_MINOR - '.', COMPILER_VERSION_MINOR, -# ifdef COMPILER_VERSION_PATCH - '.', COMPILER_VERSION_PATCH, -# ifdef COMPILER_VERSION_TWEAK - '.', COMPILER_VERSION_TWEAK, -# endif -# endif -# endif - ']','\0'}; -#endif - -/* Construct a string literal encoding the internal version number. */ -#ifdef COMPILER_VERSION_INTERNAL -char const info_version_internal[] = { - 'I', 'N', 'F', 'O', ':', - 'c','o','m','p','i','l','e','r','_','v','e','r','s','i','o','n','_', - 'i','n','t','e','r','n','a','l','[', - COMPILER_VERSION_INTERNAL,']','\0'}; -#endif - -/* Construct a string literal encoding the version number components. */ -#ifdef SIMULATE_VERSION_MAJOR -char const info_simulate_version[] = { - 'I', 'N', 'F', 'O', ':', - 's','i','m','u','l','a','t','e','_','v','e','r','s','i','o','n','[', - SIMULATE_VERSION_MAJOR, -# ifdef SIMULATE_VERSION_MINOR - '.', SIMULATE_VERSION_MINOR, -# ifdef SIMULATE_VERSION_PATCH - '.', SIMULATE_VERSION_PATCH, -# ifdef SIMULATE_VERSION_TWEAK - '.', SIMULATE_VERSION_TWEAK, -# endif -# endif -# endif - ']','\0'}; -#endif - -/* Construct the string literal in pieces to prevent the source from - getting matched. Store it in a pointer rather than an array - because some compilers will just produce instructions to fill the - array rather than assigning a pointer to a static array. */ -char const* info_platform = "INFO" ":" "platform[" PLATFORM_ID "]"; -char const* info_arch = "INFO" ":" "arch[" ARCHITECTURE_ID "]"; - - - - -#if !defined(__STDC__) -# if (defined(_MSC_VER) && !defined(__clang__)) \ - || (defined(__ibmxl__) || defined(__IBMC__)) -# define C_DIALECT "90" -# else -# define C_DIALECT -# endif -#elif __STDC_VERSION__ >= 201000L -# define C_DIALECT "11" -#elif __STDC_VERSION__ >= 199901L -# define C_DIALECT "99" -#else -# define C_DIALECT "90" -#endif -const char* info_language_dialect_default = - "INFO" ":" "dialect_default[" C_DIALECT "]"; - -/*--------------------------------------------------------------------------*/ - -#ifdef ID_VOID_MAIN -void main() {} -#else -# if defined(__CLASSIC_C__) -int main(argc, argv) int argc; char *argv[]; -# else -int main(int argc, char* argv[]) -# endif -{ - int require = 0; - require += info_compiler[argc]; - require += info_platform[argc]; - require += info_arch[argc]; -#ifdef COMPILER_VERSION_MAJOR - require += info_version[argc]; -#endif -#ifdef COMPILER_VERSION_INTERNAL - require += info_version_internal[argc]; -#endif -#ifdef SIMULATE_ID - require += info_simulate[argc]; -#endif -#ifdef SIMULATE_VERSION_MAJOR - require += info_simulate_version[argc]; -#endif -#if defined(__CRAYXE) || defined(__CRAYXC) - require += info_cray[argc]; -#endif - require += info_language_dialect_default[argc]; - (void)argv; - return require; -} -#endif diff --git a/build/CMakeFiles/3.13.4/CompilerIdC/a.out b/build/CMakeFiles/3.13.4/CompilerIdC/a.out deleted file mode 100644 index 71fc11d..0000000 Binary files a/build/CMakeFiles/3.13.4/CompilerIdC/a.out and /dev/null differ diff --git a/build/CMakeFiles/3.13.4/CompilerIdCXX/CMakeCXXCompilerId.cpp b/build/CMakeFiles/3.13.4/CompilerIdCXX/CMakeCXXCompilerId.cpp deleted file mode 100644 index b728b63..0000000 --- a/build/CMakeFiles/3.13.4/CompilerIdCXX/CMakeCXXCompilerId.cpp +++ /dev/null @@ -1,602 +0,0 @@ -/* This source file must have a .cpp extension so that all C++ compilers - recognize the extension without flags. Borland does not know .cxx for - example. */ -#ifndef __cplusplus -# error "A C compiler has been selected for C++." -#endif - - -/* Version number components: V=Version, R=Revision, P=Patch - Version date components: YYYY=Year, MM=Month, DD=Day */ - -#if defined(__COMO__) -# define COMPILER_ID "Comeau" - /* __COMO_VERSION__ = VRR */ -# define COMPILER_VERSION_MAJOR DEC(__COMO_VERSION__ / 100) -# define COMPILER_VERSION_MINOR DEC(__COMO_VERSION__ % 100) - -#elif defined(__INTEL_COMPILER) || defined(__ICC) -# define COMPILER_ID "Intel" -# if defined(_MSC_VER) -# define SIMULATE_ID "MSVC" -# endif - /* __INTEL_COMPILER = VRP */ -# define COMPILER_VERSION_MAJOR DEC(__INTEL_COMPILER/100) -# define COMPILER_VERSION_MINOR DEC(__INTEL_COMPILER/10 % 10) -# if defined(__INTEL_COMPILER_UPDATE) -# define COMPILER_VERSION_PATCH DEC(__INTEL_COMPILER_UPDATE) -# else -# define COMPILER_VERSION_PATCH DEC(__INTEL_COMPILER % 10) -# endif -# if defined(__INTEL_COMPILER_BUILD_DATE) - /* __INTEL_COMPILER_BUILD_DATE = YYYYMMDD */ -# define COMPILER_VERSION_TWEAK DEC(__INTEL_COMPILER_BUILD_DATE) -# endif -# if defined(_MSC_VER) - /* _MSC_VER = VVRR */ -# define SIMULATE_VERSION_MAJOR DEC(_MSC_VER / 100) -# define SIMULATE_VERSION_MINOR DEC(_MSC_VER % 100) -# endif - -#elif defined(__PATHCC__) -# define COMPILER_ID "PathScale" -# define COMPILER_VERSION_MAJOR DEC(__PATHCC__) -# define COMPILER_VERSION_MINOR DEC(__PATHCC_MINOR__) -# if defined(__PATHCC_PATCHLEVEL__) -# define COMPILER_VERSION_PATCH DEC(__PATHCC_PATCHLEVEL__) -# endif - -#elif defined(__BORLANDC__) && defined(__CODEGEARC_VERSION__) -# define COMPILER_ID "Embarcadero" -# define COMPILER_VERSION_MAJOR HEX(__CODEGEARC_VERSION__>>24 & 0x00FF) -# define COMPILER_VERSION_MINOR HEX(__CODEGEARC_VERSION__>>16 & 0x00FF) -# define COMPILER_VERSION_PATCH DEC(__CODEGEARC_VERSION__ & 0xFFFF) - -#elif defined(__BORLANDC__) -# define COMPILER_ID "Borland" - /* __BORLANDC__ = 0xVRR */ -# define COMPILER_VERSION_MAJOR HEX(__BORLANDC__>>8) -# define COMPILER_VERSION_MINOR HEX(__BORLANDC__ & 0xFF) - -#elif defined(__WATCOMC__) && __WATCOMC__ < 1200 -# define COMPILER_ID "Watcom" - /* __WATCOMC__ = VVRR */ -# define COMPILER_VERSION_MAJOR DEC(__WATCOMC__ / 100) -# define COMPILER_VERSION_MINOR DEC((__WATCOMC__ / 10) % 10) -# if (__WATCOMC__ % 10) > 0 -# define COMPILER_VERSION_PATCH DEC(__WATCOMC__ % 10) -# endif - -#elif defined(__WATCOMC__) -# define COMPILER_ID "OpenWatcom" - /* __WATCOMC__ = VVRP + 1100 */ -# define COMPILER_VERSION_MAJOR DEC((__WATCOMC__ - 1100) / 100) -# define COMPILER_VERSION_MINOR DEC((__WATCOMC__ / 10) % 10) -# if (__WATCOMC__ % 10) > 0 -# define COMPILER_VERSION_PATCH DEC(__WATCOMC__ % 10) -# endif - -#elif defined(__SUNPRO_CC) -# define COMPILER_ID "SunPro" -# if __SUNPRO_CC >= 0x5100 - /* __SUNPRO_CC = 0xVRRP */ -# define COMPILER_VERSION_MAJOR HEX(__SUNPRO_CC>>12) -# define COMPILER_VERSION_MINOR HEX(__SUNPRO_CC>>4 & 0xFF) -# define COMPILER_VERSION_PATCH HEX(__SUNPRO_CC & 0xF) -# else - /* __SUNPRO_CC = 0xVRP */ -# define COMPILER_VERSION_MAJOR HEX(__SUNPRO_CC>>8) -# define COMPILER_VERSION_MINOR HEX(__SUNPRO_CC>>4 & 0xF) -# define COMPILER_VERSION_PATCH HEX(__SUNPRO_CC & 0xF) -# endif - -#elif defined(__HP_aCC) -# define COMPILER_ID "HP" - /* __HP_aCC = VVRRPP */ -# define COMPILER_VERSION_MAJOR DEC(__HP_aCC/10000) -# define COMPILER_VERSION_MINOR DEC(__HP_aCC/100 % 100) -# define COMPILER_VERSION_PATCH DEC(__HP_aCC % 100) - -#elif defined(__DECCXX) -# define COMPILER_ID "Compaq" - /* __DECCXX_VER = VVRRTPPPP */ -# define COMPILER_VERSION_MAJOR DEC(__DECCXX_VER/10000000) -# define COMPILER_VERSION_MINOR DEC(__DECCXX_VER/100000 % 100) -# define COMPILER_VERSION_PATCH DEC(__DECCXX_VER % 10000) - -#elif defined(__IBMCPP__) && defined(__COMPILER_VER__) -# define COMPILER_ID "zOS" -# if defined(__ibmxl__) -# define COMPILER_VERSION_MAJOR DEC(__ibmxl_version__) -# define COMPILER_VERSION_MINOR DEC(__ibmxl_release__) -# define COMPILER_VERSION_PATCH DEC(__ibmxl_modification__) -# define COMPILER_VERSION_TWEAK DEC(__ibmxl_ptf_fix_level__) -# else - /* __IBMCPP__ = VRP */ -# define COMPILER_VERSION_MAJOR DEC(__IBMCPP__/100) -# define COMPILER_VERSION_MINOR DEC(__IBMCPP__/10 % 10) -# define COMPILER_VERSION_PATCH DEC(__IBMCPP__ % 10) -# endif - - -#elif defined(__ibmxl__) || (defined(__IBMCPP__) && !defined(__COMPILER_VER__) && __IBMCPP__ >= 800) -# define COMPILER_ID "XL" -# if defined(__ibmxl__) -# define COMPILER_VERSION_MAJOR DEC(__ibmxl_version__) -# define COMPILER_VERSION_MINOR DEC(__ibmxl_release__) -# define COMPILER_VERSION_PATCH DEC(__ibmxl_modification__) -# define COMPILER_VERSION_TWEAK DEC(__ibmxl_ptf_fix_level__) -# else - /* __IBMCPP__ = VRP */ -# define COMPILER_VERSION_MAJOR DEC(__IBMCPP__/100) -# define COMPILER_VERSION_MINOR DEC(__IBMCPP__/10 % 10) -# define COMPILER_VERSION_PATCH DEC(__IBMCPP__ % 10) -# endif - - -#elif defined(__IBMCPP__) && !defined(__COMPILER_VER__) && __IBMCPP__ < 800 -# define COMPILER_ID "VisualAge" -# if defined(__ibmxl__) -# define COMPILER_VERSION_MAJOR DEC(__ibmxl_version__) -# define COMPILER_VERSION_MINOR DEC(__ibmxl_release__) -# define COMPILER_VERSION_PATCH DEC(__ibmxl_modification__) -# define COMPILER_VERSION_TWEAK DEC(__ibmxl_ptf_fix_level__) -# else - /* __IBMCPP__ = VRP */ -# define COMPILER_VERSION_MAJOR DEC(__IBMCPP__/100) -# define COMPILER_VERSION_MINOR DEC(__IBMCPP__/10 % 10) -# define COMPILER_VERSION_PATCH DEC(__IBMCPP__ % 10) -# endif - - -#elif defined(__PGI) -# define COMPILER_ID "PGI" -# define COMPILER_VERSION_MAJOR DEC(__PGIC__) -# define COMPILER_VERSION_MINOR DEC(__PGIC_MINOR__) -# if defined(__PGIC_PATCHLEVEL__) -# define COMPILER_VERSION_PATCH DEC(__PGIC_PATCHLEVEL__) -# endif - -#elif defined(_CRAYC) -# define COMPILER_ID "Cray" -# define COMPILER_VERSION_MAJOR DEC(_RELEASE_MAJOR) -# define COMPILER_VERSION_MINOR DEC(_RELEASE_MINOR) - -#elif defined(__TI_COMPILER_VERSION__) -# define COMPILER_ID "TI" - /* __TI_COMPILER_VERSION__ = VVVRRRPPP */ -# define COMPILER_VERSION_MAJOR DEC(__TI_COMPILER_VERSION__/1000000) -# define COMPILER_VERSION_MINOR DEC(__TI_COMPILER_VERSION__/1000 % 1000) -# define COMPILER_VERSION_PATCH DEC(__TI_COMPILER_VERSION__ % 1000) - -#elif defined(__FUJITSU) || defined(__FCC_VERSION) || defined(__fcc_version) -# define COMPILER_ID "Fujitsu" - -#elif defined(__SCO_VERSION__) -# define COMPILER_ID "SCO" - -#elif defined(__clang__) && defined(__apple_build_version__) -# define COMPILER_ID "AppleClang" -# if defined(_MSC_VER) -# define SIMULATE_ID "MSVC" -# endif -# define COMPILER_VERSION_MAJOR DEC(__clang_major__) -# define COMPILER_VERSION_MINOR DEC(__clang_minor__) -# define COMPILER_VERSION_PATCH DEC(__clang_patchlevel__) -# if defined(_MSC_VER) - /* _MSC_VER = VVRR */ -# define SIMULATE_VERSION_MAJOR DEC(_MSC_VER / 100) -# define SIMULATE_VERSION_MINOR DEC(_MSC_VER % 100) -# endif -# define COMPILER_VERSION_TWEAK DEC(__apple_build_version__) - -#elif defined(__clang__) -# define COMPILER_ID "Clang" -# if defined(_MSC_VER) -# define SIMULATE_ID "MSVC" -# endif -# define COMPILER_VERSION_MAJOR DEC(__clang_major__) -# define COMPILER_VERSION_MINOR DEC(__clang_minor__) -# define COMPILER_VERSION_PATCH DEC(__clang_patchlevel__) -# if defined(_MSC_VER) - /* _MSC_VER = VVRR */ -# define SIMULATE_VERSION_MAJOR DEC(_MSC_VER / 100) -# define SIMULATE_VERSION_MINOR DEC(_MSC_VER % 100) -# endif - -#elif defined(__GNUC__) || defined(__GNUG__) -# define COMPILER_ID "GNU" -# if defined(__GNUC__) -# define COMPILER_VERSION_MAJOR DEC(__GNUC__) -# else -# define COMPILER_VERSION_MAJOR DEC(__GNUG__) -# endif -# if defined(__GNUC_MINOR__) -# define COMPILER_VERSION_MINOR DEC(__GNUC_MINOR__) -# endif -# if defined(__GNUC_PATCHLEVEL__) -# define COMPILER_VERSION_PATCH DEC(__GNUC_PATCHLEVEL__) -# endif - -#elif defined(_MSC_VER) -# define COMPILER_ID "MSVC" - /* _MSC_VER = VVRR */ -# define COMPILER_VERSION_MAJOR DEC(_MSC_VER / 100) -# define COMPILER_VERSION_MINOR DEC(_MSC_VER % 100) -# if defined(_MSC_FULL_VER) -# if _MSC_VER >= 1400 - /* _MSC_FULL_VER = VVRRPPPPP */ -# define COMPILER_VERSION_PATCH DEC(_MSC_FULL_VER % 100000) -# else - /* _MSC_FULL_VER = VVRRPPPP */ -# define COMPILER_VERSION_PATCH DEC(_MSC_FULL_VER % 10000) -# endif -# endif -# if defined(_MSC_BUILD) -# define COMPILER_VERSION_TWEAK DEC(_MSC_BUILD) -# endif - -#elif defined(__VISUALDSPVERSION__) || defined(__ADSPBLACKFIN__) || defined(__ADSPTS__) || defined(__ADSP21000__) -# define COMPILER_ID "ADSP" -#if defined(__VISUALDSPVERSION__) - /* __VISUALDSPVERSION__ = 0xVVRRPP00 */ -# define COMPILER_VERSION_MAJOR HEX(__VISUALDSPVERSION__>>24) -# define COMPILER_VERSION_MINOR HEX(__VISUALDSPVERSION__>>16 & 0xFF) -# define COMPILER_VERSION_PATCH HEX(__VISUALDSPVERSION__>>8 & 0xFF) -#endif - -#elif defined(__IAR_SYSTEMS_ICC__) || defined(__IAR_SYSTEMS_ICC) -# define COMPILER_ID "IAR" -# if defined(__VER__) -# define COMPILER_VERSION_MAJOR DEC((__VER__) / 1000000) -# define COMPILER_VERSION_MINOR DEC(((__VER__) / 1000) % 1000) -# define COMPILER_VERSION_PATCH DEC((__VER__) % 1000) -# define COMPILER_VERSION_INTERNAL DEC(__IAR_SYSTEMS_ICC__) -# endif - -#elif defined(__ARMCC_VERSION) -# define COMPILER_ID "ARMCC" -#if __ARMCC_VERSION >= 1000000 - /* __ARMCC_VERSION = VRRPPPP */ - # define COMPILER_VERSION_MAJOR DEC(__ARMCC_VERSION/1000000) - # define COMPILER_VERSION_MINOR DEC(__ARMCC_VERSION/10000 % 100) - # define COMPILER_VERSION_PATCH DEC(__ARMCC_VERSION % 10000) -#else - /* __ARMCC_VERSION = VRPPPP */ - # define COMPILER_VERSION_MAJOR DEC(__ARMCC_VERSION/100000) - # define COMPILER_VERSION_MINOR DEC(__ARMCC_VERSION/10000 % 10) - # define COMPILER_VERSION_PATCH DEC(__ARMCC_VERSION % 10000) -#endif - - -#elif defined(_SGI_COMPILER_VERSION) || defined(_COMPILER_VERSION) -# define COMPILER_ID "MIPSpro" -# if defined(_SGI_COMPILER_VERSION) - /* _SGI_COMPILER_VERSION = VRP */ -# define COMPILER_VERSION_MAJOR DEC(_SGI_COMPILER_VERSION/100) -# define COMPILER_VERSION_MINOR DEC(_SGI_COMPILER_VERSION/10 % 10) -# define COMPILER_VERSION_PATCH DEC(_SGI_COMPILER_VERSION % 10) -# else - /* _COMPILER_VERSION = VRP */ -# define COMPILER_VERSION_MAJOR DEC(_COMPILER_VERSION/100) -# define COMPILER_VERSION_MINOR DEC(_COMPILER_VERSION/10 % 10) -# define COMPILER_VERSION_PATCH DEC(_COMPILER_VERSION % 10) -# endif - - -/* These compilers are either not known or too old to define an - identification macro. Try to identify the platform and guess that - it is the native compiler. */ -#elif defined(__sgi) -# define COMPILER_ID "MIPSpro" - -#elif defined(__hpux) || defined(__hpua) -# define COMPILER_ID "HP" - -#else /* unknown compiler */ -# define COMPILER_ID "" -#endif - -/* Construct the string literal in pieces to prevent the source from - getting matched. Store it in a pointer rather than an array - because some compilers will just produce instructions to fill the - array rather than assigning a pointer to a static array. */ -char const* info_compiler = "INFO" ":" "compiler[" COMPILER_ID "]"; -#ifdef SIMULATE_ID -char const* info_simulate = "INFO" ":" "simulate[" SIMULATE_ID "]"; -#endif - -#ifdef __QNXNTO__ -char const* qnxnto = "INFO" ":" "qnxnto[]"; -#endif - -#if defined(__CRAYXE) || defined(__CRAYXC) -char const *info_cray = "INFO" ":" "compiler_wrapper[CrayPrgEnv]"; -#endif - -#define STRINGIFY_HELPER(X) #X -#define STRINGIFY(X) STRINGIFY_HELPER(X) - -/* Identify known platforms by name. */ -#if defined(__linux) || defined(__linux__) || defined(linux) -# define PLATFORM_ID "Linux" - -#elif defined(__CYGWIN__) -# define PLATFORM_ID "Cygwin" - -#elif defined(__MINGW32__) -# define PLATFORM_ID "MinGW" - -#elif defined(__APPLE__) -# define PLATFORM_ID "Darwin" - -#elif defined(_WIN32) || defined(__WIN32__) || defined(WIN32) -# define PLATFORM_ID "Windows" - -#elif defined(__FreeBSD__) || defined(__FreeBSD) -# define PLATFORM_ID "FreeBSD" - -#elif defined(__NetBSD__) || defined(__NetBSD) -# define PLATFORM_ID "NetBSD" - -#elif defined(__OpenBSD__) || defined(__OPENBSD) -# define PLATFORM_ID "OpenBSD" - -#elif defined(__sun) || defined(sun) -# define PLATFORM_ID "SunOS" - -#elif defined(_AIX) || defined(__AIX) || defined(__AIX__) || defined(__aix) || defined(__aix__) -# define PLATFORM_ID "AIX" - -#elif defined(__sgi) || defined(__sgi__) || defined(_SGI) -# define PLATFORM_ID "IRIX" - -#elif defined(__hpux) || defined(__hpux__) -# define PLATFORM_ID "HP-UX" - -#elif defined(__HAIKU__) -# define PLATFORM_ID "Haiku" - -#elif defined(__BeOS) || defined(__BEOS__) || defined(_BEOS) -# define PLATFORM_ID "BeOS" - -#elif defined(__QNX__) || defined(__QNXNTO__) -# define PLATFORM_ID "QNX" - -#elif defined(__tru64) || defined(_tru64) || defined(__TRU64__) -# define PLATFORM_ID "Tru64" - -#elif defined(__riscos) || defined(__riscos__) -# define PLATFORM_ID "RISCos" - -#elif defined(__sinix) || defined(__sinix__) || defined(__SINIX__) -# define PLATFORM_ID "SINIX" - -#elif defined(__UNIX_SV__) -# define PLATFORM_ID "UNIX_SV" - -#elif defined(__bsdos__) -# define PLATFORM_ID "BSDOS" - -#elif defined(_MPRAS) || defined(MPRAS) -# define PLATFORM_ID "MP-RAS" - -#elif defined(__osf) || defined(__osf__) -# define PLATFORM_ID "OSF1" - -#elif defined(_SCO_SV) || defined(SCO_SV) || defined(sco_sv) -# define PLATFORM_ID "SCO_SV" - -#elif defined(__ultrix) || defined(__ultrix__) || defined(_ULTRIX) -# define PLATFORM_ID "ULTRIX" - -#elif defined(__XENIX__) || defined(_XENIX) || defined(XENIX) -# define PLATFORM_ID "Xenix" - -#elif defined(__WATCOMC__) -# if defined(__LINUX__) -# define PLATFORM_ID "Linux" - -# elif defined(__DOS__) -# define PLATFORM_ID "DOS" - -# elif defined(__OS2__) -# define PLATFORM_ID "OS2" - -# elif defined(__WINDOWS__) -# define PLATFORM_ID "Windows3x" - -# else /* unknown platform */ -# define PLATFORM_ID -# endif - -#else /* unknown platform */ -# define PLATFORM_ID - -#endif - -/* For windows compilers MSVC and Intel we can determine - the architecture of the compiler being used. This is because - the compilers do not have flags that can change the architecture, - but rather depend on which compiler is being used -*/ -#if defined(_WIN32) && defined(_MSC_VER) -# if defined(_M_IA64) -# define ARCHITECTURE_ID "IA64" - -# elif defined(_M_X64) || defined(_M_AMD64) -# define ARCHITECTURE_ID "x64" - -# elif defined(_M_IX86) -# define ARCHITECTURE_ID "X86" - -# elif defined(_M_ARM64) -# define ARCHITECTURE_ID "ARM64" - -# elif defined(_M_ARM) -# if _M_ARM == 4 -# define ARCHITECTURE_ID "ARMV4I" -# elif _M_ARM == 5 -# define ARCHITECTURE_ID "ARMV5I" -# else -# define ARCHITECTURE_ID "ARMV" STRINGIFY(_M_ARM) -# endif - -# elif defined(_M_MIPS) -# define ARCHITECTURE_ID "MIPS" - -# elif defined(_M_SH) -# define ARCHITECTURE_ID "SHx" - -# else /* unknown architecture */ -# define ARCHITECTURE_ID "" -# endif - -#elif defined(__WATCOMC__) -# if defined(_M_I86) -# define ARCHITECTURE_ID "I86" - -# elif defined(_M_IX86) -# define ARCHITECTURE_ID "X86" - -# else /* unknown architecture */ -# define ARCHITECTURE_ID "" -# endif - -#elif defined(__IAR_SYSTEMS_ICC__) || defined(__IAR_SYSTEMS_ICC) -# if defined(__ICCARM__) -# define ARCHITECTURE_ID "ARM" - -# elif defined(__ICCAVR__) -# define ARCHITECTURE_ID "AVR" - -# else /* unknown architecture */ -# define ARCHITECTURE_ID "" -# endif -#else -# define ARCHITECTURE_ID -#endif - -/* Convert integer to decimal digit literals. */ -#define DEC(n) \ - ('0' + (((n) / 10000000)%10)), \ - ('0' + (((n) / 1000000)%10)), \ - ('0' + (((n) / 100000)%10)), \ - ('0' + (((n) / 10000)%10)), \ - ('0' + (((n) / 1000)%10)), \ - ('0' + (((n) / 100)%10)), \ - ('0' + (((n) / 10)%10)), \ - ('0' + ((n) % 10)) - -/* Convert integer to hex digit literals. */ -#define HEX(n) \ - ('0' + ((n)>>28 & 0xF)), \ - ('0' + ((n)>>24 & 0xF)), \ - ('0' + ((n)>>20 & 0xF)), \ - ('0' + ((n)>>16 & 0xF)), \ - ('0' + ((n)>>12 & 0xF)), \ - ('0' + ((n)>>8 & 0xF)), \ - ('0' + ((n)>>4 & 0xF)), \ - ('0' + ((n) & 0xF)) - -/* Construct a string literal encoding the version number components. */ -#ifdef COMPILER_VERSION_MAJOR -char const info_version[] = { - 'I', 'N', 'F', 'O', ':', - 'c','o','m','p','i','l','e','r','_','v','e','r','s','i','o','n','[', - COMPILER_VERSION_MAJOR, -# ifdef COMPILER_VERSION_MINOR - '.', COMPILER_VERSION_MINOR, -# ifdef COMPILER_VERSION_PATCH - '.', COMPILER_VERSION_PATCH, -# ifdef COMPILER_VERSION_TWEAK - '.', COMPILER_VERSION_TWEAK, -# endif -# endif -# endif - ']','\0'}; -#endif - -/* Construct a string literal encoding the internal version number. */ -#ifdef COMPILER_VERSION_INTERNAL -char const info_version_internal[] = { - 'I', 'N', 'F', 'O', ':', - 'c','o','m','p','i','l','e','r','_','v','e','r','s','i','o','n','_', - 'i','n','t','e','r','n','a','l','[', - COMPILER_VERSION_INTERNAL,']','\0'}; -#endif - -/* Construct a string literal encoding the version number components. */ -#ifdef SIMULATE_VERSION_MAJOR -char const info_simulate_version[] = { - 'I', 'N', 'F', 'O', ':', - 's','i','m','u','l','a','t','e','_','v','e','r','s','i','o','n','[', - SIMULATE_VERSION_MAJOR, -# ifdef SIMULATE_VERSION_MINOR - '.', SIMULATE_VERSION_MINOR, -# ifdef SIMULATE_VERSION_PATCH - '.', SIMULATE_VERSION_PATCH, -# ifdef SIMULATE_VERSION_TWEAK - '.', SIMULATE_VERSION_TWEAK, -# endif -# endif -# endif - ']','\0'}; -#endif - -/* Construct the string literal in pieces to prevent the source from - getting matched. Store it in a pointer rather than an array - because some compilers will just produce instructions to fill the - array rather than assigning a pointer to a static array. */ -char const* info_platform = "INFO" ":" "platform[" PLATFORM_ID "]"; -char const* info_arch = "INFO" ":" "arch[" ARCHITECTURE_ID "]"; - - - - -#if defined(_MSC_VER) && defined(_MSVC_LANG) -#define CXX_STD _MSVC_LANG -#else -#define CXX_STD __cplusplus -#endif - -const char* info_language_dialect_default = "INFO" ":" "dialect_default[" -#if CXX_STD > 201703L - "20" -#elif CXX_STD >= 201703L - "17" -#elif CXX_STD >= 201402L - "14" -#elif CXX_STD >= 201103L - "11" -#else - "98" -#endif -"]"; - -/*--------------------------------------------------------------------------*/ - -int main(int argc, char* argv[]) -{ - int require = 0; - require += info_compiler[argc]; - require += info_platform[argc]; -#ifdef COMPILER_VERSION_MAJOR - require += info_version[argc]; -#endif -#ifdef COMPILER_VERSION_INTERNAL - require += info_version_internal[argc]; -#endif -#ifdef SIMULATE_ID - require += info_simulate[argc]; -#endif -#ifdef SIMULATE_VERSION_MAJOR - require += info_simulate_version[argc]; -#endif -#if defined(__CRAYXE) || defined(__CRAYXC) - require += info_cray[argc]; -#endif - require += info_language_dialect_default[argc]; - (void)argv; - return require; -} diff --git a/build/CMakeFiles/3.13.4/CompilerIdCXX/a.out b/build/CMakeFiles/3.13.4/CompilerIdCXX/a.out deleted file mode 100644 index 08fa831..0000000 Binary files a/build/CMakeFiles/3.13.4/CompilerIdCXX/a.out and /dev/null differ diff --git a/build/CMakeFiles/CMakeDirectoryInformation.cmake b/build/CMakeFiles/CMakeDirectoryInformation.cmake deleted file mode 100644 index 8a3e544..0000000 --- a/build/CMakeFiles/CMakeDirectoryInformation.cmake +++ /dev/null @@ -1,16 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Generated by "Unix Makefiles" Generator, CMake Version 3.13 - -# Relative path conversion top directories. -set(CMAKE_RELATIVE_PATH_TOP_SOURCE "/root/QIDI_Q1") -set(CMAKE_RELATIVE_PATH_TOP_BINARY "/root/QIDI_Q1/build") - -# 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}) diff --git a/build/CMakeFiles/CMakeOutput.log b/build/CMakeFiles/CMakeOutput.log deleted file mode 100644 index 8ed9f7a..0000000 --- a/build/CMakeFiles/CMakeOutput.log +++ /dev/null @@ -1,696 +0,0 @@ -The system is: Linux - 5.16.20-rockchip64 - aarch64 -Compiling the C compiler identification source file "CMakeCCompilerId.c" succeeded. -Compiler: /usr/bin/cc -Build flags: -Id flags: - -The output was: -0 - - -Compilation of the C compiler identification source "CMakeCCompilerId.c" produced "a.out" - -The C compiler identification is GNU, found in "/root/QIDI_Q1/build/CMakeFiles/3.13.4/CompilerIdC/a.out" - -Compiling the CXX compiler identification source file "CMakeCXXCompilerId.cpp" succeeded. -Compiler: /usr/bin/c++ -Build flags: -Id flags: - -The output was: -0 - - -Compilation of the CXX compiler identification source "CMakeCXXCompilerId.cpp" produced "a.out" - -The CXX compiler identification is GNU, found in "/root/QIDI_Q1/build/CMakeFiles/3.13.4/CompilerIdCXX/a.out" - -Determining if the C compiler works passed with the following output: -Change Dir: /root/QIDI_Q1/build/CMakeFiles/CMakeTmp - -Run Build Command:"/usr/bin/make" "cmTC_a3d44/fast" -/usr/bin/make -f CMakeFiles/cmTC_a3d44.dir/build.make CMakeFiles/cmTC_a3d44.dir/build -make[1]: Entering directory '/root/QIDI_Q1/build/CMakeFiles/CMakeTmp' -Building C object CMakeFiles/cmTC_a3d44.dir/testCCompiler.c.o -/usr/bin/cc -o CMakeFiles/cmTC_a3d44.dir/testCCompiler.c.o -c /root/QIDI_Q1/build/CMakeFiles/CMakeTmp/testCCompiler.c -Linking C executable cmTC_a3d44 -/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_a3d44.dir/link.txt --verbose=1 -/usr/bin/cc -rdynamic CMakeFiles/cmTC_a3d44.dir/testCCompiler.c.o -o cmTC_a3d44 -make[1]: Leaving directory '/root/QIDI_Q1/build/CMakeFiles/CMakeTmp' - - -Detecting C compiler ABI info compiled with the following output: -Change Dir: /root/QIDI_Q1/build/CMakeFiles/CMakeTmp - -Run Build Command:"/usr/bin/make" "cmTC_01ec6/fast" -/usr/bin/make -f CMakeFiles/cmTC_01ec6.dir/build.make CMakeFiles/cmTC_01ec6.dir/build -make[1]: Entering directory '/root/QIDI_Q1/build/CMakeFiles/CMakeTmp' -Building C object CMakeFiles/cmTC_01ec6.dir/CMakeCCompilerABI.c.o -/usr/bin/cc -o CMakeFiles/cmTC_01ec6.dir/CMakeCCompilerABI.c.o -c /usr/share/cmake-3.13/Modules/CMakeCCompilerABI.c -Linking C executable cmTC_01ec6 -/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_01ec6.dir/link.txt --verbose=1 -/usr/bin/cc -v -rdynamic CMakeFiles/cmTC_01ec6.dir/CMakeCCompilerABI.c.o -o cmTC_01ec6 -Using built-in specs. -COLLECT_GCC=/usr/bin/cc -COLLECT_LTO_WRAPPER=/usr/lib/gcc/aarch64-linux-gnu/8/lto-wrapper -Target: aarch64-linux-gnu -Configured with: ../src/configure -v --with-pkgversion='Debian 8.3.0-6' --with-bugurl=file:///usr/share/doc/gcc-8/README.Bugs --enable-languages=c,ada,c++,go,d,fortran,objc,obj-c++ --prefix=/usr --with-gcc-major-version-only --program-suffix=-8 --program-prefix=aarch64-linux-gnu- --enable-shared --enable-linker-build-id --libexecdir=/usr/lib --without-included-gettext --enable-threads=posix --libdir=/usr/lib --enable-nls --enable-bootstrap --enable-clocale=gnu --enable-libstdcxx-debug --enable-libstdcxx-time=yes --with-default-libstdcxx-abi=new --enable-gnu-unique-object --disable-libquadmath --disable-libquadmath-support --enable-plugin --enable-default-pie --with-system-zlib --disable-libphobos --enable-multiarch --enable-fix-cortex-a53-843419 --disable-werror --enable-checking=release --build=aarch64-linux-gnu --host=aarch64-linux-gnu --target=aarch64-linux-gnu -Thread model: posix -gcc version 8.3.0 (Debian 8.3.0-6) -COMPILER_PATH=/usr/lib/gcc/aarch64-linux-gnu/8/:/usr/lib/gcc/aarch64-linux-gnu/8/:/usr/lib/gcc/aarch64-linux-gnu/:/usr/lib/gcc/aarch64-linux-gnu/8/:/usr/lib/gcc/aarch64-linux-gnu/ -LIBRARY_PATH=/usr/lib/gcc/aarch64-linux-gnu/8/:/usr/lib/gcc/aarch64-linux-gnu/8/../../../aarch64-linux-gnu/:/usr/lib/gcc/aarch64-linux-gnu/8/../../../../lib/:/lib/aarch64-linux-gnu/:/lib/../lib/:/usr/lib/aarch64-linux-gnu/:/usr/lib/../lib/:/usr/lib/gcc/aarch64-linux-gnu/8/../../../:/lib/:/usr/lib/ -COLLECT_GCC_OPTIONS='-v' '-rdynamic' '-o' 'cmTC_01ec6' '-mlittle-endian' '-mabi=lp64' - /usr/lib/gcc/aarch64-linux-gnu/8/collect2 -plugin /usr/lib/gcc/aarch64-linux-gnu/8/liblto_plugin.so -plugin-opt=/usr/lib/gcc/aarch64-linux-gnu/8/lto-wrapper -plugin-opt=-fresolution=/tmp/ccVeFzvA.res -plugin-opt=-pass-through=-lgcc -plugin-opt=-pass-through=-lgcc_s -plugin-opt=-pass-through=-lc -plugin-opt=-pass-through=-lgcc -plugin-opt=-pass-through=-lgcc_s --build-id --eh-frame-hdr --hash-style=gnu -export-dynamic -dynamic-linker /lib/ld-linux-aarch64.so.1 -X -EL -maarch64linux --fix-cortex-a53-843419 -pie -o cmTC_01ec6 /usr/lib/gcc/aarch64-linux-gnu/8/../../../aarch64-linux-gnu/Scrt1.o /usr/lib/gcc/aarch64-linux-gnu/8/../../../aarch64-linux-gnu/crti.o /usr/lib/gcc/aarch64-linux-gnu/8/crtbeginS.o -L/usr/lib/gcc/aarch64-linux-gnu/8 -L/usr/lib/gcc/aarch64-linux-gnu/8/../../../aarch64-linux-gnu -L/usr/lib/gcc/aarch64-linux-gnu/8/../../../../lib -L/lib/aarch64-linux-gnu -L/lib/../lib -L/usr/lib/aarch64-linux-gnu -L/usr/lib/../lib -L/usr/lib/gcc/aarch64-linux-gnu/8/../../.. CMakeFiles/cmTC_01ec6.dir/CMakeCCompilerABI.c.o -lgcc --push-state --as-needed -lgcc_s --pop-state -lc -lgcc --push-state --as-needed -lgcc_s --pop-state /usr/lib/gcc/aarch64-linux-gnu/8/crtendS.o /usr/lib/gcc/aarch64-linux-gnu/8/../../../aarch64-linux-gnu/crtn.o -COLLECT_GCC_OPTIONS='-v' '-rdynamic' '-o' 'cmTC_01ec6' '-mlittle-endian' '-mabi=lp64' -make[1]: Leaving directory '/root/QIDI_Q1/build/CMakeFiles/CMakeTmp' - - -Parsed C implicit link information from above output: - link line regex: [^( *|.*[/\])(ld|CMAKE_LINK_STARTFILE-NOTFOUND|([^/\]+-)?ld|collect2)[^/\]*( |$)] - ignore line: [Change Dir: /root/QIDI_Q1/build/CMakeFiles/CMakeTmp] - ignore line: [] - ignore line: [Run Build Command:"/usr/bin/make" "cmTC_01ec6/fast"] - ignore line: [/usr/bin/make -f CMakeFiles/cmTC_01ec6.dir/build.make CMakeFiles/cmTC_01ec6.dir/build] - ignore line: [make[1]: Entering directory '/root/QIDI_Q1/build/CMakeFiles/CMakeTmp'] - ignore line: [Building C object CMakeFiles/cmTC_01ec6.dir/CMakeCCompilerABI.c.o] - ignore line: [/usr/bin/cc -o CMakeFiles/cmTC_01ec6.dir/CMakeCCompilerABI.c.o -c /usr/share/cmake-3.13/Modules/CMakeCCompilerABI.c] - ignore line: [Linking C executable cmTC_01ec6] - ignore line: [/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_01ec6.dir/link.txt --verbose=1] - ignore line: [/usr/bin/cc -v -rdynamic CMakeFiles/cmTC_01ec6.dir/CMakeCCompilerABI.c.o -o cmTC_01ec6 ] - ignore line: [Using built-in specs.] - ignore line: [COLLECT_GCC=/usr/bin/cc] - ignore line: [COLLECT_LTO_WRAPPER=/usr/lib/gcc/aarch64-linux-gnu/8/lto-wrapper] - ignore line: [Target: aarch64-linux-gnu] - ignore line: [Configured with: ../src/configure -v --with-pkgversion='Debian 8.3.0-6' --with-bugurl=file:///usr/share/doc/gcc-8/README.Bugs --enable-languages=c,ada,c++,go,d,fortran,objc,obj-c++ --prefix=/usr --with-gcc-major-version-only --program-suffix=-8 --program-prefix=aarch64-linux-gnu- --enable-shared --enable-linker-build-id --libexecdir=/usr/lib --without-included-gettext --enable-threads=posix --libdir=/usr/lib --enable-nls --enable-bootstrap --enable-clocale=gnu --enable-libstdcxx-debug --enable-libstdcxx-time=yes --with-default-libstdcxx-abi=new --enable-gnu-unique-object --disable-libquadmath --disable-libquadmath-support --enable-plugin --enable-default-pie --with-system-zlib --disable-libphobos --enable-multiarch --enable-fix-cortex-a53-843419 --disable-werror --enable-checking=release --build=aarch64-linux-gnu --host=aarch64-linux-gnu --target=aarch64-linux-gnu] - ignore line: [Thread model: posix] - ignore line: [gcc version 8.3.0 (Debian 8.3.0-6) ] - ignore line: [COMPILER_PATH=/usr/lib/gcc/aarch64-linux-gnu/8/:/usr/lib/gcc/aarch64-linux-gnu/8/:/usr/lib/gcc/aarch64-linux-gnu/:/usr/lib/gcc/aarch64-linux-gnu/8/:/usr/lib/gcc/aarch64-linux-gnu/] - ignore line: [LIBRARY_PATH=/usr/lib/gcc/aarch64-linux-gnu/8/:/usr/lib/gcc/aarch64-linux-gnu/8/../../../aarch64-linux-gnu/:/usr/lib/gcc/aarch64-linux-gnu/8/../../../../lib/:/lib/aarch64-linux-gnu/:/lib/../lib/:/usr/lib/aarch64-linux-gnu/:/usr/lib/../lib/:/usr/lib/gcc/aarch64-linux-gnu/8/../../../:/lib/:/usr/lib/] - ignore line: [COLLECT_GCC_OPTIONS='-v' '-rdynamic' '-o' 'cmTC_01ec6' '-mlittle-endian' '-mabi=lp64'] - link line: [ /usr/lib/gcc/aarch64-linux-gnu/8/collect2 -plugin /usr/lib/gcc/aarch64-linux-gnu/8/liblto_plugin.so -plugin-opt=/usr/lib/gcc/aarch64-linux-gnu/8/lto-wrapper -plugin-opt=-fresolution=/tmp/ccVeFzvA.res -plugin-opt=-pass-through=-lgcc -plugin-opt=-pass-through=-lgcc_s -plugin-opt=-pass-through=-lc -plugin-opt=-pass-through=-lgcc -plugin-opt=-pass-through=-lgcc_s --build-id --eh-frame-hdr --hash-style=gnu -export-dynamic -dynamic-linker /lib/ld-linux-aarch64.so.1 -X -EL -maarch64linux --fix-cortex-a53-843419 -pie -o cmTC_01ec6 /usr/lib/gcc/aarch64-linux-gnu/8/../../../aarch64-linux-gnu/Scrt1.o /usr/lib/gcc/aarch64-linux-gnu/8/../../../aarch64-linux-gnu/crti.o /usr/lib/gcc/aarch64-linux-gnu/8/crtbeginS.o -L/usr/lib/gcc/aarch64-linux-gnu/8 -L/usr/lib/gcc/aarch64-linux-gnu/8/../../../aarch64-linux-gnu -L/usr/lib/gcc/aarch64-linux-gnu/8/../../../../lib -L/lib/aarch64-linux-gnu -L/lib/../lib -L/usr/lib/aarch64-linux-gnu -L/usr/lib/../lib -L/usr/lib/gcc/aarch64-linux-gnu/8/../../.. CMakeFiles/cmTC_01ec6.dir/CMakeCCompilerABI.c.o -lgcc --push-state --as-needed -lgcc_s --pop-state -lc -lgcc --push-state --as-needed -lgcc_s --pop-state /usr/lib/gcc/aarch64-linux-gnu/8/crtendS.o /usr/lib/gcc/aarch64-linux-gnu/8/../../../aarch64-linux-gnu/crtn.o] - arg [/usr/lib/gcc/aarch64-linux-gnu/8/collect2] ==> ignore - arg [-plugin] ==> ignore - arg [/usr/lib/gcc/aarch64-linux-gnu/8/liblto_plugin.so] ==> ignore - arg [-plugin-opt=/usr/lib/gcc/aarch64-linux-gnu/8/lto-wrapper] ==> ignore - arg [-plugin-opt=-fresolution=/tmp/ccVeFzvA.res] ==> ignore - arg [-plugin-opt=-pass-through=-lgcc] ==> ignore - arg [-plugin-opt=-pass-through=-lgcc_s] ==> ignore - arg [-plugin-opt=-pass-through=-lc] ==> ignore - arg [-plugin-opt=-pass-through=-lgcc] ==> ignore - arg [-plugin-opt=-pass-through=-lgcc_s] ==> ignore - arg [--build-id] ==> ignore - arg [--eh-frame-hdr] ==> ignore - arg [--hash-style=gnu] ==> ignore - arg [-export-dynamic] ==> ignore - arg [-dynamic-linker] ==> ignore - arg [/lib/ld-linux-aarch64.so.1] ==> ignore - arg [-X] ==> ignore - arg [-EL] ==> ignore - arg [-maarch64linux] ==> ignore - arg [--fix-cortex-a53-843419] ==> ignore - arg [-pie] ==> ignore - arg [-o] ==> ignore - arg [cmTC_01ec6] ==> ignore - arg [/usr/lib/gcc/aarch64-linux-gnu/8/../../../aarch64-linux-gnu/Scrt1.o] ==> ignore - arg [/usr/lib/gcc/aarch64-linux-gnu/8/../../../aarch64-linux-gnu/crti.o] ==> ignore - arg [/usr/lib/gcc/aarch64-linux-gnu/8/crtbeginS.o] ==> ignore - arg [-L/usr/lib/gcc/aarch64-linux-gnu/8] ==> dir [/usr/lib/gcc/aarch64-linux-gnu/8] - arg [-L/usr/lib/gcc/aarch64-linux-gnu/8/../../../aarch64-linux-gnu] ==> dir [/usr/lib/gcc/aarch64-linux-gnu/8/../../../aarch64-linux-gnu] - arg [-L/usr/lib/gcc/aarch64-linux-gnu/8/../../../../lib] ==> dir [/usr/lib/gcc/aarch64-linux-gnu/8/../../../../lib] - arg [-L/lib/aarch64-linux-gnu] ==> dir [/lib/aarch64-linux-gnu] - arg [-L/lib/../lib] ==> dir [/lib/../lib] - arg [-L/usr/lib/aarch64-linux-gnu] ==> dir [/usr/lib/aarch64-linux-gnu] - arg [-L/usr/lib/../lib] ==> dir [/usr/lib/../lib] - arg [-L/usr/lib/gcc/aarch64-linux-gnu/8/../../..] ==> dir [/usr/lib/gcc/aarch64-linux-gnu/8/../../..] - arg [CMakeFiles/cmTC_01ec6.dir/CMakeCCompilerABI.c.o] ==> ignore - arg [-lgcc] ==> lib [gcc] - arg [--push-state] ==> ignore - arg [--as-needed] ==> ignore - arg [-lgcc_s] ==> lib [gcc_s] - arg [--pop-state] ==> ignore - arg [-lc] ==> lib [c] - arg [-lgcc] ==> lib [gcc] - arg [--push-state] ==> ignore - arg [--as-needed] ==> ignore - arg [-lgcc_s] ==> lib [gcc_s] - arg [--pop-state] ==> ignore - arg [/usr/lib/gcc/aarch64-linux-gnu/8/crtendS.o] ==> ignore - arg [/usr/lib/gcc/aarch64-linux-gnu/8/../../../aarch64-linux-gnu/crtn.o] ==> ignore - collapse library dir [/usr/lib/gcc/aarch64-linux-gnu/8] ==> [/usr/lib/gcc/aarch64-linux-gnu/8] - collapse library dir [/usr/lib/gcc/aarch64-linux-gnu/8/../../../aarch64-linux-gnu] ==> [/usr/lib/aarch64-linux-gnu] - collapse library dir [/usr/lib/gcc/aarch64-linux-gnu/8/../../../../lib] ==> [/usr/lib] - collapse library dir [/lib/aarch64-linux-gnu] ==> [/lib/aarch64-linux-gnu] - collapse library dir [/lib/../lib] ==> [/lib] - collapse library dir [/usr/lib/aarch64-linux-gnu] ==> [/usr/lib/aarch64-linux-gnu] - collapse library dir [/usr/lib/../lib] ==> [/usr/lib] - collapse library dir [/usr/lib/gcc/aarch64-linux-gnu/8/../../..] ==> [/usr/lib] - implicit libs: [gcc;gcc_s;c;gcc;gcc_s] - implicit dirs: [/usr/lib/gcc/aarch64-linux-gnu/8;/usr/lib/aarch64-linux-gnu;/usr/lib;/lib/aarch64-linux-gnu;/lib] - implicit fwks: [] - - - - -Detecting C [-std=c11] compiler features compiled with the following output: -Change Dir: /root/QIDI_Q1/build/CMakeFiles/CMakeTmp - -Run Build Command:"/usr/bin/make" "cmTC_0e6ac/fast" -/usr/bin/make -f CMakeFiles/cmTC_0e6ac.dir/build.make CMakeFiles/cmTC_0e6ac.dir/build -make[1]: Entering directory '/root/QIDI_Q1/build/CMakeFiles/CMakeTmp' -Building C object CMakeFiles/cmTC_0e6ac.dir/feature_tests.c.o -/usr/bin/cc -std=c11 -o CMakeFiles/cmTC_0e6ac.dir/feature_tests.c.o -c /root/QIDI_Q1/build/CMakeFiles/feature_tests.c -Linking C executable cmTC_0e6ac -/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_0e6ac.dir/link.txt --verbose=1 -/usr/bin/cc -rdynamic CMakeFiles/cmTC_0e6ac.dir/feature_tests.c.o -o cmTC_0e6ac -make[1]: Leaving directory '/root/QIDI_Q1/build/CMakeFiles/CMakeTmp' - - - Feature record: C_FEATURE:1c_function_prototypes - Feature record: C_FEATURE:1c_restrict - Feature record: C_FEATURE:1c_static_assert - Feature record: C_FEATURE:1c_variadic_macros - - -Detecting C [-std=c99] compiler features compiled with the following output: -Change Dir: /root/QIDI_Q1/build/CMakeFiles/CMakeTmp - -Run Build Command:"/usr/bin/make" "cmTC_59339/fast" -/usr/bin/make -f CMakeFiles/cmTC_59339.dir/build.make CMakeFiles/cmTC_59339.dir/build -make[1]: Entering directory '/root/QIDI_Q1/build/CMakeFiles/CMakeTmp' -Building C object CMakeFiles/cmTC_59339.dir/feature_tests.c.o -/usr/bin/cc -std=c99 -o CMakeFiles/cmTC_59339.dir/feature_tests.c.o -c /root/QIDI_Q1/build/CMakeFiles/feature_tests.c -Linking C executable cmTC_59339 -/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_59339.dir/link.txt --verbose=1 -/usr/bin/cc -rdynamic CMakeFiles/cmTC_59339.dir/feature_tests.c.o -o cmTC_59339 -make[1]: Leaving directory '/root/QIDI_Q1/build/CMakeFiles/CMakeTmp' - - - Feature record: C_FEATURE:1c_function_prototypes - Feature record: C_FEATURE:1c_restrict - Feature record: C_FEATURE:0c_static_assert - Feature record: C_FEATURE:1c_variadic_macros - - -Detecting C [-std=c90] compiler features compiled with the following output: -Change Dir: /root/QIDI_Q1/build/CMakeFiles/CMakeTmp - -Run Build Command:"/usr/bin/make" "cmTC_2acac/fast" -/usr/bin/make -f CMakeFiles/cmTC_2acac.dir/build.make CMakeFiles/cmTC_2acac.dir/build -make[1]: Entering directory '/root/QIDI_Q1/build/CMakeFiles/CMakeTmp' -Building C object CMakeFiles/cmTC_2acac.dir/feature_tests.c.o -/usr/bin/cc -std=c90 -o CMakeFiles/cmTC_2acac.dir/feature_tests.c.o -c /root/QIDI_Q1/build/CMakeFiles/feature_tests.c -Linking C executable cmTC_2acac -/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_2acac.dir/link.txt --verbose=1 -/usr/bin/cc -rdynamic CMakeFiles/cmTC_2acac.dir/feature_tests.c.o -o cmTC_2acac -make[1]: Leaving directory '/root/QIDI_Q1/build/CMakeFiles/CMakeTmp' - - - Feature record: C_FEATURE:1c_function_prototypes - Feature record: C_FEATURE:0c_restrict - Feature record: C_FEATURE:0c_static_assert - Feature record: C_FEATURE:0c_variadic_macros -Determining if the CXX compiler works passed with the following output: -Change Dir: /root/QIDI_Q1/build/CMakeFiles/CMakeTmp - -Run Build Command:"/usr/bin/make" "cmTC_b8abc/fast" -/usr/bin/make -f CMakeFiles/cmTC_b8abc.dir/build.make CMakeFiles/cmTC_b8abc.dir/build -make[1]: Entering directory '/root/QIDI_Q1/build/CMakeFiles/CMakeTmp' -Building CXX object CMakeFiles/cmTC_b8abc.dir/testCXXCompiler.cxx.o -/usr/bin/c++ -o CMakeFiles/cmTC_b8abc.dir/testCXXCompiler.cxx.o -c /root/QIDI_Q1/build/CMakeFiles/CMakeTmp/testCXXCompiler.cxx -Linking CXX executable cmTC_b8abc -/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_b8abc.dir/link.txt --verbose=1 -/usr/bin/c++ -rdynamic CMakeFiles/cmTC_b8abc.dir/testCXXCompiler.cxx.o -o cmTC_b8abc -make[1]: Leaving directory '/root/QIDI_Q1/build/CMakeFiles/CMakeTmp' - - -Detecting CXX compiler ABI info compiled with the following output: -Change Dir: /root/QIDI_Q1/build/CMakeFiles/CMakeTmp - -Run Build Command:"/usr/bin/make" "cmTC_330bb/fast" -/usr/bin/make -f CMakeFiles/cmTC_330bb.dir/build.make CMakeFiles/cmTC_330bb.dir/build -make[1]: Entering directory '/root/QIDI_Q1/build/CMakeFiles/CMakeTmp' -Building CXX object CMakeFiles/cmTC_330bb.dir/CMakeCXXCompilerABI.cpp.o -/usr/bin/c++ -o CMakeFiles/cmTC_330bb.dir/CMakeCXXCompilerABI.cpp.o -c /usr/share/cmake-3.13/Modules/CMakeCXXCompilerABI.cpp -Linking CXX executable cmTC_330bb -/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_330bb.dir/link.txt --verbose=1 -/usr/bin/c++ -v -rdynamic CMakeFiles/cmTC_330bb.dir/CMakeCXXCompilerABI.cpp.o -o cmTC_330bb -Using built-in specs. -COLLECT_GCC=/usr/bin/c++ -COLLECT_LTO_WRAPPER=/usr/lib/gcc/aarch64-linux-gnu/8/lto-wrapper -Target: aarch64-linux-gnu -Configured with: ../src/configure -v --with-pkgversion='Debian 8.3.0-6' --with-bugurl=file:///usr/share/doc/gcc-8/README.Bugs --enable-languages=c,ada,c++,go,d,fortran,objc,obj-c++ --prefix=/usr --with-gcc-major-version-only --program-suffix=-8 --program-prefix=aarch64-linux-gnu- --enable-shared --enable-linker-build-id --libexecdir=/usr/lib --without-included-gettext --enable-threads=posix --libdir=/usr/lib --enable-nls --enable-bootstrap --enable-clocale=gnu --enable-libstdcxx-debug --enable-libstdcxx-time=yes --with-default-libstdcxx-abi=new --enable-gnu-unique-object --disable-libquadmath --disable-libquadmath-support --enable-plugin --enable-default-pie --with-system-zlib --disable-libphobos --enable-multiarch --enable-fix-cortex-a53-843419 --disable-werror --enable-checking=release --build=aarch64-linux-gnu --host=aarch64-linux-gnu --target=aarch64-linux-gnu -Thread model: posix -gcc version 8.3.0 (Debian 8.3.0-6) -COMPILER_PATH=/usr/lib/gcc/aarch64-linux-gnu/8/:/usr/lib/gcc/aarch64-linux-gnu/8/:/usr/lib/gcc/aarch64-linux-gnu/:/usr/lib/gcc/aarch64-linux-gnu/8/:/usr/lib/gcc/aarch64-linux-gnu/ -LIBRARY_PATH=/usr/lib/gcc/aarch64-linux-gnu/8/:/usr/lib/gcc/aarch64-linux-gnu/8/../../../aarch64-linux-gnu/:/usr/lib/gcc/aarch64-linux-gnu/8/../../../../lib/:/lib/aarch64-linux-gnu/:/lib/../lib/:/usr/lib/aarch64-linux-gnu/:/usr/lib/../lib/:/usr/lib/gcc/aarch64-linux-gnu/8/../../../:/lib/:/usr/lib/ -COLLECT_GCC_OPTIONS='-v' '-rdynamic' '-o' 'cmTC_330bb' '-shared-libgcc' '-mlittle-endian' '-mabi=lp64' - /usr/lib/gcc/aarch64-linux-gnu/8/collect2 -plugin /usr/lib/gcc/aarch64-linux-gnu/8/liblto_plugin.so -plugin-opt=/usr/lib/gcc/aarch64-linux-gnu/8/lto-wrapper -plugin-opt=-fresolution=/tmp/ccn6LZta.res -plugin-opt=-pass-through=-lgcc_s -plugin-opt=-pass-through=-lgcc -plugin-opt=-pass-through=-lc -plugin-opt=-pass-through=-lgcc_s -plugin-opt=-pass-through=-lgcc --build-id --eh-frame-hdr --hash-style=gnu -export-dynamic -dynamic-linker /lib/ld-linux-aarch64.so.1 -X -EL -maarch64linux --fix-cortex-a53-843419 -pie -o cmTC_330bb /usr/lib/gcc/aarch64-linux-gnu/8/../../../aarch64-linux-gnu/Scrt1.o /usr/lib/gcc/aarch64-linux-gnu/8/../../../aarch64-linux-gnu/crti.o /usr/lib/gcc/aarch64-linux-gnu/8/crtbeginS.o -L/usr/lib/gcc/aarch64-linux-gnu/8 -L/usr/lib/gcc/aarch64-linux-gnu/8/../../../aarch64-linux-gnu -L/usr/lib/gcc/aarch64-linux-gnu/8/../../../../lib -L/lib/aarch64-linux-gnu -L/lib/../lib -L/usr/lib/aarch64-linux-gnu -L/usr/lib/../lib -L/usr/lib/gcc/aarch64-linux-gnu/8/../../.. CMakeFiles/cmTC_330bb.dir/CMakeCXXCompilerABI.cpp.o -lstdc++ -lm -lgcc_s -lgcc -lc -lgcc_s -lgcc /usr/lib/gcc/aarch64-linux-gnu/8/crtendS.o /usr/lib/gcc/aarch64-linux-gnu/8/../../../aarch64-linux-gnu/crtn.o -COLLECT_GCC_OPTIONS='-v' '-rdynamic' '-o' 'cmTC_330bb' '-shared-libgcc' '-mlittle-endian' '-mabi=lp64' -make[1]: Leaving directory '/root/QIDI_Q1/build/CMakeFiles/CMakeTmp' - - -Parsed CXX implicit link information from above output: - link line regex: [^( *|.*[/\])(ld|CMAKE_LINK_STARTFILE-NOTFOUND|([^/\]+-)?ld|collect2)[^/\]*( |$)] - ignore line: [Change Dir: /root/QIDI_Q1/build/CMakeFiles/CMakeTmp] - ignore line: [] - ignore line: [Run Build Command:"/usr/bin/make" "cmTC_330bb/fast"] - ignore line: [/usr/bin/make -f CMakeFiles/cmTC_330bb.dir/build.make CMakeFiles/cmTC_330bb.dir/build] - ignore line: [make[1]: Entering directory '/root/QIDI_Q1/build/CMakeFiles/CMakeTmp'] - ignore line: [Building CXX object CMakeFiles/cmTC_330bb.dir/CMakeCXXCompilerABI.cpp.o] - ignore line: [/usr/bin/c++ -o CMakeFiles/cmTC_330bb.dir/CMakeCXXCompilerABI.cpp.o -c /usr/share/cmake-3.13/Modules/CMakeCXXCompilerABI.cpp] - ignore line: [Linking CXX executable cmTC_330bb] - ignore line: [/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_330bb.dir/link.txt --verbose=1] - ignore line: [/usr/bin/c++ -v -rdynamic CMakeFiles/cmTC_330bb.dir/CMakeCXXCompilerABI.cpp.o -o cmTC_330bb ] - ignore line: [Using built-in specs.] - ignore line: [COLLECT_GCC=/usr/bin/c++] - ignore line: [COLLECT_LTO_WRAPPER=/usr/lib/gcc/aarch64-linux-gnu/8/lto-wrapper] - ignore line: [Target: aarch64-linux-gnu] - ignore line: [Configured with: ../src/configure -v --with-pkgversion='Debian 8.3.0-6' --with-bugurl=file:///usr/share/doc/gcc-8/README.Bugs --enable-languages=c,ada,c++,go,d,fortran,objc,obj-c++ --prefix=/usr --with-gcc-major-version-only --program-suffix=-8 --program-prefix=aarch64-linux-gnu- --enable-shared --enable-linker-build-id --libexecdir=/usr/lib --without-included-gettext --enable-threads=posix --libdir=/usr/lib --enable-nls --enable-bootstrap --enable-clocale=gnu --enable-libstdcxx-debug --enable-libstdcxx-time=yes --with-default-libstdcxx-abi=new --enable-gnu-unique-object --disable-libquadmath --disable-libquadmath-support --enable-plugin --enable-default-pie --with-system-zlib --disable-libphobos --enable-multiarch --enable-fix-cortex-a53-843419 --disable-werror --enable-checking=release --build=aarch64-linux-gnu --host=aarch64-linux-gnu --target=aarch64-linux-gnu] - ignore line: [Thread model: posix] - ignore line: [gcc version 8.3.0 (Debian 8.3.0-6) ] - ignore line: [COMPILER_PATH=/usr/lib/gcc/aarch64-linux-gnu/8/:/usr/lib/gcc/aarch64-linux-gnu/8/:/usr/lib/gcc/aarch64-linux-gnu/:/usr/lib/gcc/aarch64-linux-gnu/8/:/usr/lib/gcc/aarch64-linux-gnu/] - ignore line: [LIBRARY_PATH=/usr/lib/gcc/aarch64-linux-gnu/8/:/usr/lib/gcc/aarch64-linux-gnu/8/../../../aarch64-linux-gnu/:/usr/lib/gcc/aarch64-linux-gnu/8/../../../../lib/:/lib/aarch64-linux-gnu/:/lib/../lib/:/usr/lib/aarch64-linux-gnu/:/usr/lib/../lib/:/usr/lib/gcc/aarch64-linux-gnu/8/../../../:/lib/:/usr/lib/] - ignore line: [COLLECT_GCC_OPTIONS='-v' '-rdynamic' '-o' 'cmTC_330bb' '-shared-libgcc' '-mlittle-endian' '-mabi=lp64'] - link line: [ /usr/lib/gcc/aarch64-linux-gnu/8/collect2 -plugin /usr/lib/gcc/aarch64-linux-gnu/8/liblto_plugin.so -plugin-opt=/usr/lib/gcc/aarch64-linux-gnu/8/lto-wrapper -plugin-opt=-fresolution=/tmp/ccn6LZta.res -plugin-opt=-pass-through=-lgcc_s -plugin-opt=-pass-through=-lgcc -plugin-opt=-pass-through=-lc -plugin-opt=-pass-through=-lgcc_s -plugin-opt=-pass-through=-lgcc --build-id --eh-frame-hdr --hash-style=gnu -export-dynamic -dynamic-linker /lib/ld-linux-aarch64.so.1 -X -EL -maarch64linux --fix-cortex-a53-843419 -pie -o cmTC_330bb /usr/lib/gcc/aarch64-linux-gnu/8/../../../aarch64-linux-gnu/Scrt1.o /usr/lib/gcc/aarch64-linux-gnu/8/../../../aarch64-linux-gnu/crti.o /usr/lib/gcc/aarch64-linux-gnu/8/crtbeginS.o -L/usr/lib/gcc/aarch64-linux-gnu/8 -L/usr/lib/gcc/aarch64-linux-gnu/8/../../../aarch64-linux-gnu -L/usr/lib/gcc/aarch64-linux-gnu/8/../../../../lib -L/lib/aarch64-linux-gnu -L/lib/../lib -L/usr/lib/aarch64-linux-gnu -L/usr/lib/../lib -L/usr/lib/gcc/aarch64-linux-gnu/8/../../.. CMakeFiles/cmTC_330bb.dir/CMakeCXXCompilerABI.cpp.o -lstdc++ -lm -lgcc_s -lgcc -lc -lgcc_s -lgcc /usr/lib/gcc/aarch64-linux-gnu/8/crtendS.o /usr/lib/gcc/aarch64-linux-gnu/8/../../../aarch64-linux-gnu/crtn.o] - arg [/usr/lib/gcc/aarch64-linux-gnu/8/collect2] ==> ignore - arg [-plugin] ==> ignore - arg [/usr/lib/gcc/aarch64-linux-gnu/8/liblto_plugin.so] ==> ignore - arg [-plugin-opt=/usr/lib/gcc/aarch64-linux-gnu/8/lto-wrapper] ==> ignore - arg [-plugin-opt=-fresolution=/tmp/ccn6LZta.res] ==> ignore - arg [-plugin-opt=-pass-through=-lgcc_s] ==> ignore - arg [-plugin-opt=-pass-through=-lgcc] ==> ignore - arg [-plugin-opt=-pass-through=-lc] ==> ignore - arg [-plugin-opt=-pass-through=-lgcc_s] ==> ignore - arg [-plugin-opt=-pass-through=-lgcc] ==> ignore - arg [--build-id] ==> ignore - arg [--eh-frame-hdr] ==> ignore - arg [--hash-style=gnu] ==> ignore - arg [-export-dynamic] ==> ignore - arg [-dynamic-linker] ==> ignore - arg [/lib/ld-linux-aarch64.so.1] ==> ignore - arg [-X] ==> ignore - arg [-EL] ==> ignore - arg [-maarch64linux] ==> ignore - arg [--fix-cortex-a53-843419] ==> ignore - arg [-pie] ==> ignore - arg [-o] ==> ignore - arg [cmTC_330bb] ==> ignore - arg [/usr/lib/gcc/aarch64-linux-gnu/8/../../../aarch64-linux-gnu/Scrt1.o] ==> ignore - arg [/usr/lib/gcc/aarch64-linux-gnu/8/../../../aarch64-linux-gnu/crti.o] ==> ignore - arg [/usr/lib/gcc/aarch64-linux-gnu/8/crtbeginS.o] ==> ignore - arg [-L/usr/lib/gcc/aarch64-linux-gnu/8] ==> dir [/usr/lib/gcc/aarch64-linux-gnu/8] - arg [-L/usr/lib/gcc/aarch64-linux-gnu/8/../../../aarch64-linux-gnu] ==> dir [/usr/lib/gcc/aarch64-linux-gnu/8/../../../aarch64-linux-gnu] - arg [-L/usr/lib/gcc/aarch64-linux-gnu/8/../../../../lib] ==> dir [/usr/lib/gcc/aarch64-linux-gnu/8/../../../../lib] - arg [-L/lib/aarch64-linux-gnu] ==> dir [/lib/aarch64-linux-gnu] - arg [-L/lib/../lib] ==> dir [/lib/../lib] - arg [-L/usr/lib/aarch64-linux-gnu] ==> dir [/usr/lib/aarch64-linux-gnu] - arg [-L/usr/lib/../lib] ==> dir [/usr/lib/../lib] - arg [-L/usr/lib/gcc/aarch64-linux-gnu/8/../../..] ==> dir [/usr/lib/gcc/aarch64-linux-gnu/8/../../..] - arg [CMakeFiles/cmTC_330bb.dir/CMakeCXXCompilerABI.cpp.o] ==> ignore - arg [-lstdc++] ==> lib [stdc++] - arg [-lm] ==> lib [m] - arg [-lgcc_s] ==> lib [gcc_s] - arg [-lgcc] ==> lib [gcc] - arg [-lc] ==> lib [c] - arg [-lgcc_s] ==> lib [gcc_s] - arg [-lgcc] ==> lib [gcc] - arg [/usr/lib/gcc/aarch64-linux-gnu/8/crtendS.o] ==> ignore - arg [/usr/lib/gcc/aarch64-linux-gnu/8/../../../aarch64-linux-gnu/crtn.o] ==> ignore - collapse library dir [/usr/lib/gcc/aarch64-linux-gnu/8] ==> [/usr/lib/gcc/aarch64-linux-gnu/8] - collapse library dir [/usr/lib/gcc/aarch64-linux-gnu/8/../../../aarch64-linux-gnu] ==> [/usr/lib/aarch64-linux-gnu] - collapse library dir [/usr/lib/gcc/aarch64-linux-gnu/8/../../../../lib] ==> [/usr/lib] - collapse library dir [/lib/aarch64-linux-gnu] ==> [/lib/aarch64-linux-gnu] - collapse library dir [/lib/../lib] ==> [/lib] - collapse library dir [/usr/lib/aarch64-linux-gnu] ==> [/usr/lib/aarch64-linux-gnu] - collapse library dir [/usr/lib/../lib] ==> [/usr/lib] - collapse library dir [/usr/lib/gcc/aarch64-linux-gnu/8/../../..] ==> [/usr/lib] - implicit libs: [stdc++;m;gcc_s;gcc;c;gcc_s;gcc] - implicit dirs: [/usr/lib/gcc/aarch64-linux-gnu/8;/usr/lib/aarch64-linux-gnu;/usr/lib;/lib/aarch64-linux-gnu;/lib] - implicit fwks: [] - - - - -Detecting CXX [-std=c++2a] compiler features compiled with the following output: -Change Dir: /root/QIDI_Q1/build/CMakeFiles/CMakeTmp - -Run Build Command:"/usr/bin/make" "cmTC_0cc53/fast" -/usr/bin/make -f CMakeFiles/cmTC_0cc53.dir/build.make CMakeFiles/cmTC_0cc53.dir/build -make[1]: Entering directory '/root/QIDI_Q1/build/CMakeFiles/CMakeTmp' -Building CXX object CMakeFiles/cmTC_0cc53.dir/feature_tests.cxx.o -/usr/bin/c++ -std=c++2a -o CMakeFiles/cmTC_0cc53.dir/feature_tests.cxx.o -c /root/QIDI_Q1/build/CMakeFiles/feature_tests.cxx -Linking CXX executable cmTC_0cc53 -/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_0cc53.dir/link.txt --verbose=1 -/usr/bin/c++ -rdynamic CMakeFiles/cmTC_0cc53.dir/feature_tests.cxx.o -o cmTC_0cc53 -make[1]: Leaving directory '/root/QIDI_Q1/build/CMakeFiles/CMakeTmp' - - - Feature record: CXX_FEATURE:1cxx_aggregate_default_initializers - Feature record: CXX_FEATURE:1cxx_alias_templates - Feature record: CXX_FEATURE:1cxx_alignas - Feature record: CXX_FEATURE:1cxx_alignof - Feature record: CXX_FEATURE:1cxx_attributes - Feature record: CXX_FEATURE:1cxx_attribute_deprecated - Feature record: CXX_FEATURE:1cxx_auto_type - Feature record: CXX_FEATURE:1cxx_binary_literals - Feature record: CXX_FEATURE:1cxx_constexpr - Feature record: CXX_FEATURE:1cxx_contextual_conversions - Feature record: CXX_FEATURE:1cxx_decltype - Feature record: CXX_FEATURE:1cxx_decltype_auto - Feature record: CXX_FEATURE:1cxx_decltype_incomplete_return_types - Feature record: CXX_FEATURE:1cxx_default_function_template_args - Feature record: CXX_FEATURE:1cxx_defaulted_functions - Feature record: CXX_FEATURE:1cxx_defaulted_move_initializers - Feature record: CXX_FEATURE:1cxx_delegating_constructors - Feature record: CXX_FEATURE:1cxx_deleted_functions - Feature record: CXX_FEATURE:1cxx_digit_separators - Feature record: CXX_FEATURE:1cxx_enum_forward_declarations - Feature record: CXX_FEATURE:1cxx_explicit_conversions - Feature record: CXX_FEATURE:1cxx_extended_friend_declarations - Feature record: CXX_FEATURE:1cxx_extern_templates - Feature record: CXX_FEATURE:1cxx_final - Feature record: CXX_FEATURE:1cxx_func_identifier - Feature record: CXX_FEATURE:1cxx_generalized_initializers - Feature record: CXX_FEATURE:1cxx_generic_lambdas - Feature record: CXX_FEATURE:1cxx_inheriting_constructors - Feature record: CXX_FEATURE:1cxx_inline_namespaces - Feature record: CXX_FEATURE:1cxx_lambdas - Feature record: CXX_FEATURE:1cxx_lambda_init_captures - Feature record: CXX_FEATURE:1cxx_local_type_template_args - Feature record: CXX_FEATURE:1cxx_long_long_type - Feature record: CXX_FEATURE:1cxx_noexcept - Feature record: CXX_FEATURE:1cxx_nonstatic_member_init - Feature record: CXX_FEATURE:1cxx_nullptr - Feature record: CXX_FEATURE:1cxx_override - Feature record: CXX_FEATURE:1cxx_range_for - Feature record: CXX_FEATURE:1cxx_raw_string_literals - Feature record: CXX_FEATURE:1cxx_reference_qualified_functions - Feature record: CXX_FEATURE:1cxx_relaxed_constexpr - Feature record: CXX_FEATURE:1cxx_return_type_deduction - Feature record: CXX_FEATURE:1cxx_right_angle_brackets - Feature record: CXX_FEATURE:1cxx_rvalue_references - Feature record: CXX_FEATURE:1cxx_sizeof_member - Feature record: CXX_FEATURE:1cxx_static_assert - Feature record: CXX_FEATURE:1cxx_strong_enums - Feature record: CXX_FEATURE:1cxx_template_template_parameters - Feature record: CXX_FEATURE:1cxx_thread_local - Feature record: CXX_FEATURE:1cxx_trailing_return_types - Feature record: CXX_FEATURE:1cxx_unicode_literals - Feature record: CXX_FEATURE:1cxx_uniform_initialization - Feature record: CXX_FEATURE:1cxx_unrestricted_unions - Feature record: CXX_FEATURE:1cxx_user_literals - Feature record: CXX_FEATURE:1cxx_variable_templates - Feature record: CXX_FEATURE:1cxx_variadic_macros - Feature record: CXX_FEATURE:1cxx_variadic_templates - - -Detecting CXX [-std=c++17] compiler features compiled with the following output: -Change Dir: /root/QIDI_Q1/build/CMakeFiles/CMakeTmp - -Run Build Command:"/usr/bin/make" "cmTC_6f7d7/fast" -/usr/bin/make -f CMakeFiles/cmTC_6f7d7.dir/build.make CMakeFiles/cmTC_6f7d7.dir/build -make[1]: Entering directory '/root/QIDI_Q1/build/CMakeFiles/CMakeTmp' -Building CXX object CMakeFiles/cmTC_6f7d7.dir/feature_tests.cxx.o -/usr/bin/c++ -std=c++17 -o CMakeFiles/cmTC_6f7d7.dir/feature_tests.cxx.o -c /root/QIDI_Q1/build/CMakeFiles/feature_tests.cxx -Linking CXX executable cmTC_6f7d7 -/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_6f7d7.dir/link.txt --verbose=1 -/usr/bin/c++ -rdynamic CMakeFiles/cmTC_6f7d7.dir/feature_tests.cxx.o -o cmTC_6f7d7 -make[1]: Leaving directory '/root/QIDI_Q1/build/CMakeFiles/CMakeTmp' - - - Feature record: CXX_FEATURE:1cxx_aggregate_default_initializers - Feature record: CXX_FEATURE:1cxx_alias_templates - Feature record: CXX_FEATURE:1cxx_alignas - Feature record: CXX_FEATURE:1cxx_alignof - Feature record: CXX_FEATURE:1cxx_attributes - Feature record: CXX_FEATURE:1cxx_attribute_deprecated - Feature record: CXX_FEATURE:1cxx_auto_type - Feature record: CXX_FEATURE:1cxx_binary_literals - Feature record: CXX_FEATURE:1cxx_constexpr - Feature record: CXX_FEATURE:1cxx_contextual_conversions - Feature record: CXX_FEATURE:1cxx_decltype - Feature record: CXX_FEATURE:1cxx_decltype_auto - Feature record: CXX_FEATURE:1cxx_decltype_incomplete_return_types - Feature record: CXX_FEATURE:1cxx_default_function_template_args - Feature record: CXX_FEATURE:1cxx_defaulted_functions - Feature record: CXX_FEATURE:1cxx_defaulted_move_initializers - Feature record: CXX_FEATURE:1cxx_delegating_constructors - Feature record: CXX_FEATURE:1cxx_deleted_functions - Feature record: CXX_FEATURE:1cxx_digit_separators - Feature record: CXX_FEATURE:1cxx_enum_forward_declarations - Feature record: CXX_FEATURE:1cxx_explicit_conversions - Feature record: CXX_FEATURE:1cxx_extended_friend_declarations - Feature record: CXX_FEATURE:1cxx_extern_templates - Feature record: CXX_FEATURE:1cxx_final - Feature record: CXX_FEATURE:1cxx_func_identifier - Feature record: CXX_FEATURE:1cxx_generalized_initializers - Feature record: CXX_FEATURE:1cxx_generic_lambdas - Feature record: CXX_FEATURE:1cxx_inheriting_constructors - Feature record: CXX_FEATURE:1cxx_inline_namespaces - Feature record: CXX_FEATURE:1cxx_lambdas - Feature record: CXX_FEATURE:1cxx_lambda_init_captures - Feature record: CXX_FEATURE:1cxx_local_type_template_args - Feature record: CXX_FEATURE:1cxx_long_long_type - Feature record: CXX_FEATURE:1cxx_noexcept - Feature record: CXX_FEATURE:1cxx_nonstatic_member_init - Feature record: CXX_FEATURE:1cxx_nullptr - Feature record: CXX_FEATURE:1cxx_override - Feature record: CXX_FEATURE:1cxx_range_for - Feature record: CXX_FEATURE:1cxx_raw_string_literals - Feature record: CXX_FEATURE:1cxx_reference_qualified_functions - Feature record: CXX_FEATURE:1cxx_relaxed_constexpr - Feature record: CXX_FEATURE:1cxx_return_type_deduction - Feature record: CXX_FEATURE:1cxx_right_angle_brackets - Feature record: CXX_FEATURE:1cxx_rvalue_references - Feature record: CXX_FEATURE:1cxx_sizeof_member - Feature record: CXX_FEATURE:1cxx_static_assert - Feature record: CXX_FEATURE:1cxx_strong_enums - Feature record: CXX_FEATURE:1cxx_template_template_parameters - Feature record: CXX_FEATURE:1cxx_thread_local - Feature record: CXX_FEATURE:1cxx_trailing_return_types - Feature record: CXX_FEATURE:1cxx_unicode_literals - Feature record: CXX_FEATURE:1cxx_uniform_initialization - Feature record: CXX_FEATURE:1cxx_unrestricted_unions - Feature record: CXX_FEATURE:1cxx_user_literals - Feature record: CXX_FEATURE:1cxx_variable_templates - Feature record: CXX_FEATURE:1cxx_variadic_macros - Feature record: CXX_FEATURE:1cxx_variadic_templates - - -Detecting CXX [-std=c++14] compiler features compiled with the following output: -Change Dir: /root/QIDI_Q1/build/CMakeFiles/CMakeTmp - -Run Build Command:"/usr/bin/make" "cmTC_671c7/fast" -/usr/bin/make -f CMakeFiles/cmTC_671c7.dir/build.make CMakeFiles/cmTC_671c7.dir/build -make[1]: Entering directory '/root/QIDI_Q1/build/CMakeFiles/CMakeTmp' -Building CXX object CMakeFiles/cmTC_671c7.dir/feature_tests.cxx.o -/usr/bin/c++ -std=c++14 -o CMakeFiles/cmTC_671c7.dir/feature_tests.cxx.o -c /root/QIDI_Q1/build/CMakeFiles/feature_tests.cxx -Linking CXX executable cmTC_671c7 -/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_671c7.dir/link.txt --verbose=1 -/usr/bin/c++ -rdynamic CMakeFiles/cmTC_671c7.dir/feature_tests.cxx.o -o cmTC_671c7 -make[1]: Leaving directory '/root/QIDI_Q1/build/CMakeFiles/CMakeTmp' - - - Feature record: CXX_FEATURE:1cxx_aggregate_default_initializers - Feature record: CXX_FEATURE:1cxx_alias_templates - Feature record: CXX_FEATURE:1cxx_alignas - Feature record: CXX_FEATURE:1cxx_alignof - Feature record: CXX_FEATURE:1cxx_attributes - Feature record: CXX_FEATURE:1cxx_attribute_deprecated - Feature record: CXX_FEATURE:1cxx_auto_type - Feature record: CXX_FEATURE:1cxx_binary_literals - Feature record: CXX_FEATURE:1cxx_constexpr - Feature record: CXX_FEATURE:1cxx_contextual_conversions - Feature record: CXX_FEATURE:1cxx_decltype - Feature record: CXX_FEATURE:1cxx_decltype_auto - Feature record: CXX_FEATURE:1cxx_decltype_incomplete_return_types - Feature record: CXX_FEATURE:1cxx_default_function_template_args - Feature record: CXX_FEATURE:1cxx_defaulted_functions - Feature record: CXX_FEATURE:1cxx_defaulted_move_initializers - Feature record: CXX_FEATURE:1cxx_delegating_constructors - Feature record: CXX_FEATURE:1cxx_deleted_functions - Feature record: CXX_FEATURE:1cxx_digit_separators - Feature record: CXX_FEATURE:1cxx_enum_forward_declarations - Feature record: CXX_FEATURE:1cxx_explicit_conversions - Feature record: CXX_FEATURE:1cxx_extended_friend_declarations - Feature record: CXX_FEATURE:1cxx_extern_templates - Feature record: CXX_FEATURE:1cxx_final - Feature record: CXX_FEATURE:1cxx_func_identifier - Feature record: CXX_FEATURE:1cxx_generalized_initializers - Feature record: CXX_FEATURE:1cxx_generic_lambdas - Feature record: CXX_FEATURE:1cxx_inheriting_constructors - Feature record: CXX_FEATURE:1cxx_inline_namespaces - Feature record: CXX_FEATURE:1cxx_lambdas - Feature record: CXX_FEATURE:1cxx_lambda_init_captures - Feature record: CXX_FEATURE:1cxx_local_type_template_args - Feature record: CXX_FEATURE:1cxx_long_long_type - Feature record: CXX_FEATURE:1cxx_noexcept - Feature record: CXX_FEATURE:1cxx_nonstatic_member_init - Feature record: CXX_FEATURE:1cxx_nullptr - Feature record: CXX_FEATURE:1cxx_override - Feature record: CXX_FEATURE:1cxx_range_for - Feature record: CXX_FEATURE:1cxx_raw_string_literals - Feature record: CXX_FEATURE:1cxx_reference_qualified_functions - Feature record: CXX_FEATURE:1cxx_relaxed_constexpr - Feature record: CXX_FEATURE:1cxx_return_type_deduction - Feature record: CXX_FEATURE:1cxx_right_angle_brackets - Feature record: CXX_FEATURE:1cxx_rvalue_references - Feature record: CXX_FEATURE:1cxx_sizeof_member - Feature record: CXX_FEATURE:1cxx_static_assert - Feature record: CXX_FEATURE:1cxx_strong_enums - Feature record: CXX_FEATURE:1cxx_template_template_parameters - Feature record: CXX_FEATURE:1cxx_thread_local - Feature record: CXX_FEATURE:1cxx_trailing_return_types - Feature record: CXX_FEATURE:1cxx_unicode_literals - Feature record: CXX_FEATURE:1cxx_uniform_initialization - Feature record: CXX_FEATURE:1cxx_unrestricted_unions - Feature record: CXX_FEATURE:1cxx_user_literals - Feature record: CXX_FEATURE:1cxx_variable_templates - Feature record: CXX_FEATURE:1cxx_variadic_macros - Feature record: CXX_FEATURE:1cxx_variadic_templates - - -Detecting CXX [-std=c++11] compiler features compiled with the following output: -Change Dir: /root/QIDI_Q1/build/CMakeFiles/CMakeTmp - -Run Build Command:"/usr/bin/make" "cmTC_17764/fast" -/usr/bin/make -f CMakeFiles/cmTC_17764.dir/build.make CMakeFiles/cmTC_17764.dir/build -make[1]: Entering directory '/root/QIDI_Q1/build/CMakeFiles/CMakeTmp' -Building CXX object CMakeFiles/cmTC_17764.dir/feature_tests.cxx.o -/usr/bin/c++ -std=c++11 -o CMakeFiles/cmTC_17764.dir/feature_tests.cxx.o -c /root/QIDI_Q1/build/CMakeFiles/feature_tests.cxx -Linking CXX executable cmTC_17764 -/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_17764.dir/link.txt --verbose=1 -/usr/bin/c++ -rdynamic CMakeFiles/cmTC_17764.dir/feature_tests.cxx.o -o cmTC_17764 -make[1]: Leaving directory '/root/QIDI_Q1/build/CMakeFiles/CMakeTmp' - - - Feature record: CXX_FEATURE:0cxx_aggregate_default_initializers - Feature record: CXX_FEATURE:1cxx_alias_templates - Feature record: CXX_FEATURE:1cxx_alignas - Feature record: CXX_FEATURE:1cxx_alignof - Feature record: CXX_FEATURE:1cxx_attributes - Feature record: CXX_FEATURE:0cxx_attribute_deprecated - Feature record: CXX_FEATURE:1cxx_auto_type - Feature record: CXX_FEATURE:0cxx_binary_literals - Feature record: CXX_FEATURE:1cxx_constexpr - Feature record: CXX_FEATURE:0cxx_contextual_conversions - Feature record: CXX_FEATURE:1cxx_decltype - Feature record: CXX_FEATURE:0cxx_decltype_auto - Feature record: CXX_FEATURE:1cxx_decltype_incomplete_return_types - Feature record: CXX_FEATURE:1cxx_default_function_template_args - Feature record: CXX_FEATURE:1cxx_defaulted_functions - Feature record: CXX_FEATURE:1cxx_defaulted_move_initializers - Feature record: CXX_FEATURE:1cxx_delegating_constructors - Feature record: CXX_FEATURE:1cxx_deleted_functions - Feature record: CXX_FEATURE:0cxx_digit_separators - Feature record: CXX_FEATURE:1cxx_enum_forward_declarations - Feature record: CXX_FEATURE:1cxx_explicit_conversions - Feature record: CXX_FEATURE:1cxx_extended_friend_declarations - Feature record: CXX_FEATURE:1cxx_extern_templates - Feature record: CXX_FEATURE:1cxx_final - Feature record: CXX_FEATURE:1cxx_func_identifier - Feature record: CXX_FEATURE:1cxx_generalized_initializers - Feature record: CXX_FEATURE:0cxx_generic_lambdas - Feature record: CXX_FEATURE:1cxx_inheriting_constructors - Feature record: CXX_FEATURE:1cxx_inline_namespaces - Feature record: CXX_FEATURE:1cxx_lambdas - Feature record: CXX_FEATURE:0cxx_lambda_init_captures - Feature record: CXX_FEATURE:1cxx_local_type_template_args - Feature record: CXX_FEATURE:1cxx_long_long_type - Feature record: CXX_FEATURE:1cxx_noexcept - Feature record: CXX_FEATURE:1cxx_nonstatic_member_init - Feature record: CXX_FEATURE:1cxx_nullptr - Feature record: CXX_FEATURE:1cxx_override - Feature record: CXX_FEATURE:1cxx_range_for - Feature record: CXX_FEATURE:1cxx_raw_string_literals - Feature record: CXX_FEATURE:1cxx_reference_qualified_functions - Feature record: CXX_FEATURE:0cxx_relaxed_constexpr - Feature record: CXX_FEATURE:0cxx_return_type_deduction - Feature record: CXX_FEATURE:1cxx_right_angle_brackets - Feature record: CXX_FEATURE:1cxx_rvalue_references - Feature record: CXX_FEATURE:1cxx_sizeof_member - Feature record: CXX_FEATURE:1cxx_static_assert - Feature record: CXX_FEATURE:1cxx_strong_enums - Feature record: CXX_FEATURE:1cxx_template_template_parameters - Feature record: CXX_FEATURE:1cxx_thread_local - Feature record: CXX_FEATURE:1cxx_trailing_return_types - Feature record: CXX_FEATURE:1cxx_unicode_literals - Feature record: CXX_FEATURE:1cxx_uniform_initialization - Feature record: CXX_FEATURE:1cxx_unrestricted_unions - Feature record: CXX_FEATURE:1cxx_user_literals - Feature record: CXX_FEATURE:0cxx_variable_templates - Feature record: CXX_FEATURE:1cxx_variadic_macros - Feature record: CXX_FEATURE:1cxx_variadic_templates - - -Detecting CXX [-std=c++98] compiler features compiled with the following output: -Change Dir: /root/QIDI_Q1/build/CMakeFiles/CMakeTmp - -Run Build Command:"/usr/bin/make" "cmTC_87962/fast" -/usr/bin/make -f CMakeFiles/cmTC_87962.dir/build.make CMakeFiles/cmTC_87962.dir/build -make[1]: Entering directory '/root/QIDI_Q1/build/CMakeFiles/CMakeTmp' -Building CXX object CMakeFiles/cmTC_87962.dir/feature_tests.cxx.o -/usr/bin/c++ -std=c++98 -o CMakeFiles/cmTC_87962.dir/feature_tests.cxx.o -c /root/QIDI_Q1/build/CMakeFiles/feature_tests.cxx -Linking CXX executable cmTC_87962 -/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_87962.dir/link.txt --verbose=1 -/usr/bin/c++ -rdynamic CMakeFiles/cmTC_87962.dir/feature_tests.cxx.o -o cmTC_87962 -make[1]: Leaving directory '/root/QIDI_Q1/build/CMakeFiles/CMakeTmp' - - - Feature record: CXX_FEATURE:0cxx_aggregate_default_initializers - Feature record: CXX_FEATURE:0cxx_alias_templates - Feature record: CXX_FEATURE:0cxx_alignas - Feature record: CXX_FEATURE:0cxx_alignof - Feature record: CXX_FEATURE:0cxx_attributes - Feature record: CXX_FEATURE:0cxx_attribute_deprecated - Feature record: CXX_FEATURE:0cxx_auto_type - Feature record: CXX_FEATURE:0cxx_binary_literals - Feature record: CXX_FEATURE:0cxx_constexpr - Feature record: CXX_FEATURE:0cxx_contextual_conversions - Feature record: CXX_FEATURE:0cxx_decltype - Feature record: CXX_FEATURE:0cxx_decltype_auto - Feature record: CXX_FEATURE:0cxx_decltype_incomplete_return_types - Feature record: CXX_FEATURE:0cxx_default_function_template_args - Feature record: CXX_FEATURE:0cxx_defaulted_functions - Feature record: CXX_FEATURE:0cxx_defaulted_move_initializers - Feature record: CXX_FEATURE:0cxx_delegating_constructors - Feature record: CXX_FEATURE:0cxx_deleted_functions - Feature record: CXX_FEATURE:0cxx_digit_separators - Feature record: CXX_FEATURE:0cxx_enum_forward_declarations - Feature record: CXX_FEATURE:0cxx_explicit_conversions - Feature record: CXX_FEATURE:0cxx_extended_friend_declarations - Feature record: CXX_FEATURE:0cxx_extern_templates - Feature record: CXX_FEATURE:0cxx_final - Feature record: CXX_FEATURE:0cxx_func_identifier - Feature record: CXX_FEATURE:0cxx_generalized_initializers - Feature record: CXX_FEATURE:0cxx_generic_lambdas - Feature record: CXX_FEATURE:0cxx_inheriting_constructors - Feature record: CXX_FEATURE:0cxx_inline_namespaces - Feature record: CXX_FEATURE:0cxx_lambdas - Feature record: CXX_FEATURE:0cxx_lambda_init_captures - Feature record: CXX_FEATURE:0cxx_local_type_template_args - Feature record: CXX_FEATURE:0cxx_long_long_type - Feature record: CXX_FEATURE:0cxx_noexcept - Feature record: CXX_FEATURE:0cxx_nonstatic_member_init - Feature record: CXX_FEATURE:0cxx_nullptr - Feature record: CXX_FEATURE:0cxx_override - Feature record: CXX_FEATURE:0cxx_range_for - Feature record: CXX_FEATURE:0cxx_raw_string_literals - Feature record: CXX_FEATURE:0cxx_reference_qualified_functions - Feature record: CXX_FEATURE:0cxx_relaxed_constexpr - Feature record: CXX_FEATURE:0cxx_return_type_deduction - Feature record: CXX_FEATURE:0cxx_right_angle_brackets - Feature record: CXX_FEATURE:0cxx_rvalue_references - Feature record: CXX_FEATURE:0cxx_sizeof_member - Feature record: CXX_FEATURE:0cxx_static_assert - Feature record: CXX_FEATURE:0cxx_strong_enums - Feature record: CXX_FEATURE:1cxx_template_template_parameters - Feature record: CXX_FEATURE:0cxx_thread_local - Feature record: CXX_FEATURE:0cxx_trailing_return_types - Feature record: CXX_FEATURE:0cxx_unicode_literals - Feature record: CXX_FEATURE:0cxx_uniform_initialization - Feature record: CXX_FEATURE:0cxx_unrestricted_unions - Feature record: CXX_FEATURE:0cxx_user_literals - Feature record: CXX_FEATURE:0cxx_variable_templates - Feature record: CXX_FEATURE:0cxx_variadic_macros - Feature record: CXX_FEATURE:0cxx_variadic_templates diff --git a/build/CMakeFiles/CMakeRuleHashes.txt b/build/CMakeFiles/CMakeRuleHashes.txt deleted file mode 100644 index 33e8a43..0000000 --- a/build/CMakeFiles/CMakeRuleHashes.txt +++ /dev/null @@ -1,29 +0,0 @@ -# Hashes of file build rules. -b7551a2505d995867af5afaa94c4d682 CMakeFiles/Continuous -9fe52e32e647cb64b51d95867ce6b320 CMakeFiles/ContinuousBuild -f34b3ab7d559707b047cdd6b980efd07 CMakeFiles/ContinuousConfigure -30e702cc22bc89101d3f3cc5b4087c07 CMakeFiles/ContinuousCoverage -53763d3f0ca9796734b7b84c109cac36 CMakeFiles/ContinuousMemCheck -a15e005a0609ab9d27d25b3ab3f5f768 CMakeFiles/ContinuousStart -19873ce0d098dd5b3d0789b2c3803ac7 CMakeFiles/ContinuousSubmit -5809b64c616fb861f28e66849fc4fae3 CMakeFiles/ContinuousTest -32908a1a820be5b25786b408d24dabab CMakeFiles/ContinuousUpdate -fbafcb192b022bcf430d97d66ae7387e CMakeFiles/Experimental -0569214d46d30001fbdbe916f6771d9d CMakeFiles/ExperimentalBuild -c1f40b25ff9f6d18ae970be4ab41cc08 CMakeFiles/ExperimentalConfigure -c9523c46758074a46329ebceef70a50f CMakeFiles/ExperimentalCoverage -267b6a27fcfd86f77b8a54d88d1ae159 CMakeFiles/ExperimentalMemCheck -442bc45cd4f7f0dda133845589602b01 CMakeFiles/ExperimentalStart -71712ae8c52a3db5fef27da9b2a295a9 CMakeFiles/ExperimentalSubmit -a65d696d6dba5ce65cf95a9774a5bd2e CMakeFiles/ExperimentalTest -f141a6b42be4ef9bb382b188977846d9 CMakeFiles/ExperimentalUpdate -921202aa8087e32ba0f957f2592dbdc9 CMakeFiles/Nightly -e17ac3e0ef80dc3edbc06936463e3591 CMakeFiles/NightlyBuild -868c3d15a0864fbf407c6572df214000 CMakeFiles/NightlyConfigure -dd4ed1bafb4869aef9c4d88c489a8bd5 CMakeFiles/NightlyCoverage -1ab4c18a3e403e148176d75a5a54f918 CMakeFiles/NightlyMemCheck -26415b57cf73bda0e4b63e0f18d07926 CMakeFiles/NightlyMemoryCheck -b4dd24e4c55493735425b9c009189350 CMakeFiles/NightlyStart -264bf3e3b7a317f938c6341d08208cfe CMakeFiles/NightlySubmit -51c016863262b7e3dac85751427d3be7 CMakeFiles/NightlyTest -898a419d15839b5a345ba8ac8dcdc2f7 CMakeFiles/NightlyUpdate diff --git a/build/CMakeFiles/Continuous.dir/DependInfo.cmake b/build/CMakeFiles/Continuous.dir/DependInfo.cmake deleted file mode 100644 index 19fab21..0000000 --- a/build/CMakeFiles/Continuous.dir/DependInfo.cmake +++ /dev/null @@ -1,11 +0,0 @@ -# The set of languages for which implicit dependencies are needed: -set(CMAKE_DEPENDS_LANGUAGES - ) -# The set of files for implicit dependencies of each language: - -# Targets to which this target links. -set(CMAKE_TARGET_LINKED_INFO_FILES - ) - -# Fortran module output directory. -set(CMAKE_Fortran_TARGET_MODULE_DIR "") diff --git a/build/CMakeFiles/Continuous.dir/build.make b/build/CMakeFiles/Continuous.dir/build.make deleted file mode 100644 index d86c2b4..0000000 --- a/build/CMakeFiles/Continuous.dir/build.make +++ /dev/null @@ -1,76 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Generated by "Unix Makefiles" Generator, CMake Version 3.13 - -# Delete rule output on recipe failure. -.DELETE_ON_ERROR: - - -#============================================================================= -# Special targets provided by cmake. - -# Disable implicit rules so canonical targets will work. -.SUFFIXES: - - -# Remove some rules from gmake that .SUFFIXES does not remove. -SUFFIXES = - -.SUFFIXES: .hpux_make_needs_suffix_list - - -# Suppress display of executed commands. -$(VERBOSE).SILENT: - - -# A target that is always out of date. -cmake_force: - -.PHONY : cmake_force - -#============================================================================= -# Set environment variables for the build. - -# The shell in which to execute make rules. -SHELL = /bin/sh - -# The CMake executable. -CMAKE_COMMAND = /usr/bin/cmake - -# The command to remove a file. -RM = /usr/bin/cmake -E remove -f - -# Escaping for special characters. -EQUALS = = - -# The top-level source directory on which CMake was run. -CMAKE_SOURCE_DIR = /root/QIDI_Q1 - -# The top-level build directory on which CMake was run. -CMAKE_BINARY_DIR = /root/QIDI_Q1/build - -# Utility rule file for Continuous. - -# Include the progress variables for this target. -include CMakeFiles/Continuous.dir/progress.make - -CMakeFiles/Continuous: - /usr/bin/ctest -D Continuous - -Continuous: CMakeFiles/Continuous -Continuous: CMakeFiles/Continuous.dir/build.make - -.PHONY : Continuous - -# Rule to build all files generated by this target. -CMakeFiles/Continuous.dir/build: Continuous - -.PHONY : CMakeFiles/Continuous.dir/build - -CMakeFiles/Continuous.dir/clean: - $(CMAKE_COMMAND) -P CMakeFiles/Continuous.dir/cmake_clean.cmake -.PHONY : CMakeFiles/Continuous.dir/clean - -CMakeFiles/Continuous.dir/depend: - cd /root/QIDI_Q1/build && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /root/QIDI_Q1 /root/QIDI_Q1 /root/QIDI_Q1/build /root/QIDI_Q1/build /root/QIDI_Q1/build/CMakeFiles/Continuous.dir/DependInfo.cmake --color=$(COLOR) -.PHONY : CMakeFiles/Continuous.dir/depend - diff --git a/build/CMakeFiles/Continuous.dir/cmake_clean.cmake b/build/CMakeFiles/Continuous.dir/cmake_clean.cmake deleted file mode 100644 index 7e1791c..0000000 --- a/build/CMakeFiles/Continuous.dir/cmake_clean.cmake +++ /dev/null @@ -1,8 +0,0 @@ -file(REMOVE_RECURSE - "CMakeFiles/Continuous" -) - -# Per-language clean rules from dependency scanning. -foreach(lang ) - include(CMakeFiles/Continuous.dir/cmake_clean_${lang}.cmake OPTIONAL) -endforeach() diff --git a/build/CMakeFiles/Continuous.dir/progress.make b/build/CMakeFiles/Continuous.dir/progress.make deleted file mode 100644 index 8b13789..0000000 --- a/build/CMakeFiles/Continuous.dir/progress.make +++ /dev/null @@ -1 +0,0 @@ - diff --git a/build/CMakeFiles/ContinuousBuild.dir/DependInfo.cmake b/build/CMakeFiles/ContinuousBuild.dir/DependInfo.cmake deleted file mode 100644 index 19fab21..0000000 --- a/build/CMakeFiles/ContinuousBuild.dir/DependInfo.cmake +++ /dev/null @@ -1,11 +0,0 @@ -# The set of languages for which implicit dependencies are needed: -set(CMAKE_DEPENDS_LANGUAGES - ) -# The set of files for implicit dependencies of each language: - -# Targets to which this target links. -set(CMAKE_TARGET_LINKED_INFO_FILES - ) - -# Fortran module output directory. -set(CMAKE_Fortran_TARGET_MODULE_DIR "") diff --git a/build/CMakeFiles/ContinuousBuild.dir/build.make b/build/CMakeFiles/ContinuousBuild.dir/build.make deleted file mode 100644 index 3b16333..0000000 --- a/build/CMakeFiles/ContinuousBuild.dir/build.make +++ /dev/null @@ -1,76 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Generated by "Unix Makefiles" Generator, CMake Version 3.13 - -# Delete rule output on recipe failure. -.DELETE_ON_ERROR: - - -#============================================================================= -# Special targets provided by cmake. - -# Disable implicit rules so canonical targets will work. -.SUFFIXES: - - -# Remove some rules from gmake that .SUFFIXES does not remove. -SUFFIXES = - -.SUFFIXES: .hpux_make_needs_suffix_list - - -# Suppress display of executed commands. -$(VERBOSE).SILENT: - - -# A target that is always out of date. -cmake_force: - -.PHONY : cmake_force - -#============================================================================= -# Set environment variables for the build. - -# The shell in which to execute make rules. -SHELL = /bin/sh - -# The CMake executable. -CMAKE_COMMAND = /usr/bin/cmake - -# The command to remove a file. -RM = /usr/bin/cmake -E remove -f - -# Escaping for special characters. -EQUALS = = - -# The top-level source directory on which CMake was run. -CMAKE_SOURCE_DIR = /root/QIDI_Q1 - -# The top-level build directory on which CMake was run. -CMAKE_BINARY_DIR = /root/QIDI_Q1/build - -# Utility rule file for ContinuousBuild. - -# Include the progress variables for this target. -include CMakeFiles/ContinuousBuild.dir/progress.make - -CMakeFiles/ContinuousBuild: - /usr/bin/ctest -D ContinuousBuild - -ContinuousBuild: CMakeFiles/ContinuousBuild -ContinuousBuild: CMakeFiles/ContinuousBuild.dir/build.make - -.PHONY : ContinuousBuild - -# Rule to build all files generated by this target. -CMakeFiles/ContinuousBuild.dir/build: ContinuousBuild - -.PHONY : CMakeFiles/ContinuousBuild.dir/build - -CMakeFiles/ContinuousBuild.dir/clean: - $(CMAKE_COMMAND) -P CMakeFiles/ContinuousBuild.dir/cmake_clean.cmake -.PHONY : CMakeFiles/ContinuousBuild.dir/clean - -CMakeFiles/ContinuousBuild.dir/depend: - cd /root/QIDI_Q1/build && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /root/QIDI_Q1 /root/QIDI_Q1 /root/QIDI_Q1/build /root/QIDI_Q1/build /root/QIDI_Q1/build/CMakeFiles/ContinuousBuild.dir/DependInfo.cmake --color=$(COLOR) -.PHONY : CMakeFiles/ContinuousBuild.dir/depend - diff --git a/build/CMakeFiles/ContinuousBuild.dir/cmake_clean.cmake b/build/CMakeFiles/ContinuousBuild.dir/cmake_clean.cmake deleted file mode 100644 index afccd13..0000000 --- a/build/CMakeFiles/ContinuousBuild.dir/cmake_clean.cmake +++ /dev/null @@ -1,8 +0,0 @@ -file(REMOVE_RECURSE - "CMakeFiles/ContinuousBuild" -) - -# Per-language clean rules from dependency scanning. -foreach(lang ) - include(CMakeFiles/ContinuousBuild.dir/cmake_clean_${lang}.cmake OPTIONAL) -endforeach() diff --git a/build/CMakeFiles/ContinuousBuild.dir/progress.make b/build/CMakeFiles/ContinuousBuild.dir/progress.make deleted file mode 100644 index 8b13789..0000000 --- a/build/CMakeFiles/ContinuousBuild.dir/progress.make +++ /dev/null @@ -1 +0,0 @@ - diff --git a/build/CMakeFiles/ContinuousConfigure.dir/DependInfo.cmake b/build/CMakeFiles/ContinuousConfigure.dir/DependInfo.cmake deleted file mode 100644 index 19fab21..0000000 --- a/build/CMakeFiles/ContinuousConfigure.dir/DependInfo.cmake +++ /dev/null @@ -1,11 +0,0 @@ -# The set of languages for which implicit dependencies are needed: -set(CMAKE_DEPENDS_LANGUAGES - ) -# The set of files for implicit dependencies of each language: - -# Targets to which this target links. -set(CMAKE_TARGET_LINKED_INFO_FILES - ) - -# Fortran module output directory. -set(CMAKE_Fortran_TARGET_MODULE_DIR "") diff --git a/build/CMakeFiles/ContinuousConfigure.dir/build.make b/build/CMakeFiles/ContinuousConfigure.dir/build.make deleted file mode 100644 index 9a940a6..0000000 --- a/build/CMakeFiles/ContinuousConfigure.dir/build.make +++ /dev/null @@ -1,76 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Generated by "Unix Makefiles" Generator, CMake Version 3.13 - -# Delete rule output on recipe failure. -.DELETE_ON_ERROR: - - -#============================================================================= -# Special targets provided by cmake. - -# Disable implicit rules so canonical targets will work. -.SUFFIXES: - - -# Remove some rules from gmake that .SUFFIXES does not remove. -SUFFIXES = - -.SUFFIXES: .hpux_make_needs_suffix_list - - -# Suppress display of executed commands. -$(VERBOSE).SILENT: - - -# A target that is always out of date. -cmake_force: - -.PHONY : cmake_force - -#============================================================================= -# Set environment variables for the build. - -# The shell in which to execute make rules. -SHELL = /bin/sh - -# The CMake executable. -CMAKE_COMMAND = /usr/bin/cmake - -# The command to remove a file. -RM = /usr/bin/cmake -E remove -f - -# Escaping for special characters. -EQUALS = = - -# The top-level source directory on which CMake was run. -CMAKE_SOURCE_DIR = /root/QIDI_Q1 - -# The top-level build directory on which CMake was run. -CMAKE_BINARY_DIR = /root/QIDI_Q1/build - -# Utility rule file for ContinuousConfigure. - -# Include the progress variables for this target. -include CMakeFiles/ContinuousConfigure.dir/progress.make - -CMakeFiles/ContinuousConfigure: - /usr/bin/ctest -D ContinuousConfigure - -ContinuousConfigure: CMakeFiles/ContinuousConfigure -ContinuousConfigure: CMakeFiles/ContinuousConfigure.dir/build.make - -.PHONY : ContinuousConfigure - -# Rule to build all files generated by this target. -CMakeFiles/ContinuousConfigure.dir/build: ContinuousConfigure - -.PHONY : CMakeFiles/ContinuousConfigure.dir/build - -CMakeFiles/ContinuousConfigure.dir/clean: - $(CMAKE_COMMAND) -P CMakeFiles/ContinuousConfigure.dir/cmake_clean.cmake -.PHONY : CMakeFiles/ContinuousConfigure.dir/clean - -CMakeFiles/ContinuousConfigure.dir/depend: - cd /root/QIDI_Q1/build && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /root/QIDI_Q1 /root/QIDI_Q1 /root/QIDI_Q1/build /root/QIDI_Q1/build /root/QIDI_Q1/build/CMakeFiles/ContinuousConfigure.dir/DependInfo.cmake --color=$(COLOR) -.PHONY : CMakeFiles/ContinuousConfigure.dir/depend - diff --git a/build/CMakeFiles/ContinuousConfigure.dir/cmake_clean.cmake b/build/CMakeFiles/ContinuousConfigure.dir/cmake_clean.cmake deleted file mode 100644 index eb51e20..0000000 --- a/build/CMakeFiles/ContinuousConfigure.dir/cmake_clean.cmake +++ /dev/null @@ -1,8 +0,0 @@ -file(REMOVE_RECURSE - "CMakeFiles/ContinuousConfigure" -) - -# Per-language clean rules from dependency scanning. -foreach(lang ) - include(CMakeFiles/ContinuousConfigure.dir/cmake_clean_${lang}.cmake OPTIONAL) -endforeach() diff --git a/build/CMakeFiles/ContinuousConfigure.dir/progress.make b/build/CMakeFiles/ContinuousConfigure.dir/progress.make deleted file mode 100644 index 8b13789..0000000 --- a/build/CMakeFiles/ContinuousConfigure.dir/progress.make +++ /dev/null @@ -1 +0,0 @@ - diff --git a/build/CMakeFiles/ContinuousCoverage.dir/DependInfo.cmake b/build/CMakeFiles/ContinuousCoverage.dir/DependInfo.cmake deleted file mode 100644 index 19fab21..0000000 --- a/build/CMakeFiles/ContinuousCoverage.dir/DependInfo.cmake +++ /dev/null @@ -1,11 +0,0 @@ -# The set of languages for which implicit dependencies are needed: -set(CMAKE_DEPENDS_LANGUAGES - ) -# The set of files for implicit dependencies of each language: - -# Targets to which this target links. -set(CMAKE_TARGET_LINKED_INFO_FILES - ) - -# Fortran module output directory. -set(CMAKE_Fortran_TARGET_MODULE_DIR "") diff --git a/build/CMakeFiles/ContinuousCoverage.dir/build.make b/build/CMakeFiles/ContinuousCoverage.dir/build.make deleted file mode 100644 index 9c57ee9..0000000 --- a/build/CMakeFiles/ContinuousCoverage.dir/build.make +++ /dev/null @@ -1,76 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Generated by "Unix Makefiles" Generator, CMake Version 3.13 - -# Delete rule output on recipe failure. -.DELETE_ON_ERROR: - - -#============================================================================= -# Special targets provided by cmake. - -# Disable implicit rules so canonical targets will work. -.SUFFIXES: - - -# Remove some rules from gmake that .SUFFIXES does not remove. -SUFFIXES = - -.SUFFIXES: .hpux_make_needs_suffix_list - - -# Suppress display of executed commands. -$(VERBOSE).SILENT: - - -# A target that is always out of date. -cmake_force: - -.PHONY : cmake_force - -#============================================================================= -# Set environment variables for the build. - -# The shell in which to execute make rules. -SHELL = /bin/sh - -# The CMake executable. -CMAKE_COMMAND = /usr/bin/cmake - -# The command to remove a file. -RM = /usr/bin/cmake -E remove -f - -# Escaping for special characters. -EQUALS = = - -# The top-level source directory on which CMake was run. -CMAKE_SOURCE_DIR = /root/QIDI_Q1 - -# The top-level build directory on which CMake was run. -CMAKE_BINARY_DIR = /root/QIDI_Q1/build - -# Utility rule file for ContinuousCoverage. - -# Include the progress variables for this target. -include CMakeFiles/ContinuousCoverage.dir/progress.make - -CMakeFiles/ContinuousCoverage: - /usr/bin/ctest -D ContinuousCoverage - -ContinuousCoverage: CMakeFiles/ContinuousCoverage -ContinuousCoverage: CMakeFiles/ContinuousCoverage.dir/build.make - -.PHONY : ContinuousCoverage - -# Rule to build all files generated by this target. -CMakeFiles/ContinuousCoverage.dir/build: ContinuousCoverage - -.PHONY : CMakeFiles/ContinuousCoverage.dir/build - -CMakeFiles/ContinuousCoverage.dir/clean: - $(CMAKE_COMMAND) -P CMakeFiles/ContinuousCoverage.dir/cmake_clean.cmake -.PHONY : CMakeFiles/ContinuousCoverage.dir/clean - -CMakeFiles/ContinuousCoverage.dir/depend: - cd /root/QIDI_Q1/build && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /root/QIDI_Q1 /root/QIDI_Q1 /root/QIDI_Q1/build /root/QIDI_Q1/build /root/QIDI_Q1/build/CMakeFiles/ContinuousCoverage.dir/DependInfo.cmake --color=$(COLOR) -.PHONY : CMakeFiles/ContinuousCoverage.dir/depend - diff --git a/build/CMakeFiles/ContinuousCoverage.dir/cmake_clean.cmake b/build/CMakeFiles/ContinuousCoverage.dir/cmake_clean.cmake deleted file mode 100644 index 6115f89..0000000 --- a/build/CMakeFiles/ContinuousCoverage.dir/cmake_clean.cmake +++ /dev/null @@ -1,8 +0,0 @@ -file(REMOVE_RECURSE - "CMakeFiles/ContinuousCoverage" -) - -# Per-language clean rules from dependency scanning. -foreach(lang ) - include(CMakeFiles/ContinuousCoverage.dir/cmake_clean_${lang}.cmake OPTIONAL) -endforeach() diff --git a/build/CMakeFiles/ContinuousCoverage.dir/progress.make b/build/CMakeFiles/ContinuousCoverage.dir/progress.make deleted file mode 100644 index 8b13789..0000000 --- a/build/CMakeFiles/ContinuousCoverage.dir/progress.make +++ /dev/null @@ -1 +0,0 @@ - diff --git a/build/CMakeFiles/ContinuousMemCheck.dir/DependInfo.cmake b/build/CMakeFiles/ContinuousMemCheck.dir/DependInfo.cmake deleted file mode 100644 index 19fab21..0000000 --- a/build/CMakeFiles/ContinuousMemCheck.dir/DependInfo.cmake +++ /dev/null @@ -1,11 +0,0 @@ -# The set of languages for which implicit dependencies are needed: -set(CMAKE_DEPENDS_LANGUAGES - ) -# The set of files for implicit dependencies of each language: - -# Targets to which this target links. -set(CMAKE_TARGET_LINKED_INFO_FILES - ) - -# Fortran module output directory. -set(CMAKE_Fortran_TARGET_MODULE_DIR "") diff --git a/build/CMakeFiles/ContinuousMemCheck.dir/build.make b/build/CMakeFiles/ContinuousMemCheck.dir/build.make deleted file mode 100644 index 0ed1008..0000000 --- a/build/CMakeFiles/ContinuousMemCheck.dir/build.make +++ /dev/null @@ -1,76 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Generated by "Unix Makefiles" Generator, CMake Version 3.13 - -# Delete rule output on recipe failure. -.DELETE_ON_ERROR: - - -#============================================================================= -# Special targets provided by cmake. - -# Disable implicit rules so canonical targets will work. -.SUFFIXES: - - -# Remove some rules from gmake that .SUFFIXES does not remove. -SUFFIXES = - -.SUFFIXES: .hpux_make_needs_suffix_list - - -# Suppress display of executed commands. -$(VERBOSE).SILENT: - - -# A target that is always out of date. -cmake_force: - -.PHONY : cmake_force - -#============================================================================= -# Set environment variables for the build. - -# The shell in which to execute make rules. -SHELL = /bin/sh - -# The CMake executable. -CMAKE_COMMAND = /usr/bin/cmake - -# The command to remove a file. -RM = /usr/bin/cmake -E remove -f - -# Escaping for special characters. -EQUALS = = - -# The top-level source directory on which CMake was run. -CMAKE_SOURCE_DIR = /root/QIDI_Q1 - -# The top-level build directory on which CMake was run. -CMAKE_BINARY_DIR = /root/QIDI_Q1/build - -# Utility rule file for ContinuousMemCheck. - -# Include the progress variables for this target. -include CMakeFiles/ContinuousMemCheck.dir/progress.make - -CMakeFiles/ContinuousMemCheck: - /usr/bin/ctest -D ContinuousMemCheck - -ContinuousMemCheck: CMakeFiles/ContinuousMemCheck -ContinuousMemCheck: CMakeFiles/ContinuousMemCheck.dir/build.make - -.PHONY : ContinuousMemCheck - -# Rule to build all files generated by this target. -CMakeFiles/ContinuousMemCheck.dir/build: ContinuousMemCheck - -.PHONY : CMakeFiles/ContinuousMemCheck.dir/build - -CMakeFiles/ContinuousMemCheck.dir/clean: - $(CMAKE_COMMAND) -P CMakeFiles/ContinuousMemCheck.dir/cmake_clean.cmake -.PHONY : CMakeFiles/ContinuousMemCheck.dir/clean - -CMakeFiles/ContinuousMemCheck.dir/depend: - cd /root/QIDI_Q1/build && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /root/QIDI_Q1 /root/QIDI_Q1 /root/QIDI_Q1/build /root/QIDI_Q1/build /root/QIDI_Q1/build/CMakeFiles/ContinuousMemCheck.dir/DependInfo.cmake --color=$(COLOR) -.PHONY : CMakeFiles/ContinuousMemCheck.dir/depend - diff --git a/build/CMakeFiles/ContinuousMemCheck.dir/cmake_clean.cmake b/build/CMakeFiles/ContinuousMemCheck.dir/cmake_clean.cmake deleted file mode 100644 index ad69e7f..0000000 --- a/build/CMakeFiles/ContinuousMemCheck.dir/cmake_clean.cmake +++ /dev/null @@ -1,8 +0,0 @@ -file(REMOVE_RECURSE - "CMakeFiles/ContinuousMemCheck" -) - -# Per-language clean rules from dependency scanning. -foreach(lang ) - include(CMakeFiles/ContinuousMemCheck.dir/cmake_clean_${lang}.cmake OPTIONAL) -endforeach() diff --git a/build/CMakeFiles/ContinuousMemCheck.dir/progress.make b/build/CMakeFiles/ContinuousMemCheck.dir/progress.make deleted file mode 100644 index 8b13789..0000000 --- a/build/CMakeFiles/ContinuousMemCheck.dir/progress.make +++ /dev/null @@ -1 +0,0 @@ - diff --git a/build/CMakeFiles/ContinuousStart.dir/DependInfo.cmake b/build/CMakeFiles/ContinuousStart.dir/DependInfo.cmake deleted file mode 100644 index 19fab21..0000000 --- a/build/CMakeFiles/ContinuousStart.dir/DependInfo.cmake +++ /dev/null @@ -1,11 +0,0 @@ -# The set of languages for which implicit dependencies are needed: -set(CMAKE_DEPENDS_LANGUAGES - ) -# The set of files for implicit dependencies of each language: - -# Targets to which this target links. -set(CMAKE_TARGET_LINKED_INFO_FILES - ) - -# Fortran module output directory. -set(CMAKE_Fortran_TARGET_MODULE_DIR "") diff --git a/build/CMakeFiles/ContinuousStart.dir/build.make b/build/CMakeFiles/ContinuousStart.dir/build.make deleted file mode 100644 index c783423..0000000 --- a/build/CMakeFiles/ContinuousStart.dir/build.make +++ /dev/null @@ -1,76 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Generated by "Unix Makefiles" Generator, CMake Version 3.13 - -# Delete rule output on recipe failure. -.DELETE_ON_ERROR: - - -#============================================================================= -# Special targets provided by cmake. - -# Disable implicit rules so canonical targets will work. -.SUFFIXES: - - -# Remove some rules from gmake that .SUFFIXES does not remove. -SUFFIXES = - -.SUFFIXES: .hpux_make_needs_suffix_list - - -# Suppress display of executed commands. -$(VERBOSE).SILENT: - - -# A target that is always out of date. -cmake_force: - -.PHONY : cmake_force - -#============================================================================= -# Set environment variables for the build. - -# The shell in which to execute make rules. -SHELL = /bin/sh - -# The CMake executable. -CMAKE_COMMAND = /usr/bin/cmake - -# The command to remove a file. -RM = /usr/bin/cmake -E remove -f - -# Escaping for special characters. -EQUALS = = - -# The top-level source directory on which CMake was run. -CMAKE_SOURCE_DIR = /root/QIDI_Q1 - -# The top-level build directory on which CMake was run. -CMAKE_BINARY_DIR = /root/QIDI_Q1/build - -# Utility rule file for ContinuousStart. - -# Include the progress variables for this target. -include CMakeFiles/ContinuousStart.dir/progress.make - -CMakeFiles/ContinuousStart: - /usr/bin/ctest -D ContinuousStart - -ContinuousStart: CMakeFiles/ContinuousStart -ContinuousStart: CMakeFiles/ContinuousStart.dir/build.make - -.PHONY : ContinuousStart - -# Rule to build all files generated by this target. -CMakeFiles/ContinuousStart.dir/build: ContinuousStart - -.PHONY : CMakeFiles/ContinuousStart.dir/build - -CMakeFiles/ContinuousStart.dir/clean: - $(CMAKE_COMMAND) -P CMakeFiles/ContinuousStart.dir/cmake_clean.cmake -.PHONY : CMakeFiles/ContinuousStart.dir/clean - -CMakeFiles/ContinuousStart.dir/depend: - cd /root/QIDI_Q1/build && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /root/QIDI_Q1 /root/QIDI_Q1 /root/QIDI_Q1/build /root/QIDI_Q1/build /root/QIDI_Q1/build/CMakeFiles/ContinuousStart.dir/DependInfo.cmake --color=$(COLOR) -.PHONY : CMakeFiles/ContinuousStart.dir/depend - diff --git a/build/CMakeFiles/ContinuousStart.dir/cmake_clean.cmake b/build/CMakeFiles/ContinuousStart.dir/cmake_clean.cmake deleted file mode 100644 index 13d5b2b..0000000 --- a/build/CMakeFiles/ContinuousStart.dir/cmake_clean.cmake +++ /dev/null @@ -1,8 +0,0 @@ -file(REMOVE_RECURSE - "CMakeFiles/ContinuousStart" -) - -# Per-language clean rules from dependency scanning. -foreach(lang ) - include(CMakeFiles/ContinuousStart.dir/cmake_clean_${lang}.cmake OPTIONAL) -endforeach() diff --git a/build/CMakeFiles/ContinuousStart.dir/progress.make b/build/CMakeFiles/ContinuousStart.dir/progress.make deleted file mode 100644 index 8b13789..0000000 --- a/build/CMakeFiles/ContinuousStart.dir/progress.make +++ /dev/null @@ -1 +0,0 @@ - diff --git a/build/CMakeFiles/ContinuousSubmit.dir/DependInfo.cmake b/build/CMakeFiles/ContinuousSubmit.dir/DependInfo.cmake deleted file mode 100644 index 19fab21..0000000 --- a/build/CMakeFiles/ContinuousSubmit.dir/DependInfo.cmake +++ /dev/null @@ -1,11 +0,0 @@ -# The set of languages for which implicit dependencies are needed: -set(CMAKE_DEPENDS_LANGUAGES - ) -# The set of files for implicit dependencies of each language: - -# Targets to which this target links. -set(CMAKE_TARGET_LINKED_INFO_FILES - ) - -# Fortran module output directory. -set(CMAKE_Fortran_TARGET_MODULE_DIR "") diff --git a/build/CMakeFiles/ContinuousSubmit.dir/build.make b/build/CMakeFiles/ContinuousSubmit.dir/build.make deleted file mode 100644 index 4ea413d..0000000 --- a/build/CMakeFiles/ContinuousSubmit.dir/build.make +++ /dev/null @@ -1,76 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Generated by "Unix Makefiles" Generator, CMake Version 3.13 - -# Delete rule output on recipe failure. -.DELETE_ON_ERROR: - - -#============================================================================= -# Special targets provided by cmake. - -# Disable implicit rules so canonical targets will work. -.SUFFIXES: - - -# Remove some rules from gmake that .SUFFIXES does not remove. -SUFFIXES = - -.SUFFIXES: .hpux_make_needs_suffix_list - - -# Suppress display of executed commands. -$(VERBOSE).SILENT: - - -# A target that is always out of date. -cmake_force: - -.PHONY : cmake_force - -#============================================================================= -# Set environment variables for the build. - -# The shell in which to execute make rules. -SHELL = /bin/sh - -# The CMake executable. -CMAKE_COMMAND = /usr/bin/cmake - -# The command to remove a file. -RM = /usr/bin/cmake -E remove -f - -# Escaping for special characters. -EQUALS = = - -# The top-level source directory on which CMake was run. -CMAKE_SOURCE_DIR = /root/QIDI_Q1 - -# The top-level build directory on which CMake was run. -CMAKE_BINARY_DIR = /root/QIDI_Q1/build - -# Utility rule file for ContinuousSubmit. - -# Include the progress variables for this target. -include CMakeFiles/ContinuousSubmit.dir/progress.make - -CMakeFiles/ContinuousSubmit: - /usr/bin/ctest -D ContinuousSubmit - -ContinuousSubmit: CMakeFiles/ContinuousSubmit -ContinuousSubmit: CMakeFiles/ContinuousSubmit.dir/build.make - -.PHONY : ContinuousSubmit - -# Rule to build all files generated by this target. -CMakeFiles/ContinuousSubmit.dir/build: ContinuousSubmit - -.PHONY : CMakeFiles/ContinuousSubmit.dir/build - -CMakeFiles/ContinuousSubmit.dir/clean: - $(CMAKE_COMMAND) -P CMakeFiles/ContinuousSubmit.dir/cmake_clean.cmake -.PHONY : CMakeFiles/ContinuousSubmit.dir/clean - -CMakeFiles/ContinuousSubmit.dir/depend: - cd /root/QIDI_Q1/build && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /root/QIDI_Q1 /root/QIDI_Q1 /root/QIDI_Q1/build /root/QIDI_Q1/build /root/QIDI_Q1/build/CMakeFiles/ContinuousSubmit.dir/DependInfo.cmake --color=$(COLOR) -.PHONY : CMakeFiles/ContinuousSubmit.dir/depend - diff --git a/build/CMakeFiles/ContinuousSubmit.dir/cmake_clean.cmake b/build/CMakeFiles/ContinuousSubmit.dir/cmake_clean.cmake deleted file mode 100644 index cc66ba3..0000000 --- a/build/CMakeFiles/ContinuousSubmit.dir/cmake_clean.cmake +++ /dev/null @@ -1,8 +0,0 @@ -file(REMOVE_RECURSE - "CMakeFiles/ContinuousSubmit" -) - -# Per-language clean rules from dependency scanning. -foreach(lang ) - include(CMakeFiles/ContinuousSubmit.dir/cmake_clean_${lang}.cmake OPTIONAL) -endforeach() diff --git a/build/CMakeFiles/ContinuousSubmit.dir/progress.make b/build/CMakeFiles/ContinuousSubmit.dir/progress.make deleted file mode 100644 index 8b13789..0000000 --- a/build/CMakeFiles/ContinuousSubmit.dir/progress.make +++ /dev/null @@ -1 +0,0 @@ - diff --git a/build/CMakeFiles/ContinuousTest.dir/DependInfo.cmake b/build/CMakeFiles/ContinuousTest.dir/DependInfo.cmake deleted file mode 100644 index 19fab21..0000000 --- a/build/CMakeFiles/ContinuousTest.dir/DependInfo.cmake +++ /dev/null @@ -1,11 +0,0 @@ -# The set of languages for which implicit dependencies are needed: -set(CMAKE_DEPENDS_LANGUAGES - ) -# The set of files for implicit dependencies of each language: - -# Targets to which this target links. -set(CMAKE_TARGET_LINKED_INFO_FILES - ) - -# Fortran module output directory. -set(CMAKE_Fortran_TARGET_MODULE_DIR "") diff --git a/build/CMakeFiles/ContinuousTest.dir/build.make b/build/CMakeFiles/ContinuousTest.dir/build.make deleted file mode 100644 index 99de92f..0000000 --- a/build/CMakeFiles/ContinuousTest.dir/build.make +++ /dev/null @@ -1,76 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Generated by "Unix Makefiles" Generator, CMake Version 3.13 - -# Delete rule output on recipe failure. -.DELETE_ON_ERROR: - - -#============================================================================= -# Special targets provided by cmake. - -# Disable implicit rules so canonical targets will work. -.SUFFIXES: - - -# Remove some rules from gmake that .SUFFIXES does not remove. -SUFFIXES = - -.SUFFIXES: .hpux_make_needs_suffix_list - - -# Suppress display of executed commands. -$(VERBOSE).SILENT: - - -# A target that is always out of date. -cmake_force: - -.PHONY : cmake_force - -#============================================================================= -# Set environment variables for the build. - -# The shell in which to execute make rules. -SHELL = /bin/sh - -# The CMake executable. -CMAKE_COMMAND = /usr/bin/cmake - -# The command to remove a file. -RM = /usr/bin/cmake -E remove -f - -# Escaping for special characters. -EQUALS = = - -# The top-level source directory on which CMake was run. -CMAKE_SOURCE_DIR = /root/QIDI_Q1 - -# The top-level build directory on which CMake was run. -CMAKE_BINARY_DIR = /root/QIDI_Q1/build - -# Utility rule file for ContinuousTest. - -# Include the progress variables for this target. -include CMakeFiles/ContinuousTest.dir/progress.make - -CMakeFiles/ContinuousTest: - /usr/bin/ctest -D ContinuousTest - -ContinuousTest: CMakeFiles/ContinuousTest -ContinuousTest: CMakeFiles/ContinuousTest.dir/build.make - -.PHONY : ContinuousTest - -# Rule to build all files generated by this target. -CMakeFiles/ContinuousTest.dir/build: ContinuousTest - -.PHONY : CMakeFiles/ContinuousTest.dir/build - -CMakeFiles/ContinuousTest.dir/clean: - $(CMAKE_COMMAND) -P CMakeFiles/ContinuousTest.dir/cmake_clean.cmake -.PHONY : CMakeFiles/ContinuousTest.dir/clean - -CMakeFiles/ContinuousTest.dir/depend: - cd /root/QIDI_Q1/build && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /root/QIDI_Q1 /root/QIDI_Q1 /root/QIDI_Q1/build /root/QIDI_Q1/build /root/QIDI_Q1/build/CMakeFiles/ContinuousTest.dir/DependInfo.cmake --color=$(COLOR) -.PHONY : CMakeFiles/ContinuousTest.dir/depend - diff --git a/build/CMakeFiles/ContinuousTest.dir/cmake_clean.cmake b/build/CMakeFiles/ContinuousTest.dir/cmake_clean.cmake deleted file mode 100644 index ff11d48..0000000 --- a/build/CMakeFiles/ContinuousTest.dir/cmake_clean.cmake +++ /dev/null @@ -1,8 +0,0 @@ -file(REMOVE_RECURSE - "CMakeFiles/ContinuousTest" -) - -# Per-language clean rules from dependency scanning. -foreach(lang ) - include(CMakeFiles/ContinuousTest.dir/cmake_clean_${lang}.cmake OPTIONAL) -endforeach() diff --git a/build/CMakeFiles/ContinuousTest.dir/progress.make b/build/CMakeFiles/ContinuousTest.dir/progress.make deleted file mode 100644 index 8b13789..0000000 --- a/build/CMakeFiles/ContinuousTest.dir/progress.make +++ /dev/null @@ -1 +0,0 @@ - diff --git a/build/CMakeFiles/ContinuousUpdate.dir/DependInfo.cmake b/build/CMakeFiles/ContinuousUpdate.dir/DependInfo.cmake deleted file mode 100644 index 19fab21..0000000 --- a/build/CMakeFiles/ContinuousUpdate.dir/DependInfo.cmake +++ /dev/null @@ -1,11 +0,0 @@ -# The set of languages for which implicit dependencies are needed: -set(CMAKE_DEPENDS_LANGUAGES - ) -# The set of files for implicit dependencies of each language: - -# Targets to which this target links. -set(CMAKE_TARGET_LINKED_INFO_FILES - ) - -# Fortran module output directory. -set(CMAKE_Fortran_TARGET_MODULE_DIR "") diff --git a/build/CMakeFiles/ContinuousUpdate.dir/build.make b/build/CMakeFiles/ContinuousUpdate.dir/build.make deleted file mode 100644 index 167fab7..0000000 --- a/build/CMakeFiles/ContinuousUpdate.dir/build.make +++ /dev/null @@ -1,76 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Generated by "Unix Makefiles" Generator, CMake Version 3.13 - -# Delete rule output on recipe failure. -.DELETE_ON_ERROR: - - -#============================================================================= -# Special targets provided by cmake. - -# Disable implicit rules so canonical targets will work. -.SUFFIXES: - - -# Remove some rules from gmake that .SUFFIXES does not remove. -SUFFIXES = - -.SUFFIXES: .hpux_make_needs_suffix_list - - -# Suppress display of executed commands. -$(VERBOSE).SILENT: - - -# A target that is always out of date. -cmake_force: - -.PHONY : cmake_force - -#============================================================================= -# Set environment variables for the build. - -# The shell in which to execute make rules. -SHELL = /bin/sh - -# The CMake executable. -CMAKE_COMMAND = /usr/bin/cmake - -# The command to remove a file. -RM = /usr/bin/cmake -E remove -f - -# Escaping for special characters. -EQUALS = = - -# The top-level source directory on which CMake was run. -CMAKE_SOURCE_DIR = /root/QIDI_Q1 - -# The top-level build directory on which CMake was run. -CMAKE_BINARY_DIR = /root/QIDI_Q1/build - -# Utility rule file for ContinuousUpdate. - -# Include the progress variables for this target. -include CMakeFiles/ContinuousUpdate.dir/progress.make - -CMakeFiles/ContinuousUpdate: - /usr/bin/ctest -D ContinuousUpdate - -ContinuousUpdate: CMakeFiles/ContinuousUpdate -ContinuousUpdate: CMakeFiles/ContinuousUpdate.dir/build.make - -.PHONY : ContinuousUpdate - -# Rule to build all files generated by this target. -CMakeFiles/ContinuousUpdate.dir/build: ContinuousUpdate - -.PHONY : CMakeFiles/ContinuousUpdate.dir/build - -CMakeFiles/ContinuousUpdate.dir/clean: - $(CMAKE_COMMAND) -P CMakeFiles/ContinuousUpdate.dir/cmake_clean.cmake -.PHONY : CMakeFiles/ContinuousUpdate.dir/clean - -CMakeFiles/ContinuousUpdate.dir/depend: - cd /root/QIDI_Q1/build && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /root/QIDI_Q1 /root/QIDI_Q1 /root/QIDI_Q1/build /root/QIDI_Q1/build /root/QIDI_Q1/build/CMakeFiles/ContinuousUpdate.dir/DependInfo.cmake --color=$(COLOR) -.PHONY : CMakeFiles/ContinuousUpdate.dir/depend - diff --git a/build/CMakeFiles/ContinuousUpdate.dir/cmake_clean.cmake b/build/CMakeFiles/ContinuousUpdate.dir/cmake_clean.cmake deleted file mode 100644 index 7a77a24..0000000 --- a/build/CMakeFiles/ContinuousUpdate.dir/cmake_clean.cmake +++ /dev/null @@ -1,8 +0,0 @@ -file(REMOVE_RECURSE - "CMakeFiles/ContinuousUpdate" -) - -# Per-language clean rules from dependency scanning. -foreach(lang ) - include(CMakeFiles/ContinuousUpdate.dir/cmake_clean_${lang}.cmake OPTIONAL) -endforeach() diff --git a/build/CMakeFiles/ContinuousUpdate.dir/progress.make b/build/CMakeFiles/ContinuousUpdate.dir/progress.make deleted file mode 100644 index 8b13789..0000000 --- a/build/CMakeFiles/ContinuousUpdate.dir/progress.make +++ /dev/null @@ -1 +0,0 @@ - diff --git a/build/CMakeFiles/Experimental.dir/DependInfo.cmake b/build/CMakeFiles/Experimental.dir/DependInfo.cmake deleted file mode 100644 index 19fab21..0000000 --- a/build/CMakeFiles/Experimental.dir/DependInfo.cmake +++ /dev/null @@ -1,11 +0,0 @@ -# The set of languages for which implicit dependencies are needed: -set(CMAKE_DEPENDS_LANGUAGES - ) -# The set of files for implicit dependencies of each language: - -# Targets to which this target links. -set(CMAKE_TARGET_LINKED_INFO_FILES - ) - -# Fortran module output directory. -set(CMAKE_Fortran_TARGET_MODULE_DIR "") diff --git a/build/CMakeFiles/Experimental.dir/build.make b/build/CMakeFiles/Experimental.dir/build.make deleted file mode 100644 index 84731d7..0000000 --- a/build/CMakeFiles/Experimental.dir/build.make +++ /dev/null @@ -1,76 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Generated by "Unix Makefiles" Generator, CMake Version 3.13 - -# Delete rule output on recipe failure. -.DELETE_ON_ERROR: - - -#============================================================================= -# Special targets provided by cmake. - -# Disable implicit rules so canonical targets will work. -.SUFFIXES: - - -# Remove some rules from gmake that .SUFFIXES does not remove. -SUFFIXES = - -.SUFFIXES: .hpux_make_needs_suffix_list - - -# Suppress display of executed commands. -$(VERBOSE).SILENT: - - -# A target that is always out of date. -cmake_force: - -.PHONY : cmake_force - -#============================================================================= -# Set environment variables for the build. - -# The shell in which to execute make rules. -SHELL = /bin/sh - -# The CMake executable. -CMAKE_COMMAND = /usr/bin/cmake - -# The command to remove a file. -RM = /usr/bin/cmake -E remove -f - -# Escaping for special characters. -EQUALS = = - -# The top-level source directory on which CMake was run. -CMAKE_SOURCE_DIR = /root/QIDI_Q1 - -# The top-level build directory on which CMake was run. -CMAKE_BINARY_DIR = /root/QIDI_Q1/build - -# Utility rule file for Experimental. - -# Include the progress variables for this target. -include CMakeFiles/Experimental.dir/progress.make - -CMakeFiles/Experimental: - /usr/bin/ctest -D Experimental - -Experimental: CMakeFiles/Experimental -Experimental: CMakeFiles/Experimental.dir/build.make - -.PHONY : Experimental - -# Rule to build all files generated by this target. -CMakeFiles/Experimental.dir/build: Experimental - -.PHONY : CMakeFiles/Experimental.dir/build - -CMakeFiles/Experimental.dir/clean: - $(CMAKE_COMMAND) -P CMakeFiles/Experimental.dir/cmake_clean.cmake -.PHONY : CMakeFiles/Experimental.dir/clean - -CMakeFiles/Experimental.dir/depend: - cd /root/QIDI_Q1/build && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /root/QIDI_Q1 /root/QIDI_Q1 /root/QIDI_Q1/build /root/QIDI_Q1/build /root/QIDI_Q1/build/CMakeFiles/Experimental.dir/DependInfo.cmake --color=$(COLOR) -.PHONY : CMakeFiles/Experimental.dir/depend - diff --git a/build/CMakeFiles/Experimental.dir/cmake_clean.cmake b/build/CMakeFiles/Experimental.dir/cmake_clean.cmake deleted file mode 100644 index 799e708..0000000 --- a/build/CMakeFiles/Experimental.dir/cmake_clean.cmake +++ /dev/null @@ -1,8 +0,0 @@ -file(REMOVE_RECURSE - "CMakeFiles/Experimental" -) - -# Per-language clean rules from dependency scanning. -foreach(lang ) - include(CMakeFiles/Experimental.dir/cmake_clean_${lang}.cmake OPTIONAL) -endforeach() diff --git a/build/CMakeFiles/Experimental.dir/progress.make b/build/CMakeFiles/Experimental.dir/progress.make deleted file mode 100644 index 8b13789..0000000 --- a/build/CMakeFiles/Experimental.dir/progress.make +++ /dev/null @@ -1 +0,0 @@ - diff --git a/build/CMakeFiles/ExperimentalBuild.dir/DependInfo.cmake b/build/CMakeFiles/ExperimentalBuild.dir/DependInfo.cmake deleted file mode 100644 index 19fab21..0000000 --- a/build/CMakeFiles/ExperimentalBuild.dir/DependInfo.cmake +++ /dev/null @@ -1,11 +0,0 @@ -# The set of languages for which implicit dependencies are needed: -set(CMAKE_DEPENDS_LANGUAGES - ) -# The set of files for implicit dependencies of each language: - -# Targets to which this target links. -set(CMAKE_TARGET_LINKED_INFO_FILES - ) - -# Fortran module output directory. -set(CMAKE_Fortran_TARGET_MODULE_DIR "") diff --git a/build/CMakeFiles/ExperimentalBuild.dir/build.make b/build/CMakeFiles/ExperimentalBuild.dir/build.make deleted file mode 100644 index cefd59a..0000000 --- a/build/CMakeFiles/ExperimentalBuild.dir/build.make +++ /dev/null @@ -1,76 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Generated by "Unix Makefiles" Generator, CMake Version 3.13 - -# Delete rule output on recipe failure. -.DELETE_ON_ERROR: - - -#============================================================================= -# Special targets provided by cmake. - -# Disable implicit rules so canonical targets will work. -.SUFFIXES: - - -# Remove some rules from gmake that .SUFFIXES does not remove. -SUFFIXES = - -.SUFFIXES: .hpux_make_needs_suffix_list - - -# Suppress display of executed commands. -$(VERBOSE).SILENT: - - -# A target that is always out of date. -cmake_force: - -.PHONY : cmake_force - -#============================================================================= -# Set environment variables for the build. - -# The shell in which to execute make rules. -SHELL = /bin/sh - -# The CMake executable. -CMAKE_COMMAND = /usr/bin/cmake - -# The command to remove a file. -RM = /usr/bin/cmake -E remove -f - -# Escaping for special characters. -EQUALS = = - -# The top-level source directory on which CMake was run. -CMAKE_SOURCE_DIR = /root/QIDI_Q1 - -# The top-level build directory on which CMake was run. -CMAKE_BINARY_DIR = /root/QIDI_Q1/build - -# Utility rule file for ExperimentalBuild. - -# Include the progress variables for this target. -include CMakeFiles/ExperimentalBuild.dir/progress.make - -CMakeFiles/ExperimentalBuild: - /usr/bin/ctest -D ExperimentalBuild - -ExperimentalBuild: CMakeFiles/ExperimentalBuild -ExperimentalBuild: CMakeFiles/ExperimentalBuild.dir/build.make - -.PHONY : ExperimentalBuild - -# Rule to build all files generated by this target. -CMakeFiles/ExperimentalBuild.dir/build: ExperimentalBuild - -.PHONY : CMakeFiles/ExperimentalBuild.dir/build - -CMakeFiles/ExperimentalBuild.dir/clean: - $(CMAKE_COMMAND) -P CMakeFiles/ExperimentalBuild.dir/cmake_clean.cmake -.PHONY : CMakeFiles/ExperimentalBuild.dir/clean - -CMakeFiles/ExperimentalBuild.dir/depend: - cd /root/QIDI_Q1/build && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /root/QIDI_Q1 /root/QIDI_Q1 /root/QIDI_Q1/build /root/QIDI_Q1/build /root/QIDI_Q1/build/CMakeFiles/ExperimentalBuild.dir/DependInfo.cmake --color=$(COLOR) -.PHONY : CMakeFiles/ExperimentalBuild.dir/depend - diff --git a/build/CMakeFiles/ExperimentalBuild.dir/cmake_clean.cmake b/build/CMakeFiles/ExperimentalBuild.dir/cmake_clean.cmake deleted file mode 100644 index 3354e3f..0000000 --- a/build/CMakeFiles/ExperimentalBuild.dir/cmake_clean.cmake +++ /dev/null @@ -1,8 +0,0 @@ -file(REMOVE_RECURSE - "CMakeFiles/ExperimentalBuild" -) - -# Per-language clean rules from dependency scanning. -foreach(lang ) - include(CMakeFiles/ExperimentalBuild.dir/cmake_clean_${lang}.cmake OPTIONAL) -endforeach() diff --git a/build/CMakeFiles/ExperimentalBuild.dir/progress.make b/build/CMakeFiles/ExperimentalBuild.dir/progress.make deleted file mode 100644 index 8b13789..0000000 --- a/build/CMakeFiles/ExperimentalBuild.dir/progress.make +++ /dev/null @@ -1 +0,0 @@ - diff --git a/build/CMakeFiles/ExperimentalConfigure.dir/DependInfo.cmake b/build/CMakeFiles/ExperimentalConfigure.dir/DependInfo.cmake deleted file mode 100644 index 19fab21..0000000 --- a/build/CMakeFiles/ExperimentalConfigure.dir/DependInfo.cmake +++ /dev/null @@ -1,11 +0,0 @@ -# The set of languages for which implicit dependencies are needed: -set(CMAKE_DEPENDS_LANGUAGES - ) -# The set of files for implicit dependencies of each language: - -# Targets to which this target links. -set(CMAKE_TARGET_LINKED_INFO_FILES - ) - -# Fortran module output directory. -set(CMAKE_Fortran_TARGET_MODULE_DIR "") diff --git a/build/CMakeFiles/ExperimentalConfigure.dir/build.make b/build/CMakeFiles/ExperimentalConfigure.dir/build.make deleted file mode 100644 index 084e506..0000000 --- a/build/CMakeFiles/ExperimentalConfigure.dir/build.make +++ /dev/null @@ -1,76 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Generated by "Unix Makefiles" Generator, CMake Version 3.13 - -# Delete rule output on recipe failure. -.DELETE_ON_ERROR: - - -#============================================================================= -# Special targets provided by cmake. - -# Disable implicit rules so canonical targets will work. -.SUFFIXES: - - -# Remove some rules from gmake that .SUFFIXES does not remove. -SUFFIXES = - -.SUFFIXES: .hpux_make_needs_suffix_list - - -# Suppress display of executed commands. -$(VERBOSE).SILENT: - - -# A target that is always out of date. -cmake_force: - -.PHONY : cmake_force - -#============================================================================= -# Set environment variables for the build. - -# The shell in which to execute make rules. -SHELL = /bin/sh - -# The CMake executable. -CMAKE_COMMAND = /usr/bin/cmake - -# The command to remove a file. -RM = /usr/bin/cmake -E remove -f - -# Escaping for special characters. -EQUALS = = - -# The top-level source directory on which CMake was run. -CMAKE_SOURCE_DIR = /root/QIDI_Q1 - -# The top-level build directory on which CMake was run. -CMAKE_BINARY_DIR = /root/QIDI_Q1/build - -# Utility rule file for ExperimentalConfigure. - -# Include the progress variables for this target. -include CMakeFiles/ExperimentalConfigure.dir/progress.make - -CMakeFiles/ExperimentalConfigure: - /usr/bin/ctest -D ExperimentalConfigure - -ExperimentalConfigure: CMakeFiles/ExperimentalConfigure -ExperimentalConfigure: CMakeFiles/ExperimentalConfigure.dir/build.make - -.PHONY : ExperimentalConfigure - -# Rule to build all files generated by this target. -CMakeFiles/ExperimentalConfigure.dir/build: ExperimentalConfigure - -.PHONY : CMakeFiles/ExperimentalConfigure.dir/build - -CMakeFiles/ExperimentalConfigure.dir/clean: - $(CMAKE_COMMAND) -P CMakeFiles/ExperimentalConfigure.dir/cmake_clean.cmake -.PHONY : CMakeFiles/ExperimentalConfigure.dir/clean - -CMakeFiles/ExperimentalConfigure.dir/depend: - cd /root/QIDI_Q1/build && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /root/QIDI_Q1 /root/QIDI_Q1 /root/QIDI_Q1/build /root/QIDI_Q1/build /root/QIDI_Q1/build/CMakeFiles/ExperimentalConfigure.dir/DependInfo.cmake --color=$(COLOR) -.PHONY : CMakeFiles/ExperimentalConfigure.dir/depend - diff --git a/build/CMakeFiles/ExperimentalConfigure.dir/cmake_clean.cmake b/build/CMakeFiles/ExperimentalConfigure.dir/cmake_clean.cmake deleted file mode 100644 index 69e4a71..0000000 --- a/build/CMakeFiles/ExperimentalConfigure.dir/cmake_clean.cmake +++ /dev/null @@ -1,8 +0,0 @@ -file(REMOVE_RECURSE - "CMakeFiles/ExperimentalConfigure" -) - -# Per-language clean rules from dependency scanning. -foreach(lang ) - include(CMakeFiles/ExperimentalConfigure.dir/cmake_clean_${lang}.cmake OPTIONAL) -endforeach() diff --git a/build/CMakeFiles/ExperimentalConfigure.dir/progress.make b/build/CMakeFiles/ExperimentalConfigure.dir/progress.make deleted file mode 100644 index 8b13789..0000000 --- a/build/CMakeFiles/ExperimentalConfigure.dir/progress.make +++ /dev/null @@ -1 +0,0 @@ - diff --git a/build/CMakeFiles/ExperimentalCoverage.dir/DependInfo.cmake b/build/CMakeFiles/ExperimentalCoverage.dir/DependInfo.cmake deleted file mode 100644 index 19fab21..0000000 --- a/build/CMakeFiles/ExperimentalCoverage.dir/DependInfo.cmake +++ /dev/null @@ -1,11 +0,0 @@ -# The set of languages for which implicit dependencies are needed: -set(CMAKE_DEPENDS_LANGUAGES - ) -# The set of files for implicit dependencies of each language: - -# Targets to which this target links. -set(CMAKE_TARGET_LINKED_INFO_FILES - ) - -# Fortran module output directory. -set(CMAKE_Fortran_TARGET_MODULE_DIR "") diff --git a/build/CMakeFiles/ExperimentalCoverage.dir/build.make b/build/CMakeFiles/ExperimentalCoverage.dir/build.make deleted file mode 100644 index c859ad8..0000000 --- a/build/CMakeFiles/ExperimentalCoverage.dir/build.make +++ /dev/null @@ -1,76 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Generated by "Unix Makefiles" Generator, CMake Version 3.13 - -# Delete rule output on recipe failure. -.DELETE_ON_ERROR: - - -#============================================================================= -# Special targets provided by cmake. - -# Disable implicit rules so canonical targets will work. -.SUFFIXES: - - -# Remove some rules from gmake that .SUFFIXES does not remove. -SUFFIXES = - -.SUFFIXES: .hpux_make_needs_suffix_list - - -# Suppress display of executed commands. -$(VERBOSE).SILENT: - - -# A target that is always out of date. -cmake_force: - -.PHONY : cmake_force - -#============================================================================= -# Set environment variables for the build. - -# The shell in which to execute make rules. -SHELL = /bin/sh - -# The CMake executable. -CMAKE_COMMAND = /usr/bin/cmake - -# The command to remove a file. -RM = /usr/bin/cmake -E remove -f - -# Escaping for special characters. -EQUALS = = - -# The top-level source directory on which CMake was run. -CMAKE_SOURCE_DIR = /root/QIDI_Q1 - -# The top-level build directory on which CMake was run. -CMAKE_BINARY_DIR = /root/QIDI_Q1/build - -# Utility rule file for ExperimentalCoverage. - -# Include the progress variables for this target. -include CMakeFiles/ExperimentalCoverage.dir/progress.make - -CMakeFiles/ExperimentalCoverage: - /usr/bin/ctest -D ExperimentalCoverage - -ExperimentalCoverage: CMakeFiles/ExperimentalCoverage -ExperimentalCoverage: CMakeFiles/ExperimentalCoverage.dir/build.make - -.PHONY : ExperimentalCoverage - -# Rule to build all files generated by this target. -CMakeFiles/ExperimentalCoverage.dir/build: ExperimentalCoverage - -.PHONY : CMakeFiles/ExperimentalCoverage.dir/build - -CMakeFiles/ExperimentalCoverage.dir/clean: - $(CMAKE_COMMAND) -P CMakeFiles/ExperimentalCoverage.dir/cmake_clean.cmake -.PHONY : CMakeFiles/ExperimentalCoverage.dir/clean - -CMakeFiles/ExperimentalCoverage.dir/depend: - cd /root/QIDI_Q1/build && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /root/QIDI_Q1 /root/QIDI_Q1 /root/QIDI_Q1/build /root/QIDI_Q1/build /root/QIDI_Q1/build/CMakeFiles/ExperimentalCoverage.dir/DependInfo.cmake --color=$(COLOR) -.PHONY : CMakeFiles/ExperimentalCoverage.dir/depend - diff --git a/build/CMakeFiles/ExperimentalCoverage.dir/cmake_clean.cmake b/build/CMakeFiles/ExperimentalCoverage.dir/cmake_clean.cmake deleted file mode 100644 index b8d6597..0000000 --- a/build/CMakeFiles/ExperimentalCoverage.dir/cmake_clean.cmake +++ /dev/null @@ -1,8 +0,0 @@ -file(REMOVE_RECURSE - "CMakeFiles/ExperimentalCoverage" -) - -# Per-language clean rules from dependency scanning. -foreach(lang ) - include(CMakeFiles/ExperimentalCoverage.dir/cmake_clean_${lang}.cmake OPTIONAL) -endforeach() diff --git a/build/CMakeFiles/ExperimentalCoverage.dir/progress.make b/build/CMakeFiles/ExperimentalCoverage.dir/progress.make deleted file mode 100644 index 8b13789..0000000 --- a/build/CMakeFiles/ExperimentalCoverage.dir/progress.make +++ /dev/null @@ -1 +0,0 @@ - diff --git a/build/CMakeFiles/ExperimentalMemCheck.dir/DependInfo.cmake b/build/CMakeFiles/ExperimentalMemCheck.dir/DependInfo.cmake deleted file mode 100644 index 19fab21..0000000 --- a/build/CMakeFiles/ExperimentalMemCheck.dir/DependInfo.cmake +++ /dev/null @@ -1,11 +0,0 @@ -# The set of languages for which implicit dependencies are needed: -set(CMAKE_DEPENDS_LANGUAGES - ) -# The set of files for implicit dependencies of each language: - -# Targets to which this target links. -set(CMAKE_TARGET_LINKED_INFO_FILES - ) - -# Fortran module output directory. -set(CMAKE_Fortran_TARGET_MODULE_DIR "") diff --git a/build/CMakeFiles/ExperimentalMemCheck.dir/build.make b/build/CMakeFiles/ExperimentalMemCheck.dir/build.make deleted file mode 100644 index 5da727a..0000000 --- a/build/CMakeFiles/ExperimentalMemCheck.dir/build.make +++ /dev/null @@ -1,76 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Generated by "Unix Makefiles" Generator, CMake Version 3.13 - -# Delete rule output on recipe failure. -.DELETE_ON_ERROR: - - -#============================================================================= -# Special targets provided by cmake. - -# Disable implicit rules so canonical targets will work. -.SUFFIXES: - - -# Remove some rules from gmake that .SUFFIXES does not remove. -SUFFIXES = - -.SUFFIXES: .hpux_make_needs_suffix_list - - -# Suppress display of executed commands. -$(VERBOSE).SILENT: - - -# A target that is always out of date. -cmake_force: - -.PHONY : cmake_force - -#============================================================================= -# Set environment variables for the build. - -# The shell in which to execute make rules. -SHELL = /bin/sh - -# The CMake executable. -CMAKE_COMMAND = /usr/bin/cmake - -# The command to remove a file. -RM = /usr/bin/cmake -E remove -f - -# Escaping for special characters. -EQUALS = = - -# The top-level source directory on which CMake was run. -CMAKE_SOURCE_DIR = /root/QIDI_Q1 - -# The top-level build directory on which CMake was run. -CMAKE_BINARY_DIR = /root/QIDI_Q1/build - -# Utility rule file for ExperimentalMemCheck. - -# Include the progress variables for this target. -include CMakeFiles/ExperimentalMemCheck.dir/progress.make - -CMakeFiles/ExperimentalMemCheck: - /usr/bin/ctest -D ExperimentalMemCheck - -ExperimentalMemCheck: CMakeFiles/ExperimentalMemCheck -ExperimentalMemCheck: CMakeFiles/ExperimentalMemCheck.dir/build.make - -.PHONY : ExperimentalMemCheck - -# Rule to build all files generated by this target. -CMakeFiles/ExperimentalMemCheck.dir/build: ExperimentalMemCheck - -.PHONY : CMakeFiles/ExperimentalMemCheck.dir/build - -CMakeFiles/ExperimentalMemCheck.dir/clean: - $(CMAKE_COMMAND) -P CMakeFiles/ExperimentalMemCheck.dir/cmake_clean.cmake -.PHONY : CMakeFiles/ExperimentalMemCheck.dir/clean - -CMakeFiles/ExperimentalMemCheck.dir/depend: - cd /root/QIDI_Q1/build && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /root/QIDI_Q1 /root/QIDI_Q1 /root/QIDI_Q1/build /root/QIDI_Q1/build /root/QIDI_Q1/build/CMakeFiles/ExperimentalMemCheck.dir/DependInfo.cmake --color=$(COLOR) -.PHONY : CMakeFiles/ExperimentalMemCheck.dir/depend - diff --git a/build/CMakeFiles/ExperimentalMemCheck.dir/cmake_clean.cmake b/build/CMakeFiles/ExperimentalMemCheck.dir/cmake_clean.cmake deleted file mode 100644 index ed3f7bc..0000000 --- a/build/CMakeFiles/ExperimentalMemCheck.dir/cmake_clean.cmake +++ /dev/null @@ -1,8 +0,0 @@ -file(REMOVE_RECURSE - "CMakeFiles/ExperimentalMemCheck" -) - -# Per-language clean rules from dependency scanning. -foreach(lang ) - include(CMakeFiles/ExperimentalMemCheck.dir/cmake_clean_${lang}.cmake OPTIONAL) -endforeach() diff --git a/build/CMakeFiles/ExperimentalMemCheck.dir/progress.make b/build/CMakeFiles/ExperimentalMemCheck.dir/progress.make deleted file mode 100644 index 8b13789..0000000 --- a/build/CMakeFiles/ExperimentalMemCheck.dir/progress.make +++ /dev/null @@ -1 +0,0 @@ - diff --git a/build/CMakeFiles/ExperimentalStart.dir/DependInfo.cmake b/build/CMakeFiles/ExperimentalStart.dir/DependInfo.cmake deleted file mode 100644 index 19fab21..0000000 --- a/build/CMakeFiles/ExperimentalStart.dir/DependInfo.cmake +++ /dev/null @@ -1,11 +0,0 @@ -# The set of languages for which implicit dependencies are needed: -set(CMAKE_DEPENDS_LANGUAGES - ) -# The set of files for implicit dependencies of each language: - -# Targets to which this target links. -set(CMAKE_TARGET_LINKED_INFO_FILES - ) - -# Fortran module output directory. -set(CMAKE_Fortran_TARGET_MODULE_DIR "") diff --git a/build/CMakeFiles/ExperimentalStart.dir/build.make b/build/CMakeFiles/ExperimentalStart.dir/build.make deleted file mode 100644 index db2359a..0000000 --- a/build/CMakeFiles/ExperimentalStart.dir/build.make +++ /dev/null @@ -1,76 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Generated by "Unix Makefiles" Generator, CMake Version 3.13 - -# Delete rule output on recipe failure. -.DELETE_ON_ERROR: - - -#============================================================================= -# Special targets provided by cmake. - -# Disable implicit rules so canonical targets will work. -.SUFFIXES: - - -# Remove some rules from gmake that .SUFFIXES does not remove. -SUFFIXES = - -.SUFFIXES: .hpux_make_needs_suffix_list - - -# Suppress display of executed commands. -$(VERBOSE).SILENT: - - -# A target that is always out of date. -cmake_force: - -.PHONY : cmake_force - -#============================================================================= -# Set environment variables for the build. - -# The shell in which to execute make rules. -SHELL = /bin/sh - -# The CMake executable. -CMAKE_COMMAND = /usr/bin/cmake - -# The command to remove a file. -RM = /usr/bin/cmake -E remove -f - -# Escaping for special characters. -EQUALS = = - -# The top-level source directory on which CMake was run. -CMAKE_SOURCE_DIR = /root/QIDI_Q1 - -# The top-level build directory on which CMake was run. -CMAKE_BINARY_DIR = /root/QIDI_Q1/build - -# Utility rule file for ExperimentalStart. - -# Include the progress variables for this target. -include CMakeFiles/ExperimentalStart.dir/progress.make - -CMakeFiles/ExperimentalStart: - /usr/bin/ctest -D ExperimentalStart - -ExperimentalStart: CMakeFiles/ExperimentalStart -ExperimentalStart: CMakeFiles/ExperimentalStart.dir/build.make - -.PHONY : ExperimentalStart - -# Rule to build all files generated by this target. -CMakeFiles/ExperimentalStart.dir/build: ExperimentalStart - -.PHONY : CMakeFiles/ExperimentalStart.dir/build - -CMakeFiles/ExperimentalStart.dir/clean: - $(CMAKE_COMMAND) -P CMakeFiles/ExperimentalStart.dir/cmake_clean.cmake -.PHONY : CMakeFiles/ExperimentalStart.dir/clean - -CMakeFiles/ExperimentalStart.dir/depend: - cd /root/QIDI_Q1/build && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /root/QIDI_Q1 /root/QIDI_Q1 /root/QIDI_Q1/build /root/QIDI_Q1/build /root/QIDI_Q1/build/CMakeFiles/ExperimentalStart.dir/DependInfo.cmake --color=$(COLOR) -.PHONY : CMakeFiles/ExperimentalStart.dir/depend - diff --git a/build/CMakeFiles/ExperimentalStart.dir/cmake_clean.cmake b/build/CMakeFiles/ExperimentalStart.dir/cmake_clean.cmake deleted file mode 100644 index 4e2736b..0000000 --- a/build/CMakeFiles/ExperimentalStart.dir/cmake_clean.cmake +++ /dev/null @@ -1,8 +0,0 @@ -file(REMOVE_RECURSE - "CMakeFiles/ExperimentalStart" -) - -# Per-language clean rules from dependency scanning. -foreach(lang ) - include(CMakeFiles/ExperimentalStart.dir/cmake_clean_${lang}.cmake OPTIONAL) -endforeach() diff --git a/build/CMakeFiles/ExperimentalStart.dir/progress.make b/build/CMakeFiles/ExperimentalStart.dir/progress.make deleted file mode 100644 index 8b13789..0000000 --- a/build/CMakeFiles/ExperimentalStart.dir/progress.make +++ /dev/null @@ -1 +0,0 @@ - diff --git a/build/CMakeFiles/ExperimentalSubmit.dir/DependInfo.cmake b/build/CMakeFiles/ExperimentalSubmit.dir/DependInfo.cmake deleted file mode 100644 index 19fab21..0000000 --- a/build/CMakeFiles/ExperimentalSubmit.dir/DependInfo.cmake +++ /dev/null @@ -1,11 +0,0 @@ -# The set of languages for which implicit dependencies are needed: -set(CMAKE_DEPENDS_LANGUAGES - ) -# The set of files for implicit dependencies of each language: - -# Targets to which this target links. -set(CMAKE_TARGET_LINKED_INFO_FILES - ) - -# Fortran module output directory. -set(CMAKE_Fortran_TARGET_MODULE_DIR "") diff --git a/build/CMakeFiles/ExperimentalSubmit.dir/build.make b/build/CMakeFiles/ExperimentalSubmit.dir/build.make deleted file mode 100644 index ecd72e8..0000000 --- a/build/CMakeFiles/ExperimentalSubmit.dir/build.make +++ /dev/null @@ -1,76 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Generated by "Unix Makefiles" Generator, CMake Version 3.13 - -# Delete rule output on recipe failure. -.DELETE_ON_ERROR: - - -#============================================================================= -# Special targets provided by cmake. - -# Disable implicit rules so canonical targets will work. -.SUFFIXES: - - -# Remove some rules from gmake that .SUFFIXES does not remove. -SUFFIXES = - -.SUFFIXES: .hpux_make_needs_suffix_list - - -# Suppress display of executed commands. -$(VERBOSE).SILENT: - - -# A target that is always out of date. -cmake_force: - -.PHONY : cmake_force - -#============================================================================= -# Set environment variables for the build. - -# The shell in which to execute make rules. -SHELL = /bin/sh - -# The CMake executable. -CMAKE_COMMAND = /usr/bin/cmake - -# The command to remove a file. -RM = /usr/bin/cmake -E remove -f - -# Escaping for special characters. -EQUALS = = - -# The top-level source directory on which CMake was run. -CMAKE_SOURCE_DIR = /root/QIDI_Q1 - -# The top-level build directory on which CMake was run. -CMAKE_BINARY_DIR = /root/QIDI_Q1/build - -# Utility rule file for ExperimentalSubmit. - -# Include the progress variables for this target. -include CMakeFiles/ExperimentalSubmit.dir/progress.make - -CMakeFiles/ExperimentalSubmit: - /usr/bin/ctest -D ExperimentalSubmit - -ExperimentalSubmit: CMakeFiles/ExperimentalSubmit -ExperimentalSubmit: CMakeFiles/ExperimentalSubmit.dir/build.make - -.PHONY : ExperimentalSubmit - -# Rule to build all files generated by this target. -CMakeFiles/ExperimentalSubmit.dir/build: ExperimentalSubmit - -.PHONY : CMakeFiles/ExperimentalSubmit.dir/build - -CMakeFiles/ExperimentalSubmit.dir/clean: - $(CMAKE_COMMAND) -P CMakeFiles/ExperimentalSubmit.dir/cmake_clean.cmake -.PHONY : CMakeFiles/ExperimentalSubmit.dir/clean - -CMakeFiles/ExperimentalSubmit.dir/depend: - cd /root/QIDI_Q1/build && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /root/QIDI_Q1 /root/QIDI_Q1 /root/QIDI_Q1/build /root/QIDI_Q1/build /root/QIDI_Q1/build/CMakeFiles/ExperimentalSubmit.dir/DependInfo.cmake --color=$(COLOR) -.PHONY : CMakeFiles/ExperimentalSubmit.dir/depend - diff --git a/build/CMakeFiles/ExperimentalSubmit.dir/cmake_clean.cmake b/build/CMakeFiles/ExperimentalSubmit.dir/cmake_clean.cmake deleted file mode 100644 index d130e45..0000000 --- a/build/CMakeFiles/ExperimentalSubmit.dir/cmake_clean.cmake +++ /dev/null @@ -1,8 +0,0 @@ -file(REMOVE_RECURSE - "CMakeFiles/ExperimentalSubmit" -) - -# Per-language clean rules from dependency scanning. -foreach(lang ) - include(CMakeFiles/ExperimentalSubmit.dir/cmake_clean_${lang}.cmake OPTIONAL) -endforeach() diff --git a/build/CMakeFiles/ExperimentalSubmit.dir/progress.make b/build/CMakeFiles/ExperimentalSubmit.dir/progress.make deleted file mode 100644 index 8b13789..0000000 --- a/build/CMakeFiles/ExperimentalSubmit.dir/progress.make +++ /dev/null @@ -1 +0,0 @@ - diff --git a/build/CMakeFiles/ExperimentalTest.dir/DependInfo.cmake b/build/CMakeFiles/ExperimentalTest.dir/DependInfo.cmake deleted file mode 100644 index 19fab21..0000000 --- a/build/CMakeFiles/ExperimentalTest.dir/DependInfo.cmake +++ /dev/null @@ -1,11 +0,0 @@ -# The set of languages for which implicit dependencies are needed: -set(CMAKE_DEPENDS_LANGUAGES - ) -# The set of files for implicit dependencies of each language: - -# Targets to which this target links. -set(CMAKE_TARGET_LINKED_INFO_FILES - ) - -# Fortran module output directory. -set(CMAKE_Fortran_TARGET_MODULE_DIR "") diff --git a/build/CMakeFiles/ExperimentalTest.dir/build.make b/build/CMakeFiles/ExperimentalTest.dir/build.make deleted file mode 100644 index 81bafb7..0000000 --- a/build/CMakeFiles/ExperimentalTest.dir/build.make +++ /dev/null @@ -1,76 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Generated by "Unix Makefiles" Generator, CMake Version 3.13 - -# Delete rule output on recipe failure. -.DELETE_ON_ERROR: - - -#============================================================================= -# Special targets provided by cmake. - -# Disable implicit rules so canonical targets will work. -.SUFFIXES: - - -# Remove some rules from gmake that .SUFFIXES does not remove. -SUFFIXES = - -.SUFFIXES: .hpux_make_needs_suffix_list - - -# Suppress display of executed commands. -$(VERBOSE).SILENT: - - -# A target that is always out of date. -cmake_force: - -.PHONY : cmake_force - -#============================================================================= -# Set environment variables for the build. - -# The shell in which to execute make rules. -SHELL = /bin/sh - -# The CMake executable. -CMAKE_COMMAND = /usr/bin/cmake - -# The command to remove a file. -RM = /usr/bin/cmake -E remove -f - -# Escaping for special characters. -EQUALS = = - -# The top-level source directory on which CMake was run. -CMAKE_SOURCE_DIR = /root/QIDI_Q1 - -# The top-level build directory on which CMake was run. -CMAKE_BINARY_DIR = /root/QIDI_Q1/build - -# Utility rule file for ExperimentalTest. - -# Include the progress variables for this target. -include CMakeFiles/ExperimentalTest.dir/progress.make - -CMakeFiles/ExperimentalTest: - /usr/bin/ctest -D ExperimentalTest - -ExperimentalTest: CMakeFiles/ExperimentalTest -ExperimentalTest: CMakeFiles/ExperimentalTest.dir/build.make - -.PHONY : ExperimentalTest - -# Rule to build all files generated by this target. -CMakeFiles/ExperimentalTest.dir/build: ExperimentalTest - -.PHONY : CMakeFiles/ExperimentalTest.dir/build - -CMakeFiles/ExperimentalTest.dir/clean: - $(CMAKE_COMMAND) -P CMakeFiles/ExperimentalTest.dir/cmake_clean.cmake -.PHONY : CMakeFiles/ExperimentalTest.dir/clean - -CMakeFiles/ExperimentalTest.dir/depend: - cd /root/QIDI_Q1/build && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /root/QIDI_Q1 /root/QIDI_Q1 /root/QIDI_Q1/build /root/QIDI_Q1/build /root/QIDI_Q1/build/CMakeFiles/ExperimentalTest.dir/DependInfo.cmake --color=$(COLOR) -.PHONY : CMakeFiles/ExperimentalTest.dir/depend - diff --git a/build/CMakeFiles/ExperimentalTest.dir/cmake_clean.cmake b/build/CMakeFiles/ExperimentalTest.dir/cmake_clean.cmake deleted file mode 100644 index 4348aa3..0000000 --- a/build/CMakeFiles/ExperimentalTest.dir/cmake_clean.cmake +++ /dev/null @@ -1,8 +0,0 @@ -file(REMOVE_RECURSE - "CMakeFiles/ExperimentalTest" -) - -# Per-language clean rules from dependency scanning. -foreach(lang ) - include(CMakeFiles/ExperimentalTest.dir/cmake_clean_${lang}.cmake OPTIONAL) -endforeach() diff --git a/build/CMakeFiles/ExperimentalTest.dir/progress.make b/build/CMakeFiles/ExperimentalTest.dir/progress.make deleted file mode 100644 index 8b13789..0000000 --- a/build/CMakeFiles/ExperimentalTest.dir/progress.make +++ /dev/null @@ -1 +0,0 @@ - diff --git a/build/CMakeFiles/ExperimentalUpdate.dir/DependInfo.cmake b/build/CMakeFiles/ExperimentalUpdate.dir/DependInfo.cmake deleted file mode 100644 index 19fab21..0000000 --- a/build/CMakeFiles/ExperimentalUpdate.dir/DependInfo.cmake +++ /dev/null @@ -1,11 +0,0 @@ -# The set of languages for which implicit dependencies are needed: -set(CMAKE_DEPENDS_LANGUAGES - ) -# The set of files for implicit dependencies of each language: - -# Targets to which this target links. -set(CMAKE_TARGET_LINKED_INFO_FILES - ) - -# Fortran module output directory. -set(CMAKE_Fortran_TARGET_MODULE_DIR "") diff --git a/build/CMakeFiles/ExperimentalUpdate.dir/build.make b/build/CMakeFiles/ExperimentalUpdate.dir/build.make deleted file mode 100644 index e16e0d7..0000000 --- a/build/CMakeFiles/ExperimentalUpdate.dir/build.make +++ /dev/null @@ -1,76 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Generated by "Unix Makefiles" Generator, CMake Version 3.13 - -# Delete rule output on recipe failure. -.DELETE_ON_ERROR: - - -#============================================================================= -# Special targets provided by cmake. - -# Disable implicit rules so canonical targets will work. -.SUFFIXES: - - -# Remove some rules from gmake that .SUFFIXES does not remove. -SUFFIXES = - -.SUFFIXES: .hpux_make_needs_suffix_list - - -# Suppress display of executed commands. -$(VERBOSE).SILENT: - - -# A target that is always out of date. -cmake_force: - -.PHONY : cmake_force - -#============================================================================= -# Set environment variables for the build. - -# The shell in which to execute make rules. -SHELL = /bin/sh - -# The CMake executable. -CMAKE_COMMAND = /usr/bin/cmake - -# The command to remove a file. -RM = /usr/bin/cmake -E remove -f - -# Escaping for special characters. -EQUALS = = - -# The top-level source directory on which CMake was run. -CMAKE_SOURCE_DIR = /root/QIDI_Q1 - -# The top-level build directory on which CMake was run. -CMAKE_BINARY_DIR = /root/QIDI_Q1/build - -# Utility rule file for ExperimentalUpdate. - -# Include the progress variables for this target. -include CMakeFiles/ExperimentalUpdate.dir/progress.make - -CMakeFiles/ExperimentalUpdate: - /usr/bin/ctest -D ExperimentalUpdate - -ExperimentalUpdate: CMakeFiles/ExperimentalUpdate -ExperimentalUpdate: CMakeFiles/ExperimentalUpdate.dir/build.make - -.PHONY : ExperimentalUpdate - -# Rule to build all files generated by this target. -CMakeFiles/ExperimentalUpdate.dir/build: ExperimentalUpdate - -.PHONY : CMakeFiles/ExperimentalUpdate.dir/build - -CMakeFiles/ExperimentalUpdate.dir/clean: - $(CMAKE_COMMAND) -P CMakeFiles/ExperimentalUpdate.dir/cmake_clean.cmake -.PHONY : CMakeFiles/ExperimentalUpdate.dir/clean - -CMakeFiles/ExperimentalUpdate.dir/depend: - cd /root/QIDI_Q1/build && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /root/QIDI_Q1 /root/QIDI_Q1 /root/QIDI_Q1/build /root/QIDI_Q1/build /root/QIDI_Q1/build/CMakeFiles/ExperimentalUpdate.dir/DependInfo.cmake --color=$(COLOR) -.PHONY : CMakeFiles/ExperimentalUpdate.dir/depend - diff --git a/build/CMakeFiles/ExperimentalUpdate.dir/cmake_clean.cmake b/build/CMakeFiles/ExperimentalUpdate.dir/cmake_clean.cmake deleted file mode 100644 index 2319049..0000000 --- a/build/CMakeFiles/ExperimentalUpdate.dir/cmake_clean.cmake +++ /dev/null @@ -1,8 +0,0 @@ -file(REMOVE_RECURSE - "CMakeFiles/ExperimentalUpdate" -) - -# Per-language clean rules from dependency scanning. -foreach(lang ) - include(CMakeFiles/ExperimentalUpdate.dir/cmake_clean_${lang}.cmake OPTIONAL) -endforeach() diff --git a/build/CMakeFiles/ExperimentalUpdate.dir/progress.make b/build/CMakeFiles/ExperimentalUpdate.dir/progress.make deleted file mode 100644 index 8b13789..0000000 --- a/build/CMakeFiles/ExperimentalUpdate.dir/progress.make +++ /dev/null @@ -1 +0,0 @@ - diff --git a/build/CMakeFiles/Makefile.cmake b/build/CMakeFiles/Makefile.cmake deleted file mode 100644 index 5198dc1..0000000 --- a/build/CMakeFiles/Makefile.cmake +++ /dev/null @@ -1,160 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Generated by "Unix Makefiles" Generator, CMake Version 3.13 - -# The generator used is: -set(CMAKE_DEPENDS_GENERATOR "Unix Makefiles") - -# The top level Makefile was generated from the following files: -set(CMAKE_MAKEFILE_DEPENDS - "CMakeCache.txt" - "../CMakeLists.txt" - "CMakeFiles/3.13.4/CMakeCCompiler.cmake" - "CMakeFiles/3.13.4/CMakeCXXCompiler.cmake" - "CMakeFiles/3.13.4/CMakeSystem.cmake" - "CMakeFiles/feature_tests.c" - "CMakeFiles/feature_tests.cxx" - "../src/CMakeLists.txt" - "/usr/share/cmake-3.13/Modules/CMakeCCompiler.cmake.in" - "/usr/share/cmake-3.13/Modules/CMakeCCompilerABI.c" - "/usr/share/cmake-3.13/Modules/CMakeCInformation.cmake" - "/usr/share/cmake-3.13/Modules/CMakeCXXCompiler.cmake.in" - "/usr/share/cmake-3.13/Modules/CMakeCXXCompilerABI.cpp" - "/usr/share/cmake-3.13/Modules/CMakeCXXInformation.cmake" - "/usr/share/cmake-3.13/Modules/CMakeCommonLanguageInclude.cmake" - "/usr/share/cmake-3.13/Modules/CMakeCompilerIdDetection.cmake" - "/usr/share/cmake-3.13/Modules/CMakeDetermineCCompiler.cmake" - "/usr/share/cmake-3.13/Modules/CMakeDetermineCXXCompiler.cmake" - "/usr/share/cmake-3.13/Modules/CMakeDetermineCompileFeatures.cmake" - "/usr/share/cmake-3.13/Modules/CMakeDetermineCompiler.cmake" - "/usr/share/cmake-3.13/Modules/CMakeDetermineCompilerABI.cmake" - "/usr/share/cmake-3.13/Modules/CMakeDetermineCompilerId.cmake" - "/usr/share/cmake-3.13/Modules/CMakeDetermineSystem.cmake" - "/usr/share/cmake-3.13/Modules/CMakeFindBinUtils.cmake" - "/usr/share/cmake-3.13/Modules/CMakeGenericSystem.cmake" - "/usr/share/cmake-3.13/Modules/CMakeInitializeConfigs.cmake" - "/usr/share/cmake-3.13/Modules/CMakeLanguageInformation.cmake" - "/usr/share/cmake-3.13/Modules/CMakeParseImplicitLinkInfo.cmake" - "/usr/share/cmake-3.13/Modules/CMakeSystem.cmake.in" - "/usr/share/cmake-3.13/Modules/CMakeSystemSpecificInformation.cmake" - "/usr/share/cmake-3.13/Modules/CMakeSystemSpecificInitialize.cmake" - "/usr/share/cmake-3.13/Modules/CMakeTestCCompiler.cmake" - "/usr/share/cmake-3.13/Modules/CMakeTestCXXCompiler.cmake" - "/usr/share/cmake-3.13/Modules/CMakeTestCompilerCommon.cmake" - "/usr/share/cmake-3.13/Modules/CMakeUnixFindMake.cmake" - "/usr/share/cmake-3.13/Modules/CPack.cmake" - "/usr/share/cmake-3.13/Modules/CPackComponent.cmake" - "/usr/share/cmake-3.13/Modules/CTest.cmake" - "/usr/share/cmake-3.13/Modules/CTestTargets.cmake" - "/usr/share/cmake-3.13/Modules/CTestUseLaunchers.cmake" - "/usr/share/cmake-3.13/Modules/Compiler/ADSP-DetermineCompiler.cmake" - "/usr/share/cmake-3.13/Modules/Compiler/ARMCC-DetermineCompiler.cmake" - "/usr/share/cmake-3.13/Modules/Compiler/AppleClang-DetermineCompiler.cmake" - "/usr/share/cmake-3.13/Modules/Compiler/Borland-DetermineCompiler.cmake" - "/usr/share/cmake-3.13/Modules/Compiler/Bruce-C-DetermineCompiler.cmake" - "/usr/share/cmake-3.13/Modules/Compiler/CMakeCommonCompilerMacros.cmake" - "/usr/share/cmake-3.13/Modules/Compiler/Clang-DetermineCompiler.cmake" - "/usr/share/cmake-3.13/Modules/Compiler/Clang-DetermineCompilerInternal.cmake" - "/usr/share/cmake-3.13/Modules/Compiler/Comeau-CXX-DetermineCompiler.cmake" - "/usr/share/cmake-3.13/Modules/Compiler/Compaq-C-DetermineCompiler.cmake" - "/usr/share/cmake-3.13/Modules/Compiler/Compaq-CXX-DetermineCompiler.cmake" - "/usr/share/cmake-3.13/Modules/Compiler/Cray-DetermineCompiler.cmake" - "/usr/share/cmake-3.13/Modules/Compiler/Embarcadero-DetermineCompiler.cmake" - "/usr/share/cmake-3.13/Modules/Compiler/Fujitsu-DetermineCompiler.cmake" - "/usr/share/cmake-3.13/Modules/Compiler/GHS-DetermineCompiler.cmake" - "/usr/share/cmake-3.13/Modules/Compiler/GNU-C-DetermineCompiler.cmake" - "/usr/share/cmake-3.13/Modules/Compiler/GNU-C-FeatureTests.cmake" - "/usr/share/cmake-3.13/Modules/Compiler/GNU-C.cmake" - "/usr/share/cmake-3.13/Modules/Compiler/GNU-CXX-DetermineCompiler.cmake" - "/usr/share/cmake-3.13/Modules/Compiler/GNU-CXX-FeatureTests.cmake" - "/usr/share/cmake-3.13/Modules/Compiler/GNU-CXX.cmake" - "/usr/share/cmake-3.13/Modules/Compiler/GNU-FindBinUtils.cmake" - "/usr/share/cmake-3.13/Modules/Compiler/GNU.cmake" - "/usr/share/cmake-3.13/Modules/Compiler/HP-C-DetermineCompiler.cmake" - "/usr/share/cmake-3.13/Modules/Compiler/HP-CXX-DetermineCompiler.cmake" - "/usr/share/cmake-3.13/Modules/Compiler/IAR-DetermineCompiler.cmake" - "/usr/share/cmake-3.13/Modules/Compiler/IBMCPP-C-DetermineVersionInternal.cmake" - "/usr/share/cmake-3.13/Modules/Compiler/IBMCPP-CXX-DetermineVersionInternal.cmake" - "/usr/share/cmake-3.13/Modules/Compiler/Intel-DetermineCompiler.cmake" - "/usr/share/cmake-3.13/Modules/Compiler/MIPSpro-DetermineCompiler.cmake" - "/usr/share/cmake-3.13/Modules/Compiler/MSVC-DetermineCompiler.cmake" - "/usr/share/cmake-3.13/Modules/Compiler/NVIDIA-DetermineCompiler.cmake" - "/usr/share/cmake-3.13/Modules/Compiler/OpenWatcom-DetermineCompiler.cmake" - "/usr/share/cmake-3.13/Modules/Compiler/PGI-DetermineCompiler.cmake" - "/usr/share/cmake-3.13/Modules/Compiler/PathScale-DetermineCompiler.cmake" - "/usr/share/cmake-3.13/Modules/Compiler/SCO-DetermineCompiler.cmake" - "/usr/share/cmake-3.13/Modules/Compiler/SDCC-C-DetermineCompiler.cmake" - "/usr/share/cmake-3.13/Modules/Compiler/SunPro-C-DetermineCompiler.cmake" - "/usr/share/cmake-3.13/Modules/Compiler/SunPro-CXX-DetermineCompiler.cmake" - "/usr/share/cmake-3.13/Modules/Compiler/TI-DetermineCompiler.cmake" - "/usr/share/cmake-3.13/Modules/Compiler/TinyCC-C-DetermineCompiler.cmake" - "/usr/share/cmake-3.13/Modules/Compiler/VisualAge-C-DetermineCompiler.cmake" - "/usr/share/cmake-3.13/Modules/Compiler/VisualAge-CXX-DetermineCompiler.cmake" - "/usr/share/cmake-3.13/Modules/Compiler/Watcom-DetermineCompiler.cmake" - "/usr/share/cmake-3.13/Modules/Compiler/XL-C-DetermineCompiler.cmake" - "/usr/share/cmake-3.13/Modules/Compiler/XL-CXX-DetermineCompiler.cmake" - "/usr/share/cmake-3.13/Modules/Compiler/zOS-C-DetermineCompiler.cmake" - "/usr/share/cmake-3.13/Modules/Compiler/zOS-CXX-DetermineCompiler.cmake" - "/usr/share/cmake-3.13/Modules/DartConfiguration.tcl.in" - "/usr/share/cmake-3.13/Modules/Internal/FeatureTesting.cmake" - "/usr/share/cmake-3.13/Modules/Platform/Linux-Determine-CXX.cmake" - "/usr/share/cmake-3.13/Modules/Platform/Linux-GNU-C.cmake" - "/usr/share/cmake-3.13/Modules/Platform/Linux-GNU-CXX.cmake" - "/usr/share/cmake-3.13/Modules/Platform/Linux-GNU.cmake" - "/usr/share/cmake-3.13/Modules/Platform/Linux.cmake" - "/usr/share/cmake-3.13/Modules/Platform/UnixPaths.cmake" - "/usr/share/cmake-3.13/Templates/CPackConfig.cmake.in" - ) - -# The corresponding makefile is: -set(CMAKE_MAKEFILE_OUTPUTS - "Makefile" - "CMakeFiles/cmake.check_cache" - ) - -# Byproducts of CMake generate step: -set(CMAKE_MAKEFILE_PRODUCTS - "CMakeFiles/3.13.4/CMakeSystem.cmake" - "CMakeFiles/3.13.4/CMakeCCompiler.cmake" - "CMakeFiles/3.13.4/CMakeCXXCompiler.cmake" - "CMakeFiles/3.13.4/CMakeCCompiler.cmake" - "CMakeFiles/3.13.4/CMakeCXXCompiler.cmake" - "DartConfiguration.tcl" - "CPackConfig.cmake" - "CPackSourceConfig.cmake" - "CMakeFiles/CMakeDirectoryInformation.cmake" - "src/CMakeFiles/CMakeDirectoryInformation.cmake" - ) - -# Dependency information for all targets: -set(CMAKE_DEPEND_INFO_FILES - "CMakeFiles/xindi.dir/DependInfo.cmake" - "CMakeFiles/ContinuousSubmit.dir/DependInfo.cmake" - "CMakeFiles/ContinuousMemCheck.dir/DependInfo.cmake" - "CMakeFiles/ContinuousConfigure.dir/DependInfo.cmake" - "CMakeFiles/ExperimentalSubmit.dir/DependInfo.cmake" - "CMakeFiles/ExperimentalMemCheck.dir/DependInfo.cmake" - "CMakeFiles/ExperimentalTest.dir/DependInfo.cmake" - "CMakeFiles/NightlyUpdate.dir/DependInfo.cmake" - "CMakeFiles/NightlyStart.dir/DependInfo.cmake" - "CMakeFiles/NightlyMemoryCheck.dir/DependInfo.cmake" - "CMakeFiles/NightlyBuild.dir/DependInfo.cmake" - "CMakeFiles/ExperimentalUpdate.dir/DependInfo.cmake" - "CMakeFiles/ContinuousBuild.dir/DependInfo.cmake" - "CMakeFiles/Continuous.dir/DependInfo.cmake" - "CMakeFiles/Experimental.dir/DependInfo.cmake" - "CMakeFiles/ExperimentalConfigure.dir/DependInfo.cmake" - "CMakeFiles/NightlyTest.dir/DependInfo.cmake" - "CMakeFiles/NightlyCoverage.dir/DependInfo.cmake" - "CMakeFiles/ExperimentalCoverage.dir/DependInfo.cmake" - "CMakeFiles/NightlyMemCheck.dir/DependInfo.cmake" - "CMakeFiles/ContinuousStart.dir/DependInfo.cmake" - "CMakeFiles/NightlySubmit.dir/DependInfo.cmake" - "CMakeFiles/ContinuousCoverage.dir/DependInfo.cmake" - "CMakeFiles/Nightly.dir/DependInfo.cmake" - "CMakeFiles/NightlyConfigure.dir/DependInfo.cmake" - "CMakeFiles/ExperimentalStart.dir/DependInfo.cmake" - "CMakeFiles/ContinuousTest.dir/DependInfo.cmake" - "CMakeFiles/ContinuousUpdate.dir/DependInfo.cmake" - "CMakeFiles/ExperimentalBuild.dir/DependInfo.cmake" - "src/CMakeFiles/src.dir/DependInfo.cmake" - ) diff --git a/build/CMakeFiles/Makefile2 b/build/CMakeFiles/Makefile2 deleted file mode 100644 index 31c53ed..0000000 --- a/build/CMakeFiles/Makefile2 +++ /dev/null @@ -1,1064 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Generated by "Unix Makefiles" Generator, CMake Version 3.13 - -# Default target executed when no arguments are given to make. -default_target: all - -.PHONY : default_target - -# The main recursive all target -all: - -.PHONY : all - -# The main recursive preinstall target -preinstall: - -.PHONY : preinstall - -# The main recursive clean target -clean: - -.PHONY : clean - -#============================================================================= -# Special targets provided by cmake. - -# Disable implicit rules so canonical targets will work. -.SUFFIXES: - - -# Remove some rules from gmake that .SUFFIXES does not remove. -SUFFIXES = - -.SUFFIXES: .hpux_make_needs_suffix_list - - -# Suppress display of executed commands. -$(VERBOSE).SILENT: - - -# A target that is always out of date. -cmake_force: - -.PHONY : cmake_force - -#============================================================================= -# Set environment variables for the build. - -# The shell in which to execute make rules. -SHELL = /bin/sh - -# The CMake executable. -CMAKE_COMMAND = /usr/bin/cmake - -# The command to remove a file. -RM = /usr/bin/cmake -E remove -f - -# Escaping for special characters. -EQUALS = = - -# The top-level source directory on which CMake was run. -CMAKE_SOURCE_DIR = /root/QIDI_Q1 - -# The top-level build directory on which CMake was run. -CMAKE_BINARY_DIR = /root/QIDI_Q1/build - -#============================================================================= -# Target rules for target CMakeFiles/xindi.dir - -# All Build rule for target. -CMakeFiles/xindi.dir/all: src/CMakeFiles/src.dir/all - $(MAKE) -f CMakeFiles/xindi.dir/build.make CMakeFiles/xindi.dir/depend - $(MAKE) -f CMakeFiles/xindi.dir/build.make CMakeFiles/xindi.dir/build - @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --progress-dir=/root/QIDI_Q1/build/CMakeFiles --progress-num=32,33 "Built target xindi" -.PHONY : CMakeFiles/xindi.dir/all - -# Include target in all. -all: CMakeFiles/xindi.dir/all - -.PHONY : all - -# Build rule for subdir invocation for target. -CMakeFiles/xindi.dir/rule: cmake_check_build_system - $(CMAKE_COMMAND) -E cmake_progress_start /root/QIDI_Q1/build/CMakeFiles 33 - $(MAKE) -f CMakeFiles/Makefile2 CMakeFiles/xindi.dir/all - $(CMAKE_COMMAND) -E cmake_progress_start /root/QIDI_Q1/build/CMakeFiles 0 -.PHONY : CMakeFiles/xindi.dir/rule - -# Convenience name for target. -xindi: CMakeFiles/xindi.dir/rule - -.PHONY : xindi - -# clean rule for target. -CMakeFiles/xindi.dir/clean: - $(MAKE) -f CMakeFiles/xindi.dir/build.make CMakeFiles/xindi.dir/clean -.PHONY : CMakeFiles/xindi.dir/clean - -# clean rule for target. -clean: CMakeFiles/xindi.dir/clean - -.PHONY : clean - -#============================================================================= -# Target rules for target CMakeFiles/ContinuousSubmit.dir - -# All Build rule for target. -CMakeFiles/ContinuousSubmit.dir/all: - $(MAKE) -f CMakeFiles/ContinuousSubmit.dir/build.make CMakeFiles/ContinuousSubmit.dir/depend - $(MAKE) -f CMakeFiles/ContinuousSubmit.dir/build.make CMakeFiles/ContinuousSubmit.dir/build - @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --progress-dir=/root/QIDI_Q1/build/CMakeFiles --progress-num= "Built target ContinuousSubmit" -.PHONY : CMakeFiles/ContinuousSubmit.dir/all - -# Build rule for subdir invocation for target. -CMakeFiles/ContinuousSubmit.dir/rule: cmake_check_build_system - $(CMAKE_COMMAND) -E cmake_progress_start /root/QIDI_Q1/build/CMakeFiles 0 - $(MAKE) -f CMakeFiles/Makefile2 CMakeFiles/ContinuousSubmit.dir/all - $(CMAKE_COMMAND) -E cmake_progress_start /root/QIDI_Q1/build/CMakeFiles 0 -.PHONY : CMakeFiles/ContinuousSubmit.dir/rule - -# Convenience name for target. -ContinuousSubmit: CMakeFiles/ContinuousSubmit.dir/rule - -.PHONY : ContinuousSubmit - -# clean rule for target. -CMakeFiles/ContinuousSubmit.dir/clean: - $(MAKE) -f CMakeFiles/ContinuousSubmit.dir/build.make CMakeFiles/ContinuousSubmit.dir/clean -.PHONY : CMakeFiles/ContinuousSubmit.dir/clean - -# clean rule for target. -clean: CMakeFiles/ContinuousSubmit.dir/clean - -.PHONY : clean - -#============================================================================= -# Target rules for target CMakeFiles/ContinuousMemCheck.dir - -# All Build rule for target. -CMakeFiles/ContinuousMemCheck.dir/all: - $(MAKE) -f CMakeFiles/ContinuousMemCheck.dir/build.make CMakeFiles/ContinuousMemCheck.dir/depend - $(MAKE) -f CMakeFiles/ContinuousMemCheck.dir/build.make CMakeFiles/ContinuousMemCheck.dir/build - @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --progress-dir=/root/QIDI_Q1/build/CMakeFiles --progress-num= "Built target ContinuousMemCheck" -.PHONY : CMakeFiles/ContinuousMemCheck.dir/all - -# Build rule for subdir invocation for target. -CMakeFiles/ContinuousMemCheck.dir/rule: cmake_check_build_system - $(CMAKE_COMMAND) -E cmake_progress_start /root/QIDI_Q1/build/CMakeFiles 0 - $(MAKE) -f CMakeFiles/Makefile2 CMakeFiles/ContinuousMemCheck.dir/all - $(CMAKE_COMMAND) -E cmake_progress_start /root/QIDI_Q1/build/CMakeFiles 0 -.PHONY : CMakeFiles/ContinuousMemCheck.dir/rule - -# Convenience name for target. -ContinuousMemCheck: CMakeFiles/ContinuousMemCheck.dir/rule - -.PHONY : ContinuousMemCheck - -# clean rule for target. -CMakeFiles/ContinuousMemCheck.dir/clean: - $(MAKE) -f CMakeFiles/ContinuousMemCheck.dir/build.make CMakeFiles/ContinuousMemCheck.dir/clean -.PHONY : CMakeFiles/ContinuousMemCheck.dir/clean - -# clean rule for target. -clean: CMakeFiles/ContinuousMemCheck.dir/clean - -.PHONY : clean - -#============================================================================= -# Target rules for target CMakeFiles/ContinuousConfigure.dir - -# All Build rule for target. -CMakeFiles/ContinuousConfigure.dir/all: - $(MAKE) -f CMakeFiles/ContinuousConfigure.dir/build.make CMakeFiles/ContinuousConfigure.dir/depend - $(MAKE) -f CMakeFiles/ContinuousConfigure.dir/build.make CMakeFiles/ContinuousConfigure.dir/build - @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --progress-dir=/root/QIDI_Q1/build/CMakeFiles --progress-num= "Built target ContinuousConfigure" -.PHONY : CMakeFiles/ContinuousConfigure.dir/all - -# Build rule for subdir invocation for target. -CMakeFiles/ContinuousConfigure.dir/rule: cmake_check_build_system - $(CMAKE_COMMAND) -E cmake_progress_start /root/QIDI_Q1/build/CMakeFiles 0 - $(MAKE) -f CMakeFiles/Makefile2 CMakeFiles/ContinuousConfigure.dir/all - $(CMAKE_COMMAND) -E cmake_progress_start /root/QIDI_Q1/build/CMakeFiles 0 -.PHONY : CMakeFiles/ContinuousConfigure.dir/rule - -# Convenience name for target. -ContinuousConfigure: CMakeFiles/ContinuousConfigure.dir/rule - -.PHONY : ContinuousConfigure - -# clean rule for target. -CMakeFiles/ContinuousConfigure.dir/clean: - $(MAKE) -f CMakeFiles/ContinuousConfigure.dir/build.make CMakeFiles/ContinuousConfigure.dir/clean -.PHONY : CMakeFiles/ContinuousConfigure.dir/clean - -# clean rule for target. -clean: CMakeFiles/ContinuousConfigure.dir/clean - -.PHONY : clean - -#============================================================================= -# Target rules for target CMakeFiles/ExperimentalSubmit.dir - -# All Build rule for target. -CMakeFiles/ExperimentalSubmit.dir/all: - $(MAKE) -f CMakeFiles/ExperimentalSubmit.dir/build.make CMakeFiles/ExperimentalSubmit.dir/depend - $(MAKE) -f CMakeFiles/ExperimentalSubmit.dir/build.make CMakeFiles/ExperimentalSubmit.dir/build - @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --progress-dir=/root/QIDI_Q1/build/CMakeFiles --progress-num= "Built target ExperimentalSubmit" -.PHONY : CMakeFiles/ExperimentalSubmit.dir/all - -# Build rule for subdir invocation for target. -CMakeFiles/ExperimentalSubmit.dir/rule: cmake_check_build_system - $(CMAKE_COMMAND) -E cmake_progress_start /root/QIDI_Q1/build/CMakeFiles 0 - $(MAKE) -f CMakeFiles/Makefile2 CMakeFiles/ExperimentalSubmit.dir/all - $(CMAKE_COMMAND) -E cmake_progress_start /root/QIDI_Q1/build/CMakeFiles 0 -.PHONY : CMakeFiles/ExperimentalSubmit.dir/rule - -# Convenience name for target. -ExperimentalSubmit: CMakeFiles/ExperimentalSubmit.dir/rule - -.PHONY : ExperimentalSubmit - -# clean rule for target. -CMakeFiles/ExperimentalSubmit.dir/clean: - $(MAKE) -f CMakeFiles/ExperimentalSubmit.dir/build.make CMakeFiles/ExperimentalSubmit.dir/clean -.PHONY : CMakeFiles/ExperimentalSubmit.dir/clean - -# clean rule for target. -clean: CMakeFiles/ExperimentalSubmit.dir/clean - -.PHONY : clean - -#============================================================================= -# Target rules for target CMakeFiles/ExperimentalMemCheck.dir - -# All Build rule for target. -CMakeFiles/ExperimentalMemCheck.dir/all: - $(MAKE) -f CMakeFiles/ExperimentalMemCheck.dir/build.make CMakeFiles/ExperimentalMemCheck.dir/depend - $(MAKE) -f CMakeFiles/ExperimentalMemCheck.dir/build.make CMakeFiles/ExperimentalMemCheck.dir/build - @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --progress-dir=/root/QIDI_Q1/build/CMakeFiles --progress-num= "Built target ExperimentalMemCheck" -.PHONY : CMakeFiles/ExperimentalMemCheck.dir/all - -# Build rule for subdir invocation for target. -CMakeFiles/ExperimentalMemCheck.dir/rule: cmake_check_build_system - $(CMAKE_COMMAND) -E cmake_progress_start /root/QIDI_Q1/build/CMakeFiles 0 - $(MAKE) -f CMakeFiles/Makefile2 CMakeFiles/ExperimentalMemCheck.dir/all - $(CMAKE_COMMAND) -E cmake_progress_start /root/QIDI_Q1/build/CMakeFiles 0 -.PHONY : CMakeFiles/ExperimentalMemCheck.dir/rule - -# Convenience name for target. -ExperimentalMemCheck: CMakeFiles/ExperimentalMemCheck.dir/rule - -.PHONY : ExperimentalMemCheck - -# clean rule for target. -CMakeFiles/ExperimentalMemCheck.dir/clean: - $(MAKE) -f CMakeFiles/ExperimentalMemCheck.dir/build.make CMakeFiles/ExperimentalMemCheck.dir/clean -.PHONY : CMakeFiles/ExperimentalMemCheck.dir/clean - -# clean rule for target. -clean: CMakeFiles/ExperimentalMemCheck.dir/clean - -.PHONY : clean - -#============================================================================= -# Target rules for target CMakeFiles/ExperimentalTest.dir - -# All Build rule for target. -CMakeFiles/ExperimentalTest.dir/all: - $(MAKE) -f CMakeFiles/ExperimentalTest.dir/build.make CMakeFiles/ExperimentalTest.dir/depend - $(MAKE) -f CMakeFiles/ExperimentalTest.dir/build.make CMakeFiles/ExperimentalTest.dir/build - @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --progress-dir=/root/QIDI_Q1/build/CMakeFiles --progress-num= "Built target ExperimentalTest" -.PHONY : CMakeFiles/ExperimentalTest.dir/all - -# Build rule for subdir invocation for target. -CMakeFiles/ExperimentalTest.dir/rule: cmake_check_build_system - $(CMAKE_COMMAND) -E cmake_progress_start /root/QIDI_Q1/build/CMakeFiles 0 - $(MAKE) -f CMakeFiles/Makefile2 CMakeFiles/ExperimentalTest.dir/all - $(CMAKE_COMMAND) -E cmake_progress_start /root/QIDI_Q1/build/CMakeFiles 0 -.PHONY : CMakeFiles/ExperimentalTest.dir/rule - -# Convenience name for target. -ExperimentalTest: CMakeFiles/ExperimentalTest.dir/rule - -.PHONY : ExperimentalTest - -# clean rule for target. -CMakeFiles/ExperimentalTest.dir/clean: - $(MAKE) -f CMakeFiles/ExperimentalTest.dir/build.make CMakeFiles/ExperimentalTest.dir/clean -.PHONY : CMakeFiles/ExperimentalTest.dir/clean - -# clean rule for target. -clean: CMakeFiles/ExperimentalTest.dir/clean - -.PHONY : clean - -#============================================================================= -# Target rules for target CMakeFiles/NightlyUpdate.dir - -# All Build rule for target. -CMakeFiles/NightlyUpdate.dir/all: - $(MAKE) -f CMakeFiles/NightlyUpdate.dir/build.make CMakeFiles/NightlyUpdate.dir/depend - $(MAKE) -f CMakeFiles/NightlyUpdate.dir/build.make CMakeFiles/NightlyUpdate.dir/build - @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --progress-dir=/root/QIDI_Q1/build/CMakeFiles --progress-num= "Built target NightlyUpdate" -.PHONY : CMakeFiles/NightlyUpdate.dir/all - -# Build rule for subdir invocation for target. -CMakeFiles/NightlyUpdate.dir/rule: cmake_check_build_system - $(CMAKE_COMMAND) -E cmake_progress_start /root/QIDI_Q1/build/CMakeFiles 0 - $(MAKE) -f CMakeFiles/Makefile2 CMakeFiles/NightlyUpdate.dir/all - $(CMAKE_COMMAND) -E cmake_progress_start /root/QIDI_Q1/build/CMakeFiles 0 -.PHONY : CMakeFiles/NightlyUpdate.dir/rule - -# Convenience name for target. -NightlyUpdate: CMakeFiles/NightlyUpdate.dir/rule - -.PHONY : NightlyUpdate - -# clean rule for target. -CMakeFiles/NightlyUpdate.dir/clean: - $(MAKE) -f CMakeFiles/NightlyUpdate.dir/build.make CMakeFiles/NightlyUpdate.dir/clean -.PHONY : CMakeFiles/NightlyUpdate.dir/clean - -# clean rule for target. -clean: CMakeFiles/NightlyUpdate.dir/clean - -.PHONY : clean - -#============================================================================= -# Target rules for target CMakeFiles/NightlyStart.dir - -# All Build rule for target. -CMakeFiles/NightlyStart.dir/all: - $(MAKE) -f CMakeFiles/NightlyStart.dir/build.make CMakeFiles/NightlyStart.dir/depend - $(MAKE) -f CMakeFiles/NightlyStart.dir/build.make CMakeFiles/NightlyStart.dir/build - @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --progress-dir=/root/QIDI_Q1/build/CMakeFiles --progress-num= "Built target NightlyStart" -.PHONY : CMakeFiles/NightlyStart.dir/all - -# Build rule for subdir invocation for target. -CMakeFiles/NightlyStart.dir/rule: cmake_check_build_system - $(CMAKE_COMMAND) -E cmake_progress_start /root/QIDI_Q1/build/CMakeFiles 0 - $(MAKE) -f CMakeFiles/Makefile2 CMakeFiles/NightlyStart.dir/all - $(CMAKE_COMMAND) -E cmake_progress_start /root/QIDI_Q1/build/CMakeFiles 0 -.PHONY : CMakeFiles/NightlyStart.dir/rule - -# Convenience name for target. -NightlyStart: CMakeFiles/NightlyStart.dir/rule - -.PHONY : NightlyStart - -# clean rule for target. -CMakeFiles/NightlyStart.dir/clean: - $(MAKE) -f CMakeFiles/NightlyStart.dir/build.make CMakeFiles/NightlyStart.dir/clean -.PHONY : CMakeFiles/NightlyStart.dir/clean - -# clean rule for target. -clean: CMakeFiles/NightlyStart.dir/clean - -.PHONY : clean - -#============================================================================= -# Target rules for target CMakeFiles/NightlyMemoryCheck.dir - -# All Build rule for target. -CMakeFiles/NightlyMemoryCheck.dir/all: - $(MAKE) -f CMakeFiles/NightlyMemoryCheck.dir/build.make CMakeFiles/NightlyMemoryCheck.dir/depend - $(MAKE) -f CMakeFiles/NightlyMemoryCheck.dir/build.make CMakeFiles/NightlyMemoryCheck.dir/build - @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --progress-dir=/root/QIDI_Q1/build/CMakeFiles --progress-num= "Built target NightlyMemoryCheck" -.PHONY : CMakeFiles/NightlyMemoryCheck.dir/all - -# Build rule for subdir invocation for target. -CMakeFiles/NightlyMemoryCheck.dir/rule: cmake_check_build_system - $(CMAKE_COMMAND) -E cmake_progress_start /root/QIDI_Q1/build/CMakeFiles 0 - $(MAKE) -f CMakeFiles/Makefile2 CMakeFiles/NightlyMemoryCheck.dir/all - $(CMAKE_COMMAND) -E cmake_progress_start /root/QIDI_Q1/build/CMakeFiles 0 -.PHONY : CMakeFiles/NightlyMemoryCheck.dir/rule - -# Convenience name for target. -NightlyMemoryCheck: CMakeFiles/NightlyMemoryCheck.dir/rule - -.PHONY : NightlyMemoryCheck - -# clean rule for target. -CMakeFiles/NightlyMemoryCheck.dir/clean: - $(MAKE) -f CMakeFiles/NightlyMemoryCheck.dir/build.make CMakeFiles/NightlyMemoryCheck.dir/clean -.PHONY : CMakeFiles/NightlyMemoryCheck.dir/clean - -# clean rule for target. -clean: CMakeFiles/NightlyMemoryCheck.dir/clean - -.PHONY : clean - -#============================================================================= -# Target rules for target CMakeFiles/NightlyBuild.dir - -# All Build rule for target. -CMakeFiles/NightlyBuild.dir/all: - $(MAKE) -f CMakeFiles/NightlyBuild.dir/build.make CMakeFiles/NightlyBuild.dir/depend - $(MAKE) -f CMakeFiles/NightlyBuild.dir/build.make CMakeFiles/NightlyBuild.dir/build - @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --progress-dir=/root/QIDI_Q1/build/CMakeFiles --progress-num= "Built target NightlyBuild" -.PHONY : CMakeFiles/NightlyBuild.dir/all - -# Build rule for subdir invocation for target. -CMakeFiles/NightlyBuild.dir/rule: cmake_check_build_system - $(CMAKE_COMMAND) -E cmake_progress_start /root/QIDI_Q1/build/CMakeFiles 0 - $(MAKE) -f CMakeFiles/Makefile2 CMakeFiles/NightlyBuild.dir/all - $(CMAKE_COMMAND) -E cmake_progress_start /root/QIDI_Q1/build/CMakeFiles 0 -.PHONY : CMakeFiles/NightlyBuild.dir/rule - -# Convenience name for target. -NightlyBuild: CMakeFiles/NightlyBuild.dir/rule - -.PHONY : NightlyBuild - -# clean rule for target. -CMakeFiles/NightlyBuild.dir/clean: - $(MAKE) -f CMakeFiles/NightlyBuild.dir/build.make CMakeFiles/NightlyBuild.dir/clean -.PHONY : CMakeFiles/NightlyBuild.dir/clean - -# clean rule for target. -clean: CMakeFiles/NightlyBuild.dir/clean - -.PHONY : clean - -#============================================================================= -# Target rules for target CMakeFiles/ExperimentalUpdate.dir - -# All Build rule for target. -CMakeFiles/ExperimentalUpdate.dir/all: - $(MAKE) -f CMakeFiles/ExperimentalUpdate.dir/build.make CMakeFiles/ExperimentalUpdate.dir/depend - $(MAKE) -f CMakeFiles/ExperimentalUpdate.dir/build.make CMakeFiles/ExperimentalUpdate.dir/build - @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --progress-dir=/root/QIDI_Q1/build/CMakeFiles --progress-num= "Built target ExperimentalUpdate" -.PHONY : CMakeFiles/ExperimentalUpdate.dir/all - -# Build rule for subdir invocation for target. -CMakeFiles/ExperimentalUpdate.dir/rule: cmake_check_build_system - $(CMAKE_COMMAND) -E cmake_progress_start /root/QIDI_Q1/build/CMakeFiles 0 - $(MAKE) -f CMakeFiles/Makefile2 CMakeFiles/ExperimentalUpdate.dir/all - $(CMAKE_COMMAND) -E cmake_progress_start /root/QIDI_Q1/build/CMakeFiles 0 -.PHONY : CMakeFiles/ExperimentalUpdate.dir/rule - -# Convenience name for target. -ExperimentalUpdate: CMakeFiles/ExperimentalUpdate.dir/rule - -.PHONY : ExperimentalUpdate - -# clean rule for target. -CMakeFiles/ExperimentalUpdate.dir/clean: - $(MAKE) -f CMakeFiles/ExperimentalUpdate.dir/build.make CMakeFiles/ExperimentalUpdate.dir/clean -.PHONY : CMakeFiles/ExperimentalUpdate.dir/clean - -# clean rule for target. -clean: CMakeFiles/ExperimentalUpdate.dir/clean - -.PHONY : clean - -#============================================================================= -# Target rules for target CMakeFiles/ContinuousBuild.dir - -# All Build rule for target. -CMakeFiles/ContinuousBuild.dir/all: - $(MAKE) -f CMakeFiles/ContinuousBuild.dir/build.make CMakeFiles/ContinuousBuild.dir/depend - $(MAKE) -f CMakeFiles/ContinuousBuild.dir/build.make CMakeFiles/ContinuousBuild.dir/build - @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --progress-dir=/root/QIDI_Q1/build/CMakeFiles --progress-num= "Built target ContinuousBuild" -.PHONY : CMakeFiles/ContinuousBuild.dir/all - -# Build rule for subdir invocation for target. -CMakeFiles/ContinuousBuild.dir/rule: cmake_check_build_system - $(CMAKE_COMMAND) -E cmake_progress_start /root/QIDI_Q1/build/CMakeFiles 0 - $(MAKE) -f CMakeFiles/Makefile2 CMakeFiles/ContinuousBuild.dir/all - $(CMAKE_COMMAND) -E cmake_progress_start /root/QIDI_Q1/build/CMakeFiles 0 -.PHONY : CMakeFiles/ContinuousBuild.dir/rule - -# Convenience name for target. -ContinuousBuild: CMakeFiles/ContinuousBuild.dir/rule - -.PHONY : ContinuousBuild - -# clean rule for target. -CMakeFiles/ContinuousBuild.dir/clean: - $(MAKE) -f CMakeFiles/ContinuousBuild.dir/build.make CMakeFiles/ContinuousBuild.dir/clean -.PHONY : CMakeFiles/ContinuousBuild.dir/clean - -# clean rule for target. -clean: CMakeFiles/ContinuousBuild.dir/clean - -.PHONY : clean - -#============================================================================= -# Target rules for target CMakeFiles/Continuous.dir - -# All Build rule for target. -CMakeFiles/Continuous.dir/all: - $(MAKE) -f CMakeFiles/Continuous.dir/build.make CMakeFiles/Continuous.dir/depend - $(MAKE) -f CMakeFiles/Continuous.dir/build.make CMakeFiles/Continuous.dir/build - @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --progress-dir=/root/QIDI_Q1/build/CMakeFiles --progress-num= "Built target Continuous" -.PHONY : CMakeFiles/Continuous.dir/all - -# Build rule for subdir invocation for target. -CMakeFiles/Continuous.dir/rule: cmake_check_build_system - $(CMAKE_COMMAND) -E cmake_progress_start /root/QIDI_Q1/build/CMakeFiles 0 - $(MAKE) -f CMakeFiles/Makefile2 CMakeFiles/Continuous.dir/all - $(CMAKE_COMMAND) -E cmake_progress_start /root/QIDI_Q1/build/CMakeFiles 0 -.PHONY : CMakeFiles/Continuous.dir/rule - -# Convenience name for target. -Continuous: CMakeFiles/Continuous.dir/rule - -.PHONY : Continuous - -# clean rule for target. -CMakeFiles/Continuous.dir/clean: - $(MAKE) -f CMakeFiles/Continuous.dir/build.make CMakeFiles/Continuous.dir/clean -.PHONY : CMakeFiles/Continuous.dir/clean - -# clean rule for target. -clean: CMakeFiles/Continuous.dir/clean - -.PHONY : clean - -#============================================================================= -# Target rules for target CMakeFiles/Experimental.dir - -# All Build rule for target. -CMakeFiles/Experimental.dir/all: - $(MAKE) -f CMakeFiles/Experimental.dir/build.make CMakeFiles/Experimental.dir/depend - $(MAKE) -f CMakeFiles/Experimental.dir/build.make CMakeFiles/Experimental.dir/build - @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --progress-dir=/root/QIDI_Q1/build/CMakeFiles --progress-num= "Built target Experimental" -.PHONY : CMakeFiles/Experimental.dir/all - -# Build rule for subdir invocation for target. -CMakeFiles/Experimental.dir/rule: cmake_check_build_system - $(CMAKE_COMMAND) -E cmake_progress_start /root/QIDI_Q1/build/CMakeFiles 0 - $(MAKE) -f CMakeFiles/Makefile2 CMakeFiles/Experimental.dir/all - $(CMAKE_COMMAND) -E cmake_progress_start /root/QIDI_Q1/build/CMakeFiles 0 -.PHONY : CMakeFiles/Experimental.dir/rule - -# Convenience name for target. -Experimental: CMakeFiles/Experimental.dir/rule - -.PHONY : Experimental - -# clean rule for target. -CMakeFiles/Experimental.dir/clean: - $(MAKE) -f CMakeFiles/Experimental.dir/build.make CMakeFiles/Experimental.dir/clean -.PHONY : CMakeFiles/Experimental.dir/clean - -# clean rule for target. -clean: CMakeFiles/Experimental.dir/clean - -.PHONY : clean - -#============================================================================= -# Target rules for target CMakeFiles/ExperimentalConfigure.dir - -# All Build rule for target. -CMakeFiles/ExperimentalConfigure.dir/all: - $(MAKE) -f CMakeFiles/ExperimentalConfigure.dir/build.make CMakeFiles/ExperimentalConfigure.dir/depend - $(MAKE) -f CMakeFiles/ExperimentalConfigure.dir/build.make CMakeFiles/ExperimentalConfigure.dir/build - @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --progress-dir=/root/QIDI_Q1/build/CMakeFiles --progress-num= "Built target ExperimentalConfigure" -.PHONY : CMakeFiles/ExperimentalConfigure.dir/all - -# Build rule for subdir invocation for target. -CMakeFiles/ExperimentalConfigure.dir/rule: cmake_check_build_system - $(CMAKE_COMMAND) -E cmake_progress_start /root/QIDI_Q1/build/CMakeFiles 0 - $(MAKE) -f CMakeFiles/Makefile2 CMakeFiles/ExperimentalConfigure.dir/all - $(CMAKE_COMMAND) -E cmake_progress_start /root/QIDI_Q1/build/CMakeFiles 0 -.PHONY : CMakeFiles/ExperimentalConfigure.dir/rule - -# Convenience name for target. -ExperimentalConfigure: CMakeFiles/ExperimentalConfigure.dir/rule - -.PHONY : ExperimentalConfigure - -# clean rule for target. -CMakeFiles/ExperimentalConfigure.dir/clean: - $(MAKE) -f CMakeFiles/ExperimentalConfigure.dir/build.make CMakeFiles/ExperimentalConfigure.dir/clean -.PHONY : CMakeFiles/ExperimentalConfigure.dir/clean - -# clean rule for target. -clean: CMakeFiles/ExperimentalConfigure.dir/clean - -.PHONY : clean - -#============================================================================= -# Target rules for target CMakeFiles/NightlyTest.dir - -# All Build rule for target. -CMakeFiles/NightlyTest.dir/all: - $(MAKE) -f CMakeFiles/NightlyTest.dir/build.make CMakeFiles/NightlyTest.dir/depend - $(MAKE) -f CMakeFiles/NightlyTest.dir/build.make CMakeFiles/NightlyTest.dir/build - @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --progress-dir=/root/QIDI_Q1/build/CMakeFiles --progress-num= "Built target NightlyTest" -.PHONY : CMakeFiles/NightlyTest.dir/all - -# Build rule for subdir invocation for target. -CMakeFiles/NightlyTest.dir/rule: cmake_check_build_system - $(CMAKE_COMMAND) -E cmake_progress_start /root/QIDI_Q1/build/CMakeFiles 0 - $(MAKE) -f CMakeFiles/Makefile2 CMakeFiles/NightlyTest.dir/all - $(CMAKE_COMMAND) -E cmake_progress_start /root/QIDI_Q1/build/CMakeFiles 0 -.PHONY : CMakeFiles/NightlyTest.dir/rule - -# Convenience name for target. -NightlyTest: CMakeFiles/NightlyTest.dir/rule - -.PHONY : NightlyTest - -# clean rule for target. -CMakeFiles/NightlyTest.dir/clean: - $(MAKE) -f CMakeFiles/NightlyTest.dir/build.make CMakeFiles/NightlyTest.dir/clean -.PHONY : CMakeFiles/NightlyTest.dir/clean - -# clean rule for target. -clean: CMakeFiles/NightlyTest.dir/clean - -.PHONY : clean - -#============================================================================= -# Target rules for target CMakeFiles/NightlyCoverage.dir - -# All Build rule for target. -CMakeFiles/NightlyCoverage.dir/all: - $(MAKE) -f CMakeFiles/NightlyCoverage.dir/build.make CMakeFiles/NightlyCoverage.dir/depend - $(MAKE) -f CMakeFiles/NightlyCoverage.dir/build.make CMakeFiles/NightlyCoverage.dir/build - @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --progress-dir=/root/QIDI_Q1/build/CMakeFiles --progress-num= "Built target NightlyCoverage" -.PHONY : CMakeFiles/NightlyCoverage.dir/all - -# Build rule for subdir invocation for target. -CMakeFiles/NightlyCoverage.dir/rule: cmake_check_build_system - $(CMAKE_COMMAND) -E cmake_progress_start /root/QIDI_Q1/build/CMakeFiles 0 - $(MAKE) -f CMakeFiles/Makefile2 CMakeFiles/NightlyCoverage.dir/all - $(CMAKE_COMMAND) -E cmake_progress_start /root/QIDI_Q1/build/CMakeFiles 0 -.PHONY : CMakeFiles/NightlyCoverage.dir/rule - -# Convenience name for target. -NightlyCoverage: CMakeFiles/NightlyCoverage.dir/rule - -.PHONY : NightlyCoverage - -# clean rule for target. -CMakeFiles/NightlyCoverage.dir/clean: - $(MAKE) -f CMakeFiles/NightlyCoverage.dir/build.make CMakeFiles/NightlyCoverage.dir/clean -.PHONY : CMakeFiles/NightlyCoverage.dir/clean - -# clean rule for target. -clean: CMakeFiles/NightlyCoverage.dir/clean - -.PHONY : clean - -#============================================================================= -# Target rules for target CMakeFiles/ExperimentalCoverage.dir - -# All Build rule for target. -CMakeFiles/ExperimentalCoverage.dir/all: - $(MAKE) -f CMakeFiles/ExperimentalCoverage.dir/build.make CMakeFiles/ExperimentalCoverage.dir/depend - $(MAKE) -f CMakeFiles/ExperimentalCoverage.dir/build.make CMakeFiles/ExperimentalCoverage.dir/build - @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --progress-dir=/root/QIDI_Q1/build/CMakeFiles --progress-num= "Built target ExperimentalCoverage" -.PHONY : CMakeFiles/ExperimentalCoverage.dir/all - -# Build rule for subdir invocation for target. -CMakeFiles/ExperimentalCoverage.dir/rule: cmake_check_build_system - $(CMAKE_COMMAND) -E cmake_progress_start /root/QIDI_Q1/build/CMakeFiles 0 - $(MAKE) -f CMakeFiles/Makefile2 CMakeFiles/ExperimentalCoverage.dir/all - $(CMAKE_COMMAND) -E cmake_progress_start /root/QIDI_Q1/build/CMakeFiles 0 -.PHONY : CMakeFiles/ExperimentalCoverage.dir/rule - -# Convenience name for target. -ExperimentalCoverage: CMakeFiles/ExperimentalCoverage.dir/rule - -.PHONY : ExperimentalCoverage - -# clean rule for target. -CMakeFiles/ExperimentalCoverage.dir/clean: - $(MAKE) -f CMakeFiles/ExperimentalCoverage.dir/build.make CMakeFiles/ExperimentalCoverage.dir/clean -.PHONY : CMakeFiles/ExperimentalCoverage.dir/clean - -# clean rule for target. -clean: CMakeFiles/ExperimentalCoverage.dir/clean - -.PHONY : clean - -#============================================================================= -# Target rules for target CMakeFiles/NightlyMemCheck.dir - -# All Build rule for target. -CMakeFiles/NightlyMemCheck.dir/all: - $(MAKE) -f CMakeFiles/NightlyMemCheck.dir/build.make CMakeFiles/NightlyMemCheck.dir/depend - $(MAKE) -f CMakeFiles/NightlyMemCheck.dir/build.make CMakeFiles/NightlyMemCheck.dir/build - @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --progress-dir=/root/QIDI_Q1/build/CMakeFiles --progress-num= "Built target NightlyMemCheck" -.PHONY : CMakeFiles/NightlyMemCheck.dir/all - -# Build rule for subdir invocation for target. -CMakeFiles/NightlyMemCheck.dir/rule: cmake_check_build_system - $(CMAKE_COMMAND) -E cmake_progress_start /root/QIDI_Q1/build/CMakeFiles 0 - $(MAKE) -f CMakeFiles/Makefile2 CMakeFiles/NightlyMemCheck.dir/all - $(CMAKE_COMMAND) -E cmake_progress_start /root/QIDI_Q1/build/CMakeFiles 0 -.PHONY : CMakeFiles/NightlyMemCheck.dir/rule - -# Convenience name for target. -NightlyMemCheck: CMakeFiles/NightlyMemCheck.dir/rule - -.PHONY : NightlyMemCheck - -# clean rule for target. -CMakeFiles/NightlyMemCheck.dir/clean: - $(MAKE) -f CMakeFiles/NightlyMemCheck.dir/build.make CMakeFiles/NightlyMemCheck.dir/clean -.PHONY : CMakeFiles/NightlyMemCheck.dir/clean - -# clean rule for target. -clean: CMakeFiles/NightlyMemCheck.dir/clean - -.PHONY : clean - -#============================================================================= -# Target rules for target CMakeFiles/ContinuousStart.dir - -# All Build rule for target. -CMakeFiles/ContinuousStart.dir/all: - $(MAKE) -f CMakeFiles/ContinuousStart.dir/build.make CMakeFiles/ContinuousStart.dir/depend - $(MAKE) -f CMakeFiles/ContinuousStart.dir/build.make CMakeFiles/ContinuousStart.dir/build - @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --progress-dir=/root/QIDI_Q1/build/CMakeFiles --progress-num= "Built target ContinuousStart" -.PHONY : CMakeFiles/ContinuousStart.dir/all - -# Build rule for subdir invocation for target. -CMakeFiles/ContinuousStart.dir/rule: cmake_check_build_system - $(CMAKE_COMMAND) -E cmake_progress_start /root/QIDI_Q1/build/CMakeFiles 0 - $(MAKE) -f CMakeFiles/Makefile2 CMakeFiles/ContinuousStart.dir/all - $(CMAKE_COMMAND) -E cmake_progress_start /root/QIDI_Q1/build/CMakeFiles 0 -.PHONY : CMakeFiles/ContinuousStart.dir/rule - -# Convenience name for target. -ContinuousStart: CMakeFiles/ContinuousStart.dir/rule - -.PHONY : ContinuousStart - -# clean rule for target. -CMakeFiles/ContinuousStart.dir/clean: - $(MAKE) -f CMakeFiles/ContinuousStart.dir/build.make CMakeFiles/ContinuousStart.dir/clean -.PHONY : CMakeFiles/ContinuousStart.dir/clean - -# clean rule for target. -clean: CMakeFiles/ContinuousStart.dir/clean - -.PHONY : clean - -#============================================================================= -# Target rules for target CMakeFiles/NightlySubmit.dir - -# All Build rule for target. -CMakeFiles/NightlySubmit.dir/all: - $(MAKE) -f CMakeFiles/NightlySubmit.dir/build.make CMakeFiles/NightlySubmit.dir/depend - $(MAKE) -f CMakeFiles/NightlySubmit.dir/build.make CMakeFiles/NightlySubmit.dir/build - @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --progress-dir=/root/QIDI_Q1/build/CMakeFiles --progress-num= "Built target NightlySubmit" -.PHONY : CMakeFiles/NightlySubmit.dir/all - -# Build rule for subdir invocation for target. -CMakeFiles/NightlySubmit.dir/rule: cmake_check_build_system - $(CMAKE_COMMAND) -E cmake_progress_start /root/QIDI_Q1/build/CMakeFiles 0 - $(MAKE) -f CMakeFiles/Makefile2 CMakeFiles/NightlySubmit.dir/all - $(CMAKE_COMMAND) -E cmake_progress_start /root/QIDI_Q1/build/CMakeFiles 0 -.PHONY : CMakeFiles/NightlySubmit.dir/rule - -# Convenience name for target. -NightlySubmit: CMakeFiles/NightlySubmit.dir/rule - -.PHONY : NightlySubmit - -# clean rule for target. -CMakeFiles/NightlySubmit.dir/clean: - $(MAKE) -f CMakeFiles/NightlySubmit.dir/build.make CMakeFiles/NightlySubmit.dir/clean -.PHONY : CMakeFiles/NightlySubmit.dir/clean - -# clean rule for target. -clean: CMakeFiles/NightlySubmit.dir/clean - -.PHONY : clean - -#============================================================================= -# Target rules for target CMakeFiles/ContinuousCoverage.dir - -# All Build rule for target. -CMakeFiles/ContinuousCoverage.dir/all: - $(MAKE) -f CMakeFiles/ContinuousCoverage.dir/build.make CMakeFiles/ContinuousCoverage.dir/depend - $(MAKE) -f CMakeFiles/ContinuousCoverage.dir/build.make CMakeFiles/ContinuousCoverage.dir/build - @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --progress-dir=/root/QIDI_Q1/build/CMakeFiles --progress-num= "Built target ContinuousCoverage" -.PHONY : CMakeFiles/ContinuousCoverage.dir/all - -# Build rule for subdir invocation for target. -CMakeFiles/ContinuousCoverage.dir/rule: cmake_check_build_system - $(CMAKE_COMMAND) -E cmake_progress_start /root/QIDI_Q1/build/CMakeFiles 0 - $(MAKE) -f CMakeFiles/Makefile2 CMakeFiles/ContinuousCoverage.dir/all - $(CMAKE_COMMAND) -E cmake_progress_start /root/QIDI_Q1/build/CMakeFiles 0 -.PHONY : CMakeFiles/ContinuousCoverage.dir/rule - -# Convenience name for target. -ContinuousCoverage: CMakeFiles/ContinuousCoverage.dir/rule - -.PHONY : ContinuousCoverage - -# clean rule for target. -CMakeFiles/ContinuousCoverage.dir/clean: - $(MAKE) -f CMakeFiles/ContinuousCoverage.dir/build.make CMakeFiles/ContinuousCoverage.dir/clean -.PHONY : CMakeFiles/ContinuousCoverage.dir/clean - -# clean rule for target. -clean: CMakeFiles/ContinuousCoverage.dir/clean - -.PHONY : clean - -#============================================================================= -# Target rules for target CMakeFiles/Nightly.dir - -# All Build rule for target. -CMakeFiles/Nightly.dir/all: - $(MAKE) -f CMakeFiles/Nightly.dir/build.make CMakeFiles/Nightly.dir/depend - $(MAKE) -f CMakeFiles/Nightly.dir/build.make CMakeFiles/Nightly.dir/build - @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --progress-dir=/root/QIDI_Q1/build/CMakeFiles --progress-num= "Built target Nightly" -.PHONY : CMakeFiles/Nightly.dir/all - -# Build rule for subdir invocation for target. -CMakeFiles/Nightly.dir/rule: cmake_check_build_system - $(CMAKE_COMMAND) -E cmake_progress_start /root/QIDI_Q1/build/CMakeFiles 0 - $(MAKE) -f CMakeFiles/Makefile2 CMakeFiles/Nightly.dir/all - $(CMAKE_COMMAND) -E cmake_progress_start /root/QIDI_Q1/build/CMakeFiles 0 -.PHONY : CMakeFiles/Nightly.dir/rule - -# Convenience name for target. -Nightly: CMakeFiles/Nightly.dir/rule - -.PHONY : Nightly - -# clean rule for target. -CMakeFiles/Nightly.dir/clean: - $(MAKE) -f CMakeFiles/Nightly.dir/build.make CMakeFiles/Nightly.dir/clean -.PHONY : CMakeFiles/Nightly.dir/clean - -# clean rule for target. -clean: CMakeFiles/Nightly.dir/clean - -.PHONY : clean - -#============================================================================= -# Target rules for target CMakeFiles/NightlyConfigure.dir - -# All Build rule for target. -CMakeFiles/NightlyConfigure.dir/all: - $(MAKE) -f CMakeFiles/NightlyConfigure.dir/build.make CMakeFiles/NightlyConfigure.dir/depend - $(MAKE) -f CMakeFiles/NightlyConfigure.dir/build.make CMakeFiles/NightlyConfigure.dir/build - @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --progress-dir=/root/QIDI_Q1/build/CMakeFiles --progress-num= "Built target NightlyConfigure" -.PHONY : CMakeFiles/NightlyConfigure.dir/all - -# Build rule for subdir invocation for target. -CMakeFiles/NightlyConfigure.dir/rule: cmake_check_build_system - $(CMAKE_COMMAND) -E cmake_progress_start /root/QIDI_Q1/build/CMakeFiles 0 - $(MAKE) -f CMakeFiles/Makefile2 CMakeFiles/NightlyConfigure.dir/all - $(CMAKE_COMMAND) -E cmake_progress_start /root/QIDI_Q1/build/CMakeFiles 0 -.PHONY : CMakeFiles/NightlyConfigure.dir/rule - -# Convenience name for target. -NightlyConfigure: CMakeFiles/NightlyConfigure.dir/rule - -.PHONY : NightlyConfigure - -# clean rule for target. -CMakeFiles/NightlyConfigure.dir/clean: - $(MAKE) -f CMakeFiles/NightlyConfigure.dir/build.make CMakeFiles/NightlyConfigure.dir/clean -.PHONY : CMakeFiles/NightlyConfigure.dir/clean - -# clean rule for target. -clean: CMakeFiles/NightlyConfigure.dir/clean - -.PHONY : clean - -#============================================================================= -# Target rules for target CMakeFiles/ExperimentalStart.dir - -# All Build rule for target. -CMakeFiles/ExperimentalStart.dir/all: - $(MAKE) -f CMakeFiles/ExperimentalStart.dir/build.make CMakeFiles/ExperimentalStart.dir/depend - $(MAKE) -f CMakeFiles/ExperimentalStart.dir/build.make CMakeFiles/ExperimentalStart.dir/build - @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --progress-dir=/root/QIDI_Q1/build/CMakeFiles --progress-num= "Built target ExperimentalStart" -.PHONY : CMakeFiles/ExperimentalStart.dir/all - -# Build rule for subdir invocation for target. -CMakeFiles/ExperimentalStart.dir/rule: cmake_check_build_system - $(CMAKE_COMMAND) -E cmake_progress_start /root/QIDI_Q1/build/CMakeFiles 0 - $(MAKE) -f CMakeFiles/Makefile2 CMakeFiles/ExperimentalStart.dir/all - $(CMAKE_COMMAND) -E cmake_progress_start /root/QIDI_Q1/build/CMakeFiles 0 -.PHONY : CMakeFiles/ExperimentalStart.dir/rule - -# Convenience name for target. -ExperimentalStart: CMakeFiles/ExperimentalStart.dir/rule - -.PHONY : ExperimentalStart - -# clean rule for target. -CMakeFiles/ExperimentalStart.dir/clean: - $(MAKE) -f CMakeFiles/ExperimentalStart.dir/build.make CMakeFiles/ExperimentalStart.dir/clean -.PHONY : CMakeFiles/ExperimentalStart.dir/clean - -# clean rule for target. -clean: CMakeFiles/ExperimentalStart.dir/clean - -.PHONY : clean - -#============================================================================= -# Target rules for target CMakeFiles/ContinuousTest.dir - -# All Build rule for target. -CMakeFiles/ContinuousTest.dir/all: - $(MAKE) -f CMakeFiles/ContinuousTest.dir/build.make CMakeFiles/ContinuousTest.dir/depend - $(MAKE) -f CMakeFiles/ContinuousTest.dir/build.make CMakeFiles/ContinuousTest.dir/build - @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --progress-dir=/root/QIDI_Q1/build/CMakeFiles --progress-num= "Built target ContinuousTest" -.PHONY : CMakeFiles/ContinuousTest.dir/all - -# Build rule for subdir invocation for target. -CMakeFiles/ContinuousTest.dir/rule: cmake_check_build_system - $(CMAKE_COMMAND) -E cmake_progress_start /root/QIDI_Q1/build/CMakeFiles 0 - $(MAKE) -f CMakeFiles/Makefile2 CMakeFiles/ContinuousTest.dir/all - $(CMAKE_COMMAND) -E cmake_progress_start /root/QIDI_Q1/build/CMakeFiles 0 -.PHONY : CMakeFiles/ContinuousTest.dir/rule - -# Convenience name for target. -ContinuousTest: CMakeFiles/ContinuousTest.dir/rule - -.PHONY : ContinuousTest - -# clean rule for target. -CMakeFiles/ContinuousTest.dir/clean: - $(MAKE) -f CMakeFiles/ContinuousTest.dir/build.make CMakeFiles/ContinuousTest.dir/clean -.PHONY : CMakeFiles/ContinuousTest.dir/clean - -# clean rule for target. -clean: CMakeFiles/ContinuousTest.dir/clean - -.PHONY : clean - -#============================================================================= -# Target rules for target CMakeFiles/ContinuousUpdate.dir - -# All Build rule for target. -CMakeFiles/ContinuousUpdate.dir/all: - $(MAKE) -f CMakeFiles/ContinuousUpdate.dir/build.make CMakeFiles/ContinuousUpdate.dir/depend - $(MAKE) -f CMakeFiles/ContinuousUpdate.dir/build.make CMakeFiles/ContinuousUpdate.dir/build - @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --progress-dir=/root/QIDI_Q1/build/CMakeFiles --progress-num= "Built target ContinuousUpdate" -.PHONY : CMakeFiles/ContinuousUpdate.dir/all - -# Build rule for subdir invocation for target. -CMakeFiles/ContinuousUpdate.dir/rule: cmake_check_build_system - $(CMAKE_COMMAND) -E cmake_progress_start /root/QIDI_Q1/build/CMakeFiles 0 - $(MAKE) -f CMakeFiles/Makefile2 CMakeFiles/ContinuousUpdate.dir/all - $(CMAKE_COMMAND) -E cmake_progress_start /root/QIDI_Q1/build/CMakeFiles 0 -.PHONY : CMakeFiles/ContinuousUpdate.dir/rule - -# Convenience name for target. -ContinuousUpdate: CMakeFiles/ContinuousUpdate.dir/rule - -.PHONY : ContinuousUpdate - -# clean rule for target. -CMakeFiles/ContinuousUpdate.dir/clean: - $(MAKE) -f CMakeFiles/ContinuousUpdate.dir/build.make CMakeFiles/ContinuousUpdate.dir/clean -.PHONY : CMakeFiles/ContinuousUpdate.dir/clean - -# clean rule for target. -clean: CMakeFiles/ContinuousUpdate.dir/clean - -.PHONY : clean - -#============================================================================= -# Target rules for target CMakeFiles/ExperimentalBuild.dir - -# All Build rule for target. -CMakeFiles/ExperimentalBuild.dir/all: - $(MAKE) -f CMakeFiles/ExperimentalBuild.dir/build.make CMakeFiles/ExperimentalBuild.dir/depend - $(MAKE) -f CMakeFiles/ExperimentalBuild.dir/build.make CMakeFiles/ExperimentalBuild.dir/build - @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --progress-dir=/root/QIDI_Q1/build/CMakeFiles --progress-num= "Built target ExperimentalBuild" -.PHONY : CMakeFiles/ExperimentalBuild.dir/all - -# Build rule for subdir invocation for target. -CMakeFiles/ExperimentalBuild.dir/rule: cmake_check_build_system - $(CMAKE_COMMAND) -E cmake_progress_start /root/QIDI_Q1/build/CMakeFiles 0 - $(MAKE) -f CMakeFiles/Makefile2 CMakeFiles/ExperimentalBuild.dir/all - $(CMAKE_COMMAND) -E cmake_progress_start /root/QIDI_Q1/build/CMakeFiles 0 -.PHONY : CMakeFiles/ExperimentalBuild.dir/rule - -# Convenience name for target. -ExperimentalBuild: CMakeFiles/ExperimentalBuild.dir/rule - -.PHONY : ExperimentalBuild - -# clean rule for target. -CMakeFiles/ExperimentalBuild.dir/clean: - $(MAKE) -f CMakeFiles/ExperimentalBuild.dir/build.make CMakeFiles/ExperimentalBuild.dir/clean -.PHONY : CMakeFiles/ExperimentalBuild.dir/clean - -# clean rule for target. -clean: CMakeFiles/ExperimentalBuild.dir/clean - -.PHONY : clean - -#============================================================================= -# Directory level rules for directory src - -# Convenience name for "all" pass in the directory. -src/all: src/CMakeFiles/src.dir/all - -.PHONY : src/all - -# Convenience name for "clean" pass in the directory. -src/clean: src/CMakeFiles/src.dir/clean - -.PHONY : src/clean - -# Convenience name for "preinstall" pass in the directory. -src/preinstall: - -.PHONY : src/preinstall - -#============================================================================= -# Target rules for target src/CMakeFiles/src.dir - -# All Build rule for target. -src/CMakeFiles/src.dir/all: - $(MAKE) -f src/CMakeFiles/src.dir/build.make src/CMakeFiles/src.dir/depend - $(MAKE) -f src/CMakeFiles/src.dir/build.make src/CMakeFiles/src.dir/build - @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --progress-dir=/root/QIDI_Q1/build/CMakeFiles --progress-num=1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31 "Built target src" -.PHONY : src/CMakeFiles/src.dir/all - -# Include target in all. -all: src/CMakeFiles/src.dir/all - -.PHONY : all - -# Build rule for subdir invocation for target. -src/CMakeFiles/src.dir/rule: cmake_check_build_system - $(CMAKE_COMMAND) -E cmake_progress_start /root/QIDI_Q1/build/CMakeFiles 31 - $(MAKE) -f CMakeFiles/Makefile2 src/CMakeFiles/src.dir/all - $(CMAKE_COMMAND) -E cmake_progress_start /root/QIDI_Q1/build/CMakeFiles 0 -.PHONY : src/CMakeFiles/src.dir/rule - -# Convenience name for target. -src: src/CMakeFiles/src.dir/rule - -.PHONY : src - -# clean rule for target. -src/CMakeFiles/src.dir/clean: - $(MAKE) -f src/CMakeFiles/src.dir/build.make src/CMakeFiles/src.dir/clean -.PHONY : src/CMakeFiles/src.dir/clean - -# clean rule for target. -clean: src/CMakeFiles/src.dir/clean - -.PHONY : clean - -#============================================================================= -# Special targets to cleanup operation of make. - -# Special rule to run CMake to check the build system integrity. -# No rule that depends on this can have commands that come from listfiles -# because they might be regenerated. -cmake_check_build_system: - $(CMAKE_COMMAND) -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) --check-build-system CMakeFiles/Makefile.cmake 0 -.PHONY : cmake_check_build_system - diff --git a/build/CMakeFiles/Nightly.dir/DependInfo.cmake b/build/CMakeFiles/Nightly.dir/DependInfo.cmake deleted file mode 100644 index 19fab21..0000000 --- a/build/CMakeFiles/Nightly.dir/DependInfo.cmake +++ /dev/null @@ -1,11 +0,0 @@ -# The set of languages for which implicit dependencies are needed: -set(CMAKE_DEPENDS_LANGUAGES - ) -# The set of files for implicit dependencies of each language: - -# Targets to which this target links. -set(CMAKE_TARGET_LINKED_INFO_FILES - ) - -# Fortran module output directory. -set(CMAKE_Fortran_TARGET_MODULE_DIR "") diff --git a/build/CMakeFiles/Nightly.dir/build.make b/build/CMakeFiles/Nightly.dir/build.make deleted file mode 100644 index 0fdeb3e..0000000 --- a/build/CMakeFiles/Nightly.dir/build.make +++ /dev/null @@ -1,76 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Generated by "Unix Makefiles" Generator, CMake Version 3.13 - -# Delete rule output on recipe failure. -.DELETE_ON_ERROR: - - -#============================================================================= -# Special targets provided by cmake. - -# Disable implicit rules so canonical targets will work. -.SUFFIXES: - - -# Remove some rules from gmake that .SUFFIXES does not remove. -SUFFIXES = - -.SUFFIXES: .hpux_make_needs_suffix_list - - -# Suppress display of executed commands. -$(VERBOSE).SILENT: - - -# A target that is always out of date. -cmake_force: - -.PHONY : cmake_force - -#============================================================================= -# Set environment variables for the build. - -# The shell in which to execute make rules. -SHELL = /bin/sh - -# The CMake executable. -CMAKE_COMMAND = /usr/bin/cmake - -# The command to remove a file. -RM = /usr/bin/cmake -E remove -f - -# Escaping for special characters. -EQUALS = = - -# The top-level source directory on which CMake was run. -CMAKE_SOURCE_DIR = /root/QIDI_Q1 - -# The top-level build directory on which CMake was run. -CMAKE_BINARY_DIR = /root/QIDI_Q1/build - -# Utility rule file for Nightly. - -# Include the progress variables for this target. -include CMakeFiles/Nightly.dir/progress.make - -CMakeFiles/Nightly: - /usr/bin/ctest -D Nightly - -Nightly: CMakeFiles/Nightly -Nightly: CMakeFiles/Nightly.dir/build.make - -.PHONY : Nightly - -# Rule to build all files generated by this target. -CMakeFiles/Nightly.dir/build: Nightly - -.PHONY : CMakeFiles/Nightly.dir/build - -CMakeFiles/Nightly.dir/clean: - $(CMAKE_COMMAND) -P CMakeFiles/Nightly.dir/cmake_clean.cmake -.PHONY : CMakeFiles/Nightly.dir/clean - -CMakeFiles/Nightly.dir/depend: - cd /root/QIDI_Q1/build && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /root/QIDI_Q1 /root/QIDI_Q1 /root/QIDI_Q1/build /root/QIDI_Q1/build /root/QIDI_Q1/build/CMakeFiles/Nightly.dir/DependInfo.cmake --color=$(COLOR) -.PHONY : CMakeFiles/Nightly.dir/depend - diff --git a/build/CMakeFiles/Nightly.dir/cmake_clean.cmake b/build/CMakeFiles/Nightly.dir/cmake_clean.cmake deleted file mode 100644 index 99a4ac1..0000000 --- a/build/CMakeFiles/Nightly.dir/cmake_clean.cmake +++ /dev/null @@ -1,8 +0,0 @@ -file(REMOVE_RECURSE - "CMakeFiles/Nightly" -) - -# Per-language clean rules from dependency scanning. -foreach(lang ) - include(CMakeFiles/Nightly.dir/cmake_clean_${lang}.cmake OPTIONAL) -endforeach() diff --git a/build/CMakeFiles/Nightly.dir/progress.make b/build/CMakeFiles/Nightly.dir/progress.make deleted file mode 100644 index 8b13789..0000000 --- a/build/CMakeFiles/Nightly.dir/progress.make +++ /dev/null @@ -1 +0,0 @@ - diff --git a/build/CMakeFiles/NightlyBuild.dir/DependInfo.cmake b/build/CMakeFiles/NightlyBuild.dir/DependInfo.cmake deleted file mode 100644 index 19fab21..0000000 --- a/build/CMakeFiles/NightlyBuild.dir/DependInfo.cmake +++ /dev/null @@ -1,11 +0,0 @@ -# The set of languages for which implicit dependencies are needed: -set(CMAKE_DEPENDS_LANGUAGES - ) -# The set of files for implicit dependencies of each language: - -# Targets to which this target links. -set(CMAKE_TARGET_LINKED_INFO_FILES - ) - -# Fortran module output directory. -set(CMAKE_Fortran_TARGET_MODULE_DIR "") diff --git a/build/CMakeFiles/NightlyBuild.dir/build.make b/build/CMakeFiles/NightlyBuild.dir/build.make deleted file mode 100644 index 6cbe916..0000000 --- a/build/CMakeFiles/NightlyBuild.dir/build.make +++ /dev/null @@ -1,76 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Generated by "Unix Makefiles" Generator, CMake Version 3.13 - -# Delete rule output on recipe failure. -.DELETE_ON_ERROR: - - -#============================================================================= -# Special targets provided by cmake. - -# Disable implicit rules so canonical targets will work. -.SUFFIXES: - - -# Remove some rules from gmake that .SUFFIXES does not remove. -SUFFIXES = - -.SUFFIXES: .hpux_make_needs_suffix_list - - -# Suppress display of executed commands. -$(VERBOSE).SILENT: - - -# A target that is always out of date. -cmake_force: - -.PHONY : cmake_force - -#============================================================================= -# Set environment variables for the build. - -# The shell in which to execute make rules. -SHELL = /bin/sh - -# The CMake executable. -CMAKE_COMMAND = /usr/bin/cmake - -# The command to remove a file. -RM = /usr/bin/cmake -E remove -f - -# Escaping for special characters. -EQUALS = = - -# The top-level source directory on which CMake was run. -CMAKE_SOURCE_DIR = /root/QIDI_Q1 - -# The top-level build directory on which CMake was run. -CMAKE_BINARY_DIR = /root/QIDI_Q1/build - -# Utility rule file for NightlyBuild. - -# Include the progress variables for this target. -include CMakeFiles/NightlyBuild.dir/progress.make - -CMakeFiles/NightlyBuild: - /usr/bin/ctest -D NightlyBuild - -NightlyBuild: CMakeFiles/NightlyBuild -NightlyBuild: CMakeFiles/NightlyBuild.dir/build.make - -.PHONY : NightlyBuild - -# Rule to build all files generated by this target. -CMakeFiles/NightlyBuild.dir/build: NightlyBuild - -.PHONY : CMakeFiles/NightlyBuild.dir/build - -CMakeFiles/NightlyBuild.dir/clean: - $(CMAKE_COMMAND) -P CMakeFiles/NightlyBuild.dir/cmake_clean.cmake -.PHONY : CMakeFiles/NightlyBuild.dir/clean - -CMakeFiles/NightlyBuild.dir/depend: - cd /root/QIDI_Q1/build && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /root/QIDI_Q1 /root/QIDI_Q1 /root/QIDI_Q1/build /root/QIDI_Q1/build /root/QIDI_Q1/build/CMakeFiles/NightlyBuild.dir/DependInfo.cmake --color=$(COLOR) -.PHONY : CMakeFiles/NightlyBuild.dir/depend - diff --git a/build/CMakeFiles/NightlyBuild.dir/cmake_clean.cmake b/build/CMakeFiles/NightlyBuild.dir/cmake_clean.cmake deleted file mode 100644 index 7aa38a7..0000000 --- a/build/CMakeFiles/NightlyBuild.dir/cmake_clean.cmake +++ /dev/null @@ -1,8 +0,0 @@ -file(REMOVE_RECURSE - "CMakeFiles/NightlyBuild" -) - -# Per-language clean rules from dependency scanning. -foreach(lang ) - include(CMakeFiles/NightlyBuild.dir/cmake_clean_${lang}.cmake OPTIONAL) -endforeach() diff --git a/build/CMakeFiles/NightlyBuild.dir/progress.make b/build/CMakeFiles/NightlyBuild.dir/progress.make deleted file mode 100644 index 8b13789..0000000 --- a/build/CMakeFiles/NightlyBuild.dir/progress.make +++ /dev/null @@ -1 +0,0 @@ - diff --git a/build/CMakeFiles/NightlyConfigure.dir/DependInfo.cmake b/build/CMakeFiles/NightlyConfigure.dir/DependInfo.cmake deleted file mode 100644 index 19fab21..0000000 --- a/build/CMakeFiles/NightlyConfigure.dir/DependInfo.cmake +++ /dev/null @@ -1,11 +0,0 @@ -# The set of languages for which implicit dependencies are needed: -set(CMAKE_DEPENDS_LANGUAGES - ) -# The set of files for implicit dependencies of each language: - -# Targets to which this target links. -set(CMAKE_TARGET_LINKED_INFO_FILES - ) - -# Fortran module output directory. -set(CMAKE_Fortran_TARGET_MODULE_DIR "") diff --git a/build/CMakeFiles/NightlyConfigure.dir/build.make b/build/CMakeFiles/NightlyConfigure.dir/build.make deleted file mode 100644 index dcc5992..0000000 --- a/build/CMakeFiles/NightlyConfigure.dir/build.make +++ /dev/null @@ -1,76 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Generated by "Unix Makefiles" Generator, CMake Version 3.13 - -# Delete rule output on recipe failure. -.DELETE_ON_ERROR: - - -#============================================================================= -# Special targets provided by cmake. - -# Disable implicit rules so canonical targets will work. -.SUFFIXES: - - -# Remove some rules from gmake that .SUFFIXES does not remove. -SUFFIXES = - -.SUFFIXES: .hpux_make_needs_suffix_list - - -# Suppress display of executed commands. -$(VERBOSE).SILENT: - - -# A target that is always out of date. -cmake_force: - -.PHONY : cmake_force - -#============================================================================= -# Set environment variables for the build. - -# The shell in which to execute make rules. -SHELL = /bin/sh - -# The CMake executable. -CMAKE_COMMAND = /usr/bin/cmake - -# The command to remove a file. -RM = /usr/bin/cmake -E remove -f - -# Escaping for special characters. -EQUALS = = - -# The top-level source directory on which CMake was run. -CMAKE_SOURCE_DIR = /root/QIDI_Q1 - -# The top-level build directory on which CMake was run. -CMAKE_BINARY_DIR = /root/QIDI_Q1/build - -# Utility rule file for NightlyConfigure. - -# Include the progress variables for this target. -include CMakeFiles/NightlyConfigure.dir/progress.make - -CMakeFiles/NightlyConfigure: - /usr/bin/ctest -D NightlyConfigure - -NightlyConfigure: CMakeFiles/NightlyConfigure -NightlyConfigure: CMakeFiles/NightlyConfigure.dir/build.make - -.PHONY : NightlyConfigure - -# Rule to build all files generated by this target. -CMakeFiles/NightlyConfigure.dir/build: NightlyConfigure - -.PHONY : CMakeFiles/NightlyConfigure.dir/build - -CMakeFiles/NightlyConfigure.dir/clean: - $(CMAKE_COMMAND) -P CMakeFiles/NightlyConfigure.dir/cmake_clean.cmake -.PHONY : CMakeFiles/NightlyConfigure.dir/clean - -CMakeFiles/NightlyConfigure.dir/depend: - cd /root/QIDI_Q1/build && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /root/QIDI_Q1 /root/QIDI_Q1 /root/QIDI_Q1/build /root/QIDI_Q1/build /root/QIDI_Q1/build/CMakeFiles/NightlyConfigure.dir/DependInfo.cmake --color=$(COLOR) -.PHONY : CMakeFiles/NightlyConfigure.dir/depend - diff --git a/build/CMakeFiles/NightlyConfigure.dir/cmake_clean.cmake b/build/CMakeFiles/NightlyConfigure.dir/cmake_clean.cmake deleted file mode 100644 index 080c729..0000000 --- a/build/CMakeFiles/NightlyConfigure.dir/cmake_clean.cmake +++ /dev/null @@ -1,8 +0,0 @@ -file(REMOVE_RECURSE - "CMakeFiles/NightlyConfigure" -) - -# Per-language clean rules from dependency scanning. -foreach(lang ) - include(CMakeFiles/NightlyConfigure.dir/cmake_clean_${lang}.cmake OPTIONAL) -endforeach() diff --git a/build/CMakeFiles/NightlyConfigure.dir/progress.make b/build/CMakeFiles/NightlyConfigure.dir/progress.make deleted file mode 100644 index 8b13789..0000000 --- a/build/CMakeFiles/NightlyConfigure.dir/progress.make +++ /dev/null @@ -1 +0,0 @@ - diff --git a/build/CMakeFiles/NightlyCoverage.dir/DependInfo.cmake b/build/CMakeFiles/NightlyCoverage.dir/DependInfo.cmake deleted file mode 100644 index 19fab21..0000000 --- a/build/CMakeFiles/NightlyCoverage.dir/DependInfo.cmake +++ /dev/null @@ -1,11 +0,0 @@ -# The set of languages for which implicit dependencies are needed: -set(CMAKE_DEPENDS_LANGUAGES - ) -# The set of files for implicit dependencies of each language: - -# Targets to which this target links. -set(CMAKE_TARGET_LINKED_INFO_FILES - ) - -# Fortran module output directory. -set(CMAKE_Fortran_TARGET_MODULE_DIR "") diff --git a/build/CMakeFiles/NightlyCoverage.dir/build.make b/build/CMakeFiles/NightlyCoverage.dir/build.make deleted file mode 100644 index e1ce1c5..0000000 --- a/build/CMakeFiles/NightlyCoverage.dir/build.make +++ /dev/null @@ -1,76 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Generated by "Unix Makefiles" Generator, CMake Version 3.13 - -# Delete rule output on recipe failure. -.DELETE_ON_ERROR: - - -#============================================================================= -# Special targets provided by cmake. - -# Disable implicit rules so canonical targets will work. -.SUFFIXES: - - -# Remove some rules from gmake that .SUFFIXES does not remove. -SUFFIXES = - -.SUFFIXES: .hpux_make_needs_suffix_list - - -# Suppress display of executed commands. -$(VERBOSE).SILENT: - - -# A target that is always out of date. -cmake_force: - -.PHONY : cmake_force - -#============================================================================= -# Set environment variables for the build. - -# The shell in which to execute make rules. -SHELL = /bin/sh - -# The CMake executable. -CMAKE_COMMAND = /usr/bin/cmake - -# The command to remove a file. -RM = /usr/bin/cmake -E remove -f - -# Escaping for special characters. -EQUALS = = - -# The top-level source directory on which CMake was run. -CMAKE_SOURCE_DIR = /root/QIDI_Q1 - -# The top-level build directory on which CMake was run. -CMAKE_BINARY_DIR = /root/QIDI_Q1/build - -# Utility rule file for NightlyCoverage. - -# Include the progress variables for this target. -include CMakeFiles/NightlyCoverage.dir/progress.make - -CMakeFiles/NightlyCoverage: - /usr/bin/ctest -D NightlyCoverage - -NightlyCoverage: CMakeFiles/NightlyCoverage -NightlyCoverage: CMakeFiles/NightlyCoverage.dir/build.make - -.PHONY : NightlyCoverage - -# Rule to build all files generated by this target. -CMakeFiles/NightlyCoverage.dir/build: NightlyCoverage - -.PHONY : CMakeFiles/NightlyCoverage.dir/build - -CMakeFiles/NightlyCoverage.dir/clean: - $(CMAKE_COMMAND) -P CMakeFiles/NightlyCoverage.dir/cmake_clean.cmake -.PHONY : CMakeFiles/NightlyCoverage.dir/clean - -CMakeFiles/NightlyCoverage.dir/depend: - cd /root/QIDI_Q1/build && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /root/QIDI_Q1 /root/QIDI_Q1 /root/QIDI_Q1/build /root/QIDI_Q1/build /root/QIDI_Q1/build/CMakeFiles/NightlyCoverage.dir/DependInfo.cmake --color=$(COLOR) -.PHONY : CMakeFiles/NightlyCoverage.dir/depend - diff --git a/build/CMakeFiles/NightlyCoverage.dir/cmake_clean.cmake b/build/CMakeFiles/NightlyCoverage.dir/cmake_clean.cmake deleted file mode 100644 index d6cba89..0000000 --- a/build/CMakeFiles/NightlyCoverage.dir/cmake_clean.cmake +++ /dev/null @@ -1,8 +0,0 @@ -file(REMOVE_RECURSE - "CMakeFiles/NightlyCoverage" -) - -# Per-language clean rules from dependency scanning. -foreach(lang ) - include(CMakeFiles/NightlyCoverage.dir/cmake_clean_${lang}.cmake OPTIONAL) -endforeach() diff --git a/build/CMakeFiles/NightlyCoverage.dir/progress.make b/build/CMakeFiles/NightlyCoverage.dir/progress.make deleted file mode 100644 index 8b13789..0000000 --- a/build/CMakeFiles/NightlyCoverage.dir/progress.make +++ /dev/null @@ -1 +0,0 @@ - diff --git a/build/CMakeFiles/NightlyMemCheck.dir/DependInfo.cmake b/build/CMakeFiles/NightlyMemCheck.dir/DependInfo.cmake deleted file mode 100644 index 19fab21..0000000 --- a/build/CMakeFiles/NightlyMemCheck.dir/DependInfo.cmake +++ /dev/null @@ -1,11 +0,0 @@ -# The set of languages for which implicit dependencies are needed: -set(CMAKE_DEPENDS_LANGUAGES - ) -# The set of files for implicit dependencies of each language: - -# Targets to which this target links. -set(CMAKE_TARGET_LINKED_INFO_FILES - ) - -# Fortran module output directory. -set(CMAKE_Fortran_TARGET_MODULE_DIR "") diff --git a/build/CMakeFiles/NightlyMemCheck.dir/build.make b/build/CMakeFiles/NightlyMemCheck.dir/build.make deleted file mode 100644 index 051d4b2..0000000 --- a/build/CMakeFiles/NightlyMemCheck.dir/build.make +++ /dev/null @@ -1,76 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Generated by "Unix Makefiles" Generator, CMake Version 3.13 - -# Delete rule output on recipe failure. -.DELETE_ON_ERROR: - - -#============================================================================= -# Special targets provided by cmake. - -# Disable implicit rules so canonical targets will work. -.SUFFIXES: - - -# Remove some rules from gmake that .SUFFIXES does not remove. -SUFFIXES = - -.SUFFIXES: .hpux_make_needs_suffix_list - - -# Suppress display of executed commands. -$(VERBOSE).SILENT: - - -# A target that is always out of date. -cmake_force: - -.PHONY : cmake_force - -#============================================================================= -# Set environment variables for the build. - -# The shell in which to execute make rules. -SHELL = /bin/sh - -# The CMake executable. -CMAKE_COMMAND = /usr/bin/cmake - -# The command to remove a file. -RM = /usr/bin/cmake -E remove -f - -# Escaping for special characters. -EQUALS = = - -# The top-level source directory on which CMake was run. -CMAKE_SOURCE_DIR = /root/QIDI_Q1 - -# The top-level build directory on which CMake was run. -CMAKE_BINARY_DIR = /root/QIDI_Q1/build - -# Utility rule file for NightlyMemCheck. - -# Include the progress variables for this target. -include CMakeFiles/NightlyMemCheck.dir/progress.make - -CMakeFiles/NightlyMemCheck: - /usr/bin/ctest -D NightlyMemCheck - -NightlyMemCheck: CMakeFiles/NightlyMemCheck -NightlyMemCheck: CMakeFiles/NightlyMemCheck.dir/build.make - -.PHONY : NightlyMemCheck - -# Rule to build all files generated by this target. -CMakeFiles/NightlyMemCheck.dir/build: NightlyMemCheck - -.PHONY : CMakeFiles/NightlyMemCheck.dir/build - -CMakeFiles/NightlyMemCheck.dir/clean: - $(CMAKE_COMMAND) -P CMakeFiles/NightlyMemCheck.dir/cmake_clean.cmake -.PHONY : CMakeFiles/NightlyMemCheck.dir/clean - -CMakeFiles/NightlyMemCheck.dir/depend: - cd /root/QIDI_Q1/build && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /root/QIDI_Q1 /root/QIDI_Q1 /root/QIDI_Q1/build /root/QIDI_Q1/build /root/QIDI_Q1/build/CMakeFiles/NightlyMemCheck.dir/DependInfo.cmake --color=$(COLOR) -.PHONY : CMakeFiles/NightlyMemCheck.dir/depend - diff --git a/build/CMakeFiles/NightlyMemCheck.dir/cmake_clean.cmake b/build/CMakeFiles/NightlyMemCheck.dir/cmake_clean.cmake deleted file mode 100644 index 3c0e881..0000000 --- a/build/CMakeFiles/NightlyMemCheck.dir/cmake_clean.cmake +++ /dev/null @@ -1,8 +0,0 @@ -file(REMOVE_RECURSE - "CMakeFiles/NightlyMemCheck" -) - -# Per-language clean rules from dependency scanning. -foreach(lang ) - include(CMakeFiles/NightlyMemCheck.dir/cmake_clean_${lang}.cmake OPTIONAL) -endforeach() diff --git a/build/CMakeFiles/NightlyMemCheck.dir/progress.make b/build/CMakeFiles/NightlyMemCheck.dir/progress.make deleted file mode 100644 index 8b13789..0000000 --- a/build/CMakeFiles/NightlyMemCheck.dir/progress.make +++ /dev/null @@ -1 +0,0 @@ - diff --git a/build/CMakeFiles/NightlyMemoryCheck.dir/DependInfo.cmake b/build/CMakeFiles/NightlyMemoryCheck.dir/DependInfo.cmake deleted file mode 100644 index 19fab21..0000000 --- a/build/CMakeFiles/NightlyMemoryCheck.dir/DependInfo.cmake +++ /dev/null @@ -1,11 +0,0 @@ -# The set of languages for which implicit dependencies are needed: -set(CMAKE_DEPENDS_LANGUAGES - ) -# The set of files for implicit dependencies of each language: - -# Targets to which this target links. -set(CMAKE_TARGET_LINKED_INFO_FILES - ) - -# Fortran module output directory. -set(CMAKE_Fortran_TARGET_MODULE_DIR "") diff --git a/build/CMakeFiles/NightlyMemoryCheck.dir/build.make b/build/CMakeFiles/NightlyMemoryCheck.dir/build.make deleted file mode 100644 index 91b5c2b..0000000 --- a/build/CMakeFiles/NightlyMemoryCheck.dir/build.make +++ /dev/null @@ -1,76 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Generated by "Unix Makefiles" Generator, CMake Version 3.13 - -# Delete rule output on recipe failure. -.DELETE_ON_ERROR: - - -#============================================================================= -# Special targets provided by cmake. - -# Disable implicit rules so canonical targets will work. -.SUFFIXES: - - -# Remove some rules from gmake that .SUFFIXES does not remove. -SUFFIXES = - -.SUFFIXES: .hpux_make_needs_suffix_list - - -# Suppress display of executed commands. -$(VERBOSE).SILENT: - - -# A target that is always out of date. -cmake_force: - -.PHONY : cmake_force - -#============================================================================= -# Set environment variables for the build. - -# The shell in which to execute make rules. -SHELL = /bin/sh - -# The CMake executable. -CMAKE_COMMAND = /usr/bin/cmake - -# The command to remove a file. -RM = /usr/bin/cmake -E remove -f - -# Escaping for special characters. -EQUALS = = - -# The top-level source directory on which CMake was run. -CMAKE_SOURCE_DIR = /root/QIDI_Q1 - -# The top-level build directory on which CMake was run. -CMAKE_BINARY_DIR = /root/QIDI_Q1/build - -# Utility rule file for NightlyMemoryCheck. - -# Include the progress variables for this target. -include CMakeFiles/NightlyMemoryCheck.dir/progress.make - -CMakeFiles/NightlyMemoryCheck: - /usr/bin/ctest -D NightlyMemoryCheck - -NightlyMemoryCheck: CMakeFiles/NightlyMemoryCheck -NightlyMemoryCheck: CMakeFiles/NightlyMemoryCheck.dir/build.make - -.PHONY : NightlyMemoryCheck - -# Rule to build all files generated by this target. -CMakeFiles/NightlyMemoryCheck.dir/build: NightlyMemoryCheck - -.PHONY : CMakeFiles/NightlyMemoryCheck.dir/build - -CMakeFiles/NightlyMemoryCheck.dir/clean: - $(CMAKE_COMMAND) -P CMakeFiles/NightlyMemoryCheck.dir/cmake_clean.cmake -.PHONY : CMakeFiles/NightlyMemoryCheck.dir/clean - -CMakeFiles/NightlyMemoryCheck.dir/depend: - cd /root/QIDI_Q1/build && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /root/QIDI_Q1 /root/QIDI_Q1 /root/QIDI_Q1/build /root/QIDI_Q1/build /root/QIDI_Q1/build/CMakeFiles/NightlyMemoryCheck.dir/DependInfo.cmake --color=$(COLOR) -.PHONY : CMakeFiles/NightlyMemoryCheck.dir/depend - diff --git a/build/CMakeFiles/NightlyMemoryCheck.dir/cmake_clean.cmake b/build/CMakeFiles/NightlyMemoryCheck.dir/cmake_clean.cmake deleted file mode 100644 index 8846611..0000000 --- a/build/CMakeFiles/NightlyMemoryCheck.dir/cmake_clean.cmake +++ /dev/null @@ -1,8 +0,0 @@ -file(REMOVE_RECURSE - "CMakeFiles/NightlyMemoryCheck" -) - -# Per-language clean rules from dependency scanning. -foreach(lang ) - include(CMakeFiles/NightlyMemoryCheck.dir/cmake_clean_${lang}.cmake OPTIONAL) -endforeach() diff --git a/build/CMakeFiles/NightlyMemoryCheck.dir/progress.make b/build/CMakeFiles/NightlyMemoryCheck.dir/progress.make deleted file mode 100644 index 8b13789..0000000 --- a/build/CMakeFiles/NightlyMemoryCheck.dir/progress.make +++ /dev/null @@ -1 +0,0 @@ - diff --git a/build/CMakeFiles/NightlyStart.dir/DependInfo.cmake b/build/CMakeFiles/NightlyStart.dir/DependInfo.cmake deleted file mode 100644 index 19fab21..0000000 --- a/build/CMakeFiles/NightlyStart.dir/DependInfo.cmake +++ /dev/null @@ -1,11 +0,0 @@ -# The set of languages for which implicit dependencies are needed: -set(CMAKE_DEPENDS_LANGUAGES - ) -# The set of files for implicit dependencies of each language: - -# Targets to which this target links. -set(CMAKE_TARGET_LINKED_INFO_FILES - ) - -# Fortran module output directory. -set(CMAKE_Fortran_TARGET_MODULE_DIR "") diff --git a/build/CMakeFiles/NightlyStart.dir/build.make b/build/CMakeFiles/NightlyStart.dir/build.make deleted file mode 100644 index fa04fb0..0000000 --- a/build/CMakeFiles/NightlyStart.dir/build.make +++ /dev/null @@ -1,76 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Generated by "Unix Makefiles" Generator, CMake Version 3.13 - -# Delete rule output on recipe failure. -.DELETE_ON_ERROR: - - -#============================================================================= -# Special targets provided by cmake. - -# Disable implicit rules so canonical targets will work. -.SUFFIXES: - - -# Remove some rules from gmake that .SUFFIXES does not remove. -SUFFIXES = - -.SUFFIXES: .hpux_make_needs_suffix_list - - -# Suppress display of executed commands. -$(VERBOSE).SILENT: - - -# A target that is always out of date. -cmake_force: - -.PHONY : cmake_force - -#============================================================================= -# Set environment variables for the build. - -# The shell in which to execute make rules. -SHELL = /bin/sh - -# The CMake executable. -CMAKE_COMMAND = /usr/bin/cmake - -# The command to remove a file. -RM = /usr/bin/cmake -E remove -f - -# Escaping for special characters. -EQUALS = = - -# The top-level source directory on which CMake was run. -CMAKE_SOURCE_DIR = /root/QIDI_Q1 - -# The top-level build directory on which CMake was run. -CMAKE_BINARY_DIR = /root/QIDI_Q1/build - -# Utility rule file for NightlyStart. - -# Include the progress variables for this target. -include CMakeFiles/NightlyStart.dir/progress.make - -CMakeFiles/NightlyStart: - /usr/bin/ctest -D NightlyStart - -NightlyStart: CMakeFiles/NightlyStart -NightlyStart: CMakeFiles/NightlyStart.dir/build.make - -.PHONY : NightlyStart - -# Rule to build all files generated by this target. -CMakeFiles/NightlyStart.dir/build: NightlyStart - -.PHONY : CMakeFiles/NightlyStart.dir/build - -CMakeFiles/NightlyStart.dir/clean: - $(CMAKE_COMMAND) -P CMakeFiles/NightlyStart.dir/cmake_clean.cmake -.PHONY : CMakeFiles/NightlyStart.dir/clean - -CMakeFiles/NightlyStart.dir/depend: - cd /root/QIDI_Q1/build && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /root/QIDI_Q1 /root/QIDI_Q1 /root/QIDI_Q1/build /root/QIDI_Q1/build /root/QIDI_Q1/build/CMakeFiles/NightlyStart.dir/DependInfo.cmake --color=$(COLOR) -.PHONY : CMakeFiles/NightlyStart.dir/depend - diff --git a/build/CMakeFiles/NightlyStart.dir/cmake_clean.cmake b/build/CMakeFiles/NightlyStart.dir/cmake_clean.cmake deleted file mode 100644 index 6a2c6c6..0000000 --- a/build/CMakeFiles/NightlyStart.dir/cmake_clean.cmake +++ /dev/null @@ -1,8 +0,0 @@ -file(REMOVE_RECURSE - "CMakeFiles/NightlyStart" -) - -# Per-language clean rules from dependency scanning. -foreach(lang ) - include(CMakeFiles/NightlyStart.dir/cmake_clean_${lang}.cmake OPTIONAL) -endforeach() diff --git a/build/CMakeFiles/NightlyStart.dir/progress.make b/build/CMakeFiles/NightlyStart.dir/progress.make deleted file mode 100644 index 8b13789..0000000 --- a/build/CMakeFiles/NightlyStart.dir/progress.make +++ /dev/null @@ -1 +0,0 @@ - diff --git a/build/CMakeFiles/NightlySubmit.dir/DependInfo.cmake b/build/CMakeFiles/NightlySubmit.dir/DependInfo.cmake deleted file mode 100644 index 19fab21..0000000 --- a/build/CMakeFiles/NightlySubmit.dir/DependInfo.cmake +++ /dev/null @@ -1,11 +0,0 @@ -# The set of languages for which implicit dependencies are needed: -set(CMAKE_DEPENDS_LANGUAGES - ) -# The set of files for implicit dependencies of each language: - -# Targets to which this target links. -set(CMAKE_TARGET_LINKED_INFO_FILES - ) - -# Fortran module output directory. -set(CMAKE_Fortran_TARGET_MODULE_DIR "") diff --git a/build/CMakeFiles/NightlySubmit.dir/build.make b/build/CMakeFiles/NightlySubmit.dir/build.make deleted file mode 100644 index 81c9f62..0000000 --- a/build/CMakeFiles/NightlySubmit.dir/build.make +++ /dev/null @@ -1,76 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Generated by "Unix Makefiles" Generator, CMake Version 3.13 - -# Delete rule output on recipe failure. -.DELETE_ON_ERROR: - - -#============================================================================= -# Special targets provided by cmake. - -# Disable implicit rules so canonical targets will work. -.SUFFIXES: - - -# Remove some rules from gmake that .SUFFIXES does not remove. -SUFFIXES = - -.SUFFIXES: .hpux_make_needs_suffix_list - - -# Suppress display of executed commands. -$(VERBOSE).SILENT: - - -# A target that is always out of date. -cmake_force: - -.PHONY : cmake_force - -#============================================================================= -# Set environment variables for the build. - -# The shell in which to execute make rules. -SHELL = /bin/sh - -# The CMake executable. -CMAKE_COMMAND = /usr/bin/cmake - -# The command to remove a file. -RM = /usr/bin/cmake -E remove -f - -# Escaping for special characters. -EQUALS = = - -# The top-level source directory on which CMake was run. -CMAKE_SOURCE_DIR = /root/QIDI_Q1 - -# The top-level build directory on which CMake was run. -CMAKE_BINARY_DIR = /root/QIDI_Q1/build - -# Utility rule file for NightlySubmit. - -# Include the progress variables for this target. -include CMakeFiles/NightlySubmit.dir/progress.make - -CMakeFiles/NightlySubmit: - /usr/bin/ctest -D NightlySubmit - -NightlySubmit: CMakeFiles/NightlySubmit -NightlySubmit: CMakeFiles/NightlySubmit.dir/build.make - -.PHONY : NightlySubmit - -# Rule to build all files generated by this target. -CMakeFiles/NightlySubmit.dir/build: NightlySubmit - -.PHONY : CMakeFiles/NightlySubmit.dir/build - -CMakeFiles/NightlySubmit.dir/clean: - $(CMAKE_COMMAND) -P CMakeFiles/NightlySubmit.dir/cmake_clean.cmake -.PHONY : CMakeFiles/NightlySubmit.dir/clean - -CMakeFiles/NightlySubmit.dir/depend: - cd /root/QIDI_Q1/build && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /root/QIDI_Q1 /root/QIDI_Q1 /root/QIDI_Q1/build /root/QIDI_Q1/build /root/QIDI_Q1/build/CMakeFiles/NightlySubmit.dir/DependInfo.cmake --color=$(COLOR) -.PHONY : CMakeFiles/NightlySubmit.dir/depend - diff --git a/build/CMakeFiles/NightlySubmit.dir/cmake_clean.cmake b/build/CMakeFiles/NightlySubmit.dir/cmake_clean.cmake deleted file mode 100644 index 6f88ccc..0000000 --- a/build/CMakeFiles/NightlySubmit.dir/cmake_clean.cmake +++ /dev/null @@ -1,8 +0,0 @@ -file(REMOVE_RECURSE - "CMakeFiles/NightlySubmit" -) - -# Per-language clean rules from dependency scanning. -foreach(lang ) - include(CMakeFiles/NightlySubmit.dir/cmake_clean_${lang}.cmake OPTIONAL) -endforeach() diff --git a/build/CMakeFiles/NightlySubmit.dir/progress.make b/build/CMakeFiles/NightlySubmit.dir/progress.make deleted file mode 100644 index 8b13789..0000000 --- a/build/CMakeFiles/NightlySubmit.dir/progress.make +++ /dev/null @@ -1 +0,0 @@ - diff --git a/build/CMakeFiles/NightlyTest.dir/DependInfo.cmake b/build/CMakeFiles/NightlyTest.dir/DependInfo.cmake deleted file mode 100644 index 19fab21..0000000 --- a/build/CMakeFiles/NightlyTest.dir/DependInfo.cmake +++ /dev/null @@ -1,11 +0,0 @@ -# The set of languages for which implicit dependencies are needed: -set(CMAKE_DEPENDS_LANGUAGES - ) -# The set of files for implicit dependencies of each language: - -# Targets to which this target links. -set(CMAKE_TARGET_LINKED_INFO_FILES - ) - -# Fortran module output directory. -set(CMAKE_Fortran_TARGET_MODULE_DIR "") diff --git a/build/CMakeFiles/NightlyTest.dir/build.make b/build/CMakeFiles/NightlyTest.dir/build.make deleted file mode 100644 index a7ebec8..0000000 --- a/build/CMakeFiles/NightlyTest.dir/build.make +++ /dev/null @@ -1,76 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Generated by "Unix Makefiles" Generator, CMake Version 3.13 - -# Delete rule output on recipe failure. -.DELETE_ON_ERROR: - - -#============================================================================= -# Special targets provided by cmake. - -# Disable implicit rules so canonical targets will work. -.SUFFIXES: - - -# Remove some rules from gmake that .SUFFIXES does not remove. -SUFFIXES = - -.SUFFIXES: .hpux_make_needs_suffix_list - - -# Suppress display of executed commands. -$(VERBOSE).SILENT: - - -# A target that is always out of date. -cmake_force: - -.PHONY : cmake_force - -#============================================================================= -# Set environment variables for the build. - -# The shell in which to execute make rules. -SHELL = /bin/sh - -# The CMake executable. -CMAKE_COMMAND = /usr/bin/cmake - -# The command to remove a file. -RM = /usr/bin/cmake -E remove -f - -# Escaping for special characters. -EQUALS = = - -# The top-level source directory on which CMake was run. -CMAKE_SOURCE_DIR = /root/QIDI_Q1 - -# The top-level build directory on which CMake was run. -CMAKE_BINARY_DIR = /root/QIDI_Q1/build - -# Utility rule file for NightlyTest. - -# Include the progress variables for this target. -include CMakeFiles/NightlyTest.dir/progress.make - -CMakeFiles/NightlyTest: - /usr/bin/ctest -D NightlyTest - -NightlyTest: CMakeFiles/NightlyTest -NightlyTest: CMakeFiles/NightlyTest.dir/build.make - -.PHONY : NightlyTest - -# Rule to build all files generated by this target. -CMakeFiles/NightlyTest.dir/build: NightlyTest - -.PHONY : CMakeFiles/NightlyTest.dir/build - -CMakeFiles/NightlyTest.dir/clean: - $(CMAKE_COMMAND) -P CMakeFiles/NightlyTest.dir/cmake_clean.cmake -.PHONY : CMakeFiles/NightlyTest.dir/clean - -CMakeFiles/NightlyTest.dir/depend: - cd /root/QIDI_Q1/build && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /root/QIDI_Q1 /root/QIDI_Q1 /root/QIDI_Q1/build /root/QIDI_Q1/build /root/QIDI_Q1/build/CMakeFiles/NightlyTest.dir/DependInfo.cmake --color=$(COLOR) -.PHONY : CMakeFiles/NightlyTest.dir/depend - diff --git a/build/CMakeFiles/NightlyTest.dir/cmake_clean.cmake b/build/CMakeFiles/NightlyTest.dir/cmake_clean.cmake deleted file mode 100644 index 8f40bb8..0000000 --- a/build/CMakeFiles/NightlyTest.dir/cmake_clean.cmake +++ /dev/null @@ -1,8 +0,0 @@ -file(REMOVE_RECURSE - "CMakeFiles/NightlyTest" -) - -# Per-language clean rules from dependency scanning. -foreach(lang ) - include(CMakeFiles/NightlyTest.dir/cmake_clean_${lang}.cmake OPTIONAL) -endforeach() diff --git a/build/CMakeFiles/NightlyTest.dir/progress.make b/build/CMakeFiles/NightlyTest.dir/progress.make deleted file mode 100644 index 8b13789..0000000 --- a/build/CMakeFiles/NightlyTest.dir/progress.make +++ /dev/null @@ -1 +0,0 @@ - diff --git a/build/CMakeFiles/NightlyUpdate.dir/DependInfo.cmake b/build/CMakeFiles/NightlyUpdate.dir/DependInfo.cmake deleted file mode 100644 index 19fab21..0000000 --- a/build/CMakeFiles/NightlyUpdate.dir/DependInfo.cmake +++ /dev/null @@ -1,11 +0,0 @@ -# The set of languages for which implicit dependencies are needed: -set(CMAKE_DEPENDS_LANGUAGES - ) -# The set of files for implicit dependencies of each language: - -# Targets to which this target links. -set(CMAKE_TARGET_LINKED_INFO_FILES - ) - -# Fortran module output directory. -set(CMAKE_Fortran_TARGET_MODULE_DIR "") diff --git a/build/CMakeFiles/NightlyUpdate.dir/build.make b/build/CMakeFiles/NightlyUpdate.dir/build.make deleted file mode 100644 index b5b9c08..0000000 --- a/build/CMakeFiles/NightlyUpdate.dir/build.make +++ /dev/null @@ -1,76 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Generated by "Unix Makefiles" Generator, CMake Version 3.13 - -# Delete rule output on recipe failure. -.DELETE_ON_ERROR: - - -#============================================================================= -# Special targets provided by cmake. - -# Disable implicit rules so canonical targets will work. -.SUFFIXES: - - -# Remove some rules from gmake that .SUFFIXES does not remove. -SUFFIXES = - -.SUFFIXES: .hpux_make_needs_suffix_list - - -# Suppress display of executed commands. -$(VERBOSE).SILENT: - - -# A target that is always out of date. -cmake_force: - -.PHONY : cmake_force - -#============================================================================= -# Set environment variables for the build. - -# The shell in which to execute make rules. -SHELL = /bin/sh - -# The CMake executable. -CMAKE_COMMAND = /usr/bin/cmake - -# The command to remove a file. -RM = /usr/bin/cmake -E remove -f - -# Escaping for special characters. -EQUALS = = - -# The top-level source directory on which CMake was run. -CMAKE_SOURCE_DIR = /root/QIDI_Q1 - -# The top-level build directory on which CMake was run. -CMAKE_BINARY_DIR = /root/QIDI_Q1/build - -# Utility rule file for NightlyUpdate. - -# Include the progress variables for this target. -include CMakeFiles/NightlyUpdate.dir/progress.make - -CMakeFiles/NightlyUpdate: - /usr/bin/ctest -D NightlyUpdate - -NightlyUpdate: CMakeFiles/NightlyUpdate -NightlyUpdate: CMakeFiles/NightlyUpdate.dir/build.make - -.PHONY : NightlyUpdate - -# Rule to build all files generated by this target. -CMakeFiles/NightlyUpdate.dir/build: NightlyUpdate - -.PHONY : CMakeFiles/NightlyUpdate.dir/build - -CMakeFiles/NightlyUpdate.dir/clean: - $(CMAKE_COMMAND) -P CMakeFiles/NightlyUpdate.dir/cmake_clean.cmake -.PHONY : CMakeFiles/NightlyUpdate.dir/clean - -CMakeFiles/NightlyUpdate.dir/depend: - cd /root/QIDI_Q1/build && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /root/QIDI_Q1 /root/QIDI_Q1 /root/QIDI_Q1/build /root/QIDI_Q1/build /root/QIDI_Q1/build/CMakeFiles/NightlyUpdate.dir/DependInfo.cmake --color=$(COLOR) -.PHONY : CMakeFiles/NightlyUpdate.dir/depend - diff --git a/build/CMakeFiles/NightlyUpdate.dir/cmake_clean.cmake b/build/CMakeFiles/NightlyUpdate.dir/cmake_clean.cmake deleted file mode 100644 index 0f10e82..0000000 --- a/build/CMakeFiles/NightlyUpdate.dir/cmake_clean.cmake +++ /dev/null @@ -1,8 +0,0 @@ -file(REMOVE_RECURSE - "CMakeFiles/NightlyUpdate" -) - -# Per-language clean rules from dependency scanning. -foreach(lang ) - include(CMakeFiles/NightlyUpdate.dir/cmake_clean_${lang}.cmake OPTIONAL) -endforeach() diff --git a/build/CMakeFiles/NightlyUpdate.dir/progress.make b/build/CMakeFiles/NightlyUpdate.dir/progress.make deleted file mode 100644 index 8b13789..0000000 --- a/build/CMakeFiles/NightlyUpdate.dir/progress.make +++ /dev/null @@ -1 +0,0 @@ - diff --git a/build/CMakeFiles/TargetDirectories.txt b/build/CMakeFiles/TargetDirectories.txt deleted file mode 100644 index b123487..0000000 --- a/build/CMakeFiles/TargetDirectories.txt +++ /dev/null @@ -1,40 +0,0 @@ -/root/QIDI_Q1/build/CMakeFiles/rebuild_cache.dir -/root/QIDI_Q1/build/CMakeFiles/test.dir -/root/QIDI_Q1/build/CMakeFiles/package.dir -/root/QIDI_Q1/build/CMakeFiles/xindi.dir -/root/QIDI_Q1/build/CMakeFiles/ContinuousSubmit.dir -/root/QIDI_Q1/build/CMakeFiles/ContinuousMemCheck.dir -/root/QIDI_Q1/build/CMakeFiles/ContinuousConfigure.dir -/root/QIDI_Q1/build/CMakeFiles/ExperimentalSubmit.dir -/root/QIDI_Q1/build/CMakeFiles/ExperimentalMemCheck.dir -/root/QIDI_Q1/build/CMakeFiles/ExperimentalTest.dir -/root/QIDI_Q1/build/CMakeFiles/NightlyUpdate.dir -/root/QIDI_Q1/build/CMakeFiles/NightlyStart.dir -/root/QIDI_Q1/build/CMakeFiles/NightlyMemoryCheck.dir -/root/QIDI_Q1/build/CMakeFiles/NightlyBuild.dir -/root/QIDI_Q1/build/CMakeFiles/ExperimentalUpdate.dir -/root/QIDI_Q1/build/CMakeFiles/ContinuousBuild.dir -/root/QIDI_Q1/build/CMakeFiles/Continuous.dir -/root/QIDI_Q1/build/CMakeFiles/Experimental.dir -/root/QIDI_Q1/build/CMakeFiles/package_source.dir -/root/QIDI_Q1/build/CMakeFiles/ExperimentalConfigure.dir -/root/QIDI_Q1/build/CMakeFiles/edit_cache.dir -/root/QIDI_Q1/build/CMakeFiles/NightlyTest.dir -/root/QIDI_Q1/build/CMakeFiles/NightlyCoverage.dir -/root/QIDI_Q1/build/CMakeFiles/ExperimentalCoverage.dir -/root/QIDI_Q1/build/CMakeFiles/NightlyMemCheck.dir -/root/QIDI_Q1/build/CMakeFiles/ContinuousStart.dir -/root/QIDI_Q1/build/CMakeFiles/NightlySubmit.dir -/root/QIDI_Q1/build/CMakeFiles/ContinuousCoverage.dir -/root/QIDI_Q1/build/CMakeFiles/Nightly.dir -/root/QIDI_Q1/build/CMakeFiles/NightlyConfigure.dir -/root/QIDI_Q1/build/CMakeFiles/ExperimentalStart.dir -/root/QIDI_Q1/build/CMakeFiles/ContinuousTest.dir -/root/QIDI_Q1/build/CMakeFiles/ContinuousUpdate.dir -/root/QIDI_Q1/build/CMakeFiles/ExperimentalBuild.dir -/root/QIDI_Q1/build/src/CMakeFiles/rebuild_cache.dir -/root/QIDI_Q1/build/src/CMakeFiles/edit_cache.dir -/root/QIDI_Q1/build/src/CMakeFiles/test.dir -/root/QIDI_Q1/build/src/CMakeFiles/src.dir -/root/QIDI_Q1/build/src/CMakeFiles/package_source.dir -/root/QIDI_Q1/build/src/CMakeFiles/package.dir diff --git a/build/CMakeFiles/cmake.check_cache b/build/CMakeFiles/cmake.check_cache deleted file mode 100644 index 3dccd73..0000000 --- a/build/CMakeFiles/cmake.check_cache +++ /dev/null @@ -1 +0,0 @@ -# This file is generated by cmake for dependency checking of the CMakeCache.txt file diff --git a/build/CMakeFiles/feature_tests.bin b/build/CMakeFiles/feature_tests.bin deleted file mode 100644 index c57ef4d..0000000 Binary files a/build/CMakeFiles/feature_tests.bin and /dev/null differ diff --git a/build/CMakeFiles/feature_tests.c b/build/CMakeFiles/feature_tests.c deleted file mode 100644 index 83e86dd..0000000 --- a/build/CMakeFiles/feature_tests.c +++ /dev/null @@ -1,34 +0,0 @@ - - const char features[] = {"\n" -"C_FEATURE:" -#if (__GNUC__ * 100 + __GNUC_MINOR__) >= 304 -"1" -#else -"0" -#endif -"c_function_prototypes\n" -"C_FEATURE:" -#if (__GNUC__ * 100 + __GNUC_MINOR__) >= 304 && defined(__STDC_VERSION__) && __STDC_VERSION__ >= 199901L -"1" -#else -"0" -#endif -"c_restrict\n" -"C_FEATURE:" -#if (__GNUC__ * 100 + __GNUC_MINOR__) >= 406 && defined(__STDC_VERSION__) && __STDC_VERSION__ >= 201000L -"1" -#else -"0" -#endif -"c_static_assert\n" -"C_FEATURE:" -#if (__GNUC__ * 100 + __GNUC_MINOR__) >= 304 && defined(__STDC_VERSION__) && __STDC_VERSION__ >= 199901L -"1" -#else -"0" -#endif -"c_variadic_macros\n" - -}; - -int main(int argc, char** argv) { (void)argv; return features[argc]; } diff --git a/build/CMakeFiles/feature_tests.cxx b/build/CMakeFiles/feature_tests.cxx deleted file mode 100644 index b93418c..0000000 --- a/build/CMakeFiles/feature_tests.cxx +++ /dev/null @@ -1,405 +0,0 @@ - - const char features[] = {"\n" -"CXX_FEATURE:" -#if (__GNUC__ * 100 + __GNUC_MINOR__) >= 500 && __cplusplus >= 201402L -"1" -#else -"0" -#endif -"cxx_aggregate_default_initializers\n" -"CXX_FEATURE:" -#if (__GNUC__ * 100 + __GNUC_MINOR__) >= 407 && __cplusplus >= 201103L -"1" -#else -"0" -#endif -"cxx_alias_templates\n" -"CXX_FEATURE:" -#if (__GNUC__ * 100 + __GNUC_MINOR__) >= 408 && __cplusplus >= 201103L -"1" -#else -"0" -#endif -"cxx_alignas\n" -"CXX_FEATURE:" -#if (__GNUC__ * 100 + __GNUC_MINOR__) >= 408 && __cplusplus >= 201103L -"1" -#else -"0" -#endif -"cxx_alignof\n" -"CXX_FEATURE:" -#if (__GNUC__ * 100 + __GNUC_MINOR__) >= 408 && __cplusplus >= 201103L -"1" -#else -"0" -#endif -"cxx_attributes\n" -"CXX_FEATURE:" -#if (__GNUC__ * 100 + __GNUC_MINOR__) >= 409 && __cplusplus > 201103L -"1" -#else -"0" -#endif -"cxx_attribute_deprecated\n" -"CXX_FEATURE:" -#if (__GNUC__ * 100 + __GNUC_MINOR__) >= 404 && (__cplusplus >= 201103L || (defined(__GXX_EXPERIMENTAL_CXX0X__) && __GXX_EXPERIMENTAL_CXX0X__)) -"1" -#else -"0" -#endif -"cxx_auto_type\n" -"CXX_FEATURE:" -#if (__GNUC__ * 100 + __GNUC_MINOR__) >= 409 && __cplusplus > 201103L -"1" -#else -"0" -#endif -"cxx_binary_literals\n" -"CXX_FEATURE:" -#if (__GNUC__ * 100 + __GNUC_MINOR__) >= 406 && (__cplusplus >= 201103L || (defined(__GXX_EXPERIMENTAL_CXX0X__) && __GXX_EXPERIMENTAL_CXX0X__)) -"1" -#else -"0" -#endif -"cxx_constexpr\n" -"CXX_FEATURE:" -#if (__GNUC__ * 100 + __GNUC_MINOR__) >= 409 && __cplusplus > 201103L -"1" -#else -"0" -#endif -"cxx_contextual_conversions\n" -"CXX_FEATURE:" -#if (__GNUC__ * 100 + __GNUC_MINOR__) >= 404 && (__cplusplus >= 201103L || (defined(__GXX_EXPERIMENTAL_CXX0X__) && __GXX_EXPERIMENTAL_CXX0X__)) -"1" -#else -"0" -#endif -"cxx_decltype\n" -"CXX_FEATURE:" -#if (__GNUC__ * 100 + __GNUC_MINOR__) >= 409 && __cplusplus > 201103L -"1" -#else -"0" -#endif -"cxx_decltype_auto\n" -"CXX_FEATURE:" -#if ((__GNUC__ * 10000 + __GNUC_MINOR__ * 100 + __GNUC_PATCHLEVEL__) >= 40801) && __cplusplus >= 201103L -"1" -#else -"0" -#endif -"cxx_decltype_incomplete_return_types\n" -"CXX_FEATURE:" -#if (__GNUC__ * 100 + __GNUC_MINOR__) >= 404 && (__cplusplus >= 201103L || (defined(__GXX_EXPERIMENTAL_CXX0X__) && __GXX_EXPERIMENTAL_CXX0X__)) -"1" -#else -"0" -#endif -"cxx_default_function_template_args\n" -"CXX_FEATURE:" -#if (__GNUC__ * 100 + __GNUC_MINOR__) >= 404 && (__cplusplus >= 201103L || (defined(__GXX_EXPERIMENTAL_CXX0X__) && __GXX_EXPERIMENTAL_CXX0X__)) -"1" -#else -"0" -#endif -"cxx_defaulted_functions\n" -"CXX_FEATURE:" -#if (__GNUC__ * 100 + __GNUC_MINOR__) >= 406 && (__cplusplus >= 201103L || (defined(__GXX_EXPERIMENTAL_CXX0X__) && __GXX_EXPERIMENTAL_CXX0X__)) -"1" -#else -"0" -#endif -"cxx_defaulted_move_initializers\n" -"CXX_FEATURE:" -#if (__GNUC__ * 100 + __GNUC_MINOR__) >= 407 && __cplusplus >= 201103L -"1" -#else -"0" -#endif -"cxx_delegating_constructors\n" -"CXX_FEATURE:" -#if (__GNUC__ * 100 + __GNUC_MINOR__) >= 404 && (__cplusplus >= 201103L || (defined(__GXX_EXPERIMENTAL_CXX0X__) && __GXX_EXPERIMENTAL_CXX0X__)) -"1" -#else -"0" -#endif -"cxx_deleted_functions\n" -"CXX_FEATURE:" -#if (__GNUC__ * 100 + __GNUC_MINOR__) >= 409 && __cplusplus > 201103L -"1" -#else -"0" -#endif -"cxx_digit_separators\n" -"CXX_FEATURE:" -#if (__GNUC__ * 100 + __GNUC_MINOR__) >= 406 && (__cplusplus >= 201103L || (defined(__GXX_EXPERIMENTAL_CXX0X__) && __GXX_EXPERIMENTAL_CXX0X__)) -"1" -#else -"0" -#endif -"cxx_enum_forward_declarations\n" -"CXX_FEATURE:" -#if (__GNUC__ * 100 + __GNUC_MINOR__) >= 405 && (__cplusplus >= 201103L || (defined(__GXX_EXPERIMENTAL_CXX0X__) && __GXX_EXPERIMENTAL_CXX0X__)) -"1" -#else -"0" -#endif -"cxx_explicit_conversions\n" -"CXX_FEATURE:" -#if (__GNUC__ * 100 + __GNUC_MINOR__) >= 407 && __cplusplus >= 201103L -"1" -#else -"0" -#endif -"cxx_extended_friend_declarations\n" -"CXX_FEATURE:" -#if (__GNUC__ * 100 + __GNUC_MINOR__) >= 404 && (__cplusplus >= 201103L || (defined(__GXX_EXPERIMENTAL_CXX0X__) && __GXX_EXPERIMENTAL_CXX0X__)) -"1" -#else -"0" -#endif -"cxx_extern_templates\n" -"CXX_FEATURE:" -#if (__GNUC__ * 100 + __GNUC_MINOR__) >= 407 && __cplusplus >= 201103L -"1" -#else -"0" -#endif -"cxx_final\n" -"CXX_FEATURE:" -#if (__GNUC__ * 100 + __GNUC_MINOR__) >= 404 && (__cplusplus >= 201103L || (defined(__GXX_EXPERIMENTAL_CXX0X__) && __GXX_EXPERIMENTAL_CXX0X__)) -"1" -#else -"0" -#endif -"cxx_func_identifier\n" -"CXX_FEATURE:" -#if (__GNUC__ * 100 + __GNUC_MINOR__) >= 404 && (__cplusplus >= 201103L || (defined(__GXX_EXPERIMENTAL_CXX0X__) && __GXX_EXPERIMENTAL_CXX0X__)) -"1" -#else -"0" -#endif -"cxx_generalized_initializers\n" -"CXX_FEATURE:" -#if (__GNUC__ * 100 + __GNUC_MINOR__) >= 409 && __cplusplus > 201103L -"1" -#else -"0" -#endif -"cxx_generic_lambdas\n" -"CXX_FEATURE:" -#if (__GNUC__ * 100 + __GNUC_MINOR__) >= 408 && __cplusplus >= 201103L -"1" -#else -"0" -#endif -"cxx_inheriting_constructors\n" -"CXX_FEATURE:" -#if (__GNUC__ * 100 + __GNUC_MINOR__) >= 404 && (__cplusplus >= 201103L || (defined(__GXX_EXPERIMENTAL_CXX0X__) && __GXX_EXPERIMENTAL_CXX0X__)) -"1" -#else -"0" -#endif -"cxx_inline_namespaces\n" -"CXX_FEATURE:" -#if (__GNUC__ * 100 + __GNUC_MINOR__) >= 405 && (__cplusplus >= 201103L || (defined(__GXX_EXPERIMENTAL_CXX0X__) && __GXX_EXPERIMENTAL_CXX0X__)) -"1" -#else -"0" -#endif -"cxx_lambdas\n" -"CXX_FEATURE:" -#if (__GNUC__ * 100 + __GNUC_MINOR__) >= 409 && __cplusplus > 201103L -"1" -#else -"0" -#endif -"cxx_lambda_init_captures\n" -"CXX_FEATURE:" -#if (__GNUC__ * 100 + __GNUC_MINOR__) >= 405 && (__cplusplus >= 201103L || (defined(__GXX_EXPERIMENTAL_CXX0X__) && __GXX_EXPERIMENTAL_CXX0X__)) -"1" -#else -"0" -#endif -"cxx_local_type_template_args\n" -"CXX_FEATURE:" -#if (__GNUC__ * 100 + __GNUC_MINOR__) >= 404 && (__cplusplus >= 201103L || (defined(__GXX_EXPERIMENTAL_CXX0X__) && __GXX_EXPERIMENTAL_CXX0X__)) -"1" -#else -"0" -#endif -"cxx_long_long_type\n" -"CXX_FEATURE:" -#if (__GNUC__ * 100 + __GNUC_MINOR__) >= 406 && (__cplusplus >= 201103L || (defined(__GXX_EXPERIMENTAL_CXX0X__) && __GXX_EXPERIMENTAL_CXX0X__)) -"1" -#else -"0" -#endif -"cxx_noexcept\n" -"CXX_FEATURE:" -#if (__GNUC__ * 100 + __GNUC_MINOR__) >= 407 && __cplusplus >= 201103L -"1" -#else -"0" -#endif -"cxx_nonstatic_member_init\n" -"CXX_FEATURE:" -#if (__GNUC__ * 100 + __GNUC_MINOR__) >= 406 && (__cplusplus >= 201103L || (defined(__GXX_EXPERIMENTAL_CXX0X__) && __GXX_EXPERIMENTAL_CXX0X__)) -"1" -#else -"0" -#endif -"cxx_nullptr\n" -"CXX_FEATURE:" -#if (__GNUC__ * 100 + __GNUC_MINOR__) >= 407 && __cplusplus >= 201103L -"1" -#else -"0" -#endif -"cxx_override\n" -"CXX_FEATURE:" -#if (__GNUC__ * 100 + __GNUC_MINOR__) >= 406 && (__cplusplus >= 201103L || (defined(__GXX_EXPERIMENTAL_CXX0X__) && __GXX_EXPERIMENTAL_CXX0X__)) -"1" -#else -"0" -#endif -"cxx_range_for\n" -"CXX_FEATURE:" -#if (__GNUC__ * 100 + __GNUC_MINOR__) >= 405 && (__cplusplus >= 201103L || (defined(__GXX_EXPERIMENTAL_CXX0X__) && __GXX_EXPERIMENTAL_CXX0X__)) -"1" -#else -"0" -#endif -"cxx_raw_string_literals\n" -"CXX_FEATURE:" -#if ((__GNUC__ * 10000 + __GNUC_MINOR__ * 100 + __GNUC_PATCHLEVEL__) >= 40801) && __cplusplus >= 201103L -"1" -#else -"0" -#endif -"cxx_reference_qualified_functions\n" -"CXX_FEATURE:" -#if (__GNUC__ * 100 + __GNUC_MINOR__) >= 500 && __cplusplus >= 201402L -"1" -#else -"0" -#endif -"cxx_relaxed_constexpr\n" -"CXX_FEATURE:" -#if (__GNUC__ * 100 + __GNUC_MINOR__) >= 409 && __cplusplus > 201103L -"1" -#else -"0" -#endif -"cxx_return_type_deduction\n" -"CXX_FEATURE:" -#if (__GNUC__ * 100 + __GNUC_MINOR__) >= 404 && (__cplusplus >= 201103L || (defined(__GXX_EXPERIMENTAL_CXX0X__) && __GXX_EXPERIMENTAL_CXX0X__)) -"1" -#else -"0" -#endif -"cxx_right_angle_brackets\n" -"CXX_FEATURE:" -#if (__GNUC__ * 100 + __GNUC_MINOR__) >= 404 && (__cplusplus >= 201103L || (defined(__GXX_EXPERIMENTAL_CXX0X__) && __GXX_EXPERIMENTAL_CXX0X__)) -"1" -#else -"0" -#endif -"cxx_rvalue_references\n" -"CXX_FEATURE:" -#if (__GNUC__ * 100 + __GNUC_MINOR__) >= 404 && (__cplusplus >= 201103L || (defined(__GXX_EXPERIMENTAL_CXX0X__) && __GXX_EXPERIMENTAL_CXX0X__)) -"1" -#else -"0" -#endif -"cxx_sizeof_member\n" -"CXX_FEATURE:" -#if (__GNUC__ * 100 + __GNUC_MINOR__) >= 404 && (__cplusplus >= 201103L || (defined(__GXX_EXPERIMENTAL_CXX0X__) && __GXX_EXPERIMENTAL_CXX0X__)) -"1" -#else -"0" -#endif -"cxx_static_assert\n" -"CXX_FEATURE:" -#if (__GNUC__ * 100 + __GNUC_MINOR__) >= 404 && (__cplusplus >= 201103L || (defined(__GXX_EXPERIMENTAL_CXX0X__) && __GXX_EXPERIMENTAL_CXX0X__)) -"1" -#else -"0" -#endif -"cxx_strong_enums\n" -"CXX_FEATURE:" -#if (__GNUC__ * 100 + __GNUC_MINOR__) >= 404 && __cplusplus -"1" -#else -"0" -#endif -"cxx_template_template_parameters\n" -"CXX_FEATURE:" -#if (__GNUC__ * 100 + __GNUC_MINOR__) >= 408 && __cplusplus >= 201103L -"1" -#else -"0" -#endif -"cxx_thread_local\n" -"CXX_FEATURE:" -#if (__GNUC__ * 100 + __GNUC_MINOR__) >= 404 && (__cplusplus >= 201103L || (defined(__GXX_EXPERIMENTAL_CXX0X__) && __GXX_EXPERIMENTAL_CXX0X__)) -"1" -#else -"0" -#endif -"cxx_trailing_return_types\n" -"CXX_FEATURE:" -#if (__GNUC__ * 100 + __GNUC_MINOR__) >= 404 && (__cplusplus >= 201103L || (defined(__GXX_EXPERIMENTAL_CXX0X__) && __GXX_EXPERIMENTAL_CXX0X__)) -"1" -#else -"0" -#endif -"cxx_unicode_literals\n" -"CXX_FEATURE:" -#if (__GNUC__ * 100 + __GNUC_MINOR__) >= 404 && (__cplusplus >= 201103L || (defined(__GXX_EXPERIMENTAL_CXX0X__) && __GXX_EXPERIMENTAL_CXX0X__)) -"1" -#else -"0" -#endif -"cxx_uniform_initialization\n" -"CXX_FEATURE:" -#if (__GNUC__ * 100 + __GNUC_MINOR__) >= 406 && (__cplusplus >= 201103L || (defined(__GXX_EXPERIMENTAL_CXX0X__) && __GXX_EXPERIMENTAL_CXX0X__)) -"1" -#else -"0" -#endif -"cxx_unrestricted_unions\n" -"CXX_FEATURE:" -#if (__GNUC__ * 100 + __GNUC_MINOR__) >= 407 && __cplusplus >= 201103L -"1" -#else -"0" -#endif -"cxx_user_literals\n" -"CXX_FEATURE:" -#if (__GNUC__ * 100 + __GNUC_MINOR__) >= 500 && __cplusplus >= 201402L -"1" -#else -"0" -#endif -"cxx_variable_templates\n" -"CXX_FEATURE:" -#if (__GNUC__ * 100 + __GNUC_MINOR__) >= 404 && (__cplusplus >= 201103L || (defined(__GXX_EXPERIMENTAL_CXX0X__) && __GXX_EXPERIMENTAL_CXX0X__)) -"1" -#else -"0" -#endif -"cxx_variadic_macros\n" -"CXX_FEATURE:" -#if (__GNUC__ * 100 + __GNUC_MINOR__) >= 404 && (__cplusplus >= 201103L || (defined(__GXX_EXPERIMENTAL_CXX0X__) && __GXX_EXPERIMENTAL_CXX0X__)) -"1" -#else -"0" -#endif -"cxx_variadic_templates\n" - -}; - -int main(int argc, char** argv) { (void)argv; return features[argc]; } diff --git a/build/CMakeFiles/progress.marks b/build/CMakeFiles/progress.marks deleted file mode 100644 index bb95160..0000000 --- a/build/CMakeFiles/progress.marks +++ /dev/null @@ -1 +0,0 @@ -33 diff --git a/build/CMakeFiles/xindi.dir/CXX.includecache b/build/CMakeFiles/xindi.dir/CXX.includecache deleted file mode 100644 index 47a8b46..0000000 --- a/build/CMakeFiles/xindi.dir/CXX.includecache +++ /dev/null @@ -1,366 +0,0 @@ -#IncludeRegexLine: ^[ ]*[#%][ ]*(include|import)[ ]*[<"]([^">]+)([">]) - -#IncludeRegexScan: ^.*$ - -#IncludeRegexComplain: ^$ - -#IncludeRegexTransform: - -/root/QIDI_Q1/include/./HTTPRequest.hpp -cctype -- -cstddef -- -cstdint -- -cstring -- -algorithm -- -array -- -chrono -- -functional -- -map -- -memory -- -stdexcept -- -string -- -system_error -- -type_traits -- -vector -- -winsock2.h -- -wspiapi.h -- -ws2tcpip.h -- -errno.h -- -fcntl.h -- -netinet/in.h -- -netdb.h -- -sys/select.h -- -sys/socket.h -- -sys/types.h -- -unistd.h -- - -/root/QIDI_Q1/include/./MakerbaseParseMessage.h - -/root/QIDI_Q1/include/./MakerbaseShell.h -stdio.h -- -string.h -- - -/root/QIDI_Q1/include/./MoonrakerAPI.h -iostream -- -nlohmann/json.hpp -/root/QIDI_Q1/include/./nlohmann/json.hpp - -/root/QIDI_Q1/include/./dictionary.h -stdio.h -- -stdlib.h -- -string.h -- -unistd.h -- - -/root/QIDI_Q1/include/./iniparser.h -stdio.h -- -stdlib.h -- -string.h -- -dictionary.h -/root/QIDI_Q1/include/./dictionary.h - -/root/QIDI_Q1/include/./mks_log.h -iostream -- -stdio.h -- - -/root/QIDI_Q1/include/KlippyGcodes.h -iostream -- - -/root/QIDI_Q1/include/KlippyRest.h -iostream -- -./HTTPRequest.hpp -/root/QIDI_Q1/include/./HTTPRequest.hpp - -/root/QIDI_Q1/include/MakerbaseClient.h -websocketpp/config/asio_no_tls_client.hpp -- -websocketpp/client.hpp -- -websocketpp/common/thread.hpp -- -websocketpp/common/memory.hpp -- -string -- -locale -- -codecvt -- -./mks_log.h -/root/QIDI_Q1/include/./mks_log.h -./MoonrakerAPI.h -/root/QIDI_Q1/include/./MoonrakerAPI.h -./MakerbaseParseMessage.h -/root/QIDI_Q1/include/./MakerbaseParseMessage.h - -/root/QIDI_Q1/include/MakerbaseIPC.h -stdio.h -- -sys/types.h -- -string.h -- -sys/ipc.h -- -sys/msg.h -- -fcntl.h -- -sys/stat.h -- -semaphore.h -- - -/root/QIDI_Q1/include/MakerbaseNetwork.h -iostream -- -./MakerbaseShell.h -/root/QIDI_Q1/include/./MakerbaseShell.h - -/root/QIDI_Q1/include/MakerbasePanel.h -iostream -- -nlohmann/json.hpp -/root/QIDI_Q1/include/nlohmann/json.hpp - -/root/QIDI_Q1/include/MakerbaseParseIni.h -iostream -- -./dictionary.h -/root/QIDI_Q1/include/./dictionary.h -./iniparser.h -/root/QIDI_Q1/include/./iniparser.h - -/root/QIDI_Q1/include/MakerbaseParseMessage.h - -/root/QIDI_Q1/include/MakerbaseSerial.h -stdio.h -- -stdlib.h -- -sys/types.h -- -sys/stat.h -- -fcntl.h -- -unistd.h -- -sys/ioctl.h -- -errno.h -- -string.h -- -signal.h -- -termios.h -- - -/root/QIDI_Q1/include/MakerbaseWiFi.h -./MakerbaseShell.h -/root/QIDI_Q1/include/./MakerbaseShell.h - -/root/QIDI_Q1/include/MoonrakerAPI.h -iostream -- -nlohmann/json.hpp -/root/QIDI_Q1/include/nlohmann/json.hpp - -/root/QIDI_Q1/include/event.h -vector -- - -/root/QIDI_Q1/include/mks_gpio.h - -/root/QIDI_Q1/include/mks_init.h -stdio.h -- -stdlib.h -- -dirent.h -- -sys/types.h -- -errno.h -- -iostream -- -fstream -- - -/root/QIDI_Q1/include/mks_log.h -iostream -- -stdio.h -- - -/root/QIDI_Q1/include/mks_preview.h -iostream -- -fstream -- -vector -- - -/root/QIDI_Q1/include/mks_test.h -unistd.h -- -pthread.h -- -time.h -- -sys/time.h -- -stdio.h -- -stdlib.h -- -iostream -- -exception -- -string.h -- - -/root/QIDI_Q1/include/mks_update.h - -/root/QIDI_Q1/include/mks_wpa_cli.h -stdlib.h -- -stddef.h -- -stdbool.h -- -stdio.h -- -stdarg.h -- -string.h -- -sys/types.h -- -sys/stat.h -- -fcntl.h -- -unistd.h -- -wpa_ctrl.h -- - -/root/QIDI_Q1/include/send_jpg.h -stdio.h -- -stdint.h -- -stdint.h -- -mks_log.h -/root/QIDI_Q1/include/mks_log.h -send_msg.h -/root/QIDI_Q1/include/send_msg.h - -/root/QIDI_Q1/include/send_msg.h -iostream -- -unistd.h -- -stdio.h -- -stdlib.h -- -string.h -- - -/root/QIDI_Q1/include/ui.h - -/root/QIDI_Q1/main.cpp -fstream -- -wpa_ctrl.h -- -include/MakerbaseClient.h -/root/QIDI_Q1/include/MakerbaseClient.h -include/MoonrakerAPI.h -/root/QIDI_Q1/include/MoonrakerAPI.h -include/MakerbaseIPC.h -/root/QIDI_Q1/include/MakerbaseIPC.h -include/MakerbaseSerial.h -/root/QIDI_Q1/include/MakerbaseSerial.h -include/MakerbaseParseMessage.h -/root/QIDI_Q1/include/MakerbaseParseMessage.h -include/MakerbasePanel.h -/root/QIDI_Q1/include/MakerbasePanel.h -include/MakerbaseParseIni.h -/root/QIDI_Q1/include/MakerbaseParseIni.h -include/MakerbaseWiFi.h -/root/QIDI_Q1/include/MakerbaseWiFi.h -include/MakerbaseNetwork.h -/root/QIDI_Q1/include/MakerbaseNetwork.h -include/KlippyGcodes.h -/root/QIDI_Q1/include/KlippyGcodes.h -include/mks_log.h -/root/QIDI_Q1/include/mks_log.h -include/mks_preview.h -/root/QIDI_Q1/include/mks_preview.h -include/mks_init.h -/root/QIDI_Q1/include/mks_init.h -include/mks_gpio.h -/root/QIDI_Q1/include/mks_gpio.h -include/mks_update.h -/root/QIDI_Q1/include/mks_update.h -include/mks_wpa_cli.h -/root/QIDI_Q1/include/mks_wpa_cli.h -include/mks_test.h -/root/QIDI_Q1/include/mks_test.h -include/send_jpg.h -/root/QIDI_Q1/include/send_jpg.h -include/ui.h -/root/QIDI_Q1/include/ui.h -include/send_msg.h -/root/QIDI_Q1/include/send_msg.h -include/KlippyRest.h -/root/QIDI_Q1/include/KlippyRest.h -include/event.h -/root/QIDI_Q1/include/event.h - diff --git a/build/CMakeFiles/xindi.dir/DependInfo.cmake b/build/CMakeFiles/xindi.dir/DependInfo.cmake deleted file mode 100644 index 88cd468..0000000 --- a/build/CMakeFiles/xindi.dir/DependInfo.cmake +++ /dev/null @@ -1,22 +0,0 @@ -# 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 - "/root/QIDI_Q1/main.cpp" "/root/QIDI_Q1/build/CMakeFiles/xindi.dir/main.cpp.o" - ) -set(CMAKE_CXX_COMPILER_ID "GNU") - -# The include file search paths: -set(CMAKE_CXX_TARGET_INCLUDE_PATH - ".././include" - ) - -# Targets to which this target links. -set(CMAKE_TARGET_LINKED_INFO_FILES - "/root/QIDI_Q1/build/src/CMakeFiles/src.dir/DependInfo.cmake" - ) - -# Fortran module output directory. -set(CMAKE_Fortran_TARGET_MODULE_DIR "") diff --git a/build/CMakeFiles/xindi.dir/build.make b/build/CMakeFiles/xindi.dir/build.make deleted file mode 100644 index 98ce323..0000000 --- a/build/CMakeFiles/xindi.dir/build.make +++ /dev/null @@ -1,99 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Generated by "Unix Makefiles" Generator, CMake Version 3.13 - -# Delete rule output on recipe failure. -.DELETE_ON_ERROR: - - -#============================================================================= -# Special targets provided by cmake. - -# Disable implicit rules so canonical targets will work. -.SUFFIXES: - - -# Remove some rules from gmake that .SUFFIXES does not remove. -SUFFIXES = - -.SUFFIXES: .hpux_make_needs_suffix_list - - -# Suppress display of executed commands. -$(VERBOSE).SILENT: - - -# A target that is always out of date. -cmake_force: - -.PHONY : cmake_force - -#============================================================================= -# Set environment variables for the build. - -# The shell in which to execute make rules. -SHELL = /bin/sh - -# The CMake executable. -CMAKE_COMMAND = /usr/bin/cmake - -# The command to remove a file. -RM = /usr/bin/cmake -E remove -f - -# Escaping for special characters. -EQUALS = = - -# The top-level source directory on which CMake was run. -CMAKE_SOURCE_DIR = /root/QIDI_Q1 - -# The top-level build directory on which CMake was run. -CMAKE_BINARY_DIR = /root/QIDI_Q1/build - -# Include any dependencies generated for this target. -include CMakeFiles/xindi.dir/depend.make - -# Include the progress variables for this target. -include CMakeFiles/xindi.dir/progress.make - -# Include the compile flags for this target's objects. -include CMakeFiles/xindi.dir/flags.make - -CMakeFiles/xindi.dir/main.cpp.o: CMakeFiles/xindi.dir/flags.make -CMakeFiles/xindi.dir/main.cpp.o: ../main.cpp - @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=/root/QIDI_Q1/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_1) "Building CXX object CMakeFiles/xindi.dir/main.cpp.o" - /usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -o CMakeFiles/xindi.dir/main.cpp.o -c /root/QIDI_Q1/main.cpp - -CMakeFiles/xindi.dir/main.cpp.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing CXX source to CMakeFiles/xindi.dir/main.cpp.i" - /usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -E /root/QIDI_Q1/main.cpp > CMakeFiles/xindi.dir/main.cpp.i - -CMakeFiles/xindi.dir/main.cpp.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling CXX source to assembly CMakeFiles/xindi.dir/main.cpp.s" - /usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -S /root/QIDI_Q1/main.cpp -o CMakeFiles/xindi.dir/main.cpp.s - -# Object files for target xindi -xindi_OBJECTS = \ -"CMakeFiles/xindi.dir/main.cpp.o" - -# External object files for target xindi -xindi_EXTERNAL_OBJECTS = - -xindi: CMakeFiles/xindi.dir/main.cpp.o -xindi: CMakeFiles/xindi.dir/build.make -xindi: src/libsrc.a -xindi: CMakeFiles/xindi.dir/link.txt - @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --bold --progress-dir=/root/QIDI_Q1/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_2) "Linking CXX executable xindi" - $(CMAKE_COMMAND) -E cmake_link_script CMakeFiles/xindi.dir/link.txt --verbose=$(VERBOSE) - -# Rule to build all files generated by this target. -CMakeFiles/xindi.dir/build: xindi - -.PHONY : CMakeFiles/xindi.dir/build - -CMakeFiles/xindi.dir/clean: - $(CMAKE_COMMAND) -P CMakeFiles/xindi.dir/cmake_clean.cmake -.PHONY : CMakeFiles/xindi.dir/clean - -CMakeFiles/xindi.dir/depend: - cd /root/QIDI_Q1/build && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /root/QIDI_Q1 /root/QIDI_Q1 /root/QIDI_Q1/build /root/QIDI_Q1/build /root/QIDI_Q1/build/CMakeFiles/xindi.dir/DependInfo.cmake --color=$(COLOR) -.PHONY : CMakeFiles/xindi.dir/depend - diff --git a/build/CMakeFiles/xindi.dir/cmake_clean.cmake b/build/CMakeFiles/xindi.dir/cmake_clean.cmake deleted file mode 100644 index 9401aa3..0000000 --- a/build/CMakeFiles/xindi.dir/cmake_clean.cmake +++ /dev/null @@ -1,10 +0,0 @@ -file(REMOVE_RECURSE - "CMakeFiles/xindi.dir/main.cpp.o" - "xindi.pdb" - "xindi" -) - -# Per-language clean rules from dependency scanning. -foreach(lang CXX) - include(CMakeFiles/xindi.dir/cmake_clean_${lang}.cmake OPTIONAL) -endforeach() diff --git a/build/CMakeFiles/xindi.dir/depend.internal b/build/CMakeFiles/xindi.dir/depend.internal deleted file mode 100644 index 91264a0..0000000 --- a/build/CMakeFiles/xindi.dir/depend.internal +++ /dev/null @@ -1,34 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Generated by "Unix Makefiles" Generator, CMake Version 3.13 - -CMakeFiles/xindi.dir/main.cpp.o - /root/QIDI_Q1/include/./HTTPRequest.hpp - /root/QIDI_Q1/include/./MakerbaseParseMessage.h - /root/QIDI_Q1/include/./MakerbaseShell.h - /root/QIDI_Q1/include/./MoonrakerAPI.h - /root/QIDI_Q1/include/./dictionary.h - /root/QIDI_Q1/include/./iniparser.h - /root/QIDI_Q1/include/./mks_log.h - /root/QIDI_Q1/include/KlippyGcodes.h - /root/QIDI_Q1/include/KlippyRest.h - /root/QIDI_Q1/include/MakerbaseClient.h - /root/QIDI_Q1/include/MakerbaseIPC.h - /root/QIDI_Q1/include/MakerbaseNetwork.h - /root/QIDI_Q1/include/MakerbasePanel.h - /root/QIDI_Q1/include/MakerbaseParseIni.h - /root/QIDI_Q1/include/MakerbaseParseMessage.h - /root/QIDI_Q1/include/MakerbaseSerial.h - /root/QIDI_Q1/include/MakerbaseWiFi.h - /root/QIDI_Q1/include/MoonrakerAPI.h - /root/QIDI_Q1/include/event.h - /root/QIDI_Q1/include/mks_gpio.h - /root/QIDI_Q1/include/mks_init.h - /root/QIDI_Q1/include/mks_log.h - /root/QIDI_Q1/include/mks_preview.h - /root/QIDI_Q1/include/mks_test.h - /root/QIDI_Q1/include/mks_update.h - /root/QIDI_Q1/include/mks_wpa_cli.h - /root/QIDI_Q1/include/send_jpg.h - /root/QIDI_Q1/include/send_msg.h - /root/QIDI_Q1/include/ui.h - /root/QIDI_Q1/main.cpp diff --git a/build/CMakeFiles/xindi.dir/depend.make b/build/CMakeFiles/xindi.dir/depend.make deleted file mode 100644 index 052f734..0000000 --- a/build/CMakeFiles/xindi.dir/depend.make +++ /dev/null @@ -1,34 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Generated by "Unix Makefiles" Generator, CMake Version 3.13 - -CMakeFiles/xindi.dir/main.cpp.o: ../include/./HTTPRequest.hpp -CMakeFiles/xindi.dir/main.cpp.o: ../include/./MakerbaseParseMessage.h -CMakeFiles/xindi.dir/main.cpp.o: ../include/./MakerbaseShell.h -CMakeFiles/xindi.dir/main.cpp.o: ../include/./MoonrakerAPI.h -CMakeFiles/xindi.dir/main.cpp.o: ../include/./dictionary.h -CMakeFiles/xindi.dir/main.cpp.o: ../include/./iniparser.h -CMakeFiles/xindi.dir/main.cpp.o: ../include/./mks_log.h -CMakeFiles/xindi.dir/main.cpp.o: ../include/KlippyGcodes.h -CMakeFiles/xindi.dir/main.cpp.o: ../include/KlippyRest.h -CMakeFiles/xindi.dir/main.cpp.o: ../include/MakerbaseClient.h -CMakeFiles/xindi.dir/main.cpp.o: ../include/MakerbaseIPC.h -CMakeFiles/xindi.dir/main.cpp.o: ../include/MakerbaseNetwork.h -CMakeFiles/xindi.dir/main.cpp.o: ../include/MakerbasePanel.h -CMakeFiles/xindi.dir/main.cpp.o: ../include/MakerbaseParseIni.h -CMakeFiles/xindi.dir/main.cpp.o: ../include/MakerbaseParseMessage.h -CMakeFiles/xindi.dir/main.cpp.o: ../include/MakerbaseSerial.h -CMakeFiles/xindi.dir/main.cpp.o: ../include/MakerbaseWiFi.h -CMakeFiles/xindi.dir/main.cpp.o: ../include/MoonrakerAPI.h -CMakeFiles/xindi.dir/main.cpp.o: ../include/event.h -CMakeFiles/xindi.dir/main.cpp.o: ../include/mks_gpio.h -CMakeFiles/xindi.dir/main.cpp.o: ../include/mks_init.h -CMakeFiles/xindi.dir/main.cpp.o: ../include/mks_log.h -CMakeFiles/xindi.dir/main.cpp.o: ../include/mks_preview.h -CMakeFiles/xindi.dir/main.cpp.o: ../include/mks_test.h -CMakeFiles/xindi.dir/main.cpp.o: ../include/mks_update.h -CMakeFiles/xindi.dir/main.cpp.o: ../include/mks_wpa_cli.h -CMakeFiles/xindi.dir/main.cpp.o: ../include/send_jpg.h -CMakeFiles/xindi.dir/main.cpp.o: ../include/send_msg.h -CMakeFiles/xindi.dir/main.cpp.o: ../include/ui.h -CMakeFiles/xindi.dir/main.cpp.o: ../main.cpp - diff --git a/build/CMakeFiles/xindi.dir/flags.make b/build/CMakeFiles/xindi.dir/flags.make deleted file mode 100644 index cc93f38..0000000 --- a/build/CMakeFiles/xindi.dir/flags.make +++ /dev/null @@ -1,10 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Generated by "Unix Makefiles" Generator, CMake Version 3.13 - -# compile CXX with /usr/bin/c++ -CXX_FLAGS = - -CXX_DEFINES = - -CXX_INCLUDES = -I/root/QIDI_Q1/./include - diff --git a/build/CMakeFiles/xindi.dir/link.txt b/build/CMakeFiles/xindi.dir/link.txt deleted file mode 100644 index 8131525..0000000 --- a/build/CMakeFiles/xindi.dir/link.txt +++ /dev/null @@ -1 +0,0 @@ -/usr/bin/c++ -rdynamic CMakeFiles/xindi.dir/main.cpp.o -o xindi src/libsrc.a -lpthread -lboost_system -lwpa_client diff --git a/build/CMakeFiles/xindi.dir/main.cpp.o b/build/CMakeFiles/xindi.dir/main.cpp.o deleted file mode 100644 index a4c0e5e..0000000 Binary files a/build/CMakeFiles/xindi.dir/main.cpp.o and /dev/null differ diff --git a/build/CMakeFiles/xindi.dir/progress.make b/build/CMakeFiles/xindi.dir/progress.make deleted file mode 100644 index e1615c1..0000000 --- a/build/CMakeFiles/xindi.dir/progress.make +++ /dev/null @@ -1,3 +0,0 @@ -CMAKE_PROGRESS_1 = 32 -CMAKE_PROGRESS_2 = 33 - diff --git a/build/CPackConfig.cmake b/build/CPackConfig.cmake deleted file mode 100644 index 9a1d53f..0000000 --- a/build/CPackConfig.cmake +++ /dev/null @@ -1,87 +0,0 @@ -# This file will be configured to contain variables for CPack. These variables -# should be set in the CMake list file of the project before CPack module is -# included. The list of available CPACK_xxx variables and their associated -# documentation may be obtained using -# cpack --help-variable-list -# -# Some variables are common to all generators (e.g. CPACK_PACKAGE_NAME) -# and some are specific to a generator -# (e.g. CPACK_NSIS_EXTRA_INSTALL_COMMANDS). The generator specific variables -# usually begin with CPACK__xxxx. - - -set(CPACK_BINARY_7Z "") -set(CPACK_BINARY_BUNDLE "") -set(CPACK_BINARY_CYGWIN "") -set(CPACK_BINARY_DEB "OFF") -set(CPACK_BINARY_DRAGNDROP "") -set(CPACK_BINARY_FREEBSD "OFF") -set(CPACK_BINARY_IFW "OFF") -set(CPACK_BINARY_NSIS "OFF") -set(CPACK_BINARY_NUGET "") -set(CPACK_BINARY_OSXX11 "") -set(CPACK_BINARY_PACKAGEMAKER "") -set(CPACK_BINARY_PRODUCTBUILD "") -set(CPACK_BINARY_RPM "OFF") -set(CPACK_BINARY_STGZ "ON") -set(CPACK_BINARY_TBZ2 "OFF") -set(CPACK_BINARY_TGZ "ON") -set(CPACK_BINARY_TXZ "OFF") -set(CPACK_BINARY_TZ "ON") -set(CPACK_BINARY_WIX "") -set(CPACK_BINARY_ZIP "") -set(CPACK_BUILD_SOURCE_DIRS "/root/QIDI_Q1;/root/QIDI_Q1/build") -set(CPACK_CMAKE_GENERATOR "Unix Makefiles") -set(CPACK_COMPONENTS_ALL "") -set(CPACK_COMPONENT_UNSPECIFIED_HIDDEN "TRUE") -set(CPACK_COMPONENT_UNSPECIFIED_REQUIRED "TRUE") -set(CPACK_GENERATOR "STGZ;TGZ;TZ") -set(CPACK_INSTALL_CMAKE_PROJECTS "/root/QIDI_Q1/build;MakerbaseClient;ALL;/") -set(CPACK_INSTALL_PREFIX "/usr/local") -set(CPACK_MODULE_PATH "") -set(CPACK_NSIS_DISPLAY_NAME "MakerbaseClient 0.1.0") -set(CPACK_NSIS_INSTALLER_ICON_CODE "") -set(CPACK_NSIS_INSTALLER_MUI_ICON_CODE "") -set(CPACK_NSIS_INSTALL_ROOT "$PROGRAMFILES") -set(CPACK_NSIS_PACKAGE_NAME "MakerbaseClient 0.1.0") -set(CPACK_OUTPUT_CONFIG_FILE "/root/QIDI_Q1/build/CPackConfig.cmake") -set(CPACK_PACKAGE_DEFAULT_LOCATION "/") -set(CPACK_PACKAGE_DESCRIPTION_FILE "/usr/share/cmake-3.13/Templates/CPack.GenericDescription.txt") -set(CPACK_PACKAGE_DESCRIPTION_SUMMARY "MakerbaseClient built using CMake") -set(CPACK_PACKAGE_FILE_NAME "MakerbaseClient-0.1.0-Linux") -set(CPACK_PACKAGE_INSTALL_DIRECTORY "MakerbaseClient 0.1.0") -set(CPACK_PACKAGE_INSTALL_REGISTRY_KEY "MakerbaseClient 0.1.0") -set(CPACK_PACKAGE_NAME "MakerbaseClient") -set(CPACK_PACKAGE_RELOCATABLE "true") -set(CPACK_PACKAGE_VENDOR "Humanity") -set(CPACK_PACKAGE_VERSION "0.1.0") -set(CPACK_PACKAGE_VERSION_MAJOR "0") -set(CPACK_PACKAGE_VERSION_MINOR "1") -set(CPACK_PACKAGE_VERSION_PATCH "0") -set(CPACK_PROJECT_NAME "MakerbaseClient") -set(CPACK_PROJECT_VERSION "0.1.0") -set(CPACK_RESOURCE_FILE_LICENSE "/usr/share/cmake-3.13/Templates/CPack.GenericLicense.txt") -set(CPACK_RESOURCE_FILE_README "/usr/share/cmake-3.13/Templates/CPack.GenericDescription.txt") -set(CPACK_RESOURCE_FILE_WELCOME "/usr/share/cmake-3.13/Templates/CPack.GenericWelcome.txt") -set(CPACK_SET_DESTDIR "OFF") -set(CPACK_SOURCE_7Z "") -set(CPACK_SOURCE_CYGWIN "") -set(CPACK_SOURCE_GENERATOR "TBZ2;TGZ;TXZ;TZ") -set(CPACK_SOURCE_OUTPUT_CONFIG_FILE "/root/QIDI_Q1/build/CPackSourceConfig.cmake") -set(CPACK_SOURCE_RPM "OFF") -set(CPACK_SOURCE_TBZ2 "ON") -set(CPACK_SOURCE_TGZ "ON") -set(CPACK_SOURCE_TXZ "ON") -set(CPACK_SOURCE_TZ "ON") -set(CPACK_SOURCE_ZIP "OFF") -set(CPACK_SYSTEM_NAME "Linux") -set(CPACK_TOPLEVEL_TAG "Linux") -set(CPACK_WIX_SIZEOF_VOID_P "8") - -if(NOT CPACK_PROPERTIES_FILE) - set(CPACK_PROPERTIES_FILE "/root/QIDI_Q1/build/CPackProperties.cmake") -endif() - -if(EXISTS ${CPACK_PROPERTIES_FILE}) - include(${CPACK_PROPERTIES_FILE}) -endif() diff --git a/build/CPackSourceConfig.cmake b/build/CPackSourceConfig.cmake deleted file mode 100644 index 50ac666..0000000 --- a/build/CPackSourceConfig.cmake +++ /dev/null @@ -1,95 +0,0 @@ -# This file will be configured to contain variables for CPack. These variables -# should be set in the CMake list file of the project before CPack module is -# included. The list of available CPACK_xxx variables and their associated -# documentation may be obtained using -# cpack --help-variable-list -# -# Some variables are common to all generators (e.g. CPACK_PACKAGE_NAME) -# and some are specific to a generator -# (e.g. CPACK_NSIS_EXTRA_INSTALL_COMMANDS). The generator specific variables -# usually begin with CPACK__xxxx. - - -set(CPACK_BINARY_7Z "") -set(CPACK_BINARY_BUNDLE "") -set(CPACK_BINARY_CYGWIN "") -set(CPACK_BINARY_DEB "OFF") -set(CPACK_BINARY_DRAGNDROP "") -set(CPACK_BINARY_FREEBSD "OFF") -set(CPACK_BINARY_IFW "OFF") -set(CPACK_BINARY_NSIS "OFF") -set(CPACK_BINARY_NUGET "") -set(CPACK_BINARY_OSXX11 "") -set(CPACK_BINARY_PACKAGEMAKER "") -set(CPACK_BINARY_PRODUCTBUILD "") -set(CPACK_BINARY_RPM "OFF") -set(CPACK_BINARY_STGZ "ON") -set(CPACK_BINARY_TBZ2 "OFF") -set(CPACK_BINARY_TGZ "ON") -set(CPACK_BINARY_TXZ "OFF") -set(CPACK_BINARY_TZ "ON") -set(CPACK_BINARY_WIX "") -set(CPACK_BINARY_ZIP "") -set(CPACK_BUILD_SOURCE_DIRS "/root/QIDI_Q1;/root/QIDI_Q1/build") -set(CPACK_CMAKE_GENERATOR "Unix Makefiles") -set(CPACK_COMPONENTS_ALL "") -set(CPACK_COMPONENT_UNSPECIFIED_HIDDEN "TRUE") -set(CPACK_COMPONENT_UNSPECIFIED_REQUIRED "TRUE") -set(CPACK_GENERATOR "TBZ2;TGZ;TXZ;TZ") -set(CPACK_IGNORE_FILES "/CVS/;/\\.svn/;/\\.bzr/;/\\.hg/;/\\.git/;\\.swp\$;\\.#;/#") -set(CPACK_INSTALLED_DIRECTORIES "/root/QIDI_Q1;/") -set(CPACK_INSTALL_CMAKE_PROJECTS "") -set(CPACK_INSTALL_PREFIX "/usr/local") -set(CPACK_MODULE_PATH "") -set(CPACK_NSIS_DISPLAY_NAME "MakerbaseClient 0.1.0") -set(CPACK_NSIS_INSTALLER_ICON_CODE "") -set(CPACK_NSIS_INSTALLER_MUI_ICON_CODE "") -set(CPACK_NSIS_INSTALL_ROOT "$PROGRAMFILES") -set(CPACK_NSIS_PACKAGE_NAME "MakerbaseClient 0.1.0") -set(CPACK_OUTPUT_CONFIG_FILE "/root/QIDI_Q1/build/CPackConfig.cmake") -set(CPACK_PACKAGE_DEFAULT_LOCATION "/") -set(CPACK_PACKAGE_DESCRIPTION_FILE "/usr/share/cmake-3.13/Templates/CPack.GenericDescription.txt") -set(CPACK_PACKAGE_DESCRIPTION_SUMMARY "MakerbaseClient built using CMake") -set(CPACK_PACKAGE_FILE_NAME "MakerbaseClient-0.1.0-Source") -set(CPACK_PACKAGE_INSTALL_DIRECTORY "MakerbaseClient 0.1.0") -set(CPACK_PACKAGE_INSTALL_REGISTRY_KEY "MakerbaseClient 0.1.0") -set(CPACK_PACKAGE_NAME "MakerbaseClient") -set(CPACK_PACKAGE_RELOCATABLE "true") -set(CPACK_PACKAGE_VENDOR "Humanity") -set(CPACK_PACKAGE_VERSION "0.1.0") -set(CPACK_PACKAGE_VERSION_MAJOR "0") -set(CPACK_PACKAGE_VERSION_MINOR "1") -set(CPACK_PACKAGE_VERSION_PATCH "0") -set(CPACK_PROJECT_NAME "MakerbaseClient") -set(CPACK_PROJECT_VERSION "0.1.0") -set(CPACK_RESOURCE_FILE_LICENSE "/usr/share/cmake-3.13/Templates/CPack.GenericLicense.txt") -set(CPACK_RESOURCE_FILE_README "/usr/share/cmake-3.13/Templates/CPack.GenericDescription.txt") -set(CPACK_RESOURCE_FILE_WELCOME "/usr/share/cmake-3.13/Templates/CPack.GenericWelcome.txt") -set(CPACK_RPM_PACKAGE_SOURCES "ON") -set(CPACK_SET_DESTDIR "OFF") -set(CPACK_SOURCE_7Z "") -set(CPACK_SOURCE_CYGWIN "") -set(CPACK_SOURCE_GENERATOR "TBZ2;TGZ;TXZ;TZ") -set(CPACK_SOURCE_IGNORE_FILES "/CVS/;/\\.svn/;/\\.bzr/;/\\.hg/;/\\.git/;\\.swp\$;\\.#;/#") -set(CPACK_SOURCE_INSTALLED_DIRECTORIES "/root/QIDI_Q1;/") -set(CPACK_SOURCE_OUTPUT_CONFIG_FILE "/root/QIDI_Q1/build/CPackSourceConfig.cmake") -set(CPACK_SOURCE_PACKAGE_FILE_NAME "MakerbaseClient-0.1.0-Source") -set(CPACK_SOURCE_RPM "OFF") -set(CPACK_SOURCE_TBZ2 "ON") -set(CPACK_SOURCE_TGZ "ON") -set(CPACK_SOURCE_TOPLEVEL_TAG "Linux-Source") -set(CPACK_SOURCE_TXZ "ON") -set(CPACK_SOURCE_TZ "ON") -set(CPACK_SOURCE_ZIP "OFF") -set(CPACK_STRIP_FILES "") -set(CPACK_SYSTEM_NAME "Linux") -set(CPACK_TOPLEVEL_TAG "Linux-Source") -set(CPACK_WIX_SIZEOF_VOID_P "8") - -if(NOT CPACK_PROPERTIES_FILE) - set(CPACK_PROPERTIES_FILE "/root/QIDI_Q1/build/CPackProperties.cmake") -endif() - -if(EXISTS ${CPACK_PROPERTIES_FILE}) - include(${CPACK_PROPERTIES_FILE}) -endif() diff --git a/build/CTestTestfile.cmake b/build/CTestTestfile.cmake deleted file mode 100644 index 41451b6..0000000 --- a/build/CTestTestfile.cmake +++ /dev/null @@ -1,7 +0,0 @@ -# CMake generated Testfile for -# Source directory: /root/QIDI_Q1 -# Build directory: /root/QIDI_Q1/build -# -# This file includes the relevant testing commands required for -# testing this directory and lists subdirectories to be tested as well. -subdirs("src") diff --git a/build/DartConfiguration.tcl b/build/DartConfiguration.tcl deleted file mode 100644 index 61eae62..0000000 --- a/build/DartConfiguration.tcl +++ /dev/null @@ -1,115 +0,0 @@ -# This file is configured by CMake automatically as DartConfiguration.tcl -# If you choose not to use CMake, this file may be hand configured, by -# filling in the required variables. - - -# Configuration directories and files -SourceDirectory: /root/QIDI_Q1 -BuildDirectory: /root/QIDI_Q1/build - -# Where to place the cost data store -CostDataFile: - -# Site is something like machine.domain, i.e. pragmatic.crd -Site: mkspi - -# Build name is osname-revision-compiler, i.e. Linux-2.4.2-2smp-c++ -BuildName: Linux-c++ - -# Subprojects -LabelsForSubprojects: - -# Submission information -IsCDash: -CDashVersion: -QueryCDashVersion: -DropSite: -DropLocation: -DropSiteUser: -DropSitePassword: -DropSiteMode: -DropMethod: http -TriggerSite: -ScpCommand: /usr/bin/scp - -# Dashboard start time -NightlyStartTime: 00:00:00 EDT - -# Commands for the build/test/submit cycle -ConfigureCommand: "/usr/bin/cmake" "/root/QIDI_Q1" -MakeCommand: /usr/bin/cmake --build . --config "${CTEST_CONFIGURATION_TYPE}" -- -i -DefaultCTestConfigurationType: Release - -# version control -UpdateVersionOnly: - -# CVS options -# Default is "-d -P -A" -CVSCommand: CVSCOMMAND-NOTFOUND -CVSUpdateOptions: -d -A -P - -# Subversion options -SVNCommand: SVNCOMMAND-NOTFOUND -SVNOptions: -SVNUpdateOptions: - -# Git options -GITCommand: /usr/bin/git -GITInitSubmodules: -GITUpdateOptions: -GITUpdateCustom: - -# Perforce options -P4Command: P4COMMAND-NOTFOUND -P4Client: -P4Options: -P4UpdateOptions: -P4UpdateCustom: - -# Generic update command -UpdateCommand: /usr/bin/git -UpdateOptions: -UpdateType: git - -# Compiler info -Compiler: /usr/bin/c++ -CompilerVersion: 8.3.0 - -# Dynamic analysis (MemCheck) -PurifyCommand: -ValgrindCommand: -ValgrindCommandOptions: -MemoryCheckType: -MemoryCheckSanitizerOptions: -MemoryCheckCommand: MEMORYCHECK_COMMAND-NOTFOUND -MemoryCheckCommandOptions: -MemoryCheckSuppressionFile: - -# Coverage -CoverageCommand: /usr/bin/gcov -CoverageExtraFlags: -l - -# Cluster commands -SlurmBatchCommand: SLURM_SBATCH_COMMAND-NOTFOUND -SlurmRunCommand: SLURM_SRUN_COMMAND-NOTFOUND - -# Testing options -# TimeOut is the amount of time in seconds to wait for processes -# to complete during testing. After TimeOut seconds, the -# process will be summarily terminated. -# Currently set to 25 minutes -TimeOut: 1500 - -# During parallel testing CTest will not start a new test if doing -# so would cause the system load to exceed this value. -TestLoad: - -UseLaunchers: -CurlOptions: -# warning, if you add new options here that have to do with submit, -# you have to update cmCTestSubmitCommand.cxx - -# For CTest submissions that timeout, these options -# specify behavior for retrying the submission -CTestSubmitRetryDelay: 5 -CTestSubmitRetryCount: 3 diff --git a/build/Makefile b/build/Makefile deleted file mode 100644 index ef264c8..0000000 --- a/build/Makefile +++ /dev/null @@ -1,620 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Generated by "Unix Makefiles" Generator, CMake Version 3.13 - -# Default target executed when no arguments are given to make. -default_target: all - -.PHONY : default_target - -# Allow only one "make -f Makefile2" at a time, but pass parallelism. -.NOTPARALLEL: - - -#============================================================================= -# Special targets provided by cmake. - -# Disable implicit rules so canonical targets will work. -.SUFFIXES: - - -# Remove some rules from gmake that .SUFFIXES does not remove. -SUFFIXES = - -.SUFFIXES: .hpux_make_needs_suffix_list - - -# Suppress display of executed commands. -$(VERBOSE).SILENT: - - -# A target that is always out of date. -cmake_force: - -.PHONY : cmake_force - -#============================================================================= -# Set environment variables for the build. - -# The shell in which to execute make rules. -SHELL = /bin/sh - -# The CMake executable. -CMAKE_COMMAND = /usr/bin/cmake - -# The command to remove a file. -RM = /usr/bin/cmake -E remove -f - -# Escaping for special characters. -EQUALS = = - -# The top-level source directory on which CMake was run. -CMAKE_SOURCE_DIR = /root/QIDI_Q1 - -# The top-level build directory on which CMake was run. -CMAKE_BINARY_DIR = /root/QIDI_Q1/build - -#============================================================================= -# Targets provided globally by CMake. - -# Special rule for the target rebuild_cache -rebuild_cache: - @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Running CMake to regenerate build system..." - /usr/bin/cmake -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) -.PHONY : rebuild_cache - -# Special rule for the target rebuild_cache -rebuild_cache/fast: rebuild_cache - -.PHONY : rebuild_cache/fast - -# Special rule for the target test -test: - @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Running tests..." - /usr/bin/ctest --force-new-ctest-process $(ARGS) -.PHONY : test - -# Special rule for the target test -test/fast: test - -.PHONY : test/fast - -# Special rule for the target package -package: preinstall - @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Run CPack packaging tool..." - /usr/bin/cpack --config ./CPackConfig.cmake -.PHONY : package - -# Special rule for the target package -package/fast: package - -.PHONY : package/fast - -# Special rule for the target package_source -package_source: - @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Run CPack packaging tool for source..." - /usr/bin/cpack --config ./CPackSourceConfig.cmake /root/QIDI_Q1/build/CPackSourceConfig.cmake -.PHONY : package_source - -# Special rule for the target package_source -package_source/fast: package_source - -.PHONY : package_source/fast - -# Special rule for the target edit_cache -edit_cache: - @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "No interactive CMake dialog available..." - /usr/bin/cmake -E echo No\ interactive\ CMake\ dialog\ available. -.PHONY : edit_cache - -# Special rule for the target edit_cache -edit_cache/fast: edit_cache - -.PHONY : edit_cache/fast - -# The main all target -all: cmake_check_build_system - $(CMAKE_COMMAND) -E cmake_progress_start /root/QIDI_Q1/build/CMakeFiles /root/QIDI_Q1/build/CMakeFiles/progress.marks - $(MAKE) -f CMakeFiles/Makefile2 all - $(CMAKE_COMMAND) -E cmake_progress_start /root/QIDI_Q1/build/CMakeFiles 0 -.PHONY : all - -# The main clean target -clean: - $(MAKE) -f CMakeFiles/Makefile2 clean -.PHONY : clean - -# The main clean target -clean/fast: clean - -.PHONY : clean/fast - -# Prepare targets for installation. -preinstall: all - $(MAKE) -f CMakeFiles/Makefile2 preinstall -.PHONY : preinstall - -# Prepare targets for installation. -preinstall/fast: - $(MAKE) -f CMakeFiles/Makefile2 preinstall -.PHONY : preinstall/fast - -# clear depends -depend: - $(CMAKE_COMMAND) -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) --check-build-system CMakeFiles/Makefile.cmake 1 -.PHONY : depend - -#============================================================================= -# Target rules for targets named xindi - -# Build rule for target. -xindi: cmake_check_build_system - $(MAKE) -f CMakeFiles/Makefile2 xindi -.PHONY : xindi - -# fast build rule for target. -xindi/fast: - $(MAKE) -f CMakeFiles/xindi.dir/build.make CMakeFiles/xindi.dir/build -.PHONY : xindi/fast - -#============================================================================= -# Target rules for targets named ContinuousSubmit - -# Build rule for target. -ContinuousSubmit: cmake_check_build_system - $(MAKE) -f CMakeFiles/Makefile2 ContinuousSubmit -.PHONY : ContinuousSubmit - -# fast build rule for target. -ContinuousSubmit/fast: - $(MAKE) -f CMakeFiles/ContinuousSubmit.dir/build.make CMakeFiles/ContinuousSubmit.dir/build -.PHONY : ContinuousSubmit/fast - -#============================================================================= -# Target rules for targets named ContinuousMemCheck - -# Build rule for target. -ContinuousMemCheck: cmake_check_build_system - $(MAKE) -f CMakeFiles/Makefile2 ContinuousMemCheck -.PHONY : ContinuousMemCheck - -# fast build rule for target. -ContinuousMemCheck/fast: - $(MAKE) -f CMakeFiles/ContinuousMemCheck.dir/build.make CMakeFiles/ContinuousMemCheck.dir/build -.PHONY : ContinuousMemCheck/fast - -#============================================================================= -# Target rules for targets named ContinuousConfigure - -# Build rule for target. -ContinuousConfigure: cmake_check_build_system - $(MAKE) -f CMakeFiles/Makefile2 ContinuousConfigure -.PHONY : ContinuousConfigure - -# fast build rule for target. -ContinuousConfigure/fast: - $(MAKE) -f CMakeFiles/ContinuousConfigure.dir/build.make CMakeFiles/ContinuousConfigure.dir/build -.PHONY : ContinuousConfigure/fast - -#============================================================================= -# Target rules for targets named ExperimentalSubmit - -# Build rule for target. -ExperimentalSubmit: cmake_check_build_system - $(MAKE) -f CMakeFiles/Makefile2 ExperimentalSubmit -.PHONY : ExperimentalSubmit - -# fast build rule for target. -ExperimentalSubmit/fast: - $(MAKE) -f CMakeFiles/ExperimentalSubmit.dir/build.make CMakeFiles/ExperimentalSubmit.dir/build -.PHONY : ExperimentalSubmit/fast - -#============================================================================= -# Target rules for targets named ExperimentalMemCheck - -# Build rule for target. -ExperimentalMemCheck: cmake_check_build_system - $(MAKE) -f CMakeFiles/Makefile2 ExperimentalMemCheck -.PHONY : ExperimentalMemCheck - -# fast build rule for target. -ExperimentalMemCheck/fast: - $(MAKE) -f CMakeFiles/ExperimentalMemCheck.dir/build.make CMakeFiles/ExperimentalMemCheck.dir/build -.PHONY : ExperimentalMemCheck/fast - -#============================================================================= -# Target rules for targets named ExperimentalTest - -# Build rule for target. -ExperimentalTest: cmake_check_build_system - $(MAKE) -f CMakeFiles/Makefile2 ExperimentalTest -.PHONY : ExperimentalTest - -# fast build rule for target. -ExperimentalTest/fast: - $(MAKE) -f CMakeFiles/ExperimentalTest.dir/build.make CMakeFiles/ExperimentalTest.dir/build -.PHONY : ExperimentalTest/fast - -#============================================================================= -# Target rules for targets named NightlyUpdate - -# Build rule for target. -NightlyUpdate: cmake_check_build_system - $(MAKE) -f CMakeFiles/Makefile2 NightlyUpdate -.PHONY : NightlyUpdate - -# fast build rule for target. -NightlyUpdate/fast: - $(MAKE) -f CMakeFiles/NightlyUpdate.dir/build.make CMakeFiles/NightlyUpdate.dir/build -.PHONY : NightlyUpdate/fast - -#============================================================================= -# Target rules for targets named NightlyStart - -# Build rule for target. -NightlyStart: cmake_check_build_system - $(MAKE) -f CMakeFiles/Makefile2 NightlyStart -.PHONY : NightlyStart - -# fast build rule for target. -NightlyStart/fast: - $(MAKE) -f CMakeFiles/NightlyStart.dir/build.make CMakeFiles/NightlyStart.dir/build -.PHONY : NightlyStart/fast - -#============================================================================= -# Target rules for targets named NightlyMemoryCheck - -# Build rule for target. -NightlyMemoryCheck: cmake_check_build_system - $(MAKE) -f CMakeFiles/Makefile2 NightlyMemoryCheck -.PHONY : NightlyMemoryCheck - -# fast build rule for target. -NightlyMemoryCheck/fast: - $(MAKE) -f CMakeFiles/NightlyMemoryCheck.dir/build.make CMakeFiles/NightlyMemoryCheck.dir/build -.PHONY : NightlyMemoryCheck/fast - -#============================================================================= -# Target rules for targets named NightlyBuild - -# Build rule for target. -NightlyBuild: cmake_check_build_system - $(MAKE) -f CMakeFiles/Makefile2 NightlyBuild -.PHONY : NightlyBuild - -# fast build rule for target. -NightlyBuild/fast: - $(MAKE) -f CMakeFiles/NightlyBuild.dir/build.make CMakeFiles/NightlyBuild.dir/build -.PHONY : NightlyBuild/fast - -#============================================================================= -# Target rules for targets named ExperimentalUpdate - -# Build rule for target. -ExperimentalUpdate: cmake_check_build_system - $(MAKE) -f CMakeFiles/Makefile2 ExperimentalUpdate -.PHONY : ExperimentalUpdate - -# fast build rule for target. -ExperimentalUpdate/fast: - $(MAKE) -f CMakeFiles/ExperimentalUpdate.dir/build.make CMakeFiles/ExperimentalUpdate.dir/build -.PHONY : ExperimentalUpdate/fast - -#============================================================================= -# Target rules for targets named ContinuousBuild - -# Build rule for target. -ContinuousBuild: cmake_check_build_system - $(MAKE) -f CMakeFiles/Makefile2 ContinuousBuild -.PHONY : ContinuousBuild - -# fast build rule for target. -ContinuousBuild/fast: - $(MAKE) -f CMakeFiles/ContinuousBuild.dir/build.make CMakeFiles/ContinuousBuild.dir/build -.PHONY : ContinuousBuild/fast - -#============================================================================= -# Target rules for targets named Continuous - -# Build rule for target. -Continuous: cmake_check_build_system - $(MAKE) -f CMakeFiles/Makefile2 Continuous -.PHONY : Continuous - -# fast build rule for target. -Continuous/fast: - $(MAKE) -f CMakeFiles/Continuous.dir/build.make CMakeFiles/Continuous.dir/build -.PHONY : Continuous/fast - -#============================================================================= -# Target rules for targets named Experimental - -# Build rule for target. -Experimental: cmake_check_build_system - $(MAKE) -f CMakeFiles/Makefile2 Experimental -.PHONY : Experimental - -# fast build rule for target. -Experimental/fast: - $(MAKE) -f CMakeFiles/Experimental.dir/build.make CMakeFiles/Experimental.dir/build -.PHONY : Experimental/fast - -#============================================================================= -# Target rules for targets named ExperimentalConfigure - -# Build rule for target. -ExperimentalConfigure: cmake_check_build_system - $(MAKE) -f CMakeFiles/Makefile2 ExperimentalConfigure -.PHONY : ExperimentalConfigure - -# fast build rule for target. -ExperimentalConfigure/fast: - $(MAKE) -f CMakeFiles/ExperimentalConfigure.dir/build.make CMakeFiles/ExperimentalConfigure.dir/build -.PHONY : ExperimentalConfigure/fast - -#============================================================================= -# Target rules for targets named NightlyTest - -# Build rule for target. -NightlyTest: cmake_check_build_system - $(MAKE) -f CMakeFiles/Makefile2 NightlyTest -.PHONY : NightlyTest - -# fast build rule for target. -NightlyTest/fast: - $(MAKE) -f CMakeFiles/NightlyTest.dir/build.make CMakeFiles/NightlyTest.dir/build -.PHONY : NightlyTest/fast - -#============================================================================= -# Target rules for targets named NightlyCoverage - -# Build rule for target. -NightlyCoverage: cmake_check_build_system - $(MAKE) -f CMakeFiles/Makefile2 NightlyCoverage -.PHONY : NightlyCoverage - -# fast build rule for target. -NightlyCoverage/fast: - $(MAKE) -f CMakeFiles/NightlyCoverage.dir/build.make CMakeFiles/NightlyCoverage.dir/build -.PHONY : NightlyCoverage/fast - -#============================================================================= -# Target rules for targets named ExperimentalCoverage - -# Build rule for target. -ExperimentalCoverage: cmake_check_build_system - $(MAKE) -f CMakeFiles/Makefile2 ExperimentalCoverage -.PHONY : ExperimentalCoverage - -# fast build rule for target. -ExperimentalCoverage/fast: - $(MAKE) -f CMakeFiles/ExperimentalCoverage.dir/build.make CMakeFiles/ExperimentalCoverage.dir/build -.PHONY : ExperimentalCoverage/fast - -#============================================================================= -# Target rules for targets named NightlyMemCheck - -# Build rule for target. -NightlyMemCheck: cmake_check_build_system - $(MAKE) -f CMakeFiles/Makefile2 NightlyMemCheck -.PHONY : NightlyMemCheck - -# fast build rule for target. -NightlyMemCheck/fast: - $(MAKE) -f CMakeFiles/NightlyMemCheck.dir/build.make CMakeFiles/NightlyMemCheck.dir/build -.PHONY : NightlyMemCheck/fast - -#============================================================================= -# Target rules for targets named ContinuousStart - -# Build rule for target. -ContinuousStart: cmake_check_build_system - $(MAKE) -f CMakeFiles/Makefile2 ContinuousStart -.PHONY : ContinuousStart - -# fast build rule for target. -ContinuousStart/fast: - $(MAKE) -f CMakeFiles/ContinuousStart.dir/build.make CMakeFiles/ContinuousStart.dir/build -.PHONY : ContinuousStart/fast - -#============================================================================= -# Target rules for targets named NightlySubmit - -# Build rule for target. -NightlySubmit: cmake_check_build_system - $(MAKE) -f CMakeFiles/Makefile2 NightlySubmit -.PHONY : NightlySubmit - -# fast build rule for target. -NightlySubmit/fast: - $(MAKE) -f CMakeFiles/NightlySubmit.dir/build.make CMakeFiles/NightlySubmit.dir/build -.PHONY : NightlySubmit/fast - -#============================================================================= -# Target rules for targets named ContinuousCoverage - -# Build rule for target. -ContinuousCoverage: cmake_check_build_system - $(MAKE) -f CMakeFiles/Makefile2 ContinuousCoverage -.PHONY : ContinuousCoverage - -# fast build rule for target. -ContinuousCoverage/fast: - $(MAKE) -f CMakeFiles/ContinuousCoverage.dir/build.make CMakeFiles/ContinuousCoverage.dir/build -.PHONY : ContinuousCoverage/fast - -#============================================================================= -# Target rules for targets named Nightly - -# Build rule for target. -Nightly: cmake_check_build_system - $(MAKE) -f CMakeFiles/Makefile2 Nightly -.PHONY : Nightly - -# fast build rule for target. -Nightly/fast: - $(MAKE) -f CMakeFiles/Nightly.dir/build.make CMakeFiles/Nightly.dir/build -.PHONY : Nightly/fast - -#============================================================================= -# Target rules for targets named NightlyConfigure - -# Build rule for target. -NightlyConfigure: cmake_check_build_system - $(MAKE) -f CMakeFiles/Makefile2 NightlyConfigure -.PHONY : NightlyConfigure - -# fast build rule for target. -NightlyConfigure/fast: - $(MAKE) -f CMakeFiles/NightlyConfigure.dir/build.make CMakeFiles/NightlyConfigure.dir/build -.PHONY : NightlyConfigure/fast - -#============================================================================= -# Target rules for targets named ExperimentalStart - -# Build rule for target. -ExperimentalStart: cmake_check_build_system - $(MAKE) -f CMakeFiles/Makefile2 ExperimentalStart -.PHONY : ExperimentalStart - -# fast build rule for target. -ExperimentalStart/fast: - $(MAKE) -f CMakeFiles/ExperimentalStart.dir/build.make CMakeFiles/ExperimentalStart.dir/build -.PHONY : ExperimentalStart/fast - -#============================================================================= -# Target rules for targets named ContinuousTest - -# Build rule for target. -ContinuousTest: cmake_check_build_system - $(MAKE) -f CMakeFiles/Makefile2 ContinuousTest -.PHONY : ContinuousTest - -# fast build rule for target. -ContinuousTest/fast: - $(MAKE) -f CMakeFiles/ContinuousTest.dir/build.make CMakeFiles/ContinuousTest.dir/build -.PHONY : ContinuousTest/fast - -#============================================================================= -# Target rules for targets named ContinuousUpdate - -# Build rule for target. -ContinuousUpdate: cmake_check_build_system - $(MAKE) -f CMakeFiles/Makefile2 ContinuousUpdate -.PHONY : ContinuousUpdate - -# fast build rule for target. -ContinuousUpdate/fast: - $(MAKE) -f CMakeFiles/ContinuousUpdate.dir/build.make CMakeFiles/ContinuousUpdate.dir/build -.PHONY : ContinuousUpdate/fast - -#============================================================================= -# Target rules for targets named ExperimentalBuild - -# Build rule for target. -ExperimentalBuild: cmake_check_build_system - $(MAKE) -f CMakeFiles/Makefile2 ExperimentalBuild -.PHONY : ExperimentalBuild - -# fast build rule for target. -ExperimentalBuild/fast: - $(MAKE) -f CMakeFiles/ExperimentalBuild.dir/build.make CMakeFiles/ExperimentalBuild.dir/build -.PHONY : ExperimentalBuild/fast - -#============================================================================= -# Target rules for targets named src - -# Build rule for target. -src: cmake_check_build_system - $(MAKE) -f CMakeFiles/Makefile2 src -.PHONY : src - -# fast build rule for target. -src/fast: - $(MAKE) -f src/CMakeFiles/src.dir/build.make src/CMakeFiles/src.dir/build -.PHONY : src/fast - -main.o: main.cpp.o - -.PHONY : main.o - -# target to build an object file -main.cpp.o: - $(MAKE) -f CMakeFiles/xindi.dir/build.make CMakeFiles/xindi.dir/main.cpp.o -.PHONY : main.cpp.o - -main.i: main.cpp.i - -.PHONY : main.i - -# target to preprocess a source file -main.cpp.i: - $(MAKE) -f CMakeFiles/xindi.dir/build.make CMakeFiles/xindi.dir/main.cpp.i -.PHONY : main.cpp.i - -main.s: main.cpp.s - -.PHONY : main.s - -# target to generate assembly for a file -main.cpp.s: - $(MAKE) -f CMakeFiles/xindi.dir/build.make CMakeFiles/xindi.dir/main.cpp.s -.PHONY : main.cpp.s - -# Help Target -help: - @echo "The following are some of the valid targets for this Makefile:" - @echo "... all (the default if no target is provided)" - @echo "... clean" - @echo "... depend" - @echo "... rebuild_cache" - @echo "... test" - @echo "... package" - @echo "... xindi" - @echo "... ContinuousSubmit" - @echo "... ContinuousMemCheck" - @echo "... ContinuousConfigure" - @echo "... ExperimentalSubmit" - @echo "... ExperimentalMemCheck" - @echo "... ExperimentalTest" - @echo "... NightlyUpdate" - @echo "... NightlyStart" - @echo "... NightlyMemoryCheck" - @echo "... NightlyBuild" - @echo "... ExperimentalUpdate" - @echo "... ContinuousBuild" - @echo "... Continuous" - @echo "... Experimental" - @echo "... package_source" - @echo "... ExperimentalConfigure" - @echo "... edit_cache" - @echo "... NightlyTest" - @echo "... NightlyCoverage" - @echo "... ExperimentalCoverage" - @echo "... NightlyMemCheck" - @echo "... ContinuousStart" - @echo "... NightlySubmit" - @echo "... ContinuousCoverage" - @echo "... Nightly" - @echo "... NightlyConfigure" - @echo "... ExperimentalStart" - @echo "... ContinuousTest" - @echo "... ContinuousUpdate" - @echo "... ExperimentalBuild" - @echo "... src" - @echo "... main.o" - @echo "... main.i" - @echo "... main.s" -.PHONY : help - - - -#============================================================================= -# Special targets to cleanup operation of make. - -# Special rule to run CMake to check the build system integrity. -# No rule that depends on this can have commands that come from listfiles -# because they might be regenerated. -cmake_check_build_system: - $(CMAKE_COMMAND) -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) --check-build-system CMakeFiles/Makefile.cmake 0 -.PHONY : cmake_check_build_system - diff --git a/build/cmake_install.cmake b/build/cmake_install.cmake deleted file mode 100644 index dfafca9..0000000 --- a/build/cmake_install.cmake +++ /dev/null @@ -1,55 +0,0 @@ -# Install script for directory: /root/QIDI_Q1 - -# 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 "") - 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() - -# Install shared libraries without execute permission? -if(NOT DEFINED CMAKE_INSTALL_SO_NO_EXE) - set(CMAKE_INSTALL_SO_NO_EXE "1") -endif() - -# Is this installation the result of a crosscompile? -if(NOT DEFINED CMAKE_CROSSCOMPILING) - set(CMAKE_CROSSCOMPILING "FALSE") -endif() - -if(NOT CMAKE_INSTALL_LOCAL_ONLY) - # Include the install script for each subdirectory. - include("/root/QIDI_Q1/build/src/cmake_install.cmake") - -endif() - -if(CMAKE_INSTALL_COMPONENT) - set(CMAKE_INSTALL_MANIFEST "install_manifest_${CMAKE_INSTALL_COMPONENT}.txt") -else() - set(CMAKE_INSTALL_MANIFEST "install_manifest.txt") -endif() - -string(REPLACE ";" "\n" CMAKE_INSTALL_MANIFEST_CONTENT - "${CMAKE_INSTALL_MANIFEST_FILES}") -file(WRITE "/root/QIDI_Q1/build/${CMAKE_INSTALL_MANIFEST}" - "${CMAKE_INSTALL_MANIFEST_CONTENT}") diff --git a/build/src/CMakeFiles/CMakeDirectoryInformation.cmake b/build/src/CMakeFiles/CMakeDirectoryInformation.cmake deleted file mode 100644 index 8a3e544..0000000 --- a/build/src/CMakeFiles/CMakeDirectoryInformation.cmake +++ /dev/null @@ -1,16 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Generated by "Unix Makefiles" Generator, CMake Version 3.13 - -# Relative path conversion top directories. -set(CMAKE_RELATIVE_PATH_TOP_SOURCE "/root/QIDI_Q1") -set(CMAKE_RELATIVE_PATH_TOP_BINARY "/root/QIDI_Q1/build") - -# 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}) diff --git a/build/src/CMakeFiles/progress.marks b/build/src/CMakeFiles/progress.marks deleted file mode 100644 index e85087a..0000000 --- a/build/src/CMakeFiles/progress.marks +++ /dev/null @@ -1 +0,0 @@ -31 diff --git a/build/src/CMakeFiles/src.dir/CXX.includecache b/build/src/CMakeFiles/src.dir/CXX.includecache deleted file mode 100644 index db7fca0..0000000 --- a/build/src/CMakeFiles/src.dir/CXX.includecache +++ /dev/null @@ -1,810 +0,0 @@ -#IncludeRegexLine: ^[ ]*[#%][ ]*(include|import)[ ]*[<"]([^">]+)([">]) - -#IncludeRegexScan: ^.*$ - -#IncludeRegexComplain: ^$ - -#IncludeRegexTransform: - -.././include/MakerbaseSerial.h -stdio.h -- -stdlib.h -- -sys/types.h -- -sys/stat.h -- -fcntl.h -- -unistd.h -- -sys/ioctl.h -- -errno.h -- -string.h -- -signal.h -- -termios.h -- - -.././include/dictionary.h -stdio.h -- -stdlib.h -- -string.h -- -unistd.h -- - -.././include/iniparser.h -stdio.h -- -stdlib.h -- -string.h -- -dictionary.h -.././include/dictionary.h - -/root/QIDI_Q1/include/./HTTPRequest.hpp -cctype -- -cstddef -- -cstdint -- -cstring -- -algorithm -- -array -- -chrono -- -functional -- -map -- -memory -- -stdexcept -- -string -- -system_error -- -type_traits -- -vector -- -winsock2.h -- -wspiapi.h -- -ws2tcpip.h -- -errno.h -- -fcntl.h -- -netinet/in.h -- -netdb.h -- -sys/select.h -- -sys/socket.h -- -sys/types.h -- -unistd.h -- - -/root/QIDI_Q1/include/./MakerbaseParseMessage.h - -/root/QIDI_Q1/include/./MakerbaseShell.h -stdio.h -- -string.h -- - -/root/QIDI_Q1/include/./MoonrakerAPI.h -iostream -- -nlohmann/json.hpp -/root/QIDI_Q1/include/./nlohmann/json.hpp - -/root/QIDI_Q1/include/./dictionary.h -stdio.h -- -stdlib.h -- -string.h -- -unistd.h -- - -/root/QIDI_Q1/include/./iniparser.h -stdio.h -- -stdlib.h -- -string.h -- -dictionary.h -/root/QIDI_Q1/include/./dictionary.h - -/root/QIDI_Q1/include/./mks_log.h -iostream -- -stdio.h -- - -/root/QIDI_Q1/include/KlippyGcodes.h -iostream -- - -/root/QIDI_Q1/include/KlippyRest.h -iostream -- -./HTTPRequest.hpp -/root/QIDI_Q1/include/./HTTPRequest.hpp - -/root/QIDI_Q1/include/MakerbaseClient.h -websocketpp/config/asio_no_tls_client.hpp -- -websocketpp/client.hpp -- -websocketpp/common/thread.hpp -- -websocketpp/common/memory.hpp -- -string -- -locale -- -codecvt -- -./mks_log.h -/root/QIDI_Q1/include/./mks_log.h -./MoonrakerAPI.h -/root/QIDI_Q1/include/./MoonrakerAPI.h -./MakerbaseParseMessage.h -/root/QIDI_Q1/include/./MakerbaseParseMessage.h - -/root/QIDI_Q1/include/MakerbaseCommand.h -map -- - -/root/QIDI_Q1/include/MakerbaseNetwork.h -iostream -- -./MakerbaseShell.h -/root/QIDI_Q1/include/./MakerbaseShell.h - -/root/QIDI_Q1/include/MakerbasePanel.h -iostream -- -nlohmann/json.hpp -/root/QIDI_Q1/include/nlohmann/json.hpp - -/root/QIDI_Q1/include/MakerbaseParseIni.h -iostream -- -./dictionary.h -/root/QIDI_Q1/include/./dictionary.h -./iniparser.h -/root/QIDI_Q1/include/./iniparser.h - -/root/QIDI_Q1/include/MakerbaseParseMessage.h - -/root/QIDI_Q1/include/MakerbaseSerial.h -stdio.h -- -stdlib.h -- -sys/types.h -- -sys/stat.h -- -fcntl.h -- -unistd.h -- -sys/ioctl.h -- -errno.h -- -string.h -- -signal.h -- -termios.h -- - -/root/QIDI_Q1/include/MakerbaseShell.h -stdio.h -- -string.h -- - -/root/QIDI_Q1/include/MakerbaseWiFi.h -./MakerbaseShell.h -/root/QIDI_Q1/include/./MakerbaseShell.h - -/root/QIDI_Q1/include/MoonrakerAPI.h -iostream -- -nlohmann/json.hpp -/root/QIDI_Q1/include/nlohmann/json.hpp - -/root/QIDI_Q1/include/common.h -iostream -- -vector -- - -/root/QIDI_Q1/include/event.h -vector -- - -/root/QIDI_Q1/include/mks_error.h -nlohmann/json.hpp -/root/QIDI_Q1/include/nlohmann/json.hpp -./mks_log.h -/root/QIDI_Q1/include/./mks_log.h - -/root/QIDI_Q1/include/mks_file.h -./mks_log.h -/root/QIDI_Q1/include/./mks_log.h -nlohmann/json.hpp -/root/QIDI_Q1/include/nlohmann/json.hpp - -/root/QIDI_Q1/include/mks_gcode.h -nlohmann/json.hpp -/root/QIDI_Q1/include/nlohmann/json.hpp - -/root/QIDI_Q1/include/mks_gpio.h - -/root/QIDI_Q1/include/mks_init.h -stdio.h -- -stdlib.h -- -dirent.h -- -sys/types.h -- -errno.h -- -iostream -- -fstream -- - -/root/QIDI_Q1/include/mks_log.h -iostream -- -stdio.h -- - -/root/QIDI_Q1/include/mks_preview.h -iostream -- -fstream -- -vector -- - -/root/QIDI_Q1/include/mks_printer.h -nlohmann/json.hpp -/root/QIDI_Q1/include/nlohmann/json.hpp -./mks_log.h -/root/QIDI_Q1/include/./mks_log.h - -/root/QIDI_Q1/include/mks_system.h -./mks_log.h -/root/QIDI_Q1/include/./mks_log.h - -/root/QIDI_Q1/include/mks_test.h -unistd.h -- -pthread.h -- -time.h -- -sys/time.h -- -stdio.h -- -stdlib.h -- -iostream -- -exception -- -string.h -- - -/root/QIDI_Q1/include/mks_update.h - -/root/QIDI_Q1/include/mks_wpa_cli.h -stdlib.h -- -stddef.h -- -stdbool.h -- -stdio.h -- -stdarg.h -- -string.h -- -sys/types.h -- -sys/stat.h -- -fcntl.h -- -unistd.h -- -wpa_ctrl.h -- - -/root/QIDI_Q1/include/send_jpg.h -stdio.h -- -stdint.h -- -stdint.h -- -mks_log.h -/root/QIDI_Q1/include/mks_log.h -send_msg.h -/root/QIDI_Q1/include/send_msg.h - -/root/QIDI_Q1/include/send_msg.h -iostream -- -unistd.h -- -stdio.h -- -stdlib.h -- -string.h -- - -/root/QIDI_Q1/include/ui.h - -/root/QIDI_Q1/src/KlippyGcodes.cpp -../include/KlippyGcodes.h -/root/QIDI_Q1/include/KlippyGcodes.h - -/root/QIDI_Q1/src/KlippyRest.cpp -../include/KlippyRest.h -/root/QIDI_Q1/include/KlippyRest.h -../include/mks_log.h -/root/QIDI_Q1/include/mks_log.h -../include/event.h -/root/QIDI_Q1/include/event.h - -/root/QIDI_Q1/src/MakerbaseClient.cpp -../include/MakerbaseClient.h -/root/QIDI_Q1/include/MakerbaseClient.h - -/root/QIDI_Q1/src/MakerbaseNetwork.cpp -../include/MakerbaseNetwork.h -/root/QIDI_Q1/include/MakerbaseNetwork.h - -/root/QIDI_Q1/src/MakerbasePanel.cpp -../include/MakerbasePanel.h -/root/QIDI_Q1/include/MakerbasePanel.h -../include/KlippyGcodes.h -/root/QIDI_Q1/include/KlippyGcodes.h -../include/MoonrakerAPI.h -/root/QIDI_Q1/include/MoonrakerAPI.h -../include/MakerbasePanel.h -/root/QIDI_Q1/include/MakerbasePanel.h - -/root/QIDI_Q1/src/MakerbaseParseIni.cpp -../include/MakerbaseParseIni.h -/root/QIDI_Q1/include/MakerbaseParseIni.h - -/root/QIDI_Q1/src/MakerbaseParseMessage.cpp -nlohmann/json.hpp -/root/QIDI_Q1/src/nlohmann/json.hpp -../include/MakerbaseClient.h -/root/QIDI_Q1/include/MakerbaseClient.h -../include/MakerbaseCommand.h -/root/QIDI_Q1/include/MakerbaseCommand.h -../include/MoonrakerAPI.h -/root/QIDI_Q1/include/MoonrakerAPI.h -../include/mks_log.h -/root/QIDI_Q1/include/mks_log.h -../include/MakerbaseParseMessage.h -/root/QIDI_Q1/include/MakerbaseParseMessage.h -../include/event.h -/root/QIDI_Q1/include/event.h -../include/mks_error.h -/root/QIDI_Q1/include/mks_error.h -../include/mks_printer.h -/root/QIDI_Q1/include/mks_printer.h -../include/mks_file.h -/root/QIDI_Q1/include/mks_file.h -../include/mks_gcode.h -/root/QIDI_Q1/include/mks_gcode.h -../include/ui.h -/root/QIDI_Q1/include/ui.h - -/root/QIDI_Q1/src/MakerbaseSerial.cpp -../include/MakerbaseSerial.h -- -time.h -- - -/root/QIDI_Q1/src/MakerbaseShell.cpp -../include/MakerbaseShell.h -/root/QIDI_Q1/include/MakerbaseShell.h - -/root/QIDI_Q1/src/MakerbaseWiFi.cpp -iostream -- -cstring -- -vector -- -set -- -regex -- -unistd.h -- -../include/MakerbaseWiFi.h -/root/QIDI_Q1/include/MakerbaseWiFi.h -../include/MakerbaseShell.h -/root/QIDI_Q1/include/MakerbaseShell.h -../include/mks_log.h -/root/QIDI_Q1/include/mks_log.h -../include/mks_wpa_cli.h -/root/QIDI_Q1/include/mks_wpa_cli.h -../include/common.h -/root/QIDI_Q1/include/common.h - -/root/QIDI_Q1/src/MoonrakerAPI.cpp -../include/MoonrakerAPI.h -/root/QIDI_Q1/include/MoonrakerAPI.h -../include/MakerbaseCommand.h -/root/QIDI_Q1/include/MakerbaseCommand.h -nlohmann/json.hpp -/root/QIDI_Q1/src/nlohmann/json.hpp - -/root/QIDI_Q1/src/common.cpp -../include/common.h -/root/QIDI_Q1/include/common.h - -/root/QIDI_Q1/src/dictionary.cpp -dictionary.h -/root/QIDI_Q1/src/dictionary.h -stdio.h -- -stdlib.h -- -string.h -- -unistd.h -- - -/root/QIDI_Q1/src/event.cpp -iostream -- -set -- -stack -- -algorithm -- -cstdio -- -memory -- -stdexcept -- -array -- -math.h -- -stdio.h -- -stdlib.h -- -sys/types.h -- -sys/stat.h -- -fcntl.h -- -unistd.h -- -string.h -- -fstream -- -string -- -sstream -- -map -- -../include/KlippyGcodes.h -/root/QIDI_Q1/include/KlippyGcodes.h -../include/send_msg.h -/root/QIDI_Q1/include/send_msg.h -../include/event.h -/root/QIDI_Q1/include/event.h -../include/mks_printer.h -/root/QIDI_Q1/include/mks_printer.h -../include/mks_file.h -/root/QIDI_Q1/include/mks_file.h -../include/mks_update.h -/root/QIDI_Q1/include/mks_update.h -../include/mks_wpa_cli.h -/root/QIDI_Q1/include/mks_wpa_cli.h -../include/mks_test.h -/root/QIDI_Q1/include/mks_test.h -../include/MakerbaseSerial.h -/root/QIDI_Q1/include/MakerbaseSerial.h -../include/MakerbaseClient.h -/root/QIDI_Q1/include/MakerbaseClient.h -../include/MakerbaseShell.h -/root/QIDI_Q1/include/MakerbaseShell.h -../include/MakerbasePanel.h -/root/QIDI_Q1/include/MakerbasePanel.h -../include/MakerbaseParseIni.h -/root/QIDI_Q1/include/MakerbaseParseIni.h -../include/MakerbaseWiFi.h -/root/QIDI_Q1/include/MakerbaseWiFi.h -../include/ui.h -/root/QIDI_Q1/include/ui.h -../include/send_jpg.h -/root/QIDI_Q1/include/send_jpg.h -nlohmann/json.hpp -- - -/root/QIDI_Q1/src/iniparser.cpp -ctype.h -- -stdarg.h -- -iniparser.h -/root/QIDI_Q1/src/iniparser.h - -/root/QIDI_Q1/src/mks_error.cpp -../include/MoonrakerAPI.h -/root/QIDI_Q1/include/MoonrakerAPI.h -../include/mks_error.h -/root/QIDI_Q1/include/mks_error.h -../include/event.h -/root/QIDI_Q1/include/event.h - -/root/QIDI_Q1/src/mks_file.cpp -iostream -- -stack -- -set -- -fstream -- -string -- -sstream -- -../include/send_msg.h -/root/QIDI_Q1/include/send_msg.h -../include/mks_file.h -/root/QIDI_Q1/include/mks_file.h -../include/KlippyRest.h -/root/QIDI_Q1/include/KlippyRest.h -../include/event.h -/root/QIDI_Q1/include/event.h -../include/ui.h -/root/QIDI_Q1/include/ui.h -../include/mks_preview.h -/root/QIDI_Q1/include/mks_preview.h - -/root/QIDI_Q1/src/mks_gcode.cpp -unistd.h -- -iostream -- -sstream -- -regex -- -../include/MakerbaseCommand.h -/root/QIDI_Q1/include/MakerbaseCommand.h -../include/MoonrakerAPI.h -/root/QIDI_Q1/include/MoonrakerAPI.h -../include/mks_log.h -/root/QIDI_Q1/include/mks_log.h -../include/mks_gcode.h -/root/QIDI_Q1/include/mks_gcode.h -../include/event.h -/root/QIDI_Q1/include/event.h -../include/ui.h -/root/QIDI_Q1/include/ui.h -../include/mks_file.h -/root/QIDI_Q1/include/mks_file.h - -/root/QIDI_Q1/src/mks_gpio.cpp -../include/mks_gpio.h -/root/QIDI_Q1/include/mks_gpio.h -../include/mks_log.h -/root/QIDI_Q1/include/mks_log.h -../include/event.h -/root/QIDI_Q1/include/event.h -iostream -- -stdio.h -- -stdlib.h -- -sys/types.h -- -sys/stat.h -- -fcntl.h -- -unistd.h -- -string.h -- -poll.h -- - -/root/QIDI_Q1/src/mks_init.cpp -../include/mks_init.h -/root/QIDI_Q1/include/mks_init.h -../include/MakerbaseShell.h -/root/QIDI_Q1/include/MakerbaseShell.h - -/root/QIDI_Q1/src/mks_job.cpp -stdio.h -- -sqlite3.h -- - -/root/QIDI_Q1/src/mks_preview.cpp -../include/mks_preview.h -/root/QIDI_Q1/include/mks_preview.h - -/root/QIDI_Q1/src/mks_printer.cpp -iostream -- -../include/mks_printer.h -/root/QIDI_Q1/include/mks_printer.h - -/root/QIDI_Q1/src/mks_system.cpp -../include/mks_system.h -/root/QIDI_Q1/include/mks_system.h - -/root/QIDI_Q1/src/mks_test.cpp -../include/mks_test.h -/root/QIDI_Q1/include/mks_test.h -../include/ui.h -/root/QIDI_Q1/include/ui.h -../include/send_msg.h -/root/QIDI_Q1/include/send_msg.h -../include/event.h -/root/QIDI_Q1/include/event.h - -/root/QIDI_Q1/src/mks_update.cpp -stdio.h -- -stdlib.h -- -sys/types.h -- -sys/stat.h -- -fcntl.h -- -unistd.h -- -string.h -- -iostream -- -sstream -- -fstream -- -vector -- -string -- -map -- -memory -- -dirent.h -- -cstring -- -cstdlib -- -../include/event.h -/root/QIDI_Q1/include/event.h -../include/send_msg.h -/root/QIDI_Q1/include/send_msg.h -../include/MakerbaseSerial.h -/root/QIDI_Q1/include/MakerbaseSerial.h - -/root/QIDI_Q1/src/mks_wpa_cli.cpp -iostream -- -../include/ui.h -/root/QIDI_Q1/include/ui.h -../include/MakerbaseWiFi.h -/root/QIDI_Q1/include/MakerbaseWiFi.h -../include/mks_wpa_cli.h -/root/QIDI_Q1/include/mks_wpa_cli.h -../include/mks_log.h -/root/QIDI_Q1/include/mks_log.h -../include/event.h -/root/QIDI_Q1/include/event.h - -/root/QIDI_Q1/src/send_jpg.cpp -../include/mks_log.h -/root/QIDI_Q1/include/mks_log.h -../include/send_msg.h -/root/QIDI_Q1/include/send_msg.h -../include/MakerbaseSerial.h -/root/QIDI_Q1/include/MakerbaseSerial.h -../include/send_jpg.h -/root/QIDI_Q1/include/send_jpg.h -../include/mks_file.h -/root/QIDI_Q1/include/mks_file.h - -/root/QIDI_Q1/src/send_msg.cpp -../include/mks_log.h -/root/QIDI_Q1/include/mks_log.h -../include/send_msg.h -/root/QIDI_Q1/include/send_msg.h -../include/MakerbaseSerial.h -/root/QIDI_Q1/include/MakerbaseSerial.h - -/root/QIDI_Q1/src/ui.cpp -../include/ui.h -/root/QIDI_Q1/include/ui.h -../include/send_msg.h -/root/QIDI_Q1/include/send_msg.h -../include/mks_log.h -/root/QIDI_Q1/include/mks_log.h -../include/event.h -/root/QIDI_Q1/include/event.h -../include/mks_file.h -/root/QIDI_Q1/include/mks_file.h -../include/mks_preview.h -/root/QIDI_Q1/include/mks_preview.h -../include/mks_update.h -/root/QIDI_Q1/include/mks_update.h -../include/mks_wpa_cli.h -/root/QIDI_Q1/include/mks_wpa_cli.h -../include/MakerbaseNetwork.h -/root/QIDI_Q1/include/MakerbaseNetwork.h -../include/MakerbaseSerial.h -/root/QIDI_Q1/include/MakerbaseSerial.h -../include/MakerbaseWiFi.h -/root/QIDI_Q1/include/MakerbaseWiFi.h -../include/send_jpg.h -/root/QIDI_Q1/include/send_jpg.h -stack -- - diff --git a/build/src/CMakeFiles/src.dir/DependInfo.cmake b/build/src/CMakeFiles/src.dir/DependInfo.cmake deleted file mode 100644 index fffed0c..0000000 --- a/build/src/CMakeFiles/src.dir/DependInfo.cmake +++ /dev/null @@ -1,50 +0,0 @@ -# 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 - "/root/QIDI_Q1/src/KlippyGcodes.cpp" "/root/QIDI_Q1/build/src/CMakeFiles/src.dir/KlippyGcodes.cpp.o" - "/root/QIDI_Q1/src/KlippyRest.cpp" "/root/QIDI_Q1/build/src/CMakeFiles/src.dir/KlippyRest.cpp.o" - "/root/QIDI_Q1/src/MakerbaseClient.cpp" "/root/QIDI_Q1/build/src/CMakeFiles/src.dir/MakerbaseClient.cpp.o" - "/root/QIDI_Q1/src/MakerbaseNetwork.cpp" "/root/QIDI_Q1/build/src/CMakeFiles/src.dir/MakerbaseNetwork.cpp.o" - "/root/QIDI_Q1/src/MakerbasePanel.cpp" "/root/QIDI_Q1/build/src/CMakeFiles/src.dir/MakerbasePanel.cpp.o" - "/root/QIDI_Q1/src/MakerbaseParseIni.cpp" "/root/QIDI_Q1/build/src/CMakeFiles/src.dir/MakerbaseParseIni.cpp.o" - "/root/QIDI_Q1/src/MakerbaseParseMessage.cpp" "/root/QIDI_Q1/build/src/CMakeFiles/src.dir/MakerbaseParseMessage.cpp.o" - "/root/QIDI_Q1/src/MakerbaseSerial.cpp" "/root/QIDI_Q1/build/src/CMakeFiles/src.dir/MakerbaseSerial.cpp.o" - "/root/QIDI_Q1/src/MakerbaseShell.cpp" "/root/QIDI_Q1/build/src/CMakeFiles/src.dir/MakerbaseShell.cpp.o" - "/root/QIDI_Q1/src/MakerbaseWiFi.cpp" "/root/QIDI_Q1/build/src/CMakeFiles/src.dir/MakerbaseWiFi.cpp.o" - "/root/QIDI_Q1/src/MoonrakerAPI.cpp" "/root/QIDI_Q1/build/src/CMakeFiles/src.dir/MoonrakerAPI.cpp.o" - "/root/QIDI_Q1/src/common.cpp" "/root/QIDI_Q1/build/src/CMakeFiles/src.dir/common.cpp.o" - "/root/QIDI_Q1/src/dictionary.cpp" "/root/QIDI_Q1/build/src/CMakeFiles/src.dir/dictionary.cpp.o" - "/root/QIDI_Q1/src/event.cpp" "/root/QIDI_Q1/build/src/CMakeFiles/src.dir/event.cpp.o" - "/root/QIDI_Q1/src/iniparser.cpp" "/root/QIDI_Q1/build/src/CMakeFiles/src.dir/iniparser.cpp.o" - "/root/QIDI_Q1/src/mks_error.cpp" "/root/QIDI_Q1/build/src/CMakeFiles/src.dir/mks_error.cpp.o" - "/root/QIDI_Q1/src/mks_file.cpp" "/root/QIDI_Q1/build/src/CMakeFiles/src.dir/mks_file.cpp.o" - "/root/QIDI_Q1/src/mks_gcode.cpp" "/root/QIDI_Q1/build/src/CMakeFiles/src.dir/mks_gcode.cpp.o" - "/root/QIDI_Q1/src/mks_gpio.cpp" "/root/QIDI_Q1/build/src/CMakeFiles/src.dir/mks_gpio.cpp.o" - "/root/QIDI_Q1/src/mks_init.cpp" "/root/QIDI_Q1/build/src/CMakeFiles/src.dir/mks_init.cpp.o" - "/root/QIDI_Q1/src/mks_job.cpp" "/root/QIDI_Q1/build/src/CMakeFiles/src.dir/mks_job.cpp.o" - "/root/QIDI_Q1/src/mks_preview.cpp" "/root/QIDI_Q1/build/src/CMakeFiles/src.dir/mks_preview.cpp.o" - "/root/QIDI_Q1/src/mks_printer.cpp" "/root/QIDI_Q1/build/src/CMakeFiles/src.dir/mks_printer.cpp.o" - "/root/QIDI_Q1/src/mks_system.cpp" "/root/QIDI_Q1/build/src/CMakeFiles/src.dir/mks_system.cpp.o" - "/root/QIDI_Q1/src/mks_test.cpp" "/root/QIDI_Q1/build/src/CMakeFiles/src.dir/mks_test.cpp.o" - "/root/QIDI_Q1/src/mks_update.cpp" "/root/QIDI_Q1/build/src/CMakeFiles/src.dir/mks_update.cpp.o" - "/root/QIDI_Q1/src/mks_wpa_cli.cpp" "/root/QIDI_Q1/build/src/CMakeFiles/src.dir/mks_wpa_cli.cpp.o" - "/root/QIDI_Q1/src/send_jpg.cpp" "/root/QIDI_Q1/build/src/CMakeFiles/src.dir/send_jpg.cpp.o" - "/root/QIDI_Q1/src/send_msg.cpp" "/root/QIDI_Q1/build/src/CMakeFiles/src.dir/send_msg.cpp.o" - "/root/QIDI_Q1/src/ui.cpp" "/root/QIDI_Q1/build/src/CMakeFiles/src.dir/ui.cpp.o" - ) -set(CMAKE_CXX_COMPILER_ID "GNU") - -# The include file search paths: -set(CMAKE_CXX_TARGET_INCLUDE_PATH - ".././include" - ) - -# Targets to which this target links. -set(CMAKE_TARGET_LINKED_INFO_FILES - ) - -# Fortran module output directory. -set(CMAKE_Fortran_TARGET_MODULE_DIR "") diff --git a/build/src/CMakeFiles/src.dir/KlippyGcodes.cpp.o b/build/src/CMakeFiles/src.dir/KlippyGcodes.cpp.o deleted file mode 100644 index f7f8bf2..0000000 Binary files a/build/src/CMakeFiles/src.dir/KlippyGcodes.cpp.o and /dev/null differ diff --git a/build/src/CMakeFiles/src.dir/KlippyRest.cpp.o b/build/src/CMakeFiles/src.dir/KlippyRest.cpp.o deleted file mode 100644 index 86a7216..0000000 Binary files a/build/src/CMakeFiles/src.dir/KlippyRest.cpp.o and /dev/null differ diff --git a/build/src/CMakeFiles/src.dir/MakerbaseClient.cpp.o b/build/src/CMakeFiles/src.dir/MakerbaseClient.cpp.o deleted file mode 100644 index 185c0bc..0000000 Binary files a/build/src/CMakeFiles/src.dir/MakerbaseClient.cpp.o and /dev/null differ diff --git a/build/src/CMakeFiles/src.dir/MakerbaseNetwork.cpp.o b/build/src/CMakeFiles/src.dir/MakerbaseNetwork.cpp.o deleted file mode 100644 index 8012646..0000000 Binary files a/build/src/CMakeFiles/src.dir/MakerbaseNetwork.cpp.o and /dev/null differ diff --git a/build/src/CMakeFiles/src.dir/MakerbasePanel.cpp.o b/build/src/CMakeFiles/src.dir/MakerbasePanel.cpp.o deleted file mode 100644 index 9eedd69..0000000 Binary files a/build/src/CMakeFiles/src.dir/MakerbasePanel.cpp.o and /dev/null differ diff --git a/build/src/CMakeFiles/src.dir/MakerbaseParseIni.cpp.o b/build/src/CMakeFiles/src.dir/MakerbaseParseIni.cpp.o deleted file mode 100644 index 20618af..0000000 Binary files a/build/src/CMakeFiles/src.dir/MakerbaseParseIni.cpp.o and /dev/null differ diff --git a/build/src/CMakeFiles/src.dir/MakerbaseParseMessage.cpp.o b/build/src/CMakeFiles/src.dir/MakerbaseParseMessage.cpp.o deleted file mode 100644 index ec1cb44..0000000 Binary files a/build/src/CMakeFiles/src.dir/MakerbaseParseMessage.cpp.o and /dev/null differ diff --git a/build/src/CMakeFiles/src.dir/MakerbaseSerial.cpp.o b/build/src/CMakeFiles/src.dir/MakerbaseSerial.cpp.o deleted file mode 100644 index fb75e96..0000000 Binary files a/build/src/CMakeFiles/src.dir/MakerbaseSerial.cpp.o and /dev/null differ diff --git a/build/src/CMakeFiles/src.dir/MakerbaseShell.cpp.o b/build/src/CMakeFiles/src.dir/MakerbaseShell.cpp.o deleted file mode 100644 index 3674e97..0000000 Binary files a/build/src/CMakeFiles/src.dir/MakerbaseShell.cpp.o and /dev/null differ diff --git a/build/src/CMakeFiles/src.dir/MakerbaseWiFi.cpp.o b/build/src/CMakeFiles/src.dir/MakerbaseWiFi.cpp.o deleted file mode 100644 index d413357..0000000 Binary files a/build/src/CMakeFiles/src.dir/MakerbaseWiFi.cpp.o and /dev/null differ diff --git a/build/src/CMakeFiles/src.dir/MoonrakerAPI.cpp.o b/build/src/CMakeFiles/src.dir/MoonrakerAPI.cpp.o deleted file mode 100644 index d533fd2..0000000 Binary files a/build/src/CMakeFiles/src.dir/MoonrakerAPI.cpp.o and /dev/null differ diff --git a/build/src/CMakeFiles/src.dir/build.make b/build/src/CMakeFiles/src.dir/build.make deleted file mode 100644 index b50f27e..0000000 --- a/build/src/CMakeFiles/src.dir/build.make +++ /dev/null @@ -1,534 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Generated by "Unix Makefiles" Generator, CMake Version 3.13 - -# Delete rule output on recipe failure. -.DELETE_ON_ERROR: - - -#============================================================================= -# Special targets provided by cmake. - -# Disable implicit rules so canonical targets will work. -.SUFFIXES: - - -# Remove some rules from gmake that .SUFFIXES does not remove. -SUFFIXES = - -.SUFFIXES: .hpux_make_needs_suffix_list - - -# Suppress display of executed commands. -$(VERBOSE).SILENT: - - -# A target that is always out of date. -cmake_force: - -.PHONY : cmake_force - -#============================================================================= -# Set environment variables for the build. - -# The shell in which to execute make rules. -SHELL = /bin/sh - -# The CMake executable. -CMAKE_COMMAND = /usr/bin/cmake - -# The command to remove a file. -RM = /usr/bin/cmake -E remove -f - -# Escaping for special characters. -EQUALS = = - -# The top-level source directory on which CMake was run. -CMAKE_SOURCE_DIR = /root/QIDI_Q1 - -# The top-level build directory on which CMake was run. -CMAKE_BINARY_DIR = /root/QIDI_Q1/build - -# Include any dependencies generated for this target. -include src/CMakeFiles/src.dir/depend.make - -# Include the progress variables for this target. -include src/CMakeFiles/src.dir/progress.make - -# Include the compile flags for this target's objects. -include src/CMakeFiles/src.dir/flags.make - -src/CMakeFiles/src.dir/KlippyGcodes.cpp.o: src/CMakeFiles/src.dir/flags.make -src/CMakeFiles/src.dir/KlippyGcodes.cpp.o: ../src/KlippyGcodes.cpp - @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=/root/QIDI_Q1/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_1) "Building CXX object src/CMakeFiles/src.dir/KlippyGcodes.cpp.o" - cd /root/QIDI_Q1/build/src && /usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -o CMakeFiles/src.dir/KlippyGcodes.cpp.o -c /root/QIDI_Q1/src/KlippyGcodes.cpp - -src/CMakeFiles/src.dir/KlippyGcodes.cpp.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing CXX source to CMakeFiles/src.dir/KlippyGcodes.cpp.i" - cd /root/QIDI_Q1/build/src && /usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -E /root/QIDI_Q1/src/KlippyGcodes.cpp > CMakeFiles/src.dir/KlippyGcodes.cpp.i - -src/CMakeFiles/src.dir/KlippyGcodes.cpp.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling CXX source to assembly CMakeFiles/src.dir/KlippyGcodes.cpp.s" - cd /root/QIDI_Q1/build/src && /usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -S /root/QIDI_Q1/src/KlippyGcodes.cpp -o CMakeFiles/src.dir/KlippyGcodes.cpp.s - -src/CMakeFiles/src.dir/KlippyRest.cpp.o: src/CMakeFiles/src.dir/flags.make -src/CMakeFiles/src.dir/KlippyRest.cpp.o: ../src/KlippyRest.cpp - @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=/root/QIDI_Q1/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_2) "Building CXX object src/CMakeFiles/src.dir/KlippyRest.cpp.o" - cd /root/QIDI_Q1/build/src && /usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -o CMakeFiles/src.dir/KlippyRest.cpp.o -c /root/QIDI_Q1/src/KlippyRest.cpp - -src/CMakeFiles/src.dir/KlippyRest.cpp.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing CXX source to CMakeFiles/src.dir/KlippyRest.cpp.i" - cd /root/QIDI_Q1/build/src && /usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -E /root/QIDI_Q1/src/KlippyRest.cpp > CMakeFiles/src.dir/KlippyRest.cpp.i - -src/CMakeFiles/src.dir/KlippyRest.cpp.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling CXX source to assembly CMakeFiles/src.dir/KlippyRest.cpp.s" - cd /root/QIDI_Q1/build/src && /usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -S /root/QIDI_Q1/src/KlippyRest.cpp -o CMakeFiles/src.dir/KlippyRest.cpp.s - -src/CMakeFiles/src.dir/MakerbaseClient.cpp.o: src/CMakeFiles/src.dir/flags.make -src/CMakeFiles/src.dir/MakerbaseClient.cpp.o: ../src/MakerbaseClient.cpp - @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=/root/QIDI_Q1/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_3) "Building CXX object src/CMakeFiles/src.dir/MakerbaseClient.cpp.o" - cd /root/QIDI_Q1/build/src && /usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -o CMakeFiles/src.dir/MakerbaseClient.cpp.o -c /root/QIDI_Q1/src/MakerbaseClient.cpp - -src/CMakeFiles/src.dir/MakerbaseClient.cpp.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing CXX source to CMakeFiles/src.dir/MakerbaseClient.cpp.i" - cd /root/QIDI_Q1/build/src && /usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -E /root/QIDI_Q1/src/MakerbaseClient.cpp > CMakeFiles/src.dir/MakerbaseClient.cpp.i - -src/CMakeFiles/src.dir/MakerbaseClient.cpp.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling CXX source to assembly CMakeFiles/src.dir/MakerbaseClient.cpp.s" - cd /root/QIDI_Q1/build/src && /usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -S /root/QIDI_Q1/src/MakerbaseClient.cpp -o CMakeFiles/src.dir/MakerbaseClient.cpp.s - -src/CMakeFiles/src.dir/MakerbaseNetwork.cpp.o: src/CMakeFiles/src.dir/flags.make -src/CMakeFiles/src.dir/MakerbaseNetwork.cpp.o: ../src/MakerbaseNetwork.cpp - @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=/root/QIDI_Q1/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_4) "Building CXX object src/CMakeFiles/src.dir/MakerbaseNetwork.cpp.o" - cd /root/QIDI_Q1/build/src && /usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -o CMakeFiles/src.dir/MakerbaseNetwork.cpp.o -c /root/QIDI_Q1/src/MakerbaseNetwork.cpp - -src/CMakeFiles/src.dir/MakerbaseNetwork.cpp.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing CXX source to CMakeFiles/src.dir/MakerbaseNetwork.cpp.i" - cd /root/QIDI_Q1/build/src && /usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -E /root/QIDI_Q1/src/MakerbaseNetwork.cpp > CMakeFiles/src.dir/MakerbaseNetwork.cpp.i - -src/CMakeFiles/src.dir/MakerbaseNetwork.cpp.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling CXX source to assembly CMakeFiles/src.dir/MakerbaseNetwork.cpp.s" - cd /root/QIDI_Q1/build/src && /usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -S /root/QIDI_Q1/src/MakerbaseNetwork.cpp -o CMakeFiles/src.dir/MakerbaseNetwork.cpp.s - -src/CMakeFiles/src.dir/MakerbasePanel.cpp.o: src/CMakeFiles/src.dir/flags.make -src/CMakeFiles/src.dir/MakerbasePanel.cpp.o: ../src/MakerbasePanel.cpp - @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=/root/QIDI_Q1/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_5) "Building CXX object src/CMakeFiles/src.dir/MakerbasePanel.cpp.o" - cd /root/QIDI_Q1/build/src && /usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -o CMakeFiles/src.dir/MakerbasePanel.cpp.o -c /root/QIDI_Q1/src/MakerbasePanel.cpp - -src/CMakeFiles/src.dir/MakerbasePanel.cpp.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing CXX source to CMakeFiles/src.dir/MakerbasePanel.cpp.i" - cd /root/QIDI_Q1/build/src && /usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -E /root/QIDI_Q1/src/MakerbasePanel.cpp > CMakeFiles/src.dir/MakerbasePanel.cpp.i - -src/CMakeFiles/src.dir/MakerbasePanel.cpp.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling CXX source to assembly CMakeFiles/src.dir/MakerbasePanel.cpp.s" - cd /root/QIDI_Q1/build/src && /usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -S /root/QIDI_Q1/src/MakerbasePanel.cpp -o CMakeFiles/src.dir/MakerbasePanel.cpp.s - -src/CMakeFiles/src.dir/MakerbaseParseIni.cpp.o: src/CMakeFiles/src.dir/flags.make -src/CMakeFiles/src.dir/MakerbaseParseIni.cpp.o: ../src/MakerbaseParseIni.cpp - @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=/root/QIDI_Q1/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_6) "Building CXX object src/CMakeFiles/src.dir/MakerbaseParseIni.cpp.o" - cd /root/QIDI_Q1/build/src && /usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -o CMakeFiles/src.dir/MakerbaseParseIni.cpp.o -c /root/QIDI_Q1/src/MakerbaseParseIni.cpp - -src/CMakeFiles/src.dir/MakerbaseParseIni.cpp.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing CXX source to CMakeFiles/src.dir/MakerbaseParseIni.cpp.i" - cd /root/QIDI_Q1/build/src && /usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -E /root/QIDI_Q1/src/MakerbaseParseIni.cpp > CMakeFiles/src.dir/MakerbaseParseIni.cpp.i - -src/CMakeFiles/src.dir/MakerbaseParseIni.cpp.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling CXX source to assembly CMakeFiles/src.dir/MakerbaseParseIni.cpp.s" - cd /root/QIDI_Q1/build/src && /usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -S /root/QIDI_Q1/src/MakerbaseParseIni.cpp -o CMakeFiles/src.dir/MakerbaseParseIni.cpp.s - -src/CMakeFiles/src.dir/MakerbaseParseMessage.cpp.o: src/CMakeFiles/src.dir/flags.make -src/CMakeFiles/src.dir/MakerbaseParseMessage.cpp.o: ../src/MakerbaseParseMessage.cpp - @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=/root/QIDI_Q1/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_7) "Building CXX object src/CMakeFiles/src.dir/MakerbaseParseMessage.cpp.o" - cd /root/QIDI_Q1/build/src && /usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -o CMakeFiles/src.dir/MakerbaseParseMessage.cpp.o -c /root/QIDI_Q1/src/MakerbaseParseMessage.cpp - -src/CMakeFiles/src.dir/MakerbaseParseMessage.cpp.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing CXX source to CMakeFiles/src.dir/MakerbaseParseMessage.cpp.i" - cd /root/QIDI_Q1/build/src && /usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -E /root/QIDI_Q1/src/MakerbaseParseMessage.cpp > CMakeFiles/src.dir/MakerbaseParseMessage.cpp.i - -src/CMakeFiles/src.dir/MakerbaseParseMessage.cpp.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling CXX source to assembly CMakeFiles/src.dir/MakerbaseParseMessage.cpp.s" - cd /root/QIDI_Q1/build/src && /usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -S /root/QIDI_Q1/src/MakerbaseParseMessage.cpp -o CMakeFiles/src.dir/MakerbaseParseMessage.cpp.s - -src/CMakeFiles/src.dir/MakerbaseSerial.cpp.o: src/CMakeFiles/src.dir/flags.make -src/CMakeFiles/src.dir/MakerbaseSerial.cpp.o: ../src/MakerbaseSerial.cpp - @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=/root/QIDI_Q1/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_8) "Building CXX object src/CMakeFiles/src.dir/MakerbaseSerial.cpp.o" - cd /root/QIDI_Q1/build/src && /usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -o CMakeFiles/src.dir/MakerbaseSerial.cpp.o -c /root/QIDI_Q1/src/MakerbaseSerial.cpp - -src/CMakeFiles/src.dir/MakerbaseSerial.cpp.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing CXX source to CMakeFiles/src.dir/MakerbaseSerial.cpp.i" - cd /root/QIDI_Q1/build/src && /usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -E /root/QIDI_Q1/src/MakerbaseSerial.cpp > CMakeFiles/src.dir/MakerbaseSerial.cpp.i - -src/CMakeFiles/src.dir/MakerbaseSerial.cpp.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling CXX source to assembly CMakeFiles/src.dir/MakerbaseSerial.cpp.s" - cd /root/QIDI_Q1/build/src && /usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -S /root/QIDI_Q1/src/MakerbaseSerial.cpp -o CMakeFiles/src.dir/MakerbaseSerial.cpp.s - -src/CMakeFiles/src.dir/MakerbaseShell.cpp.o: src/CMakeFiles/src.dir/flags.make -src/CMakeFiles/src.dir/MakerbaseShell.cpp.o: ../src/MakerbaseShell.cpp - @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=/root/QIDI_Q1/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_9) "Building CXX object src/CMakeFiles/src.dir/MakerbaseShell.cpp.o" - cd /root/QIDI_Q1/build/src && /usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -o CMakeFiles/src.dir/MakerbaseShell.cpp.o -c /root/QIDI_Q1/src/MakerbaseShell.cpp - -src/CMakeFiles/src.dir/MakerbaseShell.cpp.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing CXX source to CMakeFiles/src.dir/MakerbaseShell.cpp.i" - cd /root/QIDI_Q1/build/src && /usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -E /root/QIDI_Q1/src/MakerbaseShell.cpp > CMakeFiles/src.dir/MakerbaseShell.cpp.i - -src/CMakeFiles/src.dir/MakerbaseShell.cpp.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling CXX source to assembly CMakeFiles/src.dir/MakerbaseShell.cpp.s" - cd /root/QIDI_Q1/build/src && /usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -S /root/QIDI_Q1/src/MakerbaseShell.cpp -o CMakeFiles/src.dir/MakerbaseShell.cpp.s - -src/CMakeFiles/src.dir/MakerbaseWiFi.cpp.o: src/CMakeFiles/src.dir/flags.make -src/CMakeFiles/src.dir/MakerbaseWiFi.cpp.o: ../src/MakerbaseWiFi.cpp - @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=/root/QIDI_Q1/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_10) "Building CXX object src/CMakeFiles/src.dir/MakerbaseWiFi.cpp.o" - cd /root/QIDI_Q1/build/src && /usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -o CMakeFiles/src.dir/MakerbaseWiFi.cpp.o -c /root/QIDI_Q1/src/MakerbaseWiFi.cpp - -src/CMakeFiles/src.dir/MakerbaseWiFi.cpp.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing CXX source to CMakeFiles/src.dir/MakerbaseWiFi.cpp.i" - cd /root/QIDI_Q1/build/src && /usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -E /root/QIDI_Q1/src/MakerbaseWiFi.cpp > CMakeFiles/src.dir/MakerbaseWiFi.cpp.i - -src/CMakeFiles/src.dir/MakerbaseWiFi.cpp.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling CXX source to assembly CMakeFiles/src.dir/MakerbaseWiFi.cpp.s" - cd /root/QIDI_Q1/build/src && /usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -S /root/QIDI_Q1/src/MakerbaseWiFi.cpp -o CMakeFiles/src.dir/MakerbaseWiFi.cpp.s - -src/CMakeFiles/src.dir/MoonrakerAPI.cpp.o: src/CMakeFiles/src.dir/flags.make -src/CMakeFiles/src.dir/MoonrakerAPI.cpp.o: ../src/MoonrakerAPI.cpp - @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=/root/QIDI_Q1/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_11) "Building CXX object src/CMakeFiles/src.dir/MoonrakerAPI.cpp.o" - cd /root/QIDI_Q1/build/src && /usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -o CMakeFiles/src.dir/MoonrakerAPI.cpp.o -c /root/QIDI_Q1/src/MoonrakerAPI.cpp - -src/CMakeFiles/src.dir/MoonrakerAPI.cpp.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing CXX source to CMakeFiles/src.dir/MoonrakerAPI.cpp.i" - cd /root/QIDI_Q1/build/src && /usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -E /root/QIDI_Q1/src/MoonrakerAPI.cpp > CMakeFiles/src.dir/MoonrakerAPI.cpp.i - -src/CMakeFiles/src.dir/MoonrakerAPI.cpp.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling CXX source to assembly CMakeFiles/src.dir/MoonrakerAPI.cpp.s" - cd /root/QIDI_Q1/build/src && /usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -S /root/QIDI_Q1/src/MoonrakerAPI.cpp -o CMakeFiles/src.dir/MoonrakerAPI.cpp.s - -src/CMakeFiles/src.dir/common.cpp.o: src/CMakeFiles/src.dir/flags.make -src/CMakeFiles/src.dir/common.cpp.o: ../src/common.cpp - @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=/root/QIDI_Q1/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_12) "Building CXX object src/CMakeFiles/src.dir/common.cpp.o" - cd /root/QIDI_Q1/build/src && /usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -o CMakeFiles/src.dir/common.cpp.o -c /root/QIDI_Q1/src/common.cpp - -src/CMakeFiles/src.dir/common.cpp.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing CXX source to CMakeFiles/src.dir/common.cpp.i" - cd /root/QIDI_Q1/build/src && /usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -E /root/QIDI_Q1/src/common.cpp > CMakeFiles/src.dir/common.cpp.i - -src/CMakeFiles/src.dir/common.cpp.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling CXX source to assembly CMakeFiles/src.dir/common.cpp.s" - cd /root/QIDI_Q1/build/src && /usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -S /root/QIDI_Q1/src/common.cpp -o CMakeFiles/src.dir/common.cpp.s - -src/CMakeFiles/src.dir/dictionary.cpp.o: src/CMakeFiles/src.dir/flags.make -src/CMakeFiles/src.dir/dictionary.cpp.o: ../src/dictionary.cpp - @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=/root/QIDI_Q1/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_13) "Building CXX object src/CMakeFiles/src.dir/dictionary.cpp.o" - cd /root/QIDI_Q1/build/src && /usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -o CMakeFiles/src.dir/dictionary.cpp.o -c /root/QIDI_Q1/src/dictionary.cpp - -src/CMakeFiles/src.dir/dictionary.cpp.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing CXX source to CMakeFiles/src.dir/dictionary.cpp.i" - cd /root/QIDI_Q1/build/src && /usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -E /root/QIDI_Q1/src/dictionary.cpp > CMakeFiles/src.dir/dictionary.cpp.i - -src/CMakeFiles/src.dir/dictionary.cpp.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling CXX source to assembly CMakeFiles/src.dir/dictionary.cpp.s" - cd /root/QIDI_Q1/build/src && /usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -S /root/QIDI_Q1/src/dictionary.cpp -o CMakeFiles/src.dir/dictionary.cpp.s - -src/CMakeFiles/src.dir/event.cpp.o: src/CMakeFiles/src.dir/flags.make -src/CMakeFiles/src.dir/event.cpp.o: ../src/event.cpp - @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=/root/QIDI_Q1/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_14) "Building CXX object src/CMakeFiles/src.dir/event.cpp.o" - cd /root/QIDI_Q1/build/src && /usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -o CMakeFiles/src.dir/event.cpp.o -c /root/QIDI_Q1/src/event.cpp - -src/CMakeFiles/src.dir/event.cpp.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing CXX source to CMakeFiles/src.dir/event.cpp.i" - cd /root/QIDI_Q1/build/src && /usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -E /root/QIDI_Q1/src/event.cpp > CMakeFiles/src.dir/event.cpp.i - -src/CMakeFiles/src.dir/event.cpp.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling CXX source to assembly CMakeFiles/src.dir/event.cpp.s" - cd /root/QIDI_Q1/build/src && /usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -S /root/QIDI_Q1/src/event.cpp -o CMakeFiles/src.dir/event.cpp.s - -src/CMakeFiles/src.dir/iniparser.cpp.o: src/CMakeFiles/src.dir/flags.make -src/CMakeFiles/src.dir/iniparser.cpp.o: ../src/iniparser.cpp - @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=/root/QIDI_Q1/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_15) "Building CXX object src/CMakeFiles/src.dir/iniparser.cpp.o" - cd /root/QIDI_Q1/build/src && /usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -o CMakeFiles/src.dir/iniparser.cpp.o -c /root/QIDI_Q1/src/iniparser.cpp - -src/CMakeFiles/src.dir/iniparser.cpp.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing CXX source to CMakeFiles/src.dir/iniparser.cpp.i" - cd /root/QIDI_Q1/build/src && /usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -E /root/QIDI_Q1/src/iniparser.cpp > CMakeFiles/src.dir/iniparser.cpp.i - -src/CMakeFiles/src.dir/iniparser.cpp.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling CXX source to assembly CMakeFiles/src.dir/iniparser.cpp.s" - cd /root/QIDI_Q1/build/src && /usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -S /root/QIDI_Q1/src/iniparser.cpp -o CMakeFiles/src.dir/iniparser.cpp.s - -src/CMakeFiles/src.dir/mks_error.cpp.o: src/CMakeFiles/src.dir/flags.make -src/CMakeFiles/src.dir/mks_error.cpp.o: ../src/mks_error.cpp - @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=/root/QIDI_Q1/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_16) "Building CXX object src/CMakeFiles/src.dir/mks_error.cpp.o" - cd /root/QIDI_Q1/build/src && /usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -o CMakeFiles/src.dir/mks_error.cpp.o -c /root/QIDI_Q1/src/mks_error.cpp - -src/CMakeFiles/src.dir/mks_error.cpp.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing CXX source to CMakeFiles/src.dir/mks_error.cpp.i" - cd /root/QIDI_Q1/build/src && /usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -E /root/QIDI_Q1/src/mks_error.cpp > CMakeFiles/src.dir/mks_error.cpp.i - -src/CMakeFiles/src.dir/mks_error.cpp.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling CXX source to assembly CMakeFiles/src.dir/mks_error.cpp.s" - cd /root/QIDI_Q1/build/src && /usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -S /root/QIDI_Q1/src/mks_error.cpp -o CMakeFiles/src.dir/mks_error.cpp.s - -src/CMakeFiles/src.dir/mks_file.cpp.o: src/CMakeFiles/src.dir/flags.make -src/CMakeFiles/src.dir/mks_file.cpp.o: ../src/mks_file.cpp - @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=/root/QIDI_Q1/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_17) "Building CXX object src/CMakeFiles/src.dir/mks_file.cpp.o" - cd /root/QIDI_Q1/build/src && /usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -o CMakeFiles/src.dir/mks_file.cpp.o -c /root/QIDI_Q1/src/mks_file.cpp - -src/CMakeFiles/src.dir/mks_file.cpp.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing CXX source to CMakeFiles/src.dir/mks_file.cpp.i" - cd /root/QIDI_Q1/build/src && /usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -E /root/QIDI_Q1/src/mks_file.cpp > CMakeFiles/src.dir/mks_file.cpp.i - -src/CMakeFiles/src.dir/mks_file.cpp.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling CXX source to assembly CMakeFiles/src.dir/mks_file.cpp.s" - cd /root/QIDI_Q1/build/src && /usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -S /root/QIDI_Q1/src/mks_file.cpp -o CMakeFiles/src.dir/mks_file.cpp.s - -src/CMakeFiles/src.dir/mks_gcode.cpp.o: src/CMakeFiles/src.dir/flags.make -src/CMakeFiles/src.dir/mks_gcode.cpp.o: ../src/mks_gcode.cpp - @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=/root/QIDI_Q1/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_18) "Building CXX object src/CMakeFiles/src.dir/mks_gcode.cpp.o" - cd /root/QIDI_Q1/build/src && /usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -o CMakeFiles/src.dir/mks_gcode.cpp.o -c /root/QIDI_Q1/src/mks_gcode.cpp - -src/CMakeFiles/src.dir/mks_gcode.cpp.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing CXX source to CMakeFiles/src.dir/mks_gcode.cpp.i" - cd /root/QIDI_Q1/build/src && /usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -E /root/QIDI_Q1/src/mks_gcode.cpp > CMakeFiles/src.dir/mks_gcode.cpp.i - -src/CMakeFiles/src.dir/mks_gcode.cpp.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling CXX source to assembly CMakeFiles/src.dir/mks_gcode.cpp.s" - cd /root/QIDI_Q1/build/src && /usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -S /root/QIDI_Q1/src/mks_gcode.cpp -o CMakeFiles/src.dir/mks_gcode.cpp.s - -src/CMakeFiles/src.dir/mks_gpio.cpp.o: src/CMakeFiles/src.dir/flags.make -src/CMakeFiles/src.dir/mks_gpio.cpp.o: ../src/mks_gpio.cpp - @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=/root/QIDI_Q1/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_19) "Building CXX object src/CMakeFiles/src.dir/mks_gpio.cpp.o" - cd /root/QIDI_Q1/build/src && /usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -o CMakeFiles/src.dir/mks_gpio.cpp.o -c /root/QIDI_Q1/src/mks_gpio.cpp - -src/CMakeFiles/src.dir/mks_gpio.cpp.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing CXX source to CMakeFiles/src.dir/mks_gpio.cpp.i" - cd /root/QIDI_Q1/build/src && /usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -E /root/QIDI_Q1/src/mks_gpio.cpp > CMakeFiles/src.dir/mks_gpio.cpp.i - -src/CMakeFiles/src.dir/mks_gpio.cpp.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling CXX source to assembly CMakeFiles/src.dir/mks_gpio.cpp.s" - cd /root/QIDI_Q1/build/src && /usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -S /root/QIDI_Q1/src/mks_gpio.cpp -o CMakeFiles/src.dir/mks_gpio.cpp.s - -src/CMakeFiles/src.dir/mks_init.cpp.o: src/CMakeFiles/src.dir/flags.make -src/CMakeFiles/src.dir/mks_init.cpp.o: ../src/mks_init.cpp - @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=/root/QIDI_Q1/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_20) "Building CXX object src/CMakeFiles/src.dir/mks_init.cpp.o" - cd /root/QIDI_Q1/build/src && /usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -o CMakeFiles/src.dir/mks_init.cpp.o -c /root/QIDI_Q1/src/mks_init.cpp - -src/CMakeFiles/src.dir/mks_init.cpp.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing CXX source to CMakeFiles/src.dir/mks_init.cpp.i" - cd /root/QIDI_Q1/build/src && /usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -E /root/QIDI_Q1/src/mks_init.cpp > CMakeFiles/src.dir/mks_init.cpp.i - -src/CMakeFiles/src.dir/mks_init.cpp.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling CXX source to assembly CMakeFiles/src.dir/mks_init.cpp.s" - cd /root/QIDI_Q1/build/src && /usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -S /root/QIDI_Q1/src/mks_init.cpp -o CMakeFiles/src.dir/mks_init.cpp.s - -src/CMakeFiles/src.dir/mks_job.cpp.o: src/CMakeFiles/src.dir/flags.make -src/CMakeFiles/src.dir/mks_job.cpp.o: ../src/mks_job.cpp - @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=/root/QIDI_Q1/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_21) "Building CXX object src/CMakeFiles/src.dir/mks_job.cpp.o" - cd /root/QIDI_Q1/build/src && /usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -o CMakeFiles/src.dir/mks_job.cpp.o -c /root/QIDI_Q1/src/mks_job.cpp - -src/CMakeFiles/src.dir/mks_job.cpp.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing CXX source to CMakeFiles/src.dir/mks_job.cpp.i" - cd /root/QIDI_Q1/build/src && /usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -E /root/QIDI_Q1/src/mks_job.cpp > CMakeFiles/src.dir/mks_job.cpp.i - -src/CMakeFiles/src.dir/mks_job.cpp.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling CXX source to assembly CMakeFiles/src.dir/mks_job.cpp.s" - cd /root/QIDI_Q1/build/src && /usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -S /root/QIDI_Q1/src/mks_job.cpp -o CMakeFiles/src.dir/mks_job.cpp.s - -src/CMakeFiles/src.dir/mks_preview.cpp.o: src/CMakeFiles/src.dir/flags.make -src/CMakeFiles/src.dir/mks_preview.cpp.o: ../src/mks_preview.cpp - @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=/root/QIDI_Q1/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_22) "Building CXX object src/CMakeFiles/src.dir/mks_preview.cpp.o" - cd /root/QIDI_Q1/build/src && /usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -o CMakeFiles/src.dir/mks_preview.cpp.o -c /root/QIDI_Q1/src/mks_preview.cpp - -src/CMakeFiles/src.dir/mks_preview.cpp.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing CXX source to CMakeFiles/src.dir/mks_preview.cpp.i" - cd /root/QIDI_Q1/build/src && /usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -E /root/QIDI_Q1/src/mks_preview.cpp > CMakeFiles/src.dir/mks_preview.cpp.i - -src/CMakeFiles/src.dir/mks_preview.cpp.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling CXX source to assembly CMakeFiles/src.dir/mks_preview.cpp.s" - cd /root/QIDI_Q1/build/src && /usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -S /root/QIDI_Q1/src/mks_preview.cpp -o CMakeFiles/src.dir/mks_preview.cpp.s - -src/CMakeFiles/src.dir/mks_printer.cpp.o: src/CMakeFiles/src.dir/flags.make -src/CMakeFiles/src.dir/mks_printer.cpp.o: ../src/mks_printer.cpp - @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=/root/QIDI_Q1/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_23) "Building CXX object src/CMakeFiles/src.dir/mks_printer.cpp.o" - cd /root/QIDI_Q1/build/src && /usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -o CMakeFiles/src.dir/mks_printer.cpp.o -c /root/QIDI_Q1/src/mks_printer.cpp - -src/CMakeFiles/src.dir/mks_printer.cpp.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing CXX source to CMakeFiles/src.dir/mks_printer.cpp.i" - cd /root/QIDI_Q1/build/src && /usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -E /root/QIDI_Q1/src/mks_printer.cpp > CMakeFiles/src.dir/mks_printer.cpp.i - -src/CMakeFiles/src.dir/mks_printer.cpp.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling CXX source to assembly CMakeFiles/src.dir/mks_printer.cpp.s" - cd /root/QIDI_Q1/build/src && /usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -S /root/QIDI_Q1/src/mks_printer.cpp -o CMakeFiles/src.dir/mks_printer.cpp.s - -src/CMakeFiles/src.dir/mks_system.cpp.o: src/CMakeFiles/src.dir/flags.make -src/CMakeFiles/src.dir/mks_system.cpp.o: ../src/mks_system.cpp - @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=/root/QIDI_Q1/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_24) "Building CXX object src/CMakeFiles/src.dir/mks_system.cpp.o" - cd /root/QIDI_Q1/build/src && /usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -o CMakeFiles/src.dir/mks_system.cpp.o -c /root/QIDI_Q1/src/mks_system.cpp - -src/CMakeFiles/src.dir/mks_system.cpp.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing CXX source to CMakeFiles/src.dir/mks_system.cpp.i" - cd /root/QIDI_Q1/build/src && /usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -E /root/QIDI_Q1/src/mks_system.cpp > CMakeFiles/src.dir/mks_system.cpp.i - -src/CMakeFiles/src.dir/mks_system.cpp.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling CXX source to assembly CMakeFiles/src.dir/mks_system.cpp.s" - cd /root/QIDI_Q1/build/src && /usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -S /root/QIDI_Q1/src/mks_system.cpp -o CMakeFiles/src.dir/mks_system.cpp.s - -src/CMakeFiles/src.dir/mks_test.cpp.o: src/CMakeFiles/src.dir/flags.make -src/CMakeFiles/src.dir/mks_test.cpp.o: ../src/mks_test.cpp - @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=/root/QIDI_Q1/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_25) "Building CXX object src/CMakeFiles/src.dir/mks_test.cpp.o" - cd /root/QIDI_Q1/build/src && /usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -o CMakeFiles/src.dir/mks_test.cpp.o -c /root/QIDI_Q1/src/mks_test.cpp - -src/CMakeFiles/src.dir/mks_test.cpp.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing CXX source to CMakeFiles/src.dir/mks_test.cpp.i" - cd /root/QIDI_Q1/build/src && /usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -E /root/QIDI_Q1/src/mks_test.cpp > CMakeFiles/src.dir/mks_test.cpp.i - -src/CMakeFiles/src.dir/mks_test.cpp.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling CXX source to assembly CMakeFiles/src.dir/mks_test.cpp.s" - cd /root/QIDI_Q1/build/src && /usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -S /root/QIDI_Q1/src/mks_test.cpp -o CMakeFiles/src.dir/mks_test.cpp.s - -src/CMakeFiles/src.dir/mks_update.cpp.o: src/CMakeFiles/src.dir/flags.make -src/CMakeFiles/src.dir/mks_update.cpp.o: ../src/mks_update.cpp - @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=/root/QIDI_Q1/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_26) "Building CXX object src/CMakeFiles/src.dir/mks_update.cpp.o" - cd /root/QIDI_Q1/build/src && /usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -o CMakeFiles/src.dir/mks_update.cpp.o -c /root/QIDI_Q1/src/mks_update.cpp - -src/CMakeFiles/src.dir/mks_update.cpp.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing CXX source to CMakeFiles/src.dir/mks_update.cpp.i" - cd /root/QIDI_Q1/build/src && /usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -E /root/QIDI_Q1/src/mks_update.cpp > CMakeFiles/src.dir/mks_update.cpp.i - -src/CMakeFiles/src.dir/mks_update.cpp.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling CXX source to assembly CMakeFiles/src.dir/mks_update.cpp.s" - cd /root/QIDI_Q1/build/src && /usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -S /root/QIDI_Q1/src/mks_update.cpp -o CMakeFiles/src.dir/mks_update.cpp.s - -src/CMakeFiles/src.dir/mks_wpa_cli.cpp.o: src/CMakeFiles/src.dir/flags.make -src/CMakeFiles/src.dir/mks_wpa_cli.cpp.o: ../src/mks_wpa_cli.cpp - @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=/root/QIDI_Q1/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_27) "Building CXX object src/CMakeFiles/src.dir/mks_wpa_cli.cpp.o" - cd /root/QIDI_Q1/build/src && /usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -o CMakeFiles/src.dir/mks_wpa_cli.cpp.o -c /root/QIDI_Q1/src/mks_wpa_cli.cpp - -src/CMakeFiles/src.dir/mks_wpa_cli.cpp.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing CXX source to CMakeFiles/src.dir/mks_wpa_cli.cpp.i" - cd /root/QIDI_Q1/build/src && /usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -E /root/QIDI_Q1/src/mks_wpa_cli.cpp > CMakeFiles/src.dir/mks_wpa_cli.cpp.i - -src/CMakeFiles/src.dir/mks_wpa_cli.cpp.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling CXX source to assembly CMakeFiles/src.dir/mks_wpa_cli.cpp.s" - cd /root/QIDI_Q1/build/src && /usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -S /root/QIDI_Q1/src/mks_wpa_cli.cpp -o CMakeFiles/src.dir/mks_wpa_cli.cpp.s - -src/CMakeFiles/src.dir/send_jpg.cpp.o: src/CMakeFiles/src.dir/flags.make -src/CMakeFiles/src.dir/send_jpg.cpp.o: ../src/send_jpg.cpp - @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=/root/QIDI_Q1/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_28) "Building CXX object src/CMakeFiles/src.dir/send_jpg.cpp.o" - cd /root/QIDI_Q1/build/src && /usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -o CMakeFiles/src.dir/send_jpg.cpp.o -c /root/QIDI_Q1/src/send_jpg.cpp - -src/CMakeFiles/src.dir/send_jpg.cpp.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing CXX source to CMakeFiles/src.dir/send_jpg.cpp.i" - cd /root/QIDI_Q1/build/src && /usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -E /root/QIDI_Q1/src/send_jpg.cpp > CMakeFiles/src.dir/send_jpg.cpp.i - -src/CMakeFiles/src.dir/send_jpg.cpp.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling CXX source to assembly CMakeFiles/src.dir/send_jpg.cpp.s" - cd /root/QIDI_Q1/build/src && /usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -S /root/QIDI_Q1/src/send_jpg.cpp -o CMakeFiles/src.dir/send_jpg.cpp.s - -src/CMakeFiles/src.dir/send_msg.cpp.o: src/CMakeFiles/src.dir/flags.make -src/CMakeFiles/src.dir/send_msg.cpp.o: ../src/send_msg.cpp - @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=/root/QIDI_Q1/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_29) "Building CXX object src/CMakeFiles/src.dir/send_msg.cpp.o" - cd /root/QIDI_Q1/build/src && /usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -o CMakeFiles/src.dir/send_msg.cpp.o -c /root/QIDI_Q1/src/send_msg.cpp - -src/CMakeFiles/src.dir/send_msg.cpp.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing CXX source to CMakeFiles/src.dir/send_msg.cpp.i" - cd /root/QIDI_Q1/build/src && /usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -E /root/QIDI_Q1/src/send_msg.cpp > CMakeFiles/src.dir/send_msg.cpp.i - -src/CMakeFiles/src.dir/send_msg.cpp.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling CXX source to assembly CMakeFiles/src.dir/send_msg.cpp.s" - cd /root/QIDI_Q1/build/src && /usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -S /root/QIDI_Q1/src/send_msg.cpp -o CMakeFiles/src.dir/send_msg.cpp.s - -src/CMakeFiles/src.dir/ui.cpp.o: src/CMakeFiles/src.dir/flags.make -src/CMakeFiles/src.dir/ui.cpp.o: ../src/ui.cpp - @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=/root/QIDI_Q1/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_30) "Building CXX object src/CMakeFiles/src.dir/ui.cpp.o" - cd /root/QIDI_Q1/build/src && /usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -o CMakeFiles/src.dir/ui.cpp.o -c /root/QIDI_Q1/src/ui.cpp - -src/CMakeFiles/src.dir/ui.cpp.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing CXX source to CMakeFiles/src.dir/ui.cpp.i" - cd /root/QIDI_Q1/build/src && /usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -E /root/QIDI_Q1/src/ui.cpp > CMakeFiles/src.dir/ui.cpp.i - -src/CMakeFiles/src.dir/ui.cpp.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling CXX source to assembly CMakeFiles/src.dir/ui.cpp.s" - cd /root/QIDI_Q1/build/src && /usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -S /root/QIDI_Q1/src/ui.cpp -o CMakeFiles/src.dir/ui.cpp.s - -# Object files for target src -src_OBJECTS = \ -"CMakeFiles/src.dir/KlippyGcodes.cpp.o" \ -"CMakeFiles/src.dir/KlippyRest.cpp.o" \ -"CMakeFiles/src.dir/MakerbaseClient.cpp.o" \ -"CMakeFiles/src.dir/MakerbaseNetwork.cpp.o" \ -"CMakeFiles/src.dir/MakerbasePanel.cpp.o" \ -"CMakeFiles/src.dir/MakerbaseParseIni.cpp.o" \ -"CMakeFiles/src.dir/MakerbaseParseMessage.cpp.o" \ -"CMakeFiles/src.dir/MakerbaseSerial.cpp.o" \ -"CMakeFiles/src.dir/MakerbaseShell.cpp.o" \ -"CMakeFiles/src.dir/MakerbaseWiFi.cpp.o" \ -"CMakeFiles/src.dir/MoonrakerAPI.cpp.o" \ -"CMakeFiles/src.dir/common.cpp.o" \ -"CMakeFiles/src.dir/dictionary.cpp.o" \ -"CMakeFiles/src.dir/event.cpp.o" \ -"CMakeFiles/src.dir/iniparser.cpp.o" \ -"CMakeFiles/src.dir/mks_error.cpp.o" \ -"CMakeFiles/src.dir/mks_file.cpp.o" \ -"CMakeFiles/src.dir/mks_gcode.cpp.o" \ -"CMakeFiles/src.dir/mks_gpio.cpp.o" \ -"CMakeFiles/src.dir/mks_init.cpp.o" \ -"CMakeFiles/src.dir/mks_job.cpp.o" \ -"CMakeFiles/src.dir/mks_preview.cpp.o" \ -"CMakeFiles/src.dir/mks_printer.cpp.o" \ -"CMakeFiles/src.dir/mks_system.cpp.o" \ -"CMakeFiles/src.dir/mks_test.cpp.o" \ -"CMakeFiles/src.dir/mks_update.cpp.o" \ -"CMakeFiles/src.dir/mks_wpa_cli.cpp.o" \ -"CMakeFiles/src.dir/send_jpg.cpp.o" \ -"CMakeFiles/src.dir/send_msg.cpp.o" \ -"CMakeFiles/src.dir/ui.cpp.o" - -# External object files for target src -src_EXTERNAL_OBJECTS = - -src/libsrc.a: src/CMakeFiles/src.dir/KlippyGcodes.cpp.o -src/libsrc.a: src/CMakeFiles/src.dir/KlippyRest.cpp.o -src/libsrc.a: src/CMakeFiles/src.dir/MakerbaseClient.cpp.o -src/libsrc.a: src/CMakeFiles/src.dir/MakerbaseNetwork.cpp.o -src/libsrc.a: src/CMakeFiles/src.dir/MakerbasePanel.cpp.o -src/libsrc.a: src/CMakeFiles/src.dir/MakerbaseParseIni.cpp.o -src/libsrc.a: src/CMakeFiles/src.dir/MakerbaseParseMessage.cpp.o -src/libsrc.a: src/CMakeFiles/src.dir/MakerbaseSerial.cpp.o -src/libsrc.a: src/CMakeFiles/src.dir/MakerbaseShell.cpp.o -src/libsrc.a: src/CMakeFiles/src.dir/MakerbaseWiFi.cpp.o -src/libsrc.a: src/CMakeFiles/src.dir/MoonrakerAPI.cpp.o -src/libsrc.a: src/CMakeFiles/src.dir/common.cpp.o -src/libsrc.a: src/CMakeFiles/src.dir/dictionary.cpp.o -src/libsrc.a: src/CMakeFiles/src.dir/event.cpp.o -src/libsrc.a: src/CMakeFiles/src.dir/iniparser.cpp.o -src/libsrc.a: src/CMakeFiles/src.dir/mks_error.cpp.o -src/libsrc.a: src/CMakeFiles/src.dir/mks_file.cpp.o -src/libsrc.a: src/CMakeFiles/src.dir/mks_gcode.cpp.o -src/libsrc.a: src/CMakeFiles/src.dir/mks_gpio.cpp.o -src/libsrc.a: src/CMakeFiles/src.dir/mks_init.cpp.o -src/libsrc.a: src/CMakeFiles/src.dir/mks_job.cpp.o -src/libsrc.a: src/CMakeFiles/src.dir/mks_preview.cpp.o -src/libsrc.a: src/CMakeFiles/src.dir/mks_printer.cpp.o -src/libsrc.a: src/CMakeFiles/src.dir/mks_system.cpp.o -src/libsrc.a: src/CMakeFiles/src.dir/mks_test.cpp.o -src/libsrc.a: src/CMakeFiles/src.dir/mks_update.cpp.o -src/libsrc.a: src/CMakeFiles/src.dir/mks_wpa_cli.cpp.o -src/libsrc.a: src/CMakeFiles/src.dir/send_jpg.cpp.o -src/libsrc.a: src/CMakeFiles/src.dir/send_msg.cpp.o -src/libsrc.a: src/CMakeFiles/src.dir/ui.cpp.o -src/libsrc.a: src/CMakeFiles/src.dir/build.make -src/libsrc.a: src/CMakeFiles/src.dir/link.txt - @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --bold --progress-dir=/root/QIDI_Q1/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_31) "Linking CXX static library libsrc.a" - cd /root/QIDI_Q1/build/src && $(CMAKE_COMMAND) -P CMakeFiles/src.dir/cmake_clean_target.cmake - cd /root/QIDI_Q1/build/src && $(CMAKE_COMMAND) -E cmake_link_script CMakeFiles/src.dir/link.txt --verbose=$(VERBOSE) - -# Rule to build all files generated by this target. -src/CMakeFiles/src.dir/build: src/libsrc.a - -.PHONY : src/CMakeFiles/src.dir/build - -src/CMakeFiles/src.dir/clean: - cd /root/QIDI_Q1/build/src && $(CMAKE_COMMAND) -P CMakeFiles/src.dir/cmake_clean.cmake -.PHONY : src/CMakeFiles/src.dir/clean - -src/CMakeFiles/src.dir/depend: - cd /root/QIDI_Q1/build && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /root/QIDI_Q1 /root/QIDI_Q1/src /root/QIDI_Q1/build /root/QIDI_Q1/build/src /root/QIDI_Q1/build/src/CMakeFiles/src.dir/DependInfo.cmake --color=$(COLOR) -.PHONY : src/CMakeFiles/src.dir/depend - diff --git a/build/src/CMakeFiles/src.dir/cmake_clean.cmake b/build/src/CMakeFiles/src.dir/cmake_clean.cmake deleted file mode 100644 index 8a23beb..0000000 --- a/build/src/CMakeFiles/src.dir/cmake_clean.cmake +++ /dev/null @@ -1,39 +0,0 @@ -file(REMOVE_RECURSE - "CMakeFiles/src.dir/KlippyGcodes.cpp.o" - "CMakeFiles/src.dir/KlippyRest.cpp.o" - "CMakeFiles/src.dir/MakerbaseClient.cpp.o" - "CMakeFiles/src.dir/MakerbaseNetwork.cpp.o" - "CMakeFiles/src.dir/MakerbasePanel.cpp.o" - "CMakeFiles/src.dir/MakerbaseParseIni.cpp.o" - "CMakeFiles/src.dir/MakerbaseParseMessage.cpp.o" - "CMakeFiles/src.dir/MakerbaseSerial.cpp.o" - "CMakeFiles/src.dir/MakerbaseShell.cpp.o" - "CMakeFiles/src.dir/MakerbaseWiFi.cpp.o" - "CMakeFiles/src.dir/MoonrakerAPI.cpp.o" - "CMakeFiles/src.dir/common.cpp.o" - "CMakeFiles/src.dir/dictionary.cpp.o" - "CMakeFiles/src.dir/event.cpp.o" - "CMakeFiles/src.dir/iniparser.cpp.o" - "CMakeFiles/src.dir/mks_error.cpp.o" - "CMakeFiles/src.dir/mks_file.cpp.o" - "CMakeFiles/src.dir/mks_gcode.cpp.o" - "CMakeFiles/src.dir/mks_gpio.cpp.o" - "CMakeFiles/src.dir/mks_init.cpp.o" - "CMakeFiles/src.dir/mks_job.cpp.o" - "CMakeFiles/src.dir/mks_preview.cpp.o" - "CMakeFiles/src.dir/mks_printer.cpp.o" - "CMakeFiles/src.dir/mks_system.cpp.o" - "CMakeFiles/src.dir/mks_test.cpp.o" - "CMakeFiles/src.dir/mks_update.cpp.o" - "CMakeFiles/src.dir/mks_wpa_cli.cpp.o" - "CMakeFiles/src.dir/send_jpg.cpp.o" - "CMakeFiles/src.dir/send_msg.cpp.o" - "CMakeFiles/src.dir/ui.cpp.o" - "libsrc.pdb" - "libsrc.a" -) - -# Per-language clean rules from dependency scanning. -foreach(lang CXX) - include(CMakeFiles/src.dir/cmake_clean_${lang}.cmake OPTIONAL) -endforeach() diff --git a/build/src/CMakeFiles/src.dir/cmake_clean_target.cmake b/build/src/CMakeFiles/src.dir/cmake_clean_target.cmake deleted file mode 100644 index effb8c4..0000000 --- a/build/src/CMakeFiles/src.dir/cmake_clean_target.cmake +++ /dev/null @@ -1,3 +0,0 @@ -file(REMOVE_RECURSE - "libsrc.a" -) diff --git a/build/src/CMakeFiles/src.dir/common.cpp.o b/build/src/CMakeFiles/src.dir/common.cpp.o deleted file mode 100644 index aa51791..0000000 Binary files a/build/src/CMakeFiles/src.dir/common.cpp.o and /dev/null differ diff --git a/build/src/CMakeFiles/src.dir/depend.internal b/build/src/CMakeFiles/src.dir/depend.internal deleted file mode 100644 index 5a85436..0000000 --- a/build/src/CMakeFiles/src.dir/depend.internal +++ /dev/null @@ -1,197 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Generated by "Unix Makefiles" Generator, CMake Version 3.13 - -src/CMakeFiles/src.dir/KlippyGcodes.cpp.o - /root/QIDI_Q1/include/KlippyGcodes.h - /root/QIDI_Q1/src/KlippyGcodes.cpp -src/CMakeFiles/src.dir/KlippyRest.cpp.o - /root/QIDI_Q1/include/./HTTPRequest.hpp - /root/QIDI_Q1/include/KlippyRest.h - /root/QIDI_Q1/include/event.h - /root/QIDI_Q1/include/mks_log.h - /root/QIDI_Q1/src/KlippyRest.cpp -src/CMakeFiles/src.dir/MakerbaseClient.cpp.o - /root/QIDI_Q1/include/./MakerbaseParseMessage.h - /root/QIDI_Q1/include/./MoonrakerAPI.h - /root/QIDI_Q1/include/./mks_log.h - /root/QIDI_Q1/include/MakerbaseClient.h - /root/QIDI_Q1/src/MakerbaseClient.cpp -src/CMakeFiles/src.dir/MakerbaseNetwork.cpp.o - /root/QIDI_Q1/include/./MakerbaseShell.h - /root/QIDI_Q1/include/MakerbaseNetwork.h - /root/QIDI_Q1/src/MakerbaseNetwork.cpp -src/CMakeFiles/src.dir/MakerbasePanel.cpp.o - /root/QIDI_Q1/include/KlippyGcodes.h - /root/QIDI_Q1/include/MakerbasePanel.h - /root/QIDI_Q1/include/MoonrakerAPI.h - /root/QIDI_Q1/src/MakerbasePanel.cpp -src/CMakeFiles/src.dir/MakerbaseParseIni.cpp.o - /root/QIDI_Q1/include/./dictionary.h - /root/QIDI_Q1/include/./iniparser.h - /root/QIDI_Q1/include/MakerbaseParseIni.h - /root/QIDI_Q1/src/MakerbaseParseIni.cpp -src/CMakeFiles/src.dir/MakerbaseParseMessage.cpp.o - /root/QIDI_Q1/include/./MakerbaseParseMessage.h - /root/QIDI_Q1/include/./MoonrakerAPI.h - /root/QIDI_Q1/include/./mks_log.h - /root/QIDI_Q1/include/MakerbaseClient.h - /root/QIDI_Q1/include/MakerbaseCommand.h - /root/QIDI_Q1/include/MakerbaseParseMessage.h - /root/QIDI_Q1/include/MoonrakerAPI.h - /root/QIDI_Q1/include/event.h - /root/QIDI_Q1/include/mks_error.h - /root/QIDI_Q1/include/mks_file.h - /root/QIDI_Q1/include/mks_gcode.h - /root/QIDI_Q1/include/mks_log.h - /root/QIDI_Q1/include/mks_printer.h - /root/QIDI_Q1/include/ui.h - /root/QIDI_Q1/src/MakerbaseParseMessage.cpp -src/CMakeFiles/src.dir/MakerbaseSerial.cpp.o - .././include/MakerbaseSerial.h - /root/QIDI_Q1/src/MakerbaseSerial.cpp -src/CMakeFiles/src.dir/MakerbaseShell.cpp.o - /root/QIDI_Q1/include/MakerbaseShell.h - /root/QIDI_Q1/src/MakerbaseShell.cpp -src/CMakeFiles/src.dir/MakerbaseWiFi.cpp.o - /root/QIDI_Q1/include/./MakerbaseShell.h - /root/QIDI_Q1/include/MakerbaseShell.h - /root/QIDI_Q1/include/MakerbaseWiFi.h - /root/QIDI_Q1/include/common.h - /root/QIDI_Q1/include/mks_log.h - /root/QIDI_Q1/include/mks_wpa_cli.h - /root/QIDI_Q1/src/MakerbaseWiFi.cpp -src/CMakeFiles/src.dir/MoonrakerAPI.cpp.o - /root/QIDI_Q1/include/MakerbaseCommand.h - /root/QIDI_Q1/include/MoonrakerAPI.h - /root/QIDI_Q1/src/MoonrakerAPI.cpp -src/CMakeFiles/src.dir/common.cpp.o - /root/QIDI_Q1/include/common.h - /root/QIDI_Q1/src/common.cpp -src/CMakeFiles/src.dir/dictionary.cpp.o - .././include/dictionary.h - /root/QIDI_Q1/src/dictionary.cpp -src/CMakeFiles/src.dir/event.cpp.o - /root/QIDI_Q1/include/./MakerbaseParseMessage.h - /root/QIDI_Q1/include/./MakerbaseShell.h - /root/QIDI_Q1/include/./MoonrakerAPI.h - /root/QIDI_Q1/include/./dictionary.h - /root/QIDI_Q1/include/./iniparser.h - /root/QIDI_Q1/include/./mks_log.h - /root/QIDI_Q1/include/KlippyGcodes.h - /root/QIDI_Q1/include/MakerbaseClient.h - /root/QIDI_Q1/include/MakerbasePanel.h - /root/QIDI_Q1/include/MakerbaseParseIni.h - /root/QIDI_Q1/include/MakerbaseSerial.h - /root/QIDI_Q1/include/MakerbaseShell.h - /root/QIDI_Q1/include/MakerbaseWiFi.h - /root/QIDI_Q1/include/event.h - /root/QIDI_Q1/include/mks_file.h - /root/QIDI_Q1/include/mks_log.h - /root/QIDI_Q1/include/mks_printer.h - /root/QIDI_Q1/include/mks_test.h - /root/QIDI_Q1/include/mks_update.h - /root/QIDI_Q1/include/mks_wpa_cli.h - /root/QIDI_Q1/include/send_jpg.h - /root/QIDI_Q1/include/send_msg.h - /root/QIDI_Q1/include/ui.h - /root/QIDI_Q1/src/event.cpp -src/CMakeFiles/src.dir/iniparser.cpp.o - .././include/dictionary.h - .././include/iniparser.h - /root/QIDI_Q1/src/iniparser.cpp -src/CMakeFiles/src.dir/mks_error.cpp.o - /root/QIDI_Q1/include/./mks_log.h - /root/QIDI_Q1/include/MoonrakerAPI.h - /root/QIDI_Q1/include/event.h - /root/QIDI_Q1/include/mks_error.h - /root/QIDI_Q1/src/mks_error.cpp -src/CMakeFiles/src.dir/mks_file.cpp.o - /root/QIDI_Q1/include/./HTTPRequest.hpp - /root/QIDI_Q1/include/./mks_log.h - /root/QIDI_Q1/include/KlippyRest.h - /root/QIDI_Q1/include/event.h - /root/QIDI_Q1/include/mks_file.h - /root/QIDI_Q1/include/mks_preview.h - /root/QIDI_Q1/include/send_msg.h - /root/QIDI_Q1/include/ui.h - /root/QIDI_Q1/src/mks_file.cpp -src/CMakeFiles/src.dir/mks_gcode.cpp.o - /root/QIDI_Q1/include/./mks_log.h - /root/QIDI_Q1/include/MakerbaseCommand.h - /root/QIDI_Q1/include/MoonrakerAPI.h - /root/QIDI_Q1/include/event.h - /root/QIDI_Q1/include/mks_file.h - /root/QIDI_Q1/include/mks_gcode.h - /root/QIDI_Q1/include/mks_log.h - /root/QIDI_Q1/include/ui.h - /root/QIDI_Q1/src/mks_gcode.cpp -src/CMakeFiles/src.dir/mks_gpio.cpp.o - /root/QIDI_Q1/include/event.h - /root/QIDI_Q1/include/mks_gpio.h - /root/QIDI_Q1/include/mks_log.h - /root/QIDI_Q1/src/mks_gpio.cpp -src/CMakeFiles/src.dir/mks_init.cpp.o - /root/QIDI_Q1/include/MakerbaseShell.h - /root/QIDI_Q1/include/mks_init.h - /root/QIDI_Q1/src/mks_init.cpp -src/CMakeFiles/src.dir/mks_job.cpp.o - /root/QIDI_Q1/src/mks_job.cpp -src/CMakeFiles/src.dir/mks_preview.cpp.o - /root/QIDI_Q1/include/mks_preview.h - /root/QIDI_Q1/src/mks_preview.cpp -src/CMakeFiles/src.dir/mks_printer.cpp.o - /root/QIDI_Q1/include/./mks_log.h - /root/QIDI_Q1/include/mks_printer.h - /root/QIDI_Q1/src/mks_printer.cpp -src/CMakeFiles/src.dir/mks_system.cpp.o - /root/QIDI_Q1/include/./mks_log.h - /root/QIDI_Q1/include/mks_system.h - /root/QIDI_Q1/src/mks_system.cpp -src/CMakeFiles/src.dir/mks_test.cpp.o - /root/QIDI_Q1/include/event.h - /root/QIDI_Q1/include/mks_test.h - /root/QIDI_Q1/include/send_msg.h - /root/QIDI_Q1/include/ui.h - /root/QIDI_Q1/src/mks_test.cpp -src/CMakeFiles/src.dir/mks_update.cpp.o - /root/QIDI_Q1/include/MakerbaseSerial.h - /root/QIDI_Q1/include/event.h - /root/QIDI_Q1/include/send_msg.h - /root/QIDI_Q1/src/mks_update.cpp -src/CMakeFiles/src.dir/mks_wpa_cli.cpp.o - /root/QIDI_Q1/include/./MakerbaseShell.h - /root/QIDI_Q1/include/MakerbaseWiFi.h - /root/QIDI_Q1/include/event.h - /root/QIDI_Q1/include/mks_log.h - /root/QIDI_Q1/include/mks_wpa_cli.h - /root/QIDI_Q1/include/ui.h - /root/QIDI_Q1/src/mks_wpa_cli.cpp -src/CMakeFiles/src.dir/send_jpg.cpp.o - /root/QIDI_Q1/include/./mks_log.h - /root/QIDI_Q1/include/MakerbaseSerial.h - /root/QIDI_Q1/include/mks_file.h - /root/QIDI_Q1/include/mks_log.h - /root/QIDI_Q1/include/send_jpg.h - /root/QIDI_Q1/include/send_msg.h - /root/QIDI_Q1/src/send_jpg.cpp -src/CMakeFiles/src.dir/send_msg.cpp.o - /root/QIDI_Q1/include/MakerbaseSerial.h - /root/QIDI_Q1/include/mks_log.h - /root/QIDI_Q1/include/send_msg.h - /root/QIDI_Q1/src/send_msg.cpp -src/CMakeFiles/src.dir/ui.cpp.o - /root/QIDI_Q1/include/./MakerbaseShell.h - /root/QIDI_Q1/include/./mks_log.h - /root/QIDI_Q1/include/MakerbaseNetwork.h - /root/QIDI_Q1/include/MakerbaseSerial.h - /root/QIDI_Q1/include/MakerbaseWiFi.h - /root/QIDI_Q1/include/event.h - /root/QIDI_Q1/include/mks_file.h - /root/QIDI_Q1/include/mks_log.h - /root/QIDI_Q1/include/mks_preview.h - /root/QIDI_Q1/include/mks_update.h - /root/QIDI_Q1/include/mks_wpa_cli.h - /root/QIDI_Q1/include/send_jpg.h - /root/QIDI_Q1/include/send_msg.h - /root/QIDI_Q1/include/ui.h - /root/QIDI_Q1/src/ui.cpp diff --git a/build/src/CMakeFiles/src.dir/depend.make b/build/src/CMakeFiles/src.dir/depend.make deleted file mode 100644 index b703580..0000000 --- a/build/src/CMakeFiles/src.dir/depend.make +++ /dev/null @@ -1,197 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Generated by "Unix Makefiles" Generator, CMake Version 3.13 - -src/CMakeFiles/src.dir/KlippyGcodes.cpp.o: ../include/KlippyGcodes.h -src/CMakeFiles/src.dir/KlippyGcodes.cpp.o: ../src/KlippyGcodes.cpp - -src/CMakeFiles/src.dir/KlippyRest.cpp.o: ../include/./HTTPRequest.hpp -src/CMakeFiles/src.dir/KlippyRest.cpp.o: ../include/KlippyRest.h -src/CMakeFiles/src.dir/KlippyRest.cpp.o: ../include/event.h -src/CMakeFiles/src.dir/KlippyRest.cpp.o: ../include/mks_log.h -src/CMakeFiles/src.dir/KlippyRest.cpp.o: ../src/KlippyRest.cpp - -src/CMakeFiles/src.dir/MakerbaseClient.cpp.o: ../include/./MakerbaseParseMessage.h -src/CMakeFiles/src.dir/MakerbaseClient.cpp.o: ../include/./MoonrakerAPI.h -src/CMakeFiles/src.dir/MakerbaseClient.cpp.o: ../include/./mks_log.h -src/CMakeFiles/src.dir/MakerbaseClient.cpp.o: ../include/MakerbaseClient.h -src/CMakeFiles/src.dir/MakerbaseClient.cpp.o: ../src/MakerbaseClient.cpp - -src/CMakeFiles/src.dir/MakerbaseNetwork.cpp.o: ../include/./MakerbaseShell.h -src/CMakeFiles/src.dir/MakerbaseNetwork.cpp.o: ../include/MakerbaseNetwork.h -src/CMakeFiles/src.dir/MakerbaseNetwork.cpp.o: ../src/MakerbaseNetwork.cpp - -src/CMakeFiles/src.dir/MakerbasePanel.cpp.o: ../include/KlippyGcodes.h -src/CMakeFiles/src.dir/MakerbasePanel.cpp.o: ../include/MakerbasePanel.h -src/CMakeFiles/src.dir/MakerbasePanel.cpp.o: ../include/MoonrakerAPI.h -src/CMakeFiles/src.dir/MakerbasePanel.cpp.o: ../src/MakerbasePanel.cpp - -src/CMakeFiles/src.dir/MakerbaseParseIni.cpp.o: ../include/./dictionary.h -src/CMakeFiles/src.dir/MakerbaseParseIni.cpp.o: ../include/./iniparser.h -src/CMakeFiles/src.dir/MakerbaseParseIni.cpp.o: ../include/MakerbaseParseIni.h -src/CMakeFiles/src.dir/MakerbaseParseIni.cpp.o: ../src/MakerbaseParseIni.cpp - -src/CMakeFiles/src.dir/MakerbaseParseMessage.cpp.o: ../include/./MakerbaseParseMessage.h -src/CMakeFiles/src.dir/MakerbaseParseMessage.cpp.o: ../include/./MoonrakerAPI.h -src/CMakeFiles/src.dir/MakerbaseParseMessage.cpp.o: ../include/./mks_log.h -src/CMakeFiles/src.dir/MakerbaseParseMessage.cpp.o: ../include/MakerbaseClient.h -src/CMakeFiles/src.dir/MakerbaseParseMessage.cpp.o: ../include/MakerbaseCommand.h -src/CMakeFiles/src.dir/MakerbaseParseMessage.cpp.o: ../include/MakerbaseParseMessage.h -src/CMakeFiles/src.dir/MakerbaseParseMessage.cpp.o: ../include/MoonrakerAPI.h -src/CMakeFiles/src.dir/MakerbaseParseMessage.cpp.o: ../include/event.h -src/CMakeFiles/src.dir/MakerbaseParseMessage.cpp.o: ../include/mks_error.h -src/CMakeFiles/src.dir/MakerbaseParseMessage.cpp.o: ../include/mks_file.h -src/CMakeFiles/src.dir/MakerbaseParseMessage.cpp.o: ../include/mks_gcode.h -src/CMakeFiles/src.dir/MakerbaseParseMessage.cpp.o: ../include/mks_log.h -src/CMakeFiles/src.dir/MakerbaseParseMessage.cpp.o: ../include/mks_printer.h -src/CMakeFiles/src.dir/MakerbaseParseMessage.cpp.o: ../include/ui.h -src/CMakeFiles/src.dir/MakerbaseParseMessage.cpp.o: ../src/MakerbaseParseMessage.cpp - -src/CMakeFiles/src.dir/MakerbaseSerial.cpp.o: .././include/MakerbaseSerial.h -src/CMakeFiles/src.dir/MakerbaseSerial.cpp.o: ../src/MakerbaseSerial.cpp - -src/CMakeFiles/src.dir/MakerbaseShell.cpp.o: ../include/MakerbaseShell.h -src/CMakeFiles/src.dir/MakerbaseShell.cpp.o: ../src/MakerbaseShell.cpp - -src/CMakeFiles/src.dir/MakerbaseWiFi.cpp.o: ../include/./MakerbaseShell.h -src/CMakeFiles/src.dir/MakerbaseWiFi.cpp.o: ../include/MakerbaseShell.h -src/CMakeFiles/src.dir/MakerbaseWiFi.cpp.o: ../include/MakerbaseWiFi.h -src/CMakeFiles/src.dir/MakerbaseWiFi.cpp.o: ../include/common.h -src/CMakeFiles/src.dir/MakerbaseWiFi.cpp.o: ../include/mks_log.h -src/CMakeFiles/src.dir/MakerbaseWiFi.cpp.o: ../include/mks_wpa_cli.h -src/CMakeFiles/src.dir/MakerbaseWiFi.cpp.o: ../src/MakerbaseWiFi.cpp - -src/CMakeFiles/src.dir/MoonrakerAPI.cpp.o: ../include/MakerbaseCommand.h -src/CMakeFiles/src.dir/MoonrakerAPI.cpp.o: ../include/MoonrakerAPI.h -src/CMakeFiles/src.dir/MoonrakerAPI.cpp.o: ../src/MoonrakerAPI.cpp - -src/CMakeFiles/src.dir/common.cpp.o: ../include/common.h -src/CMakeFiles/src.dir/common.cpp.o: ../src/common.cpp - -src/CMakeFiles/src.dir/dictionary.cpp.o: .././include/dictionary.h -src/CMakeFiles/src.dir/dictionary.cpp.o: ../src/dictionary.cpp - -src/CMakeFiles/src.dir/event.cpp.o: ../include/./MakerbaseParseMessage.h -src/CMakeFiles/src.dir/event.cpp.o: ../include/./MakerbaseShell.h -src/CMakeFiles/src.dir/event.cpp.o: ../include/./MoonrakerAPI.h -src/CMakeFiles/src.dir/event.cpp.o: ../include/./dictionary.h -src/CMakeFiles/src.dir/event.cpp.o: ../include/./iniparser.h -src/CMakeFiles/src.dir/event.cpp.o: ../include/./mks_log.h -src/CMakeFiles/src.dir/event.cpp.o: ../include/KlippyGcodes.h -src/CMakeFiles/src.dir/event.cpp.o: ../include/MakerbaseClient.h -src/CMakeFiles/src.dir/event.cpp.o: ../include/MakerbasePanel.h -src/CMakeFiles/src.dir/event.cpp.o: ../include/MakerbaseParseIni.h -src/CMakeFiles/src.dir/event.cpp.o: ../include/MakerbaseSerial.h -src/CMakeFiles/src.dir/event.cpp.o: ../include/MakerbaseShell.h -src/CMakeFiles/src.dir/event.cpp.o: ../include/MakerbaseWiFi.h -src/CMakeFiles/src.dir/event.cpp.o: ../include/event.h -src/CMakeFiles/src.dir/event.cpp.o: ../include/mks_file.h -src/CMakeFiles/src.dir/event.cpp.o: ../include/mks_log.h -src/CMakeFiles/src.dir/event.cpp.o: ../include/mks_printer.h -src/CMakeFiles/src.dir/event.cpp.o: ../include/mks_test.h -src/CMakeFiles/src.dir/event.cpp.o: ../include/mks_update.h -src/CMakeFiles/src.dir/event.cpp.o: ../include/mks_wpa_cli.h -src/CMakeFiles/src.dir/event.cpp.o: ../include/send_jpg.h -src/CMakeFiles/src.dir/event.cpp.o: ../include/send_msg.h -src/CMakeFiles/src.dir/event.cpp.o: ../include/ui.h -src/CMakeFiles/src.dir/event.cpp.o: ../src/event.cpp - -src/CMakeFiles/src.dir/iniparser.cpp.o: .././include/dictionary.h -src/CMakeFiles/src.dir/iniparser.cpp.o: .././include/iniparser.h -src/CMakeFiles/src.dir/iniparser.cpp.o: ../src/iniparser.cpp - -src/CMakeFiles/src.dir/mks_error.cpp.o: ../include/./mks_log.h -src/CMakeFiles/src.dir/mks_error.cpp.o: ../include/MoonrakerAPI.h -src/CMakeFiles/src.dir/mks_error.cpp.o: ../include/event.h -src/CMakeFiles/src.dir/mks_error.cpp.o: ../include/mks_error.h -src/CMakeFiles/src.dir/mks_error.cpp.o: ../src/mks_error.cpp - -src/CMakeFiles/src.dir/mks_file.cpp.o: ../include/./HTTPRequest.hpp -src/CMakeFiles/src.dir/mks_file.cpp.o: ../include/./mks_log.h -src/CMakeFiles/src.dir/mks_file.cpp.o: ../include/KlippyRest.h -src/CMakeFiles/src.dir/mks_file.cpp.o: ../include/event.h -src/CMakeFiles/src.dir/mks_file.cpp.o: ../include/mks_file.h -src/CMakeFiles/src.dir/mks_file.cpp.o: ../include/mks_preview.h -src/CMakeFiles/src.dir/mks_file.cpp.o: ../include/send_msg.h -src/CMakeFiles/src.dir/mks_file.cpp.o: ../include/ui.h -src/CMakeFiles/src.dir/mks_file.cpp.o: ../src/mks_file.cpp - -src/CMakeFiles/src.dir/mks_gcode.cpp.o: ../include/./mks_log.h -src/CMakeFiles/src.dir/mks_gcode.cpp.o: ../include/MakerbaseCommand.h -src/CMakeFiles/src.dir/mks_gcode.cpp.o: ../include/MoonrakerAPI.h -src/CMakeFiles/src.dir/mks_gcode.cpp.o: ../include/event.h -src/CMakeFiles/src.dir/mks_gcode.cpp.o: ../include/mks_file.h -src/CMakeFiles/src.dir/mks_gcode.cpp.o: ../include/mks_gcode.h -src/CMakeFiles/src.dir/mks_gcode.cpp.o: ../include/mks_log.h -src/CMakeFiles/src.dir/mks_gcode.cpp.o: ../include/ui.h -src/CMakeFiles/src.dir/mks_gcode.cpp.o: ../src/mks_gcode.cpp - -src/CMakeFiles/src.dir/mks_gpio.cpp.o: ../include/event.h -src/CMakeFiles/src.dir/mks_gpio.cpp.o: ../include/mks_gpio.h -src/CMakeFiles/src.dir/mks_gpio.cpp.o: ../include/mks_log.h -src/CMakeFiles/src.dir/mks_gpio.cpp.o: ../src/mks_gpio.cpp - -src/CMakeFiles/src.dir/mks_init.cpp.o: ../include/MakerbaseShell.h -src/CMakeFiles/src.dir/mks_init.cpp.o: ../include/mks_init.h -src/CMakeFiles/src.dir/mks_init.cpp.o: ../src/mks_init.cpp - -src/CMakeFiles/src.dir/mks_job.cpp.o: ../src/mks_job.cpp - -src/CMakeFiles/src.dir/mks_preview.cpp.o: ../include/mks_preview.h -src/CMakeFiles/src.dir/mks_preview.cpp.o: ../src/mks_preview.cpp - -src/CMakeFiles/src.dir/mks_printer.cpp.o: ../include/./mks_log.h -src/CMakeFiles/src.dir/mks_printer.cpp.o: ../include/mks_printer.h -src/CMakeFiles/src.dir/mks_printer.cpp.o: ../src/mks_printer.cpp - -src/CMakeFiles/src.dir/mks_system.cpp.o: ../include/./mks_log.h -src/CMakeFiles/src.dir/mks_system.cpp.o: ../include/mks_system.h -src/CMakeFiles/src.dir/mks_system.cpp.o: ../src/mks_system.cpp - -src/CMakeFiles/src.dir/mks_test.cpp.o: ../include/event.h -src/CMakeFiles/src.dir/mks_test.cpp.o: ../include/mks_test.h -src/CMakeFiles/src.dir/mks_test.cpp.o: ../include/send_msg.h -src/CMakeFiles/src.dir/mks_test.cpp.o: ../include/ui.h -src/CMakeFiles/src.dir/mks_test.cpp.o: ../src/mks_test.cpp - -src/CMakeFiles/src.dir/mks_update.cpp.o: ../include/MakerbaseSerial.h -src/CMakeFiles/src.dir/mks_update.cpp.o: ../include/event.h -src/CMakeFiles/src.dir/mks_update.cpp.o: ../include/send_msg.h -src/CMakeFiles/src.dir/mks_update.cpp.o: ../src/mks_update.cpp - -src/CMakeFiles/src.dir/mks_wpa_cli.cpp.o: ../include/./MakerbaseShell.h -src/CMakeFiles/src.dir/mks_wpa_cli.cpp.o: ../include/MakerbaseWiFi.h -src/CMakeFiles/src.dir/mks_wpa_cli.cpp.o: ../include/event.h -src/CMakeFiles/src.dir/mks_wpa_cli.cpp.o: ../include/mks_log.h -src/CMakeFiles/src.dir/mks_wpa_cli.cpp.o: ../include/mks_wpa_cli.h -src/CMakeFiles/src.dir/mks_wpa_cli.cpp.o: ../include/ui.h -src/CMakeFiles/src.dir/mks_wpa_cli.cpp.o: ../src/mks_wpa_cli.cpp - -src/CMakeFiles/src.dir/send_jpg.cpp.o: ../include/./mks_log.h -src/CMakeFiles/src.dir/send_jpg.cpp.o: ../include/MakerbaseSerial.h -src/CMakeFiles/src.dir/send_jpg.cpp.o: ../include/mks_file.h -src/CMakeFiles/src.dir/send_jpg.cpp.o: ../include/mks_log.h -src/CMakeFiles/src.dir/send_jpg.cpp.o: ../include/send_jpg.h -src/CMakeFiles/src.dir/send_jpg.cpp.o: ../include/send_msg.h -src/CMakeFiles/src.dir/send_jpg.cpp.o: ../src/send_jpg.cpp - -src/CMakeFiles/src.dir/send_msg.cpp.o: ../include/MakerbaseSerial.h -src/CMakeFiles/src.dir/send_msg.cpp.o: ../include/mks_log.h -src/CMakeFiles/src.dir/send_msg.cpp.o: ../include/send_msg.h -src/CMakeFiles/src.dir/send_msg.cpp.o: ../src/send_msg.cpp - -src/CMakeFiles/src.dir/ui.cpp.o: ../include/./MakerbaseShell.h -src/CMakeFiles/src.dir/ui.cpp.o: ../include/./mks_log.h -src/CMakeFiles/src.dir/ui.cpp.o: ../include/MakerbaseNetwork.h -src/CMakeFiles/src.dir/ui.cpp.o: ../include/MakerbaseSerial.h -src/CMakeFiles/src.dir/ui.cpp.o: ../include/MakerbaseWiFi.h -src/CMakeFiles/src.dir/ui.cpp.o: ../include/event.h -src/CMakeFiles/src.dir/ui.cpp.o: ../include/mks_file.h -src/CMakeFiles/src.dir/ui.cpp.o: ../include/mks_log.h -src/CMakeFiles/src.dir/ui.cpp.o: ../include/mks_preview.h -src/CMakeFiles/src.dir/ui.cpp.o: ../include/mks_update.h -src/CMakeFiles/src.dir/ui.cpp.o: ../include/mks_wpa_cli.h -src/CMakeFiles/src.dir/ui.cpp.o: ../include/send_jpg.h -src/CMakeFiles/src.dir/ui.cpp.o: ../include/send_msg.h -src/CMakeFiles/src.dir/ui.cpp.o: ../include/ui.h -src/CMakeFiles/src.dir/ui.cpp.o: ../src/ui.cpp - diff --git a/build/src/CMakeFiles/src.dir/dictionary.cpp.o b/build/src/CMakeFiles/src.dir/dictionary.cpp.o deleted file mode 100644 index f4d888f..0000000 Binary files a/build/src/CMakeFiles/src.dir/dictionary.cpp.o and /dev/null differ diff --git a/build/src/CMakeFiles/src.dir/event.cpp.o b/build/src/CMakeFiles/src.dir/event.cpp.o deleted file mode 100644 index f253867..0000000 Binary files a/build/src/CMakeFiles/src.dir/event.cpp.o and /dev/null differ diff --git a/build/src/CMakeFiles/src.dir/flags.make b/build/src/CMakeFiles/src.dir/flags.make deleted file mode 100644 index cc93f38..0000000 --- a/build/src/CMakeFiles/src.dir/flags.make +++ /dev/null @@ -1,10 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Generated by "Unix Makefiles" Generator, CMake Version 3.13 - -# compile CXX with /usr/bin/c++ -CXX_FLAGS = - -CXX_DEFINES = - -CXX_INCLUDES = -I/root/QIDI_Q1/./include - diff --git a/build/src/CMakeFiles/src.dir/iniparser.cpp.o b/build/src/CMakeFiles/src.dir/iniparser.cpp.o deleted file mode 100644 index 34095f8..0000000 Binary files a/build/src/CMakeFiles/src.dir/iniparser.cpp.o and /dev/null differ diff --git a/build/src/CMakeFiles/src.dir/link.txt b/build/src/CMakeFiles/src.dir/link.txt deleted file mode 100644 index 0138616..0000000 --- a/build/src/CMakeFiles/src.dir/link.txt +++ /dev/null @@ -1,2 +0,0 @@ -/usr/bin/ar qc libsrc.a CMakeFiles/src.dir/KlippyGcodes.cpp.o CMakeFiles/src.dir/KlippyRest.cpp.o CMakeFiles/src.dir/MakerbaseClient.cpp.o CMakeFiles/src.dir/MakerbaseNetwork.cpp.o CMakeFiles/src.dir/MakerbasePanel.cpp.o CMakeFiles/src.dir/MakerbaseParseIni.cpp.o CMakeFiles/src.dir/MakerbaseParseMessage.cpp.o CMakeFiles/src.dir/MakerbaseSerial.cpp.o CMakeFiles/src.dir/MakerbaseShell.cpp.o CMakeFiles/src.dir/MakerbaseWiFi.cpp.o CMakeFiles/src.dir/MoonrakerAPI.cpp.o CMakeFiles/src.dir/common.cpp.o CMakeFiles/src.dir/dictionary.cpp.o CMakeFiles/src.dir/event.cpp.o CMakeFiles/src.dir/iniparser.cpp.o CMakeFiles/src.dir/mks_error.cpp.o CMakeFiles/src.dir/mks_file.cpp.o CMakeFiles/src.dir/mks_gcode.cpp.o CMakeFiles/src.dir/mks_gpio.cpp.o CMakeFiles/src.dir/mks_init.cpp.o CMakeFiles/src.dir/mks_job.cpp.o CMakeFiles/src.dir/mks_preview.cpp.o CMakeFiles/src.dir/mks_printer.cpp.o CMakeFiles/src.dir/mks_system.cpp.o CMakeFiles/src.dir/mks_test.cpp.o CMakeFiles/src.dir/mks_update.cpp.o CMakeFiles/src.dir/mks_wpa_cli.cpp.o CMakeFiles/src.dir/send_jpg.cpp.o CMakeFiles/src.dir/send_msg.cpp.o CMakeFiles/src.dir/ui.cpp.o -/usr/bin/ranlib libsrc.a diff --git a/build/src/CMakeFiles/src.dir/mks_error.cpp.o b/build/src/CMakeFiles/src.dir/mks_error.cpp.o deleted file mode 100644 index 1f80b94..0000000 Binary files a/build/src/CMakeFiles/src.dir/mks_error.cpp.o and /dev/null differ diff --git a/build/src/CMakeFiles/src.dir/mks_file.cpp.o b/build/src/CMakeFiles/src.dir/mks_file.cpp.o deleted file mode 100644 index a12ac0f..0000000 Binary files a/build/src/CMakeFiles/src.dir/mks_file.cpp.o and /dev/null differ diff --git a/build/src/CMakeFiles/src.dir/mks_gcode.cpp.o b/build/src/CMakeFiles/src.dir/mks_gcode.cpp.o deleted file mode 100644 index 19433c5..0000000 Binary files a/build/src/CMakeFiles/src.dir/mks_gcode.cpp.o and /dev/null differ diff --git a/build/src/CMakeFiles/src.dir/mks_gpio.cpp.o b/build/src/CMakeFiles/src.dir/mks_gpio.cpp.o deleted file mode 100644 index 97f1887..0000000 Binary files a/build/src/CMakeFiles/src.dir/mks_gpio.cpp.o and /dev/null differ diff --git a/build/src/CMakeFiles/src.dir/mks_init.cpp.o b/build/src/CMakeFiles/src.dir/mks_init.cpp.o deleted file mode 100644 index fb78a79..0000000 Binary files a/build/src/CMakeFiles/src.dir/mks_init.cpp.o and /dev/null differ diff --git a/build/src/CMakeFiles/src.dir/mks_job.cpp.o b/build/src/CMakeFiles/src.dir/mks_job.cpp.o deleted file mode 100644 index 46bd384..0000000 Binary files a/build/src/CMakeFiles/src.dir/mks_job.cpp.o and /dev/null differ diff --git a/build/src/CMakeFiles/src.dir/mks_preview.cpp.o b/build/src/CMakeFiles/src.dir/mks_preview.cpp.o deleted file mode 100644 index 3d49f79..0000000 Binary files a/build/src/CMakeFiles/src.dir/mks_preview.cpp.o and /dev/null differ diff --git a/build/src/CMakeFiles/src.dir/mks_printer.cpp.o b/build/src/CMakeFiles/src.dir/mks_printer.cpp.o deleted file mode 100644 index 182eb82..0000000 Binary files a/build/src/CMakeFiles/src.dir/mks_printer.cpp.o and /dev/null differ diff --git a/build/src/CMakeFiles/src.dir/mks_system.cpp.o b/build/src/CMakeFiles/src.dir/mks_system.cpp.o deleted file mode 100644 index 172987d..0000000 Binary files a/build/src/CMakeFiles/src.dir/mks_system.cpp.o and /dev/null differ diff --git a/build/src/CMakeFiles/src.dir/mks_test.cpp.o b/build/src/CMakeFiles/src.dir/mks_test.cpp.o deleted file mode 100644 index 712ccc9..0000000 Binary files a/build/src/CMakeFiles/src.dir/mks_test.cpp.o and /dev/null differ diff --git a/build/src/CMakeFiles/src.dir/mks_update.cpp.o b/build/src/CMakeFiles/src.dir/mks_update.cpp.o deleted file mode 100644 index 2b6a7e1..0000000 Binary files a/build/src/CMakeFiles/src.dir/mks_update.cpp.o and /dev/null differ diff --git a/build/src/CMakeFiles/src.dir/mks_wpa_cli.cpp.o b/build/src/CMakeFiles/src.dir/mks_wpa_cli.cpp.o deleted file mode 100644 index 49bb09e..0000000 Binary files a/build/src/CMakeFiles/src.dir/mks_wpa_cli.cpp.o and /dev/null differ diff --git a/build/src/CMakeFiles/src.dir/progress.make b/build/src/CMakeFiles/src.dir/progress.make deleted file mode 100644 index 117b06c..0000000 --- a/build/src/CMakeFiles/src.dir/progress.make +++ /dev/null @@ -1,32 +0,0 @@ -CMAKE_PROGRESS_1 = 1 -CMAKE_PROGRESS_2 = 2 -CMAKE_PROGRESS_3 = 3 -CMAKE_PROGRESS_4 = 4 -CMAKE_PROGRESS_5 = 5 -CMAKE_PROGRESS_6 = 6 -CMAKE_PROGRESS_7 = 7 -CMAKE_PROGRESS_8 = 8 -CMAKE_PROGRESS_9 = 9 -CMAKE_PROGRESS_10 = 10 -CMAKE_PROGRESS_11 = 11 -CMAKE_PROGRESS_12 = 12 -CMAKE_PROGRESS_13 = 13 -CMAKE_PROGRESS_14 = 14 -CMAKE_PROGRESS_15 = 15 -CMAKE_PROGRESS_16 = 16 -CMAKE_PROGRESS_17 = 17 -CMAKE_PROGRESS_18 = 18 -CMAKE_PROGRESS_19 = 19 -CMAKE_PROGRESS_20 = 20 -CMAKE_PROGRESS_21 = 21 -CMAKE_PROGRESS_22 = 22 -CMAKE_PROGRESS_23 = 23 -CMAKE_PROGRESS_24 = 24 -CMAKE_PROGRESS_25 = 25 -CMAKE_PROGRESS_26 = 26 -CMAKE_PROGRESS_27 = 27 -CMAKE_PROGRESS_28 = 28 -CMAKE_PROGRESS_29 = 29 -CMAKE_PROGRESS_30 = 30 -CMAKE_PROGRESS_31 = 31 - diff --git a/build/src/CMakeFiles/src.dir/send_jpg.cpp.o b/build/src/CMakeFiles/src.dir/send_jpg.cpp.o deleted file mode 100644 index ebdbe36..0000000 Binary files a/build/src/CMakeFiles/src.dir/send_jpg.cpp.o and /dev/null differ diff --git a/build/src/CMakeFiles/src.dir/send_msg.cpp.o b/build/src/CMakeFiles/src.dir/send_msg.cpp.o deleted file mode 100644 index db39612..0000000 Binary files a/build/src/CMakeFiles/src.dir/send_msg.cpp.o and /dev/null differ diff --git a/build/src/CMakeFiles/src.dir/ui.cpp.o b/build/src/CMakeFiles/src.dir/ui.cpp.o deleted file mode 100644 index 2bd308b..0000000 Binary files a/build/src/CMakeFiles/src.dir/ui.cpp.o and /dev/null differ diff --git a/build/src/CTestTestfile.cmake b/build/src/CTestTestfile.cmake deleted file mode 100644 index 1f8ab70..0000000 --- a/build/src/CTestTestfile.cmake +++ /dev/null @@ -1,6 +0,0 @@ -# CMake generated Testfile for -# Source directory: /root/QIDI_Q1/src -# Build directory: /root/QIDI_Q1/build/src -# -# This file includes the relevant testing commands required for -# testing this directory and lists subdirectories to be tested as well. diff --git a/build/src/Makefile b/build/src/Makefile deleted file mode 100644 index e502777..0000000 --- a/build/src/Makefile +++ /dev/null @@ -1,1086 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Generated by "Unix Makefiles" Generator, CMake Version 3.13 - -# Default target executed when no arguments are given to make. -default_target: all - -.PHONY : default_target - -# Allow only one "make -f Makefile2" at a time, but pass parallelism. -.NOTPARALLEL: - - -#============================================================================= -# Special targets provided by cmake. - -# Disable implicit rules so canonical targets will work. -.SUFFIXES: - - -# Remove some rules from gmake that .SUFFIXES does not remove. -SUFFIXES = - -.SUFFIXES: .hpux_make_needs_suffix_list - - -# Suppress display of executed commands. -$(VERBOSE).SILENT: - - -# A target that is always out of date. -cmake_force: - -.PHONY : cmake_force - -#============================================================================= -# Set environment variables for the build. - -# The shell in which to execute make rules. -SHELL = /bin/sh - -# The CMake executable. -CMAKE_COMMAND = /usr/bin/cmake - -# The command to remove a file. -RM = /usr/bin/cmake -E remove -f - -# Escaping for special characters. -EQUALS = = - -# The top-level source directory on which CMake was run. -CMAKE_SOURCE_DIR = /root/QIDI_Q1 - -# The top-level build directory on which CMake was run. -CMAKE_BINARY_DIR = /root/QIDI_Q1/build - -#============================================================================= -# Targets provided globally by CMake. - -# Special rule for the target rebuild_cache -rebuild_cache: - @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Running CMake to regenerate build system..." - /usr/bin/cmake -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) -.PHONY : rebuild_cache - -# Special rule for the target rebuild_cache -rebuild_cache/fast: rebuild_cache - -.PHONY : rebuild_cache/fast - -# Special rule for the target edit_cache -edit_cache: - @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "No interactive CMake dialog available..." - /usr/bin/cmake -E echo No\ interactive\ CMake\ dialog\ available. -.PHONY : edit_cache - -# Special rule for the target edit_cache -edit_cache/fast: edit_cache - -.PHONY : edit_cache/fast - -# Special rule for the target test -test: - @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Running tests..." - /usr/bin/ctest --force-new-ctest-process $(ARGS) -.PHONY : test - -# Special rule for the target test -test/fast: test - -.PHONY : test/fast - -# Special rule for the target package_source -package_source: - @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Run CPack packaging tool for source..." - cd /root/QIDI_Q1/build && /usr/bin/cpack --config ./CPackSourceConfig.cmake /root/QIDI_Q1/build/CPackSourceConfig.cmake -.PHONY : package_source - -# Special rule for the target package_source -package_source/fast: package_source - -.PHONY : package_source/fast - -# Special rule for the target package -package: preinstall - @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Run CPack packaging tool..." - cd /root/QIDI_Q1/build && /usr/bin/cpack --config ./CPackConfig.cmake -.PHONY : package - -# Special rule for the target package -package/fast: package - -.PHONY : package/fast - -# The main all target -all: cmake_check_build_system - cd /root/QIDI_Q1/build && $(CMAKE_COMMAND) -E cmake_progress_start /root/QIDI_Q1/build/CMakeFiles /root/QIDI_Q1/build/src/CMakeFiles/progress.marks - cd /root/QIDI_Q1/build && $(MAKE) -f CMakeFiles/Makefile2 src/all - $(CMAKE_COMMAND) -E cmake_progress_start /root/QIDI_Q1/build/CMakeFiles 0 -.PHONY : all - -# The main clean target -clean: - cd /root/QIDI_Q1/build && $(MAKE) -f CMakeFiles/Makefile2 src/clean -.PHONY : clean - -# The main clean target -clean/fast: clean - -.PHONY : clean/fast - -# Prepare targets for installation. -preinstall: all - cd /root/QIDI_Q1/build && $(MAKE) -f CMakeFiles/Makefile2 src/preinstall -.PHONY : preinstall - -# Prepare targets for installation. -preinstall/fast: - cd /root/QIDI_Q1/build && $(MAKE) -f CMakeFiles/Makefile2 src/preinstall -.PHONY : preinstall/fast - -# clear depends -depend: - cd /root/QIDI_Q1/build && $(CMAKE_COMMAND) -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) --check-build-system CMakeFiles/Makefile.cmake 1 -.PHONY : depend - -# Convenience name for target. -src/CMakeFiles/src.dir/rule: - cd /root/QIDI_Q1/build && $(MAKE) -f CMakeFiles/Makefile2 src/CMakeFiles/src.dir/rule -.PHONY : src/CMakeFiles/src.dir/rule - -# Convenience name for target. -src: src/CMakeFiles/src.dir/rule - -.PHONY : src - -# fast build rule for target. -src/fast: - cd /root/QIDI_Q1/build && $(MAKE) -f src/CMakeFiles/src.dir/build.make src/CMakeFiles/src.dir/build -.PHONY : src/fast - -KlippyGcodes.o: KlippyGcodes.cpp.o - -.PHONY : KlippyGcodes.o - -# target to build an object file -KlippyGcodes.cpp.o: - cd /root/QIDI_Q1/build && $(MAKE) -f src/CMakeFiles/src.dir/build.make src/CMakeFiles/src.dir/KlippyGcodes.cpp.o -.PHONY : KlippyGcodes.cpp.o - -KlippyGcodes.i: KlippyGcodes.cpp.i - -.PHONY : KlippyGcodes.i - -# target to preprocess a source file -KlippyGcodes.cpp.i: - cd /root/QIDI_Q1/build && $(MAKE) -f src/CMakeFiles/src.dir/build.make src/CMakeFiles/src.dir/KlippyGcodes.cpp.i -.PHONY : KlippyGcodes.cpp.i - -KlippyGcodes.s: KlippyGcodes.cpp.s - -.PHONY : KlippyGcodes.s - -# target to generate assembly for a file -KlippyGcodes.cpp.s: - cd /root/QIDI_Q1/build && $(MAKE) -f src/CMakeFiles/src.dir/build.make src/CMakeFiles/src.dir/KlippyGcodes.cpp.s -.PHONY : KlippyGcodes.cpp.s - -KlippyRest.o: KlippyRest.cpp.o - -.PHONY : KlippyRest.o - -# target to build an object file -KlippyRest.cpp.o: - cd /root/QIDI_Q1/build && $(MAKE) -f src/CMakeFiles/src.dir/build.make src/CMakeFiles/src.dir/KlippyRest.cpp.o -.PHONY : KlippyRest.cpp.o - -KlippyRest.i: KlippyRest.cpp.i - -.PHONY : KlippyRest.i - -# target to preprocess a source file -KlippyRest.cpp.i: - cd /root/QIDI_Q1/build && $(MAKE) -f src/CMakeFiles/src.dir/build.make src/CMakeFiles/src.dir/KlippyRest.cpp.i -.PHONY : KlippyRest.cpp.i - -KlippyRest.s: KlippyRest.cpp.s - -.PHONY : KlippyRest.s - -# target to generate assembly for a file -KlippyRest.cpp.s: - cd /root/QIDI_Q1/build && $(MAKE) -f src/CMakeFiles/src.dir/build.make src/CMakeFiles/src.dir/KlippyRest.cpp.s -.PHONY : KlippyRest.cpp.s - -MakerbaseClient.o: MakerbaseClient.cpp.o - -.PHONY : MakerbaseClient.o - -# target to build an object file -MakerbaseClient.cpp.o: - cd /root/QIDI_Q1/build && $(MAKE) -f src/CMakeFiles/src.dir/build.make src/CMakeFiles/src.dir/MakerbaseClient.cpp.o -.PHONY : MakerbaseClient.cpp.o - -MakerbaseClient.i: MakerbaseClient.cpp.i - -.PHONY : MakerbaseClient.i - -# target to preprocess a source file -MakerbaseClient.cpp.i: - cd /root/QIDI_Q1/build && $(MAKE) -f src/CMakeFiles/src.dir/build.make src/CMakeFiles/src.dir/MakerbaseClient.cpp.i -.PHONY : MakerbaseClient.cpp.i - -MakerbaseClient.s: MakerbaseClient.cpp.s - -.PHONY : MakerbaseClient.s - -# target to generate assembly for a file -MakerbaseClient.cpp.s: - cd /root/QIDI_Q1/build && $(MAKE) -f src/CMakeFiles/src.dir/build.make src/CMakeFiles/src.dir/MakerbaseClient.cpp.s -.PHONY : MakerbaseClient.cpp.s - -MakerbaseNetwork.o: MakerbaseNetwork.cpp.o - -.PHONY : MakerbaseNetwork.o - -# target to build an object file -MakerbaseNetwork.cpp.o: - cd /root/QIDI_Q1/build && $(MAKE) -f src/CMakeFiles/src.dir/build.make src/CMakeFiles/src.dir/MakerbaseNetwork.cpp.o -.PHONY : MakerbaseNetwork.cpp.o - -MakerbaseNetwork.i: MakerbaseNetwork.cpp.i - -.PHONY : MakerbaseNetwork.i - -# target to preprocess a source file -MakerbaseNetwork.cpp.i: - cd /root/QIDI_Q1/build && $(MAKE) -f src/CMakeFiles/src.dir/build.make src/CMakeFiles/src.dir/MakerbaseNetwork.cpp.i -.PHONY : MakerbaseNetwork.cpp.i - -MakerbaseNetwork.s: MakerbaseNetwork.cpp.s - -.PHONY : MakerbaseNetwork.s - -# target to generate assembly for a file -MakerbaseNetwork.cpp.s: - cd /root/QIDI_Q1/build && $(MAKE) -f src/CMakeFiles/src.dir/build.make src/CMakeFiles/src.dir/MakerbaseNetwork.cpp.s -.PHONY : MakerbaseNetwork.cpp.s - -MakerbasePanel.o: MakerbasePanel.cpp.o - -.PHONY : MakerbasePanel.o - -# target to build an object file -MakerbasePanel.cpp.o: - cd /root/QIDI_Q1/build && $(MAKE) -f src/CMakeFiles/src.dir/build.make src/CMakeFiles/src.dir/MakerbasePanel.cpp.o -.PHONY : MakerbasePanel.cpp.o - -MakerbasePanel.i: MakerbasePanel.cpp.i - -.PHONY : MakerbasePanel.i - -# target to preprocess a source file -MakerbasePanel.cpp.i: - cd /root/QIDI_Q1/build && $(MAKE) -f src/CMakeFiles/src.dir/build.make src/CMakeFiles/src.dir/MakerbasePanel.cpp.i -.PHONY : MakerbasePanel.cpp.i - -MakerbasePanel.s: MakerbasePanel.cpp.s - -.PHONY : MakerbasePanel.s - -# target to generate assembly for a file -MakerbasePanel.cpp.s: - cd /root/QIDI_Q1/build && $(MAKE) -f src/CMakeFiles/src.dir/build.make src/CMakeFiles/src.dir/MakerbasePanel.cpp.s -.PHONY : MakerbasePanel.cpp.s - -MakerbaseParseIni.o: MakerbaseParseIni.cpp.o - -.PHONY : MakerbaseParseIni.o - -# target to build an object file -MakerbaseParseIni.cpp.o: - cd /root/QIDI_Q1/build && $(MAKE) -f src/CMakeFiles/src.dir/build.make src/CMakeFiles/src.dir/MakerbaseParseIni.cpp.o -.PHONY : MakerbaseParseIni.cpp.o - -MakerbaseParseIni.i: MakerbaseParseIni.cpp.i - -.PHONY : MakerbaseParseIni.i - -# target to preprocess a source file -MakerbaseParseIni.cpp.i: - cd /root/QIDI_Q1/build && $(MAKE) -f src/CMakeFiles/src.dir/build.make src/CMakeFiles/src.dir/MakerbaseParseIni.cpp.i -.PHONY : MakerbaseParseIni.cpp.i - -MakerbaseParseIni.s: MakerbaseParseIni.cpp.s - -.PHONY : MakerbaseParseIni.s - -# target to generate assembly for a file -MakerbaseParseIni.cpp.s: - cd /root/QIDI_Q1/build && $(MAKE) -f src/CMakeFiles/src.dir/build.make src/CMakeFiles/src.dir/MakerbaseParseIni.cpp.s -.PHONY : MakerbaseParseIni.cpp.s - -MakerbaseParseMessage.o: MakerbaseParseMessage.cpp.o - -.PHONY : MakerbaseParseMessage.o - -# target to build an object file -MakerbaseParseMessage.cpp.o: - cd /root/QIDI_Q1/build && $(MAKE) -f src/CMakeFiles/src.dir/build.make src/CMakeFiles/src.dir/MakerbaseParseMessage.cpp.o -.PHONY : MakerbaseParseMessage.cpp.o - -MakerbaseParseMessage.i: MakerbaseParseMessage.cpp.i - -.PHONY : MakerbaseParseMessage.i - -# target to preprocess a source file -MakerbaseParseMessage.cpp.i: - cd /root/QIDI_Q1/build && $(MAKE) -f src/CMakeFiles/src.dir/build.make src/CMakeFiles/src.dir/MakerbaseParseMessage.cpp.i -.PHONY : MakerbaseParseMessage.cpp.i - -MakerbaseParseMessage.s: MakerbaseParseMessage.cpp.s - -.PHONY : MakerbaseParseMessage.s - -# target to generate assembly for a file -MakerbaseParseMessage.cpp.s: - cd /root/QIDI_Q1/build && $(MAKE) -f src/CMakeFiles/src.dir/build.make src/CMakeFiles/src.dir/MakerbaseParseMessage.cpp.s -.PHONY : MakerbaseParseMessage.cpp.s - -MakerbaseSerial.o: MakerbaseSerial.cpp.o - -.PHONY : MakerbaseSerial.o - -# target to build an object file -MakerbaseSerial.cpp.o: - cd /root/QIDI_Q1/build && $(MAKE) -f src/CMakeFiles/src.dir/build.make src/CMakeFiles/src.dir/MakerbaseSerial.cpp.o -.PHONY : MakerbaseSerial.cpp.o - -MakerbaseSerial.i: MakerbaseSerial.cpp.i - -.PHONY : MakerbaseSerial.i - -# target to preprocess a source file -MakerbaseSerial.cpp.i: - cd /root/QIDI_Q1/build && $(MAKE) -f src/CMakeFiles/src.dir/build.make src/CMakeFiles/src.dir/MakerbaseSerial.cpp.i -.PHONY : MakerbaseSerial.cpp.i - -MakerbaseSerial.s: MakerbaseSerial.cpp.s - -.PHONY : MakerbaseSerial.s - -# target to generate assembly for a file -MakerbaseSerial.cpp.s: - cd /root/QIDI_Q1/build && $(MAKE) -f src/CMakeFiles/src.dir/build.make src/CMakeFiles/src.dir/MakerbaseSerial.cpp.s -.PHONY : MakerbaseSerial.cpp.s - -MakerbaseShell.o: MakerbaseShell.cpp.o - -.PHONY : MakerbaseShell.o - -# target to build an object file -MakerbaseShell.cpp.o: - cd /root/QIDI_Q1/build && $(MAKE) -f src/CMakeFiles/src.dir/build.make src/CMakeFiles/src.dir/MakerbaseShell.cpp.o -.PHONY : MakerbaseShell.cpp.o - -MakerbaseShell.i: MakerbaseShell.cpp.i - -.PHONY : MakerbaseShell.i - -# target to preprocess a source file -MakerbaseShell.cpp.i: - cd /root/QIDI_Q1/build && $(MAKE) -f src/CMakeFiles/src.dir/build.make src/CMakeFiles/src.dir/MakerbaseShell.cpp.i -.PHONY : MakerbaseShell.cpp.i - -MakerbaseShell.s: MakerbaseShell.cpp.s - -.PHONY : MakerbaseShell.s - -# target to generate assembly for a file -MakerbaseShell.cpp.s: - cd /root/QIDI_Q1/build && $(MAKE) -f src/CMakeFiles/src.dir/build.make src/CMakeFiles/src.dir/MakerbaseShell.cpp.s -.PHONY : MakerbaseShell.cpp.s - -MakerbaseWiFi.o: MakerbaseWiFi.cpp.o - -.PHONY : MakerbaseWiFi.o - -# target to build an object file -MakerbaseWiFi.cpp.o: - cd /root/QIDI_Q1/build && $(MAKE) -f src/CMakeFiles/src.dir/build.make src/CMakeFiles/src.dir/MakerbaseWiFi.cpp.o -.PHONY : MakerbaseWiFi.cpp.o - -MakerbaseWiFi.i: MakerbaseWiFi.cpp.i - -.PHONY : MakerbaseWiFi.i - -# target to preprocess a source file -MakerbaseWiFi.cpp.i: - cd /root/QIDI_Q1/build && $(MAKE) -f src/CMakeFiles/src.dir/build.make src/CMakeFiles/src.dir/MakerbaseWiFi.cpp.i -.PHONY : MakerbaseWiFi.cpp.i - -MakerbaseWiFi.s: MakerbaseWiFi.cpp.s - -.PHONY : MakerbaseWiFi.s - -# target to generate assembly for a file -MakerbaseWiFi.cpp.s: - cd /root/QIDI_Q1/build && $(MAKE) -f src/CMakeFiles/src.dir/build.make src/CMakeFiles/src.dir/MakerbaseWiFi.cpp.s -.PHONY : MakerbaseWiFi.cpp.s - -MoonrakerAPI.o: MoonrakerAPI.cpp.o - -.PHONY : MoonrakerAPI.o - -# target to build an object file -MoonrakerAPI.cpp.o: - cd /root/QIDI_Q1/build && $(MAKE) -f src/CMakeFiles/src.dir/build.make src/CMakeFiles/src.dir/MoonrakerAPI.cpp.o -.PHONY : MoonrakerAPI.cpp.o - -MoonrakerAPI.i: MoonrakerAPI.cpp.i - -.PHONY : MoonrakerAPI.i - -# target to preprocess a source file -MoonrakerAPI.cpp.i: - cd /root/QIDI_Q1/build && $(MAKE) -f src/CMakeFiles/src.dir/build.make src/CMakeFiles/src.dir/MoonrakerAPI.cpp.i -.PHONY : MoonrakerAPI.cpp.i - -MoonrakerAPI.s: MoonrakerAPI.cpp.s - -.PHONY : MoonrakerAPI.s - -# target to generate assembly for a file -MoonrakerAPI.cpp.s: - cd /root/QIDI_Q1/build && $(MAKE) -f src/CMakeFiles/src.dir/build.make src/CMakeFiles/src.dir/MoonrakerAPI.cpp.s -.PHONY : MoonrakerAPI.cpp.s - -common.o: common.cpp.o - -.PHONY : common.o - -# target to build an object file -common.cpp.o: - cd /root/QIDI_Q1/build && $(MAKE) -f src/CMakeFiles/src.dir/build.make src/CMakeFiles/src.dir/common.cpp.o -.PHONY : common.cpp.o - -common.i: common.cpp.i - -.PHONY : common.i - -# target to preprocess a source file -common.cpp.i: - cd /root/QIDI_Q1/build && $(MAKE) -f src/CMakeFiles/src.dir/build.make src/CMakeFiles/src.dir/common.cpp.i -.PHONY : common.cpp.i - -common.s: common.cpp.s - -.PHONY : common.s - -# target to generate assembly for a file -common.cpp.s: - cd /root/QIDI_Q1/build && $(MAKE) -f src/CMakeFiles/src.dir/build.make src/CMakeFiles/src.dir/common.cpp.s -.PHONY : common.cpp.s - -dictionary.o: dictionary.cpp.o - -.PHONY : dictionary.o - -# target to build an object file -dictionary.cpp.o: - cd /root/QIDI_Q1/build && $(MAKE) -f src/CMakeFiles/src.dir/build.make src/CMakeFiles/src.dir/dictionary.cpp.o -.PHONY : dictionary.cpp.o - -dictionary.i: dictionary.cpp.i - -.PHONY : dictionary.i - -# target to preprocess a source file -dictionary.cpp.i: - cd /root/QIDI_Q1/build && $(MAKE) -f src/CMakeFiles/src.dir/build.make src/CMakeFiles/src.dir/dictionary.cpp.i -.PHONY : dictionary.cpp.i - -dictionary.s: dictionary.cpp.s - -.PHONY : dictionary.s - -# target to generate assembly for a file -dictionary.cpp.s: - cd /root/QIDI_Q1/build && $(MAKE) -f src/CMakeFiles/src.dir/build.make src/CMakeFiles/src.dir/dictionary.cpp.s -.PHONY : dictionary.cpp.s - -event.o: event.cpp.o - -.PHONY : event.o - -# target to build an object file -event.cpp.o: - cd /root/QIDI_Q1/build && $(MAKE) -f src/CMakeFiles/src.dir/build.make src/CMakeFiles/src.dir/event.cpp.o -.PHONY : event.cpp.o - -event.i: event.cpp.i - -.PHONY : event.i - -# target to preprocess a source file -event.cpp.i: - cd /root/QIDI_Q1/build && $(MAKE) -f src/CMakeFiles/src.dir/build.make src/CMakeFiles/src.dir/event.cpp.i -.PHONY : event.cpp.i - -event.s: event.cpp.s - -.PHONY : event.s - -# target to generate assembly for a file -event.cpp.s: - cd /root/QIDI_Q1/build && $(MAKE) -f src/CMakeFiles/src.dir/build.make src/CMakeFiles/src.dir/event.cpp.s -.PHONY : event.cpp.s - -iniparser.o: iniparser.cpp.o - -.PHONY : iniparser.o - -# target to build an object file -iniparser.cpp.o: - cd /root/QIDI_Q1/build && $(MAKE) -f src/CMakeFiles/src.dir/build.make src/CMakeFiles/src.dir/iniparser.cpp.o -.PHONY : iniparser.cpp.o - -iniparser.i: iniparser.cpp.i - -.PHONY : iniparser.i - -# target to preprocess a source file -iniparser.cpp.i: - cd /root/QIDI_Q1/build && $(MAKE) -f src/CMakeFiles/src.dir/build.make src/CMakeFiles/src.dir/iniparser.cpp.i -.PHONY : iniparser.cpp.i - -iniparser.s: iniparser.cpp.s - -.PHONY : iniparser.s - -# target to generate assembly for a file -iniparser.cpp.s: - cd /root/QIDI_Q1/build && $(MAKE) -f src/CMakeFiles/src.dir/build.make src/CMakeFiles/src.dir/iniparser.cpp.s -.PHONY : iniparser.cpp.s - -mks_error.o: mks_error.cpp.o - -.PHONY : mks_error.o - -# target to build an object file -mks_error.cpp.o: - cd /root/QIDI_Q1/build && $(MAKE) -f src/CMakeFiles/src.dir/build.make src/CMakeFiles/src.dir/mks_error.cpp.o -.PHONY : mks_error.cpp.o - -mks_error.i: mks_error.cpp.i - -.PHONY : mks_error.i - -# target to preprocess a source file -mks_error.cpp.i: - cd /root/QIDI_Q1/build && $(MAKE) -f src/CMakeFiles/src.dir/build.make src/CMakeFiles/src.dir/mks_error.cpp.i -.PHONY : mks_error.cpp.i - -mks_error.s: mks_error.cpp.s - -.PHONY : mks_error.s - -# target to generate assembly for a file -mks_error.cpp.s: - cd /root/QIDI_Q1/build && $(MAKE) -f src/CMakeFiles/src.dir/build.make src/CMakeFiles/src.dir/mks_error.cpp.s -.PHONY : mks_error.cpp.s - -mks_file.o: mks_file.cpp.o - -.PHONY : mks_file.o - -# target to build an object file -mks_file.cpp.o: - cd /root/QIDI_Q1/build && $(MAKE) -f src/CMakeFiles/src.dir/build.make src/CMakeFiles/src.dir/mks_file.cpp.o -.PHONY : mks_file.cpp.o - -mks_file.i: mks_file.cpp.i - -.PHONY : mks_file.i - -# target to preprocess a source file -mks_file.cpp.i: - cd /root/QIDI_Q1/build && $(MAKE) -f src/CMakeFiles/src.dir/build.make src/CMakeFiles/src.dir/mks_file.cpp.i -.PHONY : mks_file.cpp.i - -mks_file.s: mks_file.cpp.s - -.PHONY : mks_file.s - -# target to generate assembly for a file -mks_file.cpp.s: - cd /root/QIDI_Q1/build && $(MAKE) -f src/CMakeFiles/src.dir/build.make src/CMakeFiles/src.dir/mks_file.cpp.s -.PHONY : mks_file.cpp.s - -mks_gcode.o: mks_gcode.cpp.o - -.PHONY : mks_gcode.o - -# target to build an object file -mks_gcode.cpp.o: - cd /root/QIDI_Q1/build && $(MAKE) -f src/CMakeFiles/src.dir/build.make src/CMakeFiles/src.dir/mks_gcode.cpp.o -.PHONY : mks_gcode.cpp.o - -mks_gcode.i: mks_gcode.cpp.i - -.PHONY : mks_gcode.i - -# target to preprocess a source file -mks_gcode.cpp.i: - cd /root/QIDI_Q1/build && $(MAKE) -f src/CMakeFiles/src.dir/build.make src/CMakeFiles/src.dir/mks_gcode.cpp.i -.PHONY : mks_gcode.cpp.i - -mks_gcode.s: mks_gcode.cpp.s - -.PHONY : mks_gcode.s - -# target to generate assembly for a file -mks_gcode.cpp.s: - cd /root/QIDI_Q1/build && $(MAKE) -f src/CMakeFiles/src.dir/build.make src/CMakeFiles/src.dir/mks_gcode.cpp.s -.PHONY : mks_gcode.cpp.s - -mks_gpio.o: mks_gpio.cpp.o - -.PHONY : mks_gpio.o - -# target to build an object file -mks_gpio.cpp.o: - cd /root/QIDI_Q1/build && $(MAKE) -f src/CMakeFiles/src.dir/build.make src/CMakeFiles/src.dir/mks_gpio.cpp.o -.PHONY : mks_gpio.cpp.o - -mks_gpio.i: mks_gpio.cpp.i - -.PHONY : mks_gpio.i - -# target to preprocess a source file -mks_gpio.cpp.i: - cd /root/QIDI_Q1/build && $(MAKE) -f src/CMakeFiles/src.dir/build.make src/CMakeFiles/src.dir/mks_gpio.cpp.i -.PHONY : mks_gpio.cpp.i - -mks_gpio.s: mks_gpio.cpp.s - -.PHONY : mks_gpio.s - -# target to generate assembly for a file -mks_gpio.cpp.s: - cd /root/QIDI_Q1/build && $(MAKE) -f src/CMakeFiles/src.dir/build.make src/CMakeFiles/src.dir/mks_gpio.cpp.s -.PHONY : mks_gpio.cpp.s - -mks_init.o: mks_init.cpp.o - -.PHONY : mks_init.o - -# target to build an object file -mks_init.cpp.o: - cd /root/QIDI_Q1/build && $(MAKE) -f src/CMakeFiles/src.dir/build.make src/CMakeFiles/src.dir/mks_init.cpp.o -.PHONY : mks_init.cpp.o - -mks_init.i: mks_init.cpp.i - -.PHONY : mks_init.i - -# target to preprocess a source file -mks_init.cpp.i: - cd /root/QIDI_Q1/build && $(MAKE) -f src/CMakeFiles/src.dir/build.make src/CMakeFiles/src.dir/mks_init.cpp.i -.PHONY : mks_init.cpp.i - -mks_init.s: mks_init.cpp.s - -.PHONY : mks_init.s - -# target to generate assembly for a file -mks_init.cpp.s: - cd /root/QIDI_Q1/build && $(MAKE) -f src/CMakeFiles/src.dir/build.make src/CMakeFiles/src.dir/mks_init.cpp.s -.PHONY : mks_init.cpp.s - -mks_job.o: mks_job.cpp.o - -.PHONY : mks_job.o - -# target to build an object file -mks_job.cpp.o: - cd /root/QIDI_Q1/build && $(MAKE) -f src/CMakeFiles/src.dir/build.make src/CMakeFiles/src.dir/mks_job.cpp.o -.PHONY : mks_job.cpp.o - -mks_job.i: mks_job.cpp.i - -.PHONY : mks_job.i - -# target to preprocess a source file -mks_job.cpp.i: - cd /root/QIDI_Q1/build && $(MAKE) -f src/CMakeFiles/src.dir/build.make src/CMakeFiles/src.dir/mks_job.cpp.i -.PHONY : mks_job.cpp.i - -mks_job.s: mks_job.cpp.s - -.PHONY : mks_job.s - -# target to generate assembly for a file -mks_job.cpp.s: - cd /root/QIDI_Q1/build && $(MAKE) -f src/CMakeFiles/src.dir/build.make src/CMakeFiles/src.dir/mks_job.cpp.s -.PHONY : mks_job.cpp.s - -mks_preview.o: mks_preview.cpp.o - -.PHONY : mks_preview.o - -# target to build an object file -mks_preview.cpp.o: - cd /root/QIDI_Q1/build && $(MAKE) -f src/CMakeFiles/src.dir/build.make src/CMakeFiles/src.dir/mks_preview.cpp.o -.PHONY : mks_preview.cpp.o - -mks_preview.i: mks_preview.cpp.i - -.PHONY : mks_preview.i - -# target to preprocess a source file -mks_preview.cpp.i: - cd /root/QIDI_Q1/build && $(MAKE) -f src/CMakeFiles/src.dir/build.make src/CMakeFiles/src.dir/mks_preview.cpp.i -.PHONY : mks_preview.cpp.i - -mks_preview.s: mks_preview.cpp.s - -.PHONY : mks_preview.s - -# target to generate assembly for a file -mks_preview.cpp.s: - cd /root/QIDI_Q1/build && $(MAKE) -f src/CMakeFiles/src.dir/build.make src/CMakeFiles/src.dir/mks_preview.cpp.s -.PHONY : mks_preview.cpp.s - -mks_printer.o: mks_printer.cpp.o - -.PHONY : mks_printer.o - -# target to build an object file -mks_printer.cpp.o: - cd /root/QIDI_Q1/build && $(MAKE) -f src/CMakeFiles/src.dir/build.make src/CMakeFiles/src.dir/mks_printer.cpp.o -.PHONY : mks_printer.cpp.o - -mks_printer.i: mks_printer.cpp.i - -.PHONY : mks_printer.i - -# target to preprocess a source file -mks_printer.cpp.i: - cd /root/QIDI_Q1/build && $(MAKE) -f src/CMakeFiles/src.dir/build.make src/CMakeFiles/src.dir/mks_printer.cpp.i -.PHONY : mks_printer.cpp.i - -mks_printer.s: mks_printer.cpp.s - -.PHONY : mks_printer.s - -# target to generate assembly for a file -mks_printer.cpp.s: - cd /root/QIDI_Q1/build && $(MAKE) -f src/CMakeFiles/src.dir/build.make src/CMakeFiles/src.dir/mks_printer.cpp.s -.PHONY : mks_printer.cpp.s - -mks_system.o: mks_system.cpp.o - -.PHONY : mks_system.o - -# target to build an object file -mks_system.cpp.o: - cd /root/QIDI_Q1/build && $(MAKE) -f src/CMakeFiles/src.dir/build.make src/CMakeFiles/src.dir/mks_system.cpp.o -.PHONY : mks_system.cpp.o - -mks_system.i: mks_system.cpp.i - -.PHONY : mks_system.i - -# target to preprocess a source file -mks_system.cpp.i: - cd /root/QIDI_Q1/build && $(MAKE) -f src/CMakeFiles/src.dir/build.make src/CMakeFiles/src.dir/mks_system.cpp.i -.PHONY : mks_system.cpp.i - -mks_system.s: mks_system.cpp.s - -.PHONY : mks_system.s - -# target to generate assembly for a file -mks_system.cpp.s: - cd /root/QIDI_Q1/build && $(MAKE) -f src/CMakeFiles/src.dir/build.make src/CMakeFiles/src.dir/mks_system.cpp.s -.PHONY : mks_system.cpp.s - -mks_test.o: mks_test.cpp.o - -.PHONY : mks_test.o - -# target to build an object file -mks_test.cpp.o: - cd /root/QIDI_Q1/build && $(MAKE) -f src/CMakeFiles/src.dir/build.make src/CMakeFiles/src.dir/mks_test.cpp.o -.PHONY : mks_test.cpp.o - -mks_test.i: mks_test.cpp.i - -.PHONY : mks_test.i - -# target to preprocess a source file -mks_test.cpp.i: - cd /root/QIDI_Q1/build && $(MAKE) -f src/CMakeFiles/src.dir/build.make src/CMakeFiles/src.dir/mks_test.cpp.i -.PHONY : mks_test.cpp.i - -mks_test.s: mks_test.cpp.s - -.PHONY : mks_test.s - -# target to generate assembly for a file -mks_test.cpp.s: - cd /root/QIDI_Q1/build && $(MAKE) -f src/CMakeFiles/src.dir/build.make src/CMakeFiles/src.dir/mks_test.cpp.s -.PHONY : mks_test.cpp.s - -mks_update.o: mks_update.cpp.o - -.PHONY : mks_update.o - -# target to build an object file -mks_update.cpp.o: - cd /root/QIDI_Q1/build && $(MAKE) -f src/CMakeFiles/src.dir/build.make src/CMakeFiles/src.dir/mks_update.cpp.o -.PHONY : mks_update.cpp.o - -mks_update.i: mks_update.cpp.i - -.PHONY : mks_update.i - -# target to preprocess a source file -mks_update.cpp.i: - cd /root/QIDI_Q1/build && $(MAKE) -f src/CMakeFiles/src.dir/build.make src/CMakeFiles/src.dir/mks_update.cpp.i -.PHONY : mks_update.cpp.i - -mks_update.s: mks_update.cpp.s - -.PHONY : mks_update.s - -# target to generate assembly for a file -mks_update.cpp.s: - cd /root/QIDI_Q1/build && $(MAKE) -f src/CMakeFiles/src.dir/build.make src/CMakeFiles/src.dir/mks_update.cpp.s -.PHONY : mks_update.cpp.s - -mks_wpa_cli.o: mks_wpa_cli.cpp.o - -.PHONY : mks_wpa_cli.o - -# target to build an object file -mks_wpa_cli.cpp.o: - cd /root/QIDI_Q1/build && $(MAKE) -f src/CMakeFiles/src.dir/build.make src/CMakeFiles/src.dir/mks_wpa_cli.cpp.o -.PHONY : mks_wpa_cli.cpp.o - -mks_wpa_cli.i: mks_wpa_cli.cpp.i - -.PHONY : mks_wpa_cli.i - -# target to preprocess a source file -mks_wpa_cli.cpp.i: - cd /root/QIDI_Q1/build && $(MAKE) -f src/CMakeFiles/src.dir/build.make src/CMakeFiles/src.dir/mks_wpa_cli.cpp.i -.PHONY : mks_wpa_cli.cpp.i - -mks_wpa_cli.s: mks_wpa_cli.cpp.s - -.PHONY : mks_wpa_cli.s - -# target to generate assembly for a file -mks_wpa_cli.cpp.s: - cd /root/QIDI_Q1/build && $(MAKE) -f src/CMakeFiles/src.dir/build.make src/CMakeFiles/src.dir/mks_wpa_cli.cpp.s -.PHONY : mks_wpa_cli.cpp.s - -send_jpg.o: send_jpg.cpp.o - -.PHONY : send_jpg.o - -# target to build an object file -send_jpg.cpp.o: - cd /root/QIDI_Q1/build && $(MAKE) -f src/CMakeFiles/src.dir/build.make src/CMakeFiles/src.dir/send_jpg.cpp.o -.PHONY : send_jpg.cpp.o - -send_jpg.i: send_jpg.cpp.i - -.PHONY : send_jpg.i - -# target to preprocess a source file -send_jpg.cpp.i: - cd /root/QIDI_Q1/build && $(MAKE) -f src/CMakeFiles/src.dir/build.make src/CMakeFiles/src.dir/send_jpg.cpp.i -.PHONY : send_jpg.cpp.i - -send_jpg.s: send_jpg.cpp.s - -.PHONY : send_jpg.s - -# target to generate assembly for a file -send_jpg.cpp.s: - cd /root/QIDI_Q1/build && $(MAKE) -f src/CMakeFiles/src.dir/build.make src/CMakeFiles/src.dir/send_jpg.cpp.s -.PHONY : send_jpg.cpp.s - -send_msg.o: send_msg.cpp.o - -.PHONY : send_msg.o - -# target to build an object file -send_msg.cpp.o: - cd /root/QIDI_Q1/build && $(MAKE) -f src/CMakeFiles/src.dir/build.make src/CMakeFiles/src.dir/send_msg.cpp.o -.PHONY : send_msg.cpp.o - -send_msg.i: send_msg.cpp.i - -.PHONY : send_msg.i - -# target to preprocess a source file -send_msg.cpp.i: - cd /root/QIDI_Q1/build && $(MAKE) -f src/CMakeFiles/src.dir/build.make src/CMakeFiles/src.dir/send_msg.cpp.i -.PHONY : send_msg.cpp.i - -send_msg.s: send_msg.cpp.s - -.PHONY : send_msg.s - -# target to generate assembly for a file -send_msg.cpp.s: - cd /root/QIDI_Q1/build && $(MAKE) -f src/CMakeFiles/src.dir/build.make src/CMakeFiles/src.dir/send_msg.cpp.s -.PHONY : send_msg.cpp.s - -ui.o: ui.cpp.o - -.PHONY : ui.o - -# target to build an object file -ui.cpp.o: - cd /root/QIDI_Q1/build && $(MAKE) -f src/CMakeFiles/src.dir/build.make src/CMakeFiles/src.dir/ui.cpp.o -.PHONY : ui.cpp.o - -ui.i: ui.cpp.i - -.PHONY : ui.i - -# target to preprocess a source file -ui.cpp.i: - cd /root/QIDI_Q1/build && $(MAKE) -f src/CMakeFiles/src.dir/build.make src/CMakeFiles/src.dir/ui.cpp.i -.PHONY : ui.cpp.i - -ui.s: ui.cpp.s - -.PHONY : ui.s - -# target to generate assembly for a file -ui.cpp.s: - cd /root/QIDI_Q1/build && $(MAKE) -f src/CMakeFiles/src.dir/build.make src/CMakeFiles/src.dir/ui.cpp.s -.PHONY : ui.cpp.s - -# Help Target -help: - @echo "The following are some of the valid targets for this Makefile:" - @echo "... all (the default if no target is provided)" - @echo "... clean" - @echo "... depend" - @echo "... rebuild_cache" - @echo "... edit_cache" - @echo "... test" - @echo "... src" - @echo "... package_source" - @echo "... package" - @echo "... KlippyGcodes.o" - @echo "... KlippyGcodes.i" - @echo "... KlippyGcodes.s" - @echo "... KlippyRest.o" - @echo "... KlippyRest.i" - @echo "... KlippyRest.s" - @echo "... MakerbaseClient.o" - @echo "... MakerbaseClient.i" - @echo "... MakerbaseClient.s" - @echo "... MakerbaseNetwork.o" - @echo "... MakerbaseNetwork.i" - @echo "... MakerbaseNetwork.s" - @echo "... MakerbasePanel.o" - @echo "... MakerbasePanel.i" - @echo "... MakerbasePanel.s" - @echo "... MakerbaseParseIni.o" - @echo "... MakerbaseParseIni.i" - @echo "... MakerbaseParseIni.s" - @echo "... MakerbaseParseMessage.o" - @echo "... MakerbaseParseMessage.i" - @echo "... MakerbaseParseMessage.s" - @echo "... MakerbaseSerial.o" - @echo "... MakerbaseSerial.i" - @echo "... MakerbaseSerial.s" - @echo "... MakerbaseShell.o" - @echo "... MakerbaseShell.i" - @echo "... MakerbaseShell.s" - @echo "... MakerbaseWiFi.o" - @echo "... MakerbaseWiFi.i" - @echo "... MakerbaseWiFi.s" - @echo "... MoonrakerAPI.o" - @echo "... MoonrakerAPI.i" - @echo "... MoonrakerAPI.s" - @echo "... common.o" - @echo "... common.i" - @echo "... common.s" - @echo "... dictionary.o" - @echo "... dictionary.i" - @echo "... dictionary.s" - @echo "... event.o" - @echo "... event.i" - @echo "... event.s" - @echo "... iniparser.o" - @echo "... iniparser.i" - @echo "... iniparser.s" - @echo "... mks_error.o" - @echo "... mks_error.i" - @echo "... mks_error.s" - @echo "... mks_file.o" - @echo "... mks_file.i" - @echo "... mks_file.s" - @echo "... mks_gcode.o" - @echo "... mks_gcode.i" - @echo "... mks_gcode.s" - @echo "... mks_gpio.o" - @echo "... mks_gpio.i" - @echo "... mks_gpio.s" - @echo "... mks_init.o" - @echo "... mks_init.i" - @echo "... mks_init.s" - @echo "... mks_job.o" - @echo "... mks_job.i" - @echo "... mks_job.s" - @echo "... mks_preview.o" - @echo "... mks_preview.i" - @echo "... mks_preview.s" - @echo "... mks_printer.o" - @echo "... mks_printer.i" - @echo "... mks_printer.s" - @echo "... mks_system.o" - @echo "... mks_system.i" - @echo "... mks_system.s" - @echo "... mks_test.o" - @echo "... mks_test.i" - @echo "... mks_test.s" - @echo "... mks_update.o" - @echo "... mks_update.i" - @echo "... mks_update.s" - @echo "... mks_wpa_cli.o" - @echo "... mks_wpa_cli.i" - @echo "... mks_wpa_cli.s" - @echo "... send_jpg.o" - @echo "... send_jpg.i" - @echo "... send_jpg.s" - @echo "... send_msg.o" - @echo "... send_msg.i" - @echo "... send_msg.s" - @echo "... ui.o" - @echo "... ui.i" - @echo "... ui.s" -.PHONY : help - - - -#============================================================================= -# Special targets to cleanup operation of make. - -# Special rule to run CMake to check the build system integrity. -# No rule that depends on this can have commands that come from listfiles -# because they might be regenerated. -cmake_check_build_system: - cd /root/QIDI_Q1/build && $(CMAKE_COMMAND) -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) --check-build-system CMakeFiles/Makefile.cmake 0 -.PHONY : cmake_check_build_system - diff --git a/build/src/cmake_install.cmake b/build/src/cmake_install.cmake deleted file mode 100644 index 075ba7e..0000000 --- a/build/src/cmake_install.cmake +++ /dev/null @@ -1,39 +0,0 @@ -# Install script for directory: /root/QIDI_Q1/src - -# 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 "") - 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() - -# Install shared libraries without execute permission? -if(NOT DEFINED CMAKE_INSTALL_SO_NO_EXE) - set(CMAKE_INSTALL_SO_NO_EXE "1") -endif() - -# Is this installation the result of a crosscompile? -if(NOT DEFINED CMAKE_CROSSCOMPILING) - set(CMAKE_CROSSCOMPILING "FALSE") -endif() - diff --git a/build/src/libsrc.a b/build/src/libsrc.a deleted file mode 100644 index 4b610c0..0000000 Binary files a/build/src/libsrc.a and /dev/null differ diff --git a/build/start.sh b/build/start.sh deleted file mode 100644 index ae91a07..0000000 --- a/build/start.sh +++ /dev/null @@ -1,6 +0,0 @@ -#!/bin/bash -echo "Start makerbase-client" -time=$(date "+%Y%m%d%H%M%S") -# /root/makerbase-client/build/MakerbaseClient localhost > /root/mksclient/test-$time.log -/root/udp_server & -/root/xindi/build/xindi localhost diff --git a/build/xindi b/build/xindi deleted file mode 100644 index 52b41eb..0000000 Binary files a/build/xindi and /dev/null differ diff --git a/include/HTTPRequest.hpp b/include/HTTPRequest.hpp deleted file mode 100644 index d0ef892..0000000 --- a/include/HTTPRequest.hpp +++ /dev/null @@ -1,1207 +0,0 @@ -// -// HTTPRequest -// - -#ifndef HTTPREQUEST_HPP -#define HTTPREQUEST_HPP - -#include -#include -#include -#include -#include -#include -#include -#include -#include -#include -#include -#include -#include -#include -#include - -#if defined(_WIN32) || defined(__CYGWIN__) -# pragma push_macro("WIN32_LEAN_AND_MEAN") -# pragma push_macro("NOMINMAX") -# ifndef WIN32_LEAN_AND_MEAN -# define WIN32_LEAN_AND_MEAN -# endif // WIN32_LEAN_AND_MEAN -# ifndef NOMINMAX -# define NOMINMAX -# endif // NOMINMAX -# include -# if _WIN32_WINNT < _WIN32_WINNT_WINXP -extern "C" char *_strdup(const char *strSource); -# define strdup _strdup -# include -# endif // _WIN32_WINNT < _WIN32_WINNT_WINXP -# include -# pragma pop_macro("WIN32_LEAN_AND_MEAN") -# pragma pop_macro("NOMINMAX") -#else -# include -# include -# include -# include -# include -# include -# include -# include -#endif // defined(_WIN32) || defined(__CYGWIN__) - -namespace http -{ - class RequestError final: public std::logic_error - { - public: - using std::logic_error::logic_error; - }; - - class ResponseError final: public std::runtime_error - { - public: - using std::runtime_error::runtime_error; - }; - - enum class InternetProtocol: std::uint8_t - { - V4, - V6 - }; - - struct Uri final - { - std::string scheme; - std::string user; - std::string password; - std::string host; - std::string port; - std::string path; - std::string query; - std::string fragment; - }; - - struct HttpVersion final - { - uint16_t major; - uint16_t minor; - }; - - struct Status final - { - // RFC 7231, 6. Response Status Codes - enum Code: std::uint16_t - { - Continue = 100, - SwitchingProtocol = 101, - Processing = 102, - EarlyHints = 103, - - Ok = 200, - Created = 201, - Accepted = 202, - NonAuthoritativeInformation = 203, - NoContent = 204, - ResetContent = 205, - PartialContent = 206, - MultiStatus = 207, - AlreadyReported = 208, - ImUsed = 226, - - MultipleChoice = 300, - MovedPermanently = 301, - Found = 302, - SeeOther = 303, - NotModified = 304, - UseProxy = 305, - TemporaryRedirect = 307, - PermanentRedirect = 308, - - BadRequest = 400, - Unauthorized = 401, - PaymentRequired = 402, - Forbidden = 403, - NotFound = 404, - MethodNotAllowed = 405, - NotAcceptable = 406, - ProxyAuthenticationRequired = 407, - RequestTimeout = 408, - Conflict = 409, - Gone = 410, - LengthRequired = 411, - PreconditionFailed = 412, - PayloadTooLarge = 413, - UriTooLong = 414, - UnsupportedMediaType = 415, - RangeNotSatisfiable = 416, - ExpectationFailed = 417, - MisdirectedRequest = 421, - UnprocessableEntity = 422, - Locked = 423, - FailedDependency = 424, - TooEarly = 425, - UpgradeRequired = 426, - PreconditionRequired = 428, - TooManyRequests = 429, - RequestHeaderFieldsTooLarge = 431, - UnavailableForLegalReasons = 451, - - InternalServerError = 500, - NotImplemented = 501, - BadGateway = 502, - ServiceUnavailable = 503, - GatewayTimeout = 504, - HttpVersionNotSupported = 505, - VariantAlsoNegotiates = 506, - InsufficientStorage = 507, - LoopDetected = 508, - NotExtended = 510, - NetworkAuthenticationRequired = 511 - }; - - HttpVersion httpVersion; - std::uint16_t code; - std::string reason; - }; - - using HeaderField = std::pair; - using HeaderFields = std::vector; - - struct Response final - { - Status status; - HeaderFields headerFields; - std::vector body; - }; - - inline namespace detail - { -#if defined(_WIN32) || defined(__CYGWIN__) - class WinSock final - { - public: - WinSock() - { - WSADATA wsaData; - const auto error = WSAStartup(MAKEWORD(2, 2), &wsaData); - if (error != 0) - throw std::system_error{error, std::system_category(), "WSAStartup failed"}; - - if (LOBYTE(wsaData.wVersion) != 2 || HIBYTE(wsaData.wVersion) != 2) - { - WSACleanup(); - throw std::runtime_error{"Invalid WinSock version"}; - } - - started = true; - } - - ~WinSock() - { - if (started) WSACleanup(); - } - - WinSock(WinSock&& other) noexcept: - started{other.started} - { - other.started = false; - } - - WinSock& operator=(WinSock&& other) noexcept - { - if (&other == this) return *this; - if (started) WSACleanup(); - started = other.started; - other.started = false; - return *this; - } - - private: - bool started = false; - }; -#endif // defined(_WIN32) || defined(__CYGWIN__) - - inline int getLastError() noexcept - { -#if defined(_WIN32) || defined(__CYGWIN__) - return WSAGetLastError(); -#else - return errno; -#endif // defined(_WIN32) || defined(__CYGWIN__) - } - - constexpr int getAddressFamily(const InternetProtocol internetProtocol) - { - return (internetProtocol == InternetProtocol::V4) ? AF_INET : - (internetProtocol == InternetProtocol::V6) ? AF_INET6 : - throw RequestError{"Unsupported protocol"}; - } - - class Socket final - { - public: -#if defined(_WIN32) || defined(__CYGWIN__) - using Type = SOCKET; - static constexpr Type invalid = INVALID_SOCKET; -#else - using Type = int; - static constexpr Type invalid = -1; -#endif // defined(_WIN32) || defined(__CYGWIN__) - - explicit Socket(const InternetProtocol internetProtocol): - endpoint{socket(getAddressFamily(internetProtocol), SOCK_STREAM, IPPROTO_TCP)} - { - if (endpoint == invalid) - throw std::system_error{getLastError(), std::system_category(), "Failed to create socket"}; - -#if defined(_WIN32) || defined(__CYGWIN__) - ULONG mode = 1; - if (ioctlsocket(endpoint, FIONBIO, &mode) != 0) - { - close(); - throw std::system_error{WSAGetLastError(), std::system_category(), "Failed to get socket flags"}; - } -#else - const auto flags = fcntl(endpoint, F_GETFL); - if (flags == -1) - { - close(); - throw std::system_error{errno, std::system_category(), "Failed to get socket flags"}; - } - - if (fcntl(endpoint, F_SETFL, flags | O_NONBLOCK) == -1) - { - close(); - throw std::system_error{errno, std::system_category(), "Failed to set socket flags"}; - } -#endif // defined(_WIN32) || defined(__CYGWIN__) - -#ifdef __APPLE__ - const int value = 1; - if (setsockopt(endpoint, SOL_SOCKET, SO_NOSIGPIPE, &value, sizeof(value)) == -1) - { - close(); - throw std::system_error{errno, std::system_category(), "Failed to set socket option"}; - } -#endif // __APPLE__ - } - - ~Socket() - { - if (endpoint != invalid) close(); - } - - Socket(Socket&& other) noexcept: - endpoint{other.endpoint} - { - other.endpoint = invalid; - } - - Socket& operator=(Socket&& other) noexcept - { - if (&other == this) return *this; - if (endpoint != invalid) close(); - endpoint = other.endpoint; - other.endpoint = invalid; - return *this; - } - - void connect(const struct sockaddr* address, const socklen_t addressSize, const std::int64_t timeout) - { -#if defined(_WIN32) || defined(__CYGWIN__) - auto result = ::connect(endpoint, address, addressSize); - while (result == -1 && WSAGetLastError() == WSAEINTR) - result = ::connect(endpoint, address, addressSize); - - if (result == -1) - { - if (WSAGetLastError() == WSAEWOULDBLOCK) - { - select(SelectType::write, timeout); - - char socketErrorPointer[sizeof(int)]; - socklen_t optionLength = sizeof(socketErrorPointer); - if (getsockopt(endpoint, SOL_SOCKET, SO_ERROR, socketErrorPointer, &optionLength) == -1) - throw std::system_error{WSAGetLastError(), std::system_category(), "Failed to get socket option"}; - - int socketError; - std::memcpy(&socketError, socketErrorPointer, sizeof(socketErrorPointer)); - - if (socketError != 0) - throw std::system_error{socketError, std::system_category(), "Failed to connect"}; - } - else - throw std::system_error{WSAGetLastError(), std::system_category(), "Failed to connect"}; - } -#else - auto result = ::connect(endpoint, address, addressSize); - while (result == -1 && errno == EINTR) - result = ::connect(endpoint, address, addressSize); - - if (result == -1) - { - if (errno == EINPROGRESS) - { - select(SelectType::write, timeout); - - int socketError; - socklen_t optionLength = sizeof(socketError); - if (getsockopt(endpoint, SOL_SOCKET, SO_ERROR, &socketError, &optionLength) == -1) - throw std::system_error{errno, std::system_category(), "Failed to get socket option"}; - - if (socketError != 0) - throw std::system_error{socketError, std::system_category(), "Failed to connect"}; - } - else - throw std::system_error{errno, std::system_category(), "Failed to connect"}; - } -#endif // defined(_WIN32) || defined(__CYGWIN__) - } - - std::size_t send(const void* buffer, const std::size_t length, const std::int64_t timeout) - { - select(SelectType::write, timeout); -#if defined(_WIN32) || defined(__CYGWIN__) - auto result = ::send(endpoint, reinterpret_cast(buffer), - static_cast(length), 0); - - while (result == -1 && WSAGetLastError() == WSAEINTR) - result = ::send(endpoint, reinterpret_cast(buffer), - static_cast(length), 0); - - if (result == -1) - throw std::system_error{WSAGetLastError(), std::system_category(), "Failed to send data"}; -#else - auto result = ::send(endpoint, reinterpret_cast(buffer), - length, noSignal); - - while (result == -1 && errno == EINTR) - result = ::send(endpoint, reinterpret_cast(buffer), - length, noSignal); - - if (result == -1) - throw std::system_error{errno, std::system_category(), "Failed to send data"}; -#endif // defined(_WIN32) || defined(__CYGWIN__) - return static_cast(result); - } - - std::size_t recv(void* buffer, const std::size_t length, const std::int64_t timeout) - { - select(SelectType::read, timeout); -#if defined(_WIN32) || defined(__CYGWIN__) - auto result = ::recv(endpoint, reinterpret_cast(buffer), - static_cast(length), 0); - - while (result == -1 && WSAGetLastError() == WSAEINTR) - result = ::recv(endpoint, reinterpret_cast(buffer), - static_cast(length), 0); - - if (result == -1) - throw std::system_error{WSAGetLastError(), std::system_category(), "Failed to read data"}; -#else - auto result = ::recv(endpoint, reinterpret_cast(buffer), - length, noSignal); - - while (result == -1 && errno == EINTR) - result = ::recv(endpoint, reinterpret_cast(buffer), - length, noSignal); - - if (result == -1) - throw std::system_error{errno, std::system_category(), "Failed to read data"}; -#endif // defined(_WIN32) || defined(__CYGWIN__) - return static_cast(result); - } - - private: - enum class SelectType - { - read, - write - }; - - void select(const SelectType type, const std::int64_t timeout) - { - fd_set descriptorSet; - FD_ZERO(&descriptorSet); - FD_SET(endpoint, &descriptorSet); - -#if defined(_WIN32) || defined(__CYGWIN__) - TIMEVAL selectTimeout{ - static_cast(timeout / 1000), - static_cast((timeout % 1000) * 1000) - }; - auto count = ::select(0, - (type == SelectType::read) ? &descriptorSet : nullptr, - (type == SelectType::write) ? &descriptorSet : nullptr, - nullptr, - (timeout >= 0) ? &selectTimeout : nullptr); - - while (count == -1 && WSAGetLastError() == WSAEINTR) - count = ::select(0, - (type == SelectType::read) ? &descriptorSet : nullptr, - (type == SelectType::write) ? &descriptorSet : nullptr, - nullptr, - (timeout >= 0) ? &selectTimeout : nullptr); - - if (count == -1) - throw std::system_error{WSAGetLastError(), std::system_category(), "Failed to select socket"}; - else if (count == 0) - throw ResponseError{"Request timed out"}; -#else - timeval selectTimeout{ - static_cast(timeout / 1000), - static_cast((timeout % 1000) * 1000) - }; - auto count = ::select(endpoint + 1, - (type == SelectType::read) ? &descriptorSet : nullptr, - (type == SelectType::write) ? &descriptorSet : nullptr, - nullptr, - (timeout >= 0) ? &selectTimeout : nullptr); - - while (count == -1 && errno == EINTR) - count = ::select(endpoint + 1, - (type == SelectType::read) ? &descriptorSet : nullptr, - (type == SelectType::write) ? &descriptorSet : nullptr, - nullptr, - (timeout >= 0) ? &selectTimeout : nullptr); - - if (count == -1) - throw std::system_error{errno, std::system_category(), "Failed to select socket"}; - else if (count == 0) - throw ResponseError{"Request timed out"}; -#endif // defined(_WIN32) || defined(__CYGWIN__) - } - - void close() noexcept - { -#if defined(_WIN32) || defined(__CYGWIN__) - closesocket(endpoint); -#else - ::close(endpoint); -#endif // defined(_WIN32) || defined(__CYGWIN__) - } - -#if defined(__unix__) && !defined(__APPLE__) && !defined(__CYGWIN__) - static constexpr int noSignal = MSG_NOSIGNAL; -#else - static constexpr int noSignal = 0; -#endif // defined(__unix__) && !defined(__APPLE__) - - Type endpoint = invalid; - }; - - // RFC 7230, 3.2.3. WhiteSpace - template - constexpr bool isWhiteSpaceChar(const C c) noexcept - { - return c == 0x20 || c == 0x09; // space or tab - }; - - // RFC 5234, Appendix B.1. Core Rules - template - constexpr bool isDigitChar(const C c) noexcept - { - return c >= 0x30 && c <= 0x39; // 0 - 9 - } - - // RFC 5234, Appendix B.1. Core Rules - template - constexpr bool isAlphaChar(const C c) noexcept - { - return - (c >= 0x61 && c <= 0x7A) || // a - z - (c >= 0x41 && c <= 0x5A); // A - Z - } - - // RFC 7230, 3.2.6. Field Value Components - template - constexpr bool isTokenChar(const C c) noexcept - { - return c == 0x21 || // ! - c == 0x23 || // # - c == 0x24 || // $ - c == 0x25 || // % - c == 0x26 || // & - c == 0x27 || // ' - c == 0x2A || // * - c == 0x2B || // + - c == 0x2D || // - - c == 0x2E || // . - c == 0x5E || // ^ - c == 0x5F || // _ - c == 0x60 || // ` - c == 0x7C || // | - c == 0x7E || // ~ - isDigitChar(c) || - isAlphaChar(c); - }; - - // RFC 5234, Appendix B.1. Core Rules - template - constexpr bool isVisibleChar(const C c) noexcept - { - return c >= 0x21 && c <= 0x7E; - } - - // RFC 7230, Appendix B. Collected ABNF - template - constexpr bool isObsoleteTextChar(const C c) noexcept - { - return static_cast(c) >= 0x80 && - static_cast(c) <= 0xFF; - } - - template - Iterator skipWhiteSpaces(const Iterator begin, const Iterator end) - { - auto i = begin; - for (i = begin; i != end; ++i) - if (!isWhiteSpaceChar(*i)) - break; - - return i; - } - - // RFC 5234, Appendix B.1. Core Rules - template ::value>::type* = nullptr> - constexpr T digitToUint(const C c) - { - // DIGIT - return (c >= 0x30 && c <= 0x39) ? static_cast(c - 0x30) : // 0 - 9 - throw ResponseError{"Invalid digit"}; - } - - // RFC 5234, Appendix B.1. Core Rules - template ::value>::type* = nullptr> - constexpr T hexDigitToUint(const C c) - { - // HEXDIG - return (c >= 0x30 && c <= 0x39) ? static_cast(c - 0x30) : // 0 - 9 - (c >= 0x41 && c <= 0x46) ? static_cast(c - 0x41) + T(10) : // A - Z - (c >= 0x61 && c <= 0x66) ? static_cast(c - 0x61) + T(10) : // a - z, some services send lower-case hex digits - throw ResponseError{"Invalid hex digit"}; - } - - // RFC 3986, 3. Syntax Components - template - Uri parseUri(const Iterator begin, const Iterator end) - { - Uri result; - - // RFC 3986, 3.1. Scheme - auto i = begin; - if (i == end || !isAlphaChar(*begin)) - throw RequestError{"Invalid scheme"}; - - result.scheme.push_back(*i++); - - for (; i != end && (isAlphaChar(*i) || isDigitChar(*i) || *i == '+' || *i == '-' || *i == '.'); ++i) - result.scheme.push_back(*i); - - if (i == end || *i++ != ':') - throw RequestError{"Invalid scheme"}; - if (i == end || *i++ != '/') - throw RequestError{"Invalid scheme"}; - if (i == end || *i++ != '/') - throw RequestError{"Invalid scheme"}; - - // RFC 3986, 3.2. Authority - std::string authority = std::string(i, end); - - // RFC 3986, 3.5. Fragment - const auto fragmentPosition = authority.find('#'); - if (fragmentPosition != std::string::npos) - { - result.fragment = authority.substr(fragmentPosition + 1); - authority.resize(fragmentPosition); // remove the fragment part - } - - // RFC 3986, 3.4. Query - const auto queryPosition = authority.find('?'); - if (queryPosition != std::string::npos) - { - result.query = authority.substr(queryPosition + 1); - authority.resize(queryPosition); // remove the query part - } - - // RFC 3986, 3.3. Path - const auto pathPosition = authority.find('/'); - if (pathPosition != std::string::npos) - { - // RFC 3986, 3.3. Path - result.path = authority.substr(pathPosition); - authority.resize(pathPosition); - } - else - result.path = "/"; - - // RFC 3986, 3.2.1. User Information - std::string userinfo; - const auto hostPosition = authority.find('@'); - if (hostPosition != std::string::npos) - { - userinfo = authority.substr(0, hostPosition); - - const auto passwordPosition = userinfo.find(':'); - if (passwordPosition != std::string::npos) - { - result.user = userinfo.substr(0, passwordPosition); - result.password = userinfo.substr(passwordPosition + 1); - } - else - result.user = userinfo; - - result.host = authority.substr(hostPosition + 1); - } - else - result.host = authority; - - // RFC 3986, 3.2.2. Host - const auto portPosition = result.host.find(':'); - if (portPosition != std::string::npos) - { - // RFC 3986, 3.2.3. Port - result.port = result.host.substr(portPosition + 1); - result.host.resize(portPosition); - } - - return result; - } - - // RFC 7230, 2.6. Protocol Versioning - template - std::pair parseHttpVersion(const Iterator begin, const Iterator end) - { - auto i = begin; - - if (i == end || *i++ != 'H') - throw ResponseError{"Invalid HTTP version"}; - if (i == end || *i++ != 'T') - throw ResponseError{"Invalid HTTP version"}; - if (i == end || *i++ != 'T') - throw ResponseError{"Invalid HTTP version"}; - if (i == end || *i++ != 'P') - throw ResponseError{"Invalid HTTP version"}; - if (i == end || *i++ != '/') - throw ResponseError{"Invalid HTTP version"}; - - if (i == end) - throw ResponseError{"Invalid HTTP version"}; - - const auto majorVersion = digitToUint(*i++); - - if (i == end || *i++ != '.') - throw ResponseError{"Invalid HTTP version"}; - - if (i == end) - throw ResponseError{"Invalid HTTP version"}; - - const auto minorVersion = digitToUint(*i++); - - return {i, HttpVersion{majorVersion, minorVersion}}; - } - - // RFC 7230, 3.1.2. Status Line - template - std::pair parseStatusCode(const Iterator begin, const Iterator end) - { - std::uint16_t result = 0; - - auto i = begin; - while (i != end && isDigitChar(*i)) - result = static_cast(result * 10U) + digitToUint(*i++); - - if (std::distance(begin, i) != 3) - throw ResponseError{"Invalid status code"}; - - return {i, result}; - } - - // RFC 7230, 3.1.2. Status Line - template - std::pair parseReasonPhrase(const Iterator begin, const Iterator end) - { - std::string result; - - auto i = begin; - for (; i != end && (isWhiteSpaceChar(*i) || isVisibleChar(*i) || isObsoleteTextChar(*i)); ++i) - result.push_back(static_cast(*i)); - - return {i, std::move(result)}; - } - - // RFC 7230, 3.2.6. Field Value Components - template - std::pair parseToken(const Iterator begin, const Iterator end) - { - std::string result; - - auto i = begin; - for (; i != end && isTokenChar(*i); ++i) - result.push_back(static_cast(*i)); - - if (result.empty()) - throw ResponseError{"Invalid token"}; - - return {i, std::move(result)}; - } - - // RFC 7230, 3.2. Header Fields - template - std::pair parseFieldValue(const Iterator begin, const Iterator end) - { - std::string result; - - auto i = begin; - for (; i != end && (isWhiteSpaceChar(*i) || isVisibleChar(*i) || isObsoleteTextChar(*i)); ++i) - result.push_back(static_cast(*i)); - - // trim white spaces - result.erase(std::find_if(result.rbegin(), result.rend(), [](const char c) noexcept { - return !isWhiteSpaceChar(c); - }).base(), result.end()); - - return {i, std::move(result)}; - } - - // RFC 7230, 3.2. Header Fields - template - std::pair parseFieldContent(const Iterator begin, const Iterator end) - { - std::string result; - - auto i = begin; - - for (;;) - { - const auto fieldValueResult = parseFieldValue(i, end); - i = fieldValueResult.first; - result += fieldValueResult.second; - - // Handle obsolete fold as per RFC 7230, 3.2.4. Field Parsing - // Obsolete folding is known as linear white space (LWS) in RFC 2616, 2.2 Basic Rules - auto obsoleteFoldIterator = i; - if (obsoleteFoldIterator == end || *obsoleteFoldIterator++ != '\r') - break; - - if (obsoleteFoldIterator == end || *obsoleteFoldIterator++ != '\n') - break; - - if (obsoleteFoldIterator == end || !isWhiteSpaceChar(*obsoleteFoldIterator++)) - break; - - result.push_back(' '); - i = obsoleteFoldIterator; - } - - return {i, std::move(result)}; - } - - // RFC 7230, 3.2. Header Fields - template - std::pair parseHeaderField(const Iterator begin, const Iterator end) - { - auto tokenResult = parseToken(begin, end); - auto i = tokenResult.first; - auto fieldName = std::move(tokenResult.second); - - if (i == end || *i++ != ':') - throw ResponseError{"Invalid header"}; - - i = skipWhiteSpaces(i, end); - - auto valueResult = parseFieldContent(i, end); - i = valueResult.first; - auto fieldValue = std::move(valueResult.second); - - if (i == end || *i++ != '\r') - throw ResponseError{"Invalid header"}; - - if (i == end || *i++ != '\n') - throw ResponseError{"Invalid header"}; - - return {i, {std::move(fieldName), std::move(fieldValue)}}; - } - - // RFC 7230, 3.1.2. Status Line - template - std::pair parseStatusLine(const Iterator begin, const Iterator end) - { - const auto httpVersionResult = parseHttpVersion(begin, end); - auto i = httpVersionResult.first; - - if (i == end || *i++ != ' ') - throw ResponseError{"Invalid status line"}; - - const auto statusCodeResult = parseStatusCode(i, end); - i = statusCodeResult.first; - - if (i == end || *i++ != ' ') - throw ResponseError{"Invalid status line"}; - - auto reasonPhraseResult = parseReasonPhrase(i, end); - i = reasonPhraseResult.first; - - if (i == end || *i++ != '\r') - throw ResponseError{"Invalid status line"}; - - if (i == end || *i++ != '\n') - throw ResponseError{"Invalid status line"}; - - return {i, Status{ - httpVersionResult.second, - statusCodeResult.second, - std::move(reasonPhraseResult.second) - }}; - } - - // RFC 7230, 4.1. Chunked Transfer Coding - template ::value>::type* = nullptr> - T stringToUint(const Iterator begin, const Iterator end) - { - T result = 0; - for (auto i = begin; i != end; ++i) - result = T(10U) * result + digitToUint(*i); - - return result; - } - - template ::value>::type* = nullptr> - T hexStringToUint(const Iterator begin, const Iterator end) - { - T result = 0; - for (auto i = begin; i != end; ++i) - result = T(16U) * result + hexDigitToUint(*i); - - return result; - } - - // RFC 7230, 3.1.1. Request Line - inline std::string encodeRequestLine(const std::string& method, const std::string& target) - { - return method + " " + target + " HTTP/1.1\r\n"; - } - - // RFC 7230, 3.2. Header Fields - inline std::string encodeHeaderFields(const HeaderFields& headerFields) - { - std::string result; - for (const auto& headerField : headerFields) - { - if (headerField.first.empty()) - throw RequestError{"Invalid header field name"}; - - for (const auto c : headerField.first) - if (!isTokenChar(c)) - throw RequestError{"Invalid header field name"}; - - for (const auto c : headerField.second) - if (!isWhiteSpaceChar(c) && !isVisibleChar(c) && !isObsoleteTextChar(c)) - throw RequestError{"Invalid header field value"}; - - result += headerField.first + ": " + headerField.second + "\r\n"; - } - - return result; - } - - // RFC 4648, 4. Base 64 Encoding - template - std::string encodeBase64(const Iterator begin, const Iterator end) - { - constexpr std::array chars{ - 'A', 'B', 'C', 'D', 'E', 'F', 'G', 'H', 'I', 'J', 'K', 'L', 'M', - 'N', 'O', 'P', 'Q', 'R', 'S', 'T', 'U', 'V', 'W', 'X', 'Y', 'Z', - 'a', 'b', 'c', 'd', 'e', 'f', 'g', 'h', 'i', 'j', 'k', 'l', 'm', - 'n', 'o', 'p', 'q', 'r', 's', 't', 'u', 'v', 'w', 'x', 'y', 'z', - '0', '1', '2', '3', '4', '5', '6', '7', '8', '9', '+', '/' - }; - - std::string result; - std::size_t c = 0; - std::array charArray; - - for (auto i = begin; i != end; ++i) - { - charArray[c++] = static_cast(*i); - if (c == 3) - { - result += chars[static_cast((charArray[0] & 0xFC) >> 2)]; - result += chars[static_cast(((charArray[0] & 0x03) << 4) + ((charArray[1] & 0xF0) >> 4))]; - result += chars[static_cast(((charArray[1] & 0x0F) << 2) + ((charArray[2] & 0xC0) >> 6))]; - result += chars[static_cast(charArray[2] & 0x3f)]; - c = 0; - } - } - - if (c) - { - result += chars[static_cast((charArray[0] & 0xFC) >> 2)]; - - if (c == 1) - result += chars[static_cast((charArray[0] & 0x03) << 4)]; - else // c == 2 - { - result += chars[static_cast(((charArray[0] & 0x03) << 4) + ((charArray[1] & 0xF0) >> 4))]; - result += chars[static_cast((charArray[1] & 0x0F) << 2)]; - } - - while (++c < 4) result += '='; // padding - } - - return result; - } - - inline std::vector encodeHtml(const Uri& uri, - const std::string& method, - const std::vector& body, - HeaderFields headerFields) - { - if (uri.scheme != "http") - throw RequestError{"Only HTTP scheme is supported"}; - - // RFC 7230, 5.3. Request Target - const std::string requestTarget = uri.path + (uri.query.empty() ? "" : '?' + uri.query); - - // RFC 7230, 5.4. Host - headerFields.push_back({"Host", uri.host}); - - // RFC 7230, 3.3.2. Content-Length - headerFields.push_back({"Content-Length", std::to_string(body.size())}); - - // RFC 7617, 2. The 'Basic' Authentication Scheme - if (!uri.user.empty() || !uri.password.empty()) - { - std::string userinfo = uri.user + ':' + uri.password; - headerFields.push_back({"Authorization", "Basic " + encodeBase64(userinfo.begin(), userinfo.end())}); - } - - const auto headerData = encodeRequestLine(method, requestTarget) + - encodeHeaderFields(headerFields) + - "\r\n"; - - std::vector result(headerData.begin(), headerData.end()); - result.insert(result.end(), body.begin(), body.end()); - - return result; - } - } - - class Request final - { - public: - explicit Request(const std::string& uriString, - const InternetProtocol protocol = InternetProtocol::V4): - internetProtocol{protocol}, - uri{parseUri(uriString.begin(), uriString.end())} - { - } - - Response send(const std::string& method = "GET", - const std::string& body = "", - const HeaderFields& headerFields = {}, - const std::chrono::milliseconds timeout = std::chrono::milliseconds{-1}) - { - return send(method, - std::vector(body.begin(), body.end()), - headerFields, - timeout); - } - - Response send(const std::string& method, - const std::vector& body, - const HeaderFields& headerFields = {}, - const std::chrono::milliseconds timeout = std::chrono::milliseconds{-1}) - { - const auto stopTime = std::chrono::steady_clock::now() + timeout; - - if (uri.scheme != "http") - throw RequestError{"Only HTTP scheme is supported"}; - - addrinfo hints = {}; - hints.ai_family = getAddressFamily(internetProtocol); - hints.ai_socktype = SOCK_STREAM; - - const char* port = uri.port.empty() ? "80" : uri.port.c_str(); - - addrinfo* info; - if (getaddrinfo(uri.host.c_str(), port, &hints, &info) != 0) - throw std::system_error{getLastError(), std::system_category(), "Failed to get address info of " + uri.host}; - - const std::unique_ptr addressInfo{info, freeaddrinfo}; - - const auto requestData = encodeHtml(uri, method, body, headerFields); - - Socket socket{internetProtocol}; - - const auto getRemainingMilliseconds = [](const std::chrono::steady_clock::time_point time) noexcept -> std::int64_t { - const auto now = std::chrono::steady_clock::now(); - const auto remainingTime = std::chrono::duration_cast(time - now); - return (remainingTime.count() > 0) ? remainingTime.count() : 0; - }; - - // take the first address from the list - socket.connect(addressInfo->ai_addr, static_cast(addressInfo->ai_addrlen), - (timeout.count() >= 0) ? getRemainingMilliseconds(stopTime) : -1); - - auto remaining = requestData.size(); - auto sendData = requestData.data(); - - // send the request - while (remaining > 0) - { - const auto size = socket.send(sendData, remaining, - (timeout.count() >= 0) ? getRemainingMilliseconds(stopTime) : -1); - remaining -= size; - sendData += size; - } - - std::array tempBuffer; - constexpr std::array crlf = {'\r', '\n'}; - constexpr std::array headerEnd = {'\r', '\n', '\r', '\n'}; - Response response; - std::vector responseData; - bool parsingBody = false; - bool contentLengthReceived = false; - std::size_t contentLength = 0U; - bool chunkedResponse = false; - std::size_t expectedChunkSize = 0U; - bool removeCrlfAfterChunk = false; - - // read the response - for (;;) - { - const auto size = socket.recv(tempBuffer.data(), tempBuffer.size(), - (timeout.count() >= 0) ? getRemainingMilliseconds(stopTime) : -1); - if (size == 0) // disconnected - return response; - - responseData.insert(responseData.end(), tempBuffer.begin(), tempBuffer.begin() + size); - - if (!parsingBody) - { - // RFC 7230, 3. Message Format - // Empty line indicates the end of the header section (RFC 7230, 2.1. Client/Server Messaging) - const auto endIterator = std::search(responseData.cbegin(), responseData.cend(), - headerEnd.cbegin(), headerEnd.cend()); - if (endIterator == responseData.cend()) break; // two consecutive CRLFs not found - - const auto headerBeginIterator = responseData.cbegin(); - const auto headerEndIterator = endIterator + 2; - - auto statusLineResult = parseStatusLine(headerBeginIterator, headerEndIterator); - auto i = statusLineResult.first; - - response.status = std::move(statusLineResult.second); - - for (;;) - { - auto headerFieldResult = parseHeaderField(i, headerEndIterator); - i = headerFieldResult.first; - - auto fieldName = std::move(headerFieldResult.second.first); - const auto toLower = [](const char c) noexcept { - return (c >= 'A' && c <= 'Z') ? c - ('A' - 'a') : c; - }; - std::transform(fieldName.begin(), fieldName.end(), fieldName.begin(), toLower); - - auto fieldValue = std::move(headerFieldResult.second.second); - - if (fieldName == "transfer-encoding") - { - // RFC 7230, 3.3.1. Transfer-Encoding - if (fieldValue == "chunked") - chunkedResponse = true; - else - throw ResponseError{"Unsupported transfer encoding: " + fieldValue}; - } - else if (fieldName == "content-length") - { - // RFC 7230, 3.3.2. Content-Length - contentLength = stringToUint(fieldValue.cbegin(), fieldValue.cend()); - contentLengthReceived = true; - response.body.reserve(contentLength); - } - - response.headerFields.push_back({std::move(fieldName), std::move(fieldValue)}); - - if (i == headerEndIterator) - break; - } - - responseData.erase(responseData.cbegin(), headerEndIterator + 2); - parsingBody = true; - } - - if (parsingBody) - { - // Content-Length must be ignored if Transfer-Encoding is received (RFC 7230, 3.2. Content-Length) - if (chunkedResponse) - { - // RFC 7230, 4.1. Chunked Transfer Coding - for (;;) - { - if (expectedChunkSize > 0) - { - const auto toWrite = (std::min)(expectedChunkSize, responseData.size()); - response.body.insert(response.body.end(), responseData.begin(), - responseData.begin() + static_cast(toWrite)); - responseData.erase(responseData.begin(), - responseData.begin() + static_cast(toWrite)); - expectedChunkSize -= toWrite; - - if (expectedChunkSize == 0) removeCrlfAfterChunk = true; - if (responseData.empty()) break; - } - else - { - if (removeCrlfAfterChunk) - { - if (responseData.size() < 2) break; - - if (!std::equal(crlf.begin(), crlf.end(), responseData.begin())) - throw ResponseError{"Invalid chunk"}; - - removeCrlfAfterChunk = false; - responseData.erase(responseData.begin(), responseData.begin() + 2); - } - - const auto i = std::search(responseData.begin(), responseData.end(), - crlf.begin(), crlf.end()); - - if (i == responseData.end()) break; - - expectedChunkSize = detail::hexStringToUint(responseData.begin(), i); - responseData.erase(responseData.begin(), i + 2); - - if (expectedChunkSize == 0) - return response; - } - } - } - else - { - response.body.insert(response.body.end(), responseData.begin(), responseData.end()); - responseData.clear(); - - // got the whole content - if (contentLengthReceived && response.body.size() >= contentLength) - return response; - } - } - } - - return response; - } - - private: -#if defined(_WIN32) || defined(__CYGWIN__) - WinSock winSock; -#endif // defined(_WIN32) || defined(__CYGWIN__) - InternetProtocol internetProtocol; - Uri uri; - }; -} - -#endif // HTTPREQUEST_HPP diff --git a/include/KlippyGcodes.h b/include/KlippyGcodes.h deleted file mode 100644 index 8d8ae0b..0000000 --- a/include/KlippyGcodes.h +++ /dev/null @@ -1,60 +0,0 @@ -#ifndef KLIPPY_GCODES_H -#define KILPPY_GCODES_H - -#include - -#define AXIS_X "X" -#define AXIS_Y "Y" -#define AXIS_Z "Z" - -#define HOME "G28" -#define HOME_X "G28 X" -#define HOME_Y "G28 Y" -#define HOME_Z "G28 Z" -#define HOME_XY "G28 X Y" -#define Z_TILT "Z_TILT_ADJUST" -#define QUAD_GANTRY_LEVEL "QUAD_GANTRY_LEVEL" - -#define MOVE "G1" -#define MOVE_ABSOLUTE "G90" -#define MOVE_RELATIVE "G91" - -#define EXTRUDE_ABS "M82" -#define EXTRUDE_REL "M83" - -#define SET_EXT_TEMP "M104" -#define SET_BED_TEMP "M140" - -#define SET_EXT_FACTOR "M221" -#define SET_FAN_SPEED "M106" -#define SET_SPD_FACTOR "M220" - -#define PROBE_CALIBRATE "PROBE_CALIBRATE" -#define Z_ENDSTOP_CALIBRATE "Z_ENDSTOP_CALIBRATE" -#define TESTZ "TESTZ Z=" -#define ABORT "ABORT" -#define ACCEPT "ACCEPT" - -#define SAVE_CONFIG "SAVE_CONFIG" -#define RESTART "RESTART" -#define FIRMWARE_RESTART = "FIRMWARE_RESTART" - -std::string set_bed_temp(int temp); -std::string set_ext_temp(int temp, int tool); -std::string set_heater_temp(std::string heater, int temp); -std::string set_temp_fan_temp(std::string temp_fan, int temp); -std::string set_fan_speed(int speed); - -std::string set_fan0_speed(int speed); -std::string set_fan2_speed(int speed); -std::string set_fan3_speed(int speed); - -std::string set_extrusion_rate(std::string rate); -std::string set_speed_rate(std::string rate); -std::string testz_move(std::string dist); -std::string extrude(std::string dist, int speed); -std::string bed_mesh_load(std::string profile); -std::string bed_mesh_remove(std::string profile); -std::string bed_mesh_save(std::string profile); - -#endif diff --git a/include/KlippyRest.h b/include/KlippyRest.h deleted file mode 100644 index 4eb7d65..0000000 --- a/include/KlippyRest.h +++ /dev/null @@ -1,41 +0,0 @@ -#ifndef KLIPPY_REST_H -#define KLIPPY_REST_H - -#include - -#include "./HTTPRequest.hpp" - - -std::string get_server_files_list(std::string ip, std::string port); -std::string get_server_files_directory(std::string ip, std::string port); - -std::string server_files_metadata(std::string ip, std::string port, std::string filename); -/* 打印机对象参数获取 */ -std::string printer_objects_query(std::string ip, std::string port, std::string parameter); -/* 打印管理 */ -// 打印文件 -std::string printer_print_start(std::string ip, std::string port, std::string filename); -// 暂停打印 -std::string printer_print_pause(std::string ip, std::string port); -// 继续打印 -std::string printer_print_resume(std::string ip, std::string port); -// 取消打印 -std::string printer_print_cancel(std::string ip, std::string port); -/* 打印机状态 */ - - -std::string get_server_info(std::string ip, std::string port); -std::string get_oneshot_token(std::string ip, std::string port); -std::string get_printer_info(std::string ip, std::string port); - -/* File Operations */ -std::string delete_file_delete(std::string ip, std::string port, std::string filepath); - -std::string get_thumbnail_stream(std::string ip, std::string port, std::string thumbnail); -std::string send_request(std::string ip, std::string port, std::string method, std::string request_type); - - - -// std::string send_post_request(std::string ip, std::string port, std::string method); - -#endif diff --git a/include/MakerbaseClient.h b/include/MakerbaseClient.h deleted file mode 100644 index 3e1d485..0000000 --- a/include/MakerbaseClient.h +++ /dev/null @@ -1,137 +0,0 @@ -#ifndef MAKERBASE_CLIENT_H -#define MAKERBASE_CLIENT_H - -// 不包含TLS Client -#include -#include - -// 包含TLS Client -// #include -// #include - -#include -#include - - -#include -#include -#include - -#include "./mks_log.h" -#include "./MoonrakerAPI.h" -#include "./MakerbaseParseMessage.h" - -extern std::string message; -extern bool is_get_message; - -typedef websocketpp::client client; - - -// 保存一个连接的metadata -class connection_metadata { -public: - typedef websocketpp::lib::shared_ptr ptr; - - connection_metadata(websocketpp::connection_hdl hdl, std::string url) { - this->m_Hdl = hdl; - this->m_Status = "Connecting"; - this->m_Url = url; - this->m_Server = "N/A"; - } - - void on_open(client * c, websocketpp::connection_hdl hdl) { - this->m_Status = "Open"; - // c->get_alog().write(websocketpp::log::alevel::app, "Open client, the url is" + this->m_Url); - client::connection_ptr con = c->get_con_from_hdl(hdl); - m_Server = con->get_response_header("Server"); - MKSLOG("websocket连接成功\n"); - // std::cout << this->m_Status << "the m_Server is" + m_Server << std::endl; - } - - void on_fail(client * c, websocketpp::connection_hdl hdl) - { - this->m_Status = "Failed"; - c->get_alog().write(websocketpp::log::alevel::app, "Connection Failed"); - client::connection_ptr con = c->get_con_from_hdl(hdl); - m_Server = con->get_response_header("Server"); - m_Error_reason = con->get_ec().message(); - // std::cout << this->m_Status << "the m_Server is " + m_Server << std::endl; - std::cout << "连接服务端失败,请重新连接" << std::endl; - } - - void on_close(client * c, websocketpp::connection_hdl hdl) - { - this->m_Status = "Closed"; - - client::connection_ptr con = c->get_con_from_hdl(hdl); - std::stringstream s; - s << "close code: " << con->get_remote_close_code() << " (" - << websocketpp::close::status::get_string(con->get_remote_close_code()) - << "), close reason: " << con->get_remote_close_reason(); - m_Error_reason = s.str(); - // std::cout << this->m_Status << "the m_Server is " + m_Server << std::endl; - } - - void on_message(websocketpp::connection_hdl, client::message_ptr msg) { - if (msg->get_opcode() == websocketpp::frame::opcode::text) { - // std::string message = msg->get_payload(); - // std::cout << "收到来自服务器的消息:" << message << std::endl; - // this->m_Message = msg->get_payload(); - message = msg->get_payload(); - is_get_message = true; - } else { - std::string message = websocketpp::utility::to_hex(msg->get_payload()); - } - } - - websocketpp::connection_hdl get_hdl() const { - return m_Hdl; - } - - std::string get_status() const { - return m_Status; - } -private: - websocketpp::connection_hdl m_Hdl; // websocketpp表示连接的编号 - std::string m_Status; // 连接自动状态 - std::string m_Url; // 连接的URI - std::string m_Server; // 服务器信息 - std::string m_Error_reason; // 错误原因 - - std::string m_Message; // 回收到的消息 - - bool is_recv_result = false; // 是否已经收到 result 为 "OK" 的回调信息 -}; - - -class MakerbaseClient -{ -public: - MakerbaseClient(std::string host, std::string port); - virtual~MakerbaseClient(); - -public: - bool Connect(std::string const & url); - bool Close(std::string reason = ""); - bool Send(std::string message); - bool GetIsConnected(); - std::string GetStatus(); - - connection_metadata::ptr GetConnectionMetadataPtr(); - - std::string GetURL(); - -private: - bool is_connected = false; // 连接判断 - std::string status = "none"; // 连接的状态,用字符串表示 - std::string host; // 目标地址 host - std::string port; // 目标地址 port - std::string sending_message; // 发送的消息 - connection_metadata::ptr m_ConnectionMetadataPtr; - client m_WebsocketClient; - websocketpp::lib::shared_ptr m_Thread; // 线程 -}; - - -#endif // !MAKERBASE_CLIENT_H - diff --git a/include/MakerbaseCommand.h b/include/MakerbaseCommand.h deleted file mode 100644 index bbf8466..0000000 --- a/include/MakerbaseCommand.h +++ /dev/null @@ -1,261 +0,0 @@ -#ifndef MAKERBASE_COMMAND_H -#define MAKERBASE_COMMAND_H - -#include - -/** - * @brief 接收的执行与API映射定义 - * - */ -static std::map method2command = { - - {0x01, "server.connection.identify"}, - {0x02, "server.websocket.id"}, - {0x03, "printer.info"}, - {0x04, "printer.emergency_stop"}, - {0x05, "printer.restart"}, - {0x06, "printer.firmware_restart"}, - - {0x11, "printer.objects.list"}, - {0x12, "printer.objects.query"}, - {0x13, "printer.objects.subscribe"}, - {0x14, "printer.query_endstops.status"}, - {0x15, "server.info"}, - {0x16, "server.config"}, - {0x17, "server.temperature_store"}, - {0x18, "server.gcode_store"}, - {0x19, "server.restart"}, - - {0x21, "printer.gcode.script"}, - {0x22, "printer.gcode.help"}, - - {0x31, "printer.print.start"}, - {0x32, "printer.print.pause"}, - {0x33, "printer.print.resume"}, - {0x34, "printer.print.cancel"}, - - {0x41, "machine.system_info"}, - {0x42, "machine.shutdown"}, - {0x43, "machine.reboot"}, - {0x44, "machine.services.restart"}, - {0x45, "machine.services.stop"}, - {0x46, "machine.services.start"}, - {0x47, "machine.proc_stats"}, - - {0x51, "server.files.list"}, - {0x52, "server.files.metadata"}, - {0x53, "server.files.get_directory"}, - {0x54, "server.files.post_directory"}, - {0x55, "server.files.delete_directory"}, - {0x56, "server.files.move"}, - {0x57, "server.files.copy"}, - // 0x58 留给 文件下载 功能,只有http请求可以用 - // 0x59 留给 上传文件 功能,只有http请求可以用 - {0x5a, "server.files.delete_file"}, - // 0x5b 留给 下载klippy.log 功能,只有http请求可以用 - // 0x5c 留给 下载moonraker.log 功能,只有http请求可以用 - - // 0x61 登录用户 - // 0x62 注销当前用户 - // 0x63 获取当前用户 - // 0x64 创建用户 - // 0x65 删除用户 - // 0x66 列出可用用户 - // 0x67 重置用户密码 - // 0x68 刷新 JSON Web 令牌 - // 0x69 生成 Oneshot 令牌 - // 0x6a 检索有关授权端点的信息 - // 0x6b 获取当前 API 密钥 - // 0x6c 生成新的 API 密钥 - - {0x71, "server.database.list"}, - {0x72, "server.database.get_item"}, - {0x73, "server.database.post_item"}, - {0x74, "server.database.delete_item"}, - - {0x81, "server.job_queue.status"}, - {0x82, "server.job_queue.post_job"}, - {0x83, "server.job_queue.delete_job"}, - {0x84, "server.job_queue.pause"}, - {0x85, "server.job_queue.start"}, - - {0x86, "server.announcements.list"}, - {0x87, "server.announcements.update"}, - {0x88, "server.announcements.dismiss"}, - {0x89, "server.announcements.feeds"}, - {0x8a, "server.announcements.post_feed"}, - {0x8b, "server.announcements.delete_feed"}, - - {0x8c, "machine.update.status"}, - - {0x90, "machine.update.full"}, - {0x91, "machine.update.status"}, - {0x92, "machine.update.moonraker"}, - {0x93, "machine.update.klipper"}, - {0x94, "machine.update.client"}, - {0x95, "machine.update.system"}, - {0x96, "machine.update.recover"}, - - {0xa1, "machine.device_power.devices"}, - {0xa2, "machine.device_power.get_device"}, - {0xa3, "machine.device_power.post_device"}, - {0xa4, "machine.device_power.status"}, - {0xa5, "machine.device_power.on"}, - {0xa6, "machine.device_power.off"}, - - {0xb1, "machine.wled.strips"}, - {0xb2, "machine.wled.status"}, - {0xb3, "machine.wled.on"}, - {0xb4, "machine.wled.off"}, - {0xb5, "machine.wled.toggle"}, - {0xb6, "machine.wled.get_strip"}, - - // OctoPrint API 模拟 暂不添加 0xc 字段保留 - - {0xd1, "server.history.list"}, - {0xd2, "server.history.totals"}, - {0xd3, "server.history.reset_totals"}, - {0xd4, "server.history.get_job"}, - {0xd5, "server.history.delete_job"}, - - {0xe1, "server.mqtt.publish"}, - {0xe2, "server.mqtt.subscribe"}, - - {0x101, "server.webcams.list"}, - {0x102, "server.webcams.get_item"}, - {0x103, "server.webcams.post_item"}, - {0x104, "server.webcams.delete_item"}, - {0x105, "server.webcams.test"}, - - {0xf1, "server.extensions.list"}, - {0xf2, "server.extensions.request"}, - {0xf3, "connection.send_event"} - -}; - -static std::map method2id = { - {0x01, 4656}, - {0x02, 4656}, - {0x03, 5445}, - {0x04, 4564}, - {0x05, 4894}, - {0x06, 8463}, - - {0x11, 1454}, - {0x12, 4654}, - {0x13, 5434}, - {0x14, 3456}, - {0x15, 9546}, - {0x16, 5616}, - {0x17, 2313}, - {0x18, 7643}, - {0x19, 4656}, - - {0x21, 7466}, - {0x22, 4645}, - - {0x31, 4654}, - {0x32, 4564}, - {0x33, 1465}, - {0x34, 2578}, - - {0x41, 4665}, - {0x42, 4665}, - {0x43, 4665}, - {0x44, 4656}, - {0x45, 4645}, - {0x46, 4645}, - {0x47, 7896}, - - {0x51, 4644}, - {0x52, 3545}, - {0x53, 5644}, - {0x54, 6548}, - {0x55, 6545}, - {0x56, 5664}, - {0x57, 5623}, - // 0x58 - // 0x59 - {0x5a, 1323}, - // 0x5b - // 0x5c - - // 0x61 登录用户 - // 0x62 注销当前用户 - // 0x63 获取当前用户 - // 0x64 创建用户 - // 0x65 删除用户 - // 0x66 列出可用用户 - // 0x67 重置用户密码 - // 0x68 刷新 JSON Web 令牌 - // 0x69 生成 Oneshot 令牌 - // 0x6a 检索有关授权端点的信息 - // 0x6b 获取当前 API 密钥 - // 0x6c 生成新的 API 密钥 - - {0x71, 8694}, - {0x72, 5644}, - {0x73, 4654}, - {0x74, 4654}, - - {0x81, 4654}, - {0x82, 4654}, - {0x83, 4654}, - {0x84, 4654}, - {0x85, 4654}, - - {0x86, 4654}, - {0x87, 4654}, - {0x88, 4654}, - {0x89, 4654}, - {0x8a, 4654}, - {0x8b, 4654}, - - {0x8c, 4644}, - - {0x90, 4645}, - {0x91, 4644}, - {0x92, 4645}, - {0x93, 5745}, - {0x94, 8546}, - {0x95, 4564}, - {0x96, 4564}, - - {0xa1, 5646}, - {0xa2, 4564}, - {0xa3, 4564}, - {0xa4, 4564}, - {0xa5, 4564}, - {0xa6, 4564}, - - {0xb1, 7123}, - {0xb2, 7124}, - {0xb3, 7125}, - {0xb4, 7126}, - {0xb5, 7127}, - {0xb6, 7128}, - - // OctoPrint API 模拟 暂不添加 0xc 字段保留 - - {0xd1, 5656}, - {0xd2, 5656}, - {0xd3, 5534}, - {0xd4, 4564}, - {0xd5, 5534}, - - {0xe1, 4564}, - {0xe2, 4564}, - - {0xf1, 4564}, - {0xf2, 4564}, - // 0xf2 without id - - {0x101, 4654}, - {0x102, 4654}, - {0x103, 4654}, - {0x104, 4654}, - {0x105, 4654} - -}; - -#endif diff --git a/include/MakerbaseIPC.h b/include/MakerbaseIPC.h deleted file mode 100644 index 0504a9a..0000000 --- a/include/MakerbaseIPC.h +++ /dev/null @@ -1,39 +0,0 @@ -/** - * 进程间通信暂时不使用,此部分为消息队列,过程可能会出现阻塞现象,导致后面加载不起来 - * - */ -#ifndef MAKERBASEIPC_H -#define MAKERBASEIPC_H - -#include -#include -#include - -#include -#include -#include -#include -#include - -#define MKS_SEM_1_NAME "mkssem1" // 定义内部使用的信号量名称 -#define MKS_SEM_2_NAME "mkssem2" // 定义内部使用的信号量名称 - -#define MKS_MSG_ID 318 // 定义消息队列 id - -struct commandBuf -{ - long mtype; - char mtext[1024]; -}; - -struct commandBuf cmd_to_rcv; - -int msqid; -int ret; - -sem_t *sem1 = NULL; // 保存信号量地址 -sem_t *sem2 = NULL; // 保存信号量地址 - -ssize_t rcv_bytes; // 保存从队列读取的字节数 - -#endif diff --git a/include/MakerbaseNetwork.h b/include/MakerbaseNetwork.h deleted file mode 100644 index 1c63213..0000000 --- a/include/MakerbaseNetwork.h +++ /dev/null @@ -1,10 +0,0 @@ -#ifndef MAKERBASE_NETWORK_H -#define MAKERBASE_NETWORK_H - -#include -#include "./MakerbaseShell.h" - -std::string get_wlan0_ip(); -std::string get_eth0_ip(); - -#endif diff --git a/include/MakerbasePanel.h b/include/MakerbasePanel.h deleted file mode 100644 index c781c10..0000000 --- a/include/MakerbasePanel.h +++ /dev/null @@ -1,20 +0,0 @@ -#ifndef MAKERBASE_PANEL_H -#define MAKERBASE_PANEL_H - -#include -#include "nlohmann/json.hpp" - -#define AXIS_X "X" -#define AXIS_Y "Y" -#define AXIS_Z "Z" - -std::string home(); -std::string homexy(); -std::string z_tilt(); -std::string quad_gantry_level(); - -std::string move(std::string axis, std::string dist, int speed); - -std::string get_printer_object_status(); - -#endif diff --git a/include/MakerbaseParseIni.h b/include/MakerbaseParseIni.h deleted file mode 100644 index 0f6e40e..0000000 --- a/include/MakerbaseParseIni.h +++ /dev/null @@ -1,43 +0,0 @@ -#ifndef MAKERBASEPARSEINI_H -#define MAKERBASEPARSEINI_H - -#define XINDI_PLUS 1 -#define XINDI_MAX 0 -#define XINDI_MINI 0 - -#include -#include "./dictionary.h" -#include "./iniparser.h" - -//#define INIPATH "/root/config.mksini" -#define INIPATH "/home/mks/klipper_config/config.mksini" - -#ifdef XINDI_PLUS -#define VERSION_PATH "/root/xindi/version" -#elif XINDI_MAX -#define VERSION_PATH "/root/xindi/version-max" -#elif XINDI_MINI -#define VERSION_PATH "/root/xindi/version-4-3" -#endif - -// std::string get_cfg_serial(); -int mksini_load(); -void mksini_free(); -std::string mksini_getstring(std::string section, std::string key, std::string def); -int mksini_getint(std::string section, std::string key, int notfound); -double mksini_getdouble(std::string section, std::string key, double notfound); -bool mksini_getboolean(std::string section, std::string key, int notfound); -int mksini_set(std::string section, std::string key, std::string value); -void mksini_unset(std::string section, std::string key); -void mksini_save(); - -int mksversion_load(); -void mksversion_free(); -std::string mksversion_mcu(std::string def); -std::string mksversion_ui(std::string def); -std::string mksversion_soc(std::string def); - -int updateini_load(); -int progressini_load(); - -#endif diff --git a/include/MakerbaseParseMessage.h b/include/MakerbaseParseMessage.h deleted file mode 100644 index 8189526..0000000 --- a/include/MakerbaseParseMessage.h +++ /dev/null @@ -1,11 +0,0 @@ -#ifndef MAKERBASE_PARSE_MESSAGE -#define MAKERBASE_PARSE_MESSAGE -/** - * 通过发送的 method id 来获得相应的回调信息,使用不同的 response type id 可以通过 - * switch 的方式,快速找到相应的解析方式 - * - */ - -void *json_parse(void *arg); - -#endif diff --git a/include/MakerbaseSerial.h b/include/MakerbaseSerial.h deleted file mode 100644 index 2692936..0000000 --- a/include/MakerbaseSerial.h +++ /dev/null @@ -1,18 +0,0 @@ -#ifndef MAKERBASE_SERIAL_H -#define MAKERBASE_SERIAL_H - -#include -#include -#include -#include -#include -#include -#include -#include -#include -#include -#include - -int set_option(int fd, int baudrate, int bits, unsigned char parity, unsigned char stopbit); - -#endif diff --git a/include/MakerbaseShell.h b/include/MakerbaseShell.h deleted file mode 100644 index a7e53df..0000000 --- a/include/MakerbaseShell.h +++ /dev/null @@ -1,11 +0,0 @@ -#ifndef MAKERBASE_SHELL_H -#define MAKERBASE_SHELL_H - -#include -#include - -#define MAX_FILE_LEN 1024*4 - -void execute_cmd(const char *cmd, char *result); - -#endif diff --git a/include/MakerbaseWiFi.h b/include/MakerbaseWiFi.h deleted file mode 100644 index 71c589a..0000000 --- a/include/MakerbaseWiFi.h +++ /dev/null @@ -1,47 +0,0 @@ -#ifndef MAKERBASE_WIFI_H -#define MAKERBASE_WIFI_H - -#include "./MakerbaseShell.h" - -void set_page_wifi_ssid_list(int pages); - -void get_ssid_list_pages(); - -void get_wlan0_status(); - -bool detected_wlan0(); - -void split_scan_result(std::string result); -// void set_wpa_supplicant(std::string ssid, std::string psk); -// parse scan result - - -// std::string get_mac_from_result(std::string result); -// std::string get_frequency_from_result(std::string result); -// std::string get_signal_level_from_result(std::string result); -// std::string get_flags_from_result(std::string result); -// std::string get_ssid_from_result(std::string result); -// - -void get_connected_ssid(); -void get_current_wifi(); -// void read_wpa_supplicant(); -// std::string rescan(); -std::string save_wpa_conf(); -// void scan_results(); -std::string wpa_cli(std::string command); -static std::string lookup(int freq); - -/* -void mid_wifi_ssid_convert_utf8(unsigned char *ssid, char *bssid, int size); -unsigned char mid_wifi_ssid_convert_decimal(char ssid); -*/ - -size_t printf_decode(unsigned char *buf, size_t maxlen, const char *str); - -int hex2byte(const char *hex); -static int hex2num(char c); - -int parse_scan_results(char* scan_results); - -#endif diff --git a/include/MoonrakerAPI.h b/include/MoonrakerAPI.h deleted file mode 100644 index cebd465..0000000 --- a/include/MoonrakerAPI.h +++ /dev/null @@ -1,170 +0,0 @@ -/** - * @file MoonrakerAPI.h - * @author Kenneth Lin (kenneth.lin.gd.cn@gmail.com) - * @brief Create APIs by reading moonraker.readthedocs.io - * @version 0.1 - * @date 2022-07-06 - * - * @copyright Copyright (c) 2022 - * - */ - -#ifndef MOONRAKERAPI_H -#define MOONRAKERAPI_H - -#include -#include "nlohmann/json.hpp" - -nlohmann::json string2json(std::string response); - -// API definition -// 👇 makerbase client 发起连接的json消息 -#define STRING_IDENTIFY_CONNECTION "{\"jsonrpc\":\"2.0\",\"method\":\"server.connection.identify\",\"params\":{\"client_name\":\"makerbase-client\",\"version\":\"0.0.1\",\"type\":\"web\",\"url\":\"http://makerbase.com/test\"},\"id\":4656}" -#define STRING_GET_KLIPPY_HOST_INFORMATION "{\"jsonrpc\":\"2.0\",\"method\":\"printer.info\",\"id\":5445}" - -// Function for creating json -inline std::string create_json_without_params(int cmd); -inline std::string create_json(int cmd, nlohmann::json params); - -// Printer Administration -// std::string json_identify_connection(std::string client_name, std::string json_version, std::string type, std::string url); -std::string json_get_websocket_id(); -std::string json_get_klippy_host_information(); -std::string json_emergency_stop(); -std::string json_host_restart(); -std::string json_firmware_restart(); - -// Print Status -std::string json_list_available_printer_objects(); -std::string json_query_printer_object_status(nlohmann::json objects); -std::string json_subscribe_to_printer_object_status(nlohmann::json objects); -std::string json_query_endstops(); -std::string json_query_server_info(); -std::string json_get_server_configuration(); -std::string json_request_cached_temperature_data(); -std::string json_request_cached_gcode_responses(); -std::string json_restart_server(); - -// GCode APIs -std::string json_run_a_gcode(std::string script); // script 参数调用 KlippyGcodes.h 里面的相关函数执行 -std::string json_get_gcode_help(); - -// Print Management -std::string json_print_a_file(std::string filename); -std::string json_pause_a_print(); -std::string json_resume_a_print(); -std::string json_cancel_a_print(); - -// Machine Commands -std::string json_get_system_info(); -std::string json_shutdown_the_operating_system(); -std::string json_reboot_the_operating_system(); -std::string json_restart_a_system_service(); -std::string json_stop_a_system_service(); -std::string json_start_a_system_service(); -std::string json_get_moonraker_process_stats(); - -// File Operations -std::string json_list_available_files(); -std::string json_get_gcode_metadata(std::string path); -std::string json_get_directory_information(bool extended); -std::string json_create_directory(std::string path); -std::string json_delete_directory(); -std::string json_move_a_file_or_directory(); -std::string json_copy_a_file_or_directory(); -std::string json_file_download(); -std::string json_file_upload(); -std::string json_file_delete(std::string path); -// std::string json_download_klippy_log(); -// std::string json_download_moonraker_log(); - -// Authorization -// std::string json_login_user(); -// std::string json_logout_current_user(); -// std::string json_get_current_user(); -// std::string json_create_user(); -// std::string json_delete_user(); -// std::string json_list_available_users(); -// std::string json_reset_user_password(); -// std::string json_generate_a_oneshot_token(); -// std::string json_retrieve_information_about_authorization_endpoints(); -// std::string json_get_the_current_api_key(); -// std::string json_generate_a_new_api_key(); - -// Database APIs -std::string json_list_namespaces(); -std::string json_get_database_item(std::string nsp, std::string key); -std::string json_add_database_item(std::string nsp, std::string key, int value); -std::string json_delete_database_item(std::string nsp, std::string key); - -// Job Queue APIs -std::string json_retrieve_the_job_queue_status(); -std::string json_enqueue_a_job(std::vector filenames); // 需要传递字符串数组作为参数,后面再进行实现 -std::string json_remove_a_job(std::vector job_ids); -std::string json_pause_the_job_queue(); -std::string json_start_the_job_queue(); - -// Announcement APIs -std::string json_list_announcements(bool incluede_dismissed); -std::string json_update_announcements(); -std::string json_dismiss_an_announcement(std::string entry_id, int wake_time); -std::string json_list_announcement_feeds(); -std::string json_add_an_announcement_feed(std::string name); -std::string json_remove_an_announcement_feed(std::string name); - -// Webcam APIs -std::string json_list_webcams(); -std::string json_get_webcam_information(std::string name); -std::string json_add_or_update_a_webcam(std::string name); -std::string json_delete_a_webcam(std::string name); -std::string json_test_a_webcam(std::string name); - -// Update Manager APIs -std::string json_get_update_status(bool refresh); - -// Perform a full update -std::string json_perform_a_full_update(); -std::string json_update_moonraker(); -std::string json_update_klipper(); -std::string json_update_client(std::string name); -std::string json_update_system_packages(); -std::string json_recover_a_corrupt_repo(std::string name, bool hard); - -// Power APIs -std::string json_get_device_list(); -std::string json_get_device_status(std::string device); -std::string json_get_device_state(std::string device, std::string action); -std::string json_get_batch_device_status(std::string dev_x[]); -std::string json_batch_power_on_devices(std::string dev_x[]); // 需要根据api做特殊处理 -std::string json_batch_power_off_devices(std::string dev_x[]); // 需要根据api做特殊处理 - -// WLED APIs -std::string json_get_strips(); -std::string json_get_strip_status(); -std::string json_turn_strip_on(); -std::string json_turn_strip_off(); -std::string json_toggle_strip_on_off_state(); -// std::string control_individual_strip_state(); // 这个比较特殊,后面再研究一下 - -// OctoPrint API emulation - -// History APIs -std::string json_get_job_list(int limit, int start, float since, float before, std::string order = "desc"); -std::string json_get_job_totals(); -std::string json_reset_totals(); -std::string json_get_a_single_job(std::string uid); -std::string json_delete_job(std::string uid); - -// MQTT APIs -std::string json_publish_a_topic(std::string topic, std::string payload, int qos, bool retain, int timeout); -std::string json_subscribe_to_a_topic(std::string topic, int qos, int timeout); - -// Extension APIs -// std::string json_list_extensions(); -// std::string json_call_an_extension_method(); -std::string json_send_an_agent_event(); - -// Websocket notifications - - -#endif diff --git a/include/common.h b/include/common.h deleted file mode 100644 index 323337a..0000000 --- a/include/common.h +++ /dev/null @@ -1,9 +0,0 @@ -#ifndef COMMON_H -#define COMMON_H - -#include -#include - -void super_split(const std::string& s, std::vector& v, const std::string& c); - -#endif diff --git a/include/dictionary.h b/include/dictionary.h deleted file mode 100644 index f0fd540..0000000 --- a/include/dictionary.h +++ /dev/null @@ -1,173 +0,0 @@ - -/*-------------------------------------------------------------------------*/ -/** - @file dictionary.h - @author N. Devillard - @brief Implements a dictionary for string variables. - - This module implements a simple dictionary object, i.e. a list - of string/string associations. This object is useful to store e.g. - informations retrieved from a configuration file (ini files). -*/ -/*--------------------------------------------------------------------------*/ - -#ifndef _DICTIONARY_H_ -#define _DICTIONARY_H_ - -/*--------------------------------------------------------------------------- - Includes - ---------------------------------------------------------------------------*/ - -#include -#include -#include -#include - -#ifdef __cplusplus -extern "C" { -#endif - -/*--------------------------------------------------------------------------- - New types - ---------------------------------------------------------------------------*/ - - -/*-------------------------------------------------------------------------*/ -/** - @brief Dictionary object - - This object contains a list of string/string associations. Each - association is identified by a unique string key. Looking up values - in the dictionary is speeded up by the use of a (hopefully collision-free) - hash function. - */ -/*-------------------------------------------------------------------------*/ -typedef struct _dictionary_ { - int n ; /** Number of entries in dictionary */ - ssize_t size ; /** Storage size */ - char ** val ; /** List of string values */ - char ** key ; /** List of string keys */ - unsigned * hash ; /** List of hash values for keys */ -} dictionary ; - - -/*--------------------------------------------------------------------------- - Function prototypes - ---------------------------------------------------------------------------*/ - -/*-------------------------------------------------------------------------*/ -/** - @brief Compute the hash key for a string. - @param key Character string to use for key. - @return 1 unsigned int on at least 32 bits. - - This hash function has been taken from an Article in Dr Dobbs Journal. - This is normally a collision-free function, distributing keys evenly. - The key is stored anyway in the struct so that collision can be avoided - by comparing the key itself in last resort. - */ -/*--------------------------------------------------------------------------*/ -unsigned dictionary_hash(const char * key); - -/*-------------------------------------------------------------------------*/ -/** - @brief Create a new dictionary object. - @param size Optional initial size of the dictionary. - @return 1 newly allocated dictionary object. - - This function allocates a new dictionary object of given size and returns - it. If you do not know in advance (roughly) the number of entries in the - dictionary, give size=0. - */ -/*--------------------------------------------------------------------------*/ -dictionary * dictionary_new(size_t size); - -/*-------------------------------------------------------------------------*/ -/** - @brief Delete a dictionary object - @param d dictionary object to deallocate. - @return void - - Deallocate a dictionary object and all memory associated to it. - */ -/*--------------------------------------------------------------------------*/ -void dictionary_del(dictionary * vd); - -/*-------------------------------------------------------------------------*/ -/** - @brief Get a value from a dictionary. - @param d dictionary object to search. - @param key Key to look for in the dictionary. - @param def Default value to return if key not found. - @return 1 pointer to internally allocated character string. - - This function locates a key in a dictionary and returns a pointer to its - value, or the passed 'def' pointer if no such key can be found in - dictionary. The returned character pointer points to data internal to the - dictionary object, you should not try to free it or modify it. - */ -/*--------------------------------------------------------------------------*/ -const char * dictionary_get(const dictionary * d, const char * key, const char * def); - - -/*-------------------------------------------------------------------------*/ -/** - @brief Set a value in a dictionary. - @param d dictionary object to modify. - @param key Key to modify or add. - @param val Value to add. - @return int 0 if Ok, anything else otherwise - - If the given key is found in the dictionary, the associated value is - replaced by the provided one. If the key cannot be found in the - dictionary, it is added to it. - - It is Ok to provide a NULL value for val, but NULL values for the dictionary - or the key are considered as errors: the function will return immediately - in such a case. - - Notice that if you dictionary_set a variable to NULL, a call to - dictionary_get will return a NULL value: the variable will be found, and - its value (NULL) is returned. In other words, setting the variable - content to NULL is equivalent to deleting the variable from the - dictionary. It is not possible (in this implementation) to have a key in - the dictionary without value. - - This function returns non-zero in case of failure. - */ -/*--------------------------------------------------------------------------*/ -int dictionary_set(dictionary * vd, const char * key, const char * val); - -/*-------------------------------------------------------------------------*/ -/** - @brief Delete a key in a dictionary - @param d dictionary object to modify. - @param key Key to remove. - @return void - - This function deletes a key in a dictionary. Nothing is done if the - key cannot be found. - */ -/*--------------------------------------------------------------------------*/ -void dictionary_unset(dictionary * d, const char * key); - - -/*-------------------------------------------------------------------------*/ -/** - @brief Dump a dictionary to an opened file pointer. - @param d Dictionary to dump - @param f Opened file pointer. - @return void - - Dumps a dictionary onto an opened file pointer. Key pairs are printed out - as @c [Key]=[Value], one per line. It is Ok to provide stdout or stderr as - output file pointers. - */ -/*--------------------------------------------------------------------------*/ -void dictionary_dump(const dictionary * d, FILE * out); - -#ifdef __cplusplus -} -#endif - -#endif diff --git a/include/event.h b/include/event.h deleted file mode 100644 index 5ab3c8c..0000000 --- a/include/event.h +++ /dev/null @@ -1,262 +0,0 @@ -#ifndef EVENT_H -#define EVENT_H -#include - -void refresh_page_show(); -void refresh_page_open_filament_video_2(); -void refresh_page_open_leveling(); -void refresh_page_wifi_keyboard(); -void refresh_page_wifi_list(); -void refresh_page_wifi_list_2(); -void refresh_page_syntony_finish(); -void refresh_page_auto_level(); -void refresh_page_stopping(); -void refresh_page_syntony_move(); -void refresh_page_print_filament(); -void refresh_page_auto_finish(); -void refresh_page_auto_moving(); -void refresh_page_move(); -void refresh_page_offset(float intern_zoffset); -void refresh_page_printing_zoffset(); -void refresh_page_printing(); -void clear_page_printing_arg(); -void refresh_page_preview(); -void refresh_page_main(); -void refresh_page_files_list(); -void refresh_page_files(int pages); -void sub_object_status(); -void get_object_status(); -void get_file_estimated_time(std::string filename); -void delete_file(std::string filepath); -void start_printing(std::string filepath); -void set_target(std::string heater, int target); -void set_extruder_target(int target); -void set_heater_bed_target(int target); -void set_hot_target(int target); -void set_fan(int speed); -void set_fan0(int speed); -void set_fan2(int speed); -void set_fan3(int speed); -void set_target(std::string heater, int target); -void set_intern_zoffset(float offset); -void set_zoffset(bool positive); -void set_move_dist(float dist); -void set_printer_speed(int speed); -void set_printer_flow(int rate); -std::string show_time(int seconds); -void move_home(); -void move_x_decrease(); -void move_x_increase(); -void move_y_decrease(); -void move_y_increase(); -void move_z_decrease(); -void move_z_increase(); -bool get_filament_detected(); -bool get_filament_detected_enable(); -bool get_print_pause_resume(); -void set_print_pause_resume(); -void set_print_pause(); -void set_print_resume(); -void cancel_print(); -void sdcard_reset_file(); -void set_auto_level_dist(float dist); -void open_calibrate_start(); -void start_auto_level(); -void start_auto_level_dist(bool positive); -void set_filament_extruder_target(bool positive); -void set_print_filament_dist(float dist); -void start_retract(); -void start_extrude(); -std::string get_ip(std::string net); -void move_home_tips(); -void filament_tips(); -void move_tips(); -void reset_klipper(); -void reset_firmware(); -void finish_print(); -void set_filament_sensor(); -void motors_off(); -void beep_on_off(); -void led_on_off(); -void shutdown_mcu(); -void firmware_reset(); -void go_to_page_power_off(); -int get_mks_led_status(); -void set_mks_led_status(); -int get_mks_beep_status(); -void set_mks_beep_status(); -void get_mks_language_status(); -void set_mks_language_status(); -void get_mks_extruder_target(); -void set_mks_extruder_target(int target); -void get_mks_heater_bed_target(); -void set_mks_heater_bed_target(int target); -void get_mks_hot_target(); -void set_mks_hot_target(int target); -void filament_extruder_target(); -void filament_heater_bed_target(); -void filament_hot_target(); -void filament_fan0(); -void filament_fan2(); -void filament_fan3(); -void go_to_reset(); -void go_to_network(); -void scan_ssid_and_show(); -void get_wifi_list_ssid(int index); -void set_print_filament_target(); -void complete_print(); -void back_to_main(); -void go_to_syntony_move(); -void print_ssid_psk(char *psk); -void clear_page_preview(); -void set_mks_babystep(std::string value); -void get_mks_babystep(); -void clear_cp0_image(); -void printer_set_babystep(); -int get_mks_fila_status(); -void set_mks_fila_status(); -void init_mks_status(); -int detect_disk(); -void set_printing_shutdown(); -void mks_get_version(); -void wifi_save_config(); -void disable_page_about_successed(); -void finish_tjc_update(); -void filament_load(); -void filament_unload(); -int get_cal_printed_time(int print_time); - -int get_mks_total_printed_time(); -void set_mks_total_printed_time(int printed_time); - -void get_total_time(); - -void do_not_x_clear(); - -void do_x_clear(); - -void level_mode_printing_set_target(); - -void level_mode_printing_print_file(); - -void update_finished_tips(); - -bool get_mks_oobe_enabled(); - -void set_mks_oobe_enabled(bool enable); - -void move_motors_off(); - -void open_more_level_finish(); - -void open_move_tip(); - -void open_set_print_filament_target(); - -void open_start_extrude(); - -void close_mcu_port(); - -void oobe_set_intern_zoffset(float offset); - -void oobe_set_zoffset(bool positive); - -void refresh_page_zoffset(); - -void refresh_page_auto_heaterbed(); - -void set_auto_level_heater_bed_target(bool positive); - -void detect_error(); - -void clear_previous_data(); - -void print_start(); - -void open_heater_bed_up(); - -void refresh_page_open_heaterbed(); - -void refresh_page_open_leveling(); - -void bed_leveling_switch(bool positive); - -void refresh_page_filament_pop(); - -void save_current_zoffset(); - -void check_filament_type(); - -void refresh_page_preview_pop(); - -//4.4.2 CLL mates适配霍尔耗材宽度检测器 -void check_filament_width(); - -//4.4.2 CLL 文件列表新增本地、U盘切换按钮 -void refresh_page_files_list_2(); - -//4.4.3 CLL 修改更新按钮始终显示 -void go_to_update(); - -//4.4.3 CLL 新增恢复出厂设置按钮 -void restore_config(); - -void refresh_page_open_calibrate(); - -void refresh_page_filament_set_fan(); - -void go_to_adjust(); -void go_to_setting(); - -void refresh_page_common_setting(); - -void print_log(); - -std::string replaceCharacters(const std::string& path, const std::string& searchChars, const std::string& replacement); - -void refresh_page_bed_moving(); -void bed_calibrate(); -void bed_adjust(bool status); - -void go_to_file_list(); - -void send_gcode(std::string command); - -void refresh_files_list_picture(std::string path, int pixel, int i); - -void refresh_files_list_picture_2(std::string path, int size, int i); - -void refresh_page_filament(); - -void get_mks_connection_method(); -void set_mks_connection_method(int target); -void refresh_page_show_qr(); -void go_to_showqr(); - -struct Server_config -{ - std::string address; - std::string name; -}; -void get_mks_selected_server(); -void go_to_server_set(int n); -void updateServerConfig(std::vector &lines, const Server_config &config); -void update_server(int choice); -void refresh_page_server_set(); - -void local_update(); -std::string run_python_code(const char* cmd); -void check_online_version(); -void online_update(); -void *recevice_progress_handle(void *arg); - -void refresh_page_auto_unload(); - -int get_mks_ethernet(); -void set_mks_ethernet(int target); - -std::string hex_to_utf8(const std::string& hex); - -void check_print_interrupted(); - -#endif diff --git a/include/includes.h b/include/includes.h deleted file mode 100644 index 1ab32f1..0000000 --- a/include/includes.h +++ /dev/null @@ -1,46 +0,0 @@ -/* - * wpa_supplicant/hostapd - Default include files - * Copyright (c) 2005-2006, Jouni Malinen - * - * This software may be distributed under the terms of the BSD license. - * See README for more details. - * - * This header file is included into all C files so that commonly used header - * files can be selected with OS specific ifdef blocks in one place instead of - * having to have OS/C library specific selection in many files. - */ - -#ifndef INCLUDES_H -#define INCLUDES_H - -/* Include possible build time configuration before including anything else */ -// #include "build_config.h" - -#include -#include -#include -#include -#include -#include -#ifndef _WIN32_WCE -#include -#include -#include -#endif /* _WIN32_WCE */ -#include - -#ifndef _MSC_VER -#include -#endif /* _MSC_VER */ - -#ifndef CONFIG_NATIVE_WINDOWS -#include -#include -#include -#ifndef __vxworks -#include -#include -#endif /* __vxworks */ -#endif /* CONFIG_NATIVE_WINDOWS */ - -#endif /* INCLUDES_H */ diff --git a/include/iniparser.h b/include/iniparser.h deleted file mode 100644 index 37ff7b7..0000000 --- a/include/iniparser.h +++ /dev/null @@ -1,358 +0,0 @@ - -/*-------------------------------------------------------------------------*/ -/** - @file iniparser.h - @author N. Devillard - @brief Parser for ini files. -*/ -/*--------------------------------------------------------------------------*/ - -#ifndef _INIPARSER_H_ -#define _INIPARSER_H_ - -/*--------------------------------------------------------------------------- - Includes - ---------------------------------------------------------------------------*/ - -#include -#include -#include - -/* - * The following #include is necessary on many Unixes but not Linux. - * It is not needed for Windows platforms. - * Uncomment it if needed. - */ -/* #include */ - -#include "dictionary.h" - -#ifdef __cplusplus -extern "C" { -#endif - -/*-------------------------------------------------------------------------*/ -/** - @brief Configure a function to receive the error messages. - @param errback Function to call. - - By default, the error will be printed on stderr. If a null pointer is passed - as errback the error callback will be switched back to default. - */ -/*--------------------------------------------------------------------------*/ - -void iniparser_set_error_callback(int (*errback)(const char *, ...)); - -/*-------------------------------------------------------------------------*/ -/** - @brief Get number of sections in a dictionary - @param d Dictionary to examine - @return int Number of sections found in dictionary - - This function returns the number of sections found in a dictionary. - The test to recognize sections is done on the string stored in the - dictionary: a section name is given as "section" whereas a key is - stored as "section:key", thus the test looks for entries that do not - contain a colon. - - This clearly fails in the case a section name contains a colon, but - this should simply be avoided. - - This function returns -1 in case of error. - */ -/*--------------------------------------------------------------------------*/ - -int iniparser_getnsec(const dictionary * d); - - -/*-------------------------------------------------------------------------*/ -/** - @brief Get name for section n in a dictionary. - @param d Dictionary to examine - @param n Section number (from 0 to nsec-1). - @return Pointer to char string - - This function locates the n-th section in a dictionary and returns - its name as a pointer to a string statically allocated inside the - dictionary. Do not free or modify the returned string! - - This function returns NULL in case of error. - */ -/*--------------------------------------------------------------------------*/ - -const char * iniparser_getsecname(const dictionary * d, int n); - - -/*-------------------------------------------------------------------------*/ -/** - @brief Save a dictionary to a loadable ini file - @param d Dictionary to dump - @param f Opened file pointer to dump to - @return void - - This function dumps a given dictionary into a loadable ini file. - It is Ok to specify @c stderr or @c stdout as output files. - */ -/*--------------------------------------------------------------------------*/ - -void iniparser_dump_ini(const dictionary * d, FILE * f); - -/*-------------------------------------------------------------------------*/ -/** - @brief Save a dictionary section to a loadable ini file - @param d Dictionary to dump - @param s Section name of dictionary to dump - @param f Opened file pointer to dump to - @return void - - This function dumps a given section of a given dictionary into a loadable ini - file. It is Ok to specify @c stderr or @c stdout as output files. - */ -/*--------------------------------------------------------------------------*/ - -void iniparser_dumpsection_ini(const dictionary * d, const char * s, FILE * f); - -/*-------------------------------------------------------------------------*/ -/** - @brief Dump a dictionary to an opened file pointer. - @param d Dictionary to dump. - @param f Opened file pointer to dump to. - @return void - - This function prints out the contents of a dictionary, one element by - line, onto the provided file pointer. It is OK to specify @c stderr - or @c stdout as output files. This function is meant for debugging - purposes mostly. - */ -/*--------------------------------------------------------------------------*/ -void iniparser_dump(const dictionary * d, FILE * f); - -/*-------------------------------------------------------------------------*/ -/** - @brief Get the number of keys in a section of a dictionary. - @param d Dictionary to examine - @param s Section name of dictionary to examine - @return Number of keys in section - */ -/*--------------------------------------------------------------------------*/ -int iniparser_getsecnkeys(const dictionary * d, const char * s); - -/*-------------------------------------------------------------------------*/ -/** - @brief Get the number of keys in a section of a dictionary. - @param d Dictionary to examine - @param s Section name of dictionary to examine - @param keys Already allocated array to store the keys in - @return The pointer passed as `keys` argument or NULL in case of error - - This function queries a dictionary and finds all keys in a given section. - The keys argument should be an array of pointers which size has been - determined by calling `iniparser_getsecnkeys` function prior to this one. - - Each pointer in the returned char pointer-to-pointer is pointing to - a string allocated in the dictionary; do not free or modify them. - */ -/*--------------------------------------------------------------------------*/ -const char ** iniparser_getseckeys(const dictionary * d, const char * s, const char ** keys); - - -/*-------------------------------------------------------------------------*/ -/** - @brief Get the string associated to a key - @param d Dictionary to search - @param key Key string to look for - @param def Default value to return if key not found. - @return pointer to statically allocated character string - - This function queries a dictionary for a key. A key as read from an - ini file is given as "section:key". If the key cannot be found, - the pointer passed as 'def' is returned. - The returned char pointer is pointing to a string allocated in - the dictionary, do not free or modify it. - */ -/*--------------------------------------------------------------------------*/ -const char * iniparser_getstring(const dictionary * d, const char * key, const char * def); - -/*-------------------------------------------------------------------------*/ -/** - @brief Get the string associated to a key, convert to an int - @param d Dictionary to search - @param key Key string to look for - @param notfound Value to return in case of error - @return integer - - This function queries a dictionary for a key. A key as read from an - ini file is given as "section:key". If the key cannot be found, - the notfound value is returned. - - Supported values for integers include the usual C notation - so decimal, octal (starting with 0) and hexadecimal (starting with 0x) - are supported. Examples: - - - "42" -> 42 - - "042" -> 34 (octal -> decimal) - - "0x42" -> 66 (hexa -> decimal) - - Warning: the conversion may overflow in various ways. Conversion is - totally outsourced to strtol(), see the associated man page for overflow - handling. - - Credits: Thanks to A. Becker for suggesting strtol() - */ -/*--------------------------------------------------------------------------*/ -int iniparser_getint(const dictionary * d, const char * key, int notfound); - -/*-------------------------------------------------------------------------*/ -/** - @brief Get the string associated to a key, convert to an long int - @param d Dictionary to search - @param key Key string to look for - @param notfound Value to return in case of error - @return integer - - This function queries a dictionary for a key. A key as read from an - ini file is given as "section:key". If the key cannot be found, - the notfound value is returned. - - Supported values for integers include the usual C notation - so decimal, octal (starting with 0) and hexadecimal (starting with 0x) - are supported. Examples: - - - "42" -> 42 - - "042" -> 34 (octal -> decimal) - - "0x42" -> 66 (hexa -> decimal) - - Warning: the conversion may overflow in various ways. Conversion is - totally outsourced to strtol(), see the associated man page for overflow - handling. - */ -/*--------------------------------------------------------------------------*/ -long int iniparser_getlongint(const dictionary * d, const char * key, long int notfound); - - -/*-------------------------------------------------------------------------*/ -/** - @brief Get the string associated to a key, convert to a double - @param d Dictionary to search - @param key Key string to look for - @param notfound Value to return in case of error - @return double - - This function queries a dictionary for a key. A key as read from an - ini file is given as "section:key". If the key cannot be found, - the notfound value is returned. - */ -/*--------------------------------------------------------------------------*/ -double iniparser_getdouble(const dictionary * d, const char * key, double notfound); - -/*-------------------------------------------------------------------------*/ -/** - @brief Get the string associated to a key, convert to a boolean - @param d Dictionary to search - @param key Key string to look for - @param notfound Value to return in case of error - @return integer - - This function queries a dictionary for a key. A key as read from an - ini file is given as "section:key". If the key cannot be found, - the notfound value is returned. - - A true boolean is found if one of the following is matched: - - - A string starting with 'y' - - A string starting with 'Y' - - A string starting with 't' - - A string starting with 'T' - - A string starting with '1' - - A false boolean is found if one of the following is matched: - - - A string starting with 'n' - - A string starting with 'N' - - A string starting with 'f' - - A string starting with 'F' - - A string starting with '0' - - The notfound value returned if no boolean is identified, does not - necessarily have to be 0 or 1. - */ -/*--------------------------------------------------------------------------*/ -int iniparser_getboolean(const dictionary * d, const char * key, int notfound); - - -/*-------------------------------------------------------------------------*/ -/** - @brief Set an entry in a dictionary. - @param ini Dictionary to modify. - @param entry Entry to modify (entry name) - @param val New value to associate to the entry. - @return int 0 if Ok, -1 otherwise. - - If the given entry can be found in the dictionary, it is modified to - contain the provided value. If it cannot be found, the entry is created. - It is Ok to set val to NULL. - */ -/*--------------------------------------------------------------------------*/ -int iniparser_set(dictionary * ini, const char * entry, const char * val); - - -/*-------------------------------------------------------------------------*/ -/** - @brief Delete an entry in a dictionary - @param ini Dictionary to modify - @param entry Entry to delete (entry name) - @return void - - If the given entry can be found, it is deleted from the dictionary. - */ -/*--------------------------------------------------------------------------*/ -void iniparser_unset(dictionary * ini, const char * entry); - -/*-------------------------------------------------------------------------*/ -/** - @brief Finds out if a given entry exists in a dictionary - @param ini Dictionary to search - @param entry Name of the entry to look for - @return integer 1 if entry exists, 0 otherwise - - Finds out if a given entry exists in the dictionary. Since sections - are stored as keys with NULL associated values, this is the only way - of querying for the presence of sections in a dictionary. - */ -/*--------------------------------------------------------------------------*/ -int iniparser_find_entry(const dictionary * ini, const char * entry) ; - -/*-------------------------------------------------------------------------*/ -/** - @brief Parse an ini file and return an allocated dictionary object - @param ininame Name of the ini file to read. - @return Pointer to newly allocated dictionary - - This is the parser for ini files. This function is called, providing - the name of the file to be read. It returns a dictionary object that - should not be accessed directly, but through accessor functions - instead. - - The returned dictionary must be freed using iniparser_freedict(). - */ -/*--------------------------------------------------------------------------*/ -dictionary * iniparser_load(const char * ininame); - -/*-------------------------------------------------------------------------*/ -/** - @brief Free all memory associated to an ini dictionary - @param d Dictionary to free - @return void - - Free all memory associated to an ini dictionary. - It is mandatory to call this function before the dictionary object - gets out of the current context. - */ -/*--------------------------------------------------------------------------*/ -void iniparser_freedict(dictionary * d); - -#ifdef __cplusplus -} -#endif - -#endif diff --git a/include/json.hpp b/include/json.hpp deleted file mode 100644 index a858728..0000000 --- a/include/json.hpp +++ /dev/null @@ -1,24766 +0,0 @@ -// __ _____ _____ _____ -// __| | __| | | | JSON for Modern C++ -// | | |__ | | | | | | version 3.11.3 -// |_____|_____|_____|_|___| https://github.com/nlohmann/json -// -// SPDX-FileCopyrightText: 2013-2023 Niels Lohmann -// SPDX-License-Identifier: MIT - -/****************************************************************************\ - * Note on documentation: The source files contain links to the online * - * documentation of the public API at https://json.nlohmann.me. This URL * - * contains the most recent documentation and should also be applicable to * - * previous versions; documentation for deprecated functions is not * - * removed, but marked deprecated. See "Generate documentation" section in * - * file docs/README.md. * -\****************************************************************************/ - -#ifndef INCLUDE_NLOHMANN_JSON_HPP_ -#define INCLUDE_NLOHMANN_JSON_HPP_ - -#include // all_of, find, for_each -#include // nullptr_t, ptrdiff_t, size_t -#include // hash, less -#include // initializer_list -#ifndef JSON_NO_IO - #include // istream, ostream -#endif // JSON_NO_IO -#include // random_access_iterator_tag -#include // unique_ptr -#include // string, stoi, to_string -#include // declval, forward, move, pair, swap -#include // vector - -// #include -// __ _____ _____ _____ -// __| | __| | | | JSON for Modern C++ -// | | |__ | | | | | | version 3.11.3 -// |_____|_____|_____|_|___| https://github.com/nlohmann/json -// -// SPDX-FileCopyrightText: 2013-2023 Niels Lohmann -// SPDX-License-Identifier: MIT - - - -#include - -// #include -// __ _____ _____ _____ -// __| | __| | | | JSON for Modern C++ -// | | |__ | | | | | | version 3.11.3 -// |_____|_____|_____|_|___| https://github.com/nlohmann/json -// -// SPDX-FileCopyrightText: 2013-2023 Niels Lohmann -// SPDX-License-Identifier: MIT - - - -// This file contains all macro definitions affecting or depending on the ABI - -#ifndef JSON_SKIP_LIBRARY_VERSION_CHECK - #if defined(NLOHMANN_JSON_VERSION_MAJOR) && defined(NLOHMANN_JSON_VERSION_MINOR) && defined(NLOHMANN_JSON_VERSION_PATCH) - #if NLOHMANN_JSON_VERSION_MAJOR != 3 || NLOHMANN_JSON_VERSION_MINOR != 11 || NLOHMANN_JSON_VERSION_PATCH != 3 - #warning "Already included a different version of the library!" - #endif - #endif -#endif - -#define NLOHMANN_JSON_VERSION_MAJOR 3 // NOLINT(modernize-macro-to-enum) -#define NLOHMANN_JSON_VERSION_MINOR 11 // NOLINT(modernize-macro-to-enum) -#define NLOHMANN_JSON_VERSION_PATCH 3 // NOLINT(modernize-macro-to-enum) - -#ifndef JSON_DIAGNOSTICS - #define JSON_DIAGNOSTICS 0 -#endif - -#ifndef JSON_USE_LEGACY_DISCARDED_VALUE_COMPARISON - #define JSON_USE_LEGACY_DISCARDED_VALUE_COMPARISON 0 -#endif - -#if JSON_DIAGNOSTICS - #define NLOHMANN_JSON_ABI_TAG_DIAGNOSTICS _diag -#else - #define NLOHMANN_JSON_ABI_TAG_DIAGNOSTICS -#endif - -#if JSON_USE_LEGACY_DISCARDED_VALUE_COMPARISON - #define NLOHMANN_JSON_ABI_TAG_LEGACY_DISCARDED_VALUE_COMPARISON _ldvcmp -#else - #define NLOHMANN_JSON_ABI_TAG_LEGACY_DISCARDED_VALUE_COMPARISON -#endif - -#ifndef NLOHMANN_JSON_NAMESPACE_NO_VERSION - #define NLOHMANN_JSON_NAMESPACE_NO_VERSION 0 -#endif - -// Construct the namespace ABI tags component -#define NLOHMANN_JSON_ABI_TAGS_CONCAT_EX(a, b) json_abi ## a ## b -#define NLOHMANN_JSON_ABI_TAGS_CONCAT(a, b) \ - NLOHMANN_JSON_ABI_TAGS_CONCAT_EX(a, b) - -#define NLOHMANN_JSON_ABI_TAGS \ - NLOHMANN_JSON_ABI_TAGS_CONCAT( \ - NLOHMANN_JSON_ABI_TAG_DIAGNOSTICS, \ - NLOHMANN_JSON_ABI_TAG_LEGACY_DISCARDED_VALUE_COMPARISON) - -// Construct the namespace version component -#define NLOHMANN_JSON_NAMESPACE_VERSION_CONCAT_EX(major, minor, patch) \ - _v ## major ## _ ## minor ## _ ## patch -#define NLOHMANN_JSON_NAMESPACE_VERSION_CONCAT(major, minor, patch) \ - NLOHMANN_JSON_NAMESPACE_VERSION_CONCAT_EX(major, minor, patch) - -#if NLOHMANN_JSON_NAMESPACE_NO_VERSION -#define NLOHMANN_JSON_NAMESPACE_VERSION -#else -#define NLOHMANN_JSON_NAMESPACE_VERSION \ - NLOHMANN_JSON_NAMESPACE_VERSION_CONCAT(NLOHMANN_JSON_VERSION_MAJOR, \ - NLOHMANN_JSON_VERSION_MINOR, \ - NLOHMANN_JSON_VERSION_PATCH) -#endif - -// Combine namespace components -#define NLOHMANN_JSON_NAMESPACE_CONCAT_EX(a, b) a ## b -#define NLOHMANN_JSON_NAMESPACE_CONCAT(a, b) \ - NLOHMANN_JSON_NAMESPACE_CONCAT_EX(a, b) - -#ifndef NLOHMANN_JSON_NAMESPACE -#define NLOHMANN_JSON_NAMESPACE \ - nlohmann::NLOHMANN_JSON_NAMESPACE_CONCAT( \ - NLOHMANN_JSON_ABI_TAGS, \ - NLOHMANN_JSON_NAMESPACE_VERSION) -#endif - -#ifndef NLOHMANN_JSON_NAMESPACE_BEGIN -#define NLOHMANN_JSON_NAMESPACE_BEGIN \ - namespace nlohmann \ - { \ - inline namespace NLOHMANN_JSON_NAMESPACE_CONCAT( \ - NLOHMANN_JSON_ABI_TAGS, \ - NLOHMANN_JSON_NAMESPACE_VERSION) \ - { -#endif - -#ifndef NLOHMANN_JSON_NAMESPACE_END -#define NLOHMANN_JSON_NAMESPACE_END \ - } /* namespace (inline namespace) NOLINT(readability/namespace) */ \ - } // namespace nlohmann -#endif - -// #include -// __ _____ _____ _____ -// __| | __| | | | JSON for Modern C++ -// | | |__ | | | | | | version 3.11.3 -// |_____|_____|_____|_|___| https://github.com/nlohmann/json -// -// SPDX-FileCopyrightText: 2013-2023 Niels Lohmann -// SPDX-License-Identifier: MIT - - - -#include // transform -#include // array -#include // forward_list -#include // inserter, front_inserter, end -#include // map -#include // string -#include // tuple, make_tuple -#include // is_arithmetic, is_same, is_enum, underlying_type, is_convertible -#include // unordered_map -#include // pair, declval -#include // valarray - -// #include -// __ _____ _____ _____ -// __| | __| | | | JSON for Modern C++ -// | | |__ | | | | | | version 3.11.3 -// |_____|_____|_____|_|___| https://github.com/nlohmann/json -// -// SPDX-FileCopyrightText: 2013-2023 Niels Lohmann -// SPDX-License-Identifier: MIT - - - -#include // nullptr_t -#include // exception -#if JSON_DIAGNOSTICS - #include // accumulate -#endif -#include // runtime_error -#include // to_string -#include // vector - -// #include -// __ _____ _____ _____ -// __| | __| | | | JSON for Modern C++ -// | | |__ | | | | | | version 3.11.3 -// |_____|_____|_____|_|___| https://github.com/nlohmann/json -// -// SPDX-FileCopyrightText: 2013-2023 Niels Lohmann -// SPDX-License-Identifier: MIT - - - -#include // array -#include // size_t -#include // uint8_t -#include // string - -// #include -// __ _____ _____ _____ -// __| | __| | | | JSON for Modern C++ -// | | |__ | | | | | | version 3.11.3 -// |_____|_____|_____|_|___| https://github.com/nlohmann/json -// -// SPDX-FileCopyrightText: 2013-2023 Niels Lohmann -// SPDX-License-Identifier: MIT - - - -#include // declval, pair -// #include -// __ _____ _____ _____ -// __| | __| | | | JSON for Modern C++ -// | | |__ | | | | | | version 3.11.3 -// |_____|_____|_____|_|___| https://github.com/nlohmann/json -// -// SPDX-FileCopyrightText: 2013-2023 Niels Lohmann -// SPDX-License-Identifier: MIT - - - -#include - -// #include -// __ _____ _____ _____ -// __| | __| | | | JSON for Modern C++ -// | | |__ | | | | | | version 3.11.3 -// |_____|_____|_____|_|___| https://github.com/nlohmann/json -// -// SPDX-FileCopyrightText: 2013-2023 Niels Lohmann -// SPDX-License-Identifier: MIT - - - -// #include - - -NLOHMANN_JSON_NAMESPACE_BEGIN -namespace detail -{ - -template struct make_void -{ - using type = void; -}; -template using void_t = typename make_void::type; - -} // namespace detail -NLOHMANN_JSON_NAMESPACE_END - - -NLOHMANN_JSON_NAMESPACE_BEGIN -namespace detail -{ - -// https://en.cppreference.com/w/cpp/experimental/is_detected -struct nonesuch -{ - nonesuch() = delete; - ~nonesuch() = delete; - nonesuch(nonesuch const&) = delete; - nonesuch(nonesuch const&&) = delete; - void operator=(nonesuch const&) = delete; - void operator=(nonesuch&&) = delete; -}; - -template class Op, - class... Args> -struct detector -{ - using value_t = std::false_type; - using type = Default; -}; - -template class Op, class... Args> -struct detector>, Op, Args...> -{ - using value_t = std::true_type; - using type = Op; -}; - -template class Op, class... Args> -using is_detected = typename detector::value_t; - -template class Op, class... Args> -struct is_detected_lazy : is_detected { }; - -template class Op, class... Args> -using detected_t = typename detector::type; - -template class Op, class... Args> -using detected_or = detector; - -template class Op, class... Args> -using detected_or_t = typename detected_or::type; - -template class Op, class... Args> -using is_detected_exact = std::is_same>; - -template class Op, class... Args> -using is_detected_convertible = - std::is_convertible, To>; - -} // namespace detail -NLOHMANN_JSON_NAMESPACE_END - -// #include - - -// __ _____ _____ _____ -// __| | __| | | | JSON for Modern C++ -// | | |__ | | | | | | version 3.11.3 -// |_____|_____|_____|_|___| https://github.com/nlohmann/json -// -// SPDX-FileCopyrightText: 2013-2023 Niels Lohmann -// SPDX-FileCopyrightText: 2016-2021 Evan Nemerson -// SPDX-License-Identifier: MIT - -/* Hedley - https://nemequ.github.io/hedley - * Created by Evan Nemerson - */ - -#if !defined(JSON_HEDLEY_VERSION) || (JSON_HEDLEY_VERSION < 15) -#if defined(JSON_HEDLEY_VERSION) - #undef JSON_HEDLEY_VERSION -#endif -#define JSON_HEDLEY_VERSION 15 - -#if defined(JSON_HEDLEY_STRINGIFY_EX) - #undef JSON_HEDLEY_STRINGIFY_EX -#endif -#define JSON_HEDLEY_STRINGIFY_EX(x) #x - -#if defined(JSON_HEDLEY_STRINGIFY) - #undef JSON_HEDLEY_STRINGIFY -#endif -#define JSON_HEDLEY_STRINGIFY(x) JSON_HEDLEY_STRINGIFY_EX(x) - -#if defined(JSON_HEDLEY_CONCAT_EX) - #undef JSON_HEDLEY_CONCAT_EX -#endif -#define JSON_HEDLEY_CONCAT_EX(a,b) a##b - -#if defined(JSON_HEDLEY_CONCAT) - #undef JSON_HEDLEY_CONCAT -#endif -#define JSON_HEDLEY_CONCAT(a,b) JSON_HEDLEY_CONCAT_EX(a,b) - -#if defined(JSON_HEDLEY_CONCAT3_EX) - #undef JSON_HEDLEY_CONCAT3_EX -#endif -#define JSON_HEDLEY_CONCAT3_EX(a,b,c) a##b##c - -#if defined(JSON_HEDLEY_CONCAT3) - #undef JSON_HEDLEY_CONCAT3 -#endif -#define JSON_HEDLEY_CONCAT3(a,b,c) JSON_HEDLEY_CONCAT3_EX(a,b,c) - -#if defined(JSON_HEDLEY_VERSION_ENCODE) - #undef JSON_HEDLEY_VERSION_ENCODE -#endif -#define JSON_HEDLEY_VERSION_ENCODE(major,minor,revision) (((major) * 1000000) + ((minor) * 1000) + (revision)) - -#if defined(JSON_HEDLEY_VERSION_DECODE_MAJOR) - #undef JSON_HEDLEY_VERSION_DECODE_MAJOR -#endif -#define JSON_HEDLEY_VERSION_DECODE_MAJOR(version) ((version) / 1000000) - -#if defined(JSON_HEDLEY_VERSION_DECODE_MINOR) - #undef JSON_HEDLEY_VERSION_DECODE_MINOR -#endif -#define JSON_HEDLEY_VERSION_DECODE_MINOR(version) (((version) % 1000000) / 1000) - -#if defined(JSON_HEDLEY_VERSION_DECODE_REVISION) - #undef JSON_HEDLEY_VERSION_DECODE_REVISION -#endif -#define JSON_HEDLEY_VERSION_DECODE_REVISION(version) ((version) % 1000) - -#if defined(JSON_HEDLEY_GNUC_VERSION) - #undef JSON_HEDLEY_GNUC_VERSION -#endif -#if defined(__GNUC__) && defined(__GNUC_PATCHLEVEL__) - #define JSON_HEDLEY_GNUC_VERSION JSON_HEDLEY_VERSION_ENCODE(__GNUC__, __GNUC_MINOR__, __GNUC_PATCHLEVEL__) -#elif defined(__GNUC__) - #define JSON_HEDLEY_GNUC_VERSION JSON_HEDLEY_VERSION_ENCODE(__GNUC__, __GNUC_MINOR__, 0) -#endif - -#if defined(JSON_HEDLEY_GNUC_VERSION_CHECK) - #undef JSON_HEDLEY_GNUC_VERSION_CHECK -#endif -#if defined(JSON_HEDLEY_GNUC_VERSION) - #define JSON_HEDLEY_GNUC_VERSION_CHECK(major,minor,patch) (JSON_HEDLEY_GNUC_VERSION >= JSON_HEDLEY_VERSION_ENCODE(major, minor, patch)) -#else - #define JSON_HEDLEY_GNUC_VERSION_CHECK(major,minor,patch) (0) -#endif - -#if defined(JSON_HEDLEY_MSVC_VERSION) - #undef JSON_HEDLEY_MSVC_VERSION -#endif -#if defined(_MSC_FULL_VER) && (_MSC_FULL_VER >= 140000000) && !defined(__ICL) - #define JSON_HEDLEY_MSVC_VERSION JSON_HEDLEY_VERSION_ENCODE(_MSC_FULL_VER / 10000000, (_MSC_FULL_VER % 10000000) / 100000, (_MSC_FULL_VER % 100000) / 100) -#elif defined(_MSC_FULL_VER) && !defined(__ICL) - #define JSON_HEDLEY_MSVC_VERSION JSON_HEDLEY_VERSION_ENCODE(_MSC_FULL_VER / 1000000, (_MSC_FULL_VER % 1000000) / 10000, (_MSC_FULL_VER % 10000) / 10) -#elif defined(_MSC_VER) && !defined(__ICL) - #define JSON_HEDLEY_MSVC_VERSION JSON_HEDLEY_VERSION_ENCODE(_MSC_VER / 100, _MSC_VER % 100, 0) -#endif - -#if defined(JSON_HEDLEY_MSVC_VERSION_CHECK) - #undef JSON_HEDLEY_MSVC_VERSION_CHECK -#endif -#if !defined(JSON_HEDLEY_MSVC_VERSION) - #define JSON_HEDLEY_MSVC_VERSION_CHECK(major,minor,patch) (0) -#elif defined(_MSC_VER) && (_MSC_VER >= 1400) - #define JSON_HEDLEY_MSVC_VERSION_CHECK(major,minor,patch) (_MSC_FULL_VER >= ((major * 10000000) + (minor * 100000) + (patch))) -#elif defined(_MSC_VER) && (_MSC_VER >= 1200) - #define JSON_HEDLEY_MSVC_VERSION_CHECK(major,minor,patch) (_MSC_FULL_VER >= ((major * 1000000) + (minor * 10000) + (patch))) -#else - #define JSON_HEDLEY_MSVC_VERSION_CHECK(major,minor,patch) (_MSC_VER >= ((major * 100) + (minor))) -#endif - -#if defined(JSON_HEDLEY_INTEL_VERSION) - #undef JSON_HEDLEY_INTEL_VERSION -#endif -#if defined(__INTEL_COMPILER) && defined(__INTEL_COMPILER_UPDATE) && !defined(__ICL) - #define JSON_HEDLEY_INTEL_VERSION JSON_HEDLEY_VERSION_ENCODE(__INTEL_COMPILER / 100, __INTEL_COMPILER % 100, __INTEL_COMPILER_UPDATE) -#elif defined(__INTEL_COMPILER) && !defined(__ICL) - #define JSON_HEDLEY_INTEL_VERSION JSON_HEDLEY_VERSION_ENCODE(__INTEL_COMPILER / 100, __INTEL_COMPILER % 100, 0) -#endif - -#if defined(JSON_HEDLEY_INTEL_VERSION_CHECK) - #undef JSON_HEDLEY_INTEL_VERSION_CHECK -#endif -#if defined(JSON_HEDLEY_INTEL_VERSION) - #define JSON_HEDLEY_INTEL_VERSION_CHECK(major,minor,patch) (JSON_HEDLEY_INTEL_VERSION >= JSON_HEDLEY_VERSION_ENCODE(major, minor, patch)) -#else - #define JSON_HEDLEY_INTEL_VERSION_CHECK(major,minor,patch) (0) -#endif - -#if defined(JSON_HEDLEY_INTEL_CL_VERSION) - #undef JSON_HEDLEY_INTEL_CL_VERSION -#endif -#if defined(__INTEL_COMPILER) && defined(__INTEL_COMPILER_UPDATE) && defined(__ICL) - #define JSON_HEDLEY_INTEL_CL_VERSION JSON_HEDLEY_VERSION_ENCODE(__INTEL_COMPILER, __INTEL_COMPILER_UPDATE, 0) -#endif - -#if defined(JSON_HEDLEY_INTEL_CL_VERSION_CHECK) - #undef JSON_HEDLEY_INTEL_CL_VERSION_CHECK -#endif -#if defined(JSON_HEDLEY_INTEL_CL_VERSION) - #define JSON_HEDLEY_INTEL_CL_VERSION_CHECK(major,minor,patch) (JSON_HEDLEY_INTEL_CL_VERSION >= JSON_HEDLEY_VERSION_ENCODE(major, minor, patch)) -#else - #define JSON_HEDLEY_INTEL_CL_VERSION_CHECK(major,minor,patch) (0) -#endif - -#if defined(JSON_HEDLEY_PGI_VERSION) - #undef JSON_HEDLEY_PGI_VERSION -#endif -#if defined(__PGI) && defined(__PGIC__) && defined(__PGIC_MINOR__) && defined(__PGIC_PATCHLEVEL__) - #define JSON_HEDLEY_PGI_VERSION JSON_HEDLEY_VERSION_ENCODE(__PGIC__, __PGIC_MINOR__, __PGIC_PATCHLEVEL__) -#endif - -#if defined(JSON_HEDLEY_PGI_VERSION_CHECK) - #undef JSON_HEDLEY_PGI_VERSION_CHECK -#endif -#if defined(JSON_HEDLEY_PGI_VERSION) - #define JSON_HEDLEY_PGI_VERSION_CHECK(major,minor,patch) (JSON_HEDLEY_PGI_VERSION >= JSON_HEDLEY_VERSION_ENCODE(major, minor, patch)) -#else - #define JSON_HEDLEY_PGI_VERSION_CHECK(major,minor,patch) (0) -#endif - -#if defined(JSON_HEDLEY_SUNPRO_VERSION) - #undef JSON_HEDLEY_SUNPRO_VERSION -#endif -#if defined(__SUNPRO_C) && (__SUNPRO_C > 0x1000) - #define JSON_HEDLEY_SUNPRO_VERSION JSON_HEDLEY_VERSION_ENCODE((((__SUNPRO_C >> 16) & 0xf) * 10) + ((__SUNPRO_C >> 12) & 0xf), (((__SUNPRO_C >> 8) & 0xf) * 10) + ((__SUNPRO_C >> 4) & 0xf), (__SUNPRO_C & 0xf) * 10) -#elif defined(__SUNPRO_C) - #define JSON_HEDLEY_SUNPRO_VERSION JSON_HEDLEY_VERSION_ENCODE((__SUNPRO_C >> 8) & 0xf, (__SUNPRO_C >> 4) & 0xf, (__SUNPRO_C) & 0xf) -#elif defined(__SUNPRO_CC) && (__SUNPRO_CC > 0x1000) - #define JSON_HEDLEY_SUNPRO_VERSION JSON_HEDLEY_VERSION_ENCODE((((__SUNPRO_CC >> 16) & 0xf) * 10) + ((__SUNPRO_CC >> 12) & 0xf), (((__SUNPRO_CC >> 8) & 0xf) * 10) + ((__SUNPRO_CC >> 4) & 0xf), (__SUNPRO_CC & 0xf) * 10) -#elif defined(__SUNPRO_CC) - #define JSON_HEDLEY_SUNPRO_VERSION JSON_HEDLEY_VERSION_ENCODE((__SUNPRO_CC >> 8) & 0xf, (__SUNPRO_CC >> 4) & 0xf, (__SUNPRO_CC) & 0xf) -#endif - -#if defined(JSON_HEDLEY_SUNPRO_VERSION_CHECK) - #undef JSON_HEDLEY_SUNPRO_VERSION_CHECK -#endif -#if defined(JSON_HEDLEY_SUNPRO_VERSION) - #define JSON_HEDLEY_SUNPRO_VERSION_CHECK(major,minor,patch) (JSON_HEDLEY_SUNPRO_VERSION >= JSON_HEDLEY_VERSION_ENCODE(major, minor, patch)) -#else - #define JSON_HEDLEY_SUNPRO_VERSION_CHECK(major,minor,patch) (0) -#endif - -#if defined(JSON_HEDLEY_EMSCRIPTEN_VERSION) - #undef JSON_HEDLEY_EMSCRIPTEN_VERSION -#endif -#if defined(__EMSCRIPTEN__) - #define JSON_HEDLEY_EMSCRIPTEN_VERSION JSON_HEDLEY_VERSION_ENCODE(__EMSCRIPTEN_major__, __EMSCRIPTEN_minor__, __EMSCRIPTEN_tiny__) -#endif - -#if defined(JSON_HEDLEY_EMSCRIPTEN_VERSION_CHECK) - #undef JSON_HEDLEY_EMSCRIPTEN_VERSION_CHECK -#endif -#if defined(JSON_HEDLEY_EMSCRIPTEN_VERSION) - #define JSON_HEDLEY_EMSCRIPTEN_VERSION_CHECK(major,minor,patch) (JSON_HEDLEY_EMSCRIPTEN_VERSION >= JSON_HEDLEY_VERSION_ENCODE(major, minor, patch)) -#else - #define JSON_HEDLEY_EMSCRIPTEN_VERSION_CHECK(major,minor,patch) (0) -#endif - -#if defined(JSON_HEDLEY_ARM_VERSION) - #undef JSON_HEDLEY_ARM_VERSION -#endif -#if defined(__CC_ARM) && defined(__ARMCOMPILER_VERSION) - #define JSON_HEDLEY_ARM_VERSION JSON_HEDLEY_VERSION_ENCODE(__ARMCOMPILER_VERSION / 1000000, (__ARMCOMPILER_VERSION % 1000000) / 10000, (__ARMCOMPILER_VERSION % 10000) / 100) -#elif defined(__CC_ARM) && defined(__ARMCC_VERSION) - #define JSON_HEDLEY_ARM_VERSION JSON_HEDLEY_VERSION_ENCODE(__ARMCC_VERSION / 1000000, (__ARMCC_VERSION % 1000000) / 10000, (__ARMCC_VERSION % 10000) / 100) -#endif - -#if defined(JSON_HEDLEY_ARM_VERSION_CHECK) - #undef JSON_HEDLEY_ARM_VERSION_CHECK -#endif -#if defined(JSON_HEDLEY_ARM_VERSION) - #define JSON_HEDLEY_ARM_VERSION_CHECK(major,minor,patch) (JSON_HEDLEY_ARM_VERSION >= JSON_HEDLEY_VERSION_ENCODE(major, minor, patch)) -#else - #define JSON_HEDLEY_ARM_VERSION_CHECK(major,minor,patch) (0) -#endif - -#if defined(JSON_HEDLEY_IBM_VERSION) - #undef JSON_HEDLEY_IBM_VERSION -#endif -#if defined(__ibmxl__) - #define JSON_HEDLEY_IBM_VERSION JSON_HEDLEY_VERSION_ENCODE(__ibmxl_version__, __ibmxl_release__, __ibmxl_modification__) -#elif defined(__xlC__) && defined(__xlC_ver__) - #define JSON_HEDLEY_IBM_VERSION JSON_HEDLEY_VERSION_ENCODE(__xlC__ >> 8, __xlC__ & 0xff, (__xlC_ver__ >> 8) & 0xff) -#elif defined(__xlC__) - #define JSON_HEDLEY_IBM_VERSION JSON_HEDLEY_VERSION_ENCODE(__xlC__ >> 8, __xlC__ & 0xff, 0) -#endif - -#if defined(JSON_HEDLEY_IBM_VERSION_CHECK) - #undef JSON_HEDLEY_IBM_VERSION_CHECK -#endif -#if defined(JSON_HEDLEY_IBM_VERSION) - #define JSON_HEDLEY_IBM_VERSION_CHECK(major,minor,patch) (JSON_HEDLEY_IBM_VERSION >= JSON_HEDLEY_VERSION_ENCODE(major, minor, patch)) -#else - #define JSON_HEDLEY_IBM_VERSION_CHECK(major,minor,patch) (0) -#endif - -#if defined(JSON_HEDLEY_TI_VERSION) - #undef JSON_HEDLEY_TI_VERSION -#endif -#if \ - defined(__TI_COMPILER_VERSION__) && \ - ( \ - defined(__TMS470__) || defined(__TI_ARM__) || \ - defined(__MSP430__) || \ - defined(__TMS320C2000__) \ - ) -#if (__TI_COMPILER_VERSION__ >= 16000000) - #define JSON_HEDLEY_TI_VERSION JSON_HEDLEY_VERSION_ENCODE(__TI_COMPILER_VERSION__ / 1000000, (__TI_COMPILER_VERSION__ % 1000000) / 1000, (__TI_COMPILER_VERSION__ % 1000)) -#endif -#endif - -#if defined(JSON_HEDLEY_TI_VERSION_CHECK) - #undef JSON_HEDLEY_TI_VERSION_CHECK -#endif -#if defined(JSON_HEDLEY_TI_VERSION) - #define JSON_HEDLEY_TI_VERSION_CHECK(major,minor,patch) (JSON_HEDLEY_TI_VERSION >= JSON_HEDLEY_VERSION_ENCODE(major, minor, patch)) -#else - #define JSON_HEDLEY_TI_VERSION_CHECK(major,minor,patch) (0) -#endif - -#if defined(JSON_HEDLEY_TI_CL2000_VERSION) - #undef JSON_HEDLEY_TI_CL2000_VERSION -#endif -#if defined(__TI_COMPILER_VERSION__) && defined(__TMS320C2000__) - #define JSON_HEDLEY_TI_CL2000_VERSION JSON_HEDLEY_VERSION_ENCODE(__TI_COMPILER_VERSION__ / 1000000, (__TI_COMPILER_VERSION__ % 1000000) / 1000, (__TI_COMPILER_VERSION__ % 1000)) -#endif - -#if defined(JSON_HEDLEY_TI_CL2000_VERSION_CHECK) - #undef JSON_HEDLEY_TI_CL2000_VERSION_CHECK -#endif -#if defined(JSON_HEDLEY_TI_CL2000_VERSION) - #define JSON_HEDLEY_TI_CL2000_VERSION_CHECK(major,minor,patch) (JSON_HEDLEY_TI_CL2000_VERSION >= JSON_HEDLEY_VERSION_ENCODE(major, minor, patch)) -#else - #define JSON_HEDLEY_TI_CL2000_VERSION_CHECK(major,minor,patch) (0) -#endif - -#if defined(JSON_HEDLEY_TI_CL430_VERSION) - #undef JSON_HEDLEY_TI_CL430_VERSION -#endif -#if defined(__TI_COMPILER_VERSION__) && defined(__MSP430__) - #define JSON_HEDLEY_TI_CL430_VERSION JSON_HEDLEY_VERSION_ENCODE(__TI_COMPILER_VERSION__ / 1000000, (__TI_COMPILER_VERSION__ % 1000000) / 1000, (__TI_COMPILER_VERSION__ % 1000)) -#endif - -#if defined(JSON_HEDLEY_TI_CL430_VERSION_CHECK) - #undef JSON_HEDLEY_TI_CL430_VERSION_CHECK -#endif -#if defined(JSON_HEDLEY_TI_CL430_VERSION) - #define JSON_HEDLEY_TI_CL430_VERSION_CHECK(major,minor,patch) (JSON_HEDLEY_TI_CL430_VERSION >= JSON_HEDLEY_VERSION_ENCODE(major, minor, patch)) -#else - #define JSON_HEDLEY_TI_CL430_VERSION_CHECK(major,minor,patch) (0) -#endif - -#if defined(JSON_HEDLEY_TI_ARMCL_VERSION) - #undef JSON_HEDLEY_TI_ARMCL_VERSION -#endif -#if defined(__TI_COMPILER_VERSION__) && (defined(__TMS470__) || defined(__TI_ARM__)) - #define JSON_HEDLEY_TI_ARMCL_VERSION JSON_HEDLEY_VERSION_ENCODE(__TI_COMPILER_VERSION__ / 1000000, (__TI_COMPILER_VERSION__ % 1000000) / 1000, (__TI_COMPILER_VERSION__ % 1000)) -#endif - -#if defined(JSON_HEDLEY_TI_ARMCL_VERSION_CHECK) - #undef JSON_HEDLEY_TI_ARMCL_VERSION_CHECK -#endif -#if defined(JSON_HEDLEY_TI_ARMCL_VERSION) - #define JSON_HEDLEY_TI_ARMCL_VERSION_CHECK(major,minor,patch) (JSON_HEDLEY_TI_ARMCL_VERSION >= JSON_HEDLEY_VERSION_ENCODE(major, minor, patch)) -#else - #define JSON_HEDLEY_TI_ARMCL_VERSION_CHECK(major,minor,patch) (0) -#endif - -#if defined(JSON_HEDLEY_TI_CL6X_VERSION) - #undef JSON_HEDLEY_TI_CL6X_VERSION -#endif -#if defined(__TI_COMPILER_VERSION__) && defined(__TMS320C6X__) - #define JSON_HEDLEY_TI_CL6X_VERSION JSON_HEDLEY_VERSION_ENCODE(__TI_COMPILER_VERSION__ / 1000000, (__TI_COMPILER_VERSION__ % 1000000) / 1000, (__TI_COMPILER_VERSION__ % 1000)) -#endif - -#if defined(JSON_HEDLEY_TI_CL6X_VERSION_CHECK) - #undef JSON_HEDLEY_TI_CL6X_VERSION_CHECK -#endif -#if defined(JSON_HEDLEY_TI_CL6X_VERSION) - #define JSON_HEDLEY_TI_CL6X_VERSION_CHECK(major,minor,patch) (JSON_HEDLEY_TI_CL6X_VERSION >= JSON_HEDLEY_VERSION_ENCODE(major, minor, patch)) -#else - #define JSON_HEDLEY_TI_CL6X_VERSION_CHECK(major,minor,patch) (0) -#endif - -#if defined(JSON_HEDLEY_TI_CL7X_VERSION) - #undef JSON_HEDLEY_TI_CL7X_VERSION -#endif -#if defined(__TI_COMPILER_VERSION__) && defined(__C7000__) - #define JSON_HEDLEY_TI_CL7X_VERSION JSON_HEDLEY_VERSION_ENCODE(__TI_COMPILER_VERSION__ / 1000000, (__TI_COMPILER_VERSION__ % 1000000) / 1000, (__TI_COMPILER_VERSION__ % 1000)) -#endif - -#if defined(JSON_HEDLEY_TI_CL7X_VERSION_CHECK) - #undef JSON_HEDLEY_TI_CL7X_VERSION_CHECK -#endif -#if defined(JSON_HEDLEY_TI_CL7X_VERSION) - #define JSON_HEDLEY_TI_CL7X_VERSION_CHECK(major,minor,patch) (JSON_HEDLEY_TI_CL7X_VERSION >= JSON_HEDLEY_VERSION_ENCODE(major, minor, patch)) -#else - #define JSON_HEDLEY_TI_CL7X_VERSION_CHECK(major,minor,patch) (0) -#endif - -#if defined(JSON_HEDLEY_TI_CLPRU_VERSION) - #undef JSON_HEDLEY_TI_CLPRU_VERSION -#endif -#if defined(__TI_COMPILER_VERSION__) && defined(__PRU__) - #define JSON_HEDLEY_TI_CLPRU_VERSION JSON_HEDLEY_VERSION_ENCODE(__TI_COMPILER_VERSION__ / 1000000, (__TI_COMPILER_VERSION__ % 1000000) / 1000, (__TI_COMPILER_VERSION__ % 1000)) -#endif - -#if defined(JSON_HEDLEY_TI_CLPRU_VERSION_CHECK) - #undef JSON_HEDLEY_TI_CLPRU_VERSION_CHECK -#endif -#if defined(JSON_HEDLEY_TI_CLPRU_VERSION) - #define JSON_HEDLEY_TI_CLPRU_VERSION_CHECK(major,minor,patch) (JSON_HEDLEY_TI_CLPRU_VERSION >= JSON_HEDLEY_VERSION_ENCODE(major, minor, patch)) -#else - #define JSON_HEDLEY_TI_CLPRU_VERSION_CHECK(major,minor,patch) (0) -#endif - -#if defined(JSON_HEDLEY_CRAY_VERSION) - #undef JSON_HEDLEY_CRAY_VERSION -#endif -#if defined(_CRAYC) - #if defined(_RELEASE_PATCHLEVEL) - #define JSON_HEDLEY_CRAY_VERSION JSON_HEDLEY_VERSION_ENCODE(_RELEASE_MAJOR, _RELEASE_MINOR, _RELEASE_PATCHLEVEL) - #else - #define JSON_HEDLEY_CRAY_VERSION JSON_HEDLEY_VERSION_ENCODE(_RELEASE_MAJOR, _RELEASE_MINOR, 0) - #endif -#endif - -#if defined(JSON_HEDLEY_CRAY_VERSION_CHECK) - #undef JSON_HEDLEY_CRAY_VERSION_CHECK -#endif -#if defined(JSON_HEDLEY_CRAY_VERSION) - #define JSON_HEDLEY_CRAY_VERSION_CHECK(major,minor,patch) (JSON_HEDLEY_CRAY_VERSION >= JSON_HEDLEY_VERSION_ENCODE(major, minor, patch)) -#else - #define JSON_HEDLEY_CRAY_VERSION_CHECK(major,minor,patch) (0) -#endif - -#if defined(JSON_HEDLEY_IAR_VERSION) - #undef JSON_HEDLEY_IAR_VERSION -#endif -#if defined(__IAR_SYSTEMS_ICC__) - #if __VER__ > 1000 - #define JSON_HEDLEY_IAR_VERSION JSON_HEDLEY_VERSION_ENCODE((__VER__ / 1000000), ((__VER__ / 1000) % 1000), (__VER__ % 1000)) - #else - #define JSON_HEDLEY_IAR_VERSION JSON_HEDLEY_VERSION_ENCODE(__VER__ / 100, __VER__ % 100, 0) - #endif -#endif - -#if defined(JSON_HEDLEY_IAR_VERSION_CHECK) - #undef JSON_HEDLEY_IAR_VERSION_CHECK -#endif -#if defined(JSON_HEDLEY_IAR_VERSION) - #define JSON_HEDLEY_IAR_VERSION_CHECK(major,minor,patch) (JSON_HEDLEY_IAR_VERSION >= JSON_HEDLEY_VERSION_ENCODE(major, minor, patch)) -#else - #define JSON_HEDLEY_IAR_VERSION_CHECK(major,minor,patch) (0) -#endif - -#if defined(JSON_HEDLEY_TINYC_VERSION) - #undef JSON_HEDLEY_TINYC_VERSION -#endif -#if defined(__TINYC__) - #define JSON_HEDLEY_TINYC_VERSION JSON_HEDLEY_VERSION_ENCODE(__TINYC__ / 1000, (__TINYC__ / 100) % 10, __TINYC__ % 100) -#endif - -#if defined(JSON_HEDLEY_TINYC_VERSION_CHECK) - #undef JSON_HEDLEY_TINYC_VERSION_CHECK -#endif -#if defined(JSON_HEDLEY_TINYC_VERSION) - #define JSON_HEDLEY_TINYC_VERSION_CHECK(major,minor,patch) (JSON_HEDLEY_TINYC_VERSION >= JSON_HEDLEY_VERSION_ENCODE(major, minor, patch)) -#else - #define JSON_HEDLEY_TINYC_VERSION_CHECK(major,minor,patch) (0) -#endif - -#if defined(JSON_HEDLEY_DMC_VERSION) - #undef JSON_HEDLEY_DMC_VERSION -#endif -#if defined(__DMC__) - #define JSON_HEDLEY_DMC_VERSION JSON_HEDLEY_VERSION_ENCODE(__DMC__ >> 8, (__DMC__ >> 4) & 0xf, __DMC__ & 0xf) -#endif - -#if defined(JSON_HEDLEY_DMC_VERSION_CHECK) - #undef JSON_HEDLEY_DMC_VERSION_CHECK -#endif -#if defined(JSON_HEDLEY_DMC_VERSION) - #define JSON_HEDLEY_DMC_VERSION_CHECK(major,minor,patch) (JSON_HEDLEY_DMC_VERSION >= JSON_HEDLEY_VERSION_ENCODE(major, minor, patch)) -#else - #define JSON_HEDLEY_DMC_VERSION_CHECK(major,minor,patch) (0) -#endif - -#if defined(JSON_HEDLEY_COMPCERT_VERSION) - #undef JSON_HEDLEY_COMPCERT_VERSION -#endif -#if defined(__COMPCERT_VERSION__) - #define JSON_HEDLEY_COMPCERT_VERSION JSON_HEDLEY_VERSION_ENCODE(__COMPCERT_VERSION__ / 10000, (__COMPCERT_VERSION__ / 100) % 100, __COMPCERT_VERSION__ % 100) -#endif - -#if defined(JSON_HEDLEY_COMPCERT_VERSION_CHECK) - #undef JSON_HEDLEY_COMPCERT_VERSION_CHECK -#endif -#if defined(JSON_HEDLEY_COMPCERT_VERSION) - #define JSON_HEDLEY_COMPCERT_VERSION_CHECK(major,minor,patch) (JSON_HEDLEY_COMPCERT_VERSION >= JSON_HEDLEY_VERSION_ENCODE(major, minor, patch)) -#else - #define JSON_HEDLEY_COMPCERT_VERSION_CHECK(major,minor,patch) (0) -#endif - -#if defined(JSON_HEDLEY_PELLES_VERSION) - #undef JSON_HEDLEY_PELLES_VERSION -#endif -#if defined(__POCC__) - #define JSON_HEDLEY_PELLES_VERSION JSON_HEDLEY_VERSION_ENCODE(__POCC__ / 100, __POCC__ % 100, 0) -#endif - -#if defined(JSON_HEDLEY_PELLES_VERSION_CHECK) - #undef JSON_HEDLEY_PELLES_VERSION_CHECK -#endif -#if defined(JSON_HEDLEY_PELLES_VERSION) - #define JSON_HEDLEY_PELLES_VERSION_CHECK(major,minor,patch) (JSON_HEDLEY_PELLES_VERSION >= JSON_HEDLEY_VERSION_ENCODE(major, minor, patch)) -#else - #define JSON_HEDLEY_PELLES_VERSION_CHECK(major,minor,patch) (0) -#endif - -#if defined(JSON_HEDLEY_MCST_LCC_VERSION) - #undef JSON_HEDLEY_MCST_LCC_VERSION -#endif -#if defined(__LCC__) && defined(__LCC_MINOR__) - #define JSON_HEDLEY_MCST_LCC_VERSION JSON_HEDLEY_VERSION_ENCODE(__LCC__ / 100, __LCC__ % 100, __LCC_MINOR__) -#endif - -#if defined(JSON_HEDLEY_MCST_LCC_VERSION_CHECK) - #undef JSON_HEDLEY_MCST_LCC_VERSION_CHECK -#endif -#if defined(JSON_HEDLEY_MCST_LCC_VERSION) - #define JSON_HEDLEY_MCST_LCC_VERSION_CHECK(major,minor,patch) (JSON_HEDLEY_MCST_LCC_VERSION >= JSON_HEDLEY_VERSION_ENCODE(major, minor, patch)) -#else - #define JSON_HEDLEY_MCST_LCC_VERSION_CHECK(major,minor,patch) (0) -#endif - -#if defined(JSON_HEDLEY_GCC_VERSION) - #undef JSON_HEDLEY_GCC_VERSION -#endif -#if \ - defined(JSON_HEDLEY_GNUC_VERSION) && \ - !defined(__clang__) && \ - !defined(JSON_HEDLEY_INTEL_VERSION) && \ - !defined(JSON_HEDLEY_PGI_VERSION) && \ - !defined(JSON_HEDLEY_ARM_VERSION) && \ - !defined(JSON_HEDLEY_CRAY_VERSION) && \ - !defined(JSON_HEDLEY_TI_VERSION) && \ - !defined(JSON_HEDLEY_TI_ARMCL_VERSION) && \ - !defined(JSON_HEDLEY_TI_CL430_VERSION) && \ - !defined(JSON_HEDLEY_TI_CL2000_VERSION) && \ - !defined(JSON_HEDLEY_TI_CL6X_VERSION) && \ - !defined(JSON_HEDLEY_TI_CL7X_VERSION) && \ - !defined(JSON_HEDLEY_TI_CLPRU_VERSION) && \ - !defined(__COMPCERT__) && \ - !defined(JSON_HEDLEY_MCST_LCC_VERSION) - #define JSON_HEDLEY_GCC_VERSION JSON_HEDLEY_GNUC_VERSION -#endif - -#if defined(JSON_HEDLEY_GCC_VERSION_CHECK) - #undef JSON_HEDLEY_GCC_VERSION_CHECK -#endif -#if defined(JSON_HEDLEY_GCC_VERSION) - #define JSON_HEDLEY_GCC_VERSION_CHECK(major,minor,patch) (JSON_HEDLEY_GCC_VERSION >= JSON_HEDLEY_VERSION_ENCODE(major, minor, patch)) -#else - #define JSON_HEDLEY_GCC_VERSION_CHECK(major,minor,patch) (0) -#endif - -#if defined(JSON_HEDLEY_HAS_ATTRIBUTE) - #undef JSON_HEDLEY_HAS_ATTRIBUTE -#endif -#if \ - defined(__has_attribute) && \ - ( \ - (!defined(JSON_HEDLEY_IAR_VERSION) || JSON_HEDLEY_IAR_VERSION_CHECK(8,5,9)) \ - ) -# define JSON_HEDLEY_HAS_ATTRIBUTE(attribute) __has_attribute(attribute) -#else -# define JSON_HEDLEY_HAS_ATTRIBUTE(attribute) (0) -#endif - -#if defined(JSON_HEDLEY_GNUC_HAS_ATTRIBUTE) - #undef JSON_HEDLEY_GNUC_HAS_ATTRIBUTE -#endif -#if defined(__has_attribute) - #define JSON_HEDLEY_GNUC_HAS_ATTRIBUTE(attribute,major,minor,patch) JSON_HEDLEY_HAS_ATTRIBUTE(attribute) -#else - #define JSON_HEDLEY_GNUC_HAS_ATTRIBUTE(attribute,major,minor,patch) JSON_HEDLEY_GNUC_VERSION_CHECK(major,minor,patch) -#endif - -#if defined(JSON_HEDLEY_GCC_HAS_ATTRIBUTE) - #undef JSON_HEDLEY_GCC_HAS_ATTRIBUTE -#endif -#if defined(__has_attribute) - #define JSON_HEDLEY_GCC_HAS_ATTRIBUTE(attribute,major,minor,patch) JSON_HEDLEY_HAS_ATTRIBUTE(attribute) -#else - #define JSON_HEDLEY_GCC_HAS_ATTRIBUTE(attribute,major,minor,patch) JSON_HEDLEY_GCC_VERSION_CHECK(major,minor,patch) -#endif - -#if defined(JSON_HEDLEY_HAS_CPP_ATTRIBUTE) - #undef JSON_HEDLEY_HAS_CPP_ATTRIBUTE -#endif -#if \ - defined(__has_cpp_attribute) && \ - defined(__cplusplus) && \ - (!defined(JSON_HEDLEY_SUNPRO_VERSION) || JSON_HEDLEY_SUNPRO_VERSION_CHECK(5,15,0)) - #define JSON_HEDLEY_HAS_CPP_ATTRIBUTE(attribute) __has_cpp_attribute(attribute) -#else - #define JSON_HEDLEY_HAS_CPP_ATTRIBUTE(attribute) (0) -#endif - -#if defined(JSON_HEDLEY_HAS_CPP_ATTRIBUTE_NS) - #undef JSON_HEDLEY_HAS_CPP_ATTRIBUTE_NS -#endif -#if !defined(__cplusplus) || !defined(__has_cpp_attribute) - #define JSON_HEDLEY_HAS_CPP_ATTRIBUTE_NS(ns,attribute) (0) -#elif \ - !defined(JSON_HEDLEY_PGI_VERSION) && \ - !defined(JSON_HEDLEY_IAR_VERSION) && \ - (!defined(JSON_HEDLEY_SUNPRO_VERSION) || JSON_HEDLEY_SUNPRO_VERSION_CHECK(5,15,0)) && \ - (!defined(JSON_HEDLEY_MSVC_VERSION) || JSON_HEDLEY_MSVC_VERSION_CHECK(19,20,0)) - #define JSON_HEDLEY_HAS_CPP_ATTRIBUTE_NS(ns,attribute) JSON_HEDLEY_HAS_CPP_ATTRIBUTE(ns::attribute) -#else - #define JSON_HEDLEY_HAS_CPP_ATTRIBUTE_NS(ns,attribute) (0) -#endif - -#if defined(JSON_HEDLEY_GNUC_HAS_CPP_ATTRIBUTE) - #undef JSON_HEDLEY_GNUC_HAS_CPP_ATTRIBUTE -#endif -#if defined(__has_cpp_attribute) && defined(__cplusplus) - #define JSON_HEDLEY_GNUC_HAS_CPP_ATTRIBUTE(attribute,major,minor,patch) __has_cpp_attribute(attribute) -#else - #define JSON_HEDLEY_GNUC_HAS_CPP_ATTRIBUTE(attribute,major,minor,patch) JSON_HEDLEY_GNUC_VERSION_CHECK(major,minor,patch) -#endif - -#if defined(JSON_HEDLEY_GCC_HAS_CPP_ATTRIBUTE) - #undef JSON_HEDLEY_GCC_HAS_CPP_ATTRIBUTE -#endif -#if defined(__has_cpp_attribute) && defined(__cplusplus) - #define JSON_HEDLEY_GCC_HAS_CPP_ATTRIBUTE(attribute,major,minor,patch) __has_cpp_attribute(attribute) -#else - #define JSON_HEDLEY_GCC_HAS_CPP_ATTRIBUTE(attribute,major,minor,patch) JSON_HEDLEY_GCC_VERSION_CHECK(major,minor,patch) -#endif - -#if defined(JSON_HEDLEY_HAS_BUILTIN) - #undef JSON_HEDLEY_HAS_BUILTIN -#endif -#if defined(__has_builtin) - #define JSON_HEDLEY_HAS_BUILTIN(builtin) __has_builtin(builtin) -#else - #define JSON_HEDLEY_HAS_BUILTIN(builtin) (0) -#endif - -#if defined(JSON_HEDLEY_GNUC_HAS_BUILTIN) - #undef JSON_HEDLEY_GNUC_HAS_BUILTIN -#endif -#if defined(__has_builtin) - #define JSON_HEDLEY_GNUC_HAS_BUILTIN(builtin,major,minor,patch) __has_builtin(builtin) -#else - #define JSON_HEDLEY_GNUC_HAS_BUILTIN(builtin,major,minor,patch) JSON_HEDLEY_GNUC_VERSION_CHECK(major,minor,patch) -#endif - -#if defined(JSON_HEDLEY_GCC_HAS_BUILTIN) - #undef JSON_HEDLEY_GCC_HAS_BUILTIN -#endif -#if defined(__has_builtin) - #define JSON_HEDLEY_GCC_HAS_BUILTIN(builtin,major,minor,patch) __has_builtin(builtin) -#else - #define JSON_HEDLEY_GCC_HAS_BUILTIN(builtin,major,minor,patch) JSON_HEDLEY_GCC_VERSION_CHECK(major,minor,patch) -#endif - -#if defined(JSON_HEDLEY_HAS_FEATURE) - #undef JSON_HEDLEY_HAS_FEATURE -#endif -#if defined(__has_feature) - #define JSON_HEDLEY_HAS_FEATURE(feature) __has_feature(feature) -#else - #define JSON_HEDLEY_HAS_FEATURE(feature) (0) -#endif - -#if defined(JSON_HEDLEY_GNUC_HAS_FEATURE) - #undef JSON_HEDLEY_GNUC_HAS_FEATURE -#endif -#if defined(__has_feature) - #define JSON_HEDLEY_GNUC_HAS_FEATURE(feature,major,minor,patch) __has_feature(feature) -#else - #define JSON_HEDLEY_GNUC_HAS_FEATURE(feature,major,minor,patch) JSON_HEDLEY_GNUC_VERSION_CHECK(major,minor,patch) -#endif - -#if defined(JSON_HEDLEY_GCC_HAS_FEATURE) - #undef JSON_HEDLEY_GCC_HAS_FEATURE -#endif -#if defined(__has_feature) - #define JSON_HEDLEY_GCC_HAS_FEATURE(feature,major,minor,patch) __has_feature(feature) -#else - #define JSON_HEDLEY_GCC_HAS_FEATURE(feature,major,minor,patch) JSON_HEDLEY_GCC_VERSION_CHECK(major,minor,patch) -#endif - -#if defined(JSON_HEDLEY_HAS_EXTENSION) - #undef JSON_HEDLEY_HAS_EXTENSION -#endif -#if defined(__has_extension) - #define JSON_HEDLEY_HAS_EXTENSION(extension) __has_extension(extension) -#else - #define JSON_HEDLEY_HAS_EXTENSION(extension) (0) -#endif - -#if defined(JSON_HEDLEY_GNUC_HAS_EXTENSION) - #undef JSON_HEDLEY_GNUC_HAS_EXTENSION -#endif -#if defined(__has_extension) - #define JSON_HEDLEY_GNUC_HAS_EXTENSION(extension,major,minor,patch) __has_extension(extension) -#else - #define JSON_HEDLEY_GNUC_HAS_EXTENSION(extension,major,minor,patch) JSON_HEDLEY_GNUC_VERSION_CHECK(major,minor,patch) -#endif - -#if defined(JSON_HEDLEY_GCC_HAS_EXTENSION) - #undef JSON_HEDLEY_GCC_HAS_EXTENSION -#endif -#if defined(__has_extension) - #define JSON_HEDLEY_GCC_HAS_EXTENSION(extension,major,minor,patch) __has_extension(extension) -#else - #define JSON_HEDLEY_GCC_HAS_EXTENSION(extension,major,minor,patch) JSON_HEDLEY_GCC_VERSION_CHECK(major,minor,patch) -#endif - -#if defined(JSON_HEDLEY_HAS_DECLSPEC_ATTRIBUTE) - #undef JSON_HEDLEY_HAS_DECLSPEC_ATTRIBUTE -#endif -#if defined(__has_declspec_attribute) - #define JSON_HEDLEY_HAS_DECLSPEC_ATTRIBUTE(attribute) __has_declspec_attribute(attribute) -#else - #define JSON_HEDLEY_HAS_DECLSPEC_ATTRIBUTE(attribute) (0) -#endif - -#if defined(JSON_HEDLEY_GNUC_HAS_DECLSPEC_ATTRIBUTE) - #undef JSON_HEDLEY_GNUC_HAS_DECLSPEC_ATTRIBUTE -#endif -#if defined(__has_declspec_attribute) - #define JSON_HEDLEY_GNUC_HAS_DECLSPEC_ATTRIBUTE(attribute,major,minor,patch) __has_declspec_attribute(attribute) -#else - #define JSON_HEDLEY_GNUC_HAS_DECLSPEC_ATTRIBUTE(attribute,major,minor,patch) JSON_HEDLEY_GNUC_VERSION_CHECK(major,minor,patch) -#endif - -#if defined(JSON_HEDLEY_GCC_HAS_DECLSPEC_ATTRIBUTE) - #undef JSON_HEDLEY_GCC_HAS_DECLSPEC_ATTRIBUTE -#endif -#if defined(__has_declspec_attribute) - #define JSON_HEDLEY_GCC_HAS_DECLSPEC_ATTRIBUTE(attribute,major,minor,patch) __has_declspec_attribute(attribute) -#else - #define JSON_HEDLEY_GCC_HAS_DECLSPEC_ATTRIBUTE(attribute,major,minor,patch) JSON_HEDLEY_GCC_VERSION_CHECK(major,minor,patch) -#endif - -#if defined(JSON_HEDLEY_HAS_WARNING) - #undef JSON_HEDLEY_HAS_WARNING -#endif -#if defined(__has_warning) - #define JSON_HEDLEY_HAS_WARNING(warning) __has_warning(warning) -#else - #define JSON_HEDLEY_HAS_WARNING(warning) (0) -#endif - -#if defined(JSON_HEDLEY_GNUC_HAS_WARNING) - #undef JSON_HEDLEY_GNUC_HAS_WARNING -#endif -#if defined(__has_warning) - #define JSON_HEDLEY_GNUC_HAS_WARNING(warning,major,minor,patch) __has_warning(warning) -#else - #define JSON_HEDLEY_GNUC_HAS_WARNING(warning,major,minor,patch) JSON_HEDLEY_GNUC_VERSION_CHECK(major,minor,patch) -#endif - -#if defined(JSON_HEDLEY_GCC_HAS_WARNING) - #undef JSON_HEDLEY_GCC_HAS_WARNING -#endif -#if defined(__has_warning) - #define JSON_HEDLEY_GCC_HAS_WARNING(warning,major,minor,patch) __has_warning(warning) -#else - #define JSON_HEDLEY_GCC_HAS_WARNING(warning,major,minor,patch) JSON_HEDLEY_GCC_VERSION_CHECK(major,minor,patch) -#endif - -#if \ - (defined(__STDC_VERSION__) && (__STDC_VERSION__ >= 199901L)) || \ - defined(__clang__) || \ - JSON_HEDLEY_GCC_VERSION_CHECK(3,0,0) || \ - JSON_HEDLEY_INTEL_VERSION_CHECK(13,0,0) || \ - JSON_HEDLEY_IAR_VERSION_CHECK(8,0,0) || \ - JSON_HEDLEY_PGI_VERSION_CHECK(18,4,0) || \ - JSON_HEDLEY_ARM_VERSION_CHECK(4,1,0) || \ - JSON_HEDLEY_TI_VERSION_CHECK(15,12,0) || \ - JSON_HEDLEY_TI_ARMCL_VERSION_CHECK(4,7,0) || \ - JSON_HEDLEY_TI_CL430_VERSION_CHECK(2,0,1) || \ - JSON_HEDLEY_TI_CL2000_VERSION_CHECK(6,1,0) || \ - JSON_HEDLEY_TI_CL6X_VERSION_CHECK(7,0,0) || \ - JSON_HEDLEY_TI_CL7X_VERSION_CHECK(1,2,0) || \ - JSON_HEDLEY_TI_CLPRU_VERSION_CHECK(2,1,0) || \ - JSON_HEDLEY_CRAY_VERSION_CHECK(5,0,0) || \ - JSON_HEDLEY_TINYC_VERSION_CHECK(0,9,17) || \ - JSON_HEDLEY_SUNPRO_VERSION_CHECK(8,0,0) || \ - (JSON_HEDLEY_IBM_VERSION_CHECK(10,1,0) && defined(__C99_PRAGMA_OPERATOR)) - #define JSON_HEDLEY_PRAGMA(value) _Pragma(#value) -#elif JSON_HEDLEY_MSVC_VERSION_CHECK(15,0,0) - #define JSON_HEDLEY_PRAGMA(value) __pragma(value) -#else - #define JSON_HEDLEY_PRAGMA(value) -#endif - -#if defined(JSON_HEDLEY_DIAGNOSTIC_PUSH) - #undef JSON_HEDLEY_DIAGNOSTIC_PUSH -#endif -#if defined(JSON_HEDLEY_DIAGNOSTIC_POP) - #undef JSON_HEDLEY_DIAGNOSTIC_POP -#endif -#if defined(__clang__) - #define JSON_HEDLEY_DIAGNOSTIC_PUSH _Pragma("clang diagnostic push") - #define JSON_HEDLEY_DIAGNOSTIC_POP _Pragma("clang diagnostic pop") -#elif JSON_HEDLEY_INTEL_VERSION_CHECK(13,0,0) - #define JSON_HEDLEY_DIAGNOSTIC_PUSH _Pragma("warning(push)") - #define JSON_HEDLEY_DIAGNOSTIC_POP _Pragma("warning(pop)") -#elif JSON_HEDLEY_GCC_VERSION_CHECK(4,6,0) - #define JSON_HEDLEY_DIAGNOSTIC_PUSH _Pragma("GCC diagnostic push") - #define JSON_HEDLEY_DIAGNOSTIC_POP _Pragma("GCC diagnostic pop") -#elif \ - JSON_HEDLEY_MSVC_VERSION_CHECK(15,0,0) || \ - JSON_HEDLEY_INTEL_CL_VERSION_CHECK(2021,1,0) - #define JSON_HEDLEY_DIAGNOSTIC_PUSH __pragma(warning(push)) - #define JSON_HEDLEY_DIAGNOSTIC_POP __pragma(warning(pop)) -#elif JSON_HEDLEY_ARM_VERSION_CHECK(5,6,0) - #define JSON_HEDLEY_DIAGNOSTIC_PUSH _Pragma("push") - #define JSON_HEDLEY_DIAGNOSTIC_POP _Pragma("pop") -#elif \ - JSON_HEDLEY_TI_VERSION_CHECK(15,12,0) || \ - JSON_HEDLEY_TI_ARMCL_VERSION_CHECK(5,2,0) || \ - JSON_HEDLEY_TI_CL430_VERSION_CHECK(4,4,0) || \ - JSON_HEDLEY_TI_CL6X_VERSION_CHECK(8,1,0) || \ - JSON_HEDLEY_TI_CL7X_VERSION_CHECK(1,2,0) || \ - JSON_HEDLEY_TI_CLPRU_VERSION_CHECK(2,1,0) - #define JSON_HEDLEY_DIAGNOSTIC_PUSH _Pragma("diag_push") - #define JSON_HEDLEY_DIAGNOSTIC_POP _Pragma("diag_pop") -#elif JSON_HEDLEY_PELLES_VERSION_CHECK(2,90,0) - #define JSON_HEDLEY_DIAGNOSTIC_PUSH _Pragma("warning(push)") - #define JSON_HEDLEY_DIAGNOSTIC_POP _Pragma("warning(pop)") -#else - #define JSON_HEDLEY_DIAGNOSTIC_PUSH - #define JSON_HEDLEY_DIAGNOSTIC_POP -#endif - -/* JSON_HEDLEY_DIAGNOSTIC_DISABLE_CPP98_COMPAT_WRAP_ is for - HEDLEY INTERNAL USE ONLY. API subject to change without notice. */ -#if defined(JSON_HEDLEY_DIAGNOSTIC_DISABLE_CPP98_COMPAT_WRAP_) - #undef JSON_HEDLEY_DIAGNOSTIC_DISABLE_CPP98_COMPAT_WRAP_ -#endif -#if defined(__cplusplus) -# if JSON_HEDLEY_HAS_WARNING("-Wc++98-compat") -# if JSON_HEDLEY_HAS_WARNING("-Wc++17-extensions") -# if JSON_HEDLEY_HAS_WARNING("-Wc++1z-extensions") -# define JSON_HEDLEY_DIAGNOSTIC_DISABLE_CPP98_COMPAT_WRAP_(xpr) \ - JSON_HEDLEY_DIAGNOSTIC_PUSH \ - _Pragma("clang diagnostic ignored \"-Wc++98-compat\"") \ - _Pragma("clang diagnostic ignored \"-Wc++17-extensions\"") \ - _Pragma("clang diagnostic ignored \"-Wc++1z-extensions\"") \ - xpr \ - JSON_HEDLEY_DIAGNOSTIC_POP -# else -# define JSON_HEDLEY_DIAGNOSTIC_DISABLE_CPP98_COMPAT_WRAP_(xpr) \ - JSON_HEDLEY_DIAGNOSTIC_PUSH \ - _Pragma("clang diagnostic ignored \"-Wc++98-compat\"") \ - _Pragma("clang diagnostic ignored \"-Wc++17-extensions\"") \ - xpr \ - JSON_HEDLEY_DIAGNOSTIC_POP -# endif -# else -# define JSON_HEDLEY_DIAGNOSTIC_DISABLE_CPP98_COMPAT_WRAP_(xpr) \ - JSON_HEDLEY_DIAGNOSTIC_PUSH \ - _Pragma("clang diagnostic ignored \"-Wc++98-compat\"") \ - xpr \ - JSON_HEDLEY_DIAGNOSTIC_POP -# endif -# endif -#endif -#if !defined(JSON_HEDLEY_DIAGNOSTIC_DISABLE_CPP98_COMPAT_WRAP_) - #define JSON_HEDLEY_DIAGNOSTIC_DISABLE_CPP98_COMPAT_WRAP_(x) x -#endif - -#if defined(JSON_HEDLEY_CONST_CAST) - #undef JSON_HEDLEY_CONST_CAST -#endif -#if defined(__cplusplus) -# define JSON_HEDLEY_CONST_CAST(T, expr) (const_cast(expr)) -#elif \ - JSON_HEDLEY_HAS_WARNING("-Wcast-qual") || \ - JSON_HEDLEY_GCC_VERSION_CHECK(4,6,0) || \ - JSON_HEDLEY_INTEL_VERSION_CHECK(13,0,0) -# define JSON_HEDLEY_CONST_CAST(T, expr) (__extension__ ({ \ - JSON_HEDLEY_DIAGNOSTIC_PUSH \ - JSON_HEDLEY_DIAGNOSTIC_DISABLE_CAST_QUAL \ - ((T) (expr)); \ - JSON_HEDLEY_DIAGNOSTIC_POP \ - })) -#else -# define JSON_HEDLEY_CONST_CAST(T, expr) ((T) (expr)) -#endif - -#if defined(JSON_HEDLEY_REINTERPRET_CAST) - #undef JSON_HEDLEY_REINTERPRET_CAST -#endif -#if defined(__cplusplus) - #define JSON_HEDLEY_REINTERPRET_CAST(T, expr) (reinterpret_cast(expr)) -#else - #define JSON_HEDLEY_REINTERPRET_CAST(T, expr) ((T) (expr)) -#endif - -#if defined(JSON_HEDLEY_STATIC_CAST) - #undef JSON_HEDLEY_STATIC_CAST -#endif -#if defined(__cplusplus) - #define JSON_HEDLEY_STATIC_CAST(T, expr) (static_cast(expr)) -#else - #define JSON_HEDLEY_STATIC_CAST(T, expr) ((T) (expr)) -#endif - -#if defined(JSON_HEDLEY_CPP_CAST) - #undef JSON_HEDLEY_CPP_CAST -#endif -#if defined(__cplusplus) -# if JSON_HEDLEY_HAS_WARNING("-Wold-style-cast") -# define JSON_HEDLEY_CPP_CAST(T, expr) \ - JSON_HEDLEY_DIAGNOSTIC_PUSH \ - _Pragma("clang diagnostic ignored \"-Wold-style-cast\"") \ - ((T) (expr)) \ - JSON_HEDLEY_DIAGNOSTIC_POP -# elif JSON_HEDLEY_IAR_VERSION_CHECK(8,3,0) -# define JSON_HEDLEY_CPP_CAST(T, expr) \ - JSON_HEDLEY_DIAGNOSTIC_PUSH \ - _Pragma("diag_suppress=Pe137") \ - JSON_HEDLEY_DIAGNOSTIC_POP -# else -# define JSON_HEDLEY_CPP_CAST(T, expr) ((T) (expr)) -# endif -#else -# define JSON_HEDLEY_CPP_CAST(T, expr) (expr) -#endif - -#if defined(JSON_HEDLEY_DIAGNOSTIC_DISABLE_DEPRECATED) - #undef JSON_HEDLEY_DIAGNOSTIC_DISABLE_DEPRECATED -#endif -#if JSON_HEDLEY_HAS_WARNING("-Wdeprecated-declarations") - #define JSON_HEDLEY_DIAGNOSTIC_DISABLE_DEPRECATED _Pragma("clang diagnostic ignored \"-Wdeprecated-declarations\"") -#elif JSON_HEDLEY_INTEL_VERSION_CHECK(13,0,0) - #define JSON_HEDLEY_DIAGNOSTIC_DISABLE_DEPRECATED _Pragma("warning(disable:1478 1786)") -#elif JSON_HEDLEY_INTEL_CL_VERSION_CHECK(2021,1,0) - #define JSON_HEDLEY_DIAGNOSTIC_DISABLE_DEPRECATED __pragma(warning(disable:1478 1786)) -#elif JSON_HEDLEY_PGI_VERSION_CHECK(20,7,0) - #define JSON_HEDLEY_DIAGNOSTIC_DISABLE_DEPRECATED _Pragma("diag_suppress 1215,1216,1444,1445") -#elif JSON_HEDLEY_PGI_VERSION_CHECK(17,10,0) - #define JSON_HEDLEY_DIAGNOSTIC_DISABLE_DEPRECATED _Pragma("diag_suppress 1215,1444") -#elif JSON_HEDLEY_GCC_VERSION_CHECK(4,3,0) - #define JSON_HEDLEY_DIAGNOSTIC_DISABLE_DEPRECATED _Pragma("GCC diagnostic ignored \"-Wdeprecated-declarations\"") -#elif JSON_HEDLEY_MSVC_VERSION_CHECK(15,0,0) - #define JSON_HEDLEY_DIAGNOSTIC_DISABLE_DEPRECATED __pragma(warning(disable:4996)) -#elif JSON_HEDLEY_MCST_LCC_VERSION_CHECK(1,25,10) - #define JSON_HEDLEY_DIAGNOSTIC_DISABLE_DEPRECATED _Pragma("diag_suppress 1215,1444") -#elif \ - JSON_HEDLEY_TI_VERSION_CHECK(15,12,0) || \ - (JSON_HEDLEY_TI_ARMCL_VERSION_CHECK(4,8,0) && defined(__TI_GNU_ATTRIBUTE_SUPPORT__)) || \ - JSON_HEDLEY_TI_ARMCL_VERSION_CHECK(5,2,0) || \ - (JSON_HEDLEY_TI_CL2000_VERSION_CHECK(6,0,0) && defined(__TI_GNU_ATTRIBUTE_SUPPORT__)) || \ - JSON_HEDLEY_TI_CL2000_VERSION_CHECK(6,4,0) || \ - (JSON_HEDLEY_TI_CL430_VERSION_CHECK(4,0,0) && defined(__TI_GNU_ATTRIBUTE_SUPPORT__)) || \ - JSON_HEDLEY_TI_CL430_VERSION_CHECK(4,3,0) || \ - (JSON_HEDLEY_TI_CL6X_VERSION_CHECK(7,2,0) && defined(__TI_GNU_ATTRIBUTE_SUPPORT__)) || \ - JSON_HEDLEY_TI_CL6X_VERSION_CHECK(7,5,0) || \ - JSON_HEDLEY_TI_CL7X_VERSION_CHECK(1,2,0) || \ - JSON_HEDLEY_TI_CLPRU_VERSION_CHECK(2,1,0) - #define JSON_HEDLEY_DIAGNOSTIC_DISABLE_DEPRECATED _Pragma("diag_suppress 1291,1718") -#elif JSON_HEDLEY_SUNPRO_VERSION_CHECK(5,13,0) && !defined(__cplusplus) - #define JSON_HEDLEY_DIAGNOSTIC_DISABLE_DEPRECATED _Pragma("error_messages(off,E_DEPRECATED_ATT,E_DEPRECATED_ATT_MESS)") -#elif JSON_HEDLEY_SUNPRO_VERSION_CHECK(5,13,0) && defined(__cplusplus) - #define JSON_HEDLEY_DIAGNOSTIC_DISABLE_DEPRECATED _Pragma("error_messages(off,symdeprecated,symdeprecated2)") -#elif JSON_HEDLEY_IAR_VERSION_CHECK(8,0,0) - #define JSON_HEDLEY_DIAGNOSTIC_DISABLE_DEPRECATED _Pragma("diag_suppress=Pe1444,Pe1215") -#elif JSON_HEDLEY_PELLES_VERSION_CHECK(2,90,0) - #define JSON_HEDLEY_DIAGNOSTIC_DISABLE_DEPRECATED _Pragma("warn(disable:2241)") -#else - #define JSON_HEDLEY_DIAGNOSTIC_DISABLE_DEPRECATED -#endif - -#if defined(JSON_HEDLEY_DIAGNOSTIC_DISABLE_UNKNOWN_PRAGMAS) - #undef JSON_HEDLEY_DIAGNOSTIC_DISABLE_UNKNOWN_PRAGMAS -#endif -#if JSON_HEDLEY_HAS_WARNING("-Wunknown-pragmas") - #define JSON_HEDLEY_DIAGNOSTIC_DISABLE_UNKNOWN_PRAGMAS _Pragma("clang diagnostic ignored \"-Wunknown-pragmas\"") -#elif JSON_HEDLEY_INTEL_VERSION_CHECK(13,0,0) - #define JSON_HEDLEY_DIAGNOSTIC_DISABLE_UNKNOWN_PRAGMAS _Pragma("warning(disable:161)") -#elif JSON_HEDLEY_INTEL_CL_VERSION_CHECK(2021,1,0) - #define JSON_HEDLEY_DIAGNOSTIC_DISABLE_UNKNOWN_PRAGMAS __pragma(warning(disable:161)) -#elif JSON_HEDLEY_PGI_VERSION_CHECK(17,10,0) - #define JSON_HEDLEY_DIAGNOSTIC_DISABLE_UNKNOWN_PRAGMAS _Pragma("diag_suppress 1675") -#elif JSON_HEDLEY_GCC_VERSION_CHECK(4,3,0) - #define JSON_HEDLEY_DIAGNOSTIC_DISABLE_UNKNOWN_PRAGMAS _Pragma("GCC diagnostic ignored \"-Wunknown-pragmas\"") -#elif JSON_HEDLEY_MSVC_VERSION_CHECK(15,0,0) - #define JSON_HEDLEY_DIAGNOSTIC_DISABLE_UNKNOWN_PRAGMAS __pragma(warning(disable:4068)) -#elif \ - JSON_HEDLEY_TI_VERSION_CHECK(16,9,0) || \ - JSON_HEDLEY_TI_CL6X_VERSION_CHECK(8,0,0) || \ - JSON_HEDLEY_TI_CL7X_VERSION_CHECK(1,2,0) || \ - JSON_HEDLEY_TI_CLPRU_VERSION_CHECK(2,3,0) - #define JSON_HEDLEY_DIAGNOSTIC_DISABLE_UNKNOWN_PRAGMAS _Pragma("diag_suppress 163") -#elif JSON_HEDLEY_TI_CL6X_VERSION_CHECK(8,0,0) - #define JSON_HEDLEY_DIAGNOSTIC_DISABLE_UNKNOWN_PRAGMAS _Pragma("diag_suppress 163") -#elif JSON_HEDLEY_IAR_VERSION_CHECK(8,0,0) - #define JSON_HEDLEY_DIAGNOSTIC_DISABLE_UNKNOWN_PRAGMAS _Pragma("diag_suppress=Pe161") -#elif JSON_HEDLEY_MCST_LCC_VERSION_CHECK(1,25,10) - #define JSON_HEDLEY_DIAGNOSTIC_DISABLE_UNKNOWN_PRAGMAS _Pragma("diag_suppress 161") -#else - #define JSON_HEDLEY_DIAGNOSTIC_DISABLE_UNKNOWN_PRAGMAS -#endif - -#if defined(JSON_HEDLEY_DIAGNOSTIC_DISABLE_UNKNOWN_CPP_ATTRIBUTES) - #undef JSON_HEDLEY_DIAGNOSTIC_DISABLE_UNKNOWN_CPP_ATTRIBUTES -#endif -#if JSON_HEDLEY_HAS_WARNING("-Wunknown-attributes") - #define JSON_HEDLEY_DIAGNOSTIC_DISABLE_UNKNOWN_CPP_ATTRIBUTES _Pragma("clang diagnostic ignored \"-Wunknown-attributes\"") -#elif JSON_HEDLEY_GCC_VERSION_CHECK(4,6,0) - #define JSON_HEDLEY_DIAGNOSTIC_DISABLE_UNKNOWN_CPP_ATTRIBUTES _Pragma("GCC diagnostic ignored \"-Wdeprecated-declarations\"") -#elif JSON_HEDLEY_INTEL_VERSION_CHECK(17,0,0) - #define JSON_HEDLEY_DIAGNOSTIC_DISABLE_UNKNOWN_CPP_ATTRIBUTES _Pragma("warning(disable:1292)") -#elif JSON_HEDLEY_INTEL_CL_VERSION_CHECK(2021,1,0) - #define JSON_HEDLEY_DIAGNOSTIC_DISABLE_UNKNOWN_CPP_ATTRIBUTES __pragma(warning(disable:1292)) -#elif JSON_HEDLEY_MSVC_VERSION_CHECK(19,0,0) - #define JSON_HEDLEY_DIAGNOSTIC_DISABLE_UNKNOWN_CPP_ATTRIBUTES __pragma(warning(disable:5030)) -#elif JSON_HEDLEY_PGI_VERSION_CHECK(20,7,0) - #define JSON_HEDLEY_DIAGNOSTIC_DISABLE_UNKNOWN_CPP_ATTRIBUTES _Pragma("diag_suppress 1097,1098") -#elif JSON_HEDLEY_PGI_VERSION_CHECK(17,10,0) - #define JSON_HEDLEY_DIAGNOSTIC_DISABLE_UNKNOWN_CPP_ATTRIBUTES _Pragma("diag_suppress 1097") -#elif JSON_HEDLEY_SUNPRO_VERSION_CHECK(5,14,0) && defined(__cplusplus) - #define JSON_HEDLEY_DIAGNOSTIC_DISABLE_UNKNOWN_CPP_ATTRIBUTES _Pragma("error_messages(off,attrskipunsup)") -#elif \ - JSON_HEDLEY_TI_VERSION_CHECK(18,1,0) || \ - JSON_HEDLEY_TI_CL6X_VERSION_CHECK(8,3,0) || \ - JSON_HEDLEY_TI_CL7X_VERSION_CHECK(1,2,0) - #define JSON_HEDLEY_DIAGNOSTIC_DISABLE_UNKNOWN_CPP_ATTRIBUTES _Pragma("diag_suppress 1173") -#elif JSON_HEDLEY_IAR_VERSION_CHECK(8,0,0) - #define JSON_HEDLEY_DIAGNOSTIC_DISABLE_UNKNOWN_CPP_ATTRIBUTES _Pragma("diag_suppress=Pe1097") -#elif JSON_HEDLEY_MCST_LCC_VERSION_CHECK(1,25,10) - #define JSON_HEDLEY_DIAGNOSTIC_DISABLE_UNKNOWN_CPP_ATTRIBUTES _Pragma("diag_suppress 1097") -#else - #define JSON_HEDLEY_DIAGNOSTIC_DISABLE_UNKNOWN_CPP_ATTRIBUTES -#endif - -#if defined(JSON_HEDLEY_DIAGNOSTIC_DISABLE_CAST_QUAL) - #undef JSON_HEDLEY_DIAGNOSTIC_DISABLE_CAST_QUAL -#endif -#if JSON_HEDLEY_HAS_WARNING("-Wcast-qual") - #define JSON_HEDLEY_DIAGNOSTIC_DISABLE_CAST_QUAL _Pragma("clang diagnostic ignored \"-Wcast-qual\"") -#elif JSON_HEDLEY_INTEL_VERSION_CHECK(13,0,0) - #define JSON_HEDLEY_DIAGNOSTIC_DISABLE_CAST_QUAL _Pragma("warning(disable:2203 2331)") -#elif JSON_HEDLEY_GCC_VERSION_CHECK(3,0,0) - #define JSON_HEDLEY_DIAGNOSTIC_DISABLE_CAST_QUAL _Pragma("GCC diagnostic ignored \"-Wcast-qual\"") -#else - #define JSON_HEDLEY_DIAGNOSTIC_DISABLE_CAST_QUAL -#endif - -#if defined(JSON_HEDLEY_DIAGNOSTIC_DISABLE_UNUSED_FUNCTION) - #undef JSON_HEDLEY_DIAGNOSTIC_DISABLE_UNUSED_FUNCTION -#endif -#if JSON_HEDLEY_HAS_WARNING("-Wunused-function") - #define JSON_HEDLEY_DIAGNOSTIC_DISABLE_UNUSED_FUNCTION _Pragma("clang diagnostic ignored \"-Wunused-function\"") -#elif JSON_HEDLEY_GCC_VERSION_CHECK(3,4,0) - #define JSON_HEDLEY_DIAGNOSTIC_DISABLE_UNUSED_FUNCTION _Pragma("GCC diagnostic ignored \"-Wunused-function\"") -#elif JSON_HEDLEY_MSVC_VERSION_CHECK(1,0,0) - #define JSON_HEDLEY_DIAGNOSTIC_DISABLE_UNUSED_FUNCTION __pragma(warning(disable:4505)) -#elif JSON_HEDLEY_MCST_LCC_VERSION_CHECK(1,25,10) - #define JSON_HEDLEY_DIAGNOSTIC_DISABLE_UNUSED_FUNCTION _Pragma("diag_suppress 3142") -#else - #define JSON_HEDLEY_DIAGNOSTIC_DISABLE_UNUSED_FUNCTION -#endif - -#if defined(JSON_HEDLEY_DEPRECATED) - #undef JSON_HEDLEY_DEPRECATED -#endif -#if defined(JSON_HEDLEY_DEPRECATED_FOR) - #undef JSON_HEDLEY_DEPRECATED_FOR -#endif -#if \ - JSON_HEDLEY_MSVC_VERSION_CHECK(14,0,0) || \ - JSON_HEDLEY_INTEL_CL_VERSION_CHECK(2021,1,0) - #define JSON_HEDLEY_DEPRECATED(since) __declspec(deprecated("Since " # since)) - #define JSON_HEDLEY_DEPRECATED_FOR(since, replacement) __declspec(deprecated("Since " #since "; use " #replacement)) -#elif \ - (JSON_HEDLEY_HAS_EXTENSION(attribute_deprecated_with_message) && !defined(JSON_HEDLEY_IAR_VERSION)) || \ - JSON_HEDLEY_GCC_VERSION_CHECK(4,5,0) || \ - JSON_HEDLEY_INTEL_VERSION_CHECK(13,0,0) || \ - JSON_HEDLEY_ARM_VERSION_CHECK(5,6,0) || \ - JSON_HEDLEY_SUNPRO_VERSION_CHECK(5,13,0) || \ - JSON_HEDLEY_PGI_VERSION_CHECK(17,10,0) || \ - JSON_HEDLEY_TI_VERSION_CHECK(18,1,0) || \ - JSON_HEDLEY_TI_ARMCL_VERSION_CHECK(18,1,0) || \ - JSON_HEDLEY_TI_CL6X_VERSION_CHECK(8,3,0) || \ - JSON_HEDLEY_TI_CL7X_VERSION_CHECK(1,2,0) || \ - JSON_HEDLEY_TI_CLPRU_VERSION_CHECK(2,3,0) || \ - JSON_HEDLEY_MCST_LCC_VERSION_CHECK(1,25,10) - #define JSON_HEDLEY_DEPRECATED(since) __attribute__((__deprecated__("Since " #since))) - #define JSON_HEDLEY_DEPRECATED_FOR(since, replacement) __attribute__((__deprecated__("Since " #since "; use " #replacement))) -#elif defined(__cplusplus) && (__cplusplus >= 201402L) - #define JSON_HEDLEY_DEPRECATED(since) JSON_HEDLEY_DIAGNOSTIC_DISABLE_CPP98_COMPAT_WRAP_([[deprecated("Since " #since)]]) - #define JSON_HEDLEY_DEPRECATED_FOR(since, replacement) JSON_HEDLEY_DIAGNOSTIC_DISABLE_CPP98_COMPAT_WRAP_([[deprecated("Since " #since "; use " #replacement)]]) -#elif \ - JSON_HEDLEY_HAS_ATTRIBUTE(deprecated) || \ - JSON_HEDLEY_GCC_VERSION_CHECK(3,1,0) || \ - JSON_HEDLEY_ARM_VERSION_CHECK(4,1,0) || \ - JSON_HEDLEY_TI_VERSION_CHECK(15,12,0) || \ - (JSON_HEDLEY_TI_ARMCL_VERSION_CHECK(4,8,0) && defined(__TI_GNU_ATTRIBUTE_SUPPORT__)) || \ - JSON_HEDLEY_TI_ARMCL_VERSION_CHECK(5,2,0) || \ - (JSON_HEDLEY_TI_CL2000_VERSION_CHECK(6,0,0) && defined(__TI_GNU_ATTRIBUTE_SUPPORT__)) || \ - JSON_HEDLEY_TI_CL2000_VERSION_CHECK(6,4,0) || \ - (JSON_HEDLEY_TI_CL430_VERSION_CHECK(4,0,0) && defined(__TI_GNU_ATTRIBUTE_SUPPORT__)) || \ - JSON_HEDLEY_TI_CL430_VERSION_CHECK(4,3,0) || \ - (JSON_HEDLEY_TI_CL6X_VERSION_CHECK(7,2,0) && defined(__TI_GNU_ATTRIBUTE_SUPPORT__)) || \ - JSON_HEDLEY_TI_CL6X_VERSION_CHECK(7,5,0) || \ - JSON_HEDLEY_TI_CL7X_VERSION_CHECK(1,2,0) || \ - JSON_HEDLEY_TI_CLPRU_VERSION_CHECK(2,1,0) || \ - JSON_HEDLEY_MCST_LCC_VERSION_CHECK(1,25,10) || \ - JSON_HEDLEY_IAR_VERSION_CHECK(8,10,0) - #define JSON_HEDLEY_DEPRECATED(since) __attribute__((__deprecated__)) - #define JSON_HEDLEY_DEPRECATED_FOR(since, replacement) __attribute__((__deprecated__)) -#elif \ - JSON_HEDLEY_MSVC_VERSION_CHECK(13,10,0) || \ - JSON_HEDLEY_PELLES_VERSION_CHECK(6,50,0) || \ - JSON_HEDLEY_INTEL_CL_VERSION_CHECK(2021,1,0) - #define JSON_HEDLEY_DEPRECATED(since) __declspec(deprecated) - #define JSON_HEDLEY_DEPRECATED_FOR(since, replacement) __declspec(deprecated) -#elif JSON_HEDLEY_IAR_VERSION_CHECK(8,0,0) - #define JSON_HEDLEY_DEPRECATED(since) _Pragma("deprecated") - #define JSON_HEDLEY_DEPRECATED_FOR(since, replacement) _Pragma("deprecated") -#else - #define JSON_HEDLEY_DEPRECATED(since) - #define JSON_HEDLEY_DEPRECATED_FOR(since, replacement) -#endif - -#if defined(JSON_HEDLEY_UNAVAILABLE) - #undef JSON_HEDLEY_UNAVAILABLE -#endif -#if \ - JSON_HEDLEY_HAS_ATTRIBUTE(warning) || \ - JSON_HEDLEY_GCC_VERSION_CHECK(4,3,0) || \ - JSON_HEDLEY_INTEL_VERSION_CHECK(13,0,0) || \ - JSON_HEDLEY_MCST_LCC_VERSION_CHECK(1,25,10) - #define JSON_HEDLEY_UNAVAILABLE(available_since) __attribute__((__warning__("Not available until " #available_since))) -#else - #define JSON_HEDLEY_UNAVAILABLE(available_since) -#endif - -#if defined(JSON_HEDLEY_WARN_UNUSED_RESULT) - #undef JSON_HEDLEY_WARN_UNUSED_RESULT -#endif -#if defined(JSON_HEDLEY_WARN_UNUSED_RESULT_MSG) - #undef JSON_HEDLEY_WARN_UNUSED_RESULT_MSG -#endif -#if \ - JSON_HEDLEY_HAS_ATTRIBUTE(warn_unused_result) || \ - JSON_HEDLEY_GCC_VERSION_CHECK(3,4,0) || \ - JSON_HEDLEY_INTEL_VERSION_CHECK(13,0,0) || \ - JSON_HEDLEY_TI_VERSION_CHECK(15,12,0) || \ - (JSON_HEDLEY_TI_ARMCL_VERSION_CHECK(4,8,0) && defined(__TI_GNU_ATTRIBUTE_SUPPORT__)) || \ - JSON_HEDLEY_TI_ARMCL_VERSION_CHECK(5,2,0) || \ - (JSON_HEDLEY_TI_CL2000_VERSION_CHECK(6,0,0) && defined(__TI_GNU_ATTRIBUTE_SUPPORT__)) || \ - JSON_HEDLEY_TI_CL2000_VERSION_CHECK(6,4,0) || \ - (JSON_HEDLEY_TI_CL430_VERSION_CHECK(4,0,0) && defined(__TI_GNU_ATTRIBUTE_SUPPORT__)) || \ - JSON_HEDLEY_TI_CL430_VERSION_CHECK(4,3,0) || \ - (JSON_HEDLEY_TI_CL6X_VERSION_CHECK(7,2,0) && defined(__TI_GNU_ATTRIBUTE_SUPPORT__)) || \ - JSON_HEDLEY_TI_CL6X_VERSION_CHECK(7,5,0) || \ - JSON_HEDLEY_TI_CL7X_VERSION_CHECK(1,2,0) || \ - JSON_HEDLEY_TI_CLPRU_VERSION_CHECK(2,1,0) || \ - (JSON_HEDLEY_SUNPRO_VERSION_CHECK(5,15,0) && defined(__cplusplus)) || \ - JSON_HEDLEY_PGI_VERSION_CHECK(17,10,0) || \ - JSON_HEDLEY_MCST_LCC_VERSION_CHECK(1,25,10) - #define JSON_HEDLEY_WARN_UNUSED_RESULT __attribute__((__warn_unused_result__)) - #define JSON_HEDLEY_WARN_UNUSED_RESULT_MSG(msg) __attribute__((__warn_unused_result__)) -#elif (JSON_HEDLEY_HAS_CPP_ATTRIBUTE(nodiscard) >= 201907L) - #define JSON_HEDLEY_WARN_UNUSED_RESULT JSON_HEDLEY_DIAGNOSTIC_DISABLE_CPP98_COMPAT_WRAP_([[nodiscard]]) - #define JSON_HEDLEY_WARN_UNUSED_RESULT_MSG(msg) JSON_HEDLEY_DIAGNOSTIC_DISABLE_CPP98_COMPAT_WRAP_([[nodiscard(msg)]]) -#elif JSON_HEDLEY_HAS_CPP_ATTRIBUTE(nodiscard) - #define JSON_HEDLEY_WARN_UNUSED_RESULT JSON_HEDLEY_DIAGNOSTIC_DISABLE_CPP98_COMPAT_WRAP_([[nodiscard]]) - #define JSON_HEDLEY_WARN_UNUSED_RESULT_MSG(msg) JSON_HEDLEY_DIAGNOSTIC_DISABLE_CPP98_COMPAT_WRAP_([[nodiscard]]) -#elif defined(_Check_return_) /* SAL */ - #define JSON_HEDLEY_WARN_UNUSED_RESULT _Check_return_ - #define JSON_HEDLEY_WARN_UNUSED_RESULT_MSG(msg) _Check_return_ -#else - #define JSON_HEDLEY_WARN_UNUSED_RESULT - #define JSON_HEDLEY_WARN_UNUSED_RESULT_MSG(msg) -#endif - -#if defined(JSON_HEDLEY_SENTINEL) - #undef JSON_HEDLEY_SENTINEL -#endif -#if \ - JSON_HEDLEY_HAS_ATTRIBUTE(sentinel) || \ - JSON_HEDLEY_GCC_VERSION_CHECK(4,0,0) || \ - JSON_HEDLEY_INTEL_VERSION_CHECK(13,0,0) || \ - JSON_HEDLEY_ARM_VERSION_CHECK(5,4,0) || \ - JSON_HEDLEY_MCST_LCC_VERSION_CHECK(1,25,10) - #define JSON_HEDLEY_SENTINEL(position) __attribute__((__sentinel__(position))) -#else - #define JSON_HEDLEY_SENTINEL(position) -#endif - -#if defined(JSON_HEDLEY_NO_RETURN) - #undef JSON_HEDLEY_NO_RETURN -#endif -#if JSON_HEDLEY_IAR_VERSION_CHECK(8,0,0) - #define JSON_HEDLEY_NO_RETURN __noreturn -#elif \ - JSON_HEDLEY_INTEL_VERSION_CHECK(13,0,0) || \ - JSON_HEDLEY_MCST_LCC_VERSION_CHECK(1,25,10) - #define JSON_HEDLEY_NO_RETURN __attribute__((__noreturn__)) -#elif defined(__STDC_VERSION__) && __STDC_VERSION__ >= 201112L - #define JSON_HEDLEY_NO_RETURN _Noreturn -#elif defined(__cplusplus) && (__cplusplus >= 201103L) - #define JSON_HEDLEY_NO_RETURN JSON_HEDLEY_DIAGNOSTIC_DISABLE_CPP98_COMPAT_WRAP_([[noreturn]]) -#elif \ - JSON_HEDLEY_HAS_ATTRIBUTE(noreturn) || \ - JSON_HEDLEY_GCC_VERSION_CHECK(3,2,0) || \ - JSON_HEDLEY_SUNPRO_VERSION_CHECK(5,11,0) || \ - JSON_HEDLEY_ARM_VERSION_CHECK(4,1,0) || \ - JSON_HEDLEY_IBM_VERSION_CHECK(10,1,0) || \ - JSON_HEDLEY_TI_VERSION_CHECK(15,12,0) || \ - (JSON_HEDLEY_TI_ARMCL_VERSION_CHECK(4,8,0) && defined(__TI_GNU_ATTRIBUTE_SUPPORT__)) || \ - JSON_HEDLEY_TI_ARMCL_VERSION_CHECK(5,2,0) || \ - (JSON_HEDLEY_TI_CL2000_VERSION_CHECK(6,0,0) && defined(__TI_GNU_ATTRIBUTE_SUPPORT__)) || \ - JSON_HEDLEY_TI_CL2000_VERSION_CHECK(6,4,0) || \ - (JSON_HEDLEY_TI_CL430_VERSION_CHECK(4,0,0) && defined(__TI_GNU_ATTRIBUTE_SUPPORT__)) || \ - JSON_HEDLEY_TI_CL430_VERSION_CHECK(4,3,0) || \ - (JSON_HEDLEY_TI_CL6X_VERSION_CHECK(7,2,0) && defined(__TI_GNU_ATTRIBUTE_SUPPORT__)) || \ - JSON_HEDLEY_TI_CL6X_VERSION_CHECK(7,5,0) || \ - JSON_HEDLEY_TI_CL7X_VERSION_CHECK(1,2,0) || \ - JSON_HEDLEY_TI_CLPRU_VERSION_CHECK(2,1,0) || \ - JSON_HEDLEY_IAR_VERSION_CHECK(8,10,0) - #define JSON_HEDLEY_NO_RETURN __attribute__((__noreturn__)) -#elif JSON_HEDLEY_SUNPRO_VERSION_CHECK(5,10,0) - #define JSON_HEDLEY_NO_RETURN _Pragma("does_not_return") -#elif \ - JSON_HEDLEY_MSVC_VERSION_CHECK(13,10,0) || \ - JSON_HEDLEY_INTEL_CL_VERSION_CHECK(2021,1,0) - #define JSON_HEDLEY_NO_RETURN __declspec(noreturn) -#elif JSON_HEDLEY_TI_CL6X_VERSION_CHECK(6,0,0) && defined(__cplusplus) - #define JSON_HEDLEY_NO_RETURN _Pragma("FUNC_NEVER_RETURNS;") -#elif JSON_HEDLEY_COMPCERT_VERSION_CHECK(3,2,0) - #define JSON_HEDLEY_NO_RETURN __attribute((noreturn)) -#elif JSON_HEDLEY_PELLES_VERSION_CHECK(9,0,0) - #define JSON_HEDLEY_NO_RETURN __declspec(noreturn) -#else - #define JSON_HEDLEY_NO_RETURN -#endif - -#if defined(JSON_HEDLEY_NO_ESCAPE) - #undef JSON_HEDLEY_NO_ESCAPE -#endif -#if JSON_HEDLEY_HAS_ATTRIBUTE(noescape) - #define JSON_HEDLEY_NO_ESCAPE __attribute__((__noescape__)) -#else - #define JSON_HEDLEY_NO_ESCAPE -#endif - -#if defined(JSON_HEDLEY_UNREACHABLE) - #undef JSON_HEDLEY_UNREACHABLE -#endif -#if defined(JSON_HEDLEY_UNREACHABLE_RETURN) - #undef JSON_HEDLEY_UNREACHABLE_RETURN -#endif -#if defined(JSON_HEDLEY_ASSUME) - #undef JSON_HEDLEY_ASSUME -#endif -#if \ - JSON_HEDLEY_MSVC_VERSION_CHECK(13,10,0) || \ - JSON_HEDLEY_INTEL_VERSION_CHECK(13,0,0) || \ - JSON_HEDLEY_INTEL_CL_VERSION_CHECK(2021,1,0) - #define JSON_HEDLEY_ASSUME(expr) __assume(expr) -#elif JSON_HEDLEY_HAS_BUILTIN(__builtin_assume) - #define JSON_HEDLEY_ASSUME(expr) __builtin_assume(expr) -#elif \ - JSON_HEDLEY_TI_CL2000_VERSION_CHECK(6,2,0) || \ - JSON_HEDLEY_TI_CL6X_VERSION_CHECK(4,0,0) - #if defined(__cplusplus) - #define JSON_HEDLEY_ASSUME(expr) std::_nassert(expr) - #else - #define JSON_HEDLEY_ASSUME(expr) _nassert(expr) - #endif -#endif -#if \ - (JSON_HEDLEY_HAS_BUILTIN(__builtin_unreachable) && (!defined(JSON_HEDLEY_ARM_VERSION))) || \ - JSON_HEDLEY_GCC_VERSION_CHECK(4,5,0) || \ - JSON_HEDLEY_PGI_VERSION_CHECK(18,10,0) || \ - JSON_HEDLEY_INTEL_VERSION_CHECK(13,0,0) || \ - JSON_HEDLEY_IBM_VERSION_CHECK(13,1,5) || \ - JSON_HEDLEY_CRAY_VERSION_CHECK(10,0,0) || \ - JSON_HEDLEY_MCST_LCC_VERSION_CHECK(1,25,10) - #define JSON_HEDLEY_UNREACHABLE() __builtin_unreachable() -#elif defined(JSON_HEDLEY_ASSUME) - #define JSON_HEDLEY_UNREACHABLE() JSON_HEDLEY_ASSUME(0) -#endif -#if !defined(JSON_HEDLEY_ASSUME) - #if defined(JSON_HEDLEY_UNREACHABLE) - #define JSON_HEDLEY_ASSUME(expr) JSON_HEDLEY_STATIC_CAST(void, ((expr) ? 1 : (JSON_HEDLEY_UNREACHABLE(), 1))) - #else - #define JSON_HEDLEY_ASSUME(expr) JSON_HEDLEY_STATIC_CAST(void, expr) - #endif -#endif -#if defined(JSON_HEDLEY_UNREACHABLE) - #if \ - JSON_HEDLEY_TI_CL2000_VERSION_CHECK(6,2,0) || \ - JSON_HEDLEY_TI_CL6X_VERSION_CHECK(4,0,0) - #define JSON_HEDLEY_UNREACHABLE_RETURN(value) return (JSON_HEDLEY_STATIC_CAST(void, JSON_HEDLEY_ASSUME(0)), (value)) - #else - #define JSON_HEDLEY_UNREACHABLE_RETURN(value) JSON_HEDLEY_UNREACHABLE() - #endif -#else - #define JSON_HEDLEY_UNREACHABLE_RETURN(value) return (value) -#endif -#if !defined(JSON_HEDLEY_UNREACHABLE) - #define JSON_HEDLEY_UNREACHABLE() JSON_HEDLEY_ASSUME(0) -#endif - -JSON_HEDLEY_DIAGNOSTIC_PUSH -#if JSON_HEDLEY_HAS_WARNING("-Wpedantic") - #pragma clang diagnostic ignored "-Wpedantic" -#endif -#if JSON_HEDLEY_HAS_WARNING("-Wc++98-compat-pedantic") && defined(__cplusplus) - #pragma clang diagnostic ignored "-Wc++98-compat-pedantic" -#endif -#if JSON_HEDLEY_GCC_HAS_WARNING("-Wvariadic-macros",4,0,0) - #if defined(__clang__) - #pragma clang diagnostic ignored "-Wvariadic-macros" - #elif defined(JSON_HEDLEY_GCC_VERSION) - #pragma GCC diagnostic ignored "-Wvariadic-macros" - #endif -#endif -#if defined(JSON_HEDLEY_NON_NULL) - #undef JSON_HEDLEY_NON_NULL -#endif -#if \ - JSON_HEDLEY_HAS_ATTRIBUTE(nonnull) || \ - JSON_HEDLEY_GCC_VERSION_CHECK(3,3,0) || \ - JSON_HEDLEY_INTEL_VERSION_CHECK(13,0,0) || \ - JSON_HEDLEY_ARM_VERSION_CHECK(4,1,0) - #define JSON_HEDLEY_NON_NULL(...) __attribute__((__nonnull__(__VA_ARGS__))) -#else - #define JSON_HEDLEY_NON_NULL(...) -#endif -JSON_HEDLEY_DIAGNOSTIC_POP - -#if defined(JSON_HEDLEY_PRINTF_FORMAT) - #undef JSON_HEDLEY_PRINTF_FORMAT -#endif -#if defined(__MINGW32__) && JSON_HEDLEY_GCC_HAS_ATTRIBUTE(format,4,4,0) && !defined(__USE_MINGW_ANSI_STDIO) - #define JSON_HEDLEY_PRINTF_FORMAT(string_idx,first_to_check) __attribute__((__format__(ms_printf, string_idx, first_to_check))) -#elif defined(__MINGW32__) && JSON_HEDLEY_GCC_HAS_ATTRIBUTE(format,4,4,0) && defined(__USE_MINGW_ANSI_STDIO) - #define JSON_HEDLEY_PRINTF_FORMAT(string_idx,first_to_check) __attribute__((__format__(gnu_printf, string_idx, first_to_check))) -#elif \ - JSON_HEDLEY_HAS_ATTRIBUTE(format) || \ - JSON_HEDLEY_GCC_VERSION_CHECK(3,1,0) || \ - JSON_HEDLEY_INTEL_VERSION_CHECK(13,0,0) || \ - JSON_HEDLEY_ARM_VERSION_CHECK(5,6,0) || \ - JSON_HEDLEY_IBM_VERSION_CHECK(10,1,0) || \ - JSON_HEDLEY_TI_VERSION_CHECK(15,12,0) || \ - (JSON_HEDLEY_TI_ARMCL_VERSION_CHECK(4,8,0) && defined(__TI_GNU_ATTRIBUTE_SUPPORT__)) || \ - JSON_HEDLEY_TI_ARMCL_VERSION_CHECK(5,2,0) || \ - (JSON_HEDLEY_TI_CL2000_VERSION_CHECK(6,0,0) && defined(__TI_GNU_ATTRIBUTE_SUPPORT__)) || \ - JSON_HEDLEY_TI_CL2000_VERSION_CHECK(6,4,0) || \ - (JSON_HEDLEY_TI_CL430_VERSION_CHECK(4,0,0) && defined(__TI_GNU_ATTRIBUTE_SUPPORT__)) || \ - JSON_HEDLEY_TI_CL430_VERSION_CHECK(4,3,0) || \ - (JSON_HEDLEY_TI_CL6X_VERSION_CHECK(7,2,0) && defined(__TI_GNU_ATTRIBUTE_SUPPORT__)) || \ - JSON_HEDLEY_TI_CL6X_VERSION_CHECK(7,5,0) || \ - JSON_HEDLEY_TI_CL7X_VERSION_CHECK(1,2,0) || \ - JSON_HEDLEY_TI_CLPRU_VERSION_CHECK(2,1,0) || \ - JSON_HEDLEY_MCST_LCC_VERSION_CHECK(1,25,10) - #define JSON_HEDLEY_PRINTF_FORMAT(string_idx,first_to_check) __attribute__((__format__(__printf__, string_idx, first_to_check))) -#elif JSON_HEDLEY_PELLES_VERSION_CHECK(6,0,0) - #define JSON_HEDLEY_PRINTF_FORMAT(string_idx,first_to_check) __declspec(vaformat(printf,string_idx,first_to_check)) -#else - #define JSON_HEDLEY_PRINTF_FORMAT(string_idx,first_to_check) -#endif - -#if defined(JSON_HEDLEY_CONSTEXPR) - #undef JSON_HEDLEY_CONSTEXPR -#endif -#if defined(__cplusplus) - #if __cplusplus >= 201103L - #define JSON_HEDLEY_CONSTEXPR JSON_HEDLEY_DIAGNOSTIC_DISABLE_CPP98_COMPAT_WRAP_(constexpr) - #endif -#endif -#if !defined(JSON_HEDLEY_CONSTEXPR) - #define JSON_HEDLEY_CONSTEXPR -#endif - -#if defined(JSON_HEDLEY_PREDICT) - #undef JSON_HEDLEY_PREDICT -#endif -#if defined(JSON_HEDLEY_LIKELY) - #undef JSON_HEDLEY_LIKELY -#endif -#if defined(JSON_HEDLEY_UNLIKELY) - #undef JSON_HEDLEY_UNLIKELY -#endif -#if defined(JSON_HEDLEY_UNPREDICTABLE) - #undef JSON_HEDLEY_UNPREDICTABLE -#endif -#if JSON_HEDLEY_HAS_BUILTIN(__builtin_unpredictable) - #define JSON_HEDLEY_UNPREDICTABLE(expr) __builtin_unpredictable((expr)) -#endif -#if \ - (JSON_HEDLEY_HAS_BUILTIN(__builtin_expect_with_probability) && !defined(JSON_HEDLEY_PGI_VERSION)) || \ - JSON_HEDLEY_GCC_VERSION_CHECK(9,0,0) || \ - JSON_HEDLEY_MCST_LCC_VERSION_CHECK(1,25,10) -# define JSON_HEDLEY_PREDICT(expr, value, probability) __builtin_expect_with_probability( (expr), (value), (probability)) -# define JSON_HEDLEY_PREDICT_TRUE(expr, probability) __builtin_expect_with_probability(!!(expr), 1 , (probability)) -# define JSON_HEDLEY_PREDICT_FALSE(expr, probability) __builtin_expect_with_probability(!!(expr), 0 , (probability)) -# define JSON_HEDLEY_LIKELY(expr) __builtin_expect (!!(expr), 1 ) -# define JSON_HEDLEY_UNLIKELY(expr) __builtin_expect (!!(expr), 0 ) -#elif \ - (JSON_HEDLEY_HAS_BUILTIN(__builtin_expect) && !defined(JSON_HEDLEY_INTEL_CL_VERSION)) || \ - JSON_HEDLEY_GCC_VERSION_CHECK(3,0,0) || \ - JSON_HEDLEY_INTEL_VERSION_CHECK(13,0,0) || \ - (JSON_HEDLEY_SUNPRO_VERSION_CHECK(5,15,0) && defined(__cplusplus)) || \ - JSON_HEDLEY_ARM_VERSION_CHECK(4,1,0) || \ - JSON_HEDLEY_IBM_VERSION_CHECK(10,1,0) || \ - JSON_HEDLEY_TI_VERSION_CHECK(15,12,0) || \ - JSON_HEDLEY_TI_ARMCL_VERSION_CHECK(4,7,0) || \ - JSON_HEDLEY_TI_CL430_VERSION_CHECK(3,1,0) || \ - JSON_HEDLEY_TI_CL2000_VERSION_CHECK(6,1,0) || \ - JSON_HEDLEY_TI_CL6X_VERSION_CHECK(6,1,0) || \ - JSON_HEDLEY_TI_CL7X_VERSION_CHECK(1,2,0) || \ - JSON_HEDLEY_TI_CLPRU_VERSION_CHECK(2,1,0) || \ - JSON_HEDLEY_TINYC_VERSION_CHECK(0,9,27) || \ - JSON_HEDLEY_CRAY_VERSION_CHECK(8,1,0) || \ - JSON_HEDLEY_MCST_LCC_VERSION_CHECK(1,25,10) -# define JSON_HEDLEY_PREDICT(expr, expected, probability) \ - (((probability) >= 0.9) ? __builtin_expect((expr), (expected)) : (JSON_HEDLEY_STATIC_CAST(void, expected), (expr))) -# define JSON_HEDLEY_PREDICT_TRUE(expr, probability) \ - (__extension__ ({ \ - double hedley_probability_ = (probability); \ - ((hedley_probability_ >= 0.9) ? __builtin_expect(!!(expr), 1) : ((hedley_probability_ <= 0.1) ? __builtin_expect(!!(expr), 0) : !!(expr))); \ - })) -# define JSON_HEDLEY_PREDICT_FALSE(expr, probability) \ - (__extension__ ({ \ - double hedley_probability_ = (probability); \ - ((hedley_probability_ >= 0.9) ? __builtin_expect(!!(expr), 0) : ((hedley_probability_ <= 0.1) ? __builtin_expect(!!(expr), 1) : !!(expr))); \ - })) -# define JSON_HEDLEY_LIKELY(expr) __builtin_expect(!!(expr), 1) -# define JSON_HEDLEY_UNLIKELY(expr) __builtin_expect(!!(expr), 0) -#else -# define JSON_HEDLEY_PREDICT(expr, expected, probability) (JSON_HEDLEY_STATIC_CAST(void, expected), (expr)) -# define JSON_HEDLEY_PREDICT_TRUE(expr, probability) (!!(expr)) -# define JSON_HEDLEY_PREDICT_FALSE(expr, probability) (!!(expr)) -# define JSON_HEDLEY_LIKELY(expr) (!!(expr)) -# define JSON_HEDLEY_UNLIKELY(expr) (!!(expr)) -#endif -#if !defined(JSON_HEDLEY_UNPREDICTABLE) - #define JSON_HEDLEY_UNPREDICTABLE(expr) JSON_HEDLEY_PREDICT(expr, 1, 0.5) -#endif - -#if defined(JSON_HEDLEY_MALLOC) - #undef JSON_HEDLEY_MALLOC -#endif -#if \ - JSON_HEDLEY_HAS_ATTRIBUTE(malloc) || \ - JSON_HEDLEY_GCC_VERSION_CHECK(3,1,0) || \ - JSON_HEDLEY_INTEL_VERSION_CHECK(13,0,0) || \ - JSON_HEDLEY_SUNPRO_VERSION_CHECK(5,11,0) || \ - JSON_HEDLEY_ARM_VERSION_CHECK(4,1,0) || \ - JSON_HEDLEY_IBM_VERSION_CHECK(12,1,0) || \ - JSON_HEDLEY_TI_VERSION_CHECK(15,12,0) || \ - (JSON_HEDLEY_TI_ARMCL_VERSION_CHECK(4,8,0) && defined(__TI_GNU_ATTRIBUTE_SUPPORT__)) || \ - JSON_HEDLEY_TI_ARMCL_VERSION_CHECK(5,2,0) || \ - (JSON_HEDLEY_TI_CL2000_VERSION_CHECK(6,0,0) && defined(__TI_GNU_ATTRIBUTE_SUPPORT__)) || \ - JSON_HEDLEY_TI_CL2000_VERSION_CHECK(6,4,0) || \ - (JSON_HEDLEY_TI_CL430_VERSION_CHECK(4,0,0) && defined(__TI_GNU_ATTRIBUTE_SUPPORT__)) || \ - JSON_HEDLEY_TI_CL430_VERSION_CHECK(4,3,0) || \ - (JSON_HEDLEY_TI_CL6X_VERSION_CHECK(7,2,0) && defined(__TI_GNU_ATTRIBUTE_SUPPORT__)) || \ - JSON_HEDLEY_TI_CL6X_VERSION_CHECK(7,5,0) || \ - JSON_HEDLEY_TI_CL7X_VERSION_CHECK(1,2,0) || \ - JSON_HEDLEY_TI_CLPRU_VERSION_CHECK(2,1,0) || \ - JSON_HEDLEY_MCST_LCC_VERSION_CHECK(1,25,10) - #define JSON_HEDLEY_MALLOC __attribute__((__malloc__)) -#elif JSON_HEDLEY_SUNPRO_VERSION_CHECK(5,10,0) - #define JSON_HEDLEY_MALLOC _Pragma("returns_new_memory") -#elif \ - JSON_HEDLEY_MSVC_VERSION_CHECK(14,0,0) || \ - JSON_HEDLEY_INTEL_CL_VERSION_CHECK(2021,1,0) - #define JSON_HEDLEY_MALLOC __declspec(restrict) -#else - #define JSON_HEDLEY_MALLOC -#endif - -#if defined(JSON_HEDLEY_PURE) - #undef JSON_HEDLEY_PURE -#endif -#if \ - JSON_HEDLEY_HAS_ATTRIBUTE(pure) || \ - JSON_HEDLEY_GCC_VERSION_CHECK(2,96,0) || \ - JSON_HEDLEY_INTEL_VERSION_CHECK(13,0,0) || \ - JSON_HEDLEY_SUNPRO_VERSION_CHECK(5,11,0) || \ - JSON_HEDLEY_ARM_VERSION_CHECK(4,1,0) || \ - JSON_HEDLEY_IBM_VERSION_CHECK(10,1,0) || \ - JSON_HEDLEY_TI_VERSION_CHECK(15,12,0) || \ - (JSON_HEDLEY_TI_ARMCL_VERSION_CHECK(4,8,0) && defined(__TI_GNU_ATTRIBUTE_SUPPORT__)) || \ - JSON_HEDLEY_TI_ARMCL_VERSION_CHECK(5,2,0) || \ - (JSON_HEDLEY_TI_CL2000_VERSION_CHECK(6,0,0) && defined(__TI_GNU_ATTRIBUTE_SUPPORT__)) || \ - JSON_HEDLEY_TI_CL2000_VERSION_CHECK(6,4,0) || \ - (JSON_HEDLEY_TI_CL430_VERSION_CHECK(4,0,0) && defined(__TI_GNU_ATTRIBUTE_SUPPORT__)) || \ - JSON_HEDLEY_TI_CL430_VERSION_CHECK(4,3,0) || \ - (JSON_HEDLEY_TI_CL6X_VERSION_CHECK(7,2,0) && defined(__TI_GNU_ATTRIBUTE_SUPPORT__)) || \ - JSON_HEDLEY_TI_CL6X_VERSION_CHECK(7,5,0) || \ - JSON_HEDLEY_TI_CL7X_VERSION_CHECK(1,2,0) || \ - JSON_HEDLEY_TI_CLPRU_VERSION_CHECK(2,1,0) || \ - JSON_HEDLEY_PGI_VERSION_CHECK(17,10,0) || \ - JSON_HEDLEY_MCST_LCC_VERSION_CHECK(1,25,10) -# define JSON_HEDLEY_PURE __attribute__((__pure__)) -#elif JSON_HEDLEY_SUNPRO_VERSION_CHECK(5,10,0) -# define JSON_HEDLEY_PURE _Pragma("does_not_write_global_data") -#elif defined(__cplusplus) && \ - ( \ - JSON_HEDLEY_TI_CL430_VERSION_CHECK(2,0,1) || \ - JSON_HEDLEY_TI_CL6X_VERSION_CHECK(4,0,0) || \ - JSON_HEDLEY_TI_CL7X_VERSION_CHECK(1,2,0) \ - ) -# define JSON_HEDLEY_PURE _Pragma("FUNC_IS_PURE;") -#else -# define JSON_HEDLEY_PURE -#endif - -#if defined(JSON_HEDLEY_CONST) - #undef JSON_HEDLEY_CONST -#endif -#if \ - JSON_HEDLEY_HAS_ATTRIBUTE(const) || \ - JSON_HEDLEY_GCC_VERSION_CHECK(2,5,0) || \ - JSON_HEDLEY_INTEL_VERSION_CHECK(13,0,0) || \ - JSON_HEDLEY_SUNPRO_VERSION_CHECK(5,11,0) || \ - JSON_HEDLEY_ARM_VERSION_CHECK(4,1,0) || \ - JSON_HEDLEY_IBM_VERSION_CHECK(10,1,0) || \ - JSON_HEDLEY_TI_VERSION_CHECK(15,12,0) || \ - (JSON_HEDLEY_TI_ARMCL_VERSION_CHECK(4,8,0) && defined(__TI_GNU_ATTRIBUTE_SUPPORT__)) || \ - JSON_HEDLEY_TI_ARMCL_VERSION_CHECK(5,2,0) || \ - (JSON_HEDLEY_TI_CL2000_VERSION_CHECK(6,0,0) && defined(__TI_GNU_ATTRIBUTE_SUPPORT__)) || \ - JSON_HEDLEY_TI_CL2000_VERSION_CHECK(6,4,0) || \ - (JSON_HEDLEY_TI_CL430_VERSION_CHECK(4,0,0) && defined(__TI_GNU_ATTRIBUTE_SUPPORT__)) || \ - JSON_HEDLEY_TI_CL430_VERSION_CHECK(4,3,0) || \ - (JSON_HEDLEY_TI_CL6X_VERSION_CHECK(7,2,0) && defined(__TI_GNU_ATTRIBUTE_SUPPORT__)) || \ - JSON_HEDLEY_TI_CL6X_VERSION_CHECK(7,5,0) || \ - JSON_HEDLEY_TI_CL7X_VERSION_CHECK(1,2,0) || \ - JSON_HEDLEY_TI_CLPRU_VERSION_CHECK(2,1,0) || \ - JSON_HEDLEY_PGI_VERSION_CHECK(17,10,0) || \ - JSON_HEDLEY_MCST_LCC_VERSION_CHECK(1,25,10) - #define JSON_HEDLEY_CONST __attribute__((__const__)) -#elif \ - JSON_HEDLEY_SUNPRO_VERSION_CHECK(5,10,0) - #define JSON_HEDLEY_CONST _Pragma("no_side_effect") -#else - #define JSON_HEDLEY_CONST JSON_HEDLEY_PURE -#endif - -#if defined(JSON_HEDLEY_RESTRICT) - #undef JSON_HEDLEY_RESTRICT -#endif -#if defined(__STDC_VERSION__) && (__STDC_VERSION__ >= 199901L) && !defined(__cplusplus) - #define JSON_HEDLEY_RESTRICT restrict -#elif \ - JSON_HEDLEY_GCC_VERSION_CHECK(3,1,0) || \ - JSON_HEDLEY_MSVC_VERSION_CHECK(14,0,0) || \ - JSON_HEDLEY_INTEL_VERSION_CHECK(13,0,0) || \ - JSON_HEDLEY_INTEL_CL_VERSION_CHECK(2021,1,0) || \ - JSON_HEDLEY_ARM_VERSION_CHECK(4,1,0) || \ - JSON_HEDLEY_IBM_VERSION_CHECK(10,1,0) || \ - JSON_HEDLEY_PGI_VERSION_CHECK(17,10,0) || \ - JSON_HEDLEY_TI_CL430_VERSION_CHECK(4,3,0) || \ - JSON_HEDLEY_TI_CL2000_VERSION_CHECK(6,2,4) || \ - JSON_HEDLEY_TI_CL6X_VERSION_CHECK(8,1,0) || \ - JSON_HEDLEY_TI_CL7X_VERSION_CHECK(1,2,0) || \ - (JSON_HEDLEY_SUNPRO_VERSION_CHECK(5,14,0) && defined(__cplusplus)) || \ - JSON_HEDLEY_IAR_VERSION_CHECK(8,0,0) || \ - defined(__clang__) || \ - JSON_HEDLEY_MCST_LCC_VERSION_CHECK(1,25,10) - #define JSON_HEDLEY_RESTRICT __restrict -#elif JSON_HEDLEY_SUNPRO_VERSION_CHECK(5,3,0) && !defined(__cplusplus) - #define JSON_HEDLEY_RESTRICT _Restrict -#else - #define JSON_HEDLEY_RESTRICT -#endif - -#if defined(JSON_HEDLEY_INLINE) - #undef JSON_HEDLEY_INLINE -#endif -#if \ - (defined(__STDC_VERSION__) && (__STDC_VERSION__ >= 199901L)) || \ - (defined(__cplusplus) && (__cplusplus >= 199711L)) - #define JSON_HEDLEY_INLINE inline -#elif \ - defined(JSON_HEDLEY_GCC_VERSION) || \ - JSON_HEDLEY_ARM_VERSION_CHECK(6,2,0) - #define JSON_HEDLEY_INLINE __inline__ -#elif \ - JSON_HEDLEY_MSVC_VERSION_CHECK(12,0,0) || \ - JSON_HEDLEY_INTEL_CL_VERSION_CHECK(2021,1,0) || \ - JSON_HEDLEY_ARM_VERSION_CHECK(4,1,0) || \ - JSON_HEDLEY_TI_ARMCL_VERSION_CHECK(5,1,0) || \ - JSON_HEDLEY_TI_CL430_VERSION_CHECK(3,1,0) || \ - JSON_HEDLEY_TI_CL2000_VERSION_CHECK(6,2,0) || \ - JSON_HEDLEY_TI_CL6X_VERSION_CHECK(8,0,0) || \ - JSON_HEDLEY_TI_CL7X_VERSION_CHECK(1,2,0) || \ - JSON_HEDLEY_TI_CLPRU_VERSION_CHECK(2,1,0) || \ - JSON_HEDLEY_MCST_LCC_VERSION_CHECK(1,25,10) - #define JSON_HEDLEY_INLINE __inline -#else - #define JSON_HEDLEY_INLINE -#endif - -#if defined(JSON_HEDLEY_ALWAYS_INLINE) - #undef JSON_HEDLEY_ALWAYS_INLINE -#endif -#if \ - JSON_HEDLEY_HAS_ATTRIBUTE(always_inline) || \ - JSON_HEDLEY_GCC_VERSION_CHECK(4,0,0) || \ - JSON_HEDLEY_INTEL_VERSION_CHECK(13,0,0) || \ - JSON_HEDLEY_SUNPRO_VERSION_CHECK(5,11,0) || \ - JSON_HEDLEY_ARM_VERSION_CHECK(4,1,0) || \ - JSON_HEDLEY_IBM_VERSION_CHECK(10,1,0) || \ - JSON_HEDLEY_TI_VERSION_CHECK(15,12,0) || \ - (JSON_HEDLEY_TI_ARMCL_VERSION_CHECK(4,8,0) && defined(__TI_GNU_ATTRIBUTE_SUPPORT__)) || \ - JSON_HEDLEY_TI_ARMCL_VERSION_CHECK(5,2,0) || \ - (JSON_HEDLEY_TI_CL2000_VERSION_CHECK(6,0,0) && defined(__TI_GNU_ATTRIBUTE_SUPPORT__)) || \ - JSON_HEDLEY_TI_CL2000_VERSION_CHECK(6,4,0) || \ - (JSON_HEDLEY_TI_CL430_VERSION_CHECK(4,0,0) && defined(__TI_GNU_ATTRIBUTE_SUPPORT__)) || \ - JSON_HEDLEY_TI_CL430_VERSION_CHECK(4,3,0) || \ - (JSON_HEDLEY_TI_CL6X_VERSION_CHECK(7,2,0) && defined(__TI_GNU_ATTRIBUTE_SUPPORT__)) || \ - JSON_HEDLEY_TI_CL6X_VERSION_CHECK(7,5,0) || \ - JSON_HEDLEY_TI_CL7X_VERSION_CHECK(1,2,0) || \ - JSON_HEDLEY_TI_CLPRU_VERSION_CHECK(2,1,0) || \ - JSON_HEDLEY_MCST_LCC_VERSION_CHECK(1,25,10) || \ - JSON_HEDLEY_IAR_VERSION_CHECK(8,10,0) -# define JSON_HEDLEY_ALWAYS_INLINE __attribute__((__always_inline__)) JSON_HEDLEY_INLINE -#elif \ - JSON_HEDLEY_MSVC_VERSION_CHECK(12,0,0) || \ - JSON_HEDLEY_INTEL_CL_VERSION_CHECK(2021,1,0) -# define JSON_HEDLEY_ALWAYS_INLINE __forceinline -#elif defined(__cplusplus) && \ - ( \ - JSON_HEDLEY_TI_ARMCL_VERSION_CHECK(5,2,0) || \ - JSON_HEDLEY_TI_CL430_VERSION_CHECK(4,3,0) || \ - JSON_HEDLEY_TI_CL2000_VERSION_CHECK(6,4,0) || \ - JSON_HEDLEY_TI_CL6X_VERSION_CHECK(6,1,0) || \ - JSON_HEDLEY_TI_CL7X_VERSION_CHECK(1,2,0) || \ - JSON_HEDLEY_TI_CLPRU_VERSION_CHECK(2,1,0) \ - ) -# define JSON_HEDLEY_ALWAYS_INLINE _Pragma("FUNC_ALWAYS_INLINE;") -#elif JSON_HEDLEY_IAR_VERSION_CHECK(8,0,0) -# define JSON_HEDLEY_ALWAYS_INLINE _Pragma("inline=forced") -#else -# define JSON_HEDLEY_ALWAYS_INLINE JSON_HEDLEY_INLINE -#endif - -#if defined(JSON_HEDLEY_NEVER_INLINE) - #undef JSON_HEDLEY_NEVER_INLINE -#endif -#if \ - JSON_HEDLEY_HAS_ATTRIBUTE(noinline) || \ - JSON_HEDLEY_GCC_VERSION_CHECK(4,0,0) || \ - JSON_HEDLEY_INTEL_VERSION_CHECK(13,0,0) || \ - JSON_HEDLEY_SUNPRO_VERSION_CHECK(5,11,0) || \ - JSON_HEDLEY_ARM_VERSION_CHECK(4,1,0) || \ - JSON_HEDLEY_IBM_VERSION_CHECK(10,1,0) || \ - JSON_HEDLEY_TI_VERSION_CHECK(15,12,0) || \ - (JSON_HEDLEY_TI_ARMCL_VERSION_CHECK(4,8,0) && defined(__TI_GNU_ATTRIBUTE_SUPPORT__)) || \ - JSON_HEDLEY_TI_ARMCL_VERSION_CHECK(5,2,0) || \ - (JSON_HEDLEY_TI_CL2000_VERSION_CHECK(6,0,0) && defined(__TI_GNU_ATTRIBUTE_SUPPORT__)) || \ - JSON_HEDLEY_TI_CL2000_VERSION_CHECK(6,4,0) || \ - (JSON_HEDLEY_TI_CL430_VERSION_CHECK(4,0,0) && defined(__TI_GNU_ATTRIBUTE_SUPPORT__)) || \ - JSON_HEDLEY_TI_CL430_VERSION_CHECK(4,3,0) || \ - (JSON_HEDLEY_TI_CL6X_VERSION_CHECK(7,2,0) && defined(__TI_GNU_ATTRIBUTE_SUPPORT__)) || \ - JSON_HEDLEY_TI_CL6X_VERSION_CHECK(7,5,0) || \ - JSON_HEDLEY_TI_CL7X_VERSION_CHECK(1,2,0) || \ - JSON_HEDLEY_TI_CLPRU_VERSION_CHECK(2,1,0) || \ - JSON_HEDLEY_MCST_LCC_VERSION_CHECK(1,25,10) || \ - JSON_HEDLEY_IAR_VERSION_CHECK(8,10,0) - #define JSON_HEDLEY_NEVER_INLINE __attribute__((__noinline__)) -#elif \ - JSON_HEDLEY_MSVC_VERSION_CHECK(13,10,0) || \ - JSON_HEDLEY_INTEL_CL_VERSION_CHECK(2021,1,0) - #define JSON_HEDLEY_NEVER_INLINE __declspec(noinline) -#elif JSON_HEDLEY_PGI_VERSION_CHECK(10,2,0) - #define JSON_HEDLEY_NEVER_INLINE _Pragma("noinline") -#elif JSON_HEDLEY_TI_CL6X_VERSION_CHECK(6,0,0) && defined(__cplusplus) - #define JSON_HEDLEY_NEVER_INLINE _Pragma("FUNC_CANNOT_INLINE;") -#elif JSON_HEDLEY_IAR_VERSION_CHECK(8,0,0) - #define JSON_HEDLEY_NEVER_INLINE _Pragma("inline=never") -#elif JSON_HEDLEY_COMPCERT_VERSION_CHECK(3,2,0) - #define JSON_HEDLEY_NEVER_INLINE __attribute((noinline)) -#elif JSON_HEDLEY_PELLES_VERSION_CHECK(9,0,0) - #define JSON_HEDLEY_NEVER_INLINE __declspec(noinline) -#else - #define JSON_HEDLEY_NEVER_INLINE -#endif - -#if defined(JSON_HEDLEY_PRIVATE) - #undef JSON_HEDLEY_PRIVATE -#endif -#if defined(JSON_HEDLEY_PUBLIC) - #undef JSON_HEDLEY_PUBLIC -#endif -#if defined(JSON_HEDLEY_IMPORT) - #undef JSON_HEDLEY_IMPORT -#endif -#if defined(_WIN32) || defined(__CYGWIN__) -# define JSON_HEDLEY_PRIVATE -# define JSON_HEDLEY_PUBLIC __declspec(dllexport) -# define JSON_HEDLEY_IMPORT __declspec(dllimport) -#else -# if \ - JSON_HEDLEY_HAS_ATTRIBUTE(visibility) || \ - JSON_HEDLEY_GCC_VERSION_CHECK(3,3,0) || \ - JSON_HEDLEY_SUNPRO_VERSION_CHECK(5,11,0) || \ - JSON_HEDLEY_INTEL_VERSION_CHECK(13,0,0) || \ - JSON_HEDLEY_ARM_VERSION_CHECK(4,1,0) || \ - JSON_HEDLEY_IBM_VERSION_CHECK(13,1,0) || \ - ( \ - defined(__TI_EABI__) && \ - ( \ - (JSON_HEDLEY_TI_CL6X_VERSION_CHECK(7,2,0) && defined(__TI_GNU_ATTRIBUTE_SUPPORT__)) || \ - JSON_HEDLEY_TI_CL6X_VERSION_CHECK(7,5,0) \ - ) \ - ) || \ - JSON_HEDLEY_MCST_LCC_VERSION_CHECK(1,25,10) -# define JSON_HEDLEY_PRIVATE __attribute__((__visibility__("hidden"))) -# define JSON_HEDLEY_PUBLIC __attribute__((__visibility__("default"))) -# else -# define JSON_HEDLEY_PRIVATE -# define JSON_HEDLEY_PUBLIC -# endif -# define JSON_HEDLEY_IMPORT extern -#endif - -#if defined(JSON_HEDLEY_NO_THROW) - #undef JSON_HEDLEY_NO_THROW -#endif -#if \ - JSON_HEDLEY_HAS_ATTRIBUTE(nothrow) || \ - JSON_HEDLEY_GCC_VERSION_CHECK(3,3,0) || \ - JSON_HEDLEY_INTEL_VERSION_CHECK(13,0,0) || \ - JSON_HEDLEY_MCST_LCC_VERSION_CHECK(1,25,10) - #define JSON_HEDLEY_NO_THROW __attribute__((__nothrow__)) -#elif \ - JSON_HEDLEY_MSVC_VERSION_CHECK(13,1,0) || \ - JSON_HEDLEY_INTEL_CL_VERSION_CHECK(2021,1,0) || \ - JSON_HEDLEY_ARM_VERSION_CHECK(4,1,0) - #define JSON_HEDLEY_NO_THROW __declspec(nothrow) -#else - #define JSON_HEDLEY_NO_THROW -#endif - -#if defined(JSON_HEDLEY_FALL_THROUGH) - #undef JSON_HEDLEY_FALL_THROUGH -#endif -#if \ - JSON_HEDLEY_HAS_ATTRIBUTE(fallthrough) || \ - JSON_HEDLEY_GCC_VERSION_CHECK(7,0,0) || \ - JSON_HEDLEY_MCST_LCC_VERSION_CHECK(1,25,10) - #define JSON_HEDLEY_FALL_THROUGH __attribute__((__fallthrough__)) -#elif JSON_HEDLEY_HAS_CPP_ATTRIBUTE_NS(clang,fallthrough) - #define JSON_HEDLEY_FALL_THROUGH JSON_HEDLEY_DIAGNOSTIC_DISABLE_CPP98_COMPAT_WRAP_([[clang::fallthrough]]) -#elif JSON_HEDLEY_HAS_CPP_ATTRIBUTE(fallthrough) - #define JSON_HEDLEY_FALL_THROUGH JSON_HEDLEY_DIAGNOSTIC_DISABLE_CPP98_COMPAT_WRAP_([[fallthrough]]) -#elif defined(__fallthrough) /* SAL */ - #define JSON_HEDLEY_FALL_THROUGH __fallthrough -#else - #define JSON_HEDLEY_FALL_THROUGH -#endif - -#if defined(JSON_HEDLEY_RETURNS_NON_NULL) - #undef JSON_HEDLEY_RETURNS_NON_NULL -#endif -#if \ - JSON_HEDLEY_HAS_ATTRIBUTE(returns_nonnull) || \ - JSON_HEDLEY_GCC_VERSION_CHECK(4,9,0) || \ - JSON_HEDLEY_MCST_LCC_VERSION_CHECK(1,25,10) - #define JSON_HEDLEY_RETURNS_NON_NULL __attribute__((__returns_nonnull__)) -#elif defined(_Ret_notnull_) /* SAL */ - #define JSON_HEDLEY_RETURNS_NON_NULL _Ret_notnull_ -#else - #define JSON_HEDLEY_RETURNS_NON_NULL -#endif - -#if defined(JSON_HEDLEY_ARRAY_PARAM) - #undef JSON_HEDLEY_ARRAY_PARAM -#endif -#if \ - defined(__STDC_VERSION__) && (__STDC_VERSION__ >= 199901L) && \ - !defined(__STDC_NO_VLA__) && \ - !defined(__cplusplus) && \ - !defined(JSON_HEDLEY_PGI_VERSION) && \ - !defined(JSON_HEDLEY_TINYC_VERSION) - #define JSON_HEDLEY_ARRAY_PARAM(name) (name) -#else - #define JSON_HEDLEY_ARRAY_PARAM(name) -#endif - -#if defined(JSON_HEDLEY_IS_CONSTANT) - #undef JSON_HEDLEY_IS_CONSTANT -#endif -#if defined(JSON_HEDLEY_REQUIRE_CONSTEXPR) - #undef JSON_HEDLEY_REQUIRE_CONSTEXPR -#endif -/* JSON_HEDLEY_IS_CONSTEXPR_ is for - HEDLEY INTERNAL USE ONLY. API subject to change without notice. */ -#if defined(JSON_HEDLEY_IS_CONSTEXPR_) - #undef JSON_HEDLEY_IS_CONSTEXPR_ -#endif -#if \ - JSON_HEDLEY_HAS_BUILTIN(__builtin_constant_p) || \ - JSON_HEDLEY_GCC_VERSION_CHECK(3,4,0) || \ - JSON_HEDLEY_INTEL_VERSION_CHECK(13,0,0) || \ - JSON_HEDLEY_TINYC_VERSION_CHECK(0,9,19) || \ - JSON_HEDLEY_ARM_VERSION_CHECK(4,1,0) || \ - JSON_HEDLEY_IBM_VERSION_CHECK(13,1,0) || \ - JSON_HEDLEY_TI_CL6X_VERSION_CHECK(6,1,0) || \ - (JSON_HEDLEY_SUNPRO_VERSION_CHECK(5,10,0) && !defined(__cplusplus)) || \ - JSON_HEDLEY_CRAY_VERSION_CHECK(8,1,0) || \ - JSON_HEDLEY_MCST_LCC_VERSION_CHECK(1,25,10) - #define JSON_HEDLEY_IS_CONSTANT(expr) __builtin_constant_p(expr) -#endif -#if !defined(__cplusplus) -# if \ - JSON_HEDLEY_HAS_BUILTIN(__builtin_types_compatible_p) || \ - JSON_HEDLEY_GCC_VERSION_CHECK(3,4,0) || \ - JSON_HEDLEY_INTEL_VERSION_CHECK(13,0,0) || \ - JSON_HEDLEY_IBM_VERSION_CHECK(13,1,0) || \ - JSON_HEDLEY_CRAY_VERSION_CHECK(8,1,0) || \ - JSON_HEDLEY_ARM_VERSION_CHECK(5,4,0) || \ - JSON_HEDLEY_TINYC_VERSION_CHECK(0,9,24) -#if defined(__INTPTR_TYPE__) - #define JSON_HEDLEY_IS_CONSTEXPR_(expr) __builtin_types_compatible_p(__typeof__((1 ? (void*) ((__INTPTR_TYPE__) ((expr) * 0)) : (int*) 0)), int*) -#else - #include - #define JSON_HEDLEY_IS_CONSTEXPR_(expr) __builtin_types_compatible_p(__typeof__((1 ? (void*) ((intptr_t) ((expr) * 0)) : (int*) 0)), int*) -#endif -# elif \ - ( \ - defined(__STDC_VERSION__) && (__STDC_VERSION__ >= 201112L) && \ - !defined(JSON_HEDLEY_SUNPRO_VERSION) && \ - !defined(JSON_HEDLEY_PGI_VERSION) && \ - !defined(JSON_HEDLEY_IAR_VERSION)) || \ - (JSON_HEDLEY_HAS_EXTENSION(c_generic_selections) && !defined(JSON_HEDLEY_IAR_VERSION)) || \ - JSON_HEDLEY_GCC_VERSION_CHECK(4,9,0) || \ - JSON_HEDLEY_INTEL_VERSION_CHECK(17,0,0) || \ - JSON_HEDLEY_IBM_VERSION_CHECK(12,1,0) || \ - JSON_HEDLEY_ARM_VERSION_CHECK(5,3,0) -#if defined(__INTPTR_TYPE__) - #define JSON_HEDLEY_IS_CONSTEXPR_(expr) _Generic((1 ? (void*) ((__INTPTR_TYPE__) ((expr) * 0)) : (int*) 0), int*: 1, void*: 0) -#else - #include - #define JSON_HEDLEY_IS_CONSTEXPR_(expr) _Generic((1 ? (void*) ((intptr_t) * 0) : (int*) 0), int*: 1, void*: 0) -#endif -# elif \ - defined(JSON_HEDLEY_GCC_VERSION) || \ - defined(JSON_HEDLEY_INTEL_VERSION) || \ - defined(JSON_HEDLEY_TINYC_VERSION) || \ - defined(JSON_HEDLEY_TI_ARMCL_VERSION) || \ - JSON_HEDLEY_TI_CL430_VERSION_CHECK(18,12,0) || \ - defined(JSON_HEDLEY_TI_CL2000_VERSION) || \ - defined(JSON_HEDLEY_TI_CL6X_VERSION) || \ - defined(JSON_HEDLEY_TI_CL7X_VERSION) || \ - defined(JSON_HEDLEY_TI_CLPRU_VERSION) || \ - defined(__clang__) -# define JSON_HEDLEY_IS_CONSTEXPR_(expr) ( \ - sizeof(void) != \ - sizeof(*( \ - 1 ? \ - ((void*) ((expr) * 0L) ) : \ -((struct { char v[sizeof(void) * 2]; } *) 1) \ - ) \ - ) \ - ) -# endif -#endif -#if defined(JSON_HEDLEY_IS_CONSTEXPR_) - #if !defined(JSON_HEDLEY_IS_CONSTANT) - #define JSON_HEDLEY_IS_CONSTANT(expr) JSON_HEDLEY_IS_CONSTEXPR_(expr) - #endif - #define JSON_HEDLEY_REQUIRE_CONSTEXPR(expr) (JSON_HEDLEY_IS_CONSTEXPR_(expr) ? (expr) : (-1)) -#else - #if !defined(JSON_HEDLEY_IS_CONSTANT) - #define JSON_HEDLEY_IS_CONSTANT(expr) (0) - #endif - #define JSON_HEDLEY_REQUIRE_CONSTEXPR(expr) (expr) -#endif - -#if defined(JSON_HEDLEY_BEGIN_C_DECLS) - #undef JSON_HEDLEY_BEGIN_C_DECLS -#endif -#if defined(JSON_HEDLEY_END_C_DECLS) - #undef JSON_HEDLEY_END_C_DECLS -#endif -#if defined(JSON_HEDLEY_C_DECL) - #undef JSON_HEDLEY_C_DECL -#endif -#if defined(__cplusplus) - #define JSON_HEDLEY_BEGIN_C_DECLS extern "C" { - #define JSON_HEDLEY_END_C_DECLS } - #define JSON_HEDLEY_C_DECL extern "C" -#else - #define JSON_HEDLEY_BEGIN_C_DECLS - #define JSON_HEDLEY_END_C_DECLS - #define JSON_HEDLEY_C_DECL -#endif - -#if defined(JSON_HEDLEY_STATIC_ASSERT) - #undef JSON_HEDLEY_STATIC_ASSERT -#endif -#if \ - !defined(__cplusplus) && ( \ - (defined(__STDC_VERSION__) && (__STDC_VERSION__ >= 201112L)) || \ - (JSON_HEDLEY_HAS_FEATURE(c_static_assert) && !defined(JSON_HEDLEY_INTEL_CL_VERSION)) || \ - JSON_HEDLEY_GCC_VERSION_CHECK(6,0,0) || \ - JSON_HEDLEY_INTEL_VERSION_CHECK(13,0,0) || \ - defined(_Static_assert) \ - ) -# define JSON_HEDLEY_STATIC_ASSERT(expr, message) _Static_assert(expr, message) -#elif \ - (defined(__cplusplus) && (__cplusplus >= 201103L)) || \ - JSON_HEDLEY_MSVC_VERSION_CHECK(16,0,0) || \ - JSON_HEDLEY_INTEL_CL_VERSION_CHECK(2021,1,0) -# define JSON_HEDLEY_STATIC_ASSERT(expr, message) JSON_HEDLEY_DIAGNOSTIC_DISABLE_CPP98_COMPAT_WRAP_(static_assert(expr, message)) -#else -# define JSON_HEDLEY_STATIC_ASSERT(expr, message) -#endif - -#if defined(JSON_HEDLEY_NULL) - #undef JSON_HEDLEY_NULL -#endif -#if defined(__cplusplus) - #if __cplusplus >= 201103L - #define JSON_HEDLEY_NULL JSON_HEDLEY_DIAGNOSTIC_DISABLE_CPP98_COMPAT_WRAP_(nullptr) - #elif defined(NULL) - #define JSON_HEDLEY_NULL NULL - #else - #define JSON_HEDLEY_NULL JSON_HEDLEY_STATIC_CAST(void*, 0) - #endif -#elif defined(NULL) - #define JSON_HEDLEY_NULL NULL -#else - #define JSON_HEDLEY_NULL ((void*) 0) -#endif - -#if defined(JSON_HEDLEY_MESSAGE) - #undef JSON_HEDLEY_MESSAGE -#endif -#if JSON_HEDLEY_HAS_WARNING("-Wunknown-pragmas") -# define JSON_HEDLEY_MESSAGE(msg) \ - JSON_HEDLEY_DIAGNOSTIC_PUSH \ - JSON_HEDLEY_DIAGNOSTIC_DISABLE_UNKNOWN_PRAGMAS \ - JSON_HEDLEY_PRAGMA(message msg) \ - JSON_HEDLEY_DIAGNOSTIC_POP -#elif \ - JSON_HEDLEY_GCC_VERSION_CHECK(4,4,0) || \ - JSON_HEDLEY_INTEL_VERSION_CHECK(13,0,0) -# define JSON_HEDLEY_MESSAGE(msg) JSON_HEDLEY_PRAGMA(message msg) -#elif JSON_HEDLEY_CRAY_VERSION_CHECK(5,0,0) -# define JSON_HEDLEY_MESSAGE(msg) JSON_HEDLEY_PRAGMA(_CRI message msg) -#elif JSON_HEDLEY_IAR_VERSION_CHECK(8,0,0) -# define JSON_HEDLEY_MESSAGE(msg) JSON_HEDLEY_PRAGMA(message(msg)) -#elif JSON_HEDLEY_PELLES_VERSION_CHECK(2,0,0) -# define JSON_HEDLEY_MESSAGE(msg) JSON_HEDLEY_PRAGMA(message(msg)) -#else -# define JSON_HEDLEY_MESSAGE(msg) -#endif - -#if defined(JSON_HEDLEY_WARNING) - #undef JSON_HEDLEY_WARNING -#endif -#if JSON_HEDLEY_HAS_WARNING("-Wunknown-pragmas") -# define JSON_HEDLEY_WARNING(msg) \ - JSON_HEDLEY_DIAGNOSTIC_PUSH \ - JSON_HEDLEY_DIAGNOSTIC_DISABLE_UNKNOWN_PRAGMAS \ - JSON_HEDLEY_PRAGMA(clang warning msg) \ - JSON_HEDLEY_DIAGNOSTIC_POP -#elif \ - JSON_HEDLEY_GCC_VERSION_CHECK(4,8,0) || \ - JSON_HEDLEY_PGI_VERSION_CHECK(18,4,0) || \ - JSON_HEDLEY_INTEL_VERSION_CHECK(13,0,0) -# define JSON_HEDLEY_WARNING(msg) JSON_HEDLEY_PRAGMA(GCC warning msg) -#elif \ - JSON_HEDLEY_MSVC_VERSION_CHECK(15,0,0) || \ - JSON_HEDLEY_INTEL_CL_VERSION_CHECK(2021,1,0) -# define JSON_HEDLEY_WARNING(msg) JSON_HEDLEY_PRAGMA(message(msg)) -#else -# define JSON_HEDLEY_WARNING(msg) JSON_HEDLEY_MESSAGE(msg) -#endif - -#if defined(JSON_HEDLEY_REQUIRE) - #undef JSON_HEDLEY_REQUIRE -#endif -#if defined(JSON_HEDLEY_REQUIRE_MSG) - #undef JSON_HEDLEY_REQUIRE_MSG -#endif -#if JSON_HEDLEY_HAS_ATTRIBUTE(diagnose_if) -# if JSON_HEDLEY_HAS_WARNING("-Wgcc-compat") -# define JSON_HEDLEY_REQUIRE(expr) \ - JSON_HEDLEY_DIAGNOSTIC_PUSH \ - _Pragma("clang diagnostic ignored \"-Wgcc-compat\"") \ - __attribute__((diagnose_if(!(expr), #expr, "error"))) \ - JSON_HEDLEY_DIAGNOSTIC_POP -# define JSON_HEDLEY_REQUIRE_MSG(expr,msg) \ - JSON_HEDLEY_DIAGNOSTIC_PUSH \ - _Pragma("clang diagnostic ignored \"-Wgcc-compat\"") \ - __attribute__((diagnose_if(!(expr), msg, "error"))) \ - JSON_HEDLEY_DIAGNOSTIC_POP -# else -# define JSON_HEDLEY_REQUIRE(expr) __attribute__((diagnose_if(!(expr), #expr, "error"))) -# define JSON_HEDLEY_REQUIRE_MSG(expr,msg) __attribute__((diagnose_if(!(expr), msg, "error"))) -# endif -#else -# define JSON_HEDLEY_REQUIRE(expr) -# define JSON_HEDLEY_REQUIRE_MSG(expr,msg) -#endif - -#if defined(JSON_HEDLEY_FLAGS) - #undef JSON_HEDLEY_FLAGS -#endif -#if JSON_HEDLEY_HAS_ATTRIBUTE(flag_enum) && (!defined(__cplusplus) || JSON_HEDLEY_HAS_WARNING("-Wbitfield-enum-conversion")) - #define JSON_HEDLEY_FLAGS __attribute__((__flag_enum__)) -#else - #define JSON_HEDLEY_FLAGS -#endif - -#if defined(JSON_HEDLEY_FLAGS_CAST) - #undef JSON_HEDLEY_FLAGS_CAST -#endif -#if JSON_HEDLEY_INTEL_VERSION_CHECK(19,0,0) -# define JSON_HEDLEY_FLAGS_CAST(T, expr) (__extension__ ({ \ - JSON_HEDLEY_DIAGNOSTIC_PUSH \ - _Pragma("warning(disable:188)") \ - ((T) (expr)); \ - JSON_HEDLEY_DIAGNOSTIC_POP \ - })) -#else -# define JSON_HEDLEY_FLAGS_CAST(T, expr) JSON_HEDLEY_STATIC_CAST(T, expr) -#endif - -#if defined(JSON_HEDLEY_EMPTY_BASES) - #undef JSON_HEDLEY_EMPTY_BASES -#endif -#if \ - (JSON_HEDLEY_MSVC_VERSION_CHECK(19,0,23918) && !JSON_HEDLEY_MSVC_VERSION_CHECK(20,0,0)) || \ - JSON_HEDLEY_INTEL_CL_VERSION_CHECK(2021,1,0) - #define JSON_HEDLEY_EMPTY_BASES __declspec(empty_bases) -#else - #define JSON_HEDLEY_EMPTY_BASES -#endif - -/* Remaining macros are deprecated. */ - -#if defined(JSON_HEDLEY_GCC_NOT_CLANG_VERSION_CHECK) - #undef JSON_HEDLEY_GCC_NOT_CLANG_VERSION_CHECK -#endif -#if defined(__clang__) - #define JSON_HEDLEY_GCC_NOT_CLANG_VERSION_CHECK(major,minor,patch) (0) -#else - #define JSON_HEDLEY_GCC_NOT_CLANG_VERSION_CHECK(major,minor,patch) JSON_HEDLEY_GCC_VERSION_CHECK(major,minor,patch) -#endif - -#if defined(JSON_HEDLEY_CLANG_HAS_ATTRIBUTE) - #undef JSON_HEDLEY_CLANG_HAS_ATTRIBUTE -#endif -#define JSON_HEDLEY_CLANG_HAS_ATTRIBUTE(attribute) JSON_HEDLEY_HAS_ATTRIBUTE(attribute) - -#if defined(JSON_HEDLEY_CLANG_HAS_CPP_ATTRIBUTE) - #undef JSON_HEDLEY_CLANG_HAS_CPP_ATTRIBUTE -#endif -#define JSON_HEDLEY_CLANG_HAS_CPP_ATTRIBUTE(attribute) JSON_HEDLEY_HAS_CPP_ATTRIBUTE(attribute) - -#if defined(JSON_HEDLEY_CLANG_HAS_BUILTIN) - #undef JSON_HEDLEY_CLANG_HAS_BUILTIN -#endif -#define JSON_HEDLEY_CLANG_HAS_BUILTIN(builtin) JSON_HEDLEY_HAS_BUILTIN(builtin) - -#if defined(JSON_HEDLEY_CLANG_HAS_FEATURE) - #undef JSON_HEDLEY_CLANG_HAS_FEATURE -#endif -#define JSON_HEDLEY_CLANG_HAS_FEATURE(feature) JSON_HEDLEY_HAS_FEATURE(feature) - -#if defined(JSON_HEDLEY_CLANG_HAS_EXTENSION) - #undef JSON_HEDLEY_CLANG_HAS_EXTENSION -#endif -#define JSON_HEDLEY_CLANG_HAS_EXTENSION(extension) JSON_HEDLEY_HAS_EXTENSION(extension) - -#if defined(JSON_HEDLEY_CLANG_HAS_DECLSPEC_DECLSPEC_ATTRIBUTE) - #undef JSON_HEDLEY_CLANG_HAS_DECLSPEC_DECLSPEC_ATTRIBUTE -#endif -#define JSON_HEDLEY_CLANG_HAS_DECLSPEC_ATTRIBUTE(attribute) JSON_HEDLEY_HAS_DECLSPEC_ATTRIBUTE(attribute) - -#if defined(JSON_HEDLEY_CLANG_HAS_WARNING) - #undef JSON_HEDLEY_CLANG_HAS_WARNING -#endif -#define JSON_HEDLEY_CLANG_HAS_WARNING(warning) JSON_HEDLEY_HAS_WARNING(warning) - -#endif /* !defined(JSON_HEDLEY_VERSION) || (JSON_HEDLEY_VERSION < X) */ - - -// This file contains all internal macro definitions (except those affecting ABI) -// You MUST include macro_unscope.hpp at the end of json.hpp to undef all of them - -// #include - - -// exclude unsupported compilers -#if !defined(JSON_SKIP_UNSUPPORTED_COMPILER_CHECK) - #if defined(__clang__) - #if (__clang_major__ * 10000 + __clang_minor__ * 100 + __clang_patchlevel__) < 30400 - #error "unsupported Clang version - see https://github.com/nlohmann/json#supported-compilers" - #endif - #elif defined(__GNUC__) && !(defined(__ICC) || defined(__INTEL_COMPILER)) - #if (__GNUC__ * 10000 + __GNUC_MINOR__ * 100 + __GNUC_PATCHLEVEL__) < 40800 - #error "unsupported GCC version - see https://github.com/nlohmann/json#supported-compilers" - #endif - #endif -#endif - -// C++ language standard detection -// if the user manually specified the used c++ version this is skipped -#if !defined(JSON_HAS_CPP_20) && !defined(JSON_HAS_CPP_17) && !defined(JSON_HAS_CPP_14) && !defined(JSON_HAS_CPP_11) - #if (defined(__cplusplus) && __cplusplus >= 202002L) || (defined(_MSVC_LANG) && _MSVC_LANG >= 202002L) - #define JSON_HAS_CPP_20 - #define JSON_HAS_CPP_17 - #define JSON_HAS_CPP_14 - #elif (defined(__cplusplus) && __cplusplus >= 201703L) || (defined(_HAS_CXX17) && _HAS_CXX17 == 1) // fix for issue #464 - #define JSON_HAS_CPP_17 - #define JSON_HAS_CPP_14 - #elif (defined(__cplusplus) && __cplusplus >= 201402L) || (defined(_HAS_CXX14) && _HAS_CXX14 == 1) - #define JSON_HAS_CPP_14 - #endif - // the cpp 11 flag is always specified because it is the minimal required version - #define JSON_HAS_CPP_11 -#endif - -#ifdef __has_include - #if __has_include() - #include - #endif -#endif - -#if !defined(JSON_HAS_FILESYSTEM) && !defined(JSON_HAS_EXPERIMENTAL_FILESYSTEM) - #ifdef JSON_HAS_CPP_17 - #if defined(__cpp_lib_filesystem) - #define JSON_HAS_FILESYSTEM 1 - #elif defined(__cpp_lib_experimental_filesystem) - #define JSON_HAS_EXPERIMENTAL_FILESYSTEM 1 - #elif !defined(__has_include) - #define JSON_HAS_EXPERIMENTAL_FILESYSTEM 1 - #elif __has_include() - #define JSON_HAS_FILESYSTEM 1 - #elif __has_include() - #define JSON_HAS_EXPERIMENTAL_FILESYSTEM 1 - #endif - - // std::filesystem does not work on MinGW GCC 8: https://sourceforge.net/p/mingw-w64/bugs/737/ - #if defined(__MINGW32__) && defined(__GNUC__) && __GNUC__ == 8 - #undef JSON_HAS_FILESYSTEM - #undef JSON_HAS_EXPERIMENTAL_FILESYSTEM - #endif - - // no filesystem support before GCC 8: https://en.cppreference.com/w/cpp/compiler_support - #if defined(__GNUC__) && !defined(__clang__) && __GNUC__ < 8 - #undef JSON_HAS_FILESYSTEM - #undef JSON_HAS_EXPERIMENTAL_FILESYSTEM - #endif - - // no filesystem support before Clang 7: https://en.cppreference.com/w/cpp/compiler_support - #if defined(__clang_major__) && __clang_major__ < 7 - #undef JSON_HAS_FILESYSTEM - #undef JSON_HAS_EXPERIMENTAL_FILESYSTEM - #endif - - // no filesystem support before MSVC 19.14: https://en.cppreference.com/w/cpp/compiler_support - #if defined(_MSC_VER) && _MSC_VER < 1914 - #undef JSON_HAS_FILESYSTEM - #undef JSON_HAS_EXPERIMENTAL_FILESYSTEM - #endif - - // no filesystem support before iOS 13 - #if defined(__IPHONE_OS_VERSION_MIN_REQUIRED) && __IPHONE_OS_VERSION_MIN_REQUIRED < 130000 - #undef JSON_HAS_FILESYSTEM - #undef JSON_HAS_EXPERIMENTAL_FILESYSTEM - #endif - - // no filesystem support before macOS Catalina - #if defined(__MAC_OS_X_VERSION_MIN_REQUIRED) && __MAC_OS_X_VERSION_MIN_REQUIRED < 101500 - #undef JSON_HAS_FILESYSTEM - #undef JSON_HAS_EXPERIMENTAL_FILESYSTEM - #endif - #endif -#endif - -#ifndef JSON_HAS_EXPERIMENTAL_FILESYSTEM - #define JSON_HAS_EXPERIMENTAL_FILESYSTEM 0 -#endif - -#ifndef JSON_HAS_FILESYSTEM - #define JSON_HAS_FILESYSTEM 0 -#endif - -#ifndef JSON_HAS_THREE_WAY_COMPARISON - #if defined(__cpp_impl_three_way_comparison) && __cpp_impl_three_way_comparison >= 201907L \ - && defined(__cpp_lib_three_way_comparison) && __cpp_lib_three_way_comparison >= 201907L - #define JSON_HAS_THREE_WAY_COMPARISON 1 - #else - #define JSON_HAS_THREE_WAY_COMPARISON 0 - #endif -#endif - -#ifndef JSON_HAS_RANGES - // ranges header shipping in GCC 11.1.0 (released 2021-04-27) has syntax error - #if defined(__GLIBCXX__) && __GLIBCXX__ == 20210427 - #define JSON_HAS_RANGES 0 - #elif defined(__cpp_lib_ranges) - #define JSON_HAS_RANGES 1 - #else - #define JSON_HAS_RANGES 0 - #endif -#endif - -#ifndef JSON_HAS_STATIC_RTTI - #if !defined(_HAS_STATIC_RTTI) || _HAS_STATIC_RTTI != 0 - #define JSON_HAS_STATIC_RTTI 1 - #else - #define JSON_HAS_STATIC_RTTI 0 - #endif -#endif - -#ifdef JSON_HAS_CPP_17 - #define JSON_INLINE_VARIABLE inline -#else - #define JSON_INLINE_VARIABLE -#endif - -#if JSON_HEDLEY_HAS_ATTRIBUTE(no_unique_address) - #define JSON_NO_UNIQUE_ADDRESS [[no_unique_address]] -#else - #define JSON_NO_UNIQUE_ADDRESS -#endif - -// disable documentation warnings on clang -#if defined(__clang__) - #pragma clang diagnostic push - #pragma clang diagnostic ignored "-Wdocumentation" - #pragma clang diagnostic ignored "-Wdocumentation-unknown-command" -#endif - -// allow disabling exceptions -#if (defined(__cpp_exceptions) || defined(__EXCEPTIONS) || defined(_CPPUNWIND)) && !defined(JSON_NOEXCEPTION) - #define JSON_THROW(exception) throw exception - #define JSON_TRY try - #define JSON_CATCH(exception) catch(exception) - #define JSON_INTERNAL_CATCH(exception) catch(exception) -#else - #include - #define JSON_THROW(exception) std::abort() - #define JSON_TRY if(true) - #define JSON_CATCH(exception) if(false) - #define JSON_INTERNAL_CATCH(exception) if(false) -#endif - -// override exception macros -#if defined(JSON_THROW_USER) - #undef JSON_THROW - #define JSON_THROW JSON_THROW_USER -#endif -#if defined(JSON_TRY_USER) - #undef JSON_TRY - #define JSON_TRY JSON_TRY_USER -#endif -#if defined(JSON_CATCH_USER) - #undef JSON_CATCH - #define JSON_CATCH JSON_CATCH_USER - #undef JSON_INTERNAL_CATCH - #define JSON_INTERNAL_CATCH JSON_CATCH_USER -#endif -#if defined(JSON_INTERNAL_CATCH_USER) - #undef JSON_INTERNAL_CATCH - #define JSON_INTERNAL_CATCH JSON_INTERNAL_CATCH_USER -#endif - -// allow overriding assert -#if !defined(JSON_ASSERT) - #include // assert - #define JSON_ASSERT(x) assert(x) -#endif - -// allow to access some private functions (needed by the test suite) -#if defined(JSON_TESTS_PRIVATE) - #define JSON_PRIVATE_UNLESS_TESTED public -#else - #define JSON_PRIVATE_UNLESS_TESTED private -#endif - -/*! -@brief macro to briefly define a mapping between an enum and JSON -@def NLOHMANN_JSON_SERIALIZE_ENUM -@since version 3.4.0 -*/ -#define NLOHMANN_JSON_SERIALIZE_ENUM(ENUM_TYPE, ...) \ - template \ - inline void to_json(BasicJsonType& j, const ENUM_TYPE& e) \ - { \ - static_assert(std::is_enum::value, #ENUM_TYPE " must be an enum!"); \ - static const std::pair m[] = __VA_ARGS__; \ - auto it = std::find_if(std::begin(m), std::end(m), \ - [e](const std::pair& ej_pair) -> bool \ - { \ - return ej_pair.first == e; \ - }); \ - j = ((it != std::end(m)) ? it : std::begin(m))->second; \ - } \ - template \ - inline void from_json(const BasicJsonType& j, ENUM_TYPE& e) \ - { \ - static_assert(std::is_enum::value, #ENUM_TYPE " must be an enum!"); \ - static const std::pair m[] = __VA_ARGS__; \ - auto it = std::find_if(std::begin(m), std::end(m), \ - [&j](const std::pair& ej_pair) -> bool \ - { \ - return ej_pair.second == j; \ - }); \ - e = ((it != std::end(m)) ? it : std::begin(m))->first; \ - } - -// Ugly macros to avoid uglier copy-paste when specializing basic_json. They -// may be removed in the future once the class is split. - -#define NLOHMANN_BASIC_JSON_TPL_DECLARATION \ - template class ObjectType, \ - template class ArrayType, \ - class StringType, class BooleanType, class NumberIntegerType, \ - class NumberUnsignedType, class NumberFloatType, \ - template class AllocatorType, \ - template class JSONSerializer, \ - class BinaryType, \ - class CustomBaseClass> - -#define NLOHMANN_BASIC_JSON_TPL \ - basic_json - -// Macros to simplify conversion from/to types - -#define NLOHMANN_JSON_EXPAND( x ) x -#define NLOHMANN_JSON_GET_MACRO(_1, _2, _3, _4, _5, _6, _7, _8, _9, _10, _11, _12, _13, _14, _15, _16, _17, _18, _19, _20, _21, _22, _23, _24, _25, _26, _27, _28, _29, _30, _31, _32, _33, _34, _35, _36, _37, _38, _39, _40, _41, _42, _43, _44, _45, _46, _47, _48, _49, _50, _51, _52, _53, _54, _55, _56, _57, _58, _59, _60, _61, _62, _63, _64, NAME,...) NAME -#define NLOHMANN_JSON_PASTE(...) NLOHMANN_JSON_EXPAND(NLOHMANN_JSON_GET_MACRO(__VA_ARGS__, \ - NLOHMANN_JSON_PASTE64, \ - NLOHMANN_JSON_PASTE63, \ - NLOHMANN_JSON_PASTE62, \ - NLOHMANN_JSON_PASTE61, \ - NLOHMANN_JSON_PASTE60, \ - NLOHMANN_JSON_PASTE59, \ - NLOHMANN_JSON_PASTE58, \ - NLOHMANN_JSON_PASTE57, \ - NLOHMANN_JSON_PASTE56, \ - NLOHMANN_JSON_PASTE55, \ - NLOHMANN_JSON_PASTE54, \ - NLOHMANN_JSON_PASTE53, \ - NLOHMANN_JSON_PASTE52, \ - NLOHMANN_JSON_PASTE51, \ - NLOHMANN_JSON_PASTE50, \ - NLOHMANN_JSON_PASTE49, \ - NLOHMANN_JSON_PASTE48, \ - NLOHMANN_JSON_PASTE47, \ - NLOHMANN_JSON_PASTE46, \ - NLOHMANN_JSON_PASTE45, \ - NLOHMANN_JSON_PASTE44, \ - NLOHMANN_JSON_PASTE43, \ - NLOHMANN_JSON_PASTE42, \ - NLOHMANN_JSON_PASTE41, \ - NLOHMANN_JSON_PASTE40, \ - NLOHMANN_JSON_PASTE39, \ - NLOHMANN_JSON_PASTE38, \ - NLOHMANN_JSON_PASTE37, \ - NLOHMANN_JSON_PASTE36, \ - NLOHMANN_JSON_PASTE35, \ - NLOHMANN_JSON_PASTE34, \ - NLOHMANN_JSON_PASTE33, \ - NLOHMANN_JSON_PASTE32, \ - NLOHMANN_JSON_PASTE31, \ - NLOHMANN_JSON_PASTE30, \ - NLOHMANN_JSON_PASTE29, \ - NLOHMANN_JSON_PASTE28, \ - NLOHMANN_JSON_PASTE27, \ - NLOHMANN_JSON_PASTE26, \ - NLOHMANN_JSON_PASTE25, \ - NLOHMANN_JSON_PASTE24, \ - NLOHMANN_JSON_PASTE23, \ - NLOHMANN_JSON_PASTE22, \ - NLOHMANN_JSON_PASTE21, \ - NLOHMANN_JSON_PASTE20, \ - NLOHMANN_JSON_PASTE19, \ - NLOHMANN_JSON_PASTE18, \ - NLOHMANN_JSON_PASTE17, \ - NLOHMANN_JSON_PASTE16, \ - NLOHMANN_JSON_PASTE15, \ - NLOHMANN_JSON_PASTE14, \ - NLOHMANN_JSON_PASTE13, \ - NLOHMANN_JSON_PASTE12, \ - NLOHMANN_JSON_PASTE11, \ - NLOHMANN_JSON_PASTE10, \ - NLOHMANN_JSON_PASTE9, \ - NLOHMANN_JSON_PASTE8, \ - NLOHMANN_JSON_PASTE7, \ - NLOHMANN_JSON_PASTE6, \ - NLOHMANN_JSON_PASTE5, \ - NLOHMANN_JSON_PASTE4, \ - NLOHMANN_JSON_PASTE3, \ - NLOHMANN_JSON_PASTE2, \ - NLOHMANN_JSON_PASTE1)(__VA_ARGS__)) -#define NLOHMANN_JSON_PASTE2(func, v1) func(v1) -#define NLOHMANN_JSON_PASTE3(func, v1, v2) NLOHMANN_JSON_PASTE2(func, v1) NLOHMANN_JSON_PASTE2(func, v2) -#define NLOHMANN_JSON_PASTE4(func, v1, v2, v3) NLOHMANN_JSON_PASTE2(func, v1) NLOHMANN_JSON_PASTE3(func, v2, v3) -#define NLOHMANN_JSON_PASTE5(func, v1, v2, v3, v4) NLOHMANN_JSON_PASTE2(func, v1) NLOHMANN_JSON_PASTE4(func, v2, v3, v4) -#define NLOHMANN_JSON_PASTE6(func, v1, v2, v3, v4, v5) NLOHMANN_JSON_PASTE2(func, v1) NLOHMANN_JSON_PASTE5(func, v2, v3, v4, v5) -#define NLOHMANN_JSON_PASTE7(func, v1, v2, v3, v4, v5, v6) NLOHMANN_JSON_PASTE2(func, v1) NLOHMANN_JSON_PASTE6(func, v2, v3, v4, v5, v6) -#define NLOHMANN_JSON_PASTE8(func, v1, v2, v3, v4, v5, v6, v7) NLOHMANN_JSON_PASTE2(func, v1) NLOHMANN_JSON_PASTE7(func, v2, v3, v4, v5, v6, v7) -#define NLOHMANN_JSON_PASTE9(func, v1, v2, v3, v4, v5, v6, v7, v8) NLOHMANN_JSON_PASTE2(func, v1) NLOHMANN_JSON_PASTE8(func, v2, v3, v4, v5, v6, v7, v8) -#define NLOHMANN_JSON_PASTE10(func, v1, v2, v3, v4, v5, v6, v7, v8, v9) NLOHMANN_JSON_PASTE2(func, v1) NLOHMANN_JSON_PASTE9(func, v2, v3, v4, v5, v6, v7, v8, v9) -#define NLOHMANN_JSON_PASTE11(func, v1, v2, v3, v4, v5, v6, v7, v8, v9, v10) NLOHMANN_JSON_PASTE2(func, v1) NLOHMANN_JSON_PASTE10(func, v2, v3, v4, v5, v6, v7, v8, v9, v10) -#define NLOHMANN_JSON_PASTE12(func, v1, v2, v3, v4, v5, v6, v7, v8, v9, v10, v11) NLOHMANN_JSON_PASTE2(func, v1) NLOHMANN_JSON_PASTE11(func, v2, v3, v4, v5, v6, v7, v8, v9, v10, v11) -#define NLOHMANN_JSON_PASTE13(func, v1, v2, v3, v4, v5, v6, v7, v8, v9, v10, v11, v12) NLOHMANN_JSON_PASTE2(func, v1) NLOHMANN_JSON_PASTE12(func, v2, v3, v4, v5, v6, v7, v8, v9, v10, v11, v12) -#define NLOHMANN_JSON_PASTE14(func, v1, v2, v3, v4, v5, v6, v7, v8, v9, v10, v11, v12, v13) NLOHMANN_JSON_PASTE2(func, v1) NLOHMANN_JSON_PASTE13(func, v2, v3, v4, v5, v6, v7, v8, v9, v10, v11, v12, v13) -#define NLOHMANN_JSON_PASTE15(func, v1, v2, v3, v4, v5, v6, v7, v8, v9, v10, v11, v12, v13, v14) NLOHMANN_JSON_PASTE2(func, v1) NLOHMANN_JSON_PASTE14(func, v2, v3, v4, v5, v6, v7, v8, v9, v10, v11, v12, v13, v14) -#define NLOHMANN_JSON_PASTE16(func, v1, v2, v3, v4, v5, v6, v7, v8, v9, v10, v11, v12, v13, v14, v15) NLOHMANN_JSON_PASTE2(func, v1) NLOHMANN_JSON_PASTE15(func, v2, v3, v4, v5, v6, v7, v8, v9, v10, v11, v12, v13, v14, v15) -#define NLOHMANN_JSON_PASTE17(func, v1, v2, v3, v4, v5, v6, v7, v8, v9, v10, v11, v12, v13, v14, v15, v16) NLOHMANN_JSON_PASTE2(func, v1) NLOHMANN_JSON_PASTE16(func, v2, v3, v4, v5, v6, v7, v8, v9, v10, v11, v12, v13, v14, v15, v16) -#define NLOHMANN_JSON_PASTE18(func, v1, v2, v3, v4, v5, v6, v7, v8, v9, v10, v11, v12, v13, v14, v15, v16, v17) NLOHMANN_JSON_PASTE2(func, v1) NLOHMANN_JSON_PASTE17(func, v2, v3, v4, v5, v6, v7, v8, v9, v10, v11, v12, v13, v14, v15, v16, v17) -#define NLOHMANN_JSON_PASTE19(func, v1, v2, v3, v4, v5, v6, v7, v8, v9, v10, v11, v12, v13, v14, v15, v16, v17, v18) NLOHMANN_JSON_PASTE2(func, v1) NLOHMANN_JSON_PASTE18(func, v2, v3, v4, v5, v6, v7, v8, v9, v10, v11, v12, v13, v14, v15, v16, v17, v18) -#define NLOHMANN_JSON_PASTE20(func, v1, v2, v3, v4, v5, v6, v7, v8, v9, v10, v11, v12, v13, v14, v15, v16, v17, v18, v19) NLOHMANN_JSON_PASTE2(func, v1) NLOHMANN_JSON_PASTE19(func, v2, v3, v4, v5, v6, v7, v8, v9, v10, v11, v12, v13, v14, v15, v16, v17, v18, v19) -#define NLOHMANN_JSON_PASTE21(func, v1, v2, v3, v4, v5, v6, v7, v8, v9, v10, v11, v12, v13, v14, v15, v16, v17, v18, v19, v20) NLOHMANN_JSON_PASTE2(func, v1) NLOHMANN_JSON_PASTE20(func, v2, v3, v4, v5, v6, v7, v8, v9, v10, v11, v12, v13, v14, v15, v16, v17, v18, v19, v20) -#define NLOHMANN_JSON_PASTE22(func, v1, v2, v3, v4, v5, v6, v7, v8, v9, v10, v11, v12, v13, v14, v15, v16, v17, v18, v19, v20, v21) NLOHMANN_JSON_PASTE2(func, v1) NLOHMANN_JSON_PASTE21(func, v2, v3, v4, v5, v6, v7, v8, v9, v10, v11, v12, v13, v14, v15, v16, v17, v18, v19, v20, v21) -#define NLOHMANN_JSON_PASTE23(func, v1, v2, v3, v4, v5, v6, v7, v8, v9, v10, v11, v12, v13, v14, v15, v16, v17, v18, v19, v20, v21, v22) NLOHMANN_JSON_PASTE2(func, v1) NLOHMANN_JSON_PASTE22(func, v2, v3, v4, v5, v6, v7, v8, v9, v10, v11, v12, v13, v14, v15, v16, v17, v18, v19, v20, v21, v22) -#define NLOHMANN_JSON_PASTE24(func, v1, v2, v3, v4, v5, v6, v7, v8, v9, v10, v11, v12, v13, v14, v15, v16, v17, v18, v19, v20, v21, v22, v23) NLOHMANN_JSON_PASTE2(func, v1) NLOHMANN_JSON_PASTE23(func, v2, v3, v4, v5, v6, v7, v8, v9, v10, v11, v12, v13, v14, v15, v16, v17, v18, v19, v20, v21, v22, v23) -#define NLOHMANN_JSON_PASTE25(func, v1, v2, v3, v4, v5, v6, v7, v8, v9, v10, v11, v12, v13, v14, v15, v16, v17, v18, v19, v20, v21, v22, v23, v24) NLOHMANN_JSON_PASTE2(func, v1) NLOHMANN_JSON_PASTE24(func, v2, v3, v4, v5, v6, v7, v8, v9, v10, v11, v12, v13, v14, v15, v16, v17, v18, v19, v20, v21, v22, v23, v24) -#define NLOHMANN_JSON_PASTE26(func, v1, v2, v3, v4, v5, v6, v7, v8, v9, v10, v11, v12, v13, v14, v15, v16, v17, v18, v19, v20, v21, v22, v23, v24, v25) NLOHMANN_JSON_PASTE2(func, v1) NLOHMANN_JSON_PASTE25(func, v2, v3, v4, v5, v6, v7, v8, v9, v10, v11, v12, v13, v14, v15, v16, v17, v18, v19, v20, v21, v22, v23, v24, v25) -#define NLOHMANN_JSON_PASTE27(func, v1, v2, v3, v4, v5, v6, v7, v8, v9, v10, v11, v12, v13, v14, v15, v16, v17, v18, v19, v20, v21, v22, v23, v24, v25, v26) NLOHMANN_JSON_PASTE2(func, v1) NLOHMANN_JSON_PASTE26(func, v2, v3, v4, v5, v6, v7, v8, v9, v10, v11, v12, v13, v14, v15, v16, v17, v18, v19, v20, v21, v22, v23, v24, v25, v26) -#define NLOHMANN_JSON_PASTE28(func, v1, v2, v3, v4, v5, v6, v7, v8, v9, v10, v11, v12, v13, v14, v15, v16, v17, v18, v19, v20, v21, v22, v23, v24, v25, v26, v27) NLOHMANN_JSON_PASTE2(func, v1) NLOHMANN_JSON_PASTE27(func, v2, v3, v4, v5, v6, v7, v8, v9, v10, v11, v12, v13, v14, v15, v16, v17, v18, v19, v20, v21, v22, v23, v24, v25, v26, v27) -#define NLOHMANN_JSON_PASTE29(func, v1, v2, v3, v4, v5, v6, v7, v8, v9, v10, v11, v12, v13, v14, v15, v16, v17, v18, v19, v20, v21, v22, v23, v24, v25, v26, v27, v28) NLOHMANN_JSON_PASTE2(func, v1) NLOHMANN_JSON_PASTE28(func, v2, v3, v4, v5, v6, v7, v8, v9, v10, v11, v12, v13, v14, v15, v16, v17, v18, v19, v20, v21, v22, v23, v24, v25, v26, v27, v28) -#define NLOHMANN_JSON_PASTE30(func, v1, v2, v3, v4, v5, v6, v7, v8, v9, v10, v11, v12, v13, v14, v15, v16, v17, v18, v19, v20, v21, v22, v23, v24, v25, v26, v27, v28, v29) NLOHMANN_JSON_PASTE2(func, v1) NLOHMANN_JSON_PASTE29(func, v2, v3, v4, v5, v6, v7, v8, v9, v10, v11, v12, v13, v14, v15, v16, v17, v18, v19, v20, v21, v22, v23, v24, v25, v26, v27, v28, v29) -#define NLOHMANN_JSON_PASTE31(func, v1, v2, v3, v4, v5, v6, v7, v8, v9, v10, v11, v12, v13, v14, v15, v16, v17, v18, v19, v20, v21, v22, v23, v24, v25, v26, v27, v28, v29, v30) NLOHMANN_JSON_PASTE2(func, v1) NLOHMANN_JSON_PASTE30(func, v2, v3, v4, v5, v6, v7, v8, v9, v10, v11, v12, v13, v14, v15, v16, v17, v18, v19, v20, v21, v22, v23, v24, v25, v26, v27, v28, v29, v30) -#define NLOHMANN_JSON_PASTE32(func, v1, v2, v3, v4, v5, v6, v7, v8, v9, v10, v11, v12, v13, v14, v15, v16, v17, v18, v19, v20, v21, v22, v23, v24, v25, v26, v27, v28, v29, v30, v31) NLOHMANN_JSON_PASTE2(func, v1) NLOHMANN_JSON_PASTE31(func, v2, v3, v4, v5, v6, v7, v8, v9, v10, v11, v12, v13, v14, v15, v16, v17, v18, v19, v20, v21, v22, v23, v24, v25, v26, v27, v28, v29, v30, v31) -#define NLOHMANN_JSON_PASTE33(func, v1, v2, v3, v4, v5, v6, v7, v8, v9, v10, v11, v12, v13, v14, v15, v16, v17, v18, v19, v20, v21, v22, v23, v24, v25, v26, v27, v28, v29, v30, v31, v32) NLOHMANN_JSON_PASTE2(func, v1) NLOHMANN_JSON_PASTE32(func, v2, v3, v4, v5, v6, v7, v8, v9, v10, v11, v12, v13, v14, v15, v16, v17, v18, v19, v20, v21, v22, v23, v24, v25, v26, v27, v28, v29, v30, v31, v32) -#define NLOHMANN_JSON_PASTE34(func, v1, v2, v3, v4, v5, v6, v7, v8, v9, v10, v11, v12, v13, v14, v15, v16, v17, v18, v19, v20, v21, v22, v23, v24, v25, v26, v27, v28, v29, v30, v31, v32, v33) NLOHMANN_JSON_PASTE2(func, v1) NLOHMANN_JSON_PASTE33(func, v2, v3, v4, v5, v6, v7, v8, v9, v10, v11, v12, v13, v14, v15, v16, v17, v18, v19, v20, v21, v22, v23, v24, v25, v26, v27, v28, v29, v30, v31, v32, v33) -#define NLOHMANN_JSON_PASTE35(func, v1, v2, v3, v4, v5, v6, v7, v8, v9, v10, v11, v12, v13, v14, v15, v16, v17, v18, v19, v20, v21, v22, v23, v24, v25, v26, v27, v28, v29, v30, v31, v32, v33, v34) NLOHMANN_JSON_PASTE2(func, v1) NLOHMANN_JSON_PASTE34(func, v2, v3, v4, v5, v6, v7, v8, v9, v10, v11, v12, v13, v14, v15, v16, v17, v18, v19, v20, v21, v22, v23, v24, v25, v26, v27, v28, v29, v30, v31, v32, v33, v34) -#define NLOHMANN_JSON_PASTE36(func, v1, v2, v3, v4, v5, v6, v7, v8, v9, v10, v11, v12, v13, v14, v15, v16, v17, v18, v19, v20, v21, v22, v23, v24, v25, v26, v27, v28, v29, v30, v31, v32, v33, v34, v35) NLOHMANN_JSON_PASTE2(func, v1) NLOHMANN_JSON_PASTE35(func, v2, v3, v4, v5, v6, v7, v8, v9, v10, v11, v12, v13, v14, v15, v16, v17, v18, v19, v20, v21, v22, v23, v24, v25, v26, v27, v28, v29, v30, v31, v32, v33, v34, v35) -#define NLOHMANN_JSON_PASTE37(func, v1, v2, v3, v4, v5, v6, v7, v8, v9, v10, v11, v12, v13, v14, v15, v16, v17, v18, v19, v20, v21, v22, v23, v24, v25, v26, v27, v28, v29, v30, v31, v32, v33, v34, v35, v36) NLOHMANN_JSON_PASTE2(func, v1) NLOHMANN_JSON_PASTE36(func, v2, v3, v4, v5, v6, v7, v8, v9, v10, v11, v12, v13, v14, v15, v16, v17, v18, v19, v20, v21, v22, v23, v24, v25, v26, v27, v28, v29, v30, v31, v32, v33, v34, v35, v36) -#define NLOHMANN_JSON_PASTE38(func, v1, v2, v3, v4, v5, v6, v7, v8, v9, v10, v11, v12, v13, v14, v15, v16, v17, v18, v19, v20, v21, v22, v23, v24, v25, v26, v27, v28, v29, v30, v31, v32, v33, v34, v35, v36, v37) NLOHMANN_JSON_PASTE2(func, v1) NLOHMANN_JSON_PASTE37(func, v2, v3, v4, v5, v6, v7, v8, v9, v10, v11, v12, v13, v14, v15, v16, v17, v18, v19, v20, v21, v22, v23, v24, v25, v26, v27, v28, v29, v30, v31, v32, v33, v34, v35, v36, v37) -#define NLOHMANN_JSON_PASTE39(func, v1, v2, v3, v4, v5, v6, v7, v8, v9, v10, v11, v12, v13, v14, v15, v16, v17, v18, v19, v20, v21, v22, v23, v24, v25, v26, v27, v28, v29, v30, v31, v32, v33, v34, v35, v36, v37, v38) NLOHMANN_JSON_PASTE2(func, v1) NLOHMANN_JSON_PASTE38(func, v2, v3, v4, v5, v6, v7, v8, v9, v10, v11, v12, v13, v14, v15, v16, v17, v18, v19, v20, v21, v22, v23, v24, v25, v26, v27, v28, v29, v30, v31, v32, v33, v34, v35, v36, v37, v38) -#define NLOHMANN_JSON_PASTE40(func, v1, v2, v3, v4, v5, v6, v7, v8, v9, v10, v11, v12, v13, v14, v15, v16, v17, v18, v19, v20, v21, v22, v23, v24, v25, v26, v27, v28, v29, v30, v31, v32, v33, v34, v35, v36, v37, v38, v39) NLOHMANN_JSON_PASTE2(func, v1) NLOHMANN_JSON_PASTE39(func, v2, v3, v4, v5, v6, v7, v8, v9, v10, v11, v12, v13, v14, v15, v16, v17, v18, v19, v20, v21, v22, v23, v24, v25, v26, v27, v28, v29, v30, v31, v32, v33, v34, v35, v36, v37, v38, v39) -#define NLOHMANN_JSON_PASTE41(func, v1, v2, v3, v4, v5, v6, v7, v8, v9, v10, v11, v12, v13, v14, v15, v16, v17, v18, v19, v20, v21, v22, v23, v24, v25, v26, v27, v28, v29, v30, v31, v32, v33, v34, v35, v36, v37, v38, v39, v40) NLOHMANN_JSON_PASTE2(func, v1) NLOHMANN_JSON_PASTE40(func, v2, v3, v4, v5, v6, v7, v8, v9, v10, v11, v12, v13, v14, v15, v16, v17, v18, v19, v20, v21, v22, v23, v24, v25, v26, v27, v28, v29, v30, v31, v32, v33, v34, v35, v36, v37, v38, v39, v40) -#define NLOHMANN_JSON_PASTE42(func, v1, v2, v3, v4, v5, v6, v7, v8, v9, v10, v11, v12, v13, v14, v15, v16, v17, v18, v19, v20, v21, v22, v23, v24, v25, v26, v27, v28, v29, v30, v31, v32, v33, v34, v35, v36, v37, v38, v39, v40, v41) NLOHMANN_JSON_PASTE2(func, v1) NLOHMANN_JSON_PASTE41(func, v2, v3, v4, v5, v6, v7, v8, v9, v10, v11, v12, v13, v14, v15, v16, v17, v18, v19, v20, v21, v22, v23, v24, v25, v26, v27, v28, v29, v30, v31, v32, v33, v34, v35, v36, v37, v38, v39, v40, v41) -#define NLOHMANN_JSON_PASTE43(func, v1, v2, v3, v4, v5, v6, v7, v8, v9, v10, v11, v12, v13, v14, v15, v16, v17, v18, v19, v20, v21, v22, v23, v24, v25, v26, v27, v28, v29, v30, v31, v32, v33, v34, v35, v36, v37, v38, v39, v40, v41, v42) NLOHMANN_JSON_PASTE2(func, v1) NLOHMANN_JSON_PASTE42(func, v2, v3, v4, v5, v6, v7, v8, v9, v10, v11, v12, v13, v14, v15, v16, v17, v18, v19, v20, v21, v22, v23, v24, v25, v26, v27, v28, v29, v30, v31, v32, v33, v34, v35, v36, v37, v38, v39, v40, v41, v42) -#define NLOHMANN_JSON_PASTE44(func, v1, v2, v3, v4, v5, v6, v7, v8, v9, v10, v11, v12, v13, v14, v15, v16, v17, v18, v19, v20, v21, v22, v23, v24, v25, v26, v27, v28, v29, v30, v31, v32, v33, v34, v35, v36, v37, v38, v39, v40, v41, v42, v43) NLOHMANN_JSON_PASTE2(func, v1) NLOHMANN_JSON_PASTE43(func, v2, v3, v4, v5, v6, v7, v8, v9, v10, v11, v12, v13, v14, v15, v16, v17, v18, v19, v20, v21, v22, v23, v24, v25, v26, v27, v28, v29, v30, v31, v32, v33, v34, v35, v36, v37, v38, v39, v40, v41, v42, v43) -#define NLOHMANN_JSON_PASTE45(func, v1, v2, v3, v4, v5, v6, v7, v8, v9, v10, v11, v12, v13, v14, v15, v16, v17, v18, v19, v20, v21, v22, v23, v24, v25, v26, v27, v28, v29, v30, v31, v32, v33, v34, v35, v36, v37, v38, v39, v40, v41, v42, v43, v44) NLOHMANN_JSON_PASTE2(func, v1) NLOHMANN_JSON_PASTE44(func, v2, v3, v4, v5, v6, v7, v8, v9, v10, v11, v12, v13, v14, v15, v16, v17, v18, v19, v20, v21, v22, v23, v24, v25, v26, v27, v28, v29, v30, v31, v32, v33, v34, v35, v36, v37, v38, v39, v40, v41, v42, v43, v44) -#define NLOHMANN_JSON_PASTE46(func, v1, v2, v3, v4, v5, v6, v7, v8, v9, v10, v11, v12, v13, v14, v15, v16, v17, v18, v19, v20, v21, v22, v23, v24, v25, v26, v27, v28, v29, v30, v31, v32, v33, v34, v35, v36, v37, v38, v39, v40, v41, v42, v43, v44, v45) NLOHMANN_JSON_PASTE2(func, v1) NLOHMANN_JSON_PASTE45(func, v2, v3, v4, v5, v6, v7, v8, v9, v10, v11, v12, v13, v14, v15, v16, v17, v18, v19, v20, v21, v22, v23, v24, v25, v26, v27, v28, v29, v30, v31, v32, v33, v34, v35, v36, v37, v38, v39, v40, v41, v42, v43, v44, v45) -#define NLOHMANN_JSON_PASTE47(func, v1, v2, v3, v4, v5, v6, v7, v8, v9, v10, v11, v12, v13, v14, v15, v16, v17, v18, v19, v20, v21, v22, v23, v24, v25, v26, v27, v28, v29, v30, v31, v32, v33, v34, v35, v36, v37, v38, v39, v40, v41, v42, v43, v44, v45, v46) NLOHMANN_JSON_PASTE2(func, v1) NLOHMANN_JSON_PASTE46(func, v2, v3, v4, v5, v6, v7, v8, v9, v10, v11, v12, v13, v14, v15, v16, v17, v18, v19, v20, v21, v22, v23, v24, v25, v26, v27, v28, v29, v30, v31, v32, v33, v34, v35, v36, v37, v38, v39, v40, v41, v42, v43, v44, v45, v46) -#define NLOHMANN_JSON_PASTE48(func, v1, v2, v3, v4, v5, v6, v7, v8, v9, v10, v11, v12, v13, v14, v15, v16, v17, v18, v19, v20, v21, v22, v23, v24, v25, v26, v27, v28, v29, v30, v31, v32, v33, v34, v35, v36, v37, v38, v39, v40, v41, v42, v43, v44, v45, v46, v47) NLOHMANN_JSON_PASTE2(func, v1) NLOHMANN_JSON_PASTE47(func, v2, v3, v4, v5, v6, v7, v8, v9, v10, v11, v12, v13, v14, v15, v16, v17, v18, v19, v20, v21, v22, v23, v24, v25, v26, v27, v28, v29, v30, v31, v32, v33, v34, v35, v36, v37, v38, v39, v40, v41, v42, v43, v44, v45, v46, v47) -#define NLOHMANN_JSON_PASTE49(func, v1, v2, v3, v4, v5, v6, v7, v8, v9, v10, v11, v12, v13, v14, v15, v16, v17, v18, v19, v20, v21, v22, v23, v24, v25, v26, v27, v28, v29, v30, v31, v32, v33, v34, v35, v36, v37, v38, v39, v40, v41, v42, v43, v44, v45, v46, v47, v48) NLOHMANN_JSON_PASTE2(func, v1) NLOHMANN_JSON_PASTE48(func, v2, v3, v4, v5, v6, v7, v8, v9, v10, v11, v12, v13, v14, v15, v16, v17, v18, v19, v20, v21, v22, v23, v24, v25, v26, v27, v28, v29, v30, v31, v32, v33, v34, v35, v36, v37, v38, v39, v40, v41, v42, v43, v44, v45, v46, v47, v48) -#define NLOHMANN_JSON_PASTE50(func, v1, v2, v3, v4, v5, v6, v7, v8, v9, v10, v11, v12, v13, v14, v15, v16, v17, v18, v19, v20, v21, v22, v23, v24, v25, v26, v27, v28, v29, v30, v31, v32, v33, v34, v35, v36, v37, v38, v39, v40, v41, v42, v43, v44, v45, v46, v47, v48, v49) NLOHMANN_JSON_PASTE2(func, v1) NLOHMANN_JSON_PASTE49(func, v2, v3, v4, v5, v6, v7, v8, v9, v10, v11, v12, v13, v14, v15, v16, v17, v18, v19, v20, v21, v22, v23, v24, v25, v26, v27, v28, v29, v30, v31, v32, v33, v34, v35, v36, v37, v38, v39, v40, v41, v42, v43, v44, v45, v46, v47, v48, v49) -#define NLOHMANN_JSON_PASTE51(func, v1, v2, v3, v4, v5, v6, v7, v8, v9, v10, v11, v12, v13, v14, v15, v16, v17, v18, v19, v20, v21, v22, v23, v24, v25, v26, v27, v28, v29, v30, v31, v32, v33, v34, v35, v36, v37, v38, v39, v40, v41, v42, v43, v44, v45, v46, v47, v48, v49, v50) NLOHMANN_JSON_PASTE2(func, v1) NLOHMANN_JSON_PASTE50(func, v2, v3, v4, v5, v6, v7, v8, v9, v10, v11, v12, v13, v14, v15, v16, v17, v18, v19, v20, v21, v22, v23, v24, v25, v26, v27, v28, v29, v30, v31, v32, v33, v34, v35, v36, v37, v38, v39, v40, v41, v42, v43, v44, v45, v46, v47, v48, v49, v50) -#define NLOHMANN_JSON_PASTE52(func, v1, v2, v3, v4, v5, v6, v7, v8, v9, v10, v11, v12, v13, v14, v15, v16, v17, v18, v19, v20, v21, v22, v23, v24, v25, v26, v27, v28, v29, v30, v31, v32, v33, v34, v35, v36, v37, v38, v39, v40, v41, v42, v43, v44, v45, v46, v47, v48, v49, v50, v51) NLOHMANN_JSON_PASTE2(func, v1) NLOHMANN_JSON_PASTE51(func, v2, v3, v4, v5, v6, v7, v8, v9, v10, v11, v12, v13, v14, v15, v16, v17, v18, v19, v20, v21, v22, v23, v24, v25, v26, v27, v28, v29, v30, v31, v32, v33, v34, v35, v36, v37, v38, v39, v40, v41, v42, v43, v44, v45, v46, v47, v48, v49, v50, v51) -#define NLOHMANN_JSON_PASTE53(func, v1, v2, v3, v4, v5, v6, v7, v8, v9, v10, v11, v12, v13, v14, v15, v16, v17, v18, v19, v20, v21, v22, v23, v24, v25, v26, v27, v28, v29, v30, v31, v32, v33, v34, v35, v36, v37, v38, v39, v40, v41, v42, v43, v44, v45, v46, v47, v48, v49, v50, v51, v52) NLOHMANN_JSON_PASTE2(func, v1) NLOHMANN_JSON_PASTE52(func, v2, v3, v4, v5, v6, v7, v8, v9, v10, v11, v12, v13, v14, v15, v16, v17, v18, v19, v20, v21, v22, v23, v24, v25, v26, v27, v28, v29, v30, v31, v32, v33, v34, v35, v36, v37, v38, v39, v40, v41, v42, v43, v44, v45, v46, v47, v48, v49, v50, v51, v52) -#define NLOHMANN_JSON_PASTE54(func, v1, v2, v3, v4, v5, v6, v7, v8, v9, v10, v11, v12, v13, v14, v15, v16, v17, v18, v19, v20, v21, v22, v23, v24, v25, v26, v27, v28, v29, v30, v31, v32, v33, v34, v35, v36, v37, v38, v39, v40, v41, v42, v43, v44, v45, v46, v47, v48, v49, v50, v51, v52, v53) NLOHMANN_JSON_PASTE2(func, v1) NLOHMANN_JSON_PASTE53(func, v2, v3, v4, v5, v6, v7, v8, v9, v10, v11, v12, v13, v14, v15, v16, v17, v18, v19, v20, v21, v22, v23, v24, v25, v26, v27, v28, v29, v30, v31, v32, v33, v34, v35, v36, v37, v38, v39, v40, v41, v42, v43, v44, v45, v46, v47, v48, v49, v50, v51, v52, v53) -#define NLOHMANN_JSON_PASTE55(func, v1, v2, v3, v4, v5, v6, v7, v8, v9, v10, v11, v12, v13, v14, v15, v16, v17, v18, v19, v20, v21, v22, v23, v24, v25, v26, v27, v28, v29, v30, v31, v32, v33, v34, v35, v36, v37, v38, v39, v40, v41, v42, v43, v44, v45, v46, v47, v48, v49, v50, v51, v52, v53, v54) NLOHMANN_JSON_PASTE2(func, v1) NLOHMANN_JSON_PASTE54(func, v2, v3, v4, v5, v6, v7, v8, v9, v10, v11, v12, v13, v14, v15, v16, v17, v18, v19, v20, v21, v22, v23, v24, v25, v26, v27, v28, v29, v30, v31, v32, v33, v34, v35, v36, v37, v38, v39, v40, v41, v42, v43, v44, v45, v46, v47, v48, v49, v50, v51, v52, v53, v54) -#define NLOHMANN_JSON_PASTE56(func, v1, v2, v3, v4, v5, v6, v7, v8, v9, v10, v11, v12, v13, v14, v15, v16, v17, v18, v19, v20, v21, v22, v23, v24, v25, v26, v27, v28, v29, v30, v31, v32, v33, v34, v35, v36, v37, v38, v39, v40, v41, v42, v43, v44, v45, v46, v47, v48, v49, v50, v51, v52, v53, v54, v55) NLOHMANN_JSON_PASTE2(func, v1) NLOHMANN_JSON_PASTE55(func, v2, v3, v4, v5, v6, v7, v8, v9, v10, v11, v12, v13, v14, v15, v16, v17, v18, v19, v20, v21, v22, v23, v24, v25, v26, v27, v28, v29, v30, v31, v32, v33, v34, v35, v36, v37, v38, v39, v40, v41, v42, v43, v44, v45, v46, v47, v48, v49, v50, v51, v52, v53, v54, v55) -#define NLOHMANN_JSON_PASTE57(func, v1, v2, v3, v4, v5, v6, v7, v8, v9, v10, v11, v12, v13, v14, v15, v16, v17, v18, v19, v20, v21, v22, v23, v24, v25, v26, v27, v28, v29, v30, v31, v32, v33, v34, v35, v36, v37, v38, v39, v40, v41, v42, v43, v44, v45, v46, v47, v48, v49, v50, v51, v52, v53, v54, v55, v56) NLOHMANN_JSON_PASTE2(func, v1) NLOHMANN_JSON_PASTE56(func, v2, v3, v4, v5, v6, v7, v8, v9, v10, v11, v12, v13, v14, v15, v16, v17, v18, v19, v20, v21, v22, v23, v24, v25, v26, v27, v28, v29, v30, v31, v32, v33, v34, v35, v36, v37, v38, v39, v40, v41, v42, v43, v44, v45, v46, v47, v48, v49, v50, v51, v52, v53, v54, v55, v56) -#define NLOHMANN_JSON_PASTE58(func, v1, v2, v3, v4, v5, v6, v7, v8, v9, v10, v11, v12, v13, v14, v15, v16, v17, v18, v19, v20, v21, v22, v23, v24, v25, v26, v27, v28, v29, v30, v31, v32, v33, v34, v35, v36, v37, v38, v39, v40, v41, v42, v43, v44, v45, v46, v47, v48, v49, v50, v51, v52, v53, v54, v55, v56, v57) NLOHMANN_JSON_PASTE2(func, v1) NLOHMANN_JSON_PASTE57(func, v2, v3, v4, v5, v6, v7, v8, v9, v10, v11, v12, v13, v14, v15, v16, v17, v18, v19, v20, v21, v22, v23, v24, v25, v26, v27, v28, v29, v30, v31, v32, v33, v34, v35, v36, v37, v38, v39, v40, v41, v42, v43, v44, v45, v46, v47, v48, v49, v50, v51, v52, v53, v54, v55, v56, v57) -#define NLOHMANN_JSON_PASTE59(func, v1, v2, v3, v4, v5, v6, v7, v8, v9, v10, v11, v12, v13, v14, v15, v16, v17, v18, v19, v20, v21, v22, v23, v24, v25, v26, v27, v28, v29, v30, v31, v32, v33, v34, v35, v36, v37, v38, v39, v40, v41, v42, v43, v44, v45, v46, v47, v48, v49, v50, v51, v52, v53, v54, v55, v56, v57, v58) NLOHMANN_JSON_PASTE2(func, v1) NLOHMANN_JSON_PASTE58(func, v2, v3, v4, v5, v6, v7, v8, v9, v10, v11, v12, v13, v14, v15, v16, v17, v18, v19, v20, v21, v22, v23, v24, v25, v26, v27, v28, v29, v30, v31, v32, v33, v34, v35, v36, v37, v38, v39, v40, v41, v42, v43, v44, v45, v46, v47, v48, v49, v50, v51, v52, v53, v54, v55, v56, v57, v58) -#define NLOHMANN_JSON_PASTE60(func, v1, v2, v3, v4, v5, v6, v7, v8, v9, v10, v11, v12, v13, v14, v15, v16, v17, v18, v19, v20, v21, v22, v23, v24, v25, v26, v27, v28, v29, v30, v31, v32, v33, v34, v35, v36, v37, v38, v39, v40, v41, v42, v43, v44, v45, v46, v47, v48, v49, v50, v51, v52, v53, v54, v55, v56, v57, v58, v59) NLOHMANN_JSON_PASTE2(func, v1) NLOHMANN_JSON_PASTE59(func, v2, v3, v4, v5, v6, v7, v8, v9, v10, v11, v12, v13, v14, v15, v16, v17, v18, v19, v20, v21, v22, v23, v24, v25, v26, v27, v28, v29, v30, v31, v32, v33, v34, v35, v36, v37, v38, v39, v40, v41, v42, v43, v44, v45, v46, v47, v48, v49, v50, v51, v52, v53, v54, v55, v56, v57, v58, v59) -#define NLOHMANN_JSON_PASTE61(func, v1, v2, v3, v4, v5, v6, v7, v8, v9, v10, v11, v12, v13, v14, v15, v16, v17, v18, v19, v20, v21, v22, v23, v24, v25, v26, v27, v28, v29, v30, v31, v32, v33, v34, v35, v36, v37, v38, v39, v40, v41, v42, v43, v44, v45, v46, v47, v48, v49, v50, v51, v52, v53, v54, v55, v56, v57, v58, v59, v60) NLOHMANN_JSON_PASTE2(func, v1) NLOHMANN_JSON_PASTE60(func, v2, v3, v4, v5, v6, v7, v8, v9, v10, v11, v12, v13, v14, v15, v16, v17, v18, v19, v20, v21, v22, v23, v24, v25, v26, v27, v28, v29, v30, v31, v32, v33, v34, v35, v36, v37, v38, v39, v40, v41, v42, v43, v44, v45, v46, v47, v48, v49, v50, v51, v52, v53, v54, v55, v56, v57, v58, v59, v60) -#define NLOHMANN_JSON_PASTE62(func, v1, v2, v3, v4, v5, v6, v7, v8, v9, v10, v11, v12, v13, v14, v15, v16, v17, v18, v19, v20, v21, v22, v23, v24, v25, v26, v27, v28, v29, v30, v31, v32, v33, v34, v35, v36, v37, v38, v39, v40, v41, v42, v43, v44, v45, v46, v47, v48, v49, v50, v51, v52, v53, v54, v55, v56, v57, v58, v59, v60, v61) NLOHMANN_JSON_PASTE2(func, v1) NLOHMANN_JSON_PASTE61(func, v2, v3, v4, v5, v6, v7, v8, v9, v10, v11, v12, v13, v14, v15, v16, v17, v18, v19, v20, v21, v22, v23, v24, v25, v26, v27, v28, v29, v30, v31, v32, v33, v34, v35, v36, v37, v38, v39, v40, v41, v42, v43, v44, v45, v46, v47, v48, v49, v50, v51, v52, v53, v54, v55, v56, v57, v58, v59, v60, v61) -#define NLOHMANN_JSON_PASTE63(func, v1, v2, v3, v4, v5, v6, v7, v8, v9, v10, v11, v12, v13, v14, v15, v16, v17, v18, v19, v20, v21, v22, v23, v24, v25, v26, v27, v28, v29, v30, v31, v32, v33, v34, v35, v36, v37, v38, v39, v40, v41, v42, v43, v44, v45, v46, v47, v48, v49, v50, v51, v52, v53, v54, v55, v56, v57, v58, v59, v60, v61, v62) NLOHMANN_JSON_PASTE2(func, v1) NLOHMANN_JSON_PASTE62(func, v2, v3, v4, v5, v6, v7, v8, v9, v10, v11, v12, v13, v14, v15, v16, v17, v18, v19, v20, v21, v22, v23, v24, v25, v26, v27, v28, v29, v30, v31, v32, v33, v34, v35, v36, v37, v38, v39, v40, v41, v42, v43, v44, v45, v46, v47, v48, v49, v50, v51, v52, v53, v54, v55, v56, v57, v58, v59, v60, v61, v62) -#define NLOHMANN_JSON_PASTE64(func, v1, v2, v3, v4, v5, v6, v7, v8, v9, v10, v11, v12, v13, v14, v15, v16, v17, v18, v19, v20, v21, v22, v23, v24, v25, v26, v27, v28, v29, v30, v31, v32, v33, v34, v35, v36, v37, v38, v39, v40, v41, v42, v43, v44, v45, v46, v47, v48, v49, v50, v51, v52, v53, v54, v55, v56, v57, v58, v59, v60, v61, v62, v63) NLOHMANN_JSON_PASTE2(func, v1) NLOHMANN_JSON_PASTE63(func, v2, v3, v4, v5, v6, v7, v8, v9, v10, v11, v12, v13, v14, v15, v16, v17, v18, v19, v20, v21, v22, v23, v24, v25, v26, v27, v28, v29, v30, v31, v32, v33, v34, v35, v36, v37, v38, v39, v40, v41, v42, v43, v44, v45, v46, v47, v48, v49, v50, v51, v52, v53, v54, v55, v56, v57, v58, v59, v60, v61, v62, v63) - -#define NLOHMANN_JSON_TO(v1) nlohmann_json_j[#v1] = nlohmann_json_t.v1; -#define NLOHMANN_JSON_FROM(v1) nlohmann_json_j.at(#v1).get_to(nlohmann_json_t.v1); -#define NLOHMANN_JSON_FROM_WITH_DEFAULT(v1) nlohmann_json_t.v1 = nlohmann_json_j.value(#v1, nlohmann_json_default_obj.v1); - -/*! -@brief macro -@def NLOHMANN_DEFINE_TYPE_INTRUSIVE -@since version 3.9.0 -*/ -#define NLOHMANN_DEFINE_TYPE_INTRUSIVE(Type, ...) \ - friend void to_json(nlohmann::json& nlohmann_json_j, const Type& nlohmann_json_t) { NLOHMANN_JSON_EXPAND(NLOHMANN_JSON_PASTE(NLOHMANN_JSON_TO, __VA_ARGS__)) } \ - friend void from_json(const nlohmann::json& nlohmann_json_j, Type& nlohmann_json_t) { NLOHMANN_JSON_EXPAND(NLOHMANN_JSON_PASTE(NLOHMANN_JSON_FROM, __VA_ARGS__)) } - -#define NLOHMANN_DEFINE_TYPE_INTRUSIVE_WITH_DEFAULT(Type, ...) \ - friend void to_json(nlohmann::json& nlohmann_json_j, const Type& nlohmann_json_t) { NLOHMANN_JSON_EXPAND(NLOHMANN_JSON_PASTE(NLOHMANN_JSON_TO, __VA_ARGS__)) } \ - friend void from_json(const nlohmann::json& nlohmann_json_j, Type& nlohmann_json_t) { const Type nlohmann_json_default_obj{}; NLOHMANN_JSON_EXPAND(NLOHMANN_JSON_PASTE(NLOHMANN_JSON_FROM_WITH_DEFAULT, __VA_ARGS__)) } - -#define NLOHMANN_DEFINE_TYPE_INTRUSIVE_ONLY_SERIALIZE(Type, ...) \ - friend void to_json(nlohmann::json& nlohmann_json_j, const Type& nlohmann_json_t) { NLOHMANN_JSON_EXPAND(NLOHMANN_JSON_PASTE(NLOHMANN_JSON_TO, __VA_ARGS__)) } - -/*! -@brief macro -@def NLOHMANN_DEFINE_TYPE_NON_INTRUSIVE -@since version 3.9.0 -*/ -#define NLOHMANN_DEFINE_TYPE_NON_INTRUSIVE(Type, ...) \ - inline void to_json(nlohmann::json& nlohmann_json_j, const Type& nlohmann_json_t) { NLOHMANN_JSON_EXPAND(NLOHMANN_JSON_PASTE(NLOHMANN_JSON_TO, __VA_ARGS__)) } \ - inline void from_json(const nlohmann::json& nlohmann_json_j, Type& nlohmann_json_t) { NLOHMANN_JSON_EXPAND(NLOHMANN_JSON_PASTE(NLOHMANN_JSON_FROM, __VA_ARGS__)) } - -#define NLOHMANN_DEFINE_TYPE_NON_INTRUSIVE_ONLY_SERIALIZE(Type, ...) \ - inline void to_json(nlohmann::json& nlohmann_json_j, const Type& nlohmann_json_t) { NLOHMANN_JSON_EXPAND(NLOHMANN_JSON_PASTE(NLOHMANN_JSON_TO, __VA_ARGS__)) } - -#define NLOHMANN_DEFINE_TYPE_NON_INTRUSIVE_WITH_DEFAULT(Type, ...) \ - inline void to_json(nlohmann::json& nlohmann_json_j, const Type& nlohmann_json_t) { NLOHMANN_JSON_EXPAND(NLOHMANN_JSON_PASTE(NLOHMANN_JSON_TO, __VA_ARGS__)) } \ - inline void from_json(const nlohmann::json& nlohmann_json_j, Type& nlohmann_json_t) { const Type nlohmann_json_default_obj{}; NLOHMANN_JSON_EXPAND(NLOHMANN_JSON_PASTE(NLOHMANN_JSON_FROM_WITH_DEFAULT, __VA_ARGS__)) } - -// inspired from https://stackoverflow.com/a/26745591 -// allows to call any std function as if (e.g. with begin): -// using std::begin; begin(x); -// -// it allows using the detected idiom to retrieve the return type -// of such an expression -#define NLOHMANN_CAN_CALL_STD_FUNC_IMPL(std_name) \ - namespace detail { \ - using std::std_name; \ - \ - template \ - using result_of_##std_name = decltype(std_name(std::declval()...)); \ - } \ - \ - namespace detail2 { \ - struct std_name##_tag \ - { \ - }; \ - \ - template \ - std_name##_tag std_name(T&&...); \ - \ - template \ - using result_of_##std_name = decltype(std_name(std::declval()...)); \ - \ - template \ - struct would_call_std_##std_name \ - { \ - static constexpr auto const value = ::nlohmann::detail:: \ - is_detected_exact::value; \ - }; \ - } /* namespace detail2 */ \ - \ - template \ - struct would_call_std_##std_name : detail2::would_call_std_##std_name \ - { \ - } - -#ifndef JSON_USE_IMPLICIT_CONVERSIONS - #define JSON_USE_IMPLICIT_CONVERSIONS 1 -#endif - -#if JSON_USE_IMPLICIT_CONVERSIONS - #define JSON_EXPLICIT -#else - #define JSON_EXPLICIT explicit -#endif - -#ifndef JSON_DISABLE_ENUM_SERIALIZATION - #define JSON_DISABLE_ENUM_SERIALIZATION 0 -#endif - -#ifndef JSON_USE_GLOBAL_UDLS - #define JSON_USE_GLOBAL_UDLS 1 -#endif - -#if JSON_HAS_THREE_WAY_COMPARISON - #include // partial_ordering -#endif - -NLOHMANN_JSON_NAMESPACE_BEGIN -namespace detail -{ - -/////////////////////////// -// JSON type enumeration // -/////////////////////////// - -/*! -@brief the JSON type enumeration - -This enumeration collects the different JSON types. It is internally used to -distinguish the stored values, and the functions @ref basic_json::is_null(), -@ref basic_json::is_object(), @ref basic_json::is_array(), -@ref basic_json::is_string(), @ref basic_json::is_boolean(), -@ref basic_json::is_number() (with @ref basic_json::is_number_integer(), -@ref basic_json::is_number_unsigned(), and @ref basic_json::is_number_float()), -@ref basic_json::is_discarded(), @ref basic_json::is_primitive(), and -@ref basic_json::is_structured() rely on it. - -@note There are three enumeration entries (number_integer, number_unsigned, and -number_float), because the library distinguishes these three types for numbers: -@ref basic_json::number_unsigned_t is used for unsigned integers, -@ref basic_json::number_integer_t is used for signed integers, and -@ref basic_json::number_float_t is used for floating-point numbers or to -approximate integers which do not fit in the limits of their respective type. - -@sa see @ref basic_json::basic_json(const value_t value_type) -- create a JSON -value with the default value for a given type - -@since version 1.0.0 -*/ -enum class value_t : std::uint8_t -{ - null, ///< null value - object, ///< object (unordered set of name/value pairs) - array, ///< array (ordered collection of values) - string, ///< string value - boolean, ///< boolean value - number_integer, ///< number value (signed integer) - number_unsigned, ///< number value (unsigned integer) - number_float, ///< number value (floating-point) - binary, ///< binary array (ordered collection of bytes) - discarded ///< discarded by the parser callback function -}; - -/*! -@brief comparison operator for JSON types - -Returns an ordering that is similar to Python: -- order: null < boolean < number < object < array < string < binary -- furthermore, each type is not smaller than itself -- discarded values are not comparable -- binary is represented as a b"" string in python and directly comparable to a - string; however, making a binary array directly comparable with a string would - be surprising behavior in a JSON file. - -@since version 1.0.0 -*/ -#if JSON_HAS_THREE_WAY_COMPARISON - inline std::partial_ordering operator<=>(const value_t lhs, const value_t rhs) noexcept // *NOPAD* -#else - inline bool operator<(const value_t lhs, const value_t rhs) noexcept -#endif -{ - static constexpr std::array order = {{ - 0 /* null */, 3 /* object */, 4 /* array */, 5 /* string */, - 1 /* boolean */, 2 /* integer */, 2 /* unsigned */, 2 /* float */, - 6 /* binary */ - } - }; - - const auto l_index = static_cast(lhs); - const auto r_index = static_cast(rhs); -#if JSON_HAS_THREE_WAY_COMPARISON - if (l_index < order.size() && r_index < order.size()) - { - return order[l_index] <=> order[r_index]; // *NOPAD* - } - return std::partial_ordering::unordered; -#else - return l_index < order.size() && r_index < order.size() && order[l_index] < order[r_index]; -#endif -} - -// GCC selects the built-in operator< over an operator rewritten from -// a user-defined spaceship operator -// Clang, MSVC, and ICC select the rewritten candidate -// (see GCC bug https://gcc.gnu.org/bugzilla/show_bug.cgi?id=105200) -#if JSON_HAS_THREE_WAY_COMPARISON && defined(__GNUC__) -inline bool operator<(const value_t lhs, const value_t rhs) noexcept -{ - return std::is_lt(lhs <=> rhs); // *NOPAD* -} -#endif - -} // namespace detail -NLOHMANN_JSON_NAMESPACE_END - -// #include -// __ _____ _____ _____ -// __| | __| | | | JSON for Modern C++ -// | | |__ | | | | | | version 3.11.3 -// |_____|_____|_____|_|___| https://github.com/nlohmann/json -// -// SPDX-FileCopyrightText: 2013-2023 Niels Lohmann -// SPDX-License-Identifier: MIT - - - -// #include - - -NLOHMANN_JSON_NAMESPACE_BEGIN -namespace detail -{ - -/*! -@brief replace all occurrences of a substring by another string - -@param[in,out] s the string to manipulate; changed so that all - occurrences of @a f are replaced with @a t -@param[in] f the substring to replace with @a t -@param[in] t the string to replace @a f - -@pre The search string @a f must not be empty. **This precondition is -enforced with an assertion.** - -@since version 2.0.0 -*/ -template -inline void replace_substring(StringType& s, const StringType& f, - const StringType& t) -{ - JSON_ASSERT(!f.empty()); - for (auto pos = s.find(f); // find first occurrence of f - pos != StringType::npos; // make sure f was found - s.replace(pos, f.size(), t), // replace with t, and - pos = s.find(f, pos + t.size())) // find next occurrence of f - {} -} - -/*! - * @brief string escaping as described in RFC 6901 (Sect. 4) - * @param[in] s string to escape - * @return escaped string - * - * Note the order of escaping "~" to "~0" and "/" to "~1" is important. - */ -template -inline StringType escape(StringType s) -{ - replace_substring(s, StringType{"~"}, StringType{"~0"}); - replace_substring(s, StringType{"/"}, StringType{"~1"}); - return s; -} - -/*! - * @brief string unescaping as described in RFC 6901 (Sect. 4) - * @param[in] s string to unescape - * @return unescaped string - * - * Note the order of escaping "~1" to "/" and "~0" to "~" is important. - */ -template -static void unescape(StringType& s) -{ - replace_substring(s, StringType{"~1"}, StringType{"/"}); - replace_substring(s, StringType{"~0"}, StringType{"~"}); -} - -} // namespace detail -NLOHMANN_JSON_NAMESPACE_END - -// #include -// __ _____ _____ _____ -// __| | __| | | | JSON for Modern C++ -// | | |__ | | | | | | version 3.11.3 -// |_____|_____|_____|_|___| https://github.com/nlohmann/json -// -// SPDX-FileCopyrightText: 2013-2023 Niels Lohmann -// SPDX-License-Identifier: MIT - - - -#include // size_t - -// #include - - -NLOHMANN_JSON_NAMESPACE_BEGIN -namespace detail -{ - -/// struct to capture the start position of the current token -struct position_t -{ - /// the total number of characters read - std::size_t chars_read_total = 0; - /// the number of characters read in the current line - std::size_t chars_read_current_line = 0; - /// the number of lines read - std::size_t lines_read = 0; - - /// conversion to size_t to preserve SAX interface - constexpr operator size_t() const - { - return chars_read_total; - } -}; - -} // namespace detail -NLOHMANN_JSON_NAMESPACE_END - -// #include - -// #include -// __ _____ _____ _____ -// __| | __| | | | JSON for Modern C++ -// | | |__ | | | | | | version 3.11.3 -// |_____|_____|_____|_|___| https://github.com/nlohmann/json -// -// SPDX-FileCopyrightText: 2013-2023 Niels Lohmann -// SPDX-FileCopyrightText: 2018 The Abseil Authors -// SPDX-License-Identifier: MIT - - - -#include // array -#include // size_t -#include // conditional, enable_if, false_type, integral_constant, is_constructible, is_integral, is_same, remove_cv, remove_reference, true_type -#include // index_sequence, make_index_sequence, index_sequence_for - -// #include - - -NLOHMANN_JSON_NAMESPACE_BEGIN -namespace detail -{ - -template -using uncvref_t = typename std::remove_cv::type>::type; - -#ifdef JSON_HAS_CPP_14 - -// the following utilities are natively available in C++14 -using std::enable_if_t; -using std::index_sequence; -using std::make_index_sequence; -using std::index_sequence_for; - -#else - -// alias templates to reduce boilerplate -template -using enable_if_t = typename std::enable_if::type; - -// The following code is taken from https://github.com/abseil/abseil-cpp/blob/10cb35e459f5ecca5b2ff107635da0bfa41011b4/absl/utility/utility.h -// which is part of Google Abseil (https://github.com/abseil/abseil-cpp), licensed under the Apache License 2.0. - -//// START OF CODE FROM GOOGLE ABSEIL - -// integer_sequence -// -// Class template representing a compile-time integer sequence. An instantiation -// of `integer_sequence` has a sequence of integers encoded in its -// type through its template arguments (which is a common need when -// working with C++11 variadic templates). `absl::integer_sequence` is designed -// to be a drop-in replacement for C++14's `std::integer_sequence`. -// -// Example: -// -// template< class T, T... Ints > -// void user_function(integer_sequence); -// -// int main() -// { -// // user_function's `T` will be deduced to `int` and `Ints...` -// // will be deduced to `0, 1, 2, 3, 4`. -// user_function(make_integer_sequence()); -// } -template -struct integer_sequence -{ - using value_type = T; - static constexpr std::size_t size() noexcept - { - return sizeof...(Ints); - } -}; - -// index_sequence -// -// A helper template for an `integer_sequence` of `size_t`, -// `absl::index_sequence` is designed to be a drop-in replacement for C++14's -// `std::index_sequence`. -template -using index_sequence = integer_sequence; - -namespace utility_internal -{ - -template -struct Extend; - -// Note that SeqSize == sizeof...(Ints). It's passed explicitly for efficiency. -template -struct Extend, SeqSize, 0> -{ - using type = integer_sequence < T, Ints..., (Ints + SeqSize)... >; -}; - -template -struct Extend, SeqSize, 1> -{ - using type = integer_sequence < T, Ints..., (Ints + SeqSize)..., 2 * SeqSize >; -}; - -// Recursion helper for 'make_integer_sequence'. -// 'Gen::type' is an alias for 'integer_sequence'. -template -struct Gen -{ - using type = - typename Extend < typename Gen < T, N / 2 >::type, N / 2, N % 2 >::type; -}; - -template -struct Gen -{ - using type = integer_sequence; -}; - -} // namespace utility_internal - -// Compile-time sequences of integers - -// make_integer_sequence -// -// This template alias is equivalent to -// `integer_sequence`, and is designed to be a drop-in -// replacement for C++14's `std::make_integer_sequence`. -template -using make_integer_sequence = typename utility_internal::Gen::type; - -// make_index_sequence -// -// This template alias is equivalent to `index_sequence<0, 1, ..., N-1>`, -// and is designed to be a drop-in replacement for C++14's -// `std::make_index_sequence`. -template -using make_index_sequence = make_integer_sequence; - -// index_sequence_for -// -// Converts a typename pack into an index sequence of the same length, and -// is designed to be a drop-in replacement for C++14's -// `std::index_sequence_for()` -template -using index_sequence_for = make_index_sequence; - -//// END OF CODE FROM GOOGLE ABSEIL - -#endif - -// dispatch utility (taken from ranges-v3) -template struct priority_tag : priority_tag < N - 1 > {}; -template<> struct priority_tag<0> {}; - -// taken from ranges-v3 -template -struct static_const -{ - static JSON_INLINE_VARIABLE constexpr T value{}; -}; - -#ifndef JSON_HAS_CPP_17 - template - constexpr T static_const::value; -#endif - -template -inline constexpr std::array make_array(Args&& ... args) -{ - return std::array {{static_cast(std::forward(args))...}}; -} - -} // namespace detail -NLOHMANN_JSON_NAMESPACE_END - -// #include -// __ _____ _____ _____ -// __| | __| | | | JSON for Modern C++ -// | | |__ | | | | | | version 3.11.3 -// |_____|_____|_____|_|___| https://github.com/nlohmann/json -// -// SPDX-FileCopyrightText: 2013-2023 Niels Lohmann -// SPDX-License-Identifier: MIT - - - -#include // numeric_limits -#include // false_type, is_constructible, is_integral, is_same, true_type -#include // declval -#include // tuple -#include // char_traits - -// #include -// __ _____ _____ _____ -// __| | __| | | | JSON for Modern C++ -// | | |__ | | | | | | version 3.11.3 -// |_____|_____|_____|_|___| https://github.com/nlohmann/json -// -// SPDX-FileCopyrightText: 2013-2023 Niels Lohmann -// SPDX-License-Identifier: MIT - - - -#include // random_access_iterator_tag - -// #include - -// #include - -// #include - - -NLOHMANN_JSON_NAMESPACE_BEGIN -namespace detail -{ - -template -struct iterator_types {}; - -template -struct iterator_types < - It, - void_t> -{ - using difference_type = typename It::difference_type; - using value_type = typename It::value_type; - using pointer = typename It::pointer; - using reference = typename It::reference; - using iterator_category = typename It::iterator_category; -}; - -// This is required as some compilers implement std::iterator_traits in a way that -// doesn't work with SFINAE. See https://github.com/nlohmann/json/issues/1341. -template -struct iterator_traits -{ -}; - -template -struct iterator_traits < T, enable_if_t < !std::is_pointer::value >> - : iterator_types -{ -}; - -template -struct iterator_traits::value>> -{ - using iterator_category = std::random_access_iterator_tag; - using value_type = T; - using difference_type = ptrdiff_t; - using pointer = T*; - using reference = T&; -}; - -} // namespace detail -NLOHMANN_JSON_NAMESPACE_END - -// #include - -// #include -// __ _____ _____ _____ -// __| | __| | | | JSON for Modern C++ -// | | |__ | | | | | | version 3.11.3 -// |_____|_____|_____|_|___| https://github.com/nlohmann/json -// -// SPDX-FileCopyrightText: 2013-2023 Niels Lohmann -// SPDX-License-Identifier: MIT - - - -// #include - - -NLOHMANN_JSON_NAMESPACE_BEGIN - -NLOHMANN_CAN_CALL_STD_FUNC_IMPL(begin); - -NLOHMANN_JSON_NAMESPACE_END - -// #include -// __ _____ _____ _____ -// __| | __| | | | JSON for Modern C++ -// | | |__ | | | | | | version 3.11.3 -// |_____|_____|_____|_|___| https://github.com/nlohmann/json -// -// SPDX-FileCopyrightText: 2013-2023 Niels Lohmann -// SPDX-License-Identifier: MIT - - - -// #include - - -NLOHMANN_JSON_NAMESPACE_BEGIN - -NLOHMANN_CAN_CALL_STD_FUNC_IMPL(end); - -NLOHMANN_JSON_NAMESPACE_END - -// #include - -// #include - -// #include -// __ _____ _____ _____ -// __| | __| | | | JSON for Modern C++ -// | | |__ | | | | | | version 3.11.3 -// |_____|_____|_____|_|___| https://github.com/nlohmann/json -// -// SPDX-FileCopyrightText: 2013-2023 Niels Lohmann -// SPDX-License-Identifier: MIT - -#ifndef INCLUDE_NLOHMANN_JSON_FWD_HPP_ - #define INCLUDE_NLOHMANN_JSON_FWD_HPP_ - - #include // int64_t, uint64_t - #include // map - #include // allocator - #include // string - #include // vector - - // #include - - - /*! - @brief namespace for Niels Lohmann - @see https://github.com/nlohmann - @since version 1.0.0 - */ - NLOHMANN_JSON_NAMESPACE_BEGIN - - /*! - @brief default JSONSerializer template argument - - This serializer ignores the template arguments and uses ADL - ([argument-dependent lookup](https://en.cppreference.com/w/cpp/language/adl)) - for serialization. - */ - template - struct adl_serializer; - - /// a class to store JSON values - /// @sa https://json.nlohmann.me/api/basic_json/ - template class ObjectType = - std::map, - template class ArrayType = std::vector, - class StringType = std::string, class BooleanType = bool, - class NumberIntegerType = std::int64_t, - class NumberUnsignedType = std::uint64_t, - class NumberFloatType = double, - template class AllocatorType = std::allocator, - template class JSONSerializer = - adl_serializer, - class BinaryType = std::vector, // cppcheck-suppress syntaxError - class CustomBaseClass = void> - class basic_json; - - /// @brief JSON Pointer defines a string syntax for identifying a specific value within a JSON document - /// @sa https://json.nlohmann.me/api/json_pointer/ - template - class json_pointer; - - /*! - @brief default specialization - @sa https://json.nlohmann.me/api/json/ - */ - using json = basic_json<>; - - /// @brief a minimal map-like container that preserves insertion order - /// @sa https://json.nlohmann.me/api/ordered_map/ - template - struct ordered_map; - - /// @brief specialization that maintains the insertion order of object keys - /// @sa https://json.nlohmann.me/api/ordered_json/ - using ordered_json = basic_json; - - NLOHMANN_JSON_NAMESPACE_END - -#endif // INCLUDE_NLOHMANN_JSON_FWD_HPP_ - - -NLOHMANN_JSON_NAMESPACE_BEGIN -/*! -@brief detail namespace with internal helper functions - -This namespace collects functions that should not be exposed, -implementations of some @ref basic_json methods, and meta-programming helpers. - -@since version 2.1.0 -*/ -namespace detail -{ - -///////////// -// helpers // -///////////// - -// Note to maintainers: -// -// Every trait in this file expects a non CV-qualified type. -// The only exceptions are in the 'aliases for detected' section -// (i.e. those of the form: decltype(T::member_function(std::declval()))) -// -// In this case, T has to be properly CV-qualified to constraint the function arguments -// (e.g. to_json(BasicJsonType&, const T&)) - -template struct is_basic_json : std::false_type {}; - -NLOHMANN_BASIC_JSON_TPL_DECLARATION -struct is_basic_json : std::true_type {}; - -// used by exceptions create() member functions -// true_type for pointer to possibly cv-qualified basic_json or std::nullptr_t -// false_type otherwise -template -struct is_basic_json_context : - std::integral_constant < bool, - is_basic_json::type>::type>::value - || std::is_same::value > -{}; - -////////////////////// -// json_ref helpers // -////////////////////// - -template -class json_ref; - -template -struct is_json_ref : std::false_type {}; - -template -struct is_json_ref> : std::true_type {}; - -////////////////////////// -// aliases for detected // -////////////////////////// - -template -using mapped_type_t = typename T::mapped_type; - -template -using key_type_t = typename T::key_type; - -template -using value_type_t = typename T::value_type; - -template -using difference_type_t = typename T::difference_type; - -template -using pointer_t = typename T::pointer; - -template -using reference_t = typename T::reference; - -template -using iterator_category_t = typename T::iterator_category; - -template -using to_json_function = decltype(T::to_json(std::declval()...)); - -template -using from_json_function = decltype(T::from_json(std::declval()...)); - -template -using get_template_function = decltype(std::declval().template get()); - -// trait checking if JSONSerializer::from_json(json const&, udt&) exists -template -struct has_from_json : std::false_type {}; - -// trait checking if j.get is valid -// use this trait instead of std::is_constructible or std::is_convertible, -// both rely on, or make use of implicit conversions, and thus fail when T -// has several constructors/operator= (see https://github.com/nlohmann/json/issues/958) -template -struct is_getable -{ - static constexpr bool value = is_detected::value; -}; - -template -struct has_from_json < BasicJsonType, T, enable_if_t < !is_basic_json::value >> -{ - using serializer = typename BasicJsonType::template json_serializer; - - static constexpr bool value = - is_detected_exact::value; -}; - -// This trait checks if JSONSerializer::from_json(json const&) exists -// this overload is used for non-default-constructible user-defined-types -template -struct has_non_default_from_json : std::false_type {}; - -template -struct has_non_default_from_json < BasicJsonType, T, enable_if_t < !is_basic_json::value >> -{ - using serializer = typename BasicJsonType::template json_serializer; - - static constexpr bool value = - is_detected_exact::value; -}; - -// This trait checks if BasicJsonType::json_serializer::to_json exists -// Do not evaluate the trait when T is a basic_json type, to avoid template instantiation infinite recursion. -template -struct has_to_json : std::false_type {}; - -template -struct has_to_json < BasicJsonType, T, enable_if_t < !is_basic_json::value >> -{ - using serializer = typename BasicJsonType::template json_serializer; - - static constexpr bool value = - is_detected_exact::value; -}; - -template -using detect_key_compare = typename T::key_compare; - -template -struct has_key_compare : std::integral_constant::value> {}; - -// obtains the actual object key comparator -template -struct actual_object_comparator -{ - using object_t = typename BasicJsonType::object_t; - using object_comparator_t = typename BasicJsonType::default_object_comparator_t; - using type = typename std::conditional < has_key_compare::value, - typename object_t::key_compare, object_comparator_t>::type; -}; - -template -using actual_object_comparator_t = typename actual_object_comparator::type; - -///////////////// -// char_traits // -///////////////// - -// Primary template of char_traits calls std char_traits -template -struct char_traits : std::char_traits -{}; - -// Explicitly define char traits for unsigned char since it is not standard -template<> -struct char_traits : std::char_traits -{ - using char_type = unsigned char; - using int_type = uint64_t; - - // Redefine to_int_type function - static int_type to_int_type(char_type c) noexcept - { - return static_cast(c); - } - - static char_type to_char_type(int_type i) noexcept - { - return static_cast(i); - } - - static constexpr int_type eof() noexcept - { - return static_cast(EOF); - } -}; - -// Explicitly define char traits for signed char since it is not standard -template<> -struct char_traits : std::char_traits -{ - using char_type = signed char; - using int_type = uint64_t; - - // Redefine to_int_type function - static int_type to_int_type(char_type c) noexcept - { - return static_cast(c); - } - - static char_type to_char_type(int_type i) noexcept - { - return static_cast(i); - } - - static constexpr int_type eof() noexcept - { - return static_cast(EOF); - } -}; - -/////////////////// -// is_ functions // -/////////////////// - -// https://en.cppreference.com/w/cpp/types/conjunction -template struct conjunction : std::true_type { }; -template struct conjunction : B { }; -template -struct conjunction -: std::conditional(B::value), conjunction, B>::type {}; - -// https://en.cppreference.com/w/cpp/types/negation -template struct negation : std::integral_constant < bool, !B::value > { }; - -// Reimplementation of is_constructible and is_default_constructible, due to them being broken for -// std::pair and std::tuple until LWG 2367 fix (see https://cplusplus.github.io/LWG/lwg-defects.html#2367). -// This causes compile errors in e.g. clang 3.5 or gcc 4.9. -template -struct is_default_constructible : std::is_default_constructible {}; - -template -struct is_default_constructible> - : conjunction, is_default_constructible> {}; - -template -struct is_default_constructible> - : conjunction, is_default_constructible> {}; - -template -struct is_default_constructible> - : conjunction...> {}; - -template -struct is_default_constructible> - : conjunction...> {}; - -template -struct is_constructible : std::is_constructible {}; - -template -struct is_constructible> : is_default_constructible> {}; - -template -struct is_constructible> : is_default_constructible> {}; - -template -struct is_constructible> : is_default_constructible> {}; - -template -struct is_constructible> : is_default_constructible> {}; - -template -struct is_iterator_traits : std::false_type {}; - -template -struct is_iterator_traits> -{ - private: - using traits = iterator_traits; - - public: - static constexpr auto value = - is_detected::value && - is_detected::value && - is_detected::value && - is_detected::value && - is_detected::value; -}; - -template -struct is_range -{ - private: - using t_ref = typename std::add_lvalue_reference::type; - - using iterator = detected_t; - using sentinel = detected_t; - - // to be 100% correct, it should use https://en.cppreference.com/w/cpp/iterator/input_or_output_iterator - // and https://en.cppreference.com/w/cpp/iterator/sentinel_for - // but reimplementing these would be too much work, as a lot of other concepts are used underneath - static constexpr auto is_iterator_begin = - is_iterator_traits>::value; - - public: - static constexpr bool value = !std::is_same::value && !std::is_same::value && is_iterator_begin; -}; - -template -using iterator_t = enable_if_t::value, result_of_begin())>>; - -template -using range_value_t = value_type_t>>; - -// The following implementation of is_complete_type is taken from -// https://blogs.msdn.microsoft.com/vcblog/2015/12/02/partial-support-for-expression-sfinae-in-vs-2015-update-1/ -// and is written by Xiang Fan who agreed to using it in this library. - -template -struct is_complete_type : std::false_type {}; - -template -struct is_complete_type : std::true_type {}; - -template -struct is_compatible_object_type_impl : std::false_type {}; - -template -struct is_compatible_object_type_impl < - BasicJsonType, CompatibleObjectType, - enable_if_t < is_detected::value&& - is_detected::value >> -{ - using object_t = typename BasicJsonType::object_t; - - // macOS's is_constructible does not play well with nonesuch... - static constexpr bool value = - is_constructible::value && - is_constructible::value; -}; - -template -struct is_compatible_object_type - : is_compatible_object_type_impl {}; - -template -struct is_constructible_object_type_impl : std::false_type {}; - -template -struct is_constructible_object_type_impl < - BasicJsonType, ConstructibleObjectType, - enable_if_t < is_detected::value&& - is_detected::value >> -{ - using object_t = typename BasicJsonType::object_t; - - static constexpr bool value = - (is_default_constructible::value && - (std::is_move_assignable::value || - std::is_copy_assignable::value) && - (is_constructible::value && - std::is_same < - typename object_t::mapped_type, - typename ConstructibleObjectType::mapped_type >::value)) || - (has_from_json::value || - has_non_default_from_json < - BasicJsonType, - typename ConstructibleObjectType::mapped_type >::value); -}; - -template -struct is_constructible_object_type - : is_constructible_object_type_impl {}; - -template -struct is_compatible_string_type -{ - static constexpr auto value = - is_constructible::value; -}; - -template -struct is_constructible_string_type -{ - // launder type through decltype() to fix compilation failure on ICPC -#ifdef __INTEL_COMPILER - using laundered_type = decltype(std::declval()); -#else - using laundered_type = ConstructibleStringType; -#endif - - static constexpr auto value = - conjunction < - is_constructible, - is_detected_exact>::value; -}; - -template -struct is_compatible_array_type_impl : std::false_type {}; - -template -struct is_compatible_array_type_impl < - BasicJsonType, CompatibleArrayType, - enable_if_t < - is_detected::value&& - is_iterator_traits>>::value&& -// special case for types like std::filesystem::path whose iterator's value_type are themselves -// c.f. https://github.com/nlohmann/json/pull/3073 - !std::is_same>::value >> -{ - static constexpr bool value = - is_constructible>::value; -}; - -template -struct is_compatible_array_type - : is_compatible_array_type_impl {}; - -template -struct is_constructible_array_type_impl : std::false_type {}; - -template -struct is_constructible_array_type_impl < - BasicJsonType, ConstructibleArrayType, - enable_if_t::value >> - : std::true_type {}; - -template -struct is_constructible_array_type_impl < - BasicJsonType, ConstructibleArrayType, - enable_if_t < !std::is_same::value&& - !is_compatible_string_type::value&& - is_default_constructible::value&& -(std::is_move_assignable::value || - std::is_copy_assignable::value)&& -is_detected::value&& -is_iterator_traits>>::value&& -is_detected::value&& -// special case for types like std::filesystem::path whose iterator's value_type are themselves -// c.f. https://github.com/nlohmann/json/pull/3073 -!std::is_same>::value&& - is_complete_type < - detected_t>::value >> -{ - using value_type = range_value_t; - - static constexpr bool value = - std::is_same::value || - has_from_json::value || - has_non_default_from_json < - BasicJsonType, - value_type >::value; -}; - -template -struct is_constructible_array_type - : is_constructible_array_type_impl {}; - -template -struct is_compatible_integer_type_impl : std::false_type {}; - -template -struct is_compatible_integer_type_impl < - RealIntegerType, CompatibleNumberIntegerType, - enable_if_t < std::is_integral::value&& - std::is_integral::value&& - !std::is_same::value >> -{ - // is there an assert somewhere on overflows? - using RealLimits = std::numeric_limits; - using CompatibleLimits = std::numeric_limits; - - static constexpr auto value = - is_constructible::value && - CompatibleLimits::is_integer && - RealLimits::is_signed == CompatibleLimits::is_signed; -}; - -template -struct is_compatible_integer_type - : is_compatible_integer_type_impl {}; - -template -struct is_compatible_type_impl: std::false_type {}; - -template -struct is_compatible_type_impl < - BasicJsonType, CompatibleType, - enable_if_t::value >> -{ - static constexpr bool value = - has_to_json::value; -}; - -template -struct is_compatible_type - : is_compatible_type_impl {}; - -template -struct is_constructible_tuple : std::false_type {}; - -template -struct is_constructible_tuple> : conjunction...> {}; - -template -struct is_json_iterator_of : std::false_type {}; - -template -struct is_json_iterator_of : std::true_type {}; - -template -struct is_json_iterator_of : std::true_type -{}; - -// checks if a given type T is a template specialization of Primary -template