Compare commits
18 Commits
66b3863388
...
main
| Author | SHA1 | Date | |
|---|---|---|---|
| fad750c57d | |||
|
|
cb5db8df2e | ||
| 124c97e6cc | |||
| 46395bb945 | |||
| 1fc420cd1c | |||
|
|
50adbccaba | ||
| c91b235648 | |||
| a48e060438 | |||
|
|
2c2f346ca1 | ||
|
|
c2d47ebe28 | ||
|
|
1851792af1 | ||
|
|
1d1e348085 | ||
|
|
2479809316 | ||
|
|
a893e054ab | ||
|
|
64ba453c8f | ||
|
|
44530f3287 | ||
|
|
357d2d48bc | ||
|
|
a3eaf39ed5 |
BIN
.cache/jb/UpdateWork.dat
Normal file
BIN
.cache/jb/UpdateWork.dat
Normal file
Binary file not shown.
1
.cache/jb/version.txt
Normal file
1
.cache/jb/version.txt
Normal file
@@ -0,0 +1 @@
|
|||||||
|
(ssh://git@git.jetbrains.team/llvm/llvm-project.git f4157ca9dd49181f6d35eaf6d324ffa84a40f01b based on LLVM 31f1590e4fb324c43dc36199587c453e27b6f6fa revision)
|
||||||
9
.gitignore
vendored
Normal file
9
.gitignore
vendored
Normal file
@@ -0,0 +1,9 @@
|
|||||||
|
# CMake
|
||||||
|
CMakeFiles/
|
||||||
|
|
||||||
|
cmake_install.cmake
|
||||||
|
CMakeCache.txt
|
||||||
|
Makefile
|
||||||
|
|
||||||
|
# Executable
|
||||||
|
douwco_web
|
||||||
483
CMakeCache.txt
483
CMakeCache.txt
@@ -1,483 +0,0 @@
|
|||||||
# This is the CMakeCache file.
|
|
||||||
# For build in directory: /home/douwe/Nextcloud/Projects/douwco.be
|
|
||||||
# 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
|
|
||||||
########################
|
|
||||||
|
|
||||||
//Path to a file.
|
|
||||||
ASIO_INCLUDE_DIR:PATH=/usr/include
|
|
||||||
|
|
||||||
//Path to a program.
|
|
||||||
CMAKE_ADDR2LINE:FILEPATH=/usr/bin/addr2line
|
|
||||||
|
|
||||||
//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-13
|
|
||||||
|
|
||||||
//A wrapper around 'ranlib' adding the appropriate '--plugin' option
|
|
||||||
// for the GCC compiler
|
|
||||||
CMAKE_CXX_COMPILER_RANLIB:FILEPATH=/usr/bin/gcc-ranlib-13
|
|
||||||
|
|
||||||
//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-13
|
|
||||||
|
|
||||||
//A wrapper around 'ranlib' adding the appropriate '--plugin' option
|
|
||||||
// for the GCC compiler
|
|
||||||
CMAKE_C_COMPILER_RANLIB:FILEPATH=/usr/bin/gcc-ranlib-13
|
|
||||||
|
|
||||||
//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
|
|
||||||
|
|
||||||
//Path to a program.
|
|
||||||
CMAKE_DLLTOOL:FILEPATH=CMAKE_DLLTOOL-NOTFOUND
|
|
||||||
|
|
||||||
//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=
|
|
||||||
|
|
||||||
//Value Computed by CMake.
|
|
||||||
CMAKE_FIND_PACKAGE_REDIRECTS_DIR:STATIC=/home/douwe/Nextcloud/Projects/douwco.be/CMakeFiles/pkgRedirects
|
|
||||||
|
|
||||||
//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/gmake
|
|
||||||
|
|
||||||
//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=douwco_web
|
|
||||||
|
|
||||||
//Path to a program.
|
|
||||||
CMAKE_RANLIB:FILEPATH=/usr/bin/ranlib
|
|
||||||
|
|
||||||
//Path to a program.
|
|
||||||
CMAKE_READELF:FILEPATH=/usr/bin/readelf
|
|
||||||
|
|
||||||
//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
|
|
||||||
|
|
||||||
//Path to a program.
|
|
||||||
CMAKE_TAPI:FILEPATH=CMAKE_TAPI-NOTFOUND
|
|
||||||
|
|
||||||
//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
|
|
||||||
|
|
||||||
//The directory containing a CMake configuration file for Crow.
|
|
||||||
Crow_DIR:PATH=/usr/lib/cmake/Crow
|
|
||||||
|
|
||||||
//Path to a library.
|
|
||||||
OPENSSL_CRYPTO_LIBRARY:FILEPATH=/usr/lib/x86_64-linux-gnu/libcrypto.so
|
|
||||||
|
|
||||||
//Path to a file.
|
|
||||||
OPENSSL_INCLUDE_DIR:PATH=/usr/include
|
|
||||||
|
|
||||||
//Path to a library.
|
|
||||||
OPENSSL_SSL_LIBRARY:FILEPATH=/usr/lib/x86_64-linux-gnu/libssl.so
|
|
||||||
|
|
||||||
//Arguments to supply to pkg-config
|
|
||||||
PKG_CONFIG_ARGN:STRING=
|
|
||||||
|
|
||||||
//pkg-config executable
|
|
||||||
PKG_CONFIG_EXECUTABLE:FILEPATH=/usr/bin/pkg-config
|
|
||||||
|
|
||||||
//Path to a file.
|
|
||||||
ZLIB_INCLUDE_DIR:PATH=/usr/include
|
|
||||||
|
|
||||||
//Path to a library.
|
|
||||||
ZLIB_LIBRARY_DEBUG:FILEPATH=ZLIB_LIBRARY_DEBUG-NOTFOUND
|
|
||||||
|
|
||||||
//Path to a library.
|
|
||||||
ZLIB_LIBRARY_RELEASE:FILEPATH=/usr/lib/x86_64-linux-gnu/libz.so
|
|
||||||
|
|
||||||
//Value Computed by CMake
|
|
||||||
douwco_web_BINARY_DIR:STATIC=/home/douwe/Nextcloud/Projects/douwco.be
|
|
||||||
|
|
||||||
//Value Computed by CMake
|
|
||||||
douwco_web_IS_TOP_LEVEL:STATIC=ON
|
|
||||||
|
|
||||||
//Value Computed by CMake
|
|
||||||
douwco_web_SOURCE_DIR:STATIC=/home/douwe/Nextcloud/Projects/douwco.be
|
|
||||||
|
|
||||||
//Path to a library.
|
|
||||||
pkgcfg_lib__OPENSSL_crypto:FILEPATH=/usr/lib/x86_64-linux-gnu/libcrypto.so
|
|
||||||
|
|
||||||
//Path to a library.
|
|
||||||
pkgcfg_lib__OPENSSL_ssl:FILEPATH=/usr/lib/x86_64-linux-gnu/libssl.so
|
|
||||||
|
|
||||||
|
|
||||||
########################
|
|
||||||
# INTERNAL cache entries
|
|
||||||
########################
|
|
||||||
|
|
||||||
//ADVANCED property for variable: ASIO_INCLUDE_DIR
|
|
||||||
ASIO_INCLUDE_DIR-ADVANCED:INTERNAL=1
|
|
||||||
//ADVANCED property for variable: CMAKE_ADDR2LINE
|
|
||||||
CMAKE_ADDR2LINE-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=/home/douwe/Nextcloud/Projects/douwco.be
|
|
||||||
//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=28
|
|
||||||
//Patch version of cmake used to create the current loaded cache
|
|
||||||
CMAKE_CACHE_PATCH_VERSION:INTERNAL=3
|
|
||||||
//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
|
|
||||||
//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
|
|
||||||
//ADVANCED property for variable: CMAKE_DLLTOOL
|
|
||||||
CMAKE_DLLTOOL-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=
|
|
||||||
//Test CMAKE_HAVE_LIBC_PTHREAD
|
|
||||||
CMAKE_HAVE_LIBC_PTHREAD:INTERNAL=1
|
|
||||||
//Source directory with the top level CMakeLists.txt file for this
|
|
||||||
// project
|
|
||||||
CMAKE_HOME_DIRECTORY:INTERNAL=/home/douwe/Nextcloud/Projects/douwco.be
|
|
||||||
//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=1
|
|
||||||
//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
|
|
||||||
//ADVANCED property for variable: CMAKE_READELF
|
|
||||||
CMAKE_READELF-ADVANCED:INTERNAL=1
|
|
||||||
//Path to CMake installation.
|
|
||||||
CMAKE_ROOT:INTERNAL=/usr/share/cmake-3.28
|
|
||||||
//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
|
|
||||||
//ADVANCED property for variable: CMAKE_TAPI
|
|
||||||
CMAKE_TAPI-ADVANCED:INTERNAL=1
|
|
||||||
//uname command
|
|
||||||
CMAKE_UNAME:INTERNAL=/usr/bin/uname
|
|
||||||
//ADVANCED property for variable: CMAKE_VERBOSE_MAKEFILE
|
|
||||||
CMAKE_VERBOSE_MAKEFILE-ADVANCED:INTERNAL=1
|
|
||||||
//Details about finding OpenSSL
|
|
||||||
FIND_PACKAGE_MESSAGE_DETAILS_OpenSSL:INTERNAL=[/usr/lib/x86_64-linux-gnu/libcrypto.so][/usr/include][c ][v3.0.13()]
|
|
||||||
//Details about finding ZLIB
|
|
||||||
FIND_PACKAGE_MESSAGE_DETAILS_ZLIB:INTERNAL=[/usr/lib/x86_64-linux-gnu/libz.so][/usr/include][c ][v1.3()]
|
|
||||||
//Details about finding asio
|
|
||||||
FIND_PACKAGE_MESSAGE_DETAILS_asio:INTERNAL=[/usr/include][v()]
|
|
||||||
//ADVANCED property for variable: OPENSSL_CRYPTO_LIBRARY
|
|
||||||
OPENSSL_CRYPTO_LIBRARY-ADVANCED:INTERNAL=1
|
|
||||||
//ADVANCED property for variable: OPENSSL_INCLUDE_DIR
|
|
||||||
OPENSSL_INCLUDE_DIR-ADVANCED:INTERNAL=1
|
|
||||||
//ADVANCED property for variable: OPENSSL_SSL_LIBRARY
|
|
||||||
OPENSSL_SSL_LIBRARY-ADVANCED:INTERNAL=1
|
|
||||||
//ADVANCED property for variable: PKG_CONFIG_ARGN
|
|
||||||
PKG_CONFIG_ARGN-ADVANCED:INTERNAL=1
|
|
||||||
//ADVANCED property for variable: PKG_CONFIG_EXECUTABLE
|
|
||||||
PKG_CONFIG_EXECUTABLE-ADVANCED:INTERNAL=1
|
|
||||||
//ADVANCED property for variable: ZLIB_INCLUDE_DIR
|
|
||||||
ZLIB_INCLUDE_DIR-ADVANCED:INTERNAL=1
|
|
||||||
//ADVANCED property for variable: ZLIB_LIBRARY_DEBUG
|
|
||||||
ZLIB_LIBRARY_DEBUG-ADVANCED:INTERNAL=1
|
|
||||||
//ADVANCED property for variable: ZLIB_LIBRARY_RELEASE
|
|
||||||
ZLIB_LIBRARY_RELEASE-ADVANCED:INTERNAL=1
|
|
||||||
//linker supports push/pop state
|
|
||||||
_CMAKE_LINKER_PUSHPOP_STATE_SUPPORTED:INTERNAL=TRUE
|
|
||||||
_OPENSSL_CFLAGS:INTERNAL=-I/usr/include
|
|
||||||
_OPENSSL_CFLAGS_I:INTERNAL=
|
|
||||||
_OPENSSL_CFLAGS_OTHER:INTERNAL=
|
|
||||||
_OPENSSL_FOUND:INTERNAL=1
|
|
||||||
_OPENSSL_INCLUDEDIR:INTERNAL=/usr/include
|
|
||||||
_OPENSSL_INCLUDE_DIRS:INTERNAL=/usr/include
|
|
||||||
_OPENSSL_LDFLAGS:INTERNAL=-L/usr/lib/x86_64-linux-gnu;-lssl;-lcrypto
|
|
||||||
_OPENSSL_LDFLAGS_OTHER:INTERNAL=
|
|
||||||
_OPENSSL_LIBDIR:INTERNAL=/usr/lib/x86_64-linux-gnu
|
|
||||||
_OPENSSL_LIBRARIES:INTERNAL=ssl;crypto
|
|
||||||
_OPENSSL_LIBRARY_DIRS:INTERNAL=/usr/lib/x86_64-linux-gnu
|
|
||||||
_OPENSSL_LIBS:INTERNAL=
|
|
||||||
_OPENSSL_LIBS_L:INTERNAL=
|
|
||||||
_OPENSSL_LIBS_OTHER:INTERNAL=
|
|
||||||
_OPENSSL_LIBS_PATHS:INTERNAL=
|
|
||||||
_OPENSSL_MODULE_NAME:INTERNAL=openssl
|
|
||||||
_OPENSSL_PREFIX:INTERNAL=/usr
|
|
||||||
_OPENSSL_STATIC_CFLAGS:INTERNAL=-I/usr/include
|
|
||||||
_OPENSSL_STATIC_CFLAGS_I:INTERNAL=
|
|
||||||
_OPENSSL_STATIC_CFLAGS_OTHER:INTERNAL=
|
|
||||||
_OPENSSL_STATIC_INCLUDE_DIRS:INTERNAL=/usr/include
|
|
||||||
_OPENSSL_STATIC_LDFLAGS:INTERNAL=-L/usr/lib/x86_64-linux-gnu;-lssl;-L/usr/lib/x86_64-linux-gnu;-ldl;-pthread;-lcrypto;-ldl;-pthread
|
|
||||||
_OPENSSL_STATIC_LDFLAGS_OTHER:INTERNAL=-pthread;-pthread
|
|
||||||
_OPENSSL_STATIC_LIBDIR:INTERNAL=
|
|
||||||
_OPENSSL_STATIC_LIBRARIES:INTERNAL=ssl;dl;crypto;dl
|
|
||||||
_OPENSSL_STATIC_LIBRARY_DIRS:INTERNAL=/usr/lib/x86_64-linux-gnu;/usr/lib/x86_64-linux-gnu
|
|
||||||
_OPENSSL_STATIC_LIBS:INTERNAL=
|
|
||||||
_OPENSSL_STATIC_LIBS_L:INTERNAL=
|
|
||||||
_OPENSSL_STATIC_LIBS_OTHER:INTERNAL=
|
|
||||||
_OPENSSL_STATIC_LIBS_PATHS:INTERNAL=
|
|
||||||
_OPENSSL_VERSION:INTERNAL=3.0.13
|
|
||||||
_OPENSSL_openssl_INCLUDEDIR:INTERNAL=
|
|
||||||
_OPENSSL_openssl_LIBDIR:INTERNAL=
|
|
||||||
_OPENSSL_openssl_PREFIX:INTERNAL=
|
|
||||||
_OPENSSL_openssl_VERSION:INTERNAL=
|
|
||||||
__pkg_config_arguments__OPENSSL:INTERNAL=QUIET;openssl
|
|
||||||
__pkg_config_checked__OPENSSL:INTERNAL=1
|
|
||||||
//ADVANCED property for variable: pkgcfg_lib__OPENSSL_crypto
|
|
||||||
pkgcfg_lib__OPENSSL_crypto-ADVANCED:INTERNAL=1
|
|
||||||
//ADVANCED property for variable: pkgcfg_lib__OPENSSL_ssl
|
|
||||||
pkgcfg_lib__OPENSSL_ssl-ADVANCED:INTERNAL=1
|
|
||||||
prefix_result:INTERNAL=/usr/lib/x86_64-linux-gnu
|
|
||||||
|
|
||||||
@@ -1,74 +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 "13.3.0")
|
|
||||||
set(CMAKE_C_COMPILER_VERSION_INTERNAL "")
|
|
||||||
set(CMAKE_C_COMPILER_WRAPPER "")
|
|
||||||
set(CMAKE_C_STANDARD_COMPUTED_DEFAULT "17")
|
|
||||||
set(CMAKE_C_EXTENSIONS_COMPUTED_DEFAULT "ON")
|
|
||||||
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;c_std_17;c_std_23")
|
|
||||||
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_C17_COMPILE_FEATURES "c_std_17")
|
|
||||||
set(CMAKE_C23_COMPILE_FEATURES "c_std_23")
|
|
||||||
|
|
||||||
set(CMAKE_C_PLATFORM_ID "Linux")
|
|
||||||
set(CMAKE_C_SIMULATE_ID "")
|
|
||||||
set(CMAKE_C_COMPILER_FRONTEND_VARIANT "GNU")
|
|
||||||
set(CMAKE_C_SIMULATE_VERSION "")
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
set(CMAKE_AR "/usr/bin/ar")
|
|
||||||
set(CMAKE_C_COMPILER_AR "/usr/bin/gcc-ar-13")
|
|
||||||
set(CMAKE_RANLIB "/usr/bin/ranlib")
|
|
||||||
set(CMAKE_C_COMPILER_RANLIB "/usr/bin/gcc-ranlib-13")
|
|
||||||
set(CMAKE_LINKER "/usr/bin/ld")
|
|
||||||
set(CMAKE_MT "")
|
|
||||||
set(CMAKE_TAPI "CMAKE_TAPI-NOTFOUND")
|
|
||||||
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_C_COMPILER_ENV_VAR "CC")
|
|
||||||
|
|
||||||
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)
|
|
||||||
set(CMAKE_C_LINKER_DEPFILE_SUPPORTED TRUE)
|
|
||||||
|
|
||||||
# Save compiler ABI information.
|
|
||||||
set(CMAKE_C_SIZEOF_DATA_PTR "8")
|
|
||||||
set(CMAKE_C_COMPILER_ABI "ELF")
|
|
||||||
set(CMAKE_C_BYTE_ORDER "LITTLE_ENDIAN")
|
|
||||||
set(CMAKE_C_LIBRARY_ARCHITECTURE "x86_64-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 "x86_64-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_INCLUDE_DIRECTORIES "/usr/lib/gcc/x86_64-linux-gnu/13/include;/usr/local/include;/usr/include/x86_64-linux-gnu;/usr/include")
|
|
||||||
set(CMAKE_C_IMPLICIT_LINK_LIBRARIES "gcc;gcc_s;c;gcc;gcc_s")
|
|
||||||
set(CMAKE_C_IMPLICIT_LINK_DIRECTORIES "/usr/lib/gcc/x86_64-linux-gnu/13;/usr/lib/x86_64-linux-gnu;/usr/lib;/lib/x86_64-linux-gnu;/lib")
|
|
||||||
set(CMAKE_C_IMPLICIT_LINK_FRAMEWORK_DIRECTORIES "")
|
|
||||||
@@ -1,85 +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 "13.3.0")
|
|
||||||
set(CMAKE_CXX_COMPILER_VERSION_INTERNAL "")
|
|
||||||
set(CMAKE_CXX_COMPILER_WRAPPER "")
|
|
||||||
set(CMAKE_CXX_STANDARD_COMPUTED_DEFAULT "17")
|
|
||||||
set(CMAKE_CXX_EXTENSIONS_COMPUTED_DEFAULT "ON")
|
|
||||||
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;cxx_std_23")
|
|
||||||
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_CXX23_COMPILE_FEATURES "cxx_std_23")
|
|
||||||
|
|
||||||
set(CMAKE_CXX_PLATFORM_ID "Linux")
|
|
||||||
set(CMAKE_CXX_SIMULATE_ID "")
|
|
||||||
set(CMAKE_CXX_COMPILER_FRONTEND_VARIANT "GNU")
|
|
||||||
set(CMAKE_CXX_SIMULATE_VERSION "")
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
set(CMAKE_AR "/usr/bin/ar")
|
|
||||||
set(CMAKE_CXX_COMPILER_AR "/usr/bin/gcc-ar-13")
|
|
||||||
set(CMAKE_RANLIB "/usr/bin/ranlib")
|
|
||||||
set(CMAKE_CXX_COMPILER_RANLIB "/usr/bin/gcc-ranlib-13")
|
|
||||||
set(CMAKE_LINKER "/usr/bin/ld")
|
|
||||||
set(CMAKE_MT "")
|
|
||||||
set(CMAKE_TAPI "CMAKE_TAPI-NOTFOUND")
|
|
||||||
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_CXX_COMPILER_ENV_VAR "CXX")
|
|
||||||
|
|
||||||
set(CMAKE_CXX_COMPILER_ID_RUN 1)
|
|
||||||
set(CMAKE_CXX_SOURCE_FILE_EXTENSIONS C;M;c++;cc;cpp;cxx;m;mm;mpp;CPP;ixx;cppm;ccm;cxxm;c++m)
|
|
||||||
set(CMAKE_CXX_IGNORE_EXTENSIONS inl;h;hpp;HPP;H;o;O;obj;OBJ;def;DEF;rc;RC)
|
|
||||||
|
|
||||||
foreach (lang C OBJC OBJCXX)
|
|
||||||
if (CMAKE_${lang}_COMPILER_ID_RUN)
|
|
||||||
foreach(extension IN LISTS CMAKE_${lang}_SOURCE_FILE_EXTENSIONS)
|
|
||||||
list(REMOVE_ITEM CMAKE_CXX_SOURCE_FILE_EXTENSIONS ${extension})
|
|
||||||
endforeach()
|
|
||||||
endif()
|
|
||||||
endforeach()
|
|
||||||
|
|
||||||
set(CMAKE_CXX_LINKER_PREFERENCE 30)
|
|
||||||
set(CMAKE_CXX_LINKER_PREFERENCE_PROPAGATES 1)
|
|
||||||
set(CMAKE_CXX_LINKER_DEPFILE_SUPPORTED TRUE)
|
|
||||||
|
|
||||||
# Save compiler ABI information.
|
|
||||||
set(CMAKE_CXX_SIZEOF_DATA_PTR "8")
|
|
||||||
set(CMAKE_CXX_COMPILER_ABI "ELF")
|
|
||||||
set(CMAKE_CXX_BYTE_ORDER "LITTLE_ENDIAN")
|
|
||||||
set(CMAKE_CXX_LIBRARY_ARCHITECTURE "x86_64-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 "x86_64-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_INCLUDE_DIRECTORIES "/usr/include/c++/13;/usr/include/x86_64-linux-gnu/c++/13;/usr/include/c++/13/backward;/usr/lib/gcc/x86_64-linux-gnu/13/include;/usr/local/include;/usr/include/x86_64-linux-gnu;/usr/include")
|
|
||||||
set(CMAKE_CXX_IMPLICIT_LINK_LIBRARIES "stdc++;m;gcc_s;gcc;c;gcc_s;gcc")
|
|
||||||
set(CMAKE_CXX_IMPLICIT_LINK_DIRECTORIES "/usr/lib/gcc/x86_64-linux-gnu/13;/usr/lib/x86_64-linux-gnu;/usr/lib;/lib/x86_64-linux-gnu;/lib")
|
|
||||||
set(CMAKE_CXX_IMPLICIT_LINK_FRAMEWORK_DIRECTORIES "")
|
|
||||||
Binary file not shown.
Binary file not shown.
@@ -1,15 +0,0 @@
|
|||||||
set(CMAKE_HOST_SYSTEM "Linux-6.11.0-26-generic")
|
|
||||||
set(CMAKE_HOST_SYSTEM_NAME "Linux")
|
|
||||||
set(CMAKE_HOST_SYSTEM_VERSION "6.11.0-26-generic")
|
|
||||||
set(CMAKE_HOST_SYSTEM_PROCESSOR "x86_64")
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
set(CMAKE_SYSTEM "Linux-6.11.0-26-generic")
|
|
||||||
set(CMAKE_SYSTEM_NAME "Linux")
|
|
||||||
set(CMAKE_SYSTEM_VERSION "6.11.0-26-generic")
|
|
||||||
set(CMAKE_SYSTEM_PROCESSOR "x86_64")
|
|
||||||
|
|
||||||
set(CMAKE_CROSSCOMPILING "FALSE")
|
|
||||||
|
|
||||||
set(CMAKE_SYSTEM_LOADED 1)
|
|
||||||
@@ -1,880 +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
|
|
||||||
|
|
||||||
#if !defined(__has_include)
|
|
||||||
/* If the compiler does not have __has_include, pretend the answer is
|
|
||||||
always no. */
|
|
||||||
# define __has_include(x) 0
|
|
||||||
#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
|
|
||||||
# if defined(__GNUC__)
|
|
||||||
# define SIMULATE_ID "GNU"
|
|
||||||
# endif
|
|
||||||
/* __INTEL_COMPILER = VRP prior to 2021, and then VVVV for 2021 and later,
|
|
||||||
except that a few beta releases use the old format with V=2021. */
|
|
||||||
# if __INTEL_COMPILER < 2021 || __INTEL_COMPILER == 202110 || __INTEL_COMPILER == 202111
|
|
||||||
# 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
|
|
||||||
# else
|
|
||||||
# define COMPILER_VERSION_MAJOR DEC(__INTEL_COMPILER)
|
|
||||||
# define COMPILER_VERSION_MINOR DEC(__INTEL_COMPILER_UPDATE)
|
|
||||||
/* The third version component from --version is an update index,
|
|
||||||
but no macro is provided for it. */
|
|
||||||
# define COMPILER_VERSION_PATCH DEC(0)
|
|
||||||
# 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
|
|
||||||
# if defined(__GNUC__)
|
|
||||||
# define SIMULATE_VERSION_MAJOR DEC(__GNUC__)
|
|
||||||
# elif defined(__GNUG__)
|
|
||||||
# define SIMULATE_VERSION_MAJOR DEC(__GNUG__)
|
|
||||||
# endif
|
|
||||||
# if defined(__GNUC_MINOR__)
|
|
||||||
# define SIMULATE_VERSION_MINOR DEC(__GNUC_MINOR__)
|
|
||||||
# endif
|
|
||||||
# if defined(__GNUC_PATCHLEVEL__)
|
|
||||||
# define SIMULATE_VERSION_PATCH DEC(__GNUC_PATCHLEVEL__)
|
|
||||||
# endif
|
|
||||||
|
|
||||||
#elif (defined(__clang__) && defined(__INTEL_CLANG_COMPILER)) || defined(__INTEL_LLVM_COMPILER)
|
|
||||||
# define COMPILER_ID "IntelLLVM"
|
|
||||||
#if defined(_MSC_VER)
|
|
||||||
# define SIMULATE_ID "MSVC"
|
|
||||||
#endif
|
|
||||||
#if defined(__GNUC__)
|
|
||||||
# define SIMULATE_ID "GNU"
|
|
||||||
#endif
|
|
||||||
/* __INTEL_LLVM_COMPILER = VVVVRP prior to 2021.2.0, VVVVRRPP for 2021.2.0 and
|
|
||||||
* later. Look for 6 digit vs. 8 digit version number to decide encoding.
|
|
||||||
* VVVV is no smaller than the current year when a version is released.
|
|
||||||
*/
|
|
||||||
#if __INTEL_LLVM_COMPILER < 1000000L
|
|
||||||
# define COMPILER_VERSION_MAJOR DEC(__INTEL_LLVM_COMPILER/100)
|
|
||||||
# define COMPILER_VERSION_MINOR DEC(__INTEL_LLVM_COMPILER/10 % 10)
|
|
||||||
# define COMPILER_VERSION_PATCH DEC(__INTEL_LLVM_COMPILER % 10)
|
|
||||||
#else
|
|
||||||
# define COMPILER_VERSION_MAJOR DEC(__INTEL_LLVM_COMPILER/10000)
|
|
||||||
# define COMPILER_VERSION_MINOR DEC(__INTEL_LLVM_COMPILER/100 % 100)
|
|
||||||
# define COMPILER_VERSION_PATCH DEC(__INTEL_LLVM_COMPILER % 100)
|
|
||||||
#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
|
|
||||||
#if defined(__GNUC__)
|
|
||||||
# define SIMULATE_VERSION_MAJOR DEC(__GNUC__)
|
|
||||||
#elif defined(__GNUG__)
|
|
||||||
# define SIMULATE_VERSION_MAJOR DEC(__GNUG__)
|
|
||||||
#endif
|
|
||||||
#if defined(__GNUC_MINOR__)
|
|
||||||
# define SIMULATE_VERSION_MINOR DEC(__GNUC_MINOR__)
|
|
||||||
#endif
|
|
||||||
#if defined(__GNUC_PATCHLEVEL__)
|
|
||||||
# define SIMULATE_VERSION_PATCH DEC(__GNUC_PATCHLEVEL__)
|
|
||||||
#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"
|
|
||||||
/* __IBMC__ = VRP */
|
|
||||||
# define COMPILER_VERSION_MAJOR DEC(__IBMC__/100)
|
|
||||||
# define COMPILER_VERSION_MINOR DEC(__IBMC__/10 % 10)
|
|
||||||
# define COMPILER_VERSION_PATCH DEC(__IBMC__ % 10)
|
|
||||||
|
|
||||||
#elif defined(__open_xl__) && defined(__clang__)
|
|
||||||
# define COMPILER_ID "IBMClang"
|
|
||||||
# define COMPILER_VERSION_MAJOR DEC(__open_xl_version__)
|
|
||||||
# define COMPILER_VERSION_MINOR DEC(__open_xl_release__)
|
|
||||||
# define COMPILER_VERSION_PATCH DEC(__open_xl_modification__)
|
|
||||||
# define COMPILER_VERSION_TWEAK DEC(__open_xl_ptf_fix_level__)
|
|
||||||
|
|
||||||
|
|
||||||
#elif defined(__ibmxl__) && defined(__clang__)
|
|
||||||
# define COMPILER_ID "XLClang"
|
|
||||||
# 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__)
|
|
||||||
|
|
||||||
|
|
||||||
#elif defined(__IBMC__) && !defined(__COMPILER_VER__) && __IBMC__ >= 800
|
|
||||||
# define COMPILER_ID "XL"
|
|
||||||
/* __IBMC__ = VRP */
|
|
||||||
# define COMPILER_VERSION_MAJOR DEC(__IBMC__/100)
|
|
||||||
# define COMPILER_VERSION_MINOR DEC(__IBMC__/10 % 10)
|
|
||||||
# define COMPILER_VERSION_PATCH DEC(__IBMC__ % 10)
|
|
||||||
|
|
||||||
#elif defined(__IBMC__) && !defined(__COMPILER_VER__) && __IBMC__ < 800
|
|
||||||
# define COMPILER_ID "VisualAge"
|
|
||||||
/* __IBMC__ = VRP */
|
|
||||||
# define COMPILER_VERSION_MAJOR DEC(__IBMC__/100)
|
|
||||||
# define COMPILER_VERSION_MINOR DEC(__IBMC__/10 % 10)
|
|
||||||
# define COMPILER_VERSION_PATCH DEC(__IBMC__ % 10)
|
|
||||||
|
|
||||||
#elif defined(__NVCOMPILER)
|
|
||||||
# define COMPILER_ID "NVHPC"
|
|
||||||
# define COMPILER_VERSION_MAJOR DEC(__NVCOMPILER_MAJOR__)
|
|
||||||
# define COMPILER_VERSION_MINOR DEC(__NVCOMPILER_MINOR__)
|
|
||||||
# if defined(__NVCOMPILER_PATCHLEVEL__)
|
|
||||||
# define COMPILER_VERSION_PATCH DEC(__NVCOMPILER_PATCHLEVEL__)
|
|
||||||
# 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(__clang__) && defined(__cray__)
|
|
||||||
# define COMPILER_ID "CrayClang"
|
|
||||||
# define COMPILER_VERSION_MAJOR DEC(__cray_major__)
|
|
||||||
# define COMPILER_VERSION_MINOR DEC(__cray_minor__)
|
|
||||||
# define COMPILER_VERSION_PATCH DEC(__cray_patchlevel__)
|
|
||||||
# define COMPILER_VERSION_INTERNAL_STR __clang_version__
|
|
||||||
|
|
||||||
|
|
||||||
#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(__CLANG_FUJITSU)
|
|
||||||
# define COMPILER_ID "FujitsuClang"
|
|
||||||
# define COMPILER_VERSION_MAJOR DEC(__FCC_major__)
|
|
||||||
# define COMPILER_VERSION_MINOR DEC(__FCC_minor__)
|
|
||||||
# define COMPILER_VERSION_PATCH DEC(__FCC_patchlevel__)
|
|
||||||
# define COMPILER_VERSION_INTERNAL_STR __clang_version__
|
|
||||||
|
|
||||||
|
|
||||||
#elif defined(__FUJITSU)
|
|
||||||
# define COMPILER_ID "Fujitsu"
|
|
||||||
# if defined(__FCC_version__)
|
|
||||||
# define COMPILER_VERSION __FCC_version__
|
|
||||||
# elif defined(__FCC_major__)
|
|
||||||
# define COMPILER_VERSION_MAJOR DEC(__FCC_major__)
|
|
||||||
# define COMPILER_VERSION_MINOR DEC(__FCC_minor__)
|
|
||||||
# define COMPILER_VERSION_PATCH DEC(__FCC_patchlevel__)
|
|
||||||
# endif
|
|
||||||
# if defined(__fcc_version)
|
|
||||||
# define COMPILER_VERSION_INTERNAL DEC(__fcc_version)
|
|
||||||
# elif defined(__FCC_VERSION)
|
|
||||||
# define COMPILER_VERSION_INTERNAL DEC(__FCC_VERSION)
|
|
||||||
# endif
|
|
||||||
|
|
||||||
|
|
||||||
#elif defined(__ghs__)
|
|
||||||
# define COMPILER_ID "GHS"
|
|
||||||
/* __GHS_VERSION_NUMBER = VVVVRP */
|
|
||||||
# ifdef __GHS_VERSION_NUMBER
|
|
||||||
# define COMPILER_VERSION_MAJOR DEC(__GHS_VERSION_NUMBER / 100)
|
|
||||||
# define COMPILER_VERSION_MINOR DEC(__GHS_VERSION_NUMBER / 10 % 10)
|
|
||||||
# define COMPILER_VERSION_PATCH DEC(__GHS_VERSION_NUMBER % 10)
|
|
||||||
# endif
|
|
||||||
|
|
||||||
#elif defined(__TASKING__)
|
|
||||||
# define COMPILER_ID "Tasking"
|
|
||||||
# define COMPILER_VERSION_MAJOR DEC(__VERSION__/1000)
|
|
||||||
# define COMPILER_VERSION_MINOR DEC(__VERSION__ % 100)
|
|
||||||
# define COMPILER_VERSION_INTERNAL DEC(__VERSION__)
|
|
||||||
|
|
||||||
#elif defined(__ORANGEC__)
|
|
||||||
# define COMPILER_ID "OrangeC"
|
|
||||||
# define COMPILER_VERSION_MAJOR DEC(__ORANGEC_MAJOR__)
|
|
||||||
# define COMPILER_VERSION_MINOR DEC(__ORANGEC_MINOR__)
|
|
||||||
# define COMPILER_VERSION_PATCH DEC(__ORANGEC_PATCHLEVEL__)
|
|
||||||
|
|
||||||
#elif defined(__TINYC__)
|
|
||||||
# define COMPILER_ID "TinyCC"
|
|
||||||
|
|
||||||
#elif defined(__BCC__)
|
|
||||||
# define COMPILER_ID "Bruce"
|
|
||||||
|
|
||||||
#elif defined(__SCO_VERSION__)
|
|
||||||
# define COMPILER_ID "SCO"
|
|
||||||
|
|
||||||
#elif defined(__ARMCC_VERSION) && !defined(__clang__)
|
|
||||||
# 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(__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__) && defined(__ARMCOMPILER_VERSION)
|
|
||||||
# define COMPILER_ID "ARMClang"
|
|
||||||
# define COMPILER_VERSION_MAJOR DEC(__ARMCOMPILER_VERSION/1000000)
|
|
||||||
# define COMPILER_VERSION_MINOR DEC(__ARMCOMPILER_VERSION/10000 % 100)
|
|
||||||
# define COMPILER_VERSION_PATCH DEC(__ARMCOMPILER_VERSION/100 % 100)
|
|
||||||
# define COMPILER_VERSION_INTERNAL DEC(__ARMCOMPILER_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(__LCC__) && (defined(__GNUC__) || defined(__GNUG__) || defined(__MCST__))
|
|
||||||
# define COMPILER_ID "LCC"
|
|
||||||
# define COMPILER_VERSION_MAJOR DEC(__LCC__ / 100)
|
|
||||||
# define COMPILER_VERSION_MINOR DEC(__LCC__ % 100)
|
|
||||||
# if defined(__LCC_MINOR__)
|
|
||||||
# define COMPILER_VERSION_PATCH DEC(__LCC_MINOR__)
|
|
||||||
# endif
|
|
||||||
# if defined(__GNUC__) && defined(__GNUC_MINOR__)
|
|
||||||
# define SIMULATE_ID "GNU"
|
|
||||||
# define SIMULATE_VERSION_MAJOR DEC(__GNUC__)
|
|
||||||
# define SIMULATE_VERSION_MINOR DEC(__GNUC_MINOR__)
|
|
||||||
# if defined(__GNUC_PATCHLEVEL__)
|
|
||||||
# define SIMULATE_VERSION_PATCH DEC(__GNUC_PATCHLEVEL__)
|
|
||||||
# endif
|
|
||||||
# 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(_ADI_COMPILER)
|
|
||||||
# define COMPILER_ID "ADSP"
|
|
||||||
#if defined(__VERSIONNUM__)
|
|
||||||
/* __VERSIONNUM__ = 0xVVRRPPTT */
|
|
||||||
# define COMPILER_VERSION_MAJOR DEC(__VERSIONNUM__ >> 24 & 0xFF)
|
|
||||||
# define COMPILER_VERSION_MINOR DEC(__VERSIONNUM__ >> 16 & 0xFF)
|
|
||||||
# define COMPILER_VERSION_PATCH DEC(__VERSIONNUM__ >> 8 & 0xFF)
|
|
||||||
# define COMPILER_VERSION_TWEAK DEC(__VERSIONNUM__ & 0xFF)
|
|
||||||
#endif
|
|
||||||
|
|
||||||
#elif defined(__IAR_SYSTEMS_ICC__) || defined(__IAR_SYSTEMS_ICC)
|
|
||||||
# define COMPILER_ID "IAR"
|
|
||||||
# if defined(__VER__) && defined(__ICCARM__)
|
|
||||||
# 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__)
|
|
||||||
# elif defined(__VER__) && (defined(__ICCAVR__) || defined(__ICCRX__) || defined(__ICCRH850__) || defined(__ICCRL78__) || defined(__ICC430__) || defined(__ICCRISCV__) || defined(__ICCV850__) || defined(__ICC8051__) || defined(__ICCSTM8__))
|
|
||||||
# define COMPILER_VERSION_MAJOR DEC((__VER__) / 100)
|
|
||||||
# define COMPILER_VERSION_MINOR DEC((__VER__) - (((__VER__) / 100)*100))
|
|
||||||
# define COMPILER_VERSION_PATCH DEC(__SUBVERSION__)
|
|
||||||
# define COMPILER_VERSION_INTERNAL DEC(__IAR_SYSTEMS_ICC__)
|
|
||||||
# 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
|
|
||||||
|
|
||||||
|
|
||||||
/* 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(__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(__CRAYXT_COMPUTE_LINUX_TARGET)
|
|
||||||
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(__MSYS__)
|
|
||||||
# define PLATFORM_ID "MSYS"
|
|
||||||
|
|
||||||
#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(__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"
|
|
||||||
|
|
||||||
# elif defined(__VXWORKS__)
|
|
||||||
# define PLATFORM_ID "VxWorks"
|
|
||||||
|
|
||||||
# else /* unknown platform */
|
|
||||||
# define PLATFORM_ID
|
|
||||||
# endif
|
|
||||||
|
|
||||||
#elif defined(__INTEGRITY)
|
|
||||||
# if defined(INT_178B)
|
|
||||||
# define PLATFORM_ID "Integrity178"
|
|
||||||
|
|
||||||
# else /* regular Integrity */
|
|
||||||
# define PLATFORM_ID "Integrity"
|
|
||||||
# endif
|
|
||||||
|
|
||||||
# elif defined(_ADI_COMPILER)
|
|
||||||
# define PLATFORM_ID "ADSP"
|
|
||||||
|
|
||||||
#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_ARM64EC)
|
|
||||||
# define ARCHITECTURE_ID "ARM64EC"
|
|
||||||
|
|
||||||
# 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(__ICCRX__)
|
|
||||||
# define ARCHITECTURE_ID "RX"
|
|
||||||
|
|
||||||
# elif defined(__ICCRH850__)
|
|
||||||
# define ARCHITECTURE_ID "RH850"
|
|
||||||
|
|
||||||
# elif defined(__ICCRL78__)
|
|
||||||
# define ARCHITECTURE_ID "RL78"
|
|
||||||
|
|
||||||
# elif defined(__ICCRISCV__)
|
|
||||||
# define ARCHITECTURE_ID "RISCV"
|
|
||||||
|
|
||||||
# elif defined(__ICCAVR__)
|
|
||||||
# define ARCHITECTURE_ID "AVR"
|
|
||||||
|
|
||||||
# elif defined(__ICC430__)
|
|
||||||
# define ARCHITECTURE_ID "MSP430"
|
|
||||||
|
|
||||||
# elif defined(__ICCV850__)
|
|
||||||
# define ARCHITECTURE_ID "V850"
|
|
||||||
|
|
||||||
# elif defined(__ICC8051__)
|
|
||||||
# define ARCHITECTURE_ID "8051"
|
|
||||||
|
|
||||||
# elif defined(__ICCSTM8__)
|
|
||||||
# define ARCHITECTURE_ID "STM8"
|
|
||||||
|
|
||||||
# else /* unknown architecture */
|
|
||||||
# define ARCHITECTURE_ID ""
|
|
||||||
# endif
|
|
||||||
|
|
||||||
#elif defined(__ghs__)
|
|
||||||
# if defined(__PPC64__)
|
|
||||||
# define ARCHITECTURE_ID "PPC64"
|
|
||||||
|
|
||||||
# elif defined(__ppc__)
|
|
||||||
# define ARCHITECTURE_ID "PPC"
|
|
||||||
|
|
||||||
# elif defined(__ARM__)
|
|
||||||
# define ARCHITECTURE_ID "ARM"
|
|
||||||
|
|
||||||
# elif defined(__x86_64__)
|
|
||||||
# define ARCHITECTURE_ID "x64"
|
|
||||||
|
|
||||||
# elif defined(__i386__)
|
|
||||||
# define ARCHITECTURE_ID "X86"
|
|
||||||
|
|
||||||
# else /* unknown architecture */
|
|
||||||
# define ARCHITECTURE_ID ""
|
|
||||||
# endif
|
|
||||||
|
|
||||||
#elif defined(__TI_COMPILER_VERSION__)
|
|
||||||
# if defined(__TI_ARM__)
|
|
||||||
# define ARCHITECTURE_ID "ARM"
|
|
||||||
|
|
||||||
# elif defined(__MSP430__)
|
|
||||||
# define ARCHITECTURE_ID "MSP430"
|
|
||||||
|
|
||||||
# elif defined(__TMS320C28XX__)
|
|
||||||
# define ARCHITECTURE_ID "TMS320C28x"
|
|
||||||
|
|
||||||
# elif defined(__TMS320C6X__) || defined(_TMS320C6X)
|
|
||||||
# define ARCHITECTURE_ID "TMS320C6x"
|
|
||||||
|
|
||||||
# else /* unknown architecture */
|
|
||||||
# define ARCHITECTURE_ID ""
|
|
||||||
# endif
|
|
||||||
|
|
||||||
# elif defined(__ADSPSHARC__)
|
|
||||||
# define ARCHITECTURE_ID "SHARC"
|
|
||||||
|
|
||||||
# elif defined(__ADSPBLACKFIN__)
|
|
||||||
# define ARCHITECTURE_ID "Blackfin"
|
|
||||||
|
|
||||||
#elif defined(__TASKING__)
|
|
||||||
|
|
||||||
# if defined(__CTC__) || defined(__CPTC__)
|
|
||||||
# define ARCHITECTURE_ID "TriCore"
|
|
||||||
|
|
||||||
# elif defined(__CMCS__)
|
|
||||||
# define ARCHITECTURE_ID "MCS"
|
|
||||||
|
|
||||||
# elif defined(__CARM__)
|
|
||||||
# define ARCHITECTURE_ID "ARM"
|
|
||||||
|
|
||||||
# elif defined(__CARC__)
|
|
||||||
# define ARCHITECTURE_ID "ARC"
|
|
||||||
|
|
||||||
# elif defined(__C51__)
|
|
||||||
# define ARCHITECTURE_ID "8051"
|
|
||||||
|
|
||||||
# elif defined(__CPCP__)
|
|
||||||
# define ARCHITECTURE_ID "PCP"
|
|
||||||
|
|
||||||
# else
|
|
||||||
# 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. */
|
|
||||||
#ifdef COMPILER_VERSION
|
|
||||||
char const* info_version = "INFO" ":" "compiler_version[" COMPILER_VERSION "]";
|
|
||||||
|
|
||||||
/* Construct a string literal encoding the version number components. */
|
|
||||||
#elif defined(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'};
|
|
||||||
#elif defined(COMPILER_VERSION_INTERNAL_STR)
|
|
||||||
char const* info_version_internal = "INFO" ":" "compiler_version_internal[" COMPILER_VERSION_INTERNAL_STR "]";
|
|
||||||
#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__) && !defined(__clang__)
|
|
||||||
# if defined(_MSC_VER) || defined(__ibmxl__) || defined(__IBMC__)
|
|
||||||
# define C_VERSION "90"
|
|
||||||
# else
|
|
||||||
# define C_VERSION
|
|
||||||
# endif
|
|
||||||
#elif __STDC_VERSION__ > 201710L
|
|
||||||
# define C_VERSION "23"
|
|
||||||
#elif __STDC_VERSION__ >= 201710L
|
|
||||||
# define C_VERSION "17"
|
|
||||||
#elif __STDC_VERSION__ >= 201000L
|
|
||||||
# define C_VERSION "11"
|
|
||||||
#elif __STDC_VERSION__ >= 199901L
|
|
||||||
# define C_VERSION "99"
|
|
||||||
#else
|
|
||||||
# define C_VERSION "90"
|
|
||||||
#endif
|
|
||||||
const char* info_language_standard_default =
|
|
||||||
"INFO" ":" "standard_default[" C_VERSION "]";
|
|
||||||
|
|
||||||
const char* info_language_extensions_default = "INFO" ":" "extensions_default["
|
|
||||||
#if (defined(__clang__) || defined(__GNUC__) || defined(__xlC__) || \
|
|
||||||
defined(__TI_COMPILER_VERSION__)) && \
|
|
||||||
!defined(__STRICT_ANSI__)
|
|
||||||
"ON"
|
|
||||||
#else
|
|
||||||
"OFF"
|
|
||||||
#endif
|
|
||||||
"]";
|
|
||||||
|
|
||||||
/*--------------------------------------------------------------------------*/
|
|
||||||
|
|
||||||
#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(__CRAYXT_COMPUTE_LINUX_TARGET)
|
|
||||||
require += info_cray[argc];
|
|
||||||
#endif
|
|
||||||
require += info_language_standard_default[argc];
|
|
||||||
require += info_language_extensions_default[argc];
|
|
||||||
(void)argv;
|
|
||||||
return require;
|
|
||||||
}
|
|
||||||
#endif
|
|
||||||
Binary file not shown.
@@ -1,869 +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
|
|
||||||
|
|
||||||
#if !defined(__has_include)
|
|
||||||
/* If the compiler does not have __has_include, pretend the answer is
|
|
||||||
always no. */
|
|
||||||
# define __has_include(x) 0
|
|
||||||
#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
|
|
||||||
# if defined(__GNUC__)
|
|
||||||
# define SIMULATE_ID "GNU"
|
|
||||||
# endif
|
|
||||||
/* __INTEL_COMPILER = VRP prior to 2021, and then VVVV for 2021 and later,
|
|
||||||
except that a few beta releases use the old format with V=2021. */
|
|
||||||
# if __INTEL_COMPILER < 2021 || __INTEL_COMPILER == 202110 || __INTEL_COMPILER == 202111
|
|
||||||
# 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
|
|
||||||
# else
|
|
||||||
# define COMPILER_VERSION_MAJOR DEC(__INTEL_COMPILER)
|
|
||||||
# define COMPILER_VERSION_MINOR DEC(__INTEL_COMPILER_UPDATE)
|
|
||||||
/* The third version component from --version is an update index,
|
|
||||||
but no macro is provided for it. */
|
|
||||||
# define COMPILER_VERSION_PATCH DEC(0)
|
|
||||||
# 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
|
|
||||||
# if defined(__GNUC__)
|
|
||||||
# define SIMULATE_VERSION_MAJOR DEC(__GNUC__)
|
|
||||||
# elif defined(__GNUG__)
|
|
||||||
# define SIMULATE_VERSION_MAJOR DEC(__GNUG__)
|
|
||||||
# endif
|
|
||||||
# if defined(__GNUC_MINOR__)
|
|
||||||
# define SIMULATE_VERSION_MINOR DEC(__GNUC_MINOR__)
|
|
||||||
# endif
|
|
||||||
# if defined(__GNUC_PATCHLEVEL__)
|
|
||||||
# define SIMULATE_VERSION_PATCH DEC(__GNUC_PATCHLEVEL__)
|
|
||||||
# endif
|
|
||||||
|
|
||||||
#elif (defined(__clang__) && defined(__INTEL_CLANG_COMPILER)) || defined(__INTEL_LLVM_COMPILER)
|
|
||||||
# define COMPILER_ID "IntelLLVM"
|
|
||||||
#if defined(_MSC_VER)
|
|
||||||
# define SIMULATE_ID "MSVC"
|
|
||||||
#endif
|
|
||||||
#if defined(__GNUC__)
|
|
||||||
# define SIMULATE_ID "GNU"
|
|
||||||
#endif
|
|
||||||
/* __INTEL_LLVM_COMPILER = VVVVRP prior to 2021.2.0, VVVVRRPP for 2021.2.0 and
|
|
||||||
* later. Look for 6 digit vs. 8 digit version number to decide encoding.
|
|
||||||
* VVVV is no smaller than the current year when a version is released.
|
|
||||||
*/
|
|
||||||
#if __INTEL_LLVM_COMPILER < 1000000L
|
|
||||||
# define COMPILER_VERSION_MAJOR DEC(__INTEL_LLVM_COMPILER/100)
|
|
||||||
# define COMPILER_VERSION_MINOR DEC(__INTEL_LLVM_COMPILER/10 % 10)
|
|
||||||
# define COMPILER_VERSION_PATCH DEC(__INTEL_LLVM_COMPILER % 10)
|
|
||||||
#else
|
|
||||||
# define COMPILER_VERSION_MAJOR DEC(__INTEL_LLVM_COMPILER/10000)
|
|
||||||
# define COMPILER_VERSION_MINOR DEC(__INTEL_LLVM_COMPILER/100 % 100)
|
|
||||||
# define COMPILER_VERSION_PATCH DEC(__INTEL_LLVM_COMPILER % 100)
|
|
||||||
#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
|
|
||||||
#if defined(__GNUC__)
|
|
||||||
# define SIMULATE_VERSION_MAJOR DEC(__GNUC__)
|
|
||||||
#elif defined(__GNUG__)
|
|
||||||
# define SIMULATE_VERSION_MAJOR DEC(__GNUG__)
|
|
||||||
#endif
|
|
||||||
#if defined(__GNUC_MINOR__)
|
|
||||||
# define SIMULATE_VERSION_MINOR DEC(__GNUC_MINOR__)
|
|
||||||
#endif
|
|
||||||
#if defined(__GNUC_PATCHLEVEL__)
|
|
||||||
# define SIMULATE_VERSION_PATCH DEC(__GNUC_PATCHLEVEL__)
|
|
||||||
#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"
|
|
||||||
/* __IBMCPP__ = VRP */
|
|
||||||
# define COMPILER_VERSION_MAJOR DEC(__IBMCPP__/100)
|
|
||||||
# define COMPILER_VERSION_MINOR DEC(__IBMCPP__/10 % 10)
|
|
||||||
# define COMPILER_VERSION_PATCH DEC(__IBMCPP__ % 10)
|
|
||||||
|
|
||||||
#elif defined(__open_xl__) && defined(__clang__)
|
|
||||||
# define COMPILER_ID "IBMClang"
|
|
||||||
# define COMPILER_VERSION_MAJOR DEC(__open_xl_version__)
|
|
||||||
# define COMPILER_VERSION_MINOR DEC(__open_xl_release__)
|
|
||||||
# define COMPILER_VERSION_PATCH DEC(__open_xl_modification__)
|
|
||||||
# define COMPILER_VERSION_TWEAK DEC(__open_xl_ptf_fix_level__)
|
|
||||||
|
|
||||||
|
|
||||||
#elif defined(__ibmxl__) && defined(__clang__)
|
|
||||||
# define COMPILER_ID "XLClang"
|
|
||||||
# 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__)
|
|
||||||
|
|
||||||
|
|
||||||
#elif defined(__IBMCPP__) && !defined(__COMPILER_VER__) && __IBMCPP__ >= 800
|
|
||||||
# define COMPILER_ID "XL"
|
|
||||||
/* __IBMCPP__ = VRP */
|
|
||||||
# define COMPILER_VERSION_MAJOR DEC(__IBMCPP__/100)
|
|
||||||
# define COMPILER_VERSION_MINOR DEC(__IBMCPP__/10 % 10)
|
|
||||||
# define COMPILER_VERSION_PATCH DEC(__IBMCPP__ % 10)
|
|
||||||
|
|
||||||
#elif defined(__IBMCPP__) && !defined(__COMPILER_VER__) && __IBMCPP__ < 800
|
|
||||||
# define COMPILER_ID "VisualAge"
|
|
||||||
/* __IBMCPP__ = VRP */
|
|
||||||
# define COMPILER_VERSION_MAJOR DEC(__IBMCPP__/100)
|
|
||||||
# define COMPILER_VERSION_MINOR DEC(__IBMCPP__/10 % 10)
|
|
||||||
# define COMPILER_VERSION_PATCH DEC(__IBMCPP__ % 10)
|
|
||||||
|
|
||||||
#elif defined(__NVCOMPILER)
|
|
||||||
# define COMPILER_ID "NVHPC"
|
|
||||||
# define COMPILER_VERSION_MAJOR DEC(__NVCOMPILER_MAJOR__)
|
|
||||||
# define COMPILER_VERSION_MINOR DEC(__NVCOMPILER_MINOR__)
|
|
||||||
# if defined(__NVCOMPILER_PATCHLEVEL__)
|
|
||||||
# define COMPILER_VERSION_PATCH DEC(__NVCOMPILER_PATCHLEVEL__)
|
|
||||||
# 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(__clang__) && defined(__cray__)
|
|
||||||
# define COMPILER_ID "CrayClang"
|
|
||||||
# define COMPILER_VERSION_MAJOR DEC(__cray_major__)
|
|
||||||
# define COMPILER_VERSION_MINOR DEC(__cray_minor__)
|
|
||||||
# define COMPILER_VERSION_PATCH DEC(__cray_patchlevel__)
|
|
||||||
# define COMPILER_VERSION_INTERNAL_STR __clang_version__
|
|
||||||
|
|
||||||
|
|
||||||
#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(__CLANG_FUJITSU)
|
|
||||||
# define COMPILER_ID "FujitsuClang"
|
|
||||||
# define COMPILER_VERSION_MAJOR DEC(__FCC_major__)
|
|
||||||
# define COMPILER_VERSION_MINOR DEC(__FCC_minor__)
|
|
||||||
# define COMPILER_VERSION_PATCH DEC(__FCC_patchlevel__)
|
|
||||||
# define COMPILER_VERSION_INTERNAL_STR __clang_version__
|
|
||||||
|
|
||||||
|
|
||||||
#elif defined(__FUJITSU)
|
|
||||||
# define COMPILER_ID "Fujitsu"
|
|
||||||
# if defined(__FCC_version__)
|
|
||||||
# define COMPILER_VERSION __FCC_version__
|
|
||||||
# elif defined(__FCC_major__)
|
|
||||||
# define COMPILER_VERSION_MAJOR DEC(__FCC_major__)
|
|
||||||
# define COMPILER_VERSION_MINOR DEC(__FCC_minor__)
|
|
||||||
# define COMPILER_VERSION_PATCH DEC(__FCC_patchlevel__)
|
|
||||||
# endif
|
|
||||||
# if defined(__fcc_version)
|
|
||||||
# define COMPILER_VERSION_INTERNAL DEC(__fcc_version)
|
|
||||||
# elif defined(__FCC_VERSION)
|
|
||||||
# define COMPILER_VERSION_INTERNAL DEC(__FCC_VERSION)
|
|
||||||
# endif
|
|
||||||
|
|
||||||
|
|
||||||
#elif defined(__ghs__)
|
|
||||||
# define COMPILER_ID "GHS"
|
|
||||||
/* __GHS_VERSION_NUMBER = VVVVRP */
|
|
||||||
# ifdef __GHS_VERSION_NUMBER
|
|
||||||
# define COMPILER_VERSION_MAJOR DEC(__GHS_VERSION_NUMBER / 100)
|
|
||||||
# define COMPILER_VERSION_MINOR DEC(__GHS_VERSION_NUMBER / 10 % 10)
|
|
||||||
# define COMPILER_VERSION_PATCH DEC(__GHS_VERSION_NUMBER % 10)
|
|
||||||
# endif
|
|
||||||
|
|
||||||
#elif defined(__TASKING__)
|
|
||||||
# define COMPILER_ID "Tasking"
|
|
||||||
# define COMPILER_VERSION_MAJOR DEC(__VERSION__/1000)
|
|
||||||
# define COMPILER_VERSION_MINOR DEC(__VERSION__ % 100)
|
|
||||||
# define COMPILER_VERSION_INTERNAL DEC(__VERSION__)
|
|
||||||
|
|
||||||
#elif defined(__ORANGEC__)
|
|
||||||
# define COMPILER_ID "OrangeC"
|
|
||||||
# define COMPILER_VERSION_MAJOR DEC(__ORANGEC_MAJOR__)
|
|
||||||
# define COMPILER_VERSION_MINOR DEC(__ORANGEC_MINOR__)
|
|
||||||
# define COMPILER_VERSION_PATCH DEC(__ORANGEC_PATCHLEVEL__)
|
|
||||||
|
|
||||||
#elif defined(__SCO_VERSION__)
|
|
||||||
# define COMPILER_ID "SCO"
|
|
||||||
|
|
||||||
#elif defined(__ARMCC_VERSION) && !defined(__clang__)
|
|
||||||
# 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(__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__) && defined(__ARMCOMPILER_VERSION)
|
|
||||||
# define COMPILER_ID "ARMClang"
|
|
||||||
# define COMPILER_VERSION_MAJOR DEC(__ARMCOMPILER_VERSION/1000000)
|
|
||||||
# define COMPILER_VERSION_MINOR DEC(__ARMCOMPILER_VERSION/10000 % 100)
|
|
||||||
# define COMPILER_VERSION_PATCH DEC(__ARMCOMPILER_VERSION/100 % 100)
|
|
||||||
# define COMPILER_VERSION_INTERNAL DEC(__ARMCOMPILER_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(__LCC__) && (defined(__GNUC__) || defined(__GNUG__) || defined(__MCST__))
|
|
||||||
# define COMPILER_ID "LCC"
|
|
||||||
# define COMPILER_VERSION_MAJOR DEC(__LCC__ / 100)
|
|
||||||
# define COMPILER_VERSION_MINOR DEC(__LCC__ % 100)
|
|
||||||
# if defined(__LCC_MINOR__)
|
|
||||||
# define COMPILER_VERSION_PATCH DEC(__LCC_MINOR__)
|
|
||||||
# endif
|
|
||||||
# if defined(__GNUC__) && defined(__GNUC_MINOR__)
|
|
||||||
# define SIMULATE_ID "GNU"
|
|
||||||
# define SIMULATE_VERSION_MAJOR DEC(__GNUC__)
|
|
||||||
# define SIMULATE_VERSION_MINOR DEC(__GNUC_MINOR__)
|
|
||||||
# if defined(__GNUC_PATCHLEVEL__)
|
|
||||||
# define SIMULATE_VERSION_PATCH DEC(__GNUC_PATCHLEVEL__)
|
|
||||||
# endif
|
|
||||||
# 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(_ADI_COMPILER)
|
|
||||||
# define COMPILER_ID "ADSP"
|
|
||||||
#if defined(__VERSIONNUM__)
|
|
||||||
/* __VERSIONNUM__ = 0xVVRRPPTT */
|
|
||||||
# define COMPILER_VERSION_MAJOR DEC(__VERSIONNUM__ >> 24 & 0xFF)
|
|
||||||
# define COMPILER_VERSION_MINOR DEC(__VERSIONNUM__ >> 16 & 0xFF)
|
|
||||||
# define COMPILER_VERSION_PATCH DEC(__VERSIONNUM__ >> 8 & 0xFF)
|
|
||||||
# define COMPILER_VERSION_TWEAK DEC(__VERSIONNUM__ & 0xFF)
|
|
||||||
#endif
|
|
||||||
|
|
||||||
#elif defined(__IAR_SYSTEMS_ICC__) || defined(__IAR_SYSTEMS_ICC)
|
|
||||||
# define COMPILER_ID "IAR"
|
|
||||||
# if defined(__VER__) && defined(__ICCARM__)
|
|
||||||
# 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__)
|
|
||||||
# elif defined(__VER__) && (defined(__ICCAVR__) || defined(__ICCRX__) || defined(__ICCRH850__) || defined(__ICCRL78__) || defined(__ICC430__) || defined(__ICCRISCV__) || defined(__ICCV850__) || defined(__ICC8051__) || defined(__ICCSTM8__))
|
|
||||||
# define COMPILER_VERSION_MAJOR DEC((__VER__) / 100)
|
|
||||||
# define COMPILER_VERSION_MINOR DEC((__VER__) - (((__VER__) / 100)*100))
|
|
||||||
# define COMPILER_VERSION_PATCH DEC(__SUBVERSION__)
|
|
||||||
# define COMPILER_VERSION_INTERNAL DEC(__IAR_SYSTEMS_ICC__)
|
|
||||||
# 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(__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(__CRAYXT_COMPUTE_LINUX_TARGET)
|
|
||||||
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(__MSYS__)
|
|
||||||
# define PLATFORM_ID "MSYS"
|
|
||||||
|
|
||||||
#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(__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"
|
|
||||||
|
|
||||||
# elif defined(__VXWORKS__)
|
|
||||||
# define PLATFORM_ID "VxWorks"
|
|
||||||
|
|
||||||
# else /* unknown platform */
|
|
||||||
# define PLATFORM_ID
|
|
||||||
# endif
|
|
||||||
|
|
||||||
#elif defined(__INTEGRITY)
|
|
||||||
# if defined(INT_178B)
|
|
||||||
# define PLATFORM_ID "Integrity178"
|
|
||||||
|
|
||||||
# else /* regular Integrity */
|
|
||||||
# define PLATFORM_ID "Integrity"
|
|
||||||
# endif
|
|
||||||
|
|
||||||
# elif defined(_ADI_COMPILER)
|
|
||||||
# define PLATFORM_ID "ADSP"
|
|
||||||
|
|
||||||
#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_ARM64EC)
|
|
||||||
# define ARCHITECTURE_ID "ARM64EC"
|
|
||||||
|
|
||||||
# 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(__ICCRX__)
|
|
||||||
# define ARCHITECTURE_ID "RX"
|
|
||||||
|
|
||||||
# elif defined(__ICCRH850__)
|
|
||||||
# define ARCHITECTURE_ID "RH850"
|
|
||||||
|
|
||||||
# elif defined(__ICCRL78__)
|
|
||||||
# define ARCHITECTURE_ID "RL78"
|
|
||||||
|
|
||||||
# elif defined(__ICCRISCV__)
|
|
||||||
# define ARCHITECTURE_ID "RISCV"
|
|
||||||
|
|
||||||
# elif defined(__ICCAVR__)
|
|
||||||
# define ARCHITECTURE_ID "AVR"
|
|
||||||
|
|
||||||
# elif defined(__ICC430__)
|
|
||||||
# define ARCHITECTURE_ID "MSP430"
|
|
||||||
|
|
||||||
# elif defined(__ICCV850__)
|
|
||||||
# define ARCHITECTURE_ID "V850"
|
|
||||||
|
|
||||||
# elif defined(__ICC8051__)
|
|
||||||
# define ARCHITECTURE_ID "8051"
|
|
||||||
|
|
||||||
# elif defined(__ICCSTM8__)
|
|
||||||
# define ARCHITECTURE_ID "STM8"
|
|
||||||
|
|
||||||
# else /* unknown architecture */
|
|
||||||
# define ARCHITECTURE_ID ""
|
|
||||||
# endif
|
|
||||||
|
|
||||||
#elif defined(__ghs__)
|
|
||||||
# if defined(__PPC64__)
|
|
||||||
# define ARCHITECTURE_ID "PPC64"
|
|
||||||
|
|
||||||
# elif defined(__ppc__)
|
|
||||||
# define ARCHITECTURE_ID "PPC"
|
|
||||||
|
|
||||||
# elif defined(__ARM__)
|
|
||||||
# define ARCHITECTURE_ID "ARM"
|
|
||||||
|
|
||||||
# elif defined(__x86_64__)
|
|
||||||
# define ARCHITECTURE_ID "x64"
|
|
||||||
|
|
||||||
# elif defined(__i386__)
|
|
||||||
# define ARCHITECTURE_ID "X86"
|
|
||||||
|
|
||||||
# else /* unknown architecture */
|
|
||||||
# define ARCHITECTURE_ID ""
|
|
||||||
# endif
|
|
||||||
|
|
||||||
#elif defined(__TI_COMPILER_VERSION__)
|
|
||||||
# if defined(__TI_ARM__)
|
|
||||||
# define ARCHITECTURE_ID "ARM"
|
|
||||||
|
|
||||||
# elif defined(__MSP430__)
|
|
||||||
# define ARCHITECTURE_ID "MSP430"
|
|
||||||
|
|
||||||
# elif defined(__TMS320C28XX__)
|
|
||||||
# define ARCHITECTURE_ID "TMS320C28x"
|
|
||||||
|
|
||||||
# elif defined(__TMS320C6X__) || defined(_TMS320C6X)
|
|
||||||
# define ARCHITECTURE_ID "TMS320C6x"
|
|
||||||
|
|
||||||
# else /* unknown architecture */
|
|
||||||
# define ARCHITECTURE_ID ""
|
|
||||||
# endif
|
|
||||||
|
|
||||||
# elif defined(__ADSPSHARC__)
|
|
||||||
# define ARCHITECTURE_ID "SHARC"
|
|
||||||
|
|
||||||
# elif defined(__ADSPBLACKFIN__)
|
|
||||||
# define ARCHITECTURE_ID "Blackfin"
|
|
||||||
|
|
||||||
#elif defined(__TASKING__)
|
|
||||||
|
|
||||||
# if defined(__CTC__) || defined(__CPTC__)
|
|
||||||
# define ARCHITECTURE_ID "TriCore"
|
|
||||||
|
|
||||||
# elif defined(__CMCS__)
|
|
||||||
# define ARCHITECTURE_ID "MCS"
|
|
||||||
|
|
||||||
# elif defined(__CARM__)
|
|
||||||
# define ARCHITECTURE_ID "ARM"
|
|
||||||
|
|
||||||
# elif defined(__CARC__)
|
|
||||||
# define ARCHITECTURE_ID "ARC"
|
|
||||||
|
|
||||||
# elif defined(__C51__)
|
|
||||||
# define ARCHITECTURE_ID "8051"
|
|
||||||
|
|
||||||
# elif defined(__CPCP__)
|
|
||||||
# define ARCHITECTURE_ID "PCP"
|
|
||||||
|
|
||||||
# else
|
|
||||||
# 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. */
|
|
||||||
#ifdef COMPILER_VERSION
|
|
||||||
char const* info_version = "INFO" ":" "compiler_version[" COMPILER_VERSION "]";
|
|
||||||
|
|
||||||
/* Construct a string literal encoding the version number components. */
|
|
||||||
#elif defined(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'};
|
|
||||||
#elif defined(COMPILER_VERSION_INTERNAL_STR)
|
|
||||||
char const* info_version_internal = "INFO" ":" "compiler_version_internal[" COMPILER_VERSION_INTERNAL_STR "]";
|
|
||||||
#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(__INTEL_COMPILER) && defined(_MSVC_LANG) && _MSVC_LANG < 201403L
|
|
||||||
# if defined(__INTEL_CXX11_MODE__)
|
|
||||||
# if defined(__cpp_aggregate_nsdmi)
|
|
||||||
# define CXX_STD 201402L
|
|
||||||
# else
|
|
||||||
# define CXX_STD 201103L
|
|
||||||
# endif
|
|
||||||
# else
|
|
||||||
# define CXX_STD 199711L
|
|
||||||
# endif
|
|
||||||
#elif defined(_MSC_VER) && defined(_MSVC_LANG)
|
|
||||||
# define CXX_STD _MSVC_LANG
|
|
||||||
#else
|
|
||||||
# define CXX_STD __cplusplus
|
|
||||||
#endif
|
|
||||||
|
|
||||||
const char* info_language_standard_default = "INFO" ":" "standard_default["
|
|
||||||
#if CXX_STD > 202002L
|
|
||||||
"23"
|
|
||||||
#elif CXX_STD > 201703L
|
|
||||||
"20"
|
|
||||||
#elif CXX_STD >= 201703L
|
|
||||||
"17"
|
|
||||||
#elif CXX_STD >= 201402L
|
|
||||||
"14"
|
|
||||||
#elif CXX_STD >= 201103L
|
|
||||||
"11"
|
|
||||||
#else
|
|
||||||
"98"
|
|
||||||
#endif
|
|
||||||
"]";
|
|
||||||
|
|
||||||
const char* info_language_extensions_default = "INFO" ":" "extensions_default["
|
|
||||||
#if (defined(__clang__) || defined(__GNUC__) || defined(__xlC__) || \
|
|
||||||
defined(__TI_COMPILER_VERSION__)) && \
|
|
||||||
!defined(__STRICT_ANSI__)
|
|
||||||
"ON"
|
|
||||||
#else
|
|
||||||
"OFF"
|
|
||||||
#endif
|
|
||||||
"]";
|
|
||||||
|
|
||||||
/*--------------------------------------------------------------------------*/
|
|
||||||
|
|
||||||
int main(int argc, char* argv[])
|
|
||||||
{
|
|
||||||
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(__CRAYXT_COMPUTE_LINUX_TARGET)
|
|
||||||
require += info_cray[argc];
|
|
||||||
#endif
|
|
||||||
require += info_language_standard_default[argc];
|
|
||||||
require += info_language_extensions_default[argc];
|
|
||||||
(void)argv;
|
|
||||||
return require;
|
|
||||||
}
|
|
||||||
Binary file not shown.
@@ -1,567 +0,0 @@
|
|||||||
|
|
||||||
---
|
|
||||||
events:
|
|
||||||
-
|
|
||||||
kind: "message-v1"
|
|
||||||
backtrace:
|
|
||||||
- "/usr/share/cmake-3.28/Modules/CMakeDetermineSystem.cmake:233 (message)"
|
|
||||||
- "CMakeLists.txt:5 (project)"
|
|
||||||
message: |
|
|
||||||
The system is: Linux - 6.11.0-26-generic - x86_64
|
|
||||||
-
|
|
||||||
kind: "message-v1"
|
|
||||||
backtrace:
|
|
||||||
- "/usr/share/cmake-3.28/Modules/CMakeDetermineCompilerId.cmake:17 (message)"
|
|
||||||
- "/usr/share/cmake-3.28/Modules/CMakeDetermineCompilerId.cmake:64 (__determine_compiler_id_test)"
|
|
||||||
- "/usr/share/cmake-3.28/Modules/CMakeDetermineCCompiler.cmake:123 (CMAKE_DETERMINE_COMPILER_ID)"
|
|
||||||
- "CMakeLists.txt:5 (project)"
|
|
||||||
message: |
|
|
||||||
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:
|
|
||||||
/home/douwe/Nextcloud/Projects/douwco.be/CMakeFiles/3.28.3/CompilerIdC/a.out
|
|
||||||
|
|
||||||
-
|
|
||||||
kind: "message-v1"
|
|
||||||
backtrace:
|
|
||||||
- "/usr/share/cmake-3.28/Modules/CMakeDetermineCompilerId.cmake:17 (message)"
|
|
||||||
- "/usr/share/cmake-3.28/Modules/CMakeDetermineCompilerId.cmake:64 (__determine_compiler_id_test)"
|
|
||||||
- "/usr/share/cmake-3.28/Modules/CMakeDetermineCXXCompiler.cmake:126 (CMAKE_DETERMINE_COMPILER_ID)"
|
|
||||||
- "CMakeLists.txt:5 (project)"
|
|
||||||
message: |
|
|
||||||
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:
|
|
||||||
/home/douwe/Nextcloud/Projects/douwco.be/CMakeFiles/3.28.3/CompilerIdCXX/a.out
|
|
||||||
|
|
||||||
-
|
|
||||||
kind: "try_compile-v1"
|
|
||||||
backtrace:
|
|
||||||
- "/usr/share/cmake-3.28/Modules/CMakeDetermineCompilerABI.cmake:57 (try_compile)"
|
|
||||||
- "/usr/share/cmake-3.28/Modules/CMakeTestCCompiler.cmake:26 (CMAKE_DETERMINE_COMPILER_ABI)"
|
|
||||||
- "CMakeLists.txt:5 (project)"
|
|
||||||
checks:
|
|
||||||
- "Detecting C compiler ABI info"
|
|
||||||
directories:
|
|
||||||
source: "/home/douwe/Nextcloud/Projects/douwco.be/CMakeFiles/CMakeScratch/TryCompile-AT5sWk"
|
|
||||||
binary: "/home/douwe/Nextcloud/Projects/douwco.be/CMakeFiles/CMakeScratch/TryCompile-AT5sWk"
|
|
||||||
cmakeVariables:
|
|
||||||
CMAKE_C_FLAGS: ""
|
|
||||||
CMAKE_C_FLAGS_DEBUG: "-g"
|
|
||||||
CMAKE_EXE_LINKER_FLAGS: ""
|
|
||||||
buildResult:
|
|
||||||
variable: "CMAKE_C_ABI_COMPILED"
|
|
||||||
cached: true
|
|
||||||
stdout: |
|
|
||||||
Change Dir: '/home/douwe/Nextcloud/Projects/douwco.be/CMakeFiles/CMakeScratch/TryCompile-AT5sWk'
|
|
||||||
|
|
||||||
Run Build Command(s): /usr/bin/cmake -E env VERBOSE=1 /usr/bin/gmake -f Makefile cmTC_58fd0/fast
|
|
||||||
/usr/bin/gmake -f CMakeFiles/cmTC_58fd0.dir/build.make CMakeFiles/cmTC_58fd0.dir/build
|
|
||||||
gmake[1]: Entering directory '/home/douwe/Nextcloud/Projects/douwco.be/CMakeFiles/CMakeScratch/TryCompile-AT5sWk'
|
|
||||||
Building C object CMakeFiles/cmTC_58fd0.dir/CMakeCCompilerABI.c.o
|
|
||||||
/usr/bin/cc -v -o CMakeFiles/cmTC_58fd0.dir/CMakeCCompilerABI.c.o -c /usr/share/cmake-3.28/Modules/CMakeCCompilerABI.c
|
|
||||||
Using built-in specs.
|
|
||||||
COLLECT_GCC=/usr/bin/cc
|
|
||||||
OFFLOAD_TARGET_NAMES=nvptx-none:amdgcn-amdhsa
|
|
||||||
OFFLOAD_TARGET_DEFAULT=1
|
|
||||||
Target: x86_64-linux-gnu
|
|
||||||
Configured with: ../src/configure -v --with-pkgversion='Ubuntu 13.3.0-6ubuntu2~24.04' --with-bugurl=file:///usr/share/doc/gcc-13/README.Bugs --enable-languages=c,ada,c++,go,d,fortran,objc,obj-c++,m2 --prefix=/usr --with-gcc-major-version-only --program-suffix=-13 --program-prefix=x86_64-linux-gnu- --enable-shared --enable-linker-build-id --libexecdir=/usr/libexec --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-libstdcxx-backtrace --enable-gnu-unique-object --disable-vtable-verify --enable-plugin --enable-default-pie --with-system-zlib --enable-libphobos-checking=release --with-target-system-zlib=auto --enable-objc-gc=auto --enable-multiarch --disable-werror --enable-cet --with-arch-32=i686 --with-abi=m64 --with-multilib-list=m32,m64,mx32 --enable-multilib --with-tune=generic --enable-offload-targets=nvptx-none=/build/gcc-13-fG75Ri/gcc-13-13.3.0/debian/tmp-nvptx/usr,amdgcn-amdhsa=/build/gcc-13-fG75Ri/gcc-13-13.3.0/debian/tmp-gcn/usr --enable-offload-defaulted --without-cuda-driver --enable-checking=release --build=x86_64-linux-gnu --host=x86_64-linux-gnu --target=x86_64-linux-gnu --with-build-config=bootstrap-lto-lean --enable-link-serialization=2
|
|
||||||
Thread model: posix
|
|
||||||
Supported LTO compression algorithms: zlib zstd
|
|
||||||
gcc version 13.3.0 (Ubuntu 13.3.0-6ubuntu2~24.04)
|
|
||||||
COLLECT_GCC_OPTIONS='-v' '-o' 'CMakeFiles/cmTC_58fd0.dir/CMakeCCompilerABI.c.o' '-c' '-mtune=generic' '-march=x86-64' '-dumpdir' 'CMakeFiles/cmTC_58fd0.dir/'
|
|
||||||
/usr/libexec/gcc/x86_64-linux-gnu/13/cc1 -quiet -v -imultiarch x86_64-linux-gnu /usr/share/cmake-3.28/Modules/CMakeCCompilerABI.c -quiet -dumpdir CMakeFiles/cmTC_58fd0.dir/ -dumpbase CMakeCCompilerABI.c.c -dumpbase-ext .c -mtune=generic -march=x86-64 -version -fasynchronous-unwind-tables -fstack-protector-strong -Wformat -Wformat-security -fstack-clash-protection -fcf-protection -o /tmp/ccl24t19.s
|
|
||||||
GNU C17 (Ubuntu 13.3.0-6ubuntu2~24.04) version 13.3.0 (x86_64-linux-gnu)
|
|
||||||
compiled by GNU C version 13.3.0, GMP version 6.3.0, MPFR version 4.2.1, MPC version 1.3.1, isl version isl-0.26-GMP
|
|
||||||
|
|
||||||
GGC heuristics: --param ggc-min-expand=100 --param ggc-min-heapsize=131072
|
|
||||||
ignoring nonexistent directory "/usr/local/include/x86_64-linux-gnu"
|
|
||||||
ignoring nonexistent directory "/usr/lib/gcc/x86_64-linux-gnu/13/include-fixed/x86_64-linux-gnu"
|
|
||||||
ignoring nonexistent directory "/usr/lib/gcc/x86_64-linux-gnu/13/include-fixed"
|
|
||||||
ignoring nonexistent directory "/usr/lib/gcc/x86_64-linux-gnu/13/../../../../x86_64-linux-gnu/include"
|
|
||||||
#include "..." search starts here:
|
|
||||||
#include <...> search starts here:
|
|
||||||
/usr/lib/gcc/x86_64-linux-gnu/13/include
|
|
||||||
/usr/local/include
|
|
||||||
/usr/include/x86_64-linux-gnu
|
|
||||||
/usr/include
|
|
||||||
End of search list.
|
|
||||||
Compiler executable checksum: 38987c28e967c64056a6454abdef726e
|
|
||||||
COLLECT_GCC_OPTIONS='-v' '-o' 'CMakeFiles/cmTC_58fd0.dir/CMakeCCompilerABI.c.o' '-c' '-mtune=generic' '-march=x86-64' '-dumpdir' 'CMakeFiles/cmTC_58fd0.dir/'
|
|
||||||
as -v --64 -o CMakeFiles/cmTC_58fd0.dir/CMakeCCompilerABI.c.o /tmp/ccl24t19.s
|
|
||||||
GNU assembler version 2.42 (x86_64-linux-gnu) using BFD version (GNU Binutils for Ubuntu) 2.42
|
|
||||||
COMPILER_PATH=/usr/libexec/gcc/x86_64-linux-gnu/13/:/usr/libexec/gcc/x86_64-linux-gnu/13/:/usr/libexec/gcc/x86_64-linux-gnu/:/usr/lib/gcc/x86_64-linux-gnu/13/:/usr/lib/gcc/x86_64-linux-gnu/
|
|
||||||
LIBRARY_PATH=/usr/lib/gcc/x86_64-linux-gnu/13/:/usr/lib/gcc/x86_64-linux-gnu/13/../../../x86_64-linux-gnu/:/usr/lib/gcc/x86_64-linux-gnu/13/../../../../lib/:/lib/x86_64-linux-gnu/:/lib/../lib/:/usr/lib/x86_64-linux-gnu/:/usr/lib/../lib/:/usr/lib/gcc/x86_64-linux-gnu/13/../../../:/lib/:/usr/lib/
|
|
||||||
COLLECT_GCC_OPTIONS='-v' '-o' 'CMakeFiles/cmTC_58fd0.dir/CMakeCCompilerABI.c.o' '-c' '-mtune=generic' '-march=x86-64' '-dumpdir' 'CMakeFiles/cmTC_58fd0.dir/CMakeCCompilerABI.c.'
|
|
||||||
Linking C executable cmTC_58fd0
|
|
||||||
/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_58fd0.dir/link.txt --verbose=1
|
|
||||||
/usr/bin/cc -v CMakeFiles/cmTC_58fd0.dir/CMakeCCompilerABI.c.o -o cmTC_58fd0
|
|
||||||
Using built-in specs.
|
|
||||||
COLLECT_GCC=/usr/bin/cc
|
|
||||||
COLLECT_LTO_WRAPPER=/usr/libexec/gcc/x86_64-linux-gnu/13/lto-wrapper
|
|
||||||
OFFLOAD_TARGET_NAMES=nvptx-none:amdgcn-amdhsa
|
|
||||||
OFFLOAD_TARGET_DEFAULT=1
|
|
||||||
Target: x86_64-linux-gnu
|
|
||||||
Configured with: ../src/configure -v --with-pkgversion='Ubuntu 13.3.0-6ubuntu2~24.04' --with-bugurl=file:///usr/share/doc/gcc-13/README.Bugs --enable-languages=c,ada,c++,go,d,fortran,objc,obj-c++,m2 --prefix=/usr --with-gcc-major-version-only --program-suffix=-13 --program-prefix=x86_64-linux-gnu- --enable-shared --enable-linker-build-id --libexecdir=/usr/libexec --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-libstdcxx-backtrace --enable-gnu-unique-object --disable-vtable-verify --enable-plugin --enable-default-pie --with-system-zlib --enable-libphobos-checking=release --with-target-system-zlib=auto --enable-objc-gc=auto --enable-multiarch --disable-werror --enable-cet --with-arch-32=i686 --with-abi=m64 --with-multilib-list=m32,m64,mx32 --enable-multilib --with-tune=generic --enable-offload-targets=nvptx-none=/build/gcc-13-fG75Ri/gcc-13-13.3.0/debian/tmp-nvptx/usr,amdgcn-amdhsa=/build/gcc-13-fG75Ri/gcc-13-13.3.0/debian/tmp-gcn/usr --enable-offload-defaulted --without-cuda-driver --enable-checking=release --build=x86_64-linux-gnu --host=x86_64-linux-gnu --target=x86_64-linux-gnu --with-build-config=bootstrap-lto-lean --enable-link-serialization=2
|
|
||||||
Thread model: posix
|
|
||||||
Supported LTO compression algorithms: zlib zstd
|
|
||||||
gcc version 13.3.0 (Ubuntu 13.3.0-6ubuntu2~24.04)
|
|
||||||
COMPILER_PATH=/usr/libexec/gcc/x86_64-linux-gnu/13/:/usr/libexec/gcc/x86_64-linux-gnu/13/:/usr/libexec/gcc/x86_64-linux-gnu/:/usr/lib/gcc/x86_64-linux-gnu/13/:/usr/lib/gcc/x86_64-linux-gnu/
|
|
||||||
LIBRARY_PATH=/usr/lib/gcc/x86_64-linux-gnu/13/:/usr/lib/gcc/x86_64-linux-gnu/13/../../../x86_64-linux-gnu/:/usr/lib/gcc/x86_64-linux-gnu/13/../../../../lib/:/lib/x86_64-linux-gnu/:/lib/../lib/:/usr/lib/x86_64-linux-gnu/:/usr/lib/../lib/:/usr/lib/gcc/x86_64-linux-gnu/13/../../../:/lib/:/usr/lib/
|
|
||||||
COLLECT_GCC_OPTIONS='-v' '-o' 'cmTC_58fd0' '-mtune=generic' '-march=x86-64' '-dumpdir' 'cmTC_58fd0.'
|
|
||||||
/usr/libexec/gcc/x86_64-linux-gnu/13/collect2 -plugin /usr/libexec/gcc/x86_64-linux-gnu/13/liblto_plugin.so -plugin-opt=/usr/libexec/gcc/x86_64-linux-gnu/13/lto-wrapper -plugin-opt=-fresolution=/tmp/ccuu0ZAX.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 -m elf_x86_64 --hash-style=gnu --as-needed -dynamic-linker /lib64/ld-linux-x86-64.so.2 -pie -z now -z relro -o cmTC_58fd0 /usr/lib/gcc/x86_64-linux-gnu/13/../../../x86_64-linux-gnu/Scrt1.o /usr/lib/gcc/x86_64-linux-gnu/13/../../../x86_64-linux-gnu/crti.o /usr/lib/gcc/x86_64-linux-gnu/13/crtbeginS.o -L/usr/lib/gcc/x86_64-linux-gnu/13 -L/usr/lib/gcc/x86_64-linux-gnu/13/../../../x86_64-linux-gnu -L/usr/lib/gcc/x86_64-linux-gnu/13/../../../../lib -L/lib/x86_64-linux-gnu -L/lib/../lib -L/usr/lib/x86_64-linux-gnu -L/usr/lib/../lib -L/usr/lib/gcc/x86_64-linux-gnu/13/../../.. CMakeFiles/cmTC_58fd0.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/x86_64-linux-gnu/13/crtendS.o /usr/lib/gcc/x86_64-linux-gnu/13/../../../x86_64-linux-gnu/crtn.o
|
|
||||||
COLLECT_GCC_OPTIONS='-v' '-o' 'cmTC_58fd0' '-mtune=generic' '-march=x86-64' '-dumpdir' 'cmTC_58fd0.'
|
|
||||||
gmake[1]: Leaving directory '/home/douwe/Nextcloud/Projects/douwco.be/CMakeFiles/CMakeScratch/TryCompile-AT5sWk'
|
|
||||||
|
|
||||||
exitCode: 0
|
|
||||||
-
|
|
||||||
kind: "message-v1"
|
|
||||||
backtrace:
|
|
||||||
- "/usr/share/cmake-3.28/Modules/CMakeDetermineCompilerABI.cmake:127 (message)"
|
|
||||||
- "/usr/share/cmake-3.28/Modules/CMakeTestCCompiler.cmake:26 (CMAKE_DETERMINE_COMPILER_ABI)"
|
|
||||||
- "CMakeLists.txt:5 (project)"
|
|
||||||
message: |
|
|
||||||
Parsed C implicit include dir info: rv=done
|
|
||||||
found start of include info
|
|
||||||
found start of implicit include info
|
|
||||||
add: [/usr/lib/gcc/x86_64-linux-gnu/13/include]
|
|
||||||
add: [/usr/local/include]
|
|
||||||
add: [/usr/include/x86_64-linux-gnu]
|
|
||||||
add: [/usr/include]
|
|
||||||
end of search list found
|
|
||||||
collapse include dir [/usr/lib/gcc/x86_64-linux-gnu/13/include] ==> [/usr/lib/gcc/x86_64-linux-gnu/13/include]
|
|
||||||
collapse include dir [/usr/local/include] ==> [/usr/local/include]
|
|
||||||
collapse include dir [/usr/include/x86_64-linux-gnu] ==> [/usr/include/x86_64-linux-gnu]
|
|
||||||
collapse include dir [/usr/include] ==> [/usr/include]
|
|
||||||
implicit include dirs: [/usr/lib/gcc/x86_64-linux-gnu/13/include;/usr/local/include;/usr/include/x86_64-linux-gnu;/usr/include]
|
|
||||||
|
|
||||||
|
|
||||||
-
|
|
||||||
kind: "message-v1"
|
|
||||||
backtrace:
|
|
||||||
- "/usr/share/cmake-3.28/Modules/CMakeDetermineCompilerABI.cmake:159 (message)"
|
|
||||||
- "/usr/share/cmake-3.28/Modules/CMakeTestCCompiler.cmake:26 (CMAKE_DETERMINE_COMPILER_ABI)"
|
|
||||||
- "CMakeLists.txt:5 (project)"
|
|
||||||
message: |
|
|
||||||
Parsed C implicit link information:
|
|
||||||
link line regex: [^( *|.*[/\\])(ld|CMAKE_LINK_STARTFILE-NOTFOUND|([^/\\]+-)?ld|collect2)[^/\\]*( |$)]
|
|
||||||
ignore line: [Change Dir: '/home/douwe/Nextcloud/Projects/douwco.be/CMakeFiles/CMakeScratch/TryCompile-AT5sWk']
|
|
||||||
ignore line: []
|
|
||||||
ignore line: [Run Build Command(s): /usr/bin/cmake -E env VERBOSE=1 /usr/bin/gmake -f Makefile cmTC_58fd0/fast]
|
|
||||||
ignore line: [/usr/bin/gmake -f CMakeFiles/cmTC_58fd0.dir/build.make CMakeFiles/cmTC_58fd0.dir/build]
|
|
||||||
ignore line: [gmake[1]: Entering directory '/home/douwe/Nextcloud/Projects/douwco.be/CMakeFiles/CMakeScratch/TryCompile-AT5sWk']
|
|
||||||
ignore line: [Building C object CMakeFiles/cmTC_58fd0.dir/CMakeCCompilerABI.c.o]
|
|
||||||
ignore line: [/usr/bin/cc -v -o CMakeFiles/cmTC_58fd0.dir/CMakeCCompilerABI.c.o -c /usr/share/cmake-3.28/Modules/CMakeCCompilerABI.c]
|
|
||||||
ignore line: [Using built-in specs.]
|
|
||||||
ignore line: [COLLECT_GCC=/usr/bin/cc]
|
|
||||||
ignore line: [OFFLOAD_TARGET_NAMES=nvptx-none:amdgcn-amdhsa]
|
|
||||||
ignore line: [OFFLOAD_TARGET_DEFAULT=1]
|
|
||||||
ignore line: [Target: x86_64-linux-gnu]
|
|
||||||
ignore line: [Configured with: ../src/configure -v --with-pkgversion='Ubuntu 13.3.0-6ubuntu2~24.04' --with-bugurl=file:///usr/share/doc/gcc-13/README.Bugs --enable-languages=c ada c++ go d fortran objc obj-c++ m2 --prefix=/usr --with-gcc-major-version-only --program-suffix=-13 --program-prefix=x86_64-linux-gnu- --enable-shared --enable-linker-build-id --libexecdir=/usr/libexec --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-libstdcxx-backtrace --enable-gnu-unique-object --disable-vtable-verify --enable-plugin --enable-default-pie --with-system-zlib --enable-libphobos-checking=release --with-target-system-zlib=auto --enable-objc-gc=auto --enable-multiarch --disable-werror --enable-cet --with-arch-32=i686 --with-abi=m64 --with-multilib-list=m32 m64 mx32 --enable-multilib --with-tune=generic --enable-offload-targets=nvptx-none=/build/gcc-13-fG75Ri/gcc-13-13.3.0/debian/tmp-nvptx/usr amdgcn-amdhsa=/build/gcc-13-fG75Ri/gcc-13-13.3.0/debian/tmp-gcn/usr --enable-offload-defaulted --without-cuda-driver --enable-checking=release --build=x86_64-linux-gnu --host=x86_64-linux-gnu --target=x86_64-linux-gnu --with-build-config=bootstrap-lto-lean --enable-link-serialization=2]
|
|
||||||
ignore line: [Thread model: posix]
|
|
||||||
ignore line: [Supported LTO compression algorithms: zlib zstd]
|
|
||||||
ignore line: [gcc version 13.3.0 (Ubuntu 13.3.0-6ubuntu2~24.04) ]
|
|
||||||
ignore line: [COLLECT_GCC_OPTIONS='-v' '-o' 'CMakeFiles/cmTC_58fd0.dir/CMakeCCompilerABI.c.o' '-c' '-mtune=generic' '-march=x86-64' '-dumpdir' 'CMakeFiles/cmTC_58fd0.dir/']
|
|
||||||
ignore line: [ /usr/libexec/gcc/x86_64-linux-gnu/13/cc1 -quiet -v -imultiarch x86_64-linux-gnu /usr/share/cmake-3.28/Modules/CMakeCCompilerABI.c -quiet -dumpdir CMakeFiles/cmTC_58fd0.dir/ -dumpbase CMakeCCompilerABI.c.c -dumpbase-ext .c -mtune=generic -march=x86-64 -version -fasynchronous-unwind-tables -fstack-protector-strong -Wformat -Wformat-security -fstack-clash-protection -fcf-protection -o /tmp/ccl24t19.s]
|
|
||||||
ignore line: [GNU C17 (Ubuntu 13.3.0-6ubuntu2~24.04) version 13.3.0 (x86_64-linux-gnu)]
|
|
||||||
ignore line: [ compiled by GNU C version 13.3.0 GMP version 6.3.0 MPFR version 4.2.1 MPC version 1.3.1 isl version isl-0.26-GMP]
|
|
||||||
ignore line: []
|
|
||||||
ignore line: [GGC heuristics: --param ggc-min-expand=100 --param ggc-min-heapsize=131072]
|
|
||||||
ignore line: [ignoring nonexistent directory "/usr/local/include/x86_64-linux-gnu"]
|
|
||||||
ignore line: [ignoring nonexistent directory "/usr/lib/gcc/x86_64-linux-gnu/13/include-fixed/x86_64-linux-gnu"]
|
|
||||||
ignore line: [ignoring nonexistent directory "/usr/lib/gcc/x86_64-linux-gnu/13/include-fixed"]
|
|
||||||
ignore line: [ignoring nonexistent directory "/usr/lib/gcc/x86_64-linux-gnu/13/../../../../x86_64-linux-gnu/include"]
|
|
||||||
ignore line: [#include "..." search starts here:]
|
|
||||||
ignore line: [#include <...> search starts here:]
|
|
||||||
ignore line: [ /usr/lib/gcc/x86_64-linux-gnu/13/include]
|
|
||||||
ignore line: [ /usr/local/include]
|
|
||||||
ignore line: [ /usr/include/x86_64-linux-gnu]
|
|
||||||
ignore line: [ /usr/include]
|
|
||||||
ignore line: [End of search list.]
|
|
||||||
ignore line: [Compiler executable checksum: 38987c28e967c64056a6454abdef726e]
|
|
||||||
ignore line: [COLLECT_GCC_OPTIONS='-v' '-o' 'CMakeFiles/cmTC_58fd0.dir/CMakeCCompilerABI.c.o' '-c' '-mtune=generic' '-march=x86-64' '-dumpdir' 'CMakeFiles/cmTC_58fd0.dir/']
|
|
||||||
ignore line: [ as -v --64 -o CMakeFiles/cmTC_58fd0.dir/CMakeCCompilerABI.c.o /tmp/ccl24t19.s]
|
|
||||||
ignore line: [GNU assembler version 2.42 (x86_64-linux-gnu) using BFD version (GNU Binutils for Ubuntu) 2.42]
|
|
||||||
ignore line: [COMPILER_PATH=/usr/libexec/gcc/x86_64-linux-gnu/13/:/usr/libexec/gcc/x86_64-linux-gnu/13/:/usr/libexec/gcc/x86_64-linux-gnu/:/usr/lib/gcc/x86_64-linux-gnu/13/:/usr/lib/gcc/x86_64-linux-gnu/]
|
|
||||||
ignore line: [LIBRARY_PATH=/usr/lib/gcc/x86_64-linux-gnu/13/:/usr/lib/gcc/x86_64-linux-gnu/13/../../../x86_64-linux-gnu/:/usr/lib/gcc/x86_64-linux-gnu/13/../../../../lib/:/lib/x86_64-linux-gnu/:/lib/../lib/:/usr/lib/x86_64-linux-gnu/:/usr/lib/../lib/:/usr/lib/gcc/x86_64-linux-gnu/13/../../../:/lib/:/usr/lib/]
|
|
||||||
ignore line: [COLLECT_GCC_OPTIONS='-v' '-o' 'CMakeFiles/cmTC_58fd0.dir/CMakeCCompilerABI.c.o' '-c' '-mtune=generic' '-march=x86-64' '-dumpdir' 'CMakeFiles/cmTC_58fd0.dir/CMakeCCompilerABI.c.']
|
|
||||||
ignore line: [Linking C executable cmTC_58fd0]
|
|
||||||
ignore line: [/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_58fd0.dir/link.txt --verbose=1]
|
|
||||||
ignore line: [/usr/bin/cc -v CMakeFiles/cmTC_58fd0.dir/CMakeCCompilerABI.c.o -o cmTC_58fd0 ]
|
|
||||||
ignore line: [Using built-in specs.]
|
|
||||||
ignore line: [COLLECT_GCC=/usr/bin/cc]
|
|
||||||
ignore line: [COLLECT_LTO_WRAPPER=/usr/libexec/gcc/x86_64-linux-gnu/13/lto-wrapper]
|
|
||||||
ignore line: [OFFLOAD_TARGET_NAMES=nvptx-none:amdgcn-amdhsa]
|
|
||||||
ignore line: [OFFLOAD_TARGET_DEFAULT=1]
|
|
||||||
ignore line: [Target: x86_64-linux-gnu]
|
|
||||||
ignore line: [Configured with: ../src/configure -v --with-pkgversion='Ubuntu 13.3.0-6ubuntu2~24.04' --with-bugurl=file:///usr/share/doc/gcc-13/README.Bugs --enable-languages=c ada c++ go d fortran objc obj-c++ m2 --prefix=/usr --with-gcc-major-version-only --program-suffix=-13 --program-prefix=x86_64-linux-gnu- --enable-shared --enable-linker-build-id --libexecdir=/usr/libexec --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-libstdcxx-backtrace --enable-gnu-unique-object --disable-vtable-verify --enable-plugin --enable-default-pie --with-system-zlib --enable-libphobos-checking=release --with-target-system-zlib=auto --enable-objc-gc=auto --enable-multiarch --disable-werror --enable-cet --with-arch-32=i686 --with-abi=m64 --with-multilib-list=m32 m64 mx32 --enable-multilib --with-tune=generic --enable-offload-targets=nvptx-none=/build/gcc-13-fG75Ri/gcc-13-13.3.0/debian/tmp-nvptx/usr amdgcn-amdhsa=/build/gcc-13-fG75Ri/gcc-13-13.3.0/debian/tmp-gcn/usr --enable-offload-defaulted --without-cuda-driver --enable-checking=release --build=x86_64-linux-gnu --host=x86_64-linux-gnu --target=x86_64-linux-gnu --with-build-config=bootstrap-lto-lean --enable-link-serialization=2]
|
|
||||||
ignore line: [Thread model: posix]
|
|
||||||
ignore line: [Supported LTO compression algorithms: zlib zstd]
|
|
||||||
ignore line: [gcc version 13.3.0 (Ubuntu 13.3.0-6ubuntu2~24.04) ]
|
|
||||||
ignore line: [COMPILER_PATH=/usr/libexec/gcc/x86_64-linux-gnu/13/:/usr/libexec/gcc/x86_64-linux-gnu/13/:/usr/libexec/gcc/x86_64-linux-gnu/:/usr/lib/gcc/x86_64-linux-gnu/13/:/usr/lib/gcc/x86_64-linux-gnu/]
|
|
||||||
ignore line: [LIBRARY_PATH=/usr/lib/gcc/x86_64-linux-gnu/13/:/usr/lib/gcc/x86_64-linux-gnu/13/../../../x86_64-linux-gnu/:/usr/lib/gcc/x86_64-linux-gnu/13/../../../../lib/:/lib/x86_64-linux-gnu/:/lib/../lib/:/usr/lib/x86_64-linux-gnu/:/usr/lib/../lib/:/usr/lib/gcc/x86_64-linux-gnu/13/../../../:/lib/:/usr/lib/]
|
|
||||||
ignore line: [COLLECT_GCC_OPTIONS='-v' '-o' 'cmTC_58fd0' '-mtune=generic' '-march=x86-64' '-dumpdir' 'cmTC_58fd0.']
|
|
||||||
link line: [ /usr/libexec/gcc/x86_64-linux-gnu/13/collect2 -plugin /usr/libexec/gcc/x86_64-linux-gnu/13/liblto_plugin.so -plugin-opt=/usr/libexec/gcc/x86_64-linux-gnu/13/lto-wrapper -plugin-opt=-fresolution=/tmp/ccuu0ZAX.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 -m elf_x86_64 --hash-style=gnu --as-needed -dynamic-linker /lib64/ld-linux-x86-64.so.2 -pie -z now -z relro -o cmTC_58fd0 /usr/lib/gcc/x86_64-linux-gnu/13/../../../x86_64-linux-gnu/Scrt1.o /usr/lib/gcc/x86_64-linux-gnu/13/../../../x86_64-linux-gnu/crti.o /usr/lib/gcc/x86_64-linux-gnu/13/crtbeginS.o -L/usr/lib/gcc/x86_64-linux-gnu/13 -L/usr/lib/gcc/x86_64-linux-gnu/13/../../../x86_64-linux-gnu -L/usr/lib/gcc/x86_64-linux-gnu/13/../../../../lib -L/lib/x86_64-linux-gnu -L/lib/../lib -L/usr/lib/x86_64-linux-gnu -L/usr/lib/../lib -L/usr/lib/gcc/x86_64-linux-gnu/13/../../.. CMakeFiles/cmTC_58fd0.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/x86_64-linux-gnu/13/crtendS.o /usr/lib/gcc/x86_64-linux-gnu/13/../../../x86_64-linux-gnu/crtn.o]
|
|
||||||
arg [/usr/libexec/gcc/x86_64-linux-gnu/13/collect2] ==> ignore
|
|
||||||
arg [-plugin] ==> ignore
|
|
||||||
arg [/usr/libexec/gcc/x86_64-linux-gnu/13/liblto_plugin.so] ==> ignore
|
|
||||||
arg [-plugin-opt=/usr/libexec/gcc/x86_64-linux-gnu/13/lto-wrapper] ==> ignore
|
|
||||||
arg [-plugin-opt=-fresolution=/tmp/ccuu0ZAX.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 [-m] ==> ignore
|
|
||||||
arg [elf_x86_64] ==> ignore
|
|
||||||
arg [--hash-style=gnu] ==> ignore
|
|
||||||
arg [--as-needed] ==> ignore
|
|
||||||
arg [-dynamic-linker] ==> ignore
|
|
||||||
arg [/lib64/ld-linux-x86-64.so.2] ==> ignore
|
|
||||||
arg [-pie] ==> ignore
|
|
||||||
arg [-znow] ==> ignore
|
|
||||||
arg [-zrelro] ==> ignore
|
|
||||||
arg [-o] ==> ignore
|
|
||||||
arg [cmTC_58fd0] ==> ignore
|
|
||||||
arg [/usr/lib/gcc/x86_64-linux-gnu/13/../../../x86_64-linux-gnu/Scrt1.o] ==> obj [/usr/lib/gcc/x86_64-linux-gnu/13/../../../x86_64-linux-gnu/Scrt1.o]
|
|
||||||
arg [/usr/lib/gcc/x86_64-linux-gnu/13/../../../x86_64-linux-gnu/crti.o] ==> obj [/usr/lib/gcc/x86_64-linux-gnu/13/../../../x86_64-linux-gnu/crti.o]
|
|
||||||
arg [/usr/lib/gcc/x86_64-linux-gnu/13/crtbeginS.o] ==> obj [/usr/lib/gcc/x86_64-linux-gnu/13/crtbeginS.o]
|
|
||||||
arg [-L/usr/lib/gcc/x86_64-linux-gnu/13] ==> dir [/usr/lib/gcc/x86_64-linux-gnu/13]
|
|
||||||
arg [-L/usr/lib/gcc/x86_64-linux-gnu/13/../../../x86_64-linux-gnu] ==> dir [/usr/lib/gcc/x86_64-linux-gnu/13/../../../x86_64-linux-gnu]
|
|
||||||
arg [-L/usr/lib/gcc/x86_64-linux-gnu/13/../../../../lib] ==> dir [/usr/lib/gcc/x86_64-linux-gnu/13/../../../../lib]
|
|
||||||
arg [-L/lib/x86_64-linux-gnu] ==> dir [/lib/x86_64-linux-gnu]
|
|
||||||
arg [-L/lib/../lib] ==> dir [/lib/../lib]
|
|
||||||
arg [-L/usr/lib/x86_64-linux-gnu] ==> dir [/usr/lib/x86_64-linux-gnu]
|
|
||||||
arg [-L/usr/lib/../lib] ==> dir [/usr/lib/../lib]
|
|
||||||
arg [-L/usr/lib/gcc/x86_64-linux-gnu/13/../../..] ==> dir [/usr/lib/gcc/x86_64-linux-gnu/13/../../..]
|
|
||||||
arg [CMakeFiles/cmTC_58fd0.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/x86_64-linux-gnu/13/crtendS.o] ==> obj [/usr/lib/gcc/x86_64-linux-gnu/13/crtendS.o]
|
|
||||||
arg [/usr/lib/gcc/x86_64-linux-gnu/13/../../../x86_64-linux-gnu/crtn.o] ==> obj [/usr/lib/gcc/x86_64-linux-gnu/13/../../../x86_64-linux-gnu/crtn.o]
|
|
||||||
collapse obj [/usr/lib/gcc/x86_64-linux-gnu/13/../../../x86_64-linux-gnu/Scrt1.o] ==> [/usr/lib/x86_64-linux-gnu/Scrt1.o]
|
|
||||||
collapse obj [/usr/lib/gcc/x86_64-linux-gnu/13/../../../x86_64-linux-gnu/crti.o] ==> [/usr/lib/x86_64-linux-gnu/crti.o]
|
|
||||||
collapse obj [/usr/lib/gcc/x86_64-linux-gnu/13/../../../x86_64-linux-gnu/crtn.o] ==> [/usr/lib/x86_64-linux-gnu/crtn.o]
|
|
||||||
collapse library dir [/usr/lib/gcc/x86_64-linux-gnu/13] ==> [/usr/lib/gcc/x86_64-linux-gnu/13]
|
|
||||||
collapse library dir [/usr/lib/gcc/x86_64-linux-gnu/13/../../../x86_64-linux-gnu] ==> [/usr/lib/x86_64-linux-gnu]
|
|
||||||
collapse library dir [/usr/lib/gcc/x86_64-linux-gnu/13/../../../../lib] ==> [/usr/lib]
|
|
||||||
collapse library dir [/lib/x86_64-linux-gnu] ==> [/lib/x86_64-linux-gnu]
|
|
||||||
collapse library dir [/lib/../lib] ==> [/lib]
|
|
||||||
collapse library dir [/usr/lib/x86_64-linux-gnu] ==> [/usr/lib/x86_64-linux-gnu]
|
|
||||||
collapse library dir [/usr/lib/../lib] ==> [/usr/lib]
|
|
||||||
collapse library dir [/usr/lib/gcc/x86_64-linux-gnu/13/../../..] ==> [/usr/lib]
|
|
||||||
implicit libs: [gcc;gcc_s;c;gcc;gcc_s]
|
|
||||||
implicit objs: [/usr/lib/x86_64-linux-gnu/Scrt1.o;/usr/lib/x86_64-linux-gnu/crti.o;/usr/lib/gcc/x86_64-linux-gnu/13/crtbeginS.o;/usr/lib/gcc/x86_64-linux-gnu/13/crtendS.o;/usr/lib/x86_64-linux-gnu/crtn.o]
|
|
||||||
implicit dirs: [/usr/lib/gcc/x86_64-linux-gnu/13;/usr/lib/x86_64-linux-gnu;/usr/lib;/lib/x86_64-linux-gnu;/lib]
|
|
||||||
implicit fwks: []
|
|
||||||
|
|
||||||
|
|
||||||
-
|
|
||||||
kind: "try_compile-v1"
|
|
||||||
backtrace:
|
|
||||||
- "/usr/share/cmake-3.28/Modules/CMakeDetermineCompilerABI.cmake:57 (try_compile)"
|
|
||||||
- "/usr/share/cmake-3.28/Modules/CMakeTestCXXCompiler.cmake:26 (CMAKE_DETERMINE_COMPILER_ABI)"
|
|
||||||
- "CMakeLists.txt:5 (project)"
|
|
||||||
checks:
|
|
||||||
- "Detecting CXX compiler ABI info"
|
|
||||||
directories:
|
|
||||||
source: "/home/douwe/Nextcloud/Projects/douwco.be/CMakeFiles/CMakeScratch/TryCompile-0P7WNu"
|
|
||||||
binary: "/home/douwe/Nextcloud/Projects/douwco.be/CMakeFiles/CMakeScratch/TryCompile-0P7WNu"
|
|
||||||
cmakeVariables:
|
|
||||||
CMAKE_CXX_FLAGS: ""
|
|
||||||
CMAKE_CXX_FLAGS_DEBUG: "-g"
|
|
||||||
CMAKE_EXE_LINKER_FLAGS: ""
|
|
||||||
buildResult:
|
|
||||||
variable: "CMAKE_CXX_ABI_COMPILED"
|
|
||||||
cached: true
|
|
||||||
stdout: |
|
|
||||||
Change Dir: '/home/douwe/Nextcloud/Projects/douwco.be/CMakeFiles/CMakeScratch/TryCompile-0P7WNu'
|
|
||||||
|
|
||||||
Run Build Command(s): /usr/bin/cmake -E env VERBOSE=1 /usr/bin/gmake -f Makefile cmTC_787b2/fast
|
|
||||||
/usr/bin/gmake -f CMakeFiles/cmTC_787b2.dir/build.make CMakeFiles/cmTC_787b2.dir/build
|
|
||||||
gmake[1]: Entering directory '/home/douwe/Nextcloud/Projects/douwco.be/CMakeFiles/CMakeScratch/TryCompile-0P7WNu'
|
|
||||||
Building CXX object CMakeFiles/cmTC_787b2.dir/CMakeCXXCompilerABI.cpp.o
|
|
||||||
/usr/bin/c++ -v -o CMakeFiles/cmTC_787b2.dir/CMakeCXXCompilerABI.cpp.o -c /usr/share/cmake-3.28/Modules/CMakeCXXCompilerABI.cpp
|
|
||||||
Using built-in specs.
|
|
||||||
COLLECT_GCC=/usr/bin/c++
|
|
||||||
OFFLOAD_TARGET_NAMES=nvptx-none:amdgcn-amdhsa
|
|
||||||
OFFLOAD_TARGET_DEFAULT=1
|
|
||||||
Target: x86_64-linux-gnu
|
|
||||||
Configured with: ../src/configure -v --with-pkgversion='Ubuntu 13.3.0-6ubuntu2~24.04' --with-bugurl=file:///usr/share/doc/gcc-13/README.Bugs --enable-languages=c,ada,c++,go,d,fortran,objc,obj-c++,m2 --prefix=/usr --with-gcc-major-version-only --program-suffix=-13 --program-prefix=x86_64-linux-gnu- --enable-shared --enable-linker-build-id --libexecdir=/usr/libexec --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-libstdcxx-backtrace --enable-gnu-unique-object --disable-vtable-verify --enable-plugin --enable-default-pie --with-system-zlib --enable-libphobos-checking=release --with-target-system-zlib=auto --enable-objc-gc=auto --enable-multiarch --disable-werror --enable-cet --with-arch-32=i686 --with-abi=m64 --with-multilib-list=m32,m64,mx32 --enable-multilib --with-tune=generic --enable-offload-targets=nvptx-none=/build/gcc-13-fG75Ri/gcc-13-13.3.0/debian/tmp-nvptx/usr,amdgcn-amdhsa=/build/gcc-13-fG75Ri/gcc-13-13.3.0/debian/tmp-gcn/usr --enable-offload-defaulted --without-cuda-driver --enable-checking=release --build=x86_64-linux-gnu --host=x86_64-linux-gnu --target=x86_64-linux-gnu --with-build-config=bootstrap-lto-lean --enable-link-serialization=2
|
|
||||||
Thread model: posix
|
|
||||||
Supported LTO compression algorithms: zlib zstd
|
|
||||||
gcc version 13.3.0 (Ubuntu 13.3.0-6ubuntu2~24.04)
|
|
||||||
COLLECT_GCC_OPTIONS='-v' '-o' 'CMakeFiles/cmTC_787b2.dir/CMakeCXXCompilerABI.cpp.o' '-c' '-shared-libgcc' '-mtune=generic' '-march=x86-64' '-dumpdir' 'CMakeFiles/cmTC_787b2.dir/'
|
|
||||||
/usr/libexec/gcc/x86_64-linux-gnu/13/cc1plus -quiet -v -imultiarch x86_64-linux-gnu -D_GNU_SOURCE /usr/share/cmake-3.28/Modules/CMakeCXXCompilerABI.cpp -quiet -dumpdir CMakeFiles/cmTC_787b2.dir/ -dumpbase CMakeCXXCompilerABI.cpp.cpp -dumpbase-ext .cpp -mtune=generic -march=x86-64 -version -fasynchronous-unwind-tables -fstack-protector-strong -Wformat -Wformat-security -fstack-clash-protection -fcf-protection -o /tmp/ccylvo4z.s
|
|
||||||
GNU C++17 (Ubuntu 13.3.0-6ubuntu2~24.04) version 13.3.0 (x86_64-linux-gnu)
|
|
||||||
compiled by GNU C version 13.3.0, GMP version 6.3.0, MPFR version 4.2.1, MPC version 1.3.1, isl version isl-0.26-GMP
|
|
||||||
|
|
||||||
GGC heuristics: --param ggc-min-expand=100 --param ggc-min-heapsize=131072
|
|
||||||
ignoring duplicate directory "/usr/include/x86_64-linux-gnu/c++/13"
|
|
||||||
ignoring nonexistent directory "/usr/local/include/x86_64-linux-gnu"
|
|
||||||
ignoring nonexistent directory "/usr/lib/gcc/x86_64-linux-gnu/13/include-fixed/x86_64-linux-gnu"
|
|
||||||
ignoring nonexistent directory "/usr/lib/gcc/x86_64-linux-gnu/13/include-fixed"
|
|
||||||
ignoring nonexistent directory "/usr/lib/gcc/x86_64-linux-gnu/13/../../../../x86_64-linux-gnu/include"
|
|
||||||
#include "..." search starts here:
|
|
||||||
#include <...> search starts here:
|
|
||||||
/usr/include/c++/13
|
|
||||||
/usr/include/x86_64-linux-gnu/c++/13
|
|
||||||
/usr/include/c++/13/backward
|
|
||||||
/usr/lib/gcc/x86_64-linux-gnu/13/include
|
|
||||||
/usr/local/include
|
|
||||||
/usr/include/x86_64-linux-gnu
|
|
||||||
/usr/include
|
|
||||||
End of search list.
|
|
||||||
Compiler executable checksum: c81c05345ce537099dafd5580045814a
|
|
||||||
COLLECT_GCC_OPTIONS='-v' '-o' 'CMakeFiles/cmTC_787b2.dir/CMakeCXXCompilerABI.cpp.o' '-c' '-shared-libgcc' '-mtune=generic' '-march=x86-64' '-dumpdir' 'CMakeFiles/cmTC_787b2.dir/'
|
|
||||||
as -v --64 -o CMakeFiles/cmTC_787b2.dir/CMakeCXXCompilerABI.cpp.o /tmp/ccylvo4z.s
|
|
||||||
GNU assembler version 2.42 (x86_64-linux-gnu) using BFD version (GNU Binutils for Ubuntu) 2.42
|
|
||||||
COMPILER_PATH=/usr/libexec/gcc/x86_64-linux-gnu/13/:/usr/libexec/gcc/x86_64-linux-gnu/13/:/usr/libexec/gcc/x86_64-linux-gnu/:/usr/lib/gcc/x86_64-linux-gnu/13/:/usr/lib/gcc/x86_64-linux-gnu/
|
|
||||||
LIBRARY_PATH=/usr/lib/gcc/x86_64-linux-gnu/13/:/usr/lib/gcc/x86_64-linux-gnu/13/../../../x86_64-linux-gnu/:/usr/lib/gcc/x86_64-linux-gnu/13/../../../../lib/:/lib/x86_64-linux-gnu/:/lib/../lib/:/usr/lib/x86_64-linux-gnu/:/usr/lib/../lib/:/usr/lib/gcc/x86_64-linux-gnu/13/../../../:/lib/:/usr/lib/
|
|
||||||
COLLECT_GCC_OPTIONS='-v' '-o' 'CMakeFiles/cmTC_787b2.dir/CMakeCXXCompilerABI.cpp.o' '-c' '-shared-libgcc' '-mtune=generic' '-march=x86-64' '-dumpdir' 'CMakeFiles/cmTC_787b2.dir/CMakeCXXCompilerABI.cpp.'
|
|
||||||
Linking CXX executable cmTC_787b2
|
|
||||||
/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_787b2.dir/link.txt --verbose=1
|
|
||||||
/usr/bin/c++ -v CMakeFiles/cmTC_787b2.dir/CMakeCXXCompilerABI.cpp.o -o cmTC_787b2
|
|
||||||
Using built-in specs.
|
|
||||||
COLLECT_GCC=/usr/bin/c++
|
|
||||||
COLLECT_LTO_WRAPPER=/usr/libexec/gcc/x86_64-linux-gnu/13/lto-wrapper
|
|
||||||
OFFLOAD_TARGET_NAMES=nvptx-none:amdgcn-amdhsa
|
|
||||||
OFFLOAD_TARGET_DEFAULT=1
|
|
||||||
Target: x86_64-linux-gnu
|
|
||||||
Configured with: ../src/configure -v --with-pkgversion='Ubuntu 13.3.0-6ubuntu2~24.04' --with-bugurl=file:///usr/share/doc/gcc-13/README.Bugs --enable-languages=c,ada,c++,go,d,fortran,objc,obj-c++,m2 --prefix=/usr --with-gcc-major-version-only --program-suffix=-13 --program-prefix=x86_64-linux-gnu- --enable-shared --enable-linker-build-id --libexecdir=/usr/libexec --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-libstdcxx-backtrace --enable-gnu-unique-object --disable-vtable-verify --enable-plugin --enable-default-pie --with-system-zlib --enable-libphobos-checking=release --with-target-system-zlib=auto --enable-objc-gc=auto --enable-multiarch --disable-werror --enable-cet --with-arch-32=i686 --with-abi=m64 --with-multilib-list=m32,m64,mx32 --enable-multilib --with-tune=generic --enable-offload-targets=nvptx-none=/build/gcc-13-fG75Ri/gcc-13-13.3.0/debian/tmp-nvptx/usr,amdgcn-amdhsa=/build/gcc-13-fG75Ri/gcc-13-13.3.0/debian/tmp-gcn/usr --enable-offload-defaulted --without-cuda-driver --enable-checking=release --build=x86_64-linux-gnu --host=x86_64-linux-gnu --target=x86_64-linux-gnu --with-build-config=bootstrap-lto-lean --enable-link-serialization=2
|
|
||||||
Thread model: posix
|
|
||||||
Supported LTO compression algorithms: zlib zstd
|
|
||||||
gcc version 13.3.0 (Ubuntu 13.3.0-6ubuntu2~24.04)
|
|
||||||
COMPILER_PATH=/usr/libexec/gcc/x86_64-linux-gnu/13/:/usr/libexec/gcc/x86_64-linux-gnu/13/:/usr/libexec/gcc/x86_64-linux-gnu/:/usr/lib/gcc/x86_64-linux-gnu/13/:/usr/lib/gcc/x86_64-linux-gnu/
|
|
||||||
LIBRARY_PATH=/usr/lib/gcc/x86_64-linux-gnu/13/:/usr/lib/gcc/x86_64-linux-gnu/13/../../../x86_64-linux-gnu/:/usr/lib/gcc/x86_64-linux-gnu/13/../../../../lib/:/lib/x86_64-linux-gnu/:/lib/../lib/:/usr/lib/x86_64-linux-gnu/:/usr/lib/../lib/:/usr/lib/gcc/x86_64-linux-gnu/13/../../../:/lib/:/usr/lib/
|
|
||||||
COLLECT_GCC_OPTIONS='-v' '-o' 'cmTC_787b2' '-shared-libgcc' '-mtune=generic' '-march=x86-64' '-dumpdir' 'cmTC_787b2.'
|
|
||||||
/usr/libexec/gcc/x86_64-linux-gnu/13/collect2 -plugin /usr/libexec/gcc/x86_64-linux-gnu/13/liblto_plugin.so -plugin-opt=/usr/libexec/gcc/x86_64-linux-gnu/13/lto-wrapper -plugin-opt=-fresolution=/tmp/cccoljDh.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 -m elf_x86_64 --hash-style=gnu --as-needed -dynamic-linker /lib64/ld-linux-x86-64.so.2 -pie -z now -z relro -o cmTC_787b2 /usr/lib/gcc/x86_64-linux-gnu/13/../../../x86_64-linux-gnu/Scrt1.o /usr/lib/gcc/x86_64-linux-gnu/13/../../../x86_64-linux-gnu/crti.o /usr/lib/gcc/x86_64-linux-gnu/13/crtbeginS.o -L/usr/lib/gcc/x86_64-linux-gnu/13 -L/usr/lib/gcc/x86_64-linux-gnu/13/../../../x86_64-linux-gnu -L/usr/lib/gcc/x86_64-linux-gnu/13/../../../../lib -L/lib/x86_64-linux-gnu -L/lib/../lib -L/usr/lib/x86_64-linux-gnu -L/usr/lib/../lib -L/usr/lib/gcc/x86_64-linux-gnu/13/../../.. CMakeFiles/cmTC_787b2.dir/CMakeCXXCompilerABI.cpp.o -lstdc++ -lm -lgcc_s -lgcc -lc -lgcc_s -lgcc /usr/lib/gcc/x86_64-linux-gnu/13/crtendS.o /usr/lib/gcc/x86_64-linux-gnu/13/../../../x86_64-linux-gnu/crtn.o
|
|
||||||
COLLECT_GCC_OPTIONS='-v' '-o' 'cmTC_787b2' '-shared-libgcc' '-mtune=generic' '-march=x86-64' '-dumpdir' 'cmTC_787b2.'
|
|
||||||
gmake[1]: Leaving directory '/home/douwe/Nextcloud/Projects/douwco.be/CMakeFiles/CMakeScratch/TryCompile-0P7WNu'
|
|
||||||
|
|
||||||
exitCode: 0
|
|
||||||
-
|
|
||||||
kind: "message-v1"
|
|
||||||
backtrace:
|
|
||||||
- "/usr/share/cmake-3.28/Modules/CMakeDetermineCompilerABI.cmake:127 (message)"
|
|
||||||
- "/usr/share/cmake-3.28/Modules/CMakeTestCXXCompiler.cmake:26 (CMAKE_DETERMINE_COMPILER_ABI)"
|
|
||||||
- "CMakeLists.txt:5 (project)"
|
|
||||||
message: |
|
|
||||||
Parsed CXX implicit include dir info: rv=done
|
|
||||||
found start of include info
|
|
||||||
found start of implicit include info
|
|
||||||
add: [/usr/include/c++/13]
|
|
||||||
add: [/usr/include/x86_64-linux-gnu/c++/13]
|
|
||||||
add: [/usr/include/c++/13/backward]
|
|
||||||
add: [/usr/lib/gcc/x86_64-linux-gnu/13/include]
|
|
||||||
add: [/usr/local/include]
|
|
||||||
add: [/usr/include/x86_64-linux-gnu]
|
|
||||||
add: [/usr/include]
|
|
||||||
end of search list found
|
|
||||||
collapse include dir [/usr/include/c++/13] ==> [/usr/include/c++/13]
|
|
||||||
collapse include dir [/usr/include/x86_64-linux-gnu/c++/13] ==> [/usr/include/x86_64-linux-gnu/c++/13]
|
|
||||||
collapse include dir [/usr/include/c++/13/backward] ==> [/usr/include/c++/13/backward]
|
|
||||||
collapse include dir [/usr/lib/gcc/x86_64-linux-gnu/13/include] ==> [/usr/lib/gcc/x86_64-linux-gnu/13/include]
|
|
||||||
collapse include dir [/usr/local/include] ==> [/usr/local/include]
|
|
||||||
collapse include dir [/usr/include/x86_64-linux-gnu] ==> [/usr/include/x86_64-linux-gnu]
|
|
||||||
collapse include dir [/usr/include] ==> [/usr/include]
|
|
||||||
implicit include dirs: [/usr/include/c++/13;/usr/include/x86_64-linux-gnu/c++/13;/usr/include/c++/13/backward;/usr/lib/gcc/x86_64-linux-gnu/13/include;/usr/local/include;/usr/include/x86_64-linux-gnu;/usr/include]
|
|
||||||
|
|
||||||
|
|
||||||
-
|
|
||||||
kind: "message-v1"
|
|
||||||
backtrace:
|
|
||||||
- "/usr/share/cmake-3.28/Modules/CMakeDetermineCompilerABI.cmake:159 (message)"
|
|
||||||
- "/usr/share/cmake-3.28/Modules/CMakeTestCXXCompiler.cmake:26 (CMAKE_DETERMINE_COMPILER_ABI)"
|
|
||||||
- "CMakeLists.txt:5 (project)"
|
|
||||||
message: |
|
|
||||||
Parsed CXX implicit link information:
|
|
||||||
link line regex: [^( *|.*[/\\])(ld|CMAKE_LINK_STARTFILE-NOTFOUND|([^/\\]+-)?ld|collect2)[^/\\]*( |$)]
|
|
||||||
ignore line: [Change Dir: '/home/douwe/Nextcloud/Projects/douwco.be/CMakeFiles/CMakeScratch/TryCompile-0P7WNu']
|
|
||||||
ignore line: []
|
|
||||||
ignore line: [Run Build Command(s): /usr/bin/cmake -E env VERBOSE=1 /usr/bin/gmake -f Makefile cmTC_787b2/fast]
|
|
||||||
ignore line: [/usr/bin/gmake -f CMakeFiles/cmTC_787b2.dir/build.make CMakeFiles/cmTC_787b2.dir/build]
|
|
||||||
ignore line: [gmake[1]: Entering directory '/home/douwe/Nextcloud/Projects/douwco.be/CMakeFiles/CMakeScratch/TryCompile-0P7WNu']
|
|
||||||
ignore line: [Building CXX object CMakeFiles/cmTC_787b2.dir/CMakeCXXCompilerABI.cpp.o]
|
|
||||||
ignore line: [/usr/bin/c++ -v -o CMakeFiles/cmTC_787b2.dir/CMakeCXXCompilerABI.cpp.o -c /usr/share/cmake-3.28/Modules/CMakeCXXCompilerABI.cpp]
|
|
||||||
ignore line: [Using built-in specs.]
|
|
||||||
ignore line: [COLLECT_GCC=/usr/bin/c++]
|
|
||||||
ignore line: [OFFLOAD_TARGET_NAMES=nvptx-none:amdgcn-amdhsa]
|
|
||||||
ignore line: [OFFLOAD_TARGET_DEFAULT=1]
|
|
||||||
ignore line: [Target: x86_64-linux-gnu]
|
|
||||||
ignore line: [Configured with: ../src/configure -v --with-pkgversion='Ubuntu 13.3.0-6ubuntu2~24.04' --with-bugurl=file:///usr/share/doc/gcc-13/README.Bugs --enable-languages=c ada c++ go d fortran objc obj-c++ m2 --prefix=/usr --with-gcc-major-version-only --program-suffix=-13 --program-prefix=x86_64-linux-gnu- --enable-shared --enable-linker-build-id --libexecdir=/usr/libexec --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-libstdcxx-backtrace --enable-gnu-unique-object --disable-vtable-verify --enable-plugin --enable-default-pie --with-system-zlib --enable-libphobos-checking=release --with-target-system-zlib=auto --enable-objc-gc=auto --enable-multiarch --disable-werror --enable-cet --with-arch-32=i686 --with-abi=m64 --with-multilib-list=m32 m64 mx32 --enable-multilib --with-tune=generic --enable-offload-targets=nvptx-none=/build/gcc-13-fG75Ri/gcc-13-13.3.0/debian/tmp-nvptx/usr amdgcn-amdhsa=/build/gcc-13-fG75Ri/gcc-13-13.3.0/debian/tmp-gcn/usr --enable-offload-defaulted --without-cuda-driver --enable-checking=release --build=x86_64-linux-gnu --host=x86_64-linux-gnu --target=x86_64-linux-gnu --with-build-config=bootstrap-lto-lean --enable-link-serialization=2]
|
|
||||||
ignore line: [Thread model: posix]
|
|
||||||
ignore line: [Supported LTO compression algorithms: zlib zstd]
|
|
||||||
ignore line: [gcc version 13.3.0 (Ubuntu 13.3.0-6ubuntu2~24.04) ]
|
|
||||||
ignore line: [COLLECT_GCC_OPTIONS='-v' '-o' 'CMakeFiles/cmTC_787b2.dir/CMakeCXXCompilerABI.cpp.o' '-c' '-shared-libgcc' '-mtune=generic' '-march=x86-64' '-dumpdir' 'CMakeFiles/cmTC_787b2.dir/']
|
|
||||||
ignore line: [ /usr/libexec/gcc/x86_64-linux-gnu/13/cc1plus -quiet -v -imultiarch x86_64-linux-gnu -D_GNU_SOURCE /usr/share/cmake-3.28/Modules/CMakeCXXCompilerABI.cpp -quiet -dumpdir CMakeFiles/cmTC_787b2.dir/ -dumpbase CMakeCXXCompilerABI.cpp.cpp -dumpbase-ext .cpp -mtune=generic -march=x86-64 -version -fasynchronous-unwind-tables -fstack-protector-strong -Wformat -Wformat-security -fstack-clash-protection -fcf-protection -o /tmp/ccylvo4z.s]
|
|
||||||
ignore line: [GNU C++17 (Ubuntu 13.3.0-6ubuntu2~24.04) version 13.3.0 (x86_64-linux-gnu)]
|
|
||||||
ignore line: [ compiled by GNU C version 13.3.0 GMP version 6.3.0 MPFR version 4.2.1 MPC version 1.3.1 isl version isl-0.26-GMP]
|
|
||||||
ignore line: []
|
|
||||||
ignore line: [GGC heuristics: --param ggc-min-expand=100 --param ggc-min-heapsize=131072]
|
|
||||||
ignore line: [ignoring duplicate directory "/usr/include/x86_64-linux-gnu/c++/13"]
|
|
||||||
ignore line: [ignoring nonexistent directory "/usr/local/include/x86_64-linux-gnu"]
|
|
||||||
ignore line: [ignoring nonexistent directory "/usr/lib/gcc/x86_64-linux-gnu/13/include-fixed/x86_64-linux-gnu"]
|
|
||||||
ignore line: [ignoring nonexistent directory "/usr/lib/gcc/x86_64-linux-gnu/13/include-fixed"]
|
|
||||||
ignore line: [ignoring nonexistent directory "/usr/lib/gcc/x86_64-linux-gnu/13/../../../../x86_64-linux-gnu/include"]
|
|
||||||
ignore line: [#include "..." search starts here:]
|
|
||||||
ignore line: [#include <...> search starts here:]
|
|
||||||
ignore line: [ /usr/include/c++/13]
|
|
||||||
ignore line: [ /usr/include/x86_64-linux-gnu/c++/13]
|
|
||||||
ignore line: [ /usr/include/c++/13/backward]
|
|
||||||
ignore line: [ /usr/lib/gcc/x86_64-linux-gnu/13/include]
|
|
||||||
ignore line: [ /usr/local/include]
|
|
||||||
ignore line: [ /usr/include/x86_64-linux-gnu]
|
|
||||||
ignore line: [ /usr/include]
|
|
||||||
ignore line: [End of search list.]
|
|
||||||
ignore line: [Compiler executable checksum: c81c05345ce537099dafd5580045814a]
|
|
||||||
ignore line: [COLLECT_GCC_OPTIONS='-v' '-o' 'CMakeFiles/cmTC_787b2.dir/CMakeCXXCompilerABI.cpp.o' '-c' '-shared-libgcc' '-mtune=generic' '-march=x86-64' '-dumpdir' 'CMakeFiles/cmTC_787b2.dir/']
|
|
||||||
ignore line: [ as -v --64 -o CMakeFiles/cmTC_787b2.dir/CMakeCXXCompilerABI.cpp.o /tmp/ccylvo4z.s]
|
|
||||||
ignore line: [GNU assembler version 2.42 (x86_64-linux-gnu) using BFD version (GNU Binutils for Ubuntu) 2.42]
|
|
||||||
ignore line: [COMPILER_PATH=/usr/libexec/gcc/x86_64-linux-gnu/13/:/usr/libexec/gcc/x86_64-linux-gnu/13/:/usr/libexec/gcc/x86_64-linux-gnu/:/usr/lib/gcc/x86_64-linux-gnu/13/:/usr/lib/gcc/x86_64-linux-gnu/]
|
|
||||||
ignore line: [LIBRARY_PATH=/usr/lib/gcc/x86_64-linux-gnu/13/:/usr/lib/gcc/x86_64-linux-gnu/13/../../../x86_64-linux-gnu/:/usr/lib/gcc/x86_64-linux-gnu/13/../../../../lib/:/lib/x86_64-linux-gnu/:/lib/../lib/:/usr/lib/x86_64-linux-gnu/:/usr/lib/../lib/:/usr/lib/gcc/x86_64-linux-gnu/13/../../../:/lib/:/usr/lib/]
|
|
||||||
ignore line: [COLLECT_GCC_OPTIONS='-v' '-o' 'CMakeFiles/cmTC_787b2.dir/CMakeCXXCompilerABI.cpp.o' '-c' '-shared-libgcc' '-mtune=generic' '-march=x86-64' '-dumpdir' 'CMakeFiles/cmTC_787b2.dir/CMakeCXXCompilerABI.cpp.']
|
|
||||||
ignore line: [Linking CXX executable cmTC_787b2]
|
|
||||||
ignore line: [/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_787b2.dir/link.txt --verbose=1]
|
|
||||||
ignore line: [/usr/bin/c++ -v CMakeFiles/cmTC_787b2.dir/CMakeCXXCompilerABI.cpp.o -o cmTC_787b2 ]
|
|
||||||
ignore line: [Using built-in specs.]
|
|
||||||
ignore line: [COLLECT_GCC=/usr/bin/c++]
|
|
||||||
ignore line: [COLLECT_LTO_WRAPPER=/usr/libexec/gcc/x86_64-linux-gnu/13/lto-wrapper]
|
|
||||||
ignore line: [OFFLOAD_TARGET_NAMES=nvptx-none:amdgcn-amdhsa]
|
|
||||||
ignore line: [OFFLOAD_TARGET_DEFAULT=1]
|
|
||||||
ignore line: [Target: x86_64-linux-gnu]
|
|
||||||
ignore line: [Configured with: ../src/configure -v --with-pkgversion='Ubuntu 13.3.0-6ubuntu2~24.04' --with-bugurl=file:///usr/share/doc/gcc-13/README.Bugs --enable-languages=c ada c++ go d fortran objc obj-c++ m2 --prefix=/usr --with-gcc-major-version-only --program-suffix=-13 --program-prefix=x86_64-linux-gnu- --enable-shared --enable-linker-build-id --libexecdir=/usr/libexec --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-libstdcxx-backtrace --enable-gnu-unique-object --disable-vtable-verify --enable-plugin --enable-default-pie --with-system-zlib --enable-libphobos-checking=release --with-target-system-zlib=auto --enable-objc-gc=auto --enable-multiarch --disable-werror --enable-cet --with-arch-32=i686 --with-abi=m64 --with-multilib-list=m32 m64 mx32 --enable-multilib --with-tune=generic --enable-offload-targets=nvptx-none=/build/gcc-13-fG75Ri/gcc-13-13.3.0/debian/tmp-nvptx/usr amdgcn-amdhsa=/build/gcc-13-fG75Ri/gcc-13-13.3.0/debian/tmp-gcn/usr --enable-offload-defaulted --without-cuda-driver --enable-checking=release --build=x86_64-linux-gnu --host=x86_64-linux-gnu --target=x86_64-linux-gnu --with-build-config=bootstrap-lto-lean --enable-link-serialization=2]
|
|
||||||
ignore line: [Thread model: posix]
|
|
||||||
ignore line: [Supported LTO compression algorithms: zlib zstd]
|
|
||||||
ignore line: [gcc version 13.3.0 (Ubuntu 13.3.0-6ubuntu2~24.04) ]
|
|
||||||
ignore line: [COMPILER_PATH=/usr/libexec/gcc/x86_64-linux-gnu/13/:/usr/libexec/gcc/x86_64-linux-gnu/13/:/usr/libexec/gcc/x86_64-linux-gnu/:/usr/lib/gcc/x86_64-linux-gnu/13/:/usr/lib/gcc/x86_64-linux-gnu/]
|
|
||||||
ignore line: [LIBRARY_PATH=/usr/lib/gcc/x86_64-linux-gnu/13/:/usr/lib/gcc/x86_64-linux-gnu/13/../../../x86_64-linux-gnu/:/usr/lib/gcc/x86_64-linux-gnu/13/../../../../lib/:/lib/x86_64-linux-gnu/:/lib/../lib/:/usr/lib/x86_64-linux-gnu/:/usr/lib/../lib/:/usr/lib/gcc/x86_64-linux-gnu/13/../../../:/lib/:/usr/lib/]
|
|
||||||
ignore line: [COLLECT_GCC_OPTIONS='-v' '-o' 'cmTC_787b2' '-shared-libgcc' '-mtune=generic' '-march=x86-64' '-dumpdir' 'cmTC_787b2.']
|
|
||||||
link line: [ /usr/libexec/gcc/x86_64-linux-gnu/13/collect2 -plugin /usr/libexec/gcc/x86_64-linux-gnu/13/liblto_plugin.so -plugin-opt=/usr/libexec/gcc/x86_64-linux-gnu/13/lto-wrapper -plugin-opt=-fresolution=/tmp/cccoljDh.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 -m elf_x86_64 --hash-style=gnu --as-needed -dynamic-linker /lib64/ld-linux-x86-64.so.2 -pie -z now -z relro -o cmTC_787b2 /usr/lib/gcc/x86_64-linux-gnu/13/../../../x86_64-linux-gnu/Scrt1.o /usr/lib/gcc/x86_64-linux-gnu/13/../../../x86_64-linux-gnu/crti.o /usr/lib/gcc/x86_64-linux-gnu/13/crtbeginS.o -L/usr/lib/gcc/x86_64-linux-gnu/13 -L/usr/lib/gcc/x86_64-linux-gnu/13/../../../x86_64-linux-gnu -L/usr/lib/gcc/x86_64-linux-gnu/13/../../../../lib -L/lib/x86_64-linux-gnu -L/lib/../lib -L/usr/lib/x86_64-linux-gnu -L/usr/lib/../lib -L/usr/lib/gcc/x86_64-linux-gnu/13/../../.. CMakeFiles/cmTC_787b2.dir/CMakeCXXCompilerABI.cpp.o -lstdc++ -lm -lgcc_s -lgcc -lc -lgcc_s -lgcc /usr/lib/gcc/x86_64-linux-gnu/13/crtendS.o /usr/lib/gcc/x86_64-linux-gnu/13/../../../x86_64-linux-gnu/crtn.o]
|
|
||||||
arg [/usr/libexec/gcc/x86_64-linux-gnu/13/collect2] ==> ignore
|
|
||||||
arg [-plugin] ==> ignore
|
|
||||||
arg [/usr/libexec/gcc/x86_64-linux-gnu/13/liblto_plugin.so] ==> ignore
|
|
||||||
arg [-plugin-opt=/usr/libexec/gcc/x86_64-linux-gnu/13/lto-wrapper] ==> ignore
|
|
||||||
arg [-plugin-opt=-fresolution=/tmp/cccoljDh.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 [-m] ==> ignore
|
|
||||||
arg [elf_x86_64] ==> ignore
|
|
||||||
arg [--hash-style=gnu] ==> ignore
|
|
||||||
arg [--as-needed] ==> ignore
|
|
||||||
arg [-dynamic-linker] ==> ignore
|
|
||||||
arg [/lib64/ld-linux-x86-64.so.2] ==> ignore
|
|
||||||
arg [-pie] ==> ignore
|
|
||||||
arg [-znow] ==> ignore
|
|
||||||
arg [-zrelro] ==> ignore
|
|
||||||
arg [-o] ==> ignore
|
|
||||||
arg [cmTC_787b2] ==> ignore
|
|
||||||
arg [/usr/lib/gcc/x86_64-linux-gnu/13/../../../x86_64-linux-gnu/Scrt1.o] ==> obj [/usr/lib/gcc/x86_64-linux-gnu/13/../../../x86_64-linux-gnu/Scrt1.o]
|
|
||||||
arg [/usr/lib/gcc/x86_64-linux-gnu/13/../../../x86_64-linux-gnu/crti.o] ==> obj [/usr/lib/gcc/x86_64-linux-gnu/13/../../../x86_64-linux-gnu/crti.o]
|
|
||||||
arg [/usr/lib/gcc/x86_64-linux-gnu/13/crtbeginS.o] ==> obj [/usr/lib/gcc/x86_64-linux-gnu/13/crtbeginS.o]
|
|
||||||
arg [-L/usr/lib/gcc/x86_64-linux-gnu/13] ==> dir [/usr/lib/gcc/x86_64-linux-gnu/13]
|
|
||||||
arg [-L/usr/lib/gcc/x86_64-linux-gnu/13/../../../x86_64-linux-gnu] ==> dir [/usr/lib/gcc/x86_64-linux-gnu/13/../../../x86_64-linux-gnu]
|
|
||||||
arg [-L/usr/lib/gcc/x86_64-linux-gnu/13/../../../../lib] ==> dir [/usr/lib/gcc/x86_64-linux-gnu/13/../../../../lib]
|
|
||||||
arg [-L/lib/x86_64-linux-gnu] ==> dir [/lib/x86_64-linux-gnu]
|
|
||||||
arg [-L/lib/../lib] ==> dir [/lib/../lib]
|
|
||||||
arg [-L/usr/lib/x86_64-linux-gnu] ==> dir [/usr/lib/x86_64-linux-gnu]
|
|
||||||
arg [-L/usr/lib/../lib] ==> dir [/usr/lib/../lib]
|
|
||||||
arg [-L/usr/lib/gcc/x86_64-linux-gnu/13/../../..] ==> dir [/usr/lib/gcc/x86_64-linux-gnu/13/../../..]
|
|
||||||
arg [CMakeFiles/cmTC_787b2.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/x86_64-linux-gnu/13/crtendS.o] ==> obj [/usr/lib/gcc/x86_64-linux-gnu/13/crtendS.o]
|
|
||||||
arg [/usr/lib/gcc/x86_64-linux-gnu/13/../../../x86_64-linux-gnu/crtn.o] ==> obj [/usr/lib/gcc/x86_64-linux-gnu/13/../../../x86_64-linux-gnu/crtn.o]
|
|
||||||
collapse obj [/usr/lib/gcc/x86_64-linux-gnu/13/../../../x86_64-linux-gnu/Scrt1.o] ==> [/usr/lib/x86_64-linux-gnu/Scrt1.o]
|
|
||||||
collapse obj [/usr/lib/gcc/x86_64-linux-gnu/13/../../../x86_64-linux-gnu/crti.o] ==> [/usr/lib/x86_64-linux-gnu/crti.o]
|
|
||||||
collapse obj [/usr/lib/gcc/x86_64-linux-gnu/13/../../../x86_64-linux-gnu/crtn.o] ==> [/usr/lib/x86_64-linux-gnu/crtn.o]
|
|
||||||
collapse library dir [/usr/lib/gcc/x86_64-linux-gnu/13] ==> [/usr/lib/gcc/x86_64-linux-gnu/13]
|
|
||||||
collapse library dir [/usr/lib/gcc/x86_64-linux-gnu/13/../../../x86_64-linux-gnu] ==> [/usr/lib/x86_64-linux-gnu]
|
|
||||||
collapse library dir [/usr/lib/gcc/x86_64-linux-gnu/13/../../../../lib] ==> [/usr/lib]
|
|
||||||
collapse library dir [/lib/x86_64-linux-gnu] ==> [/lib/x86_64-linux-gnu]
|
|
||||||
collapse library dir [/lib/../lib] ==> [/lib]
|
|
||||||
collapse library dir [/usr/lib/x86_64-linux-gnu] ==> [/usr/lib/x86_64-linux-gnu]
|
|
||||||
collapse library dir [/usr/lib/../lib] ==> [/usr/lib]
|
|
||||||
collapse library dir [/usr/lib/gcc/x86_64-linux-gnu/13/../../..] ==> [/usr/lib]
|
|
||||||
implicit libs: [stdc++;m;gcc_s;gcc;c;gcc_s;gcc]
|
|
||||||
implicit objs: [/usr/lib/x86_64-linux-gnu/Scrt1.o;/usr/lib/x86_64-linux-gnu/crti.o;/usr/lib/gcc/x86_64-linux-gnu/13/crtbeginS.o;/usr/lib/gcc/x86_64-linux-gnu/13/crtendS.o;/usr/lib/x86_64-linux-gnu/crtn.o]
|
|
||||||
implicit dirs: [/usr/lib/gcc/x86_64-linux-gnu/13;/usr/lib/x86_64-linux-gnu;/usr/lib;/lib/x86_64-linux-gnu;/lib]
|
|
||||||
implicit fwks: []
|
|
||||||
|
|
||||||
|
|
||||||
-
|
|
||||||
kind: "try_compile-v1"
|
|
||||||
backtrace:
|
|
||||||
- "/usr/share/cmake-3.28/Modules/Internal/CheckSourceCompiles.cmake:101 (try_compile)"
|
|
||||||
- "/usr/share/cmake-3.28/Modules/CheckCSourceCompiles.cmake:52 (cmake_check_source_compiles)"
|
|
||||||
- "/usr/share/cmake-3.28/Modules/FindThreads.cmake:97 (CHECK_C_SOURCE_COMPILES)"
|
|
||||||
- "/usr/share/cmake-3.28/Modules/FindThreads.cmake:163 (_threads_check_libc)"
|
|
||||||
- "/usr/lib/cmake/Crow/Findasio.cmake:17 (find_package)"
|
|
||||||
- "/usr/share/cmake-3.28/Modules/CMakeFindDependencyMacro.cmake:76 (find_package)"
|
|
||||||
- "/usr/lib/cmake/Crow/CrowConfig.cmake:32 (find_dependency)"
|
|
||||||
- "CMakeLists.txt:15 (find_package)"
|
|
||||||
directories:
|
|
||||||
source: "/home/douwe/Nextcloud/Projects/douwco.be/CMakeFiles/CMakeScratch/TryCompile-EqXZwd"
|
|
||||||
binary: "/home/douwe/Nextcloud/Projects/douwco.be/CMakeFiles/CMakeScratch/TryCompile-EqXZwd"
|
|
||||||
cmakeVariables:
|
|
||||||
CMAKE_C_FLAGS: ""
|
|
||||||
CMAKE_C_FLAGS_DEBUG: "-g"
|
|
||||||
CMAKE_EXE_LINKER_FLAGS: ""
|
|
||||||
CMAKE_MODULE_PATH: "/usr/lib/cmake/Crow"
|
|
||||||
buildResult:
|
|
||||||
variable: "CMAKE_HAVE_LIBC_PTHREAD"
|
|
||||||
cached: true
|
|
||||||
stdout: |
|
|
||||||
Change Dir: '/home/douwe/Nextcloud/Projects/douwco.be/CMakeFiles/CMakeScratch/TryCompile-EqXZwd'
|
|
||||||
|
|
||||||
Run Build Command(s): /usr/bin/cmake -E env VERBOSE=1 /usr/bin/gmake -f Makefile cmTC_67c38/fast
|
|
||||||
/usr/bin/gmake -f CMakeFiles/cmTC_67c38.dir/build.make CMakeFiles/cmTC_67c38.dir/build
|
|
||||||
gmake[1]: Entering directory '/home/douwe/Nextcloud/Projects/douwco.be/CMakeFiles/CMakeScratch/TryCompile-EqXZwd'
|
|
||||||
Building C object CMakeFiles/cmTC_67c38.dir/src.c.o
|
|
||||||
/usr/bin/cc -DCMAKE_HAVE_LIBC_PTHREAD -o CMakeFiles/cmTC_67c38.dir/src.c.o -c /home/douwe/Nextcloud/Projects/douwco.be/CMakeFiles/CMakeScratch/TryCompile-EqXZwd/src.c
|
|
||||||
Linking C executable cmTC_67c38
|
|
||||||
/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_67c38.dir/link.txt --verbose=1
|
|
||||||
/usr/bin/cc CMakeFiles/cmTC_67c38.dir/src.c.o -o cmTC_67c38
|
|
||||||
gmake[1]: Leaving directory '/home/douwe/Nextcloud/Projects/douwco.be/CMakeFiles/CMakeScratch/TryCompile-EqXZwd'
|
|
||||||
|
|
||||||
exitCode: 0
|
|
||||||
...
|
|
||||||
@@ -1,16 +0,0 @@
|
|||||||
# CMAKE generated file: DO NOT EDIT!
|
|
||||||
# Generated by "Unix Makefiles" Generator, CMake Version 3.28
|
|
||||||
|
|
||||||
# Relative path conversion top directories.
|
|
||||||
set(CMAKE_RELATIVE_PATH_TOP_SOURCE "/home/douwe/Nextcloud/Projects/douwco.be")
|
|
||||||
set(CMAKE_RELATIVE_PATH_TOP_BINARY "/home/douwe/Nextcloud/Projects/douwco.be")
|
|
||||||
|
|
||||||
# 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})
|
|
||||||
@@ -1,63 +0,0 @@
|
|||||||
# CMAKE generated file: DO NOT EDIT!
|
|
||||||
# Generated by "Unix Makefiles" Generator, CMake Version 3.28
|
|
||||||
|
|
||||||
# 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"
|
|
||||||
"CMakeFiles/3.28.3/CMakeCCompiler.cmake"
|
|
||||||
"CMakeFiles/3.28.3/CMakeCXXCompiler.cmake"
|
|
||||||
"CMakeFiles/3.28.3/CMakeSystem.cmake"
|
|
||||||
"CMakeLists.txt"
|
|
||||||
"/usr/lib/cmake/Crow/CrowConfig.cmake"
|
|
||||||
"/usr/lib/cmake/Crow/CrowTargets.cmake"
|
|
||||||
"/usr/lib/cmake/Crow/Findasio.cmake"
|
|
||||||
"/usr/share/cmake-3.28/Modules/CMakeCInformation.cmake"
|
|
||||||
"/usr/share/cmake-3.28/Modules/CMakeCXXInformation.cmake"
|
|
||||||
"/usr/share/cmake-3.28/Modules/CMakeCommonLanguageInclude.cmake"
|
|
||||||
"/usr/share/cmake-3.28/Modules/CMakeFindDependencyMacro.cmake"
|
|
||||||
"/usr/share/cmake-3.28/Modules/CMakeGenericSystem.cmake"
|
|
||||||
"/usr/share/cmake-3.28/Modules/CMakeInitializeConfigs.cmake"
|
|
||||||
"/usr/share/cmake-3.28/Modules/CMakeLanguageInformation.cmake"
|
|
||||||
"/usr/share/cmake-3.28/Modules/CMakeSystemSpecificInformation.cmake"
|
|
||||||
"/usr/share/cmake-3.28/Modules/CMakeSystemSpecificInitialize.cmake"
|
|
||||||
"/usr/share/cmake-3.28/Modules/CheckCSourceCompiles.cmake"
|
|
||||||
"/usr/share/cmake-3.28/Modules/CheckIncludeFile.cmake"
|
|
||||||
"/usr/share/cmake-3.28/Modules/CheckLibraryExists.cmake"
|
|
||||||
"/usr/share/cmake-3.28/Modules/Compiler/CMakeCommonCompilerMacros.cmake"
|
|
||||||
"/usr/share/cmake-3.28/Modules/Compiler/GNU-C.cmake"
|
|
||||||
"/usr/share/cmake-3.28/Modules/Compiler/GNU-CXX.cmake"
|
|
||||||
"/usr/share/cmake-3.28/Modules/Compiler/GNU.cmake"
|
|
||||||
"/usr/share/cmake-3.28/Modules/FindOpenSSL.cmake"
|
|
||||||
"/usr/share/cmake-3.28/Modules/FindPackageHandleStandardArgs.cmake"
|
|
||||||
"/usr/share/cmake-3.28/Modules/FindPackageMessage.cmake"
|
|
||||||
"/usr/share/cmake-3.28/Modules/FindPkgConfig.cmake"
|
|
||||||
"/usr/share/cmake-3.28/Modules/FindThreads.cmake"
|
|
||||||
"/usr/share/cmake-3.28/Modules/FindZLIB.cmake"
|
|
||||||
"/usr/share/cmake-3.28/Modules/Internal/CheckSourceCompiles.cmake"
|
|
||||||
"/usr/share/cmake-3.28/Modules/Platform/Linux-GNU-C.cmake"
|
|
||||||
"/usr/share/cmake-3.28/Modules/Platform/Linux-GNU-CXX.cmake"
|
|
||||||
"/usr/share/cmake-3.28/Modules/Platform/Linux-GNU.cmake"
|
|
||||||
"/usr/share/cmake-3.28/Modules/Platform/Linux-Initialize.cmake"
|
|
||||||
"/usr/share/cmake-3.28/Modules/Platform/Linux.cmake"
|
|
||||||
"/usr/share/cmake-3.28/Modules/Platform/UnixPaths.cmake"
|
|
||||||
"/usr/share/cmake-3.28/Modules/SelectLibraryConfigurations.cmake"
|
|
||||||
)
|
|
||||||
|
|
||||||
# The corresponding makefile is:
|
|
||||||
set(CMAKE_MAKEFILE_OUTPUTS
|
|
||||||
"Makefile"
|
|
||||||
"CMakeFiles/cmake.check_cache"
|
|
||||||
)
|
|
||||||
|
|
||||||
# Byproducts of CMake generate step:
|
|
||||||
set(CMAKE_MAKEFILE_PRODUCTS
|
|
||||||
"CMakeFiles/CMakeDirectoryInformation.cmake"
|
|
||||||
)
|
|
||||||
|
|
||||||
# Dependency information for all targets:
|
|
||||||
set(CMAKE_DEPEND_INFO_FILES
|
|
||||||
"CMakeFiles/douwco_web.dir/DependInfo.cmake"
|
|
||||||
)
|
|
||||||
@@ -1,112 +0,0 @@
|
|||||||
# CMAKE generated file: DO NOT EDIT!
|
|
||||||
# Generated by "Unix Makefiles" Generator, CMake Version 3.28
|
|
||||||
|
|
||||||
# Default target executed when no arguments are given to make.
|
|
||||||
default_target: all
|
|
||||||
.PHONY : default_target
|
|
||||||
|
|
||||||
#=============================================================================
|
|
||||||
# Special targets provided by cmake.
|
|
||||||
|
|
||||||
# Disable implicit rules so canonical targets will work.
|
|
||||||
.SUFFIXES:
|
|
||||||
|
|
||||||
# Disable VCS-based implicit rules.
|
|
||||||
% : %,v
|
|
||||||
|
|
||||||
# Disable VCS-based implicit rules.
|
|
||||||
% : RCS/%
|
|
||||||
|
|
||||||
# Disable VCS-based implicit rules.
|
|
||||||
% : RCS/%,v
|
|
||||||
|
|
||||||
# Disable VCS-based implicit rules.
|
|
||||||
% : SCCS/s.%
|
|
||||||
|
|
||||||
# Disable VCS-based implicit rules.
|
|
||||||
% : s.%
|
|
||||||
|
|
||||||
.SUFFIXES: .hpux_make_needs_suffix_list
|
|
||||||
|
|
||||||
# Command-line flag to silence nested $(MAKE).
|
|
||||||
$(VERBOSE)MAKESILENT = -s
|
|
||||||
|
|
||||||
#Suppress display of executed commands.
|
|
||||||
$(VERBOSE).SILENT:
|
|
||||||
|
|
||||||
# A target that is always out of date.
|
|
||||||
cmake_force:
|
|
||||||
.PHONY : cmake_force
|
|
||||||
|
|
||||||
#=============================================================================
|
|
||||||
# Set environment variables for the build.
|
|
||||||
|
|
||||||
# The shell in which to execute make rules.
|
|
||||||
SHELL = /bin/sh
|
|
||||||
|
|
||||||
# The CMake executable.
|
|
||||||
CMAKE_COMMAND = /usr/bin/cmake
|
|
||||||
|
|
||||||
# The command to remove a file.
|
|
||||||
RM = /usr/bin/cmake -E rm -f
|
|
||||||
|
|
||||||
# Escaping for special characters.
|
|
||||||
EQUALS = =
|
|
||||||
|
|
||||||
# The top-level source directory on which CMake was run.
|
|
||||||
CMAKE_SOURCE_DIR = /home/douwe/Nextcloud/Projects/douwco.be
|
|
||||||
|
|
||||||
# The top-level build directory on which CMake was run.
|
|
||||||
CMAKE_BINARY_DIR = /home/douwe/Nextcloud/Projects/douwco.be
|
|
||||||
|
|
||||||
#=============================================================================
|
|
||||||
# Directory level rules for the build root directory
|
|
||||||
|
|
||||||
# The main recursive "all" target.
|
|
||||||
all: CMakeFiles/douwco_web.dir/all
|
|
||||||
.PHONY : all
|
|
||||||
|
|
||||||
# The main recursive "preinstall" target.
|
|
||||||
preinstall:
|
|
||||||
.PHONY : preinstall
|
|
||||||
|
|
||||||
# The main recursive "clean" target.
|
|
||||||
clean: CMakeFiles/douwco_web.dir/clean
|
|
||||||
.PHONY : clean
|
|
||||||
|
|
||||||
#=============================================================================
|
|
||||||
# Target rules for target CMakeFiles/douwco_web.dir
|
|
||||||
|
|
||||||
# All Build rule for target.
|
|
||||||
CMakeFiles/douwco_web.dir/all:
|
|
||||||
$(MAKE) $(MAKESILENT) -f CMakeFiles/douwco_web.dir/build.make CMakeFiles/douwco_web.dir/depend
|
|
||||||
$(MAKE) $(MAKESILENT) -f CMakeFiles/douwco_web.dir/build.make CMakeFiles/douwco_web.dir/build
|
|
||||||
@$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/douwe/Nextcloud/Projects/douwco.be/CMakeFiles --progress-num=1,2,3 "Built target douwco_web"
|
|
||||||
.PHONY : CMakeFiles/douwco_web.dir/all
|
|
||||||
|
|
||||||
# Build rule for subdir invocation for target.
|
|
||||||
CMakeFiles/douwco_web.dir/rule: cmake_check_build_system
|
|
||||||
$(CMAKE_COMMAND) -E cmake_progress_start /home/douwe/Nextcloud/Projects/douwco.be/CMakeFiles 3
|
|
||||||
$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 CMakeFiles/douwco_web.dir/all
|
|
||||||
$(CMAKE_COMMAND) -E cmake_progress_start /home/douwe/Nextcloud/Projects/douwco.be/CMakeFiles 0
|
|
||||||
.PHONY : CMakeFiles/douwco_web.dir/rule
|
|
||||||
|
|
||||||
# Convenience name for target.
|
|
||||||
douwco_web: CMakeFiles/douwco_web.dir/rule
|
|
||||||
.PHONY : douwco_web
|
|
||||||
|
|
||||||
# clean rule for target.
|
|
||||||
CMakeFiles/douwco_web.dir/clean:
|
|
||||||
$(MAKE) $(MAKESILENT) -f CMakeFiles/douwco_web.dir/build.make CMakeFiles/douwco_web.dir/clean
|
|
||||||
.PHONY : CMakeFiles/douwco_web.dir/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
|
|
||||||
|
|
||||||
@@ -1,3 +0,0 @@
|
|||||||
/home/douwe/Nextcloud/Projects/douwco.be/CMakeFiles/douwco_web.dir
|
|
||||||
/home/douwe/Nextcloud/Projects/douwco.be/CMakeFiles/edit_cache.dir
|
|
||||||
/home/douwe/Nextcloud/Projects/douwco.be/CMakeFiles/rebuild_cache.dir
|
|
||||||
@@ -1 +0,0 @@
|
|||||||
# This file is generated by cmake for dependency checking of the CMakeCache.txt file
|
|
||||||
@@ -1,24 +0,0 @@
|
|||||||
|
|
||||||
# Consider dependencies only in project.
|
|
||||||
set(CMAKE_DEPENDS_IN_PROJECT_ONLY OFF)
|
|
||||||
|
|
||||||
# The set of languages for which implicit dependencies are needed:
|
|
||||||
set(CMAKE_DEPENDS_LANGUAGES
|
|
||||||
)
|
|
||||||
|
|
||||||
# The set of dependency files which are needed:
|
|
||||||
set(CMAKE_DEPENDS_DEPENDENCY_FILES
|
|
||||||
"/home/douwe/Nextcloud/Projects/douwco.be/src/main.cpp" "CMakeFiles/douwco_web.dir/src/main.cpp.o" "gcc" "CMakeFiles/douwco_web.dir/src/main.cpp.o.d"
|
|
||||||
"/home/douwe/Nextcloud/Projects/douwco.be/src/server.cpp" "CMakeFiles/douwco_web.dir/src/server.cpp.o" "gcc" "CMakeFiles/douwco_web.dir/src/server.cpp.o.d"
|
|
||||||
)
|
|
||||||
|
|
||||||
# Targets to which this target links which contain Fortran sources.
|
|
||||||
set(CMAKE_Fortran_TARGET_LINKED_INFO_FILES
|
|
||||||
)
|
|
||||||
|
|
||||||
# Targets to which this target links which contain Fortran sources.
|
|
||||||
set(CMAKE_Fortran_TARGET_FORWARD_LINKED_INFO_FILES
|
|
||||||
)
|
|
||||||
|
|
||||||
# Fortran module output directory.
|
|
||||||
set(CMAKE_Fortran_TARGET_MODULE_DIR "")
|
|
||||||
@@ -1,129 +0,0 @@
|
|||||||
# CMAKE generated file: DO NOT EDIT!
|
|
||||||
# Generated by "Unix Makefiles" Generator, CMake Version 3.28
|
|
||||||
|
|
||||||
# Delete rule output on recipe failure.
|
|
||||||
.DELETE_ON_ERROR:
|
|
||||||
|
|
||||||
#=============================================================================
|
|
||||||
# Special targets provided by cmake.
|
|
||||||
|
|
||||||
# Disable implicit rules so canonical targets will work.
|
|
||||||
.SUFFIXES:
|
|
||||||
|
|
||||||
# Disable VCS-based implicit rules.
|
|
||||||
% : %,v
|
|
||||||
|
|
||||||
# Disable VCS-based implicit rules.
|
|
||||||
% : RCS/%
|
|
||||||
|
|
||||||
# Disable VCS-based implicit rules.
|
|
||||||
% : RCS/%,v
|
|
||||||
|
|
||||||
# Disable VCS-based implicit rules.
|
|
||||||
% : SCCS/s.%
|
|
||||||
|
|
||||||
# Disable VCS-based implicit rules.
|
|
||||||
% : s.%
|
|
||||||
|
|
||||||
.SUFFIXES: .hpux_make_needs_suffix_list
|
|
||||||
|
|
||||||
# Command-line flag to silence nested $(MAKE).
|
|
||||||
$(VERBOSE)MAKESILENT = -s
|
|
||||||
|
|
||||||
#Suppress display of executed commands.
|
|
||||||
$(VERBOSE).SILENT:
|
|
||||||
|
|
||||||
# A target that is always out of date.
|
|
||||||
cmake_force:
|
|
||||||
.PHONY : cmake_force
|
|
||||||
|
|
||||||
#=============================================================================
|
|
||||||
# Set environment variables for the build.
|
|
||||||
|
|
||||||
# The shell in which to execute make rules.
|
|
||||||
SHELL = /bin/sh
|
|
||||||
|
|
||||||
# The CMake executable.
|
|
||||||
CMAKE_COMMAND = /usr/bin/cmake
|
|
||||||
|
|
||||||
# The command to remove a file.
|
|
||||||
RM = /usr/bin/cmake -E rm -f
|
|
||||||
|
|
||||||
# Escaping for special characters.
|
|
||||||
EQUALS = =
|
|
||||||
|
|
||||||
# The top-level source directory on which CMake was run.
|
|
||||||
CMAKE_SOURCE_DIR = /home/douwe/Nextcloud/Projects/douwco.be
|
|
||||||
|
|
||||||
# The top-level build directory on which CMake was run.
|
|
||||||
CMAKE_BINARY_DIR = /home/douwe/Nextcloud/Projects/douwco.be
|
|
||||||
|
|
||||||
# Include any dependencies generated for this target.
|
|
||||||
include CMakeFiles/douwco_web.dir/depend.make
|
|
||||||
# Include any dependencies generated by the compiler for this target.
|
|
||||||
include CMakeFiles/douwco_web.dir/compiler_depend.make
|
|
||||||
|
|
||||||
# Include the progress variables for this target.
|
|
||||||
include CMakeFiles/douwco_web.dir/progress.make
|
|
||||||
|
|
||||||
# Include the compile flags for this target's objects.
|
|
||||||
include CMakeFiles/douwco_web.dir/flags.make
|
|
||||||
|
|
||||||
CMakeFiles/douwco_web.dir/src/main.cpp.o: CMakeFiles/douwco_web.dir/flags.make
|
|
||||||
CMakeFiles/douwco_web.dir/src/main.cpp.o: src/main.cpp
|
|
||||||
CMakeFiles/douwco_web.dir/src/main.cpp.o: CMakeFiles/douwco_web.dir/compiler_depend.ts
|
|
||||||
@$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/douwe/Nextcloud/Projects/douwco.be/CMakeFiles --progress-num=$(CMAKE_PROGRESS_1) "Building CXX object CMakeFiles/douwco_web.dir/src/main.cpp.o"
|
|
||||||
/usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -MD -MT CMakeFiles/douwco_web.dir/src/main.cpp.o -MF CMakeFiles/douwco_web.dir/src/main.cpp.o.d -o CMakeFiles/douwco_web.dir/src/main.cpp.o -c /home/douwe/Nextcloud/Projects/douwco.be/src/main.cpp
|
|
||||||
|
|
||||||
CMakeFiles/douwco_web.dir/src/main.cpp.i: cmake_force
|
|
||||||
@$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing CXX source to CMakeFiles/douwco_web.dir/src/main.cpp.i"
|
|
||||||
/usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -E /home/douwe/Nextcloud/Projects/douwco.be/src/main.cpp > CMakeFiles/douwco_web.dir/src/main.cpp.i
|
|
||||||
|
|
||||||
CMakeFiles/douwco_web.dir/src/main.cpp.s: cmake_force
|
|
||||||
@$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling CXX source to assembly CMakeFiles/douwco_web.dir/src/main.cpp.s"
|
|
||||||
/usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -S /home/douwe/Nextcloud/Projects/douwco.be/src/main.cpp -o CMakeFiles/douwco_web.dir/src/main.cpp.s
|
|
||||||
|
|
||||||
CMakeFiles/douwco_web.dir/src/server.cpp.o: CMakeFiles/douwco_web.dir/flags.make
|
|
||||||
CMakeFiles/douwco_web.dir/src/server.cpp.o: src/server.cpp
|
|
||||||
CMakeFiles/douwco_web.dir/src/server.cpp.o: CMakeFiles/douwco_web.dir/compiler_depend.ts
|
|
||||||
@$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/douwe/Nextcloud/Projects/douwco.be/CMakeFiles --progress-num=$(CMAKE_PROGRESS_2) "Building CXX object CMakeFiles/douwco_web.dir/src/server.cpp.o"
|
|
||||||
/usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -MD -MT CMakeFiles/douwco_web.dir/src/server.cpp.o -MF CMakeFiles/douwco_web.dir/src/server.cpp.o.d -o CMakeFiles/douwco_web.dir/src/server.cpp.o -c /home/douwe/Nextcloud/Projects/douwco.be/src/server.cpp
|
|
||||||
|
|
||||||
CMakeFiles/douwco_web.dir/src/server.cpp.i: cmake_force
|
|
||||||
@$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing CXX source to CMakeFiles/douwco_web.dir/src/server.cpp.i"
|
|
||||||
/usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -E /home/douwe/Nextcloud/Projects/douwco.be/src/server.cpp > CMakeFiles/douwco_web.dir/src/server.cpp.i
|
|
||||||
|
|
||||||
CMakeFiles/douwco_web.dir/src/server.cpp.s: cmake_force
|
|
||||||
@$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling CXX source to assembly CMakeFiles/douwco_web.dir/src/server.cpp.s"
|
|
||||||
/usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -S /home/douwe/Nextcloud/Projects/douwco.be/src/server.cpp -o CMakeFiles/douwco_web.dir/src/server.cpp.s
|
|
||||||
|
|
||||||
# Object files for target douwco_web
|
|
||||||
douwco_web_OBJECTS = \
|
|
||||||
"CMakeFiles/douwco_web.dir/src/main.cpp.o" \
|
|
||||||
"CMakeFiles/douwco_web.dir/src/server.cpp.o"
|
|
||||||
|
|
||||||
# External object files for target douwco_web
|
|
||||||
douwco_web_EXTERNAL_OBJECTS =
|
|
||||||
|
|
||||||
douwco_web: CMakeFiles/douwco_web.dir/src/main.cpp.o
|
|
||||||
douwco_web: CMakeFiles/douwco_web.dir/src/server.cpp.o
|
|
||||||
douwco_web: CMakeFiles/douwco_web.dir/build.make
|
|
||||||
douwco_web: /usr/lib/x86_64-linux-gnu/libssl.so
|
|
||||||
douwco_web: /usr/lib/x86_64-linux-gnu/libcrypto.so
|
|
||||||
douwco_web: /usr/lib/x86_64-linux-gnu/libz.so
|
|
||||||
douwco_web: CMakeFiles/douwco_web.dir/link.txt
|
|
||||||
@$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --bold --progress-dir=/home/douwe/Nextcloud/Projects/douwco.be/CMakeFiles --progress-num=$(CMAKE_PROGRESS_3) "Linking CXX executable douwco_web"
|
|
||||||
$(CMAKE_COMMAND) -E cmake_link_script CMakeFiles/douwco_web.dir/link.txt --verbose=$(VERBOSE)
|
|
||||||
|
|
||||||
# Rule to build all files generated by this target.
|
|
||||||
CMakeFiles/douwco_web.dir/build: douwco_web
|
|
||||||
.PHONY : CMakeFiles/douwco_web.dir/build
|
|
||||||
|
|
||||||
CMakeFiles/douwco_web.dir/clean:
|
|
||||||
$(CMAKE_COMMAND) -P CMakeFiles/douwco_web.dir/cmake_clean.cmake
|
|
||||||
.PHONY : CMakeFiles/douwco_web.dir/clean
|
|
||||||
|
|
||||||
CMakeFiles/douwco_web.dir/depend:
|
|
||||||
cd /home/douwe/Nextcloud/Projects/douwco.be && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /home/douwe/Nextcloud/Projects/douwco.be /home/douwe/Nextcloud/Projects/douwco.be /home/douwe/Nextcloud/Projects/douwco.be /home/douwe/Nextcloud/Projects/douwco.be /home/douwe/Nextcloud/Projects/douwco.be/CMakeFiles/douwco_web.dir/DependInfo.cmake "--color=$(COLOR)"
|
|
||||||
.PHONY : CMakeFiles/douwco_web.dir/depend
|
|
||||||
|
|
||||||
@@ -1,13 +0,0 @@
|
|||||||
file(REMOVE_RECURSE
|
|
||||||
"CMakeFiles/douwco_web.dir/src/main.cpp.o"
|
|
||||||
"CMakeFiles/douwco_web.dir/src/main.cpp.o.d"
|
|
||||||
"CMakeFiles/douwco_web.dir/src/server.cpp.o"
|
|
||||||
"CMakeFiles/douwco_web.dir/src/server.cpp.o.d"
|
|
||||||
"douwco_web"
|
|
||||||
"douwco_web.pdb"
|
|
||||||
)
|
|
||||||
|
|
||||||
# Per-language clean rules from dependency scanning.
|
|
||||||
foreach(lang CXX)
|
|
||||||
include(CMakeFiles/douwco_web.dir/cmake_clean_${lang}.cmake OPTIONAL)
|
|
||||||
endforeach()
|
|
||||||
@@ -1,2 +0,0 @@
|
|||||||
# Empty compiler generated dependencies file for douwco_web.
|
|
||||||
# This may be replaced when dependencies are built.
|
|
||||||
@@ -1,2 +0,0 @@
|
|||||||
# CMAKE generated file: DO NOT EDIT!
|
|
||||||
# Timestamp file for compiler generated dependencies management for douwco_web.
|
|
||||||
@@ -1,2 +0,0 @@
|
|||||||
# Empty dependencies file for douwco_web.
|
|
||||||
# This may be replaced when dependencies are built.
|
|
||||||
@@ -1,10 +0,0 @@
|
|||||||
# CMAKE generated file: DO NOT EDIT!
|
|
||||||
# Generated by "Unix Makefiles" Generator, CMake Version 3.28
|
|
||||||
|
|
||||||
# compile CXX with /usr/bin/c++
|
|
||||||
CXX_DEFINES = -DASIO_STANDALONE -DCROW_ENABLE_COMPRESSION -DCROW_ENABLE_SSL
|
|
||||||
|
|
||||||
CXX_INCLUDES = -I/home/douwe/Nextcloud/Projects/douwco.be/include
|
|
||||||
|
|
||||||
CXX_FLAGS = -std=gnu++17
|
|
||||||
|
|
||||||
@@ -1 +0,0 @@
|
|||||||
/usr/bin/c++ CMakeFiles/douwco_web.dir/src/main.cpp.o CMakeFiles/douwco_web.dir/src/server.cpp.o -o douwco_web /usr/lib/x86_64-linux-gnu/libssl.so /usr/lib/x86_64-linux-gnu/libcrypto.so /usr/lib/x86_64-linux-gnu/libz.so
|
|
||||||
@@ -1,4 +0,0 @@
|
|||||||
CMAKE_PROGRESS_1 = 1
|
|
||||||
CMAKE_PROGRESS_2 = 2
|
|
||||||
CMAKE_PROGRESS_3 = 3
|
|
||||||
|
|
||||||
Binary file not shown.
@@ -1,943 +0,0 @@
|
|||||||
CMakeFiles/douwco_web.dir/src/main.cpp.o: \
|
|
||||||
/home/douwe/Nextcloud/Projects/douwco.be/src/main.cpp \
|
|
||||||
/usr/include/stdc-predef.h \
|
|
||||||
/home/douwe/Nextcloud/Projects/douwco.be/include/server.hpp \
|
|
||||||
/usr/include/crow.h /usr/include/crow/query_string.h \
|
|
||||||
/usr/include/stdio.h \
|
|
||||||
/usr/include/x86_64-linux-gnu/bits/libc-header-start.h \
|
|
||||||
/usr/include/features.h /usr/include/features-time64.h \
|
|
||||||
/usr/include/x86_64-linux-gnu/bits/wordsize.h \
|
|
||||||
/usr/include/x86_64-linux-gnu/bits/timesize.h \
|
|
||||||
/usr/include/x86_64-linux-gnu/sys/cdefs.h \
|
|
||||||
/usr/include/x86_64-linux-gnu/bits/long-double.h \
|
|
||||||
/usr/include/x86_64-linux-gnu/gnu/stubs.h \
|
|
||||||
/usr/include/x86_64-linux-gnu/gnu/stubs-64.h \
|
|
||||||
/usr/lib/gcc/x86_64-linux-gnu/13/include/stddef.h \
|
|
||||||
/usr/lib/gcc/x86_64-linux-gnu/13/include/stdarg.h \
|
|
||||||
/usr/include/x86_64-linux-gnu/bits/types.h \
|
|
||||||
/usr/include/x86_64-linux-gnu/bits/typesizes.h \
|
|
||||||
/usr/include/x86_64-linux-gnu/bits/time64.h \
|
|
||||||
/usr/include/x86_64-linux-gnu/bits/types/__fpos_t.h \
|
|
||||||
/usr/include/x86_64-linux-gnu/bits/types/__mbstate_t.h \
|
|
||||||
/usr/include/x86_64-linux-gnu/bits/types/__fpos64_t.h \
|
|
||||||
/usr/include/x86_64-linux-gnu/bits/types/__FILE.h \
|
|
||||||
/usr/include/x86_64-linux-gnu/bits/types/FILE.h \
|
|
||||||
/usr/include/x86_64-linux-gnu/bits/types/struct_FILE.h \
|
|
||||||
/usr/include/x86_64-linux-gnu/bits/types/cookie_io_functions_t.h \
|
|
||||||
/usr/include/x86_64-linux-gnu/bits/stdio_lim.h \
|
|
||||||
/usr/include/x86_64-linux-gnu/bits/floatn.h \
|
|
||||||
/usr/include/x86_64-linux-gnu/bits/floatn-common.h /usr/include/string.h \
|
|
||||||
/usr/include/x86_64-linux-gnu/bits/types/locale_t.h \
|
|
||||||
/usr/include/x86_64-linux-gnu/bits/types/__locale_t.h \
|
|
||||||
/usr/include/strings.h /usr/include/c++/13/string \
|
|
||||||
/usr/include/c++/13/bits/requires_hosted.h \
|
|
||||||
/usr/include/x86_64-linux-gnu/c++/13/bits/c++config.h \
|
|
||||||
/usr/include/x86_64-linux-gnu/c++/13/bits/os_defines.h \
|
|
||||||
/usr/include/x86_64-linux-gnu/c++/13/bits/cpu_defines.h \
|
|
||||||
/usr/include/c++/13/pstl/pstl_config.h \
|
|
||||||
/usr/include/c++/13/bits/stringfwd.h \
|
|
||||||
/usr/include/c++/13/bits/memoryfwd.h \
|
|
||||||
/usr/include/c++/13/bits/char_traits.h \
|
|
||||||
/usr/include/c++/13/bits/postypes.h /usr/include/c++/13/cwchar \
|
|
||||||
/usr/include/wchar.h /usr/include/x86_64-linux-gnu/bits/wchar.h \
|
|
||||||
/usr/include/x86_64-linux-gnu/bits/types/wint_t.h \
|
|
||||||
/usr/include/x86_64-linux-gnu/bits/types/mbstate_t.h \
|
|
||||||
/usr/include/c++/13/type_traits /usr/include/c++/13/bits/allocator.h \
|
|
||||||
/usr/include/x86_64-linux-gnu/c++/13/bits/c++allocator.h \
|
|
||||||
/usr/include/c++/13/bits/new_allocator.h /usr/include/c++/13/new \
|
|
||||||
/usr/include/c++/13/bits/exception.h \
|
|
||||||
/usr/include/c++/13/bits/functexcept.h \
|
|
||||||
/usr/include/c++/13/bits/exception_defines.h \
|
|
||||||
/usr/include/c++/13/bits/move.h \
|
|
||||||
/usr/include/c++/13/bits/cpp_type_traits.h \
|
|
||||||
/usr/include/c++/13/bits/localefwd.h \
|
|
||||||
/usr/include/x86_64-linux-gnu/c++/13/bits/c++locale.h \
|
|
||||||
/usr/include/c++/13/clocale /usr/include/locale.h \
|
|
||||||
/usr/include/x86_64-linux-gnu/bits/locale.h /usr/include/c++/13/iosfwd \
|
|
||||||
/usr/include/c++/13/cctype /usr/include/ctype.h \
|
|
||||||
/usr/include/x86_64-linux-gnu/bits/endian.h \
|
|
||||||
/usr/include/x86_64-linux-gnu/bits/endianness.h \
|
|
||||||
/usr/include/c++/13/bits/ostream_insert.h \
|
|
||||||
/usr/include/c++/13/bits/cxxabi_forced.h \
|
|
||||||
/usr/include/c++/13/bits/stl_iterator_base_funcs.h \
|
|
||||||
/usr/include/c++/13/bits/concept_check.h \
|
|
||||||
/usr/include/c++/13/debug/assertions.h \
|
|
||||||
/usr/include/c++/13/bits/stl_iterator_base_types.h \
|
|
||||||
/usr/include/c++/13/bits/stl_iterator.h \
|
|
||||||
/usr/include/c++/13/ext/type_traits.h \
|
|
||||||
/usr/include/c++/13/bits/ptr_traits.h \
|
|
||||||
/usr/include/c++/13/bits/stl_function.h \
|
|
||||||
/usr/include/c++/13/backward/binders.h \
|
|
||||||
/usr/include/c++/13/ext/numeric_traits.h \
|
|
||||||
/usr/include/c++/13/bits/stl_algobase.h \
|
|
||||||
/usr/include/c++/13/bits/stl_pair.h /usr/include/c++/13/bits/utility.h \
|
|
||||||
/usr/include/c++/13/debug/debug.h \
|
|
||||||
/usr/include/c++/13/bits/predefined_ops.h /usr/include/c++/13/bit \
|
|
||||||
/usr/include/c++/13/bits/refwrap.h /usr/include/c++/13/bits/invoke.h \
|
|
||||||
/usr/include/c++/13/bits/range_access.h \
|
|
||||||
/usr/include/c++/13/initializer_list \
|
|
||||||
/usr/include/c++/13/bits/basic_string.h \
|
|
||||||
/usr/include/c++/13/ext/alloc_traits.h \
|
|
||||||
/usr/include/c++/13/bits/alloc_traits.h \
|
|
||||||
/usr/include/c++/13/bits/stl_construct.h /usr/include/c++/13/string_view \
|
|
||||||
/usr/include/c++/13/bits/functional_hash.h \
|
|
||||||
/usr/include/c++/13/bits/hash_bytes.h \
|
|
||||||
/usr/include/c++/13/bits/string_view.tcc \
|
|
||||||
/usr/include/c++/13/ext/string_conversions.h /usr/include/c++/13/cstdlib \
|
|
||||||
/usr/include/stdlib.h /usr/include/x86_64-linux-gnu/bits/waitflags.h \
|
|
||||||
/usr/include/x86_64-linux-gnu/bits/waitstatus.h \
|
|
||||||
/usr/include/x86_64-linux-gnu/sys/types.h \
|
|
||||||
/usr/include/x86_64-linux-gnu/bits/types/clock_t.h \
|
|
||||||
/usr/include/x86_64-linux-gnu/bits/types/clockid_t.h \
|
|
||||||
/usr/include/x86_64-linux-gnu/bits/types/time_t.h \
|
|
||||||
/usr/include/x86_64-linux-gnu/bits/types/timer_t.h \
|
|
||||||
/usr/include/x86_64-linux-gnu/bits/stdint-intn.h /usr/include/endian.h \
|
|
||||||
/usr/include/x86_64-linux-gnu/bits/byteswap.h \
|
|
||||||
/usr/include/x86_64-linux-gnu/bits/uintn-identity.h \
|
|
||||||
/usr/include/x86_64-linux-gnu/sys/select.h \
|
|
||||||
/usr/include/x86_64-linux-gnu/bits/select.h \
|
|
||||||
/usr/include/x86_64-linux-gnu/bits/types/sigset_t.h \
|
|
||||||
/usr/include/x86_64-linux-gnu/bits/types/__sigset_t.h \
|
|
||||||
/usr/include/x86_64-linux-gnu/bits/types/struct_timeval.h \
|
|
||||||
/usr/include/x86_64-linux-gnu/bits/types/struct_timespec.h \
|
|
||||||
/usr/include/x86_64-linux-gnu/bits/pthreadtypes.h \
|
|
||||||
/usr/include/x86_64-linux-gnu/bits/thread-shared-types.h \
|
|
||||||
/usr/include/x86_64-linux-gnu/bits/pthreadtypes-arch.h \
|
|
||||||
/usr/include/x86_64-linux-gnu/bits/atomic_wide_counter.h \
|
|
||||||
/usr/include/x86_64-linux-gnu/bits/struct_mutex.h \
|
|
||||||
/usr/include/x86_64-linux-gnu/bits/struct_rwlock.h /usr/include/alloca.h \
|
|
||||||
/usr/include/x86_64-linux-gnu/bits/stdlib-float.h \
|
|
||||||
/usr/include/c++/13/bits/std_abs.h /usr/include/c++/13/cstdio \
|
|
||||||
/usr/include/c++/13/cerrno /usr/include/errno.h \
|
|
||||||
/usr/include/x86_64-linux-gnu/bits/errno.h /usr/include/linux/errno.h \
|
|
||||||
/usr/include/x86_64-linux-gnu/asm/errno.h \
|
|
||||||
/usr/include/asm-generic/errno.h /usr/include/asm-generic/errno-base.h \
|
|
||||||
/usr/include/x86_64-linux-gnu/bits/types/error_t.h \
|
|
||||||
/usr/include/c++/13/bits/charconv.h \
|
|
||||||
/usr/include/c++/13/bits/basic_string.tcc \
|
|
||||||
/usr/include/c++/13/bits/memory_resource.h /usr/include/c++/13/cstddef \
|
|
||||||
/usr/include/c++/13/bits/uses_allocator.h \
|
|
||||||
/usr/include/c++/13/bits/uses_allocator_args.h /usr/include/c++/13/tuple \
|
|
||||||
/usr/include/c++/13/vector /usr/include/c++/13/bits/stl_uninitialized.h \
|
|
||||||
/usr/include/c++/13/bits/stl_vector.h \
|
|
||||||
/usr/include/c++/13/bits/stl_bvector.h \
|
|
||||||
/usr/include/c++/13/bits/vector.tcc /usr/include/c++/13/unordered_map \
|
|
||||||
/usr/include/c++/13/bits/unordered_map.h \
|
|
||||||
/usr/include/c++/13/bits/hashtable.h \
|
|
||||||
/usr/include/c++/13/bits/hashtable_policy.h \
|
|
||||||
/usr/include/c++/13/ext/aligned_buffer.h \
|
|
||||||
/usr/include/c++/13/bits/enable_special_members.h \
|
|
||||||
/usr/include/c++/13/bits/node_handle.h \
|
|
||||||
/usr/include/c++/13/bits/erase_if.h /usr/include/c++/13/iostream \
|
|
||||||
/usr/include/c++/13/ostream /usr/include/c++/13/ios \
|
|
||||||
/usr/include/c++/13/exception /usr/include/c++/13/bits/exception_ptr.h \
|
|
||||||
/usr/include/c++/13/bits/cxxabi_init_exception.h \
|
|
||||||
/usr/include/c++/13/typeinfo /usr/include/c++/13/bits/nested_exception.h \
|
|
||||||
/usr/include/c++/13/bits/ios_base.h /usr/include/c++/13/ext/atomicity.h \
|
|
||||||
/usr/include/x86_64-linux-gnu/c++/13/bits/gthr.h \
|
|
||||||
/usr/include/x86_64-linux-gnu/c++/13/bits/gthr-default.h \
|
|
||||||
/usr/include/pthread.h /usr/include/sched.h \
|
|
||||||
/usr/include/x86_64-linux-gnu/bits/sched.h \
|
|
||||||
/usr/include/x86_64-linux-gnu/bits/types/struct_sched_param.h \
|
|
||||||
/usr/include/x86_64-linux-gnu/bits/cpu-set.h /usr/include/time.h \
|
|
||||||
/usr/include/x86_64-linux-gnu/bits/time.h \
|
|
||||||
/usr/include/x86_64-linux-gnu/bits/timex.h \
|
|
||||||
/usr/include/x86_64-linux-gnu/bits/types/struct_tm.h \
|
|
||||||
/usr/include/x86_64-linux-gnu/bits/types/struct_itimerspec.h \
|
|
||||||
/usr/include/x86_64-linux-gnu/bits/setjmp.h \
|
|
||||||
/usr/include/x86_64-linux-gnu/bits/types/struct___jmp_buf_tag.h \
|
|
||||||
/usr/include/x86_64-linux-gnu/bits/pthread_stack_min-dynamic.h \
|
|
||||||
/usr/include/x86_64-linux-gnu/c++/13/bits/atomic_word.h \
|
|
||||||
/usr/include/x86_64-linux-gnu/sys/single_threaded.h \
|
|
||||||
/usr/include/c++/13/bits/locale_classes.h \
|
|
||||||
/usr/include/c++/13/bits/locale_classes.tcc \
|
|
||||||
/usr/include/c++/13/system_error \
|
|
||||||
/usr/include/x86_64-linux-gnu/c++/13/bits/error_constants.h \
|
|
||||||
/usr/include/c++/13/stdexcept /usr/include/c++/13/streambuf \
|
|
||||||
/usr/include/c++/13/bits/streambuf.tcc \
|
|
||||||
/usr/include/c++/13/bits/basic_ios.h \
|
|
||||||
/usr/include/c++/13/bits/locale_facets.h /usr/include/c++/13/cwctype \
|
|
||||||
/usr/include/wctype.h /usr/include/x86_64-linux-gnu/bits/wctype-wchar.h \
|
|
||||||
/usr/include/x86_64-linux-gnu/c++/13/bits/ctype_base.h \
|
|
||||||
/usr/include/c++/13/bits/streambuf_iterator.h \
|
|
||||||
/usr/include/x86_64-linux-gnu/c++/13/bits/ctype_inline.h \
|
|
||||||
/usr/include/c++/13/bits/locale_facets.tcc \
|
|
||||||
/usr/include/c++/13/bits/basic_ios.tcc \
|
|
||||||
/usr/include/c++/13/bits/ostream.tcc /usr/include/c++/13/istream \
|
|
||||||
/usr/include/c++/13/bits/istream.tcc /usr/include/c++/13/memory \
|
|
||||||
/usr/include/c++/13/bits/stl_tempbuf.h \
|
|
||||||
/usr/include/c++/13/bits/stl_raw_storage_iter.h \
|
|
||||||
/usr/include/c++/13/bits/align.h \
|
|
||||||
/usr/lib/gcc/x86_64-linux-gnu/13/include/stdint.h /usr/include/stdint.h \
|
|
||||||
/usr/include/x86_64-linux-gnu/bits/stdint-uintn.h \
|
|
||||||
/usr/include/x86_64-linux-gnu/bits/stdint-least.h \
|
|
||||||
/usr/include/c++/13/bits/unique_ptr.h \
|
|
||||||
/usr/include/c++/13/bits/shared_ptr.h \
|
|
||||||
/usr/include/c++/13/bits/shared_ptr_base.h \
|
|
||||||
/usr/include/c++/13/bits/allocated_ptr.h \
|
|
||||||
/usr/include/c++/13/ext/concurrence.h \
|
|
||||||
/usr/include/c++/13/bits/shared_ptr_atomic.h \
|
|
||||||
/usr/include/c++/13/bits/atomic_base.h \
|
|
||||||
/usr/include/c++/13/bits/atomic_lockfree_defines.h \
|
|
||||||
/usr/include/c++/13/backward/auto_ptr.h \
|
|
||||||
/usr/include/c++/13/pstl/glue_memory_defs.h \
|
|
||||||
/usr/include/c++/13/pstl/execution_defs.h \
|
|
||||||
/usr/include/crow/http_parser_merged.h /usr/include/assert.h \
|
|
||||||
/usr/lib/gcc/x86_64-linux-gnu/13/include/limits.h \
|
|
||||||
/usr/lib/gcc/x86_64-linux-gnu/13/include/syslimits.h \
|
|
||||||
/usr/include/limits.h /usr/include/x86_64-linux-gnu/bits/posix1_lim.h \
|
|
||||||
/usr/include/x86_64-linux-gnu/bits/local_lim.h \
|
|
||||||
/usr/include/linux/limits.h \
|
|
||||||
/usr/include/x86_64-linux-gnu/bits/posix2_lim.h \
|
|
||||||
/usr/include/x86_64-linux-gnu/bits/xopen_lim.h \
|
|
||||||
/usr/include/x86_64-linux-gnu/bits/uio_lim.h /usr/include/crow/common.h \
|
|
||||||
/usr/include/crow/utility.h /usr/include/c++/13/cstdint \
|
|
||||||
/usr/include/c++/13/cstring /usr/include/c++/13/functional \
|
|
||||||
/usr/include/c++/13/bits/std_function.h /usr/include/c++/13/array \
|
|
||||||
/usr/include/c++/13/compare /usr/include/c++/13/bits/stl_algo.h \
|
|
||||||
/usr/include/c++/13/bits/algorithmfwd.h \
|
|
||||||
/usr/include/c++/13/bits/stl_heap.h \
|
|
||||||
/usr/include/c++/13/bits/uniform_int_dist.h /usr/include/c++/13/sstream \
|
|
||||||
/usr/include/c++/13/bits/sstream.tcc /usr/include/c++/13/random \
|
|
||||||
/usr/include/c++/13/cmath /usr/include/math.h \
|
|
||||||
/usr/include/x86_64-linux-gnu/bits/math-vector.h \
|
|
||||||
/usr/include/x86_64-linux-gnu/bits/libm-simd-decl-stubs.h \
|
|
||||||
/usr/include/x86_64-linux-gnu/bits/flt-eval-method.h \
|
|
||||||
/usr/include/x86_64-linux-gnu/bits/fp-logb.h \
|
|
||||||
/usr/include/x86_64-linux-gnu/bits/fp-fast.h \
|
|
||||||
/usr/include/x86_64-linux-gnu/bits/mathcalls-helper-functions.h \
|
|
||||||
/usr/include/x86_64-linux-gnu/bits/mathcalls.h \
|
|
||||||
/usr/include/x86_64-linux-gnu/bits/mathcalls-narrow.h \
|
|
||||||
/usr/include/x86_64-linux-gnu/bits/iscanonical.h \
|
|
||||||
/usr/include/c++/13/bits/specfun.h /usr/include/c++/13/limits \
|
|
||||||
/usr/include/c++/13/tr1/gamma.tcc \
|
|
||||||
/usr/include/c++/13/tr1/special_function_util.h \
|
|
||||||
/usr/include/c++/13/tr1/bessel_function.tcc \
|
|
||||||
/usr/include/c++/13/tr1/beta_function.tcc \
|
|
||||||
/usr/include/c++/13/tr1/ell_integral.tcc \
|
|
||||||
/usr/include/c++/13/tr1/exp_integral.tcc \
|
|
||||||
/usr/include/c++/13/tr1/hypergeometric.tcc \
|
|
||||||
/usr/include/c++/13/tr1/legendre_function.tcc \
|
|
||||||
/usr/include/c++/13/tr1/modified_bessel_func.tcc \
|
|
||||||
/usr/include/c++/13/tr1/poly_hermite.tcc \
|
|
||||||
/usr/include/c++/13/tr1/poly_laguerre.tcc \
|
|
||||||
/usr/include/c++/13/tr1/riemann_zeta.tcc \
|
|
||||||
/usr/include/c++/13/bits/random.h \
|
|
||||||
/usr/include/x86_64-linux-gnu/c++/13/bits/opt_random.h \
|
|
||||||
/usr/include/c++/13/bits/random.tcc /usr/include/c++/13/numeric \
|
|
||||||
/usr/include/c++/13/bits/stl_numeric.h \
|
|
||||||
/usr/include/c++/13/pstl/glue_numeric_defs.h \
|
|
||||||
/usr/include/c++/13/algorithm \
|
|
||||||
/usr/include/c++/13/pstl/glue_algorithm_defs.h \
|
|
||||||
/usr/include/crow/settings.h /usr/include/c++/13/filesystem \
|
|
||||||
/usr/include/c++/13/bits/fs_fwd.h /usr/include/c++/13/bits/chrono.h \
|
|
||||||
/usr/include/c++/13/ratio /usr/include/c++/13/ctime \
|
|
||||||
/usr/include/c++/13/bits/parse_numbers.h \
|
|
||||||
/usr/include/c++/13/bits/fs_path.h /usr/include/c++/13/locale \
|
|
||||||
/usr/include/c++/13/bits/locale_facets_nonio.h \
|
|
||||||
/usr/include/x86_64-linux-gnu/c++/13/bits/time_members.h \
|
|
||||||
/usr/include/x86_64-linux-gnu/c++/13/bits/messages_members.h \
|
|
||||||
/usr/include/libintl.h /usr/include/c++/13/bits/codecvt.h \
|
|
||||||
/usr/include/c++/13/bits/locale_facets_nonio.tcc \
|
|
||||||
/usr/include/c++/13/bits/locale_conv.h /usr/include/c++/13/iomanip \
|
|
||||||
/usr/include/c++/13/bits/quoted_string.h /usr/include/c++/13/codecvt \
|
|
||||||
/usr/include/c++/13/bits/fs_dir.h /usr/include/c++/13/bits/fs_ops.h \
|
|
||||||
/usr/include/crow/ci_map.h /usr/include/crow/TinySHA1.hpp \
|
|
||||||
/usr/include/crow/socket_adaptors.h /usr/include/asio.hpp \
|
|
||||||
/usr/include/asio/any_completion_executor.hpp \
|
|
||||||
/usr/include/asio/detail/config.hpp /usr/include/c++/13/version \
|
|
||||||
/usr/include/unistd.h /usr/include/x86_64-linux-gnu/bits/posix_opt.h \
|
|
||||||
/usr/include/x86_64-linux-gnu/bits/environments.h \
|
|
||||||
/usr/include/x86_64-linux-gnu/bits/confname.h \
|
|
||||||
/usr/include/x86_64-linux-gnu/bits/getopt_posix.h \
|
|
||||||
/usr/include/x86_64-linux-gnu/bits/getopt_core.h \
|
|
||||||
/usr/include/x86_64-linux-gnu/bits/unistd_ext.h \
|
|
||||||
/usr/include/linux/close_range.h /usr/include/linux/version.h \
|
|
||||||
/usr/include/asio/execution.hpp \
|
|
||||||
/usr/include/asio/execution/allocator.hpp \
|
|
||||||
/usr/include/asio/detail/type_traits.hpp \
|
|
||||||
/usr/include/asio/execution/executor.hpp \
|
|
||||||
/usr/include/asio/execution/invocable_archetype.hpp \
|
|
||||||
/usr/include/asio/detail/variadic_templates.hpp \
|
|
||||||
/usr/include/asio/detail/push_options.hpp \
|
|
||||||
/usr/include/asio/detail/pop_options.hpp \
|
|
||||||
/usr/include/asio/traits/equality_comparable.hpp \
|
|
||||||
/usr/include/asio/traits/execute_member.hpp \
|
|
||||||
/usr/include/asio/execution/execute.hpp \
|
|
||||||
/usr/include/asio/execution/detail/as_invocable.hpp \
|
|
||||||
/usr/include/asio/detail/atomic_count.hpp /usr/include/c++/13/atomic \
|
|
||||||
/usr/include/asio/detail/memory.hpp /usr/include/asio/detail/cstdint.hpp \
|
|
||||||
/usr/include/asio/detail/throw_exception.hpp \
|
|
||||||
/usr/include/asio/execution/receiver_invocation_error.hpp \
|
|
||||||
/usr/include/asio/execution/impl/receiver_invocation_error.ipp \
|
|
||||||
/usr/include/asio/execution/set_done.hpp \
|
|
||||||
/usr/include/asio/traits/set_done_member.hpp \
|
|
||||||
/usr/include/asio/traits/set_done_free.hpp \
|
|
||||||
/usr/include/asio/execution/set_error.hpp \
|
|
||||||
/usr/include/asio/traits/set_error_member.hpp \
|
|
||||||
/usr/include/asio/traits/set_error_free.hpp \
|
|
||||||
/usr/include/asio/execution/set_value.hpp \
|
|
||||||
/usr/include/asio/traits/set_value_member.hpp \
|
|
||||||
/usr/include/asio/traits/set_value_free.hpp \
|
|
||||||
/usr/include/asio/execution/detail/as_receiver.hpp \
|
|
||||||
/usr/include/asio/traits/execute_free.hpp \
|
|
||||||
/usr/include/asio/execution/scheduler.hpp \
|
|
||||||
/usr/include/asio/execution/schedule.hpp \
|
|
||||||
/usr/include/asio/traits/schedule_member.hpp \
|
|
||||||
/usr/include/asio/traits/schedule_free.hpp \
|
|
||||||
/usr/include/asio/execution/sender.hpp \
|
|
||||||
/usr/include/asio/execution/detail/void_receiver.hpp \
|
|
||||||
/usr/include/asio/execution/receiver.hpp \
|
|
||||||
/usr/include/asio/execution/connect.hpp \
|
|
||||||
/usr/include/asio/execution/detail/as_operation.hpp \
|
|
||||||
/usr/include/asio/traits/start_member.hpp \
|
|
||||||
/usr/include/asio/execution/operation_state.hpp \
|
|
||||||
/usr/include/asio/execution/start.hpp \
|
|
||||||
/usr/include/asio/traits/start_free.hpp \
|
|
||||||
/usr/include/asio/traits/connect_member.hpp \
|
|
||||||
/usr/include/asio/traits/connect_free.hpp \
|
|
||||||
/usr/include/asio/is_applicable_property.hpp \
|
|
||||||
/usr/include/asio/traits/query_static_constexpr_member.hpp \
|
|
||||||
/usr/include/asio/traits/static_query.hpp \
|
|
||||||
/usr/include/asio/execution/any_executor.hpp \
|
|
||||||
/usr/include/asio/detail/assert.hpp /usr/include/c++/13/cassert \
|
|
||||||
/usr/include/asio/detail/cstddef.hpp \
|
|
||||||
/usr/include/asio/detail/executor_function.hpp \
|
|
||||||
/usr/include/asio/detail/handler_alloc_helpers.hpp \
|
|
||||||
/usr/include/asio/detail/noncopyable.hpp \
|
|
||||||
/usr/include/asio/detail/recycling_allocator.hpp \
|
|
||||||
/usr/include/asio/detail/thread_context.hpp /usr/include/c++/13/climits \
|
|
||||||
/usr/include/asio/detail/call_stack.hpp \
|
|
||||||
/usr/include/asio/detail/tss_ptr.hpp \
|
|
||||||
/usr/include/asio/detail/keyword_tss_ptr.hpp \
|
|
||||||
/usr/include/asio/detail/impl/thread_context.ipp \
|
|
||||||
/usr/include/asio/detail/thread_info_base.hpp \
|
|
||||||
/usr/include/asio/multiple_exceptions.hpp \
|
|
||||||
/usr/include/asio/impl/multiple_exceptions.ipp \
|
|
||||||
/usr/include/asio/associated_allocator.hpp \
|
|
||||||
/usr/include/asio/associator.hpp /usr/include/asio/detail/functional.hpp \
|
|
||||||
/usr/include/asio/handler_alloc_hook.hpp \
|
|
||||||
/usr/include/asio/impl/handler_alloc_hook.ipp \
|
|
||||||
/usr/include/asio/detail/handler_invoke_helpers.hpp \
|
|
||||||
/usr/include/asio/handler_invoke_hook.hpp \
|
|
||||||
/usr/include/asio/detail/non_const_lvalue.hpp \
|
|
||||||
/usr/include/asio/detail/scoped_ptr.hpp \
|
|
||||||
/usr/include/asio/execution/bad_executor.hpp \
|
|
||||||
/usr/include/asio/execution/impl/bad_executor.ipp \
|
|
||||||
/usr/include/asio/execution/blocking.hpp /usr/include/asio/prefer.hpp \
|
|
||||||
/usr/include/asio/traits/prefer_free.hpp \
|
|
||||||
/usr/include/asio/traits/prefer_member.hpp \
|
|
||||||
/usr/include/asio/traits/require_free.hpp \
|
|
||||||
/usr/include/asio/traits/require_member.hpp \
|
|
||||||
/usr/include/asio/traits/static_require.hpp /usr/include/asio/query.hpp \
|
|
||||||
/usr/include/asio/traits/query_member.hpp \
|
|
||||||
/usr/include/asio/traits/query_free.hpp /usr/include/asio/require.hpp \
|
|
||||||
/usr/include/asio/execution/blocking_adaptation.hpp \
|
|
||||||
/usr/include/asio/detail/event.hpp \
|
|
||||||
/usr/include/asio/detail/posix_event.hpp \
|
|
||||||
/usr/include/asio/detail/impl/posix_event.ipp \
|
|
||||||
/usr/include/asio/detail/throw_error.hpp \
|
|
||||||
/usr/include/asio/error_code.hpp /usr/include/asio/impl/error_code.ipp \
|
|
||||||
/usr/include/asio/detail/local_free_on_block_exit.hpp \
|
|
||||||
/usr/include/asio/detail/socket_types.hpp \
|
|
||||||
/usr/include/x86_64-linux-gnu/sys/ioctl.h \
|
|
||||||
/usr/include/x86_64-linux-gnu/bits/ioctls.h \
|
|
||||||
/usr/include/x86_64-linux-gnu/asm/ioctls.h \
|
|
||||||
/usr/include/asm-generic/ioctls.h /usr/include/linux/ioctl.h \
|
|
||||||
/usr/include/x86_64-linux-gnu/asm/ioctl.h \
|
|
||||||
/usr/include/asm-generic/ioctl.h \
|
|
||||||
/usr/include/x86_64-linux-gnu/bits/ioctl-types.h \
|
|
||||||
/usr/include/x86_64-linux-gnu/sys/ttydefaults.h /usr/include/poll.h \
|
|
||||||
/usr/include/x86_64-linux-gnu/sys/poll.h \
|
|
||||||
/usr/include/x86_64-linux-gnu/bits/poll.h \
|
|
||||||
/usr/include/x86_64-linux-gnu/sys/stat.h \
|
|
||||||
/usr/include/x86_64-linux-gnu/bits/stat.h \
|
|
||||||
/usr/include/x86_64-linux-gnu/bits/struct_stat.h \
|
|
||||||
/usr/include/x86_64-linux-gnu/bits/statx.h /usr/include/linux/stat.h \
|
|
||||||
/usr/include/linux/types.h /usr/include/x86_64-linux-gnu/asm/types.h \
|
|
||||||
/usr/include/asm-generic/types.h /usr/include/asm-generic/int-ll64.h \
|
|
||||||
/usr/include/x86_64-linux-gnu/asm/bitsperlong.h \
|
|
||||||
/usr/include/asm-generic/bitsperlong.h /usr/include/linux/posix_types.h \
|
|
||||||
/usr/include/linux/stddef.h \
|
|
||||||
/usr/include/x86_64-linux-gnu/asm/posix_types.h \
|
|
||||||
/usr/include/x86_64-linux-gnu/asm/posix_types_64.h \
|
|
||||||
/usr/include/asm-generic/posix_types.h \
|
|
||||||
/usr/include/x86_64-linux-gnu/bits/statx-generic.h \
|
|
||||||
/usr/include/x86_64-linux-gnu/bits/types/struct_statx_timestamp.h \
|
|
||||||
/usr/include/x86_64-linux-gnu/bits/types/struct_statx.h \
|
|
||||||
/usr/include/fcntl.h /usr/include/x86_64-linux-gnu/bits/fcntl.h \
|
|
||||||
/usr/include/x86_64-linux-gnu/bits/fcntl-linux.h \
|
|
||||||
/usr/include/x86_64-linux-gnu/bits/types/struct_iovec.h \
|
|
||||||
/usr/include/linux/falloc.h /usr/include/x86_64-linux-gnu/sys/socket.h \
|
|
||||||
/usr/include/x86_64-linux-gnu/bits/socket.h \
|
|
||||||
/usr/include/x86_64-linux-gnu/bits/socket_type.h \
|
|
||||||
/usr/include/x86_64-linux-gnu/bits/sockaddr.h \
|
|
||||||
/usr/include/x86_64-linux-gnu/asm/socket.h \
|
|
||||||
/usr/include/asm-generic/socket.h \
|
|
||||||
/usr/include/x86_64-linux-gnu/asm/sockios.h \
|
|
||||||
/usr/include/asm-generic/sockios.h \
|
|
||||||
/usr/include/x86_64-linux-gnu/bits/types/struct_osockaddr.h \
|
|
||||||
/usr/include/x86_64-linux-gnu/sys/uio.h \
|
|
||||||
/usr/include/x86_64-linux-gnu/bits/uio-ext.h \
|
|
||||||
/usr/include/x86_64-linux-gnu/sys/un.h /usr/include/netinet/in.h \
|
|
||||||
/usr/include/x86_64-linux-gnu/bits/in.h /usr/include/netinet/tcp.h \
|
|
||||||
/usr/include/arpa/inet.h /usr/include/netdb.h /usr/include/rpc/netdb.h \
|
|
||||||
/usr/include/x86_64-linux-gnu/bits/types/sigevent_t.h \
|
|
||||||
/usr/include/x86_64-linux-gnu/bits/types/__sigval_t.h \
|
|
||||||
/usr/include/x86_64-linux-gnu/bits/netdb.h /usr/include/net/if.h \
|
|
||||||
/usr/include/signal.h \
|
|
||||||
/usr/include/x86_64-linux-gnu/bits/signum-generic.h \
|
|
||||||
/usr/include/x86_64-linux-gnu/bits/signum-arch.h \
|
|
||||||
/usr/include/x86_64-linux-gnu/bits/types/sig_atomic_t.h \
|
|
||||||
/usr/include/x86_64-linux-gnu/bits/types/siginfo_t.h \
|
|
||||||
/usr/include/x86_64-linux-gnu/bits/siginfo-arch.h \
|
|
||||||
/usr/include/x86_64-linux-gnu/bits/siginfo-consts.h \
|
|
||||||
/usr/include/x86_64-linux-gnu/bits/siginfo-consts-arch.h \
|
|
||||||
/usr/include/x86_64-linux-gnu/bits/types/sigval_t.h \
|
|
||||||
/usr/include/x86_64-linux-gnu/bits/sigevent-consts.h \
|
|
||||||
/usr/include/x86_64-linux-gnu/bits/sigaction.h \
|
|
||||||
/usr/include/x86_64-linux-gnu/bits/sigcontext.h \
|
|
||||||
/usr/include/x86_64-linux-gnu/bits/types/stack_t.h \
|
|
||||||
/usr/include/x86_64-linux-gnu/sys/ucontext.h \
|
|
||||||
/usr/include/x86_64-linux-gnu/bits/sigstack.h \
|
|
||||||
/usr/include/x86_64-linux-gnu/bits/sigstksz.h \
|
|
||||||
/usr/include/x86_64-linux-gnu/bits/ss_flags.h \
|
|
||||||
/usr/include/x86_64-linux-gnu/bits/types/struct_sigstack.h \
|
|
||||||
/usr/include/x86_64-linux-gnu/bits/sigthread.h \
|
|
||||||
/usr/include/x86_64-linux-gnu/bits/signal_ext.h \
|
|
||||||
/usr/include/asio/detail/impl/throw_error.ipp \
|
|
||||||
/usr/include/asio/system_error.hpp /usr/include/asio/error.hpp \
|
|
||||||
/usr/include/asio/impl/error.ipp /usr/include/asio/detail/mutex.hpp \
|
|
||||||
/usr/include/asio/detail/posix_mutex.hpp \
|
|
||||||
/usr/include/asio/detail/scoped_lock.hpp \
|
|
||||||
/usr/include/asio/detail/impl/posix_mutex.ipp \
|
|
||||||
/usr/include/asio/execution/bulk_execute.hpp \
|
|
||||||
/usr/include/asio/execution/bulk_guarantee.hpp \
|
|
||||||
/usr/include/asio/execution/detail/bulk_sender.hpp \
|
|
||||||
/usr/include/asio/traits/bulk_execute_member.hpp \
|
|
||||||
/usr/include/asio/traits/bulk_execute_free.hpp \
|
|
||||||
/usr/include/asio/execution/context.hpp /usr/include/c++/13/any \
|
|
||||||
/usr/include/asio/execution/context_as.hpp \
|
|
||||||
/usr/include/asio/execution/mapping.hpp \
|
|
||||||
/usr/include/asio/execution/occupancy.hpp \
|
|
||||||
/usr/include/asio/execution/outstanding_work.hpp \
|
|
||||||
/usr/include/asio/execution/prefer_only.hpp \
|
|
||||||
/usr/include/asio/execution/relationship.hpp \
|
|
||||||
/usr/include/asio/execution/submit.hpp \
|
|
||||||
/usr/include/asio/execution/detail/submit_receiver.hpp \
|
|
||||||
/usr/include/asio/traits/submit_member.hpp \
|
|
||||||
/usr/include/asio/traits/submit_free.hpp \
|
|
||||||
/usr/include/asio/impl/any_completion_executor.ipp \
|
|
||||||
/usr/include/asio/any_completion_executor.hpp \
|
|
||||||
/usr/include/asio/any_completion_handler.hpp /usr/include/c++/13/utility \
|
|
||||||
/usr/include/c++/13/bits/stl_relops.h \
|
|
||||||
/usr/include/asio/any_io_executor.hpp \
|
|
||||||
/usr/include/asio/execution_context.hpp \
|
|
||||||
/usr/include/asio/impl/execution_context.hpp \
|
|
||||||
/usr/include/asio/detail/handler_type_requirements.hpp \
|
|
||||||
/usr/include/asio/async_result.hpp \
|
|
||||||
/usr/include/asio/detail/service_registry.hpp \
|
|
||||||
/usr/include/asio/detail/impl/service_registry.hpp \
|
|
||||||
/usr/include/asio/detail/impl/service_registry.ipp \
|
|
||||||
/usr/include/asio/impl/execution_context.ipp \
|
|
||||||
/usr/include/asio/impl/any_io_executor.ipp \
|
|
||||||
/usr/include/asio/associated_cancellation_slot.hpp \
|
|
||||||
/usr/include/asio/cancellation_signal.hpp \
|
|
||||||
/usr/include/asio/cancellation_type.hpp \
|
|
||||||
/usr/include/asio/impl/cancellation_signal.ipp \
|
|
||||||
/usr/include/asio/associated_executor.hpp \
|
|
||||||
/usr/include/asio/is_executor.hpp \
|
|
||||||
/usr/include/asio/detail/is_executor.hpp \
|
|
||||||
/usr/include/asio/system_executor.hpp \
|
|
||||||
/usr/include/asio/impl/system_executor.hpp \
|
|
||||||
/usr/include/asio/detail/executor_op.hpp \
|
|
||||||
/usr/include/asio/detail/fenced_block.hpp \
|
|
||||||
/usr/include/asio/detail/std_fenced_block.hpp \
|
|
||||||
/usr/include/asio/detail/scheduler_operation.hpp \
|
|
||||||
/usr/include/asio/detail/handler_tracking.hpp \
|
|
||||||
/usr/include/asio/detail/impl/handler_tracking.ipp \
|
|
||||||
/usr/include/asio/detail/op_queue.hpp \
|
|
||||||
/usr/include/asio/detail/global.hpp \
|
|
||||||
/usr/include/asio/detail/posix_global.hpp \
|
|
||||||
/usr/include/asio/system_context.hpp \
|
|
||||||
/usr/include/asio/detail/scheduler.hpp \
|
|
||||||
/usr/include/asio/detail/conditionally_enabled_event.hpp \
|
|
||||||
/usr/include/asio/detail/conditionally_enabled_mutex.hpp \
|
|
||||||
/usr/include/asio/detail/null_event.hpp \
|
|
||||||
/usr/include/asio/detail/impl/null_event.ipp \
|
|
||||||
/usr/include/asio/detail/scheduler_task.hpp \
|
|
||||||
/usr/include/asio/detail/thread.hpp \
|
|
||||||
/usr/include/asio/detail/posix_thread.hpp \
|
|
||||||
/usr/include/asio/detail/impl/posix_thread.ipp \
|
|
||||||
/usr/include/asio/detail/impl/scheduler.ipp \
|
|
||||||
/usr/include/asio/detail/concurrency_hint.hpp \
|
|
||||||
/usr/include/asio/detail/limits.hpp \
|
|
||||||
/usr/include/asio/detail/scheduler_thread_info.hpp \
|
|
||||||
/usr/include/asio/detail/signal_blocker.hpp \
|
|
||||||
/usr/include/asio/detail/posix_signal_blocker.hpp \
|
|
||||||
/usr/include/c++/13/csignal /usr/include/asio/detail/reactor.hpp \
|
|
||||||
/usr/include/asio/detail/epoll_reactor.hpp \
|
|
||||||
/usr/include/asio/detail/object_pool.hpp \
|
|
||||||
/usr/include/asio/detail/reactor_op.hpp \
|
|
||||||
/usr/include/asio/detail/operation.hpp \
|
|
||||||
/usr/include/asio/detail/select_interrupter.hpp \
|
|
||||||
/usr/include/asio/detail/eventfd_select_interrupter.hpp \
|
|
||||||
/usr/include/asio/detail/impl/eventfd_select_interrupter.ipp \
|
|
||||||
/usr/include/x86_64-linux-gnu/sys/eventfd.h \
|
|
||||||
/usr/include/x86_64-linux-gnu/bits/eventfd.h \
|
|
||||||
/usr/include/asio/detail/timer_queue_base.hpp \
|
|
||||||
/usr/include/asio/detail/timer_queue_set.hpp \
|
|
||||||
/usr/include/asio/detail/impl/timer_queue_set.ipp \
|
|
||||||
/usr/include/asio/detail/wait_op.hpp \
|
|
||||||
/usr/include/x86_64-linux-gnu/sys/timerfd.h \
|
|
||||||
/usr/include/x86_64-linux-gnu/bits/timerfd.h \
|
|
||||||
/usr/include/asio/detail/impl/epoll_reactor.hpp \
|
|
||||||
/usr/include/asio/detail/impl/epoll_reactor.ipp \
|
|
||||||
/usr/include/x86_64-linux-gnu/sys/epoll.h \
|
|
||||||
/usr/include/x86_64-linux-gnu/bits/epoll.h \
|
|
||||||
/usr/include/asio/detail/thread_group.hpp \
|
|
||||||
/usr/include/asio/impl/system_context.hpp \
|
|
||||||
/usr/include/asio/impl/system_context.ipp \
|
|
||||||
/usr/include/asio/associated_immediate_executor.hpp \
|
|
||||||
/usr/include/asio/cancellation_state.hpp \
|
|
||||||
/usr/include/asio/recycling_allocator.hpp \
|
|
||||||
/usr/include/asio/any_io_executor.hpp /usr/include/asio/append.hpp \
|
|
||||||
/usr/include/asio/impl/append.hpp \
|
|
||||||
/usr/include/asio/detail/handler_cont_helpers.hpp \
|
|
||||||
/usr/include/asio/handler_continuation_hook.hpp \
|
|
||||||
/usr/include/asio/detail/utility.hpp /usr/include/asio/as_tuple.hpp \
|
|
||||||
/usr/include/asio/impl/as_tuple.hpp \
|
|
||||||
/usr/include/asio/associated_allocator.hpp \
|
|
||||||
/usr/include/asio/associated_cancellation_slot.hpp \
|
|
||||||
/usr/include/asio/associated_executor.hpp \
|
|
||||||
/usr/include/asio/associated_immediate_executor.hpp \
|
|
||||||
/usr/include/asio/associator.hpp /usr/include/asio/async_result.hpp \
|
|
||||||
/usr/include/asio/awaitable.hpp \
|
|
||||||
/usr/include/asio/basic_datagram_socket.hpp \
|
|
||||||
/usr/include/asio/basic_socket.hpp \
|
|
||||||
/usr/include/asio/detail/io_object_impl.hpp \
|
|
||||||
/usr/include/asio/io_context.hpp \
|
|
||||||
/usr/include/asio/detail/wrapped_handler.hpp \
|
|
||||||
/usr/include/asio/detail/bind_handler.hpp \
|
|
||||||
/usr/include/asio/detail/chrono.hpp /usr/include/c++/13/chrono \
|
|
||||||
/usr/include/asio/impl/io_context.hpp \
|
|
||||||
/usr/include/asio/detail/completion_handler.hpp \
|
|
||||||
/usr/include/asio/detail/handler_work.hpp \
|
|
||||||
/usr/include/asio/detail/initiate_dispatch.hpp \
|
|
||||||
/usr/include/asio/detail/work_dispatcher.hpp \
|
|
||||||
/usr/include/asio/executor_work_guard.hpp \
|
|
||||||
/usr/include/asio/impl/io_context.ipp /usr/include/asio/post.hpp \
|
|
||||||
/usr/include/asio/detail/initiate_post.hpp \
|
|
||||||
/usr/include/asio/socket_base.hpp \
|
|
||||||
/usr/include/asio/detail/io_control.hpp \
|
|
||||||
/usr/include/asio/detail/socket_option.hpp \
|
|
||||||
/usr/include/asio/detail/reactive_socket_service.hpp \
|
|
||||||
/usr/include/asio/buffer.hpp /usr/include/asio/detail/array_fwd.hpp \
|
|
||||||
/usr/include/asio/detail/string_view.hpp \
|
|
||||||
/usr/include/asio/is_contiguous_iterator.hpp \
|
|
||||||
/usr/include/c++/13/iterator /usr/include/c++/13/bits/stream_iterator.h \
|
|
||||||
/usr/include/asio/detail/is_buffer_sequence.hpp \
|
|
||||||
/usr/include/asio/detail/buffer_sequence_adapter.hpp \
|
|
||||||
/usr/include/asio/registered_buffer.hpp \
|
|
||||||
/usr/include/asio/detail/impl/buffer_sequence_adapter.ipp \
|
|
||||||
/usr/include/asio/detail/reactive_null_buffers_op.hpp \
|
|
||||||
/usr/include/asio/detail/reactive_socket_accept_op.hpp \
|
|
||||||
/usr/include/asio/detail/socket_holder.hpp \
|
|
||||||
/usr/include/asio/detail/socket_ops.hpp \
|
|
||||||
/usr/include/asio/detail/impl/socket_ops.ipp \
|
|
||||||
/usr/include/asio/detail/reactive_socket_connect_op.hpp \
|
|
||||||
/usr/include/asio/detail/reactive_socket_recvfrom_op.hpp \
|
|
||||||
/usr/include/asio/detail/reactive_socket_sendto_op.hpp \
|
|
||||||
/usr/include/asio/detail/reactive_socket_service_base.hpp \
|
|
||||||
/usr/include/asio/detail/reactive_socket_recv_op.hpp \
|
|
||||||
/usr/include/asio/detail/reactive_socket_recvmsg_op.hpp \
|
|
||||||
/usr/include/asio/detail/reactive_socket_send_op.hpp \
|
|
||||||
/usr/include/asio/detail/reactive_wait_op.hpp \
|
|
||||||
/usr/include/asio/detail/impl/reactive_socket_service_base.ipp \
|
|
||||||
/usr/include/asio/basic_deadline_timer.hpp \
|
|
||||||
/usr/include/asio/basic_file.hpp /usr/include/asio/basic_io_object.hpp \
|
|
||||||
/usr/include/asio/basic_random_access_file.hpp \
|
|
||||||
/usr/include/asio/basic_raw_socket.hpp \
|
|
||||||
/usr/include/asio/basic_readable_pipe.hpp \
|
|
||||||
/usr/include/asio/detail/reactive_descriptor_service.hpp \
|
|
||||||
/usr/include/asio/detail/descriptor_ops.hpp \
|
|
||||||
/usr/include/asio/detail/impl/descriptor_ops.ipp \
|
|
||||||
/usr/include/asio/detail/descriptor_read_op.hpp \
|
|
||||||
/usr/include/asio/dispatch.hpp \
|
|
||||||
/usr/include/asio/detail/descriptor_write_op.hpp \
|
|
||||||
/usr/include/asio/posix/descriptor_base.hpp \
|
|
||||||
/usr/include/asio/detail/impl/reactive_descriptor_service.ipp \
|
|
||||||
/usr/include/asio/basic_seq_packet_socket.hpp \
|
|
||||||
/usr/include/asio/basic_serial_port.hpp \
|
|
||||||
/usr/include/asio/serial_port_base.hpp /usr/include/termios.h \
|
|
||||||
/usr/include/x86_64-linux-gnu/bits/termios.h \
|
|
||||||
/usr/include/x86_64-linux-gnu/bits/termios-struct.h \
|
|
||||||
/usr/include/x86_64-linux-gnu/bits/termios-c_cc.h \
|
|
||||||
/usr/include/x86_64-linux-gnu/bits/termios-c_iflag.h \
|
|
||||||
/usr/include/x86_64-linux-gnu/bits/termios-c_oflag.h \
|
|
||||||
/usr/include/x86_64-linux-gnu/bits/termios-baud.h \
|
|
||||||
/usr/include/x86_64-linux-gnu/bits/termios-c_cflag.h \
|
|
||||||
/usr/include/x86_64-linux-gnu/bits/termios-c_lflag.h \
|
|
||||||
/usr/include/x86_64-linux-gnu/bits/termios-tcflow.h \
|
|
||||||
/usr/include/x86_64-linux-gnu/bits/termios-misc.h \
|
|
||||||
/usr/include/asio/impl/serial_port_base.hpp \
|
|
||||||
/usr/include/asio/impl/serial_port_base.ipp \
|
|
||||||
/usr/include/asio/detail/posix_serial_port_service.hpp \
|
|
||||||
/usr/include/asio/detail/impl/posix_serial_port_service.ipp \
|
|
||||||
/usr/include/asio/basic_signal_set.hpp \
|
|
||||||
/usr/include/asio/detail/signal_set_service.hpp \
|
|
||||||
/usr/include/asio/signal_set_base.hpp \
|
|
||||||
/usr/include/asio/detail/signal_handler.hpp \
|
|
||||||
/usr/include/asio/detail/signal_op.hpp \
|
|
||||||
/usr/include/asio/detail/impl/signal_set_service.ipp \
|
|
||||||
/usr/include/asio/detail/static_mutex.hpp \
|
|
||||||
/usr/include/asio/detail/posix_static_mutex.hpp \
|
|
||||||
/usr/include/asio/basic_socket.hpp \
|
|
||||||
/usr/include/asio/basic_socket_acceptor.hpp \
|
|
||||||
/usr/include/asio/basic_socket_iostream.hpp \
|
|
||||||
/usr/include/asio/basic_socket_streambuf.hpp \
|
|
||||||
/usr/include/asio/basic_stream_socket.hpp \
|
|
||||||
/usr/include/asio/steady_timer.hpp \
|
|
||||||
/usr/include/asio/basic_waitable_timer.hpp \
|
|
||||||
/usr/include/asio/detail/chrono_time_traits.hpp \
|
|
||||||
/usr/include/asio/detail/deadline_timer_service.hpp \
|
|
||||||
/usr/include/asio/detail/timer_queue.hpp \
|
|
||||||
/usr/include/asio/detail/date_time_fwd.hpp \
|
|
||||||
/usr/include/asio/detail/timer_queue_ptime.hpp \
|
|
||||||
/usr/include/asio/detail/timer_scheduler.hpp \
|
|
||||||
/usr/include/asio/detail/timer_scheduler_fwd.hpp \
|
|
||||||
/usr/include/asio/detail/wait_handler.hpp \
|
|
||||||
/usr/include/asio/wait_traits.hpp \
|
|
||||||
/usr/include/asio/basic_socket_streambuf.hpp \
|
|
||||||
/usr/include/asio/basic_stream_file.hpp \
|
|
||||||
/usr/include/asio/basic_stream_socket.hpp \
|
|
||||||
/usr/include/asio/basic_streambuf.hpp \
|
|
||||||
/usr/include/asio/basic_streambuf_fwd.hpp \
|
|
||||||
/usr/include/asio/basic_waitable_timer.hpp \
|
|
||||||
/usr/include/asio/basic_writable_pipe.hpp \
|
|
||||||
/usr/include/asio/bind_allocator.hpp \
|
|
||||||
/usr/include/asio/bind_cancellation_slot.hpp \
|
|
||||||
/usr/include/asio/bind_executor.hpp /usr/include/asio/uses_executor.hpp \
|
|
||||||
/usr/include/asio/bind_immediate_executor.hpp \
|
|
||||||
/usr/include/asio/buffer.hpp /usr/include/asio/buffer_registration.hpp \
|
|
||||||
/usr/include/asio/buffered_read_stream_fwd.hpp \
|
|
||||||
/usr/include/asio/buffered_read_stream.hpp \
|
|
||||||
/usr/include/asio/buffered_read_stream_fwd.hpp \
|
|
||||||
/usr/include/asio/detail/buffer_resize_guard.hpp \
|
|
||||||
/usr/include/asio/detail/buffered_stream_storage.hpp \
|
|
||||||
/usr/include/asio/impl/buffered_read_stream.hpp \
|
|
||||||
/usr/include/asio/buffered_stream_fwd.hpp \
|
|
||||||
/usr/include/asio/buffered_stream.hpp \
|
|
||||||
/usr/include/asio/buffered_read_stream.hpp \
|
|
||||||
/usr/include/asio/buffered_write_stream.hpp \
|
|
||||||
/usr/include/asio/buffered_write_stream_fwd.hpp \
|
|
||||||
/usr/include/asio/completion_condition.hpp /usr/include/asio/write.hpp \
|
|
||||||
/usr/include/asio/impl/write.hpp \
|
|
||||||
/usr/include/asio/detail/base_from_cancellation_state.hpp \
|
|
||||||
/usr/include/asio/detail/base_from_completion_cond.hpp \
|
|
||||||
/usr/include/asio/detail/consuming_buffers.hpp \
|
|
||||||
/usr/include/asio/detail/dependent_type.hpp \
|
|
||||||
/usr/include/asio/impl/buffered_write_stream.hpp \
|
|
||||||
/usr/include/asio/buffered_stream_fwd.hpp \
|
|
||||||
/usr/include/asio/buffered_write_stream_fwd.hpp \
|
|
||||||
/usr/include/asio/buffered_write_stream.hpp \
|
|
||||||
/usr/include/asio/buffers_iterator.hpp \
|
|
||||||
/usr/include/asio/cancellation_signal.hpp \
|
|
||||||
/usr/include/asio/cancellation_state.hpp \
|
|
||||||
/usr/include/asio/cancellation_type.hpp /usr/include/asio/co_spawn.hpp \
|
|
||||||
/usr/include/asio/completion_condition.hpp /usr/include/asio/compose.hpp \
|
|
||||||
/usr/include/asio/detail/composed_work.hpp /usr/include/asio/connect.hpp \
|
|
||||||
/usr/include/asio/impl/connect.hpp /usr/include/asio/connect_pipe.hpp \
|
|
||||||
/usr/include/asio/basic_readable_pipe.hpp \
|
|
||||||
/usr/include/asio/basic_writable_pipe.hpp \
|
|
||||||
/usr/include/asio/impl/connect_pipe.hpp \
|
|
||||||
/usr/include/asio/connect_pipe.hpp \
|
|
||||||
/usr/include/asio/impl/connect_pipe.ipp /usr/include/asio/consign.hpp \
|
|
||||||
/usr/include/asio/impl/consign.hpp /usr/include/asio/coroutine.hpp \
|
|
||||||
/usr/include/asio/deadline_timer.hpp /usr/include/asio/defer.hpp \
|
|
||||||
/usr/include/asio/detail/initiate_defer.hpp \
|
|
||||||
/usr/include/asio/deferred.hpp /usr/include/asio/impl/deferred.hpp \
|
|
||||||
/usr/include/asio/detached.hpp /usr/include/asio/impl/detached.hpp \
|
|
||||||
/usr/include/asio/dispatch.hpp /usr/include/asio/error.hpp \
|
|
||||||
/usr/include/asio/error_code.hpp /usr/include/asio/execution.hpp \
|
|
||||||
/usr/include/asio/execution/allocator.hpp \
|
|
||||||
/usr/include/asio/execution/any_executor.hpp \
|
|
||||||
/usr/include/asio/execution/blocking.hpp \
|
|
||||||
/usr/include/asio/execution/blocking_adaptation.hpp \
|
|
||||||
/usr/include/asio/execution/bulk_execute.hpp \
|
|
||||||
/usr/include/asio/execution/bulk_guarantee.hpp \
|
|
||||||
/usr/include/asio/execution/connect.hpp \
|
|
||||||
/usr/include/asio/execution/context.hpp \
|
|
||||||
/usr/include/asio/execution/context_as.hpp \
|
|
||||||
/usr/include/asio/execution/execute.hpp \
|
|
||||||
/usr/include/asio/execution/executor.hpp \
|
|
||||||
/usr/include/asio/execution/invocable_archetype.hpp \
|
|
||||||
/usr/include/asio/execution/mapping.hpp \
|
|
||||||
/usr/include/asio/execution/occupancy.hpp \
|
|
||||||
/usr/include/asio/execution/operation_state.hpp \
|
|
||||||
/usr/include/asio/execution/outstanding_work.hpp \
|
|
||||||
/usr/include/asio/execution/prefer_only.hpp \
|
|
||||||
/usr/include/asio/execution/receiver.hpp \
|
|
||||||
/usr/include/asio/execution/receiver_invocation_error.hpp \
|
|
||||||
/usr/include/asio/execution/relationship.hpp \
|
|
||||||
/usr/include/asio/execution/schedule.hpp \
|
|
||||||
/usr/include/asio/execution/scheduler.hpp \
|
|
||||||
/usr/include/asio/execution/sender.hpp \
|
|
||||||
/usr/include/asio/execution/set_done.hpp \
|
|
||||||
/usr/include/asio/execution/set_error.hpp \
|
|
||||||
/usr/include/asio/execution/set_value.hpp \
|
|
||||||
/usr/include/asio/execution/start.hpp \
|
|
||||||
/usr/include/asio/execution_context.hpp /usr/include/asio/executor.hpp \
|
|
||||||
/usr/include/asio/impl/executor.hpp /usr/include/asio/executor.hpp \
|
|
||||||
/usr/include/asio/impl/executor.ipp \
|
|
||||||
/usr/include/asio/executor_work_guard.hpp \
|
|
||||||
/usr/include/asio/file_base.hpp \
|
|
||||||
/usr/include/asio/generic/basic_endpoint.hpp \
|
|
||||||
/usr/include/asio/generic/detail/endpoint.hpp \
|
|
||||||
/usr/include/asio/generic/detail/impl/endpoint.ipp \
|
|
||||||
/usr/include/asio/generic/datagram_protocol.hpp \
|
|
||||||
/usr/include/asio/basic_datagram_socket.hpp \
|
|
||||||
/usr/include/asio/generic/basic_endpoint.hpp \
|
|
||||||
/usr/include/asio/generic/raw_protocol.hpp \
|
|
||||||
/usr/include/asio/basic_raw_socket.hpp \
|
|
||||||
/usr/include/asio/generic/seq_packet_protocol.hpp \
|
|
||||||
/usr/include/asio/basic_seq_packet_socket.hpp \
|
|
||||||
/usr/include/asio/generic/stream_protocol.hpp \
|
|
||||||
/usr/include/asio/basic_socket_iostream.hpp \
|
|
||||||
/usr/include/asio/handler_alloc_hook.hpp \
|
|
||||||
/usr/include/asio/handler_continuation_hook.hpp \
|
|
||||||
/usr/include/asio/handler_invoke_hook.hpp \
|
|
||||||
/usr/include/asio/high_resolution_timer.hpp \
|
|
||||||
/usr/include/asio/io_context.hpp /usr/include/asio/io_context_strand.hpp \
|
|
||||||
/usr/include/asio/detail/strand_service.hpp \
|
|
||||||
/usr/include/asio/detail/impl/strand_service.hpp \
|
|
||||||
/usr/include/asio/detail/impl/strand_service.ipp \
|
|
||||||
/usr/include/asio/io_service.hpp /usr/include/asio/io_service_strand.hpp \
|
|
||||||
/usr/include/asio/io_context_strand.hpp /usr/include/asio/ip/address.hpp \
|
|
||||||
/usr/include/asio/ip/address_v4.hpp /usr/include/asio/detail/array.hpp \
|
|
||||||
/usr/include/asio/detail/winsock_init.hpp \
|
|
||||||
/usr/include/asio/ip/impl/address_v4.hpp \
|
|
||||||
/usr/include/asio/ip/impl/address_v4.ipp \
|
|
||||||
/usr/include/asio/ip/address_v6.hpp \
|
|
||||||
/usr/include/asio/ip/impl/address_v6.hpp \
|
|
||||||
/usr/include/asio/ip/impl/address_v6.ipp \
|
|
||||||
/usr/include/asio/ip/bad_address_cast.hpp \
|
|
||||||
/usr/include/asio/ip/impl/address.hpp \
|
|
||||||
/usr/include/asio/ip/impl/address.ipp /usr/include/asio/ip/address.hpp \
|
|
||||||
/usr/include/asio/ip/address_v4.hpp \
|
|
||||||
/usr/include/asio/ip/address_v4_iterator.hpp \
|
|
||||||
/usr/include/asio/ip/address_v4_range.hpp \
|
|
||||||
/usr/include/asio/ip/address_v4_iterator.hpp \
|
|
||||||
/usr/include/asio/ip/address_v6.hpp \
|
|
||||||
/usr/include/asio/ip/address_v6_iterator.hpp \
|
|
||||||
/usr/include/asio/ip/address_v6_range.hpp \
|
|
||||||
/usr/include/asio/ip/address_v6_iterator.hpp \
|
|
||||||
/usr/include/asio/ip/network_v4.hpp \
|
|
||||||
/usr/include/asio/ip/address_v4_range.hpp \
|
|
||||||
/usr/include/asio/ip/impl/network_v4.hpp \
|
|
||||||
/usr/include/asio/ip/impl/network_v4.ipp \
|
|
||||||
/usr/include/asio/ip/network_v4.hpp /usr/include/asio/ip/network_v6.hpp \
|
|
||||||
/usr/include/asio/ip/address_v6_range.hpp \
|
|
||||||
/usr/include/asio/ip/impl/network_v6.hpp \
|
|
||||||
/usr/include/asio/ip/impl/network_v6.ipp \
|
|
||||||
/usr/include/asio/ip/network_v6.hpp \
|
|
||||||
/usr/include/asio/ip/bad_address_cast.hpp \
|
|
||||||
/usr/include/asio/ip/basic_endpoint.hpp \
|
|
||||||
/usr/include/asio/ip/detail/endpoint.hpp \
|
|
||||||
/usr/include/asio/ip/detail/impl/endpoint.ipp \
|
|
||||||
/usr/include/asio/ip/impl/basic_endpoint.hpp \
|
|
||||||
/usr/include/asio/ip/basic_resolver.hpp \
|
|
||||||
/usr/include/asio/ip/basic_resolver_iterator.hpp \
|
|
||||||
/usr/include/asio/ip/basic_resolver_entry.hpp \
|
|
||||||
/usr/include/asio/ip/basic_resolver_query.hpp \
|
|
||||||
/usr/include/asio/ip/resolver_query_base.hpp \
|
|
||||||
/usr/include/asio/ip/resolver_base.hpp \
|
|
||||||
/usr/include/asio/ip/basic_resolver_results.hpp \
|
|
||||||
/usr/include/asio/detail/resolver_service.hpp \
|
|
||||||
/usr/include/asio/detail/resolve_endpoint_op.hpp \
|
|
||||||
/usr/include/asio/detail/resolve_op.hpp \
|
|
||||||
/usr/include/asio/detail/resolve_query_op.hpp \
|
|
||||||
/usr/include/asio/detail/resolver_service_base.hpp \
|
|
||||||
/usr/include/asio/detail/impl/resolver_service_base.ipp \
|
|
||||||
/usr/include/asio/ip/basic_resolver_entry.hpp \
|
|
||||||
/usr/include/asio/ip/basic_resolver_iterator.hpp \
|
|
||||||
/usr/include/asio/ip/basic_resolver_query.hpp \
|
|
||||||
/usr/include/asio/ip/host_name.hpp \
|
|
||||||
/usr/include/asio/ip/impl/host_name.ipp \
|
|
||||||
/usr/include/asio/ip/host_name.hpp /usr/include/asio/ip/icmp.hpp \
|
|
||||||
/usr/include/asio/ip/basic_endpoint.hpp \
|
|
||||||
/usr/include/asio/ip/basic_resolver.hpp \
|
|
||||||
/usr/include/asio/ip/multicast.hpp \
|
|
||||||
/usr/include/asio/ip/detail/socket_option.hpp \
|
|
||||||
/usr/include/asio/ip/resolver_base.hpp \
|
|
||||||
/usr/include/asio/ip/resolver_query_base.hpp \
|
|
||||||
/usr/include/asio/ip/tcp.hpp /usr/include/asio/basic_socket_acceptor.hpp \
|
|
||||||
/usr/include/asio/ip/udp.hpp /usr/include/asio/ip/unicast.hpp \
|
|
||||||
/usr/include/asio/ip/v6_only.hpp \
|
|
||||||
/usr/include/asio/is_applicable_property.hpp \
|
|
||||||
/usr/include/asio/is_contiguous_iterator.hpp \
|
|
||||||
/usr/include/asio/is_executor.hpp /usr/include/asio/is_read_buffered.hpp \
|
|
||||||
/usr/include/asio/is_write_buffered.hpp \
|
|
||||||
/usr/include/asio/local/basic_endpoint.hpp \
|
|
||||||
/usr/include/asio/local/detail/endpoint.hpp \
|
|
||||||
/usr/include/asio/local/detail/impl/endpoint.ipp \
|
|
||||||
/usr/include/asio/local/connect_pair.hpp \
|
|
||||||
/usr/include/asio/local/basic_endpoint.hpp \
|
|
||||||
/usr/include/asio/local/datagram_protocol.hpp \
|
|
||||||
/usr/include/asio/local/seq_packet_protocol.hpp \
|
|
||||||
/usr/include/asio/local/stream_protocol.hpp \
|
|
||||||
/usr/include/asio/multiple_exceptions.hpp \
|
|
||||||
/usr/include/asio/packaged_task.hpp /usr/include/asio/detail/future.hpp \
|
|
||||||
/usr/include/c++/13/future /usr/include/c++/13/mutex \
|
|
||||||
/usr/include/c++/13/bits/std_mutex.h \
|
|
||||||
/usr/include/c++/13/bits/unique_lock.h \
|
|
||||||
/usr/include/c++/13/condition_variable \
|
|
||||||
/usr/include/c++/13/bits/atomic_futex.h \
|
|
||||||
/usr/include/c++/13/bits/std_thread.h /usr/include/asio/placeholders.hpp \
|
|
||||||
/usr/include/asio/posix/basic_descriptor.hpp \
|
|
||||||
/usr/include/asio/posix/basic_stream_descriptor.hpp \
|
|
||||||
/usr/include/asio/posix/basic_descriptor.hpp \
|
|
||||||
/usr/include/asio/posix/descriptor.hpp \
|
|
||||||
/usr/include/asio/posix/descriptor_base.hpp \
|
|
||||||
/usr/include/asio/posix/stream_descriptor.hpp \
|
|
||||||
/usr/include/asio/posix/basic_stream_descriptor.hpp \
|
|
||||||
/usr/include/asio/post.hpp /usr/include/asio/prefer.hpp \
|
|
||||||
/usr/include/asio/prepend.hpp /usr/include/asio/impl/prepend.hpp \
|
|
||||||
/usr/include/asio/query.hpp /usr/include/asio/random_access_file.hpp \
|
|
||||||
/usr/include/asio/read.hpp /usr/include/asio/impl/read.hpp \
|
|
||||||
/usr/include/asio/read_at.hpp /usr/include/asio/impl/read_at.hpp \
|
|
||||||
/usr/include/asio/read_until.hpp /usr/include/asio/detail/regex_fwd.hpp \
|
|
||||||
/usr/include/asio/impl/read_until.hpp \
|
|
||||||
/usr/include/asio/buffers_iterator.hpp \
|
|
||||||
/usr/include/asio/readable_pipe.hpp \
|
|
||||||
/usr/include/asio/recycling_allocator.hpp \
|
|
||||||
/usr/include/asio/redirect_error.hpp \
|
|
||||||
/usr/include/asio/impl/redirect_error.hpp \
|
|
||||||
/usr/include/asio/registered_buffer.hpp /usr/include/asio/require.hpp \
|
|
||||||
/usr/include/asio/require_concept.hpp \
|
|
||||||
/usr/include/asio/traits/require_concept_member.hpp \
|
|
||||||
/usr/include/asio/traits/require_concept_free.hpp \
|
|
||||||
/usr/include/asio/traits/static_require_concept.hpp \
|
|
||||||
/usr/include/asio/serial_port.hpp \
|
|
||||||
/usr/include/asio/basic_serial_port.hpp \
|
|
||||||
/usr/include/asio/serial_port_base.hpp /usr/include/asio/signal_set.hpp \
|
|
||||||
/usr/include/asio/basic_signal_set.hpp \
|
|
||||||
/usr/include/asio/signal_set_base.hpp /usr/include/asio/socket_base.hpp \
|
|
||||||
/usr/include/asio/static_thread_pool.hpp \
|
|
||||||
/usr/include/asio/thread_pool.hpp /usr/include/asio/impl/thread_pool.hpp \
|
|
||||||
/usr/include/asio/detail/blocking_executor_op.hpp \
|
|
||||||
/usr/include/asio/detail/bulk_executor_op.hpp \
|
|
||||||
/usr/include/asio/impl/thread_pool.ipp \
|
|
||||||
/usr/include/asio/steady_timer.hpp /usr/include/asio/strand.hpp \
|
|
||||||
/usr/include/asio/detail/strand_executor_service.hpp \
|
|
||||||
/usr/include/asio/detail/impl/strand_executor_service.hpp \
|
|
||||||
/usr/include/asio/defer.hpp \
|
|
||||||
/usr/include/asio/detail/impl/strand_executor_service.ipp \
|
|
||||||
/usr/include/asio/stream_file.hpp /usr/include/asio/streambuf.hpp \
|
|
||||||
/usr/include/asio/basic_streambuf.hpp \
|
|
||||||
/usr/include/asio/system_context.hpp /usr/include/asio/system_error.hpp \
|
|
||||||
/usr/include/asio/system_executor.hpp /usr/include/asio/system_timer.hpp \
|
|
||||||
/usr/include/asio/this_coro.hpp /usr/include/asio/thread.hpp \
|
|
||||||
/usr/include/asio/thread_pool.hpp /usr/include/asio/time_traits.hpp \
|
|
||||||
/usr/include/asio/use_awaitable.hpp /usr/include/asio/use_future.hpp \
|
|
||||||
/usr/include/asio/impl/use_future.hpp \
|
|
||||||
/usr/include/asio/packaged_task.hpp /usr/include/asio/uses_executor.hpp \
|
|
||||||
/usr/include/asio/version.hpp /usr/include/asio/wait_traits.hpp \
|
|
||||||
/usr/include/asio/windows/basic_object_handle.hpp \
|
|
||||||
/usr/include/asio/windows/basic_overlapped_handle.hpp \
|
|
||||||
/usr/include/asio/windows/basic_random_access_handle.hpp \
|
|
||||||
/usr/include/asio/windows/basic_overlapped_handle.hpp \
|
|
||||||
/usr/include/asio/windows/basic_stream_handle.hpp \
|
|
||||||
/usr/include/asio/windows/object_handle.hpp \
|
|
||||||
/usr/include/asio/windows/overlapped_handle.hpp \
|
|
||||||
/usr/include/asio/windows/overlapped_ptr.hpp \
|
|
||||||
/usr/include/asio/windows/random_access_handle.hpp \
|
|
||||||
/usr/include/asio/windows/stream_handle.hpp \
|
|
||||||
/usr/include/asio/writable_pipe.hpp /usr/include/asio/write.hpp \
|
|
||||||
/usr/include/asio/write_at.hpp /usr/include/asio/impl/write_at.hpp \
|
|
||||||
/usr/include/asio/version.hpp /usr/include/asio/ssl.hpp \
|
|
||||||
/usr/include/asio/ssl/context.hpp /usr/include/asio/ssl/context_base.hpp \
|
|
||||||
/usr/include/asio/ssl/detail/openssl_types.hpp \
|
|
||||||
/usr/include/openssl/conf.h /usr/include/openssl/macros.h \
|
|
||||||
/usr/include/x86_64-linux-gnu/openssl/opensslconf.h \
|
|
||||||
/usr/include/x86_64-linux-gnu/openssl/configuration.h \
|
|
||||||
/usr/include/openssl/opensslv.h /usr/include/openssl/bio.h \
|
|
||||||
/usr/include/openssl/e_os2.h /usr/include/openssl/crypto.h \
|
|
||||||
/usr/include/c++/13/stdlib.h /usr/include/openssl/safestack.h \
|
|
||||||
/usr/include/openssl/stack.h /usr/include/openssl/types.h \
|
|
||||||
/usr/include/openssl/cryptoerr.h /usr/include/openssl/symhacks.h \
|
|
||||||
/usr/include/openssl/cryptoerr_legacy.h /usr/include/openssl/core.h \
|
|
||||||
/usr/include/openssl/bioerr.h /usr/include/openssl/lhash.h \
|
|
||||||
/usr/include/openssl/conferr.h /usr/include/openssl/conftypes.h \
|
|
||||||
/usr/include/openssl/ssl.h /usr/include/openssl/comp.h \
|
|
||||||
/usr/include/openssl/comperr.h /usr/include/openssl/x509.h \
|
|
||||||
/usr/include/openssl/buffer.h /usr/include/openssl/buffererr.h \
|
|
||||||
/usr/include/openssl/evp.h /usr/include/openssl/core_dispatch.h \
|
|
||||||
/usr/include/openssl/evperr.h /usr/include/openssl/params.h \
|
|
||||||
/usr/include/openssl/bn.h /usr/include/openssl/bnerr.h \
|
|
||||||
/usr/include/openssl/objects.h /usr/include/openssl/obj_mac.h \
|
|
||||||
/usr/include/openssl/asn1.h /usr/include/openssl/asn1err.h \
|
|
||||||
/usr/include/openssl/objectserr.h /usr/include/openssl/ec.h \
|
|
||||||
/usr/include/openssl/ecerr.h /usr/include/openssl/rsa.h \
|
|
||||||
/usr/include/openssl/rsaerr.h /usr/include/openssl/dsa.h \
|
|
||||||
/usr/include/openssl/dh.h /usr/include/openssl/dherr.h \
|
|
||||||
/usr/include/openssl/dsaerr.h /usr/include/openssl/sha.h \
|
|
||||||
/usr/include/openssl/x509err.h /usr/include/openssl/x509_vfy.h \
|
|
||||||
/usr/include/openssl/pkcs7.h /usr/include/openssl/pkcs7err.h \
|
|
||||||
/usr/include/openssl/http.h /usr/include/openssl/pem.h \
|
|
||||||
/usr/include/openssl/pemerr.h /usr/include/openssl/hmac.h \
|
|
||||||
/usr/include/openssl/async.h /usr/include/openssl/asyncerr.h \
|
|
||||||
/usr/include/openssl/ct.h /usr/include/openssl/cterr.h \
|
|
||||||
/usr/include/openssl/sslerr.h /usr/include/openssl/sslerr_legacy.h \
|
|
||||||
/usr/include/openssl/prov_ssl.h /usr/include/openssl/ssl2.h \
|
|
||||||
/usr/include/openssl/ssl3.h /usr/include/openssl/tls1.h \
|
|
||||||
/usr/include/openssl/dtls1.h /usr/include/openssl/srtp.h \
|
|
||||||
/usr/include/openssl/engine.h /usr/include/openssl/rand.h \
|
|
||||||
/usr/include/openssl/randerr.h /usr/include/openssl/ui.h \
|
|
||||||
/usr/include/openssl/uierr.h /usr/include/openssl/err.h \
|
|
||||||
/usr/include/openssl/engineerr.h /usr/include/openssl/x509v3.h \
|
|
||||||
/usr/include/openssl/x509v3err.h \
|
|
||||||
/usr/include/asio/ssl/detail/openssl_init.hpp \
|
|
||||||
/usr/include/asio/ssl/detail/impl/openssl_init.ipp \
|
|
||||||
/usr/include/asio/ssl/detail/password_callback.hpp \
|
|
||||||
/usr/include/asio/ssl/detail/verify_callback.hpp \
|
|
||||||
/usr/include/asio/ssl/verify_context.hpp \
|
|
||||||
/usr/include/asio/ssl/verify_mode.hpp \
|
|
||||||
/usr/include/asio/ssl/impl/context.hpp \
|
|
||||||
/usr/include/asio/ssl/impl/context.ipp /usr/include/asio/ssl/error.hpp \
|
|
||||||
/usr/include/asio/ssl/impl/error.ipp \
|
|
||||||
/usr/include/asio/ssl/rfc2818_verification.hpp \
|
|
||||||
/usr/include/asio/ssl/impl/rfc2818_verification.ipp \
|
|
||||||
/usr/include/asio/ssl/host_name_verification.hpp \
|
|
||||||
/usr/include/asio/ssl/impl/host_name_verification.ipp \
|
|
||||||
/usr/include/asio/ssl/stream.hpp \
|
|
||||||
/usr/include/asio/ssl/detail/buffered_handshake_op.hpp \
|
|
||||||
/usr/include/asio/ssl/detail/engine.hpp \
|
|
||||||
/usr/include/asio/ssl/stream_base.hpp \
|
|
||||||
/usr/include/asio/ssl/detail/impl/engine.ipp \
|
|
||||||
/usr/include/asio/ssl/detail/handshake_op.hpp \
|
|
||||||
/usr/include/asio/ssl/detail/io.hpp \
|
|
||||||
/usr/include/asio/ssl/detail/stream_core.hpp \
|
|
||||||
/usr/include/asio/ssl/detail/read_op.hpp \
|
|
||||||
/usr/include/asio/ssl/detail/shutdown_op.hpp \
|
|
||||||
/usr/include/asio/ssl/detail/write_op.hpp /usr/include/crow/json.h \
|
|
||||||
/usr/include/c++/13/cfloat \
|
|
||||||
/usr/lib/gcc/x86_64-linux-gnu/13/include/float.h \
|
|
||||||
/usr/include/crow/returnable.h /usr/include/crow/logging.h \
|
|
||||||
/usr/include/crow/mustache.h /usr/include/c++/13/fstream \
|
|
||||||
/usr/include/x86_64-linux-gnu/c++/13/bits/basic_file.h \
|
|
||||||
/usr/include/x86_64-linux-gnu/c++/13/bits/c++io.h \
|
|
||||||
/usr/include/c++/13/bits/fstream.tcc /usr/include/crow/task_timer.h \
|
|
||||||
/usr/include/c++/13/map /usr/include/c++/13/bits/stl_tree.h \
|
|
||||||
/usr/include/c++/13/bits/stl_map.h \
|
|
||||||
/usr/include/c++/13/bits/stl_multimap.h /usr/include/crow/http_request.h \
|
|
||||||
/usr/include/crow/websocket.h /usr/include/crow/TinySHA1.hpp \
|
|
||||||
/usr/include/crow/parser.h /usr/include/crow/http_response.h \
|
|
||||||
/usr/include/crow/mime_types.h /usr/include/crow/multipart.h \
|
|
||||||
/usr/include/crow/exceptions.h /usr/include/crow/multipart_view.h \
|
|
||||||
/usr/include/c++/13/charconv /usr/include/crow/routing.h \
|
|
||||||
/usr/include/crow/middleware.h /usr/include/crow/middleware_context.h \
|
|
||||||
/usr/include/crow/compression.h /usr/include/zlib.h /usr/include/zconf.h \
|
|
||||||
/usr/include/crow/http_connection.h /usr/include/crow/http_server.h \
|
|
||||||
/usr/include/crow/version.h /usr/include/crow/app.h \
|
|
||||||
/usr/include/c++/13/thread /usr/include/c++/13/bits/this_thread_sleep.h
|
|
||||||
Binary file not shown.
@@ -1,3 +0,0 @@
|
|||||||
CMakeFiles/douwco_web.dir/src/parser.cpp.o: \
|
|
||||||
/home/douwe/Nextcloud/Projects/douwco.be/src/parser.cpp \
|
|
||||||
/usr/include/stdc-predef.h
|
|
||||||
Binary file not shown.
@@ -1,3 +0,0 @@
|
|||||||
CMakeFiles/douwco_web.dir/src/router.cpp.o: \
|
|
||||||
/home/douwe/Nextcloud/Projects/douwco.be/src/router.cpp \
|
|
||||||
/usr/include/stdc-predef.h
|
|
||||||
Binary file not shown.
@@ -1,942 +0,0 @@
|
|||||||
CMakeFiles/douwco_web.dir/src/server.cpp.o: \
|
|
||||||
/home/douwe/Nextcloud/Projects/douwco.be/src/server.cpp \
|
|
||||||
/usr/include/stdc-predef.h /usr/include/crow.h \
|
|
||||||
/usr/include/crow/query_string.h /usr/include/stdio.h \
|
|
||||||
/usr/include/x86_64-linux-gnu/bits/libc-header-start.h \
|
|
||||||
/usr/include/features.h /usr/include/features-time64.h \
|
|
||||||
/usr/include/x86_64-linux-gnu/bits/wordsize.h \
|
|
||||||
/usr/include/x86_64-linux-gnu/bits/timesize.h \
|
|
||||||
/usr/include/x86_64-linux-gnu/sys/cdefs.h \
|
|
||||||
/usr/include/x86_64-linux-gnu/bits/long-double.h \
|
|
||||||
/usr/include/x86_64-linux-gnu/gnu/stubs.h \
|
|
||||||
/usr/include/x86_64-linux-gnu/gnu/stubs-64.h \
|
|
||||||
/usr/lib/gcc/x86_64-linux-gnu/13/include/stddef.h \
|
|
||||||
/usr/lib/gcc/x86_64-linux-gnu/13/include/stdarg.h \
|
|
||||||
/usr/include/x86_64-linux-gnu/bits/types.h \
|
|
||||||
/usr/include/x86_64-linux-gnu/bits/typesizes.h \
|
|
||||||
/usr/include/x86_64-linux-gnu/bits/time64.h \
|
|
||||||
/usr/include/x86_64-linux-gnu/bits/types/__fpos_t.h \
|
|
||||||
/usr/include/x86_64-linux-gnu/bits/types/__mbstate_t.h \
|
|
||||||
/usr/include/x86_64-linux-gnu/bits/types/__fpos64_t.h \
|
|
||||||
/usr/include/x86_64-linux-gnu/bits/types/__FILE.h \
|
|
||||||
/usr/include/x86_64-linux-gnu/bits/types/FILE.h \
|
|
||||||
/usr/include/x86_64-linux-gnu/bits/types/struct_FILE.h \
|
|
||||||
/usr/include/x86_64-linux-gnu/bits/types/cookie_io_functions_t.h \
|
|
||||||
/usr/include/x86_64-linux-gnu/bits/stdio_lim.h \
|
|
||||||
/usr/include/x86_64-linux-gnu/bits/floatn.h \
|
|
||||||
/usr/include/x86_64-linux-gnu/bits/floatn-common.h /usr/include/string.h \
|
|
||||||
/usr/include/x86_64-linux-gnu/bits/types/locale_t.h \
|
|
||||||
/usr/include/x86_64-linux-gnu/bits/types/__locale_t.h \
|
|
||||||
/usr/include/strings.h /usr/include/c++/13/string \
|
|
||||||
/usr/include/c++/13/bits/requires_hosted.h \
|
|
||||||
/usr/include/x86_64-linux-gnu/c++/13/bits/c++config.h \
|
|
||||||
/usr/include/x86_64-linux-gnu/c++/13/bits/os_defines.h \
|
|
||||||
/usr/include/x86_64-linux-gnu/c++/13/bits/cpu_defines.h \
|
|
||||||
/usr/include/c++/13/pstl/pstl_config.h \
|
|
||||||
/usr/include/c++/13/bits/stringfwd.h \
|
|
||||||
/usr/include/c++/13/bits/memoryfwd.h \
|
|
||||||
/usr/include/c++/13/bits/char_traits.h \
|
|
||||||
/usr/include/c++/13/bits/postypes.h /usr/include/c++/13/cwchar \
|
|
||||||
/usr/include/wchar.h /usr/include/x86_64-linux-gnu/bits/wchar.h \
|
|
||||||
/usr/include/x86_64-linux-gnu/bits/types/wint_t.h \
|
|
||||||
/usr/include/x86_64-linux-gnu/bits/types/mbstate_t.h \
|
|
||||||
/usr/include/c++/13/type_traits /usr/include/c++/13/bits/allocator.h \
|
|
||||||
/usr/include/x86_64-linux-gnu/c++/13/bits/c++allocator.h \
|
|
||||||
/usr/include/c++/13/bits/new_allocator.h /usr/include/c++/13/new \
|
|
||||||
/usr/include/c++/13/bits/exception.h \
|
|
||||||
/usr/include/c++/13/bits/functexcept.h \
|
|
||||||
/usr/include/c++/13/bits/exception_defines.h \
|
|
||||||
/usr/include/c++/13/bits/move.h \
|
|
||||||
/usr/include/c++/13/bits/cpp_type_traits.h \
|
|
||||||
/usr/include/c++/13/bits/localefwd.h \
|
|
||||||
/usr/include/x86_64-linux-gnu/c++/13/bits/c++locale.h \
|
|
||||||
/usr/include/c++/13/clocale /usr/include/locale.h \
|
|
||||||
/usr/include/x86_64-linux-gnu/bits/locale.h /usr/include/c++/13/iosfwd \
|
|
||||||
/usr/include/c++/13/cctype /usr/include/ctype.h \
|
|
||||||
/usr/include/x86_64-linux-gnu/bits/endian.h \
|
|
||||||
/usr/include/x86_64-linux-gnu/bits/endianness.h \
|
|
||||||
/usr/include/c++/13/bits/ostream_insert.h \
|
|
||||||
/usr/include/c++/13/bits/cxxabi_forced.h \
|
|
||||||
/usr/include/c++/13/bits/stl_iterator_base_funcs.h \
|
|
||||||
/usr/include/c++/13/bits/concept_check.h \
|
|
||||||
/usr/include/c++/13/debug/assertions.h \
|
|
||||||
/usr/include/c++/13/bits/stl_iterator_base_types.h \
|
|
||||||
/usr/include/c++/13/bits/stl_iterator.h \
|
|
||||||
/usr/include/c++/13/ext/type_traits.h \
|
|
||||||
/usr/include/c++/13/bits/ptr_traits.h \
|
|
||||||
/usr/include/c++/13/bits/stl_function.h \
|
|
||||||
/usr/include/c++/13/backward/binders.h \
|
|
||||||
/usr/include/c++/13/ext/numeric_traits.h \
|
|
||||||
/usr/include/c++/13/bits/stl_algobase.h \
|
|
||||||
/usr/include/c++/13/bits/stl_pair.h /usr/include/c++/13/bits/utility.h \
|
|
||||||
/usr/include/c++/13/debug/debug.h \
|
|
||||||
/usr/include/c++/13/bits/predefined_ops.h /usr/include/c++/13/bit \
|
|
||||||
/usr/include/c++/13/bits/refwrap.h /usr/include/c++/13/bits/invoke.h \
|
|
||||||
/usr/include/c++/13/bits/range_access.h \
|
|
||||||
/usr/include/c++/13/initializer_list \
|
|
||||||
/usr/include/c++/13/bits/basic_string.h \
|
|
||||||
/usr/include/c++/13/ext/alloc_traits.h \
|
|
||||||
/usr/include/c++/13/bits/alloc_traits.h \
|
|
||||||
/usr/include/c++/13/bits/stl_construct.h /usr/include/c++/13/string_view \
|
|
||||||
/usr/include/c++/13/bits/functional_hash.h \
|
|
||||||
/usr/include/c++/13/bits/hash_bytes.h \
|
|
||||||
/usr/include/c++/13/bits/string_view.tcc \
|
|
||||||
/usr/include/c++/13/ext/string_conversions.h /usr/include/c++/13/cstdlib \
|
|
||||||
/usr/include/stdlib.h /usr/include/x86_64-linux-gnu/bits/waitflags.h \
|
|
||||||
/usr/include/x86_64-linux-gnu/bits/waitstatus.h \
|
|
||||||
/usr/include/x86_64-linux-gnu/sys/types.h \
|
|
||||||
/usr/include/x86_64-linux-gnu/bits/types/clock_t.h \
|
|
||||||
/usr/include/x86_64-linux-gnu/bits/types/clockid_t.h \
|
|
||||||
/usr/include/x86_64-linux-gnu/bits/types/time_t.h \
|
|
||||||
/usr/include/x86_64-linux-gnu/bits/types/timer_t.h \
|
|
||||||
/usr/include/x86_64-linux-gnu/bits/stdint-intn.h /usr/include/endian.h \
|
|
||||||
/usr/include/x86_64-linux-gnu/bits/byteswap.h \
|
|
||||||
/usr/include/x86_64-linux-gnu/bits/uintn-identity.h \
|
|
||||||
/usr/include/x86_64-linux-gnu/sys/select.h \
|
|
||||||
/usr/include/x86_64-linux-gnu/bits/select.h \
|
|
||||||
/usr/include/x86_64-linux-gnu/bits/types/sigset_t.h \
|
|
||||||
/usr/include/x86_64-linux-gnu/bits/types/__sigset_t.h \
|
|
||||||
/usr/include/x86_64-linux-gnu/bits/types/struct_timeval.h \
|
|
||||||
/usr/include/x86_64-linux-gnu/bits/types/struct_timespec.h \
|
|
||||||
/usr/include/x86_64-linux-gnu/bits/pthreadtypes.h \
|
|
||||||
/usr/include/x86_64-linux-gnu/bits/thread-shared-types.h \
|
|
||||||
/usr/include/x86_64-linux-gnu/bits/pthreadtypes-arch.h \
|
|
||||||
/usr/include/x86_64-linux-gnu/bits/atomic_wide_counter.h \
|
|
||||||
/usr/include/x86_64-linux-gnu/bits/struct_mutex.h \
|
|
||||||
/usr/include/x86_64-linux-gnu/bits/struct_rwlock.h /usr/include/alloca.h \
|
|
||||||
/usr/include/x86_64-linux-gnu/bits/stdlib-float.h \
|
|
||||||
/usr/include/c++/13/bits/std_abs.h /usr/include/c++/13/cstdio \
|
|
||||||
/usr/include/c++/13/cerrno /usr/include/errno.h \
|
|
||||||
/usr/include/x86_64-linux-gnu/bits/errno.h /usr/include/linux/errno.h \
|
|
||||||
/usr/include/x86_64-linux-gnu/asm/errno.h \
|
|
||||||
/usr/include/asm-generic/errno.h /usr/include/asm-generic/errno-base.h \
|
|
||||||
/usr/include/x86_64-linux-gnu/bits/types/error_t.h \
|
|
||||||
/usr/include/c++/13/bits/charconv.h \
|
|
||||||
/usr/include/c++/13/bits/basic_string.tcc \
|
|
||||||
/usr/include/c++/13/bits/memory_resource.h /usr/include/c++/13/cstddef \
|
|
||||||
/usr/include/c++/13/bits/uses_allocator.h \
|
|
||||||
/usr/include/c++/13/bits/uses_allocator_args.h /usr/include/c++/13/tuple \
|
|
||||||
/usr/include/c++/13/vector /usr/include/c++/13/bits/stl_uninitialized.h \
|
|
||||||
/usr/include/c++/13/bits/stl_vector.h \
|
|
||||||
/usr/include/c++/13/bits/stl_bvector.h \
|
|
||||||
/usr/include/c++/13/bits/vector.tcc /usr/include/c++/13/unordered_map \
|
|
||||||
/usr/include/c++/13/bits/unordered_map.h \
|
|
||||||
/usr/include/c++/13/bits/hashtable.h \
|
|
||||||
/usr/include/c++/13/bits/hashtable_policy.h \
|
|
||||||
/usr/include/c++/13/ext/aligned_buffer.h \
|
|
||||||
/usr/include/c++/13/bits/enable_special_members.h \
|
|
||||||
/usr/include/c++/13/bits/node_handle.h \
|
|
||||||
/usr/include/c++/13/bits/erase_if.h /usr/include/c++/13/iostream \
|
|
||||||
/usr/include/c++/13/ostream /usr/include/c++/13/ios \
|
|
||||||
/usr/include/c++/13/exception /usr/include/c++/13/bits/exception_ptr.h \
|
|
||||||
/usr/include/c++/13/bits/cxxabi_init_exception.h \
|
|
||||||
/usr/include/c++/13/typeinfo /usr/include/c++/13/bits/nested_exception.h \
|
|
||||||
/usr/include/c++/13/bits/ios_base.h /usr/include/c++/13/ext/atomicity.h \
|
|
||||||
/usr/include/x86_64-linux-gnu/c++/13/bits/gthr.h \
|
|
||||||
/usr/include/x86_64-linux-gnu/c++/13/bits/gthr-default.h \
|
|
||||||
/usr/include/pthread.h /usr/include/sched.h \
|
|
||||||
/usr/include/x86_64-linux-gnu/bits/sched.h \
|
|
||||||
/usr/include/x86_64-linux-gnu/bits/types/struct_sched_param.h \
|
|
||||||
/usr/include/x86_64-linux-gnu/bits/cpu-set.h /usr/include/time.h \
|
|
||||||
/usr/include/x86_64-linux-gnu/bits/time.h \
|
|
||||||
/usr/include/x86_64-linux-gnu/bits/timex.h \
|
|
||||||
/usr/include/x86_64-linux-gnu/bits/types/struct_tm.h \
|
|
||||||
/usr/include/x86_64-linux-gnu/bits/types/struct_itimerspec.h \
|
|
||||||
/usr/include/x86_64-linux-gnu/bits/setjmp.h \
|
|
||||||
/usr/include/x86_64-linux-gnu/bits/types/struct___jmp_buf_tag.h \
|
|
||||||
/usr/include/x86_64-linux-gnu/bits/pthread_stack_min-dynamic.h \
|
|
||||||
/usr/include/x86_64-linux-gnu/c++/13/bits/atomic_word.h \
|
|
||||||
/usr/include/x86_64-linux-gnu/sys/single_threaded.h \
|
|
||||||
/usr/include/c++/13/bits/locale_classes.h \
|
|
||||||
/usr/include/c++/13/bits/locale_classes.tcc \
|
|
||||||
/usr/include/c++/13/system_error \
|
|
||||||
/usr/include/x86_64-linux-gnu/c++/13/bits/error_constants.h \
|
|
||||||
/usr/include/c++/13/stdexcept /usr/include/c++/13/streambuf \
|
|
||||||
/usr/include/c++/13/bits/streambuf.tcc \
|
|
||||||
/usr/include/c++/13/bits/basic_ios.h \
|
|
||||||
/usr/include/c++/13/bits/locale_facets.h /usr/include/c++/13/cwctype \
|
|
||||||
/usr/include/wctype.h /usr/include/x86_64-linux-gnu/bits/wctype-wchar.h \
|
|
||||||
/usr/include/x86_64-linux-gnu/c++/13/bits/ctype_base.h \
|
|
||||||
/usr/include/c++/13/bits/streambuf_iterator.h \
|
|
||||||
/usr/include/x86_64-linux-gnu/c++/13/bits/ctype_inline.h \
|
|
||||||
/usr/include/c++/13/bits/locale_facets.tcc \
|
|
||||||
/usr/include/c++/13/bits/basic_ios.tcc \
|
|
||||||
/usr/include/c++/13/bits/ostream.tcc /usr/include/c++/13/istream \
|
|
||||||
/usr/include/c++/13/bits/istream.tcc /usr/include/c++/13/memory \
|
|
||||||
/usr/include/c++/13/bits/stl_tempbuf.h \
|
|
||||||
/usr/include/c++/13/bits/stl_raw_storage_iter.h \
|
|
||||||
/usr/include/c++/13/bits/align.h \
|
|
||||||
/usr/lib/gcc/x86_64-linux-gnu/13/include/stdint.h /usr/include/stdint.h \
|
|
||||||
/usr/include/x86_64-linux-gnu/bits/stdint-uintn.h \
|
|
||||||
/usr/include/x86_64-linux-gnu/bits/stdint-least.h \
|
|
||||||
/usr/include/c++/13/bits/unique_ptr.h \
|
|
||||||
/usr/include/c++/13/bits/shared_ptr.h \
|
|
||||||
/usr/include/c++/13/bits/shared_ptr_base.h \
|
|
||||||
/usr/include/c++/13/bits/allocated_ptr.h \
|
|
||||||
/usr/include/c++/13/ext/concurrence.h \
|
|
||||||
/usr/include/c++/13/bits/shared_ptr_atomic.h \
|
|
||||||
/usr/include/c++/13/bits/atomic_base.h \
|
|
||||||
/usr/include/c++/13/bits/atomic_lockfree_defines.h \
|
|
||||||
/usr/include/c++/13/backward/auto_ptr.h \
|
|
||||||
/usr/include/c++/13/pstl/glue_memory_defs.h \
|
|
||||||
/usr/include/c++/13/pstl/execution_defs.h \
|
|
||||||
/usr/include/crow/http_parser_merged.h /usr/include/assert.h \
|
|
||||||
/usr/lib/gcc/x86_64-linux-gnu/13/include/limits.h \
|
|
||||||
/usr/lib/gcc/x86_64-linux-gnu/13/include/syslimits.h \
|
|
||||||
/usr/include/limits.h /usr/include/x86_64-linux-gnu/bits/posix1_lim.h \
|
|
||||||
/usr/include/x86_64-linux-gnu/bits/local_lim.h \
|
|
||||||
/usr/include/linux/limits.h \
|
|
||||||
/usr/include/x86_64-linux-gnu/bits/posix2_lim.h \
|
|
||||||
/usr/include/x86_64-linux-gnu/bits/xopen_lim.h \
|
|
||||||
/usr/include/x86_64-linux-gnu/bits/uio_lim.h /usr/include/crow/common.h \
|
|
||||||
/usr/include/crow/utility.h /usr/include/c++/13/cstdint \
|
|
||||||
/usr/include/c++/13/cstring /usr/include/c++/13/functional \
|
|
||||||
/usr/include/c++/13/bits/std_function.h /usr/include/c++/13/array \
|
|
||||||
/usr/include/c++/13/compare /usr/include/c++/13/bits/stl_algo.h \
|
|
||||||
/usr/include/c++/13/bits/algorithmfwd.h \
|
|
||||||
/usr/include/c++/13/bits/stl_heap.h \
|
|
||||||
/usr/include/c++/13/bits/uniform_int_dist.h /usr/include/c++/13/sstream \
|
|
||||||
/usr/include/c++/13/bits/sstream.tcc /usr/include/c++/13/random \
|
|
||||||
/usr/include/c++/13/cmath /usr/include/math.h \
|
|
||||||
/usr/include/x86_64-linux-gnu/bits/math-vector.h \
|
|
||||||
/usr/include/x86_64-linux-gnu/bits/libm-simd-decl-stubs.h \
|
|
||||||
/usr/include/x86_64-linux-gnu/bits/flt-eval-method.h \
|
|
||||||
/usr/include/x86_64-linux-gnu/bits/fp-logb.h \
|
|
||||||
/usr/include/x86_64-linux-gnu/bits/fp-fast.h \
|
|
||||||
/usr/include/x86_64-linux-gnu/bits/mathcalls-helper-functions.h \
|
|
||||||
/usr/include/x86_64-linux-gnu/bits/mathcalls.h \
|
|
||||||
/usr/include/x86_64-linux-gnu/bits/mathcalls-narrow.h \
|
|
||||||
/usr/include/x86_64-linux-gnu/bits/iscanonical.h \
|
|
||||||
/usr/include/c++/13/bits/specfun.h /usr/include/c++/13/limits \
|
|
||||||
/usr/include/c++/13/tr1/gamma.tcc \
|
|
||||||
/usr/include/c++/13/tr1/special_function_util.h \
|
|
||||||
/usr/include/c++/13/tr1/bessel_function.tcc \
|
|
||||||
/usr/include/c++/13/tr1/beta_function.tcc \
|
|
||||||
/usr/include/c++/13/tr1/ell_integral.tcc \
|
|
||||||
/usr/include/c++/13/tr1/exp_integral.tcc \
|
|
||||||
/usr/include/c++/13/tr1/hypergeometric.tcc \
|
|
||||||
/usr/include/c++/13/tr1/legendre_function.tcc \
|
|
||||||
/usr/include/c++/13/tr1/modified_bessel_func.tcc \
|
|
||||||
/usr/include/c++/13/tr1/poly_hermite.tcc \
|
|
||||||
/usr/include/c++/13/tr1/poly_laguerre.tcc \
|
|
||||||
/usr/include/c++/13/tr1/riemann_zeta.tcc \
|
|
||||||
/usr/include/c++/13/bits/random.h \
|
|
||||||
/usr/include/x86_64-linux-gnu/c++/13/bits/opt_random.h \
|
|
||||||
/usr/include/c++/13/bits/random.tcc /usr/include/c++/13/numeric \
|
|
||||||
/usr/include/c++/13/bits/stl_numeric.h \
|
|
||||||
/usr/include/c++/13/pstl/glue_numeric_defs.h \
|
|
||||||
/usr/include/c++/13/algorithm \
|
|
||||||
/usr/include/c++/13/pstl/glue_algorithm_defs.h \
|
|
||||||
/usr/include/crow/settings.h /usr/include/c++/13/filesystem \
|
|
||||||
/usr/include/c++/13/bits/fs_fwd.h /usr/include/c++/13/bits/chrono.h \
|
|
||||||
/usr/include/c++/13/ratio /usr/include/c++/13/ctime \
|
|
||||||
/usr/include/c++/13/bits/parse_numbers.h \
|
|
||||||
/usr/include/c++/13/bits/fs_path.h /usr/include/c++/13/locale \
|
|
||||||
/usr/include/c++/13/bits/locale_facets_nonio.h \
|
|
||||||
/usr/include/x86_64-linux-gnu/c++/13/bits/time_members.h \
|
|
||||||
/usr/include/x86_64-linux-gnu/c++/13/bits/messages_members.h \
|
|
||||||
/usr/include/libintl.h /usr/include/c++/13/bits/codecvt.h \
|
|
||||||
/usr/include/c++/13/bits/locale_facets_nonio.tcc \
|
|
||||||
/usr/include/c++/13/bits/locale_conv.h /usr/include/c++/13/iomanip \
|
|
||||||
/usr/include/c++/13/bits/quoted_string.h /usr/include/c++/13/codecvt \
|
|
||||||
/usr/include/c++/13/bits/fs_dir.h /usr/include/c++/13/bits/fs_ops.h \
|
|
||||||
/usr/include/crow/ci_map.h /usr/include/crow/TinySHA1.hpp \
|
|
||||||
/usr/include/crow/socket_adaptors.h /usr/include/asio.hpp \
|
|
||||||
/usr/include/asio/any_completion_executor.hpp \
|
|
||||||
/usr/include/asio/detail/config.hpp /usr/include/c++/13/version \
|
|
||||||
/usr/include/unistd.h /usr/include/x86_64-linux-gnu/bits/posix_opt.h \
|
|
||||||
/usr/include/x86_64-linux-gnu/bits/environments.h \
|
|
||||||
/usr/include/x86_64-linux-gnu/bits/confname.h \
|
|
||||||
/usr/include/x86_64-linux-gnu/bits/getopt_posix.h \
|
|
||||||
/usr/include/x86_64-linux-gnu/bits/getopt_core.h \
|
|
||||||
/usr/include/x86_64-linux-gnu/bits/unistd_ext.h \
|
|
||||||
/usr/include/linux/close_range.h /usr/include/linux/version.h \
|
|
||||||
/usr/include/asio/execution.hpp \
|
|
||||||
/usr/include/asio/execution/allocator.hpp \
|
|
||||||
/usr/include/asio/detail/type_traits.hpp \
|
|
||||||
/usr/include/asio/execution/executor.hpp \
|
|
||||||
/usr/include/asio/execution/invocable_archetype.hpp \
|
|
||||||
/usr/include/asio/detail/variadic_templates.hpp \
|
|
||||||
/usr/include/asio/detail/push_options.hpp \
|
|
||||||
/usr/include/asio/detail/pop_options.hpp \
|
|
||||||
/usr/include/asio/traits/equality_comparable.hpp \
|
|
||||||
/usr/include/asio/traits/execute_member.hpp \
|
|
||||||
/usr/include/asio/execution/execute.hpp \
|
|
||||||
/usr/include/asio/execution/detail/as_invocable.hpp \
|
|
||||||
/usr/include/asio/detail/atomic_count.hpp /usr/include/c++/13/atomic \
|
|
||||||
/usr/include/asio/detail/memory.hpp /usr/include/asio/detail/cstdint.hpp \
|
|
||||||
/usr/include/asio/detail/throw_exception.hpp \
|
|
||||||
/usr/include/asio/execution/receiver_invocation_error.hpp \
|
|
||||||
/usr/include/asio/execution/impl/receiver_invocation_error.ipp \
|
|
||||||
/usr/include/asio/execution/set_done.hpp \
|
|
||||||
/usr/include/asio/traits/set_done_member.hpp \
|
|
||||||
/usr/include/asio/traits/set_done_free.hpp \
|
|
||||||
/usr/include/asio/execution/set_error.hpp \
|
|
||||||
/usr/include/asio/traits/set_error_member.hpp \
|
|
||||||
/usr/include/asio/traits/set_error_free.hpp \
|
|
||||||
/usr/include/asio/execution/set_value.hpp \
|
|
||||||
/usr/include/asio/traits/set_value_member.hpp \
|
|
||||||
/usr/include/asio/traits/set_value_free.hpp \
|
|
||||||
/usr/include/asio/execution/detail/as_receiver.hpp \
|
|
||||||
/usr/include/asio/traits/execute_free.hpp \
|
|
||||||
/usr/include/asio/execution/scheduler.hpp \
|
|
||||||
/usr/include/asio/execution/schedule.hpp \
|
|
||||||
/usr/include/asio/traits/schedule_member.hpp \
|
|
||||||
/usr/include/asio/traits/schedule_free.hpp \
|
|
||||||
/usr/include/asio/execution/sender.hpp \
|
|
||||||
/usr/include/asio/execution/detail/void_receiver.hpp \
|
|
||||||
/usr/include/asio/execution/receiver.hpp \
|
|
||||||
/usr/include/asio/execution/connect.hpp \
|
|
||||||
/usr/include/asio/execution/detail/as_operation.hpp \
|
|
||||||
/usr/include/asio/traits/start_member.hpp \
|
|
||||||
/usr/include/asio/execution/operation_state.hpp \
|
|
||||||
/usr/include/asio/execution/start.hpp \
|
|
||||||
/usr/include/asio/traits/start_free.hpp \
|
|
||||||
/usr/include/asio/traits/connect_member.hpp \
|
|
||||||
/usr/include/asio/traits/connect_free.hpp \
|
|
||||||
/usr/include/asio/is_applicable_property.hpp \
|
|
||||||
/usr/include/asio/traits/query_static_constexpr_member.hpp \
|
|
||||||
/usr/include/asio/traits/static_query.hpp \
|
|
||||||
/usr/include/asio/execution/any_executor.hpp \
|
|
||||||
/usr/include/asio/detail/assert.hpp /usr/include/c++/13/cassert \
|
|
||||||
/usr/include/asio/detail/cstddef.hpp \
|
|
||||||
/usr/include/asio/detail/executor_function.hpp \
|
|
||||||
/usr/include/asio/detail/handler_alloc_helpers.hpp \
|
|
||||||
/usr/include/asio/detail/noncopyable.hpp \
|
|
||||||
/usr/include/asio/detail/recycling_allocator.hpp \
|
|
||||||
/usr/include/asio/detail/thread_context.hpp /usr/include/c++/13/climits \
|
|
||||||
/usr/include/asio/detail/call_stack.hpp \
|
|
||||||
/usr/include/asio/detail/tss_ptr.hpp \
|
|
||||||
/usr/include/asio/detail/keyword_tss_ptr.hpp \
|
|
||||||
/usr/include/asio/detail/impl/thread_context.ipp \
|
|
||||||
/usr/include/asio/detail/thread_info_base.hpp \
|
|
||||||
/usr/include/asio/multiple_exceptions.hpp \
|
|
||||||
/usr/include/asio/impl/multiple_exceptions.ipp \
|
|
||||||
/usr/include/asio/associated_allocator.hpp \
|
|
||||||
/usr/include/asio/associator.hpp /usr/include/asio/detail/functional.hpp \
|
|
||||||
/usr/include/asio/handler_alloc_hook.hpp \
|
|
||||||
/usr/include/asio/impl/handler_alloc_hook.ipp \
|
|
||||||
/usr/include/asio/detail/handler_invoke_helpers.hpp \
|
|
||||||
/usr/include/asio/handler_invoke_hook.hpp \
|
|
||||||
/usr/include/asio/detail/non_const_lvalue.hpp \
|
|
||||||
/usr/include/asio/detail/scoped_ptr.hpp \
|
|
||||||
/usr/include/asio/execution/bad_executor.hpp \
|
|
||||||
/usr/include/asio/execution/impl/bad_executor.ipp \
|
|
||||||
/usr/include/asio/execution/blocking.hpp /usr/include/asio/prefer.hpp \
|
|
||||||
/usr/include/asio/traits/prefer_free.hpp \
|
|
||||||
/usr/include/asio/traits/prefer_member.hpp \
|
|
||||||
/usr/include/asio/traits/require_free.hpp \
|
|
||||||
/usr/include/asio/traits/require_member.hpp \
|
|
||||||
/usr/include/asio/traits/static_require.hpp /usr/include/asio/query.hpp \
|
|
||||||
/usr/include/asio/traits/query_member.hpp \
|
|
||||||
/usr/include/asio/traits/query_free.hpp /usr/include/asio/require.hpp \
|
|
||||||
/usr/include/asio/execution/blocking_adaptation.hpp \
|
|
||||||
/usr/include/asio/detail/event.hpp \
|
|
||||||
/usr/include/asio/detail/posix_event.hpp \
|
|
||||||
/usr/include/asio/detail/impl/posix_event.ipp \
|
|
||||||
/usr/include/asio/detail/throw_error.hpp \
|
|
||||||
/usr/include/asio/error_code.hpp /usr/include/asio/impl/error_code.ipp \
|
|
||||||
/usr/include/asio/detail/local_free_on_block_exit.hpp \
|
|
||||||
/usr/include/asio/detail/socket_types.hpp \
|
|
||||||
/usr/include/x86_64-linux-gnu/sys/ioctl.h \
|
|
||||||
/usr/include/x86_64-linux-gnu/bits/ioctls.h \
|
|
||||||
/usr/include/x86_64-linux-gnu/asm/ioctls.h \
|
|
||||||
/usr/include/asm-generic/ioctls.h /usr/include/linux/ioctl.h \
|
|
||||||
/usr/include/x86_64-linux-gnu/asm/ioctl.h \
|
|
||||||
/usr/include/asm-generic/ioctl.h \
|
|
||||||
/usr/include/x86_64-linux-gnu/bits/ioctl-types.h \
|
|
||||||
/usr/include/x86_64-linux-gnu/sys/ttydefaults.h /usr/include/poll.h \
|
|
||||||
/usr/include/x86_64-linux-gnu/sys/poll.h \
|
|
||||||
/usr/include/x86_64-linux-gnu/bits/poll.h \
|
|
||||||
/usr/include/x86_64-linux-gnu/sys/stat.h \
|
|
||||||
/usr/include/x86_64-linux-gnu/bits/stat.h \
|
|
||||||
/usr/include/x86_64-linux-gnu/bits/struct_stat.h \
|
|
||||||
/usr/include/x86_64-linux-gnu/bits/statx.h /usr/include/linux/stat.h \
|
|
||||||
/usr/include/linux/types.h /usr/include/x86_64-linux-gnu/asm/types.h \
|
|
||||||
/usr/include/asm-generic/types.h /usr/include/asm-generic/int-ll64.h \
|
|
||||||
/usr/include/x86_64-linux-gnu/asm/bitsperlong.h \
|
|
||||||
/usr/include/asm-generic/bitsperlong.h /usr/include/linux/posix_types.h \
|
|
||||||
/usr/include/linux/stddef.h \
|
|
||||||
/usr/include/x86_64-linux-gnu/asm/posix_types.h \
|
|
||||||
/usr/include/x86_64-linux-gnu/asm/posix_types_64.h \
|
|
||||||
/usr/include/asm-generic/posix_types.h \
|
|
||||||
/usr/include/x86_64-linux-gnu/bits/statx-generic.h \
|
|
||||||
/usr/include/x86_64-linux-gnu/bits/types/struct_statx_timestamp.h \
|
|
||||||
/usr/include/x86_64-linux-gnu/bits/types/struct_statx.h \
|
|
||||||
/usr/include/fcntl.h /usr/include/x86_64-linux-gnu/bits/fcntl.h \
|
|
||||||
/usr/include/x86_64-linux-gnu/bits/fcntl-linux.h \
|
|
||||||
/usr/include/x86_64-linux-gnu/bits/types/struct_iovec.h \
|
|
||||||
/usr/include/linux/falloc.h /usr/include/x86_64-linux-gnu/sys/socket.h \
|
|
||||||
/usr/include/x86_64-linux-gnu/bits/socket.h \
|
|
||||||
/usr/include/x86_64-linux-gnu/bits/socket_type.h \
|
|
||||||
/usr/include/x86_64-linux-gnu/bits/sockaddr.h \
|
|
||||||
/usr/include/x86_64-linux-gnu/asm/socket.h \
|
|
||||||
/usr/include/asm-generic/socket.h \
|
|
||||||
/usr/include/x86_64-linux-gnu/asm/sockios.h \
|
|
||||||
/usr/include/asm-generic/sockios.h \
|
|
||||||
/usr/include/x86_64-linux-gnu/bits/types/struct_osockaddr.h \
|
|
||||||
/usr/include/x86_64-linux-gnu/sys/uio.h \
|
|
||||||
/usr/include/x86_64-linux-gnu/bits/uio-ext.h \
|
|
||||||
/usr/include/x86_64-linux-gnu/sys/un.h /usr/include/netinet/in.h \
|
|
||||||
/usr/include/x86_64-linux-gnu/bits/in.h /usr/include/netinet/tcp.h \
|
|
||||||
/usr/include/arpa/inet.h /usr/include/netdb.h /usr/include/rpc/netdb.h \
|
|
||||||
/usr/include/x86_64-linux-gnu/bits/types/sigevent_t.h \
|
|
||||||
/usr/include/x86_64-linux-gnu/bits/types/__sigval_t.h \
|
|
||||||
/usr/include/x86_64-linux-gnu/bits/netdb.h /usr/include/net/if.h \
|
|
||||||
/usr/include/signal.h \
|
|
||||||
/usr/include/x86_64-linux-gnu/bits/signum-generic.h \
|
|
||||||
/usr/include/x86_64-linux-gnu/bits/signum-arch.h \
|
|
||||||
/usr/include/x86_64-linux-gnu/bits/types/sig_atomic_t.h \
|
|
||||||
/usr/include/x86_64-linux-gnu/bits/types/siginfo_t.h \
|
|
||||||
/usr/include/x86_64-linux-gnu/bits/siginfo-arch.h \
|
|
||||||
/usr/include/x86_64-linux-gnu/bits/siginfo-consts.h \
|
|
||||||
/usr/include/x86_64-linux-gnu/bits/siginfo-consts-arch.h \
|
|
||||||
/usr/include/x86_64-linux-gnu/bits/types/sigval_t.h \
|
|
||||||
/usr/include/x86_64-linux-gnu/bits/sigevent-consts.h \
|
|
||||||
/usr/include/x86_64-linux-gnu/bits/sigaction.h \
|
|
||||||
/usr/include/x86_64-linux-gnu/bits/sigcontext.h \
|
|
||||||
/usr/include/x86_64-linux-gnu/bits/types/stack_t.h \
|
|
||||||
/usr/include/x86_64-linux-gnu/sys/ucontext.h \
|
|
||||||
/usr/include/x86_64-linux-gnu/bits/sigstack.h \
|
|
||||||
/usr/include/x86_64-linux-gnu/bits/sigstksz.h \
|
|
||||||
/usr/include/x86_64-linux-gnu/bits/ss_flags.h \
|
|
||||||
/usr/include/x86_64-linux-gnu/bits/types/struct_sigstack.h \
|
|
||||||
/usr/include/x86_64-linux-gnu/bits/sigthread.h \
|
|
||||||
/usr/include/x86_64-linux-gnu/bits/signal_ext.h \
|
|
||||||
/usr/include/asio/detail/impl/throw_error.ipp \
|
|
||||||
/usr/include/asio/system_error.hpp /usr/include/asio/error.hpp \
|
|
||||||
/usr/include/asio/impl/error.ipp /usr/include/asio/detail/mutex.hpp \
|
|
||||||
/usr/include/asio/detail/posix_mutex.hpp \
|
|
||||||
/usr/include/asio/detail/scoped_lock.hpp \
|
|
||||||
/usr/include/asio/detail/impl/posix_mutex.ipp \
|
|
||||||
/usr/include/asio/execution/bulk_execute.hpp \
|
|
||||||
/usr/include/asio/execution/bulk_guarantee.hpp \
|
|
||||||
/usr/include/asio/execution/detail/bulk_sender.hpp \
|
|
||||||
/usr/include/asio/traits/bulk_execute_member.hpp \
|
|
||||||
/usr/include/asio/traits/bulk_execute_free.hpp \
|
|
||||||
/usr/include/asio/execution/context.hpp /usr/include/c++/13/any \
|
|
||||||
/usr/include/asio/execution/context_as.hpp \
|
|
||||||
/usr/include/asio/execution/mapping.hpp \
|
|
||||||
/usr/include/asio/execution/occupancy.hpp \
|
|
||||||
/usr/include/asio/execution/outstanding_work.hpp \
|
|
||||||
/usr/include/asio/execution/prefer_only.hpp \
|
|
||||||
/usr/include/asio/execution/relationship.hpp \
|
|
||||||
/usr/include/asio/execution/submit.hpp \
|
|
||||||
/usr/include/asio/execution/detail/submit_receiver.hpp \
|
|
||||||
/usr/include/asio/traits/submit_member.hpp \
|
|
||||||
/usr/include/asio/traits/submit_free.hpp \
|
|
||||||
/usr/include/asio/impl/any_completion_executor.ipp \
|
|
||||||
/usr/include/asio/any_completion_executor.hpp \
|
|
||||||
/usr/include/asio/any_completion_handler.hpp /usr/include/c++/13/utility \
|
|
||||||
/usr/include/c++/13/bits/stl_relops.h \
|
|
||||||
/usr/include/asio/any_io_executor.hpp \
|
|
||||||
/usr/include/asio/execution_context.hpp \
|
|
||||||
/usr/include/asio/impl/execution_context.hpp \
|
|
||||||
/usr/include/asio/detail/handler_type_requirements.hpp \
|
|
||||||
/usr/include/asio/async_result.hpp \
|
|
||||||
/usr/include/asio/detail/service_registry.hpp \
|
|
||||||
/usr/include/asio/detail/impl/service_registry.hpp \
|
|
||||||
/usr/include/asio/detail/impl/service_registry.ipp \
|
|
||||||
/usr/include/asio/impl/execution_context.ipp \
|
|
||||||
/usr/include/asio/impl/any_io_executor.ipp \
|
|
||||||
/usr/include/asio/associated_cancellation_slot.hpp \
|
|
||||||
/usr/include/asio/cancellation_signal.hpp \
|
|
||||||
/usr/include/asio/cancellation_type.hpp \
|
|
||||||
/usr/include/asio/impl/cancellation_signal.ipp \
|
|
||||||
/usr/include/asio/associated_executor.hpp \
|
|
||||||
/usr/include/asio/is_executor.hpp \
|
|
||||||
/usr/include/asio/detail/is_executor.hpp \
|
|
||||||
/usr/include/asio/system_executor.hpp \
|
|
||||||
/usr/include/asio/impl/system_executor.hpp \
|
|
||||||
/usr/include/asio/detail/executor_op.hpp \
|
|
||||||
/usr/include/asio/detail/fenced_block.hpp \
|
|
||||||
/usr/include/asio/detail/std_fenced_block.hpp \
|
|
||||||
/usr/include/asio/detail/scheduler_operation.hpp \
|
|
||||||
/usr/include/asio/detail/handler_tracking.hpp \
|
|
||||||
/usr/include/asio/detail/impl/handler_tracking.ipp \
|
|
||||||
/usr/include/asio/detail/op_queue.hpp \
|
|
||||||
/usr/include/asio/detail/global.hpp \
|
|
||||||
/usr/include/asio/detail/posix_global.hpp \
|
|
||||||
/usr/include/asio/system_context.hpp \
|
|
||||||
/usr/include/asio/detail/scheduler.hpp \
|
|
||||||
/usr/include/asio/detail/conditionally_enabled_event.hpp \
|
|
||||||
/usr/include/asio/detail/conditionally_enabled_mutex.hpp \
|
|
||||||
/usr/include/asio/detail/null_event.hpp \
|
|
||||||
/usr/include/asio/detail/impl/null_event.ipp \
|
|
||||||
/usr/include/asio/detail/scheduler_task.hpp \
|
|
||||||
/usr/include/asio/detail/thread.hpp \
|
|
||||||
/usr/include/asio/detail/posix_thread.hpp \
|
|
||||||
/usr/include/asio/detail/impl/posix_thread.ipp \
|
|
||||||
/usr/include/asio/detail/impl/scheduler.ipp \
|
|
||||||
/usr/include/asio/detail/concurrency_hint.hpp \
|
|
||||||
/usr/include/asio/detail/limits.hpp \
|
|
||||||
/usr/include/asio/detail/scheduler_thread_info.hpp \
|
|
||||||
/usr/include/asio/detail/signal_blocker.hpp \
|
|
||||||
/usr/include/asio/detail/posix_signal_blocker.hpp \
|
|
||||||
/usr/include/c++/13/csignal /usr/include/asio/detail/reactor.hpp \
|
|
||||||
/usr/include/asio/detail/epoll_reactor.hpp \
|
|
||||||
/usr/include/asio/detail/object_pool.hpp \
|
|
||||||
/usr/include/asio/detail/reactor_op.hpp \
|
|
||||||
/usr/include/asio/detail/operation.hpp \
|
|
||||||
/usr/include/asio/detail/select_interrupter.hpp \
|
|
||||||
/usr/include/asio/detail/eventfd_select_interrupter.hpp \
|
|
||||||
/usr/include/asio/detail/impl/eventfd_select_interrupter.ipp \
|
|
||||||
/usr/include/x86_64-linux-gnu/sys/eventfd.h \
|
|
||||||
/usr/include/x86_64-linux-gnu/bits/eventfd.h \
|
|
||||||
/usr/include/asio/detail/timer_queue_base.hpp \
|
|
||||||
/usr/include/asio/detail/timer_queue_set.hpp \
|
|
||||||
/usr/include/asio/detail/impl/timer_queue_set.ipp \
|
|
||||||
/usr/include/asio/detail/wait_op.hpp \
|
|
||||||
/usr/include/x86_64-linux-gnu/sys/timerfd.h \
|
|
||||||
/usr/include/x86_64-linux-gnu/bits/timerfd.h \
|
|
||||||
/usr/include/asio/detail/impl/epoll_reactor.hpp \
|
|
||||||
/usr/include/asio/detail/impl/epoll_reactor.ipp \
|
|
||||||
/usr/include/x86_64-linux-gnu/sys/epoll.h \
|
|
||||||
/usr/include/x86_64-linux-gnu/bits/epoll.h \
|
|
||||||
/usr/include/asio/detail/thread_group.hpp \
|
|
||||||
/usr/include/asio/impl/system_context.hpp \
|
|
||||||
/usr/include/asio/impl/system_context.ipp \
|
|
||||||
/usr/include/asio/associated_immediate_executor.hpp \
|
|
||||||
/usr/include/asio/cancellation_state.hpp \
|
|
||||||
/usr/include/asio/recycling_allocator.hpp \
|
|
||||||
/usr/include/asio/any_io_executor.hpp /usr/include/asio/append.hpp \
|
|
||||||
/usr/include/asio/impl/append.hpp \
|
|
||||||
/usr/include/asio/detail/handler_cont_helpers.hpp \
|
|
||||||
/usr/include/asio/handler_continuation_hook.hpp \
|
|
||||||
/usr/include/asio/detail/utility.hpp /usr/include/asio/as_tuple.hpp \
|
|
||||||
/usr/include/asio/impl/as_tuple.hpp \
|
|
||||||
/usr/include/asio/associated_allocator.hpp \
|
|
||||||
/usr/include/asio/associated_cancellation_slot.hpp \
|
|
||||||
/usr/include/asio/associated_executor.hpp \
|
|
||||||
/usr/include/asio/associated_immediate_executor.hpp \
|
|
||||||
/usr/include/asio/associator.hpp /usr/include/asio/async_result.hpp \
|
|
||||||
/usr/include/asio/awaitable.hpp \
|
|
||||||
/usr/include/asio/basic_datagram_socket.hpp \
|
|
||||||
/usr/include/asio/basic_socket.hpp \
|
|
||||||
/usr/include/asio/detail/io_object_impl.hpp \
|
|
||||||
/usr/include/asio/io_context.hpp \
|
|
||||||
/usr/include/asio/detail/wrapped_handler.hpp \
|
|
||||||
/usr/include/asio/detail/bind_handler.hpp \
|
|
||||||
/usr/include/asio/detail/chrono.hpp /usr/include/c++/13/chrono \
|
|
||||||
/usr/include/asio/impl/io_context.hpp \
|
|
||||||
/usr/include/asio/detail/completion_handler.hpp \
|
|
||||||
/usr/include/asio/detail/handler_work.hpp \
|
|
||||||
/usr/include/asio/detail/initiate_dispatch.hpp \
|
|
||||||
/usr/include/asio/detail/work_dispatcher.hpp \
|
|
||||||
/usr/include/asio/executor_work_guard.hpp \
|
|
||||||
/usr/include/asio/impl/io_context.ipp /usr/include/asio/post.hpp \
|
|
||||||
/usr/include/asio/detail/initiate_post.hpp \
|
|
||||||
/usr/include/asio/socket_base.hpp \
|
|
||||||
/usr/include/asio/detail/io_control.hpp \
|
|
||||||
/usr/include/asio/detail/socket_option.hpp \
|
|
||||||
/usr/include/asio/detail/reactive_socket_service.hpp \
|
|
||||||
/usr/include/asio/buffer.hpp /usr/include/asio/detail/array_fwd.hpp \
|
|
||||||
/usr/include/asio/detail/string_view.hpp \
|
|
||||||
/usr/include/asio/is_contiguous_iterator.hpp \
|
|
||||||
/usr/include/c++/13/iterator /usr/include/c++/13/bits/stream_iterator.h \
|
|
||||||
/usr/include/asio/detail/is_buffer_sequence.hpp \
|
|
||||||
/usr/include/asio/detail/buffer_sequence_adapter.hpp \
|
|
||||||
/usr/include/asio/registered_buffer.hpp \
|
|
||||||
/usr/include/asio/detail/impl/buffer_sequence_adapter.ipp \
|
|
||||||
/usr/include/asio/detail/reactive_null_buffers_op.hpp \
|
|
||||||
/usr/include/asio/detail/reactive_socket_accept_op.hpp \
|
|
||||||
/usr/include/asio/detail/socket_holder.hpp \
|
|
||||||
/usr/include/asio/detail/socket_ops.hpp \
|
|
||||||
/usr/include/asio/detail/impl/socket_ops.ipp \
|
|
||||||
/usr/include/asio/detail/reactive_socket_connect_op.hpp \
|
|
||||||
/usr/include/asio/detail/reactive_socket_recvfrom_op.hpp \
|
|
||||||
/usr/include/asio/detail/reactive_socket_sendto_op.hpp \
|
|
||||||
/usr/include/asio/detail/reactive_socket_service_base.hpp \
|
|
||||||
/usr/include/asio/detail/reactive_socket_recv_op.hpp \
|
|
||||||
/usr/include/asio/detail/reactive_socket_recvmsg_op.hpp \
|
|
||||||
/usr/include/asio/detail/reactive_socket_send_op.hpp \
|
|
||||||
/usr/include/asio/detail/reactive_wait_op.hpp \
|
|
||||||
/usr/include/asio/detail/impl/reactive_socket_service_base.ipp \
|
|
||||||
/usr/include/asio/basic_deadline_timer.hpp \
|
|
||||||
/usr/include/asio/basic_file.hpp /usr/include/asio/basic_io_object.hpp \
|
|
||||||
/usr/include/asio/basic_random_access_file.hpp \
|
|
||||||
/usr/include/asio/basic_raw_socket.hpp \
|
|
||||||
/usr/include/asio/basic_readable_pipe.hpp \
|
|
||||||
/usr/include/asio/detail/reactive_descriptor_service.hpp \
|
|
||||||
/usr/include/asio/detail/descriptor_ops.hpp \
|
|
||||||
/usr/include/asio/detail/impl/descriptor_ops.ipp \
|
|
||||||
/usr/include/asio/detail/descriptor_read_op.hpp \
|
|
||||||
/usr/include/asio/dispatch.hpp \
|
|
||||||
/usr/include/asio/detail/descriptor_write_op.hpp \
|
|
||||||
/usr/include/asio/posix/descriptor_base.hpp \
|
|
||||||
/usr/include/asio/detail/impl/reactive_descriptor_service.ipp \
|
|
||||||
/usr/include/asio/basic_seq_packet_socket.hpp \
|
|
||||||
/usr/include/asio/basic_serial_port.hpp \
|
|
||||||
/usr/include/asio/serial_port_base.hpp /usr/include/termios.h \
|
|
||||||
/usr/include/x86_64-linux-gnu/bits/termios.h \
|
|
||||||
/usr/include/x86_64-linux-gnu/bits/termios-struct.h \
|
|
||||||
/usr/include/x86_64-linux-gnu/bits/termios-c_cc.h \
|
|
||||||
/usr/include/x86_64-linux-gnu/bits/termios-c_iflag.h \
|
|
||||||
/usr/include/x86_64-linux-gnu/bits/termios-c_oflag.h \
|
|
||||||
/usr/include/x86_64-linux-gnu/bits/termios-baud.h \
|
|
||||||
/usr/include/x86_64-linux-gnu/bits/termios-c_cflag.h \
|
|
||||||
/usr/include/x86_64-linux-gnu/bits/termios-c_lflag.h \
|
|
||||||
/usr/include/x86_64-linux-gnu/bits/termios-tcflow.h \
|
|
||||||
/usr/include/x86_64-linux-gnu/bits/termios-misc.h \
|
|
||||||
/usr/include/asio/impl/serial_port_base.hpp \
|
|
||||||
/usr/include/asio/impl/serial_port_base.ipp \
|
|
||||||
/usr/include/asio/detail/posix_serial_port_service.hpp \
|
|
||||||
/usr/include/asio/detail/impl/posix_serial_port_service.ipp \
|
|
||||||
/usr/include/asio/basic_signal_set.hpp \
|
|
||||||
/usr/include/asio/detail/signal_set_service.hpp \
|
|
||||||
/usr/include/asio/signal_set_base.hpp \
|
|
||||||
/usr/include/asio/detail/signal_handler.hpp \
|
|
||||||
/usr/include/asio/detail/signal_op.hpp \
|
|
||||||
/usr/include/asio/detail/impl/signal_set_service.ipp \
|
|
||||||
/usr/include/asio/detail/static_mutex.hpp \
|
|
||||||
/usr/include/asio/detail/posix_static_mutex.hpp \
|
|
||||||
/usr/include/asio/basic_socket.hpp \
|
|
||||||
/usr/include/asio/basic_socket_acceptor.hpp \
|
|
||||||
/usr/include/asio/basic_socket_iostream.hpp \
|
|
||||||
/usr/include/asio/basic_socket_streambuf.hpp \
|
|
||||||
/usr/include/asio/basic_stream_socket.hpp \
|
|
||||||
/usr/include/asio/steady_timer.hpp \
|
|
||||||
/usr/include/asio/basic_waitable_timer.hpp \
|
|
||||||
/usr/include/asio/detail/chrono_time_traits.hpp \
|
|
||||||
/usr/include/asio/detail/deadline_timer_service.hpp \
|
|
||||||
/usr/include/asio/detail/timer_queue.hpp \
|
|
||||||
/usr/include/asio/detail/date_time_fwd.hpp \
|
|
||||||
/usr/include/asio/detail/timer_queue_ptime.hpp \
|
|
||||||
/usr/include/asio/detail/timer_scheduler.hpp \
|
|
||||||
/usr/include/asio/detail/timer_scheduler_fwd.hpp \
|
|
||||||
/usr/include/asio/detail/wait_handler.hpp \
|
|
||||||
/usr/include/asio/wait_traits.hpp \
|
|
||||||
/usr/include/asio/basic_socket_streambuf.hpp \
|
|
||||||
/usr/include/asio/basic_stream_file.hpp \
|
|
||||||
/usr/include/asio/basic_stream_socket.hpp \
|
|
||||||
/usr/include/asio/basic_streambuf.hpp \
|
|
||||||
/usr/include/asio/basic_streambuf_fwd.hpp \
|
|
||||||
/usr/include/asio/basic_waitable_timer.hpp \
|
|
||||||
/usr/include/asio/basic_writable_pipe.hpp \
|
|
||||||
/usr/include/asio/bind_allocator.hpp \
|
|
||||||
/usr/include/asio/bind_cancellation_slot.hpp \
|
|
||||||
/usr/include/asio/bind_executor.hpp /usr/include/asio/uses_executor.hpp \
|
|
||||||
/usr/include/asio/bind_immediate_executor.hpp \
|
|
||||||
/usr/include/asio/buffer.hpp /usr/include/asio/buffer_registration.hpp \
|
|
||||||
/usr/include/asio/buffered_read_stream_fwd.hpp \
|
|
||||||
/usr/include/asio/buffered_read_stream.hpp \
|
|
||||||
/usr/include/asio/buffered_read_stream_fwd.hpp \
|
|
||||||
/usr/include/asio/detail/buffer_resize_guard.hpp \
|
|
||||||
/usr/include/asio/detail/buffered_stream_storage.hpp \
|
|
||||||
/usr/include/asio/impl/buffered_read_stream.hpp \
|
|
||||||
/usr/include/asio/buffered_stream_fwd.hpp \
|
|
||||||
/usr/include/asio/buffered_stream.hpp \
|
|
||||||
/usr/include/asio/buffered_read_stream.hpp \
|
|
||||||
/usr/include/asio/buffered_write_stream.hpp \
|
|
||||||
/usr/include/asio/buffered_write_stream_fwd.hpp \
|
|
||||||
/usr/include/asio/completion_condition.hpp /usr/include/asio/write.hpp \
|
|
||||||
/usr/include/asio/impl/write.hpp \
|
|
||||||
/usr/include/asio/detail/base_from_cancellation_state.hpp \
|
|
||||||
/usr/include/asio/detail/base_from_completion_cond.hpp \
|
|
||||||
/usr/include/asio/detail/consuming_buffers.hpp \
|
|
||||||
/usr/include/asio/detail/dependent_type.hpp \
|
|
||||||
/usr/include/asio/impl/buffered_write_stream.hpp \
|
|
||||||
/usr/include/asio/buffered_stream_fwd.hpp \
|
|
||||||
/usr/include/asio/buffered_write_stream_fwd.hpp \
|
|
||||||
/usr/include/asio/buffered_write_stream.hpp \
|
|
||||||
/usr/include/asio/buffers_iterator.hpp \
|
|
||||||
/usr/include/asio/cancellation_signal.hpp \
|
|
||||||
/usr/include/asio/cancellation_state.hpp \
|
|
||||||
/usr/include/asio/cancellation_type.hpp /usr/include/asio/co_spawn.hpp \
|
|
||||||
/usr/include/asio/completion_condition.hpp /usr/include/asio/compose.hpp \
|
|
||||||
/usr/include/asio/detail/composed_work.hpp /usr/include/asio/connect.hpp \
|
|
||||||
/usr/include/asio/impl/connect.hpp /usr/include/asio/connect_pipe.hpp \
|
|
||||||
/usr/include/asio/basic_readable_pipe.hpp \
|
|
||||||
/usr/include/asio/basic_writable_pipe.hpp \
|
|
||||||
/usr/include/asio/impl/connect_pipe.hpp \
|
|
||||||
/usr/include/asio/connect_pipe.hpp \
|
|
||||||
/usr/include/asio/impl/connect_pipe.ipp /usr/include/asio/consign.hpp \
|
|
||||||
/usr/include/asio/impl/consign.hpp /usr/include/asio/coroutine.hpp \
|
|
||||||
/usr/include/asio/deadline_timer.hpp /usr/include/asio/defer.hpp \
|
|
||||||
/usr/include/asio/detail/initiate_defer.hpp \
|
|
||||||
/usr/include/asio/deferred.hpp /usr/include/asio/impl/deferred.hpp \
|
|
||||||
/usr/include/asio/detached.hpp /usr/include/asio/impl/detached.hpp \
|
|
||||||
/usr/include/asio/dispatch.hpp /usr/include/asio/error.hpp \
|
|
||||||
/usr/include/asio/error_code.hpp /usr/include/asio/execution.hpp \
|
|
||||||
/usr/include/asio/execution/allocator.hpp \
|
|
||||||
/usr/include/asio/execution/any_executor.hpp \
|
|
||||||
/usr/include/asio/execution/blocking.hpp \
|
|
||||||
/usr/include/asio/execution/blocking_adaptation.hpp \
|
|
||||||
/usr/include/asio/execution/bulk_execute.hpp \
|
|
||||||
/usr/include/asio/execution/bulk_guarantee.hpp \
|
|
||||||
/usr/include/asio/execution/connect.hpp \
|
|
||||||
/usr/include/asio/execution/context.hpp \
|
|
||||||
/usr/include/asio/execution/context_as.hpp \
|
|
||||||
/usr/include/asio/execution/execute.hpp \
|
|
||||||
/usr/include/asio/execution/executor.hpp \
|
|
||||||
/usr/include/asio/execution/invocable_archetype.hpp \
|
|
||||||
/usr/include/asio/execution/mapping.hpp \
|
|
||||||
/usr/include/asio/execution/occupancy.hpp \
|
|
||||||
/usr/include/asio/execution/operation_state.hpp \
|
|
||||||
/usr/include/asio/execution/outstanding_work.hpp \
|
|
||||||
/usr/include/asio/execution/prefer_only.hpp \
|
|
||||||
/usr/include/asio/execution/receiver.hpp \
|
|
||||||
/usr/include/asio/execution/receiver_invocation_error.hpp \
|
|
||||||
/usr/include/asio/execution/relationship.hpp \
|
|
||||||
/usr/include/asio/execution/schedule.hpp \
|
|
||||||
/usr/include/asio/execution/scheduler.hpp \
|
|
||||||
/usr/include/asio/execution/sender.hpp \
|
|
||||||
/usr/include/asio/execution/set_done.hpp \
|
|
||||||
/usr/include/asio/execution/set_error.hpp \
|
|
||||||
/usr/include/asio/execution/set_value.hpp \
|
|
||||||
/usr/include/asio/execution/start.hpp \
|
|
||||||
/usr/include/asio/execution_context.hpp /usr/include/asio/executor.hpp \
|
|
||||||
/usr/include/asio/impl/executor.hpp /usr/include/asio/executor.hpp \
|
|
||||||
/usr/include/asio/impl/executor.ipp \
|
|
||||||
/usr/include/asio/executor_work_guard.hpp \
|
|
||||||
/usr/include/asio/file_base.hpp \
|
|
||||||
/usr/include/asio/generic/basic_endpoint.hpp \
|
|
||||||
/usr/include/asio/generic/detail/endpoint.hpp \
|
|
||||||
/usr/include/asio/generic/detail/impl/endpoint.ipp \
|
|
||||||
/usr/include/asio/generic/datagram_protocol.hpp \
|
|
||||||
/usr/include/asio/basic_datagram_socket.hpp \
|
|
||||||
/usr/include/asio/generic/basic_endpoint.hpp \
|
|
||||||
/usr/include/asio/generic/raw_protocol.hpp \
|
|
||||||
/usr/include/asio/basic_raw_socket.hpp \
|
|
||||||
/usr/include/asio/generic/seq_packet_protocol.hpp \
|
|
||||||
/usr/include/asio/basic_seq_packet_socket.hpp \
|
|
||||||
/usr/include/asio/generic/stream_protocol.hpp \
|
|
||||||
/usr/include/asio/basic_socket_iostream.hpp \
|
|
||||||
/usr/include/asio/handler_alloc_hook.hpp \
|
|
||||||
/usr/include/asio/handler_continuation_hook.hpp \
|
|
||||||
/usr/include/asio/handler_invoke_hook.hpp \
|
|
||||||
/usr/include/asio/high_resolution_timer.hpp \
|
|
||||||
/usr/include/asio/io_context.hpp /usr/include/asio/io_context_strand.hpp \
|
|
||||||
/usr/include/asio/detail/strand_service.hpp \
|
|
||||||
/usr/include/asio/detail/impl/strand_service.hpp \
|
|
||||||
/usr/include/asio/detail/impl/strand_service.ipp \
|
|
||||||
/usr/include/asio/io_service.hpp /usr/include/asio/io_service_strand.hpp \
|
|
||||||
/usr/include/asio/io_context_strand.hpp /usr/include/asio/ip/address.hpp \
|
|
||||||
/usr/include/asio/ip/address_v4.hpp /usr/include/asio/detail/array.hpp \
|
|
||||||
/usr/include/asio/detail/winsock_init.hpp \
|
|
||||||
/usr/include/asio/ip/impl/address_v4.hpp \
|
|
||||||
/usr/include/asio/ip/impl/address_v4.ipp \
|
|
||||||
/usr/include/asio/ip/address_v6.hpp \
|
|
||||||
/usr/include/asio/ip/impl/address_v6.hpp \
|
|
||||||
/usr/include/asio/ip/impl/address_v6.ipp \
|
|
||||||
/usr/include/asio/ip/bad_address_cast.hpp \
|
|
||||||
/usr/include/asio/ip/impl/address.hpp \
|
|
||||||
/usr/include/asio/ip/impl/address.ipp /usr/include/asio/ip/address.hpp \
|
|
||||||
/usr/include/asio/ip/address_v4.hpp \
|
|
||||||
/usr/include/asio/ip/address_v4_iterator.hpp \
|
|
||||||
/usr/include/asio/ip/address_v4_range.hpp \
|
|
||||||
/usr/include/asio/ip/address_v4_iterator.hpp \
|
|
||||||
/usr/include/asio/ip/address_v6.hpp \
|
|
||||||
/usr/include/asio/ip/address_v6_iterator.hpp \
|
|
||||||
/usr/include/asio/ip/address_v6_range.hpp \
|
|
||||||
/usr/include/asio/ip/address_v6_iterator.hpp \
|
|
||||||
/usr/include/asio/ip/network_v4.hpp \
|
|
||||||
/usr/include/asio/ip/address_v4_range.hpp \
|
|
||||||
/usr/include/asio/ip/impl/network_v4.hpp \
|
|
||||||
/usr/include/asio/ip/impl/network_v4.ipp \
|
|
||||||
/usr/include/asio/ip/network_v4.hpp /usr/include/asio/ip/network_v6.hpp \
|
|
||||||
/usr/include/asio/ip/address_v6_range.hpp \
|
|
||||||
/usr/include/asio/ip/impl/network_v6.hpp \
|
|
||||||
/usr/include/asio/ip/impl/network_v6.ipp \
|
|
||||||
/usr/include/asio/ip/network_v6.hpp \
|
|
||||||
/usr/include/asio/ip/bad_address_cast.hpp \
|
|
||||||
/usr/include/asio/ip/basic_endpoint.hpp \
|
|
||||||
/usr/include/asio/ip/detail/endpoint.hpp \
|
|
||||||
/usr/include/asio/ip/detail/impl/endpoint.ipp \
|
|
||||||
/usr/include/asio/ip/impl/basic_endpoint.hpp \
|
|
||||||
/usr/include/asio/ip/basic_resolver.hpp \
|
|
||||||
/usr/include/asio/ip/basic_resolver_iterator.hpp \
|
|
||||||
/usr/include/asio/ip/basic_resolver_entry.hpp \
|
|
||||||
/usr/include/asio/ip/basic_resolver_query.hpp \
|
|
||||||
/usr/include/asio/ip/resolver_query_base.hpp \
|
|
||||||
/usr/include/asio/ip/resolver_base.hpp \
|
|
||||||
/usr/include/asio/ip/basic_resolver_results.hpp \
|
|
||||||
/usr/include/asio/detail/resolver_service.hpp \
|
|
||||||
/usr/include/asio/detail/resolve_endpoint_op.hpp \
|
|
||||||
/usr/include/asio/detail/resolve_op.hpp \
|
|
||||||
/usr/include/asio/detail/resolve_query_op.hpp \
|
|
||||||
/usr/include/asio/detail/resolver_service_base.hpp \
|
|
||||||
/usr/include/asio/detail/impl/resolver_service_base.ipp \
|
|
||||||
/usr/include/asio/ip/basic_resolver_entry.hpp \
|
|
||||||
/usr/include/asio/ip/basic_resolver_iterator.hpp \
|
|
||||||
/usr/include/asio/ip/basic_resolver_query.hpp \
|
|
||||||
/usr/include/asio/ip/host_name.hpp \
|
|
||||||
/usr/include/asio/ip/impl/host_name.ipp \
|
|
||||||
/usr/include/asio/ip/host_name.hpp /usr/include/asio/ip/icmp.hpp \
|
|
||||||
/usr/include/asio/ip/basic_endpoint.hpp \
|
|
||||||
/usr/include/asio/ip/basic_resolver.hpp \
|
|
||||||
/usr/include/asio/ip/multicast.hpp \
|
|
||||||
/usr/include/asio/ip/detail/socket_option.hpp \
|
|
||||||
/usr/include/asio/ip/resolver_base.hpp \
|
|
||||||
/usr/include/asio/ip/resolver_query_base.hpp \
|
|
||||||
/usr/include/asio/ip/tcp.hpp /usr/include/asio/basic_socket_acceptor.hpp \
|
|
||||||
/usr/include/asio/ip/udp.hpp /usr/include/asio/ip/unicast.hpp \
|
|
||||||
/usr/include/asio/ip/v6_only.hpp \
|
|
||||||
/usr/include/asio/is_applicable_property.hpp \
|
|
||||||
/usr/include/asio/is_contiguous_iterator.hpp \
|
|
||||||
/usr/include/asio/is_executor.hpp /usr/include/asio/is_read_buffered.hpp \
|
|
||||||
/usr/include/asio/is_write_buffered.hpp \
|
|
||||||
/usr/include/asio/local/basic_endpoint.hpp \
|
|
||||||
/usr/include/asio/local/detail/endpoint.hpp \
|
|
||||||
/usr/include/asio/local/detail/impl/endpoint.ipp \
|
|
||||||
/usr/include/asio/local/connect_pair.hpp \
|
|
||||||
/usr/include/asio/local/basic_endpoint.hpp \
|
|
||||||
/usr/include/asio/local/datagram_protocol.hpp \
|
|
||||||
/usr/include/asio/local/seq_packet_protocol.hpp \
|
|
||||||
/usr/include/asio/local/stream_protocol.hpp \
|
|
||||||
/usr/include/asio/multiple_exceptions.hpp \
|
|
||||||
/usr/include/asio/packaged_task.hpp /usr/include/asio/detail/future.hpp \
|
|
||||||
/usr/include/c++/13/future /usr/include/c++/13/mutex \
|
|
||||||
/usr/include/c++/13/bits/std_mutex.h \
|
|
||||||
/usr/include/c++/13/bits/unique_lock.h \
|
|
||||||
/usr/include/c++/13/condition_variable \
|
|
||||||
/usr/include/c++/13/bits/atomic_futex.h \
|
|
||||||
/usr/include/c++/13/bits/std_thread.h /usr/include/asio/placeholders.hpp \
|
|
||||||
/usr/include/asio/posix/basic_descriptor.hpp \
|
|
||||||
/usr/include/asio/posix/basic_stream_descriptor.hpp \
|
|
||||||
/usr/include/asio/posix/basic_descriptor.hpp \
|
|
||||||
/usr/include/asio/posix/descriptor.hpp \
|
|
||||||
/usr/include/asio/posix/descriptor_base.hpp \
|
|
||||||
/usr/include/asio/posix/stream_descriptor.hpp \
|
|
||||||
/usr/include/asio/posix/basic_stream_descriptor.hpp \
|
|
||||||
/usr/include/asio/post.hpp /usr/include/asio/prefer.hpp \
|
|
||||||
/usr/include/asio/prepend.hpp /usr/include/asio/impl/prepend.hpp \
|
|
||||||
/usr/include/asio/query.hpp /usr/include/asio/random_access_file.hpp \
|
|
||||||
/usr/include/asio/read.hpp /usr/include/asio/impl/read.hpp \
|
|
||||||
/usr/include/asio/read_at.hpp /usr/include/asio/impl/read_at.hpp \
|
|
||||||
/usr/include/asio/read_until.hpp /usr/include/asio/detail/regex_fwd.hpp \
|
|
||||||
/usr/include/asio/impl/read_until.hpp \
|
|
||||||
/usr/include/asio/buffers_iterator.hpp \
|
|
||||||
/usr/include/asio/readable_pipe.hpp \
|
|
||||||
/usr/include/asio/recycling_allocator.hpp \
|
|
||||||
/usr/include/asio/redirect_error.hpp \
|
|
||||||
/usr/include/asio/impl/redirect_error.hpp \
|
|
||||||
/usr/include/asio/registered_buffer.hpp /usr/include/asio/require.hpp \
|
|
||||||
/usr/include/asio/require_concept.hpp \
|
|
||||||
/usr/include/asio/traits/require_concept_member.hpp \
|
|
||||||
/usr/include/asio/traits/require_concept_free.hpp \
|
|
||||||
/usr/include/asio/traits/static_require_concept.hpp \
|
|
||||||
/usr/include/asio/serial_port.hpp \
|
|
||||||
/usr/include/asio/basic_serial_port.hpp \
|
|
||||||
/usr/include/asio/serial_port_base.hpp /usr/include/asio/signal_set.hpp \
|
|
||||||
/usr/include/asio/basic_signal_set.hpp \
|
|
||||||
/usr/include/asio/signal_set_base.hpp /usr/include/asio/socket_base.hpp \
|
|
||||||
/usr/include/asio/static_thread_pool.hpp \
|
|
||||||
/usr/include/asio/thread_pool.hpp /usr/include/asio/impl/thread_pool.hpp \
|
|
||||||
/usr/include/asio/detail/blocking_executor_op.hpp \
|
|
||||||
/usr/include/asio/detail/bulk_executor_op.hpp \
|
|
||||||
/usr/include/asio/impl/thread_pool.ipp \
|
|
||||||
/usr/include/asio/steady_timer.hpp /usr/include/asio/strand.hpp \
|
|
||||||
/usr/include/asio/detail/strand_executor_service.hpp \
|
|
||||||
/usr/include/asio/detail/impl/strand_executor_service.hpp \
|
|
||||||
/usr/include/asio/defer.hpp \
|
|
||||||
/usr/include/asio/detail/impl/strand_executor_service.ipp \
|
|
||||||
/usr/include/asio/stream_file.hpp /usr/include/asio/streambuf.hpp \
|
|
||||||
/usr/include/asio/basic_streambuf.hpp \
|
|
||||||
/usr/include/asio/system_context.hpp /usr/include/asio/system_error.hpp \
|
|
||||||
/usr/include/asio/system_executor.hpp /usr/include/asio/system_timer.hpp \
|
|
||||||
/usr/include/asio/this_coro.hpp /usr/include/asio/thread.hpp \
|
|
||||||
/usr/include/asio/thread_pool.hpp /usr/include/asio/time_traits.hpp \
|
|
||||||
/usr/include/asio/use_awaitable.hpp /usr/include/asio/use_future.hpp \
|
|
||||||
/usr/include/asio/impl/use_future.hpp \
|
|
||||||
/usr/include/asio/packaged_task.hpp /usr/include/asio/uses_executor.hpp \
|
|
||||||
/usr/include/asio/version.hpp /usr/include/asio/wait_traits.hpp \
|
|
||||||
/usr/include/asio/windows/basic_object_handle.hpp \
|
|
||||||
/usr/include/asio/windows/basic_overlapped_handle.hpp \
|
|
||||||
/usr/include/asio/windows/basic_random_access_handle.hpp \
|
|
||||||
/usr/include/asio/windows/basic_overlapped_handle.hpp \
|
|
||||||
/usr/include/asio/windows/basic_stream_handle.hpp \
|
|
||||||
/usr/include/asio/windows/object_handle.hpp \
|
|
||||||
/usr/include/asio/windows/overlapped_handle.hpp \
|
|
||||||
/usr/include/asio/windows/overlapped_ptr.hpp \
|
|
||||||
/usr/include/asio/windows/random_access_handle.hpp \
|
|
||||||
/usr/include/asio/windows/stream_handle.hpp \
|
|
||||||
/usr/include/asio/writable_pipe.hpp /usr/include/asio/write.hpp \
|
|
||||||
/usr/include/asio/write_at.hpp /usr/include/asio/impl/write_at.hpp \
|
|
||||||
/usr/include/asio/version.hpp /usr/include/asio/ssl.hpp \
|
|
||||||
/usr/include/asio/ssl/context.hpp /usr/include/asio/ssl/context_base.hpp \
|
|
||||||
/usr/include/asio/ssl/detail/openssl_types.hpp \
|
|
||||||
/usr/include/openssl/conf.h /usr/include/openssl/macros.h \
|
|
||||||
/usr/include/x86_64-linux-gnu/openssl/opensslconf.h \
|
|
||||||
/usr/include/x86_64-linux-gnu/openssl/configuration.h \
|
|
||||||
/usr/include/openssl/opensslv.h /usr/include/openssl/bio.h \
|
|
||||||
/usr/include/openssl/e_os2.h /usr/include/openssl/crypto.h \
|
|
||||||
/usr/include/c++/13/stdlib.h /usr/include/openssl/safestack.h \
|
|
||||||
/usr/include/openssl/stack.h /usr/include/openssl/types.h \
|
|
||||||
/usr/include/openssl/cryptoerr.h /usr/include/openssl/symhacks.h \
|
|
||||||
/usr/include/openssl/cryptoerr_legacy.h /usr/include/openssl/core.h \
|
|
||||||
/usr/include/openssl/bioerr.h /usr/include/openssl/lhash.h \
|
|
||||||
/usr/include/openssl/conferr.h /usr/include/openssl/conftypes.h \
|
|
||||||
/usr/include/openssl/ssl.h /usr/include/openssl/comp.h \
|
|
||||||
/usr/include/openssl/comperr.h /usr/include/openssl/x509.h \
|
|
||||||
/usr/include/openssl/buffer.h /usr/include/openssl/buffererr.h \
|
|
||||||
/usr/include/openssl/evp.h /usr/include/openssl/core_dispatch.h \
|
|
||||||
/usr/include/openssl/evperr.h /usr/include/openssl/params.h \
|
|
||||||
/usr/include/openssl/bn.h /usr/include/openssl/bnerr.h \
|
|
||||||
/usr/include/openssl/objects.h /usr/include/openssl/obj_mac.h \
|
|
||||||
/usr/include/openssl/asn1.h /usr/include/openssl/asn1err.h \
|
|
||||||
/usr/include/openssl/objectserr.h /usr/include/openssl/ec.h \
|
|
||||||
/usr/include/openssl/ecerr.h /usr/include/openssl/rsa.h \
|
|
||||||
/usr/include/openssl/rsaerr.h /usr/include/openssl/dsa.h \
|
|
||||||
/usr/include/openssl/dh.h /usr/include/openssl/dherr.h \
|
|
||||||
/usr/include/openssl/dsaerr.h /usr/include/openssl/sha.h \
|
|
||||||
/usr/include/openssl/x509err.h /usr/include/openssl/x509_vfy.h \
|
|
||||||
/usr/include/openssl/pkcs7.h /usr/include/openssl/pkcs7err.h \
|
|
||||||
/usr/include/openssl/http.h /usr/include/openssl/pem.h \
|
|
||||||
/usr/include/openssl/pemerr.h /usr/include/openssl/hmac.h \
|
|
||||||
/usr/include/openssl/async.h /usr/include/openssl/asyncerr.h \
|
|
||||||
/usr/include/openssl/ct.h /usr/include/openssl/cterr.h \
|
|
||||||
/usr/include/openssl/sslerr.h /usr/include/openssl/sslerr_legacy.h \
|
|
||||||
/usr/include/openssl/prov_ssl.h /usr/include/openssl/ssl2.h \
|
|
||||||
/usr/include/openssl/ssl3.h /usr/include/openssl/tls1.h \
|
|
||||||
/usr/include/openssl/dtls1.h /usr/include/openssl/srtp.h \
|
|
||||||
/usr/include/openssl/engine.h /usr/include/openssl/rand.h \
|
|
||||||
/usr/include/openssl/randerr.h /usr/include/openssl/ui.h \
|
|
||||||
/usr/include/openssl/uierr.h /usr/include/openssl/err.h \
|
|
||||||
/usr/include/openssl/engineerr.h /usr/include/openssl/x509v3.h \
|
|
||||||
/usr/include/openssl/x509v3err.h \
|
|
||||||
/usr/include/asio/ssl/detail/openssl_init.hpp \
|
|
||||||
/usr/include/asio/ssl/detail/impl/openssl_init.ipp \
|
|
||||||
/usr/include/asio/ssl/detail/password_callback.hpp \
|
|
||||||
/usr/include/asio/ssl/detail/verify_callback.hpp \
|
|
||||||
/usr/include/asio/ssl/verify_context.hpp \
|
|
||||||
/usr/include/asio/ssl/verify_mode.hpp \
|
|
||||||
/usr/include/asio/ssl/impl/context.hpp \
|
|
||||||
/usr/include/asio/ssl/impl/context.ipp /usr/include/asio/ssl/error.hpp \
|
|
||||||
/usr/include/asio/ssl/impl/error.ipp \
|
|
||||||
/usr/include/asio/ssl/rfc2818_verification.hpp \
|
|
||||||
/usr/include/asio/ssl/impl/rfc2818_verification.ipp \
|
|
||||||
/usr/include/asio/ssl/host_name_verification.hpp \
|
|
||||||
/usr/include/asio/ssl/impl/host_name_verification.ipp \
|
|
||||||
/usr/include/asio/ssl/stream.hpp \
|
|
||||||
/usr/include/asio/ssl/detail/buffered_handshake_op.hpp \
|
|
||||||
/usr/include/asio/ssl/detail/engine.hpp \
|
|
||||||
/usr/include/asio/ssl/stream_base.hpp \
|
|
||||||
/usr/include/asio/ssl/detail/impl/engine.ipp \
|
|
||||||
/usr/include/asio/ssl/detail/handshake_op.hpp \
|
|
||||||
/usr/include/asio/ssl/detail/io.hpp \
|
|
||||||
/usr/include/asio/ssl/detail/stream_core.hpp \
|
|
||||||
/usr/include/asio/ssl/detail/read_op.hpp \
|
|
||||||
/usr/include/asio/ssl/detail/shutdown_op.hpp \
|
|
||||||
/usr/include/asio/ssl/detail/write_op.hpp /usr/include/crow/json.h \
|
|
||||||
/usr/include/c++/13/cfloat \
|
|
||||||
/usr/lib/gcc/x86_64-linux-gnu/13/include/float.h \
|
|
||||||
/usr/include/crow/returnable.h /usr/include/crow/logging.h \
|
|
||||||
/usr/include/crow/mustache.h /usr/include/c++/13/fstream \
|
|
||||||
/usr/include/x86_64-linux-gnu/c++/13/bits/basic_file.h \
|
|
||||||
/usr/include/x86_64-linux-gnu/c++/13/bits/c++io.h \
|
|
||||||
/usr/include/c++/13/bits/fstream.tcc /usr/include/crow/task_timer.h \
|
|
||||||
/usr/include/c++/13/map /usr/include/c++/13/bits/stl_tree.h \
|
|
||||||
/usr/include/c++/13/bits/stl_map.h \
|
|
||||||
/usr/include/c++/13/bits/stl_multimap.h /usr/include/crow/http_request.h \
|
|
||||||
/usr/include/crow/websocket.h /usr/include/crow/TinySHA1.hpp \
|
|
||||||
/usr/include/crow/parser.h /usr/include/crow/http_response.h \
|
|
||||||
/usr/include/crow/mime_types.h /usr/include/crow/multipart.h \
|
|
||||||
/usr/include/crow/exceptions.h /usr/include/crow/multipart_view.h \
|
|
||||||
/usr/include/c++/13/charconv /usr/include/crow/routing.h \
|
|
||||||
/usr/include/crow/middleware.h /usr/include/crow/middleware_context.h \
|
|
||||||
/usr/include/crow/compression.h /usr/include/zlib.h /usr/include/zconf.h \
|
|
||||||
/usr/include/crow/http_connection.h /usr/include/crow/http_server.h \
|
|
||||||
/usr/include/crow/version.h /usr/include/crow/app.h \
|
|
||||||
/usr/include/c++/13/thread /usr/include/c++/13/bits/this_thread_sleep.h \
|
|
||||||
/home/douwe/Nextcloud/Projects/douwco.be/include/server.hpp
|
|
||||||
@@ -1 +0,0 @@
|
|||||||
3
|
|
||||||
@@ -1,30 +0,0 @@
|
|||||||
# Specify the minimum required version of CMake
|
|
||||||
cmake_minimum_required(VERSION 3.10)
|
|
||||||
|
|
||||||
# Set the name of the project
|
|
||||||
project(douwco_web)
|
|
||||||
|
|
||||||
# Find required packages
|
|
||||||
find_package(Crow)
|
|
||||||
find_package(OpenSSL REQUIRED)
|
|
||||||
find_package(ZLIB REQUIRED)
|
|
||||||
|
|
||||||
# Set C++ standard to C++17
|
|
||||||
set(CMAKE_CXX_STANDARD 17)
|
|
||||||
|
|
||||||
# Add the executable
|
|
||||||
add_executable(douwco_web
|
|
||||||
src/main.cpp
|
|
||||||
src/server.cpp
|
|
||||||
)
|
|
||||||
|
|
||||||
# Specify include directories
|
|
||||||
target_include_directories(douwco_web PRIVATE
|
|
||||||
${PROJECT_SOURCE_DIR}/include
|
|
||||||
${OPENSSL_INCLUDE_DIR}
|
|
||||||
)
|
|
||||||
|
|
||||||
target_link_libraries(douwco_web PUBLIC
|
|
||||||
Crow::Crow
|
|
||||||
${OPENSSL_LIBRARIES} ${ZLIB_LIBRARIES}
|
|
||||||
)
|
|
||||||
21
DouwcoWebsite.sln
Normal file
21
DouwcoWebsite.sln
Normal file
@@ -0,0 +1,21 @@
|
|||||||
|
|
||||||
|
Microsoft Visual Studio Solution File, Format Version 12.00
|
||||||
|
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "DouwcoWebsite", "DouwcoWebsite\DouwcoWebsite.csproj", "{CCF6B1B7-9CEB-485C-BDE4-BB6A2D1BC9A5}"
|
||||||
|
EndProject
|
||||||
|
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{694925D6-4EC4-41C4-A53D-E2EB3B80A0F7}"
|
||||||
|
ProjectSection(SolutionItems) = preProject
|
||||||
|
compose.yaml = compose.yaml
|
||||||
|
EndProjectSection
|
||||||
|
EndProject
|
||||||
|
Global
|
||||||
|
GlobalSection(SolutionConfigurationPlatforms) = preSolution
|
||||||
|
Debug|Any CPU = Debug|Any CPU
|
||||||
|
Release|Any CPU = Release|Any CPU
|
||||||
|
EndGlobalSection
|
||||||
|
GlobalSection(ProjectConfigurationPlatforms) = postSolution
|
||||||
|
{CCF6B1B7-9CEB-485C-BDE4-BB6A2D1BC9A5}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
|
||||||
|
{CCF6B1B7-9CEB-485C-BDE4-BB6A2D1BC9A5}.Debug|Any CPU.Build.0 = Debug|Any CPU
|
||||||
|
{CCF6B1B7-9CEB-485C-BDE4-BB6A2D1BC9A5}.Release|Any CPU.ActiveCfg = Release|Any CPU
|
||||||
|
{CCF6B1B7-9CEB-485C-BDE4-BB6A2D1BC9A5}.Release|Any CPU.Build.0 = Release|Any CPU
|
||||||
|
EndGlobalSection
|
||||||
|
EndGlobal
|
||||||
15
DouwcoWebsite/.idea/.idea.DouwcoWebsite.dir/.idea/.gitignore
generated
vendored
Normal file
15
DouwcoWebsite/.idea/.idea.DouwcoWebsite.dir/.idea/.gitignore
generated
vendored
Normal file
@@ -0,0 +1,15 @@
|
|||||||
|
# Default ignored files
|
||||||
|
/shelf/
|
||||||
|
/workspace.xml
|
||||||
|
# Rider ignored files
|
||||||
|
/contentModel.xml
|
||||||
|
/projectSettingsUpdater.xml
|
||||||
|
/modules.xml
|
||||||
|
/.idea.DouwcoWebsite.iml
|
||||||
|
# Ignored default folder with query files
|
||||||
|
/queries/
|
||||||
|
# Datasource local storage ignored files
|
||||||
|
/dataSources/
|
||||||
|
/dataSources.local.xml
|
||||||
|
# Editor-based HTTP Client requests
|
||||||
|
/httpRequests/
|
||||||
4
DouwcoWebsite/.idea/.idea.DouwcoWebsite.dir/.idea/encodings.xml
generated
Normal file
4
DouwcoWebsite/.idea/.idea.DouwcoWebsite.dir/.idea/encodings.xml
generated
Normal file
@@ -0,0 +1,4 @@
|
|||||||
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
|
<project version="4">
|
||||||
|
<component name="Encoding" addBOMForNewFiles="with BOM under Windows, with no BOM otherwise" />
|
||||||
|
</project>
|
||||||
8
DouwcoWebsite/.idea/.idea.DouwcoWebsite.dir/.idea/indexLayout.xml
generated
Normal file
8
DouwcoWebsite/.idea/.idea.DouwcoWebsite.dir/.idea/indexLayout.xml
generated
Normal file
@@ -0,0 +1,8 @@
|
|||||||
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
|
<project version="4">
|
||||||
|
<component name="UserContentModel">
|
||||||
|
<attachedFolders />
|
||||||
|
<explicitIncludes />
|
||||||
|
<explicitExcludes />
|
||||||
|
</component>
|
||||||
|
</project>
|
||||||
6
DouwcoWebsite/.idea/.idea.DouwcoWebsite.dir/.idea/vcs.xml
generated
Normal file
6
DouwcoWebsite/.idea/.idea.DouwcoWebsite.dir/.idea/vcs.xml
generated
Normal file
@@ -0,0 +1,6 @@
|
|||||||
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
|
<project version="4">
|
||||||
|
<component name="VcsDirectoryMappings">
|
||||||
|
<mapping directory="$PROJECT_DIR$/../.." vcs="Git" />
|
||||||
|
</component>
|
||||||
|
</project>
|
||||||
23
DouwcoWebsite/Dockerfile
Normal file
23
DouwcoWebsite/Dockerfile
Normal file
@@ -0,0 +1,23 @@
|
|||||||
|
FROM mcr.microsoft.com/dotnet/aspnet:10.0 AS base
|
||||||
|
USER $APP_UID
|
||||||
|
WORKDIR /app
|
||||||
|
EXPOSE 8080
|
||||||
|
EXPOSE 8081
|
||||||
|
|
||||||
|
FROM mcr.microsoft.com/dotnet/sdk:10.0 AS build
|
||||||
|
ARG BUILD_CONFIGURATION=Release
|
||||||
|
WORKDIR /src
|
||||||
|
COPY ["DouwcoWebsite/DouwcoWebsite.csproj", "DouwcoWebsite/"]
|
||||||
|
RUN dotnet restore "DouwcoWebsite/DouwcoWebsite.csproj"
|
||||||
|
COPY . .
|
||||||
|
WORKDIR "/src/DouwcoWebsite"
|
||||||
|
RUN dotnet build "./DouwcoWebsite.csproj" -c $BUILD_CONFIGURATION -o /app/build
|
||||||
|
|
||||||
|
FROM build AS publish
|
||||||
|
ARG BUILD_CONFIGURATION=Release
|
||||||
|
RUN dotnet publish "./DouwcoWebsite.csproj" -c $BUILD_CONFIGURATION -o /app/publish /p:UseAppHost=false
|
||||||
|
|
||||||
|
FROM base AS final
|
||||||
|
WORKDIR /app
|
||||||
|
COPY --from=publish /app/publish .
|
||||||
|
ENTRYPOINT ["dotnet", "DouwcoWebsite.dll"]
|
||||||
91
DouwcoWebsite/DouwcoWebsite.csproj
Normal file
91
DouwcoWebsite/DouwcoWebsite.csproj
Normal file
@@ -0,0 +1,91 @@
|
|||||||
|
<Project Sdk="Microsoft.NET.Sdk.Web">
|
||||||
|
|
||||||
|
<PropertyGroup>
|
||||||
|
<TargetFramework>net10.0</TargetFramework>
|
||||||
|
<Nullable>enable</Nullable>
|
||||||
|
<ImplicitUsings>enable</ImplicitUsings>
|
||||||
|
<DockerDefaultTargetOS>Linux</DockerDefaultTargetOS>
|
||||||
|
</PropertyGroup>
|
||||||
|
|
||||||
|
<ItemGroup>
|
||||||
|
<Content Include="..\.dockerignore">
|
||||||
|
<Link>.dockerignore</Link>
|
||||||
|
</Content>
|
||||||
|
</ItemGroup>
|
||||||
|
|
||||||
|
<ItemGroup>
|
||||||
|
<_ContentIncludedByDefault Remove="wwwroot\lib\bootstrap\dist\css\bootstrap-grid.css" />
|
||||||
|
<_ContentIncludedByDefault Remove="wwwroot\lib\bootstrap\dist\css\bootstrap-grid.css.map" />
|
||||||
|
<_ContentIncludedByDefault Remove="wwwroot\lib\bootstrap\dist\css\bootstrap-grid.min.css" />
|
||||||
|
<_ContentIncludedByDefault Remove="wwwroot\lib\bootstrap\dist\css\bootstrap-grid.min.css.map" />
|
||||||
|
<_ContentIncludedByDefault Remove="wwwroot\lib\bootstrap\dist\css\bootstrap-grid.rtl.css" />
|
||||||
|
<_ContentIncludedByDefault Remove="wwwroot\lib\bootstrap\dist\css\bootstrap-grid.rtl.css.map" />
|
||||||
|
<_ContentIncludedByDefault Remove="wwwroot\lib\bootstrap\dist\css\bootstrap-grid.rtl.min.css" />
|
||||||
|
<_ContentIncludedByDefault Remove="wwwroot\lib\bootstrap\dist\css\bootstrap-grid.rtl.min.css.map" />
|
||||||
|
<_ContentIncludedByDefault Remove="wwwroot\lib\bootstrap\dist\css\bootstrap-reboot.css" />
|
||||||
|
<_ContentIncludedByDefault Remove="wwwroot\lib\bootstrap\dist\css\bootstrap-reboot.css.map" />
|
||||||
|
<_ContentIncludedByDefault Remove="wwwroot\lib\bootstrap\dist\css\bootstrap-reboot.min.css" />
|
||||||
|
<_ContentIncludedByDefault Remove="wwwroot\lib\bootstrap\dist\css\bootstrap-reboot.min.css.map" />
|
||||||
|
<_ContentIncludedByDefault Remove="wwwroot\lib\bootstrap\dist\css\bootstrap-reboot.rtl.css" />
|
||||||
|
<_ContentIncludedByDefault Remove="wwwroot\lib\bootstrap\dist\css\bootstrap-reboot.rtl.css.map" />
|
||||||
|
<_ContentIncludedByDefault Remove="wwwroot\lib\bootstrap\dist\css\bootstrap-reboot.rtl.min.css" />
|
||||||
|
<_ContentIncludedByDefault Remove="wwwroot\lib\bootstrap\dist\css\bootstrap-reboot.rtl.min.css.map" />
|
||||||
|
<_ContentIncludedByDefault Remove="wwwroot\lib\bootstrap\dist\css\bootstrap-utilities.css" />
|
||||||
|
<_ContentIncludedByDefault Remove="wwwroot\lib\bootstrap\dist\css\bootstrap-utilities.css.map" />
|
||||||
|
<_ContentIncludedByDefault Remove="wwwroot\lib\bootstrap\dist\css\bootstrap-utilities.min.css" />
|
||||||
|
<_ContentIncludedByDefault Remove="wwwroot\lib\bootstrap\dist\css\bootstrap-utilities.min.css.map" />
|
||||||
|
<_ContentIncludedByDefault Remove="wwwroot\lib\bootstrap\dist\css\bootstrap-utilities.rtl.css" />
|
||||||
|
<_ContentIncludedByDefault Remove="wwwroot\lib\bootstrap\dist\css\bootstrap-utilities.rtl.css.map" />
|
||||||
|
<_ContentIncludedByDefault Remove="wwwroot\lib\bootstrap\dist\css\bootstrap-utilities.rtl.min.css" />
|
||||||
|
<_ContentIncludedByDefault Remove="wwwroot\lib\bootstrap\dist\css\bootstrap-utilities.rtl.min.css.map" />
|
||||||
|
<_ContentIncludedByDefault Remove="wwwroot\lib\bootstrap\dist\css\bootstrap.css" />
|
||||||
|
<_ContentIncludedByDefault Remove="wwwroot\lib\bootstrap\dist\css\bootstrap.css.map" />
|
||||||
|
<_ContentIncludedByDefault Remove="wwwroot\lib\bootstrap\dist\css\bootstrap.min.css" />
|
||||||
|
<_ContentIncludedByDefault Remove="wwwroot\lib\bootstrap\dist\css\bootstrap.min.css.map" />
|
||||||
|
<_ContentIncludedByDefault Remove="wwwroot\lib\bootstrap\dist\css\bootstrap.rtl.css" />
|
||||||
|
<_ContentIncludedByDefault Remove="wwwroot\lib\bootstrap\dist\css\bootstrap.rtl.css.map" />
|
||||||
|
<_ContentIncludedByDefault Remove="wwwroot\lib\bootstrap\dist\css\bootstrap.rtl.min.css" />
|
||||||
|
<_ContentIncludedByDefault Remove="wwwroot\lib\bootstrap\dist\css\bootstrap.rtl.min.css.map" />
|
||||||
|
<_ContentIncludedByDefault Remove="wwwroot\lib\bootstrap\dist\js\bootstrap.bundle.js" />
|
||||||
|
<_ContentIncludedByDefault Remove="wwwroot\lib\bootstrap\dist\js\bootstrap.bundle.js.map" />
|
||||||
|
<_ContentIncludedByDefault Remove="wwwroot\lib\bootstrap\dist\js\bootstrap.bundle.min.js" />
|
||||||
|
<_ContentIncludedByDefault Remove="wwwroot\lib\bootstrap\dist\js\bootstrap.bundle.min.js.map" />
|
||||||
|
<_ContentIncludedByDefault Remove="wwwroot\lib\bootstrap\dist\js\bootstrap.esm.js" />
|
||||||
|
<_ContentIncludedByDefault Remove="wwwroot\lib\bootstrap\dist\js\bootstrap.esm.js.map" />
|
||||||
|
<_ContentIncludedByDefault Remove="wwwroot\lib\bootstrap\dist\js\bootstrap.esm.min.js" />
|
||||||
|
<_ContentIncludedByDefault Remove="wwwroot\lib\bootstrap\dist\js\bootstrap.esm.min.js.map" />
|
||||||
|
<_ContentIncludedByDefault Remove="wwwroot\lib\bootstrap\dist\js\bootstrap.js" />
|
||||||
|
<_ContentIncludedByDefault Remove="wwwroot\lib\bootstrap\dist\js\bootstrap.js.map" />
|
||||||
|
<_ContentIncludedByDefault Remove="wwwroot\lib\bootstrap\dist\js\bootstrap.min.js" />
|
||||||
|
<_ContentIncludedByDefault Remove="wwwroot\lib\bootstrap\dist\js\bootstrap.min.js.map" />
|
||||||
|
<_ContentIncludedByDefault Remove="wwwroot\lib\bootstrap\LICENSE" />
|
||||||
|
<_ContentIncludedByDefault Remove="wwwroot\lib\jquery-validation-unobtrusive\dist\jquery.validate.unobtrusive.js" />
|
||||||
|
<_ContentIncludedByDefault Remove="wwwroot\lib\jquery-validation-unobtrusive\dist\jquery.validate.unobtrusive.min.js" />
|
||||||
|
<_ContentIncludedByDefault Remove="wwwroot\lib\jquery-validation-unobtrusive\LICENSE.txt" />
|
||||||
|
<_ContentIncludedByDefault Remove="wwwroot\lib\jquery-validation\dist\additional-methods.js" />
|
||||||
|
<_ContentIncludedByDefault Remove="wwwroot\lib\jquery-validation\dist\additional-methods.min.js" />
|
||||||
|
<_ContentIncludedByDefault Remove="wwwroot\lib\jquery-validation\dist\jquery.validate.js" />
|
||||||
|
<_ContentIncludedByDefault Remove="wwwroot\lib\jquery-validation\dist\jquery.validate.min.js" />
|
||||||
|
<_ContentIncludedByDefault Remove="wwwroot\lib\jquery-validation\LICENSE.md" />
|
||||||
|
<_ContentIncludedByDefault Remove="wwwroot\lib\jquery\dist\jquery.js" />
|
||||||
|
<_ContentIncludedByDefault Remove="wwwroot\lib\jquery\dist\jquery.min.js" />
|
||||||
|
<_ContentIncludedByDefault Remove="wwwroot\lib\jquery\dist\jquery.min.map" />
|
||||||
|
<_ContentIncludedByDefault Remove="wwwroot\lib\jquery\dist\jquery.slim.js" />
|
||||||
|
<_ContentIncludedByDefault Remove="wwwroot\lib\jquery\dist\jquery.slim.min.js" />
|
||||||
|
<_ContentIncludedByDefault Remove="wwwroot\lib\jquery\dist\jquery.slim.min.map" />
|
||||||
|
<_ContentIncludedByDefault Remove="wwwroot\lib\jquery\LICENSE.txt" />
|
||||||
|
<_ContentIncludedByDefault Remove="Pages\AboutMe.cshtml" />
|
||||||
|
<_ContentIncludedByDefault Remove="Pages\DouwcoApps.cshtml" />
|
||||||
|
<_ContentIncludedByDefault Remove="Pages\Error.cshtml" />
|
||||||
|
<_ContentIncludedByDefault Remove="Pages\MyGames.cshtml" />
|
||||||
|
<_ContentIncludedByDefault Remove="Pages\Shared\_Layout.cshtml" />
|
||||||
|
<_ContentIncludedByDefault Remove="Pages\Shared\_ValidationScriptsPartial.cshtml" />
|
||||||
|
<_ContentIncludedByDefault Remove="Pages\_ViewImports.cshtml" />
|
||||||
|
<_ContentIncludedByDefault Remove="Pages\_ViewStart.cshtml" />
|
||||||
|
</ItemGroup>
|
||||||
|
|
||||||
|
<ItemGroup>
|
||||||
|
<None Include="wwwroot\index.html" />
|
||||||
|
</ItemGroup>
|
||||||
|
|
||||||
|
</Project>
|
||||||
18
DouwcoWebsite/Program.cs
Normal file
18
DouwcoWebsite/Program.cs
Normal file
@@ -0,0 +1,18 @@
|
|||||||
|
var builder = WebApplication.CreateBuilder(args);
|
||||||
|
|
||||||
|
// Add services to the container.
|
||||||
|
builder.Services.AddControllers(); // For API controllers
|
||||||
|
|
||||||
|
var app = builder.Build();
|
||||||
|
app.MapGet("/api/test", () => "test works!");
|
||||||
|
|
||||||
|
// Configure the HTTP request pipeline.
|
||||||
|
// No need for UseHttpsRedirection or UseHsts, as Nginx handles SSL.
|
||||||
|
app.UseDefaultFiles(); // Enable default file serving
|
||||||
|
app.UseStaticFiles(); // Serve static files from wwwroot
|
||||||
|
app.UseRouting();
|
||||||
|
app.UseAuthorization();
|
||||||
|
|
||||||
|
app.MapControllers(); // Map API controllers
|
||||||
|
|
||||||
|
app.Run();
|
||||||
14
DouwcoWebsite/Properties/launchSettings.json
Normal file
14
DouwcoWebsite/Properties/launchSettings.json
Normal file
@@ -0,0 +1,14 @@
|
|||||||
|
{
|
||||||
|
"$schema": "https://json.schemastore.org/launchsettings.json",
|
||||||
|
"profiles": {
|
||||||
|
"http": {
|
||||||
|
"commandName": "Project",
|
||||||
|
"dotnetRunMessages": true,
|
||||||
|
"launchBrowser": true,
|
||||||
|
"applicationUrl": "http://localhost:8080",
|
||||||
|
"environmentVariables": {
|
||||||
|
"ASPNETCORE_ENVIRONMENT": "Development"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
9
DouwcoWebsite/appsettings.Development.json
Normal file
9
DouwcoWebsite/appsettings.Development.json
Normal file
@@ -0,0 +1,9 @@
|
|||||||
|
{
|
||||||
|
"DetailedErrors": true,
|
||||||
|
"Logging": {
|
||||||
|
"LogLevel": {
|
||||||
|
"Default": "Information",
|
||||||
|
"Microsoft.AspNetCore": "Warning"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
9
DouwcoWebsite/appsettings.json
Normal file
9
DouwcoWebsite/appsettings.json
Normal file
@@ -0,0 +1,9 @@
|
|||||||
|
{
|
||||||
|
"Logging": {
|
||||||
|
"LogLevel": {
|
||||||
|
"Default": "Information",
|
||||||
|
"Microsoft.AspNetCore": "Warning"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"AllowedHosts": "*"
|
||||||
|
}
|
||||||
BIN
DouwcoWebsite/bin/Debug/net10.0/DouwcoWebsite
Executable file
BIN
DouwcoWebsite/bin/Debug/net10.0/DouwcoWebsite
Executable file
Binary file not shown.
23
DouwcoWebsite/bin/Debug/net10.0/DouwcoWebsite.deps.json
Normal file
23
DouwcoWebsite/bin/Debug/net10.0/DouwcoWebsite.deps.json
Normal file
@@ -0,0 +1,23 @@
|
|||||||
|
{
|
||||||
|
"runtimeTarget": {
|
||||||
|
"name": ".NETCoreApp,Version=v10.0",
|
||||||
|
"signature": ""
|
||||||
|
},
|
||||||
|
"compilationOptions": {},
|
||||||
|
"targets": {
|
||||||
|
".NETCoreApp,Version=v10.0": {
|
||||||
|
"DouwcoWebsite/1.0.0": {
|
||||||
|
"runtime": {
|
||||||
|
"DouwcoWebsite.dll": {}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"libraries": {
|
||||||
|
"DouwcoWebsite/1.0.0": {
|
||||||
|
"type": "project",
|
||||||
|
"serviceable": false,
|
||||||
|
"sha512": ""
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
BIN
DouwcoWebsite/bin/Debug/net10.0/DouwcoWebsite.dll
Normal file
BIN
DouwcoWebsite/bin/Debug/net10.0/DouwcoWebsite.dll
Normal file
Binary file not shown.
BIN
DouwcoWebsite/bin/Debug/net10.0/DouwcoWebsite.pdb
Normal file
BIN
DouwcoWebsite/bin/Debug/net10.0/DouwcoWebsite.pdb
Normal file
Binary file not shown.
@@ -0,0 +1,19 @@
|
|||||||
|
{
|
||||||
|
"runtimeOptions": {
|
||||||
|
"tfm": "net10.0",
|
||||||
|
"frameworks": [
|
||||||
|
{
|
||||||
|
"name": "Microsoft.NETCore.App",
|
||||||
|
"version": "10.0.0"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "Microsoft.AspNetCore.App",
|
||||||
|
"version": "10.0.0"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"configProperties": {
|
||||||
|
"System.GC.Server": true,
|
||||||
|
"System.Runtime.Serialization.EnableUnsafeBinaryFormatterSerialization": false
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
File diff suppressed because one or more lines are too long
@@ -0,0 +1 @@
|
|||||||
|
{"ContentRoots":["/home/douwe/Projects/douwco_website/DouwcoWebsite/wwwroot/","/home/douwe/Projects/douwco_website/DouwcoWebsite/obj/Debug/net10.0/compressed/"],"Root":{"Children":{"favicon.ico":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"favicon.ico"},"Patterns":null},"favicon.ico.gz":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"3fe14md6js-{0}-ad5rsjjdyd-ad5rsjjdyd.gz"},"Patterns":null},"index.html":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"index.html"},"Patterns":null},"index.html.gz":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"5pgf5y6ixc-{0}-ew1mknl83p-ew1mknl83p.gz"},"Patterns":null},"css":{"Children":{"douwco.css":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"css/douwco.css"},"Patterns":null},"douwco.css.gz":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"gihkos5oja-{0}-hj6z4y4hul-hj6z4y4hul.gz"},"Patterns":null},"style.css":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"css/style.css"},"Patterns":null},"style.css.gz":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"y4abnvwn9e-{0}-zht5oisgp4-zht5oisgp4.gz"},"Patterns":null}},"Asset":null,"Patterns":null},"fonts":{"Children":{"Montserrat-Bold.ttf":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"fonts/Montserrat-Bold.ttf"},"Patterns":null},"Montserrat-Regular.ttf":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"fonts/Montserrat-Regular.ttf"},"Patterns":null},"Righteous-Regular.ttf":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"fonts/Righteous-Regular.ttf"},"Patterns":null}},"Asset":null,"Patterns":null},"img":{"Children":{"alcove.png":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"img/alcove.png"},"Patterns":null},"douwco_logo.png":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"img/douwco_logo.png"},"Patterns":null},"godot_addons.png":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"img/godot_addons.png"},"Patterns":null},"me_img.png":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"img/me_img.png"},"Patterns":null},"rollability.png":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"img/rollability.png"},"Patterns":null},"server_image.png":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"img/server_image.png"},"Patterns":null},"icons":{"Children":{"devicegamepad2.png":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"img/icons/devicegamepad2.png"},"Patterns":null},"europe.png":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"img/icons/europe.png"},"Patterns":null},"projects_icon.png":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"img/icons/projects_icon.png"},"Patterns":null},"user.png":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"img/icons/user.png"},"Patterns":null}},"Asset":null,"Patterns":null}},"Asset":null,"Patterns":null},"includes":{"Children":{"about_me.html":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"includes/about_me.html"},"Patterns":null},"about_me.html.gz":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"rqvxc4n2h7-{0}-uc8ei42wrd-uc8ei42wrd.gz"},"Patterns":null},"apps.html":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"includes/apps.html"},"Patterns":null},"apps.html.gz":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"7kp535os10-{0}-lzakhpjgbx-lzakhpjgbx.gz"},"Patterns":null},"games.html":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"includes/games.html"},"Patterns":null},"games.html.gz":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"ghqq3f4wla-{0}-4rnn98hyqz-4rnn98hyqz.gz"},"Patterns":null},"home.html":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"includes/home.html"},"Patterns":null},"home.html.gz":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"u37b8dra09-{0}-1tkatawvq4-1tkatawvq4.gz"},"Patterns":null}},"Asset":null,"Patterns":null},"js":{"Children":{"index.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"js/index.js"},"Patterns":null},"index.js.gz":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"t56gjpiflg-{0}-ga1fkhapv2-ga1fkhapv2.gz"},"Patterns":null},"main.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"js/main.js"},"Patterns":null},"main.js.gz":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"u8wak7zjry-{0}-gapopd6iwt-gapopd6iwt.gz"},"Patterns":null}},"Asset":null,"Patterns":null},"vid":{"Children":{"procedural_streets.mp4":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"vid/procedural_streets.mp4"},"Patterns":null}},"Asset":null,"Patterns":null}},"Asset":null,"Patterns":[{"ContentRootIndex":0,"Pattern":"**","Depth":0}]}}
|
||||||
@@ -0,0 +1,9 @@
|
|||||||
|
{
|
||||||
|
"DetailedErrors": true,
|
||||||
|
"Logging": {
|
||||||
|
"LogLevel": {
|
||||||
|
"Default": "Information",
|
||||||
|
"Microsoft.AspNetCore": "Warning"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
9
DouwcoWebsite/bin/Debug/net10.0/appsettings.json
Normal file
9
DouwcoWebsite/bin/Debug/net10.0/appsettings.json
Normal file
@@ -0,0 +1,9 @@
|
|||||||
|
{
|
||||||
|
"Logging": {
|
||||||
|
"LogLevel": {
|
||||||
|
"Default": "Information",
|
||||||
|
"Microsoft.AspNetCore": "Warning"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"AllowedHosts": "*"
|
||||||
|
}
|
||||||
@@ -0,0 +1,4 @@
|
|||||||
|
// <autogenerated />
|
||||||
|
using System;
|
||||||
|
using System.Reflection;
|
||||||
|
[assembly: global::System.Runtime.Versioning.TargetFrameworkAttribute(".NETCoreApp,Version=v10.0", FrameworkDisplayName = ".NET 10.0")]
|
||||||
@@ -0,0 +1,22 @@
|
|||||||
|
//------------------------------------------------------------------------------
|
||||||
|
// <auto-generated>
|
||||||
|
// This code was generated by a tool.
|
||||||
|
//
|
||||||
|
// Changes to this file may cause incorrect behavior and will be lost if
|
||||||
|
// the code is regenerated.
|
||||||
|
// </auto-generated>
|
||||||
|
//------------------------------------------------------------------------------
|
||||||
|
|
||||||
|
using System;
|
||||||
|
using System.Reflection;
|
||||||
|
|
||||||
|
[assembly: System.Reflection.AssemblyCompanyAttribute("DouwcoWebsite")]
|
||||||
|
[assembly: System.Reflection.AssemblyConfigurationAttribute("Debug")]
|
||||||
|
[assembly: System.Reflection.AssemblyFileVersionAttribute("1.0.0.0")]
|
||||||
|
[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0+124c97e6ccd0fd8ef0164f0b2d0819c86413c47d")]
|
||||||
|
[assembly: System.Reflection.AssemblyProductAttribute("DouwcoWebsite")]
|
||||||
|
[assembly: System.Reflection.AssemblyTitleAttribute("DouwcoWebsite")]
|
||||||
|
[assembly: System.Reflection.AssemblyVersionAttribute("1.0.0.0")]
|
||||||
|
|
||||||
|
// Generated by the MSBuild WriteCodeFragment class.
|
||||||
|
|
||||||
@@ -0,0 +1 @@
|
|||||||
|
fdbaf8500e6eb7a2b9a6f73968667501e6723693d7a4495e4dddf56f8eed4aa1
|
||||||
@@ -0,0 +1,23 @@
|
|||||||
|
is_global = true
|
||||||
|
build_property.TargetFramework = net10.0
|
||||||
|
build_property.TargetFrameworkIdentifier = .NETCoreApp
|
||||||
|
build_property.TargetFrameworkVersion = v10.0
|
||||||
|
build_property.TargetPlatformMinVersion =
|
||||||
|
build_property.UsingMicrosoftNETSdkWeb = true
|
||||||
|
build_property.ProjectTypeGuids =
|
||||||
|
build_property.InvariantGlobalization =
|
||||||
|
build_property.PlatformNeutralAssembly =
|
||||||
|
build_property.EnforceExtendedAnalyzerRules =
|
||||||
|
build_property._SupportedPlatformList = Linux,macOS,Windows
|
||||||
|
build_property.RootNamespace = DouwcoWebsite
|
||||||
|
build_property.RootNamespace = DouwcoWebsite
|
||||||
|
build_property.ProjectDir = /home/douwe/Projects/douwco_website/DouwcoWebsite/
|
||||||
|
build_property.EnableComHosting =
|
||||||
|
build_property.EnableGeneratedComInterfaceComImportInterop =
|
||||||
|
build_property.RazorLangVersion = 9.0
|
||||||
|
build_property.SupportLocalizedComponentNames =
|
||||||
|
build_property.GenerateRazorMetadataSourceChecksumAttributes =
|
||||||
|
build_property.MSBuildProjectDirectory = /home/douwe/Projects/douwco_website/DouwcoWebsite
|
||||||
|
build_property._RazorSourceGeneratorDebug =
|
||||||
|
build_property.EffectiveAnalysisLevelStyle = 10.0
|
||||||
|
build_property.EnableCodeStyleSeverity =
|
||||||
@@ -0,0 +1,17 @@
|
|||||||
|
// <auto-generated/>
|
||||||
|
global using Microsoft.AspNetCore.Builder;
|
||||||
|
global using Microsoft.AspNetCore.Hosting;
|
||||||
|
global using Microsoft.AspNetCore.Http;
|
||||||
|
global using Microsoft.AspNetCore.Routing;
|
||||||
|
global using Microsoft.Extensions.Configuration;
|
||||||
|
global using Microsoft.Extensions.DependencyInjection;
|
||||||
|
global using Microsoft.Extensions.Hosting;
|
||||||
|
global using Microsoft.Extensions.Logging;
|
||||||
|
global using System;
|
||||||
|
global using System.Collections.Generic;
|
||||||
|
global using System.IO;
|
||||||
|
global using System.Linq;
|
||||||
|
global using System.Net.Http;
|
||||||
|
global using System.Net.Http.Json;
|
||||||
|
global using System.Threading;
|
||||||
|
global using System.Threading.Tasks;
|
||||||
BIN
DouwcoWebsite/obj/Debug/net10.0/DouwcoWebsite.assets.cache
Normal file
BIN
DouwcoWebsite/obj/Debug/net10.0/DouwcoWebsite.assets.cache
Normal file
Binary file not shown.
@@ -0,0 +1 @@
|
|||||||
|
74b9bd496c05eb2a4046e1b4fb88f5712da3bff33d1379765a5a99db2c3ed771
|
||||||
@@ -0,0 +1,174 @@
|
|||||||
|
/mnt/douwe/hdd/Projects/DouwcoWebsite/DouwcoWebsite/bin/Debug/net10.0/appsettings.Development.json
|
||||||
|
/mnt/douwe/hdd/Projects/DouwcoWebsite/DouwcoWebsite/bin/Debug/net10.0/appsettings.json
|
||||||
|
/mnt/douwe/hdd/Projects/DouwcoWebsite/DouwcoWebsite/bin/Debug/net10.0/DouwcoWebsite.staticwebassets.runtime.json
|
||||||
|
/mnt/douwe/hdd/Projects/DouwcoWebsite/DouwcoWebsite/bin/Debug/net10.0/DouwcoWebsite.staticwebassets.endpoints.json
|
||||||
|
/mnt/douwe/hdd/Projects/DouwcoWebsite/DouwcoWebsite/bin/Debug/net10.0/DouwcoWebsite
|
||||||
|
/mnt/douwe/hdd/Projects/DouwcoWebsite/DouwcoWebsite/bin/Debug/net10.0/DouwcoWebsite.deps.json
|
||||||
|
/mnt/douwe/hdd/Projects/DouwcoWebsite/DouwcoWebsite/bin/Debug/net10.0/DouwcoWebsite.runtimeconfig.json
|
||||||
|
/mnt/douwe/hdd/Projects/DouwcoWebsite/DouwcoWebsite/bin/Debug/net10.0/DouwcoWebsite.dll
|
||||||
|
/mnt/douwe/hdd/Projects/DouwcoWebsite/DouwcoWebsite/bin/Debug/net10.0/DouwcoWebsite.pdb
|
||||||
|
/mnt/douwe/hdd/Projects/DouwcoWebsite/DouwcoWebsite/obj/Debug/net10.0/rpswa.dswa.cache.json
|
||||||
|
/mnt/douwe/hdd/Projects/DouwcoWebsite/DouwcoWebsite/obj/Debug/net10.0/DouwcoWebsite.GeneratedMSBuildEditorConfig.editorconfig
|
||||||
|
/mnt/douwe/hdd/Projects/DouwcoWebsite/DouwcoWebsite/obj/Debug/net10.0/DouwcoWebsite.AssemblyInfoInputs.cache
|
||||||
|
/mnt/douwe/hdd/Projects/DouwcoWebsite/DouwcoWebsite/obj/Debug/net10.0/DouwcoWebsite.AssemblyInfo.cs
|
||||||
|
/mnt/douwe/hdd/Projects/DouwcoWebsite/DouwcoWebsite/obj/Debug/net10.0/DouwcoWebsite.csproj.CoreCompileInputs.cache
|
||||||
|
/mnt/douwe/hdd/Projects/DouwcoWebsite/DouwcoWebsite/obj/Debug/net10.0/DouwcoWebsite.MvcApplicationPartsAssemblyInfo.cache
|
||||||
|
/mnt/douwe/hdd/Projects/DouwcoWebsite/DouwcoWebsite/obj/Debug/net10.0/DouwcoWebsite.RazorAssemblyInfo.cache
|
||||||
|
/mnt/douwe/hdd/Projects/DouwcoWebsite/DouwcoWebsite/obj/Debug/net10.0/DouwcoWebsite.RazorAssemblyInfo.cs
|
||||||
|
/mnt/douwe/hdd/Projects/DouwcoWebsite/DouwcoWebsite/obj/Debug/net10.0/rjimswa.dswa.cache.json
|
||||||
|
/mnt/douwe/hdd/Projects/DouwcoWebsite/DouwcoWebsite/obj/Debug/net10.0/rjsmrazor.dswa.cache.json
|
||||||
|
/mnt/douwe/hdd/Projects/DouwcoWebsite/DouwcoWebsite/obj/Debug/net10.0/rjsmcshtml.dswa.cache.json
|
||||||
|
/mnt/douwe/hdd/Projects/DouwcoWebsite/DouwcoWebsite/obj/Debug/net10.0/scopedcss/bundle/DouwcoWebsite.styles.css
|
||||||
|
/mnt/douwe/hdd/Projects/DouwcoWebsite/DouwcoWebsite/obj/Debug/net10.0/compressed/lpy6u1e1e8-{0}-fr7q2aak1r-fr7q2aak1r.gz
|
||||||
|
/mnt/douwe/hdd/Projects/DouwcoWebsite/DouwcoWebsite/obj/Debug/net10.0/compressed/0emknxxut5-{0}-bqjiyaj88i-bqjiyaj88i.gz
|
||||||
|
/mnt/douwe/hdd/Projects/DouwcoWebsite/DouwcoWebsite/obj/Debug/net10.0/compressed/e5gpx79cxs-{0}-c2jlpeoesf-c2jlpeoesf.gz
|
||||||
|
/mnt/douwe/hdd/Projects/DouwcoWebsite/DouwcoWebsite/obj/Debug/net10.0/compressed/bsev5l1mto-{0}-erw9l3u2r3-erw9l3u2r3.gz
|
||||||
|
/mnt/douwe/hdd/Projects/DouwcoWebsite/DouwcoWebsite/obj/Debug/net10.0/compressed/bpoai94h6e-{0}-aexeepp0ev-aexeepp0ev.gz
|
||||||
|
/mnt/douwe/hdd/Projects/DouwcoWebsite/DouwcoWebsite/obj/Debug/net10.0/compressed/a85xz5z9rm-{0}-d7shbmvgxk-d7shbmvgxk.gz
|
||||||
|
/mnt/douwe/hdd/Projects/DouwcoWebsite/DouwcoWebsite/obj/Debug/net10.0/compressed/grnu1j994i-{0}-ausgxo2sd3-ausgxo2sd3.gz
|
||||||
|
/mnt/douwe/hdd/Projects/DouwcoWebsite/DouwcoWebsite/obj/Debug/net10.0/compressed/4y3srgojh1-{0}-k8d9w2qqmf-k8d9w2qqmf.gz
|
||||||
|
/mnt/douwe/hdd/Projects/DouwcoWebsite/DouwcoWebsite/obj/Debug/net10.0/compressed/deag4cc0ep-{0}-cosvhxvwiu-cosvhxvwiu.gz
|
||||||
|
/mnt/douwe/hdd/Projects/DouwcoWebsite/DouwcoWebsite/obj/Debug/net10.0/compressed/9a5zwgiaan-{0}-ub07r2b239-ub07r2b239.gz
|
||||||
|
/mnt/douwe/hdd/Projects/DouwcoWebsite/DouwcoWebsite/obj/Debug/net10.0/compressed/01soszrv00-{0}-fvhpjtyr6v-fvhpjtyr6v.gz
|
||||||
|
/mnt/douwe/hdd/Projects/DouwcoWebsite/DouwcoWebsite/obj/Debug/net10.0/compressed/h9z74ivryz-{0}-b7pk76d08c-b7pk76d08c.gz
|
||||||
|
/mnt/douwe/hdd/Projects/DouwcoWebsite/DouwcoWebsite/obj/Debug/net10.0/compressed/ialw4fnwcx-{0}-fsbi9cje9m-fsbi9cje9m.gz
|
||||||
|
/mnt/douwe/hdd/Projects/DouwcoWebsite/DouwcoWebsite/obj/Debug/net10.0/compressed/7mqlyvocgv-{0}-rzd6atqjts-rzd6atqjts.gz
|
||||||
|
/mnt/douwe/hdd/Projects/DouwcoWebsite/DouwcoWebsite/obj/Debug/net10.0/compressed/yl0mb51nsp-{0}-ee0r1s7dh0-ee0r1s7dh0.gz
|
||||||
|
/mnt/douwe/hdd/Projects/DouwcoWebsite/DouwcoWebsite/obj/Debug/net10.0/compressed/25dfnmbb9u-{0}-dxx9fxp4il-dxx9fxp4il.gz
|
||||||
|
/mnt/douwe/hdd/Projects/DouwcoWebsite/DouwcoWebsite/obj/Debug/net10.0/compressed/vzhbtdq8xa-{0}-jd9uben2k1-jd9uben2k1.gz
|
||||||
|
/mnt/douwe/hdd/Projects/DouwcoWebsite/DouwcoWebsite/obj/Debug/net10.0/compressed/dx9516ijn1-{0}-khv3u5hwcm-khv3u5hwcm.gz
|
||||||
|
/mnt/douwe/hdd/Projects/DouwcoWebsite/DouwcoWebsite/obj/Debug/net10.0/compressed/ivsf1pbtfl-{0}-r4e9w2rdcm-r4e9w2rdcm.gz
|
||||||
|
/mnt/douwe/hdd/Projects/DouwcoWebsite/DouwcoWebsite/obj/Debug/net10.0/compressed/vxd3kdoo5x-{0}-lcd1t2u6c8-lcd1t2u6c8.gz
|
||||||
|
/mnt/douwe/hdd/Projects/DouwcoWebsite/DouwcoWebsite/obj/Debug/net10.0/compressed/yyjat4wjps-{0}-c2oey78nd0-c2oey78nd0.gz
|
||||||
|
/mnt/douwe/hdd/Projects/DouwcoWebsite/DouwcoWebsite/obj/Debug/net10.0/compressed/g5jhhye44c-{0}-tdbxkamptv-tdbxkamptv.gz
|
||||||
|
/mnt/douwe/hdd/Projects/DouwcoWebsite/DouwcoWebsite/obj/Debug/net10.0/compressed/9j3o2w23du-{0}-j5mq2jizvt-j5mq2jizvt.gz
|
||||||
|
/mnt/douwe/hdd/Projects/DouwcoWebsite/DouwcoWebsite/obj/Debug/net10.0/compressed/nr5a3tbycd-{0}-06098lyss8-06098lyss8.gz
|
||||||
|
/mnt/douwe/hdd/Projects/DouwcoWebsite/DouwcoWebsite/obj/Debug/net10.0/compressed/he9jdx7oc3-{0}-nvvlpmu67g-nvvlpmu67g.gz
|
||||||
|
/mnt/douwe/hdd/Projects/DouwcoWebsite/DouwcoWebsite/obj/Debug/net10.0/compressed/z6isr2ofmm-{0}-s35ty4nyc5-s35ty4nyc5.gz
|
||||||
|
/mnt/douwe/hdd/Projects/DouwcoWebsite/DouwcoWebsite/obj/Debug/net10.0/compressed/zqxz5f6lhb-{0}-pj5nd1wqec-pj5nd1wqec.gz
|
||||||
|
/mnt/douwe/hdd/Projects/DouwcoWebsite/DouwcoWebsite/obj/Debug/net10.0/compressed/2c31mlx7tu-{0}-46ein0sx1k-46ein0sx1k.gz
|
||||||
|
/mnt/douwe/hdd/Projects/DouwcoWebsite/DouwcoWebsite/obj/Debug/net10.0/compressed/bby8wuls4f-{0}-v0zj4ognzu-v0zj4ognzu.gz
|
||||||
|
/mnt/douwe/hdd/Projects/DouwcoWebsite/DouwcoWebsite/obj/Debug/net10.0/compressed/te1t2p9he8-{0}-37tfw0ft22-37tfw0ft22.gz
|
||||||
|
/mnt/douwe/hdd/Projects/DouwcoWebsite/DouwcoWebsite/obj/Debug/net10.0/compressed/4wa4ad0sdm-{0}-hrwsygsryq-hrwsygsryq.gz
|
||||||
|
/mnt/douwe/hdd/Projects/DouwcoWebsite/DouwcoWebsite/obj/Debug/net10.0/compressed/5sm1pp01cd-{0}-pk9g2wxc8p-pk9g2wxc8p.gz
|
||||||
|
/mnt/douwe/hdd/Projects/DouwcoWebsite/DouwcoWebsite/obj/Debug/net10.0/compressed/wb0sojefje-{0}-ft3s53vfgj-ft3s53vfgj.gz
|
||||||
|
/mnt/douwe/hdd/Projects/DouwcoWebsite/DouwcoWebsite/obj/Debug/net10.0/compressed/ubh9t1cx6q-{0}-6cfz1n2cew-6cfz1n2cew.gz
|
||||||
|
/mnt/douwe/hdd/Projects/DouwcoWebsite/DouwcoWebsite/obj/Debug/net10.0/compressed/qaeeoxk0w3-{0}-6pdc2jztkx-6pdc2jztkx.gz
|
||||||
|
/mnt/douwe/hdd/Projects/DouwcoWebsite/DouwcoWebsite/obj/Debug/net10.0/compressed/fpeg47kp7z-{0}-493y06b0oq-493y06b0oq.gz
|
||||||
|
/mnt/douwe/hdd/Projects/DouwcoWebsite/DouwcoWebsite/obj/Debug/net10.0/compressed/x5ahjtjje6-{0}-iovd86k7lj-iovd86k7lj.gz
|
||||||
|
/mnt/douwe/hdd/Projects/DouwcoWebsite/DouwcoWebsite/obj/Debug/net10.0/compressed/y9rqwmg4kz-{0}-vr1egmr9el-vr1egmr9el.gz
|
||||||
|
/mnt/douwe/hdd/Projects/DouwcoWebsite/DouwcoWebsite/obj/Debug/net10.0/compressed/026ua00u9b-{0}-kbrnm935zg-kbrnm935zg.gz
|
||||||
|
/mnt/douwe/hdd/Projects/DouwcoWebsite/DouwcoWebsite/obj/Debug/net10.0/compressed/mukneu3cqb-{0}-jj8uyg4cgr-jj8uyg4cgr.gz
|
||||||
|
/mnt/douwe/hdd/Projects/DouwcoWebsite/DouwcoWebsite/obj/Debug/net10.0/compressed/soncbspue2-{0}-y7v9cxd14o-y7v9cxd14o.gz
|
||||||
|
/mnt/douwe/hdd/Projects/DouwcoWebsite/DouwcoWebsite/obj/Debug/net10.0/compressed/0dzmcr9vpm-{0}-notf2xhcfb-notf2xhcfb.gz
|
||||||
|
/mnt/douwe/hdd/Projects/DouwcoWebsite/DouwcoWebsite/obj/Debug/net10.0/compressed/3459n4ftmb-{0}-h1s4sie4z3-h1s4sie4z3.gz
|
||||||
|
/mnt/douwe/hdd/Projects/DouwcoWebsite/DouwcoWebsite/obj/Debug/net10.0/compressed/g7oxkujd5k-{0}-63fj8s7r0e-63fj8s7r0e.gz
|
||||||
|
/mnt/douwe/hdd/Projects/DouwcoWebsite/DouwcoWebsite/obj/Debug/net10.0/compressed/b9q6ycmmkx-{0}-0j3bgjxly4-0j3bgjxly4.gz
|
||||||
|
/mnt/douwe/hdd/Projects/DouwcoWebsite/DouwcoWebsite/obj/Debug/net10.0/compressed/grxt8kcu5w-{0}-47otxtyo56-47otxtyo56.gz
|
||||||
|
/mnt/douwe/hdd/Projects/DouwcoWebsite/DouwcoWebsite/obj/Debug/net10.0/compressed/awtwnwk9dt-{0}-4v8eqarkd7-4v8eqarkd7.gz
|
||||||
|
/mnt/douwe/hdd/Projects/DouwcoWebsite/DouwcoWebsite/obj/Debug/net10.0/compressed/lg4oyc8jfo-{0}-l3n5xuwxn8-l3n5xuwxn8.gz
|
||||||
|
/mnt/douwe/hdd/Projects/DouwcoWebsite/DouwcoWebsite/obj/Debug/net10.0/compressed/8g7trbycx9-{0}-ilo7uva0vt-ilo7uva0vt.gz
|
||||||
|
/mnt/douwe/hdd/Projects/DouwcoWebsite/DouwcoWebsite/obj/Debug/net10.0/compressed/g31fkeao1k-{0}-qlccset4i1-qlccset4i1.gz
|
||||||
|
/mnt/douwe/hdd/Projects/DouwcoWebsite/DouwcoWebsite/obj/Debug/net10.0/compressed/r0b9o2kz6p-{0}-lzl9nlhx6b-lzl9nlhx6b.gz
|
||||||
|
/mnt/douwe/hdd/Projects/DouwcoWebsite/DouwcoWebsite/obj/Debug/net10.0/compressed/larezwyena-{0}-ag7o75518u-ag7o75518u.gz
|
||||||
|
/mnt/douwe/hdd/Projects/DouwcoWebsite/DouwcoWebsite/obj/Debug/net10.0/compressed/c8jtyoy6mk-{0}-xzw0cte36n-xzw0cte36n.gz
|
||||||
|
/mnt/douwe/hdd/Projects/DouwcoWebsite/DouwcoWebsite/obj/Debug/net10.0/compressed/56t7cuiogq-{0}-0i3buxo5is-0i3buxo5is.gz
|
||||||
|
/mnt/douwe/hdd/Projects/DouwcoWebsite/DouwcoWebsite/obj/Debug/net10.0/compressed/2xoqamp7xs-{0}-o1o13a6vjx-o1o13a6vjx.gz
|
||||||
|
/mnt/douwe/hdd/Projects/DouwcoWebsite/DouwcoWebsite/obj/Debug/net10.0/compressed/koklc8j1re-{0}-ttgo8qnofa-ttgo8qnofa.gz
|
||||||
|
/mnt/douwe/hdd/Projects/DouwcoWebsite/DouwcoWebsite/obj/Debug/net10.0/compressed/p9fv74w3uc-{0}-2z0ns9nrw6-2z0ns9nrw6.gz
|
||||||
|
/mnt/douwe/hdd/Projects/DouwcoWebsite/DouwcoWebsite/obj/Debug/net10.0/compressed/fu8mzylu3u-{0}-muycvpuwrr-muycvpuwrr.gz
|
||||||
|
/mnt/douwe/hdd/Projects/DouwcoWebsite/DouwcoWebsite/obj/Debug/net10.0/compressed/tpaos3gjet-{0}-87fc7y1x7t-87fc7y1x7t.gz
|
||||||
|
/mnt/douwe/hdd/Projects/DouwcoWebsite/DouwcoWebsite/obj/Debug/net10.0/compressed/p36ukouwlr-{0}-jfsiqqwiad-jfsiqqwiad.gz
|
||||||
|
/mnt/douwe/hdd/Projects/DouwcoWebsite/DouwcoWebsite/obj/Debug/net10.0/staticwebassets.build.json
|
||||||
|
/mnt/douwe/hdd/Projects/DouwcoWebsite/DouwcoWebsite/obj/Debug/net10.0/staticwebassets.build.json.cache
|
||||||
|
/mnt/douwe/hdd/Projects/DouwcoWebsite/DouwcoWebsite/obj/Debug/net10.0/staticwebassets.development.json
|
||||||
|
/mnt/douwe/hdd/Projects/DouwcoWebsite/DouwcoWebsite/obj/Debug/net10.0/staticwebassets.build.endpoints.json
|
||||||
|
/mnt/douwe/hdd/Projects/DouwcoWebsite/DouwcoWebsite/obj/Debug/net10.0/swae.build.ex.cache
|
||||||
|
/mnt/douwe/hdd/Projects/DouwcoWebsite/DouwcoWebsite/obj/Debug/net10.0/DouwcoWebsite.dll
|
||||||
|
/mnt/douwe/hdd/Projects/DouwcoWebsite/DouwcoWebsite/obj/Debug/net10.0/refint/DouwcoWebsite.dll
|
||||||
|
/mnt/douwe/hdd/Projects/DouwcoWebsite/DouwcoWebsite/obj/Debug/net10.0/DouwcoWebsite.pdb
|
||||||
|
/mnt/douwe/hdd/Projects/DouwcoWebsite/DouwcoWebsite/obj/Debug/net10.0/DouwcoWebsite.genruntimeconfig.cache
|
||||||
|
/mnt/douwe/hdd/Projects/DouwcoWebsite/DouwcoWebsite/obj/Debug/net10.0/ref/DouwcoWebsite.dll
|
||||||
|
/mnt/douwe/hdd/Projects/DouwcoWebsite/DouwcoWebsite/obj/Debug/net10.0/compressed/gihkos5oja-{0}-w4zorqzbn3-w4zorqzbn3.gz
|
||||||
|
/mnt/douwe/hdd/Projects/DouwcoWebsite/DouwcoWebsite/obj/Debug/net10.0/compressed/rbmw2odb2q-{0}-f18obfo6d0-f18obfo6d0.gz
|
||||||
|
/mnt/douwe/hdd/Projects/DouwcoWebsite/DouwcoWebsite/obj/Debug/net10.0/compressed/3fe14md6js-{0}-ad5rsjjdyd-ad5rsjjdyd.gz
|
||||||
|
/mnt/douwe/hdd/Projects/DouwcoWebsite/DouwcoWebsite/obj/Debug/net10.0/compressed/a7k0gmwsrx-{0}-p1gf7i41uv-p1gf7i41uv.gz
|
||||||
|
/mnt/douwe/hdd/Projects/douwco_website/DouwcoWebsite.NET/DouwcoWebsite/bin/Debug/net10.0/appsettings.Development.json
|
||||||
|
/mnt/douwe/hdd/Projects/douwco_website/DouwcoWebsite.NET/DouwcoWebsite/bin/Debug/net10.0/appsettings.json
|
||||||
|
/mnt/douwe/hdd/Projects/douwco_website/DouwcoWebsite.NET/DouwcoWebsite/bin/Debug/net10.0/DouwcoWebsite.staticwebassets.endpoints.json
|
||||||
|
/mnt/douwe/hdd/Projects/douwco_website/DouwcoWebsite.NET/DouwcoWebsite/bin/Debug/net10.0/DouwcoWebsite.staticwebassets.runtime.json
|
||||||
|
/mnt/douwe/hdd/Projects/douwco_website/DouwcoWebsite.NET/DouwcoWebsite/bin/Debug/net10.0/DouwcoWebsite
|
||||||
|
/mnt/douwe/hdd/Projects/douwco_website/DouwcoWebsite.NET/DouwcoWebsite/bin/Debug/net10.0/DouwcoWebsite.deps.json
|
||||||
|
/mnt/douwe/hdd/Projects/douwco_website/DouwcoWebsite.NET/DouwcoWebsite/bin/Debug/net10.0/DouwcoWebsite.runtimeconfig.json
|
||||||
|
/mnt/douwe/hdd/Projects/douwco_website/DouwcoWebsite.NET/DouwcoWebsite/bin/Debug/net10.0/DouwcoWebsite.dll
|
||||||
|
/mnt/douwe/hdd/Projects/douwco_website/DouwcoWebsite.NET/DouwcoWebsite/bin/Debug/net10.0/DouwcoWebsite.pdb
|
||||||
|
/mnt/douwe/hdd/Projects/douwco_website/DouwcoWebsite.NET/DouwcoWebsite/obj/Debug/net10.0/rpswa.dswa.cache.json
|
||||||
|
/mnt/douwe/hdd/Projects/douwco_website/DouwcoWebsite.NET/DouwcoWebsite/obj/Debug/net10.0/DouwcoWebsite.GeneratedMSBuildEditorConfig.editorconfig
|
||||||
|
/mnt/douwe/hdd/Projects/douwco_website/DouwcoWebsite.NET/DouwcoWebsite/obj/Debug/net10.0/DouwcoWebsite.AssemblyInfoInputs.cache
|
||||||
|
/mnt/douwe/hdd/Projects/douwco_website/DouwcoWebsite.NET/DouwcoWebsite/obj/Debug/net10.0/DouwcoWebsite.AssemblyInfo.cs
|
||||||
|
/mnt/douwe/hdd/Projects/douwco_website/DouwcoWebsite.NET/DouwcoWebsite/obj/Debug/net10.0/DouwcoWebsite.csproj.CoreCompileInputs.cache
|
||||||
|
/mnt/douwe/hdd/Projects/douwco_website/DouwcoWebsite.NET/DouwcoWebsite/obj/Debug/net10.0/DouwcoWebsite.MvcApplicationPartsAssemblyInfo.cache
|
||||||
|
/mnt/douwe/hdd/Projects/douwco_website/DouwcoWebsite.NET/DouwcoWebsite/obj/Debug/net10.0/rjimswa.dswa.cache.json
|
||||||
|
/mnt/douwe/hdd/Projects/douwco_website/DouwcoWebsite.NET/DouwcoWebsite/obj/Debug/net10.0/rjsmrazor.dswa.cache.json
|
||||||
|
/mnt/douwe/hdd/Projects/douwco_website/DouwcoWebsite.NET/DouwcoWebsite/obj/Debug/net10.0/rjsmcshtml.dswa.cache.json
|
||||||
|
/mnt/douwe/hdd/Projects/douwco_website/DouwcoWebsite.NET/DouwcoWebsite/obj/Debug/net10.0/scopedcss/bundle/DouwcoWebsite.styles.css
|
||||||
|
/mnt/douwe/hdd/Projects/douwco_website/DouwcoWebsite.NET/DouwcoWebsite/obj/Debug/net10.0/compressed/3fe14md6js-{0}-ad5rsjjdyd-ad5rsjjdyd.gz
|
||||||
|
/mnt/douwe/hdd/Projects/douwco_website/DouwcoWebsite.NET/DouwcoWebsite/obj/Debug/net10.0/staticwebassets.build.json
|
||||||
|
/mnt/douwe/hdd/Projects/douwco_website/DouwcoWebsite.NET/DouwcoWebsite/obj/Debug/net10.0/staticwebassets.build.json.cache
|
||||||
|
/mnt/douwe/hdd/Projects/douwco_website/DouwcoWebsite.NET/DouwcoWebsite/obj/Debug/net10.0/staticwebassets.development.json
|
||||||
|
/mnt/douwe/hdd/Projects/douwco_website/DouwcoWebsite.NET/DouwcoWebsite/obj/Debug/net10.0/staticwebassets.build.endpoints.json
|
||||||
|
/mnt/douwe/hdd/Projects/douwco_website/DouwcoWebsite.NET/DouwcoWebsite/obj/Debug/net10.0/swae.build.ex.cache
|
||||||
|
/mnt/douwe/hdd/Projects/douwco_website/DouwcoWebsite.NET/DouwcoWebsite/obj/Debug/net10.0/DouwcoWebsite.dll
|
||||||
|
/mnt/douwe/hdd/Projects/douwco_website/DouwcoWebsite.NET/DouwcoWebsite/obj/Debug/net10.0/refint/DouwcoWebsite.dll
|
||||||
|
/mnt/douwe/hdd/Projects/douwco_website/DouwcoWebsite.NET/DouwcoWebsite/obj/Debug/net10.0/DouwcoWebsite.pdb
|
||||||
|
/mnt/douwe/hdd/Projects/douwco_website/DouwcoWebsite.NET/DouwcoWebsite/obj/Debug/net10.0/DouwcoWebsite.genruntimeconfig.cache
|
||||||
|
/mnt/douwe/hdd/Projects/douwco_website/DouwcoWebsite.NET/DouwcoWebsite/obj/Debug/net10.0/ref/DouwcoWebsite.dll
|
||||||
|
/mnt/douwe/hdd/Projects/douwco_website/DouwcoWebsite.NET/DouwcoWebsite/obj/Debug/net10.0/compressed/gihkos5oja-{0}-hj6z4y4hul-hj6z4y4hul.gz
|
||||||
|
/mnt/douwe/hdd/Projects/douwco_website/DouwcoWebsite.NET/DouwcoWebsite/obj/Debug/net10.0/compressed/y4abnvwn9e-{0}-83k5mynxz9-83k5mynxz9.gz
|
||||||
|
/mnt/douwe/hdd/Projects/douwco_website/DouwcoWebsite.NET/DouwcoWebsite/obj/Debug/net10.0/compressed/zzt9de8h98-{0}-lzrvpymso3-lzrvpymso3.gz
|
||||||
|
/mnt/douwe/hdd/Projects/douwco_website/DouwcoWebsite.NET/DouwcoWebsite/obj/Debug/net10.0/compressed/rqvxc4n2h7-{0}-mev0rr53vv-mev0rr53vv.gz
|
||||||
|
/mnt/douwe/hdd/Projects/douwco_website/DouwcoWebsite.NET/DouwcoWebsite/obj/Debug/net10.0/compressed/7kp535os10-{0}-iag5vy4gy9-iag5vy4gy9.gz
|
||||||
|
/mnt/douwe/hdd/Projects/douwco_website/DouwcoWebsite.NET/DouwcoWebsite/obj/Debug/net10.0/compressed/ghqq3f4wla-{0}-a5uo9hlh1v-a5uo9hlh1v.gz
|
||||||
|
/mnt/douwe/hdd/Projects/douwco_website/DouwcoWebsite.NET/DouwcoWebsite/obj/Debug/net10.0/compressed/u37b8dra09-{0}-jsinze90k8-jsinze90k8.gz
|
||||||
|
/mnt/douwe/hdd/Projects/douwco_website/DouwcoWebsite.NET/DouwcoWebsite/obj/Debug/net10.0/compressed/5pgf5y6ixc-{0}-wr1co08aqt-wr1co08aqt.gz
|
||||||
|
/mnt/douwe/hdd/Projects/douwco_website/DouwcoWebsite.NET/DouwcoWebsite/obj/Debug/net10.0/compressed/t56gjpiflg-{0}-ga1fkhapv2-ga1fkhapv2.gz
|
||||||
|
/mnt/douwe/hdd/Projects/douwco_website/DouwcoWebsite.NET/DouwcoWebsite/obj/Debug/net10.0/compressed/u8wak7zjry-{0}-gapopd6iwt-gapopd6iwt.gz
|
||||||
|
/home/douwe/Projects/douwco_website/DouwcoWebsite/bin/Debug/net10.0/appsettings.Development.json
|
||||||
|
/home/douwe/Projects/douwco_website/DouwcoWebsite/bin/Debug/net10.0/appsettings.json
|
||||||
|
/home/douwe/Projects/douwco_website/DouwcoWebsite/bin/Debug/net10.0/DouwcoWebsite.staticwebassets.runtime.json
|
||||||
|
/home/douwe/Projects/douwco_website/DouwcoWebsite/bin/Debug/net10.0/DouwcoWebsite.staticwebassets.endpoints.json
|
||||||
|
/home/douwe/Projects/douwco_website/DouwcoWebsite/bin/Debug/net10.0/DouwcoWebsite
|
||||||
|
/home/douwe/Projects/douwco_website/DouwcoWebsite/bin/Debug/net10.0/DouwcoWebsite.deps.json
|
||||||
|
/home/douwe/Projects/douwco_website/DouwcoWebsite/bin/Debug/net10.0/DouwcoWebsite.runtimeconfig.json
|
||||||
|
/home/douwe/Projects/douwco_website/DouwcoWebsite/bin/Debug/net10.0/DouwcoWebsite.dll
|
||||||
|
/home/douwe/Projects/douwco_website/DouwcoWebsite/bin/Debug/net10.0/DouwcoWebsite.pdb
|
||||||
|
/home/douwe/Projects/douwco_website/DouwcoWebsite/obj/Debug/net10.0/rpswa.dswa.cache.json
|
||||||
|
/home/douwe/Projects/douwco_website/DouwcoWebsite/obj/Debug/net10.0/DouwcoWebsite.GeneratedMSBuildEditorConfig.editorconfig
|
||||||
|
/home/douwe/Projects/douwco_website/DouwcoWebsite/obj/Debug/net10.0/DouwcoWebsite.AssemblyInfoInputs.cache
|
||||||
|
/home/douwe/Projects/douwco_website/DouwcoWebsite/obj/Debug/net10.0/DouwcoWebsite.AssemblyInfo.cs
|
||||||
|
/home/douwe/Projects/douwco_website/DouwcoWebsite/obj/Debug/net10.0/DouwcoWebsite.csproj.CoreCompileInputs.cache
|
||||||
|
/home/douwe/Projects/douwco_website/DouwcoWebsite/obj/Debug/net10.0/DouwcoWebsite.MvcApplicationPartsAssemblyInfo.cache
|
||||||
|
/home/douwe/Projects/douwco_website/DouwcoWebsite/obj/Debug/net10.0/rjimswa.dswa.cache.json
|
||||||
|
/home/douwe/Projects/douwco_website/DouwcoWebsite/obj/Debug/net10.0/rjsmrazor.dswa.cache.json
|
||||||
|
/home/douwe/Projects/douwco_website/DouwcoWebsite/obj/Debug/net10.0/rjsmcshtml.dswa.cache.json
|
||||||
|
/home/douwe/Projects/douwco_website/DouwcoWebsite/obj/Debug/net10.0/scopedcss/bundle/DouwcoWebsite.styles.css
|
||||||
|
/home/douwe/Projects/douwco_website/DouwcoWebsite/obj/Debug/net10.0/compressed/gihkos5oja-{0}-hj6z4y4hul-hj6z4y4hul.gz
|
||||||
|
/home/douwe/Projects/douwco_website/DouwcoWebsite/obj/Debug/net10.0/compressed/3fe14md6js-{0}-ad5rsjjdyd-ad5rsjjdyd.gz
|
||||||
|
/home/douwe/Projects/douwco_website/DouwcoWebsite/obj/Debug/net10.0/compressed/t56gjpiflg-{0}-ga1fkhapv2-ga1fkhapv2.gz
|
||||||
|
/home/douwe/Projects/douwco_website/DouwcoWebsite/obj/Debug/net10.0/compressed/u8wak7zjry-{0}-gapopd6iwt-gapopd6iwt.gz
|
||||||
|
/home/douwe/Projects/douwco_website/DouwcoWebsite/obj/Debug/net10.0/staticwebassets.build.json
|
||||||
|
/home/douwe/Projects/douwco_website/DouwcoWebsite/obj/Debug/net10.0/staticwebassets.build.json.cache
|
||||||
|
/home/douwe/Projects/douwco_website/DouwcoWebsite/obj/Debug/net10.0/staticwebassets.development.json
|
||||||
|
/home/douwe/Projects/douwco_website/DouwcoWebsite/obj/Debug/net10.0/staticwebassets.build.endpoints.json
|
||||||
|
/home/douwe/Projects/douwco_website/DouwcoWebsite/obj/Debug/net10.0/swae.build.ex.cache
|
||||||
|
/home/douwe/Projects/douwco_website/DouwcoWebsite/obj/Debug/net10.0/DouwcoWebsite.dll
|
||||||
|
/home/douwe/Projects/douwco_website/DouwcoWebsite/obj/Debug/net10.0/refint/DouwcoWebsite.dll
|
||||||
|
/home/douwe/Projects/douwco_website/DouwcoWebsite/obj/Debug/net10.0/DouwcoWebsite.pdb
|
||||||
|
/home/douwe/Projects/douwco_website/DouwcoWebsite/obj/Debug/net10.0/DouwcoWebsite.genruntimeconfig.cache
|
||||||
|
/home/douwe/Projects/douwco_website/DouwcoWebsite/obj/Debug/net10.0/ref/DouwcoWebsite.dll
|
||||||
|
/home/douwe/Projects/douwco_website/DouwcoWebsite/obj/Debug/net10.0/compressed/7kp535os10-{0}-lzakhpjgbx-lzakhpjgbx.gz
|
||||||
|
/home/douwe/Projects/douwco_website/DouwcoWebsite/obj/Debug/net10.0/compressed/ghqq3f4wla-{0}-4rnn98hyqz-4rnn98hyqz.gz
|
||||||
|
/home/douwe/Projects/douwco_website/DouwcoWebsite/obj/Debug/net10.0/compressed/u37b8dra09-{0}-1tkatawvq4-1tkatawvq4.gz
|
||||||
|
/home/douwe/Projects/douwco_website/DouwcoWebsite/obj/Debug/net10.0/compressed/5pgf5y6ixc-{0}-ew1mknl83p-ew1mknl83p.gz
|
||||||
|
/home/douwe/Projects/douwco_website/DouwcoWebsite/obj/Debug/net10.0/compressed/y4abnvwn9e-{0}-zht5oisgp4-zht5oisgp4.gz
|
||||||
|
/home/douwe/Projects/douwco_website/DouwcoWebsite/obj/Debug/net10.0/compressed/rqvxc4n2h7-{0}-uc8ei42wrd-uc8ei42wrd.gz
|
||||||
BIN
DouwcoWebsite/obj/Debug/net10.0/DouwcoWebsite.dll
Normal file
BIN
DouwcoWebsite/obj/Debug/net10.0/DouwcoWebsite.dll
Normal file
Binary file not shown.
@@ -0,0 +1 @@
|
|||||||
|
db5c921ffb768eee4f2d71d03fb6a6b5cee32f87f18d7687180c50f2d437b7f4
|
||||||
BIN
DouwcoWebsite/obj/Debug/net10.0/DouwcoWebsite.pdb
Normal file
BIN
DouwcoWebsite/obj/Debug/net10.0/DouwcoWebsite.pdb
Normal file
Binary file not shown.
BIN
DouwcoWebsite/obj/Debug/net10.0/apphost
Executable file
BIN
DouwcoWebsite/obj/Debug/net10.0/apphost
Executable file
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
1
DouwcoWebsite/obj/Debug/net10.0/rbcswa.dswa.cache.json
Normal file
1
DouwcoWebsite/obj/Debug/net10.0/rbcswa.dswa.cache.json
Normal file
File diff suppressed because one or more lines are too long
BIN
DouwcoWebsite/obj/Debug/net10.0/ref/DouwcoWebsite.dll
Normal file
BIN
DouwcoWebsite/obj/Debug/net10.0/ref/DouwcoWebsite.dll
Normal file
Binary file not shown.
BIN
DouwcoWebsite/obj/Debug/net10.0/refint/DouwcoWebsite.dll
Normal file
BIN
DouwcoWebsite/obj/Debug/net10.0/refint/DouwcoWebsite.dll
Normal file
Binary file not shown.
1
DouwcoWebsite/obj/Debug/net10.0/rjimswa.dswa.cache.json
Normal file
1
DouwcoWebsite/obj/Debug/net10.0/rjimswa.dswa.cache.json
Normal file
@@ -0,0 +1 @@
|
|||||||
|
{"GlobalPropertiesHash":"vYuNcIjVKzyGW75+DqTgUAgYEp5dCBwjSmrFeRU5PjE=","FingerprintPatternsHash":"8ZRc1sGeVrPBx4lD717BgRaQekyh78QKV9SKsdt638U=","PropertyOverridesHash":"R7Rea/YQmcweqCbKffD9oUelggfpJQX85r65aYZsas0=","InputHashes":["v\u002Bo2mhWLDG03FfiAbou8Te6Lrwgj36oDgPGTMm2nDyE=","FhRrOD5xqohyGWjBJ3tOdgO2MGhQHRVOwIhTFhMsiMk=","TjkBVlDp0ZF3g8KkR6QZ1ZHbho7p7ItqffADc7r\u002B0AI=","8Y0vF7kBRyxYvRZsjL3GEa8kNCwpH5wggh0VZEyUoko=","yxmB7E3tsOyUgBwdepBhi9A6ueupjUcivjUDuOWQGEw=","N6mbhuzEIXWF6\u002B0pCvxxFDtIPwiY2UNfhxFRkFyyh4U=","vpi1uVWCSPSePypeXM3fToATY8TrZWpvR97G/uXR9S0=","w0DCFdFCrCgqXSPKGM3to8EY0\u002BQz08XOEr0cBo0F2vA=","Ip6zHOdgfYJrCSOyhqsV8CzUopR7fLdlALUjkjbWho8=","xdVlCnTJ4ZzBOt0pC69xxSRg1/5yk0oD1XnzBu2DhYc=","BeGRDgDMeQfAiMNyRt/i3GUSyhNc6d0NQc9wf6Wq0Uo=","OCvYmhSkzX3uC30ZHNLO7L27I74BSPE6DC5mgKalUuI=","8ulTQ/ddgjbgzHd7zXLCB6UsEXujuIL/ZwzGFO/KzQ8=","mfceTJYFMqWmCvoPn/5K\u002BRnq9/Ri0ZN6wngL9SmZ2qQ=","7hYFGrv191vFMtv53DTHBlF8lycJQTdrfUGZFiDL21A=","bE9BNZXJ9B7q5BXZ/IMNBi5VmmJdDq9LunF2zwZqs2M=","doN36Q7fI74U5n/3mpjDLnZVHtxMpHTlYCRBqmdXKqc=","Mlpbk6z\u002Ba5DSVhB5p6AWJCiz2T/oRGx9m4vi\u002B/xgzII=","\u002B4cuQmueAoM8XgGeOs6d6DiHo8BQmw5cZ6/1DH2D\u002Biw=","tFvODVkYe/0yW5rNbbEfARp/Dy68F24mUsSx/xx0BhE=","BDR6DztpRON/ryNVV\u002BT3F9dMciwClGL/gIxCxuGhsYo=","EDYZ2X8EDAcsa8fjHoUhrej7hz90bzlJczgEmvuRz8g=","IM8XKmagIRs6aMlEhwQOfDchBc65CJw3JQP6LDYSQfc=","BbTi1tey3IUOxVIH8YY9PbEkTw5ZPzU\u002BmvFxn3HNtqw="],"CachedAssets":{},"CachedCopyCandidates":{}}
|
||||||
@@ -0,0 +1 @@
|
|||||||
|
{"GlobalPropertiesHash":"MqxQd64z6x2eUmxK/THSn08vihXnagFKFrx550uG3uA=","FingerprintPatternsHash":"gq3WsqcKBUGTSNle7RKKyXRIwh7M8ccEqOqYvIzoM04=","PropertyOverridesHash":"8ZRc1sGeVrPBx4lD717BgRaQekyh78QKV9SKsdt638U=","InputHashes":["eqj3BkSmNNtzDOXXdOCTZP5nLa/Nhv6C0q9KhaDq4kc=","2CjTuSY1PaZeNmgayiDNDZJYtfB7rjCfB5zDMwN2JhQ=","zalfTX/PnTLvN1TAem0k6U2Euy5jNm6gfPzmG\u002BYwTuE=","RbVPzhynvrhCv0JzQB5/lMfoYeRaKCKo\u002B1WbJNGhBJY=","VprACyXd2tc8/wDdYWcbkLWiAy7XO1xxmXVkd8zpMZ4=","GPRc0gEVmJcyiK0km7VvXpNuUJqgxUVbbimYBnSI918=","pL1wcj5xMsnHinwp\u002BwQMG4ZxrE7NAum40gSrfMyuFLc=","HEKEwPy59c9r7b97kDoN1ZRySB0fhIj5ZFnDeKn\u002BMRo=","kKChJexLOwFVGJNQV7EfvwHf0PdcyTkv/bjrPtu7uBU=","kFzR9pFkfx8tAmERvVRIu6MnGttzQHWg5ly18y7qFNM=","85Wny3cNmf3Svc311JAJXt/TIy7MwnLsTGp0AvuShhM=","Rh3o4F64FuB2ApYvLzLuVb\u002B/qdxzcl7T\u002BBTcuISWdM4=","zErDrB8L6spkZS2eEIR4gSfLcGjUjr2dM2k5apzCK5s=","CC52YYjAX5oBVBbPu5mhO0en7KY30BZ8WVKRHNqlMcg=","TeS8bo2WB6wSOxGKsHGHH5qPWDkkqd9wmTD403VMQx8=","kboK8CreABqi4uqnVKZGx3wnZ\u002BqQbHUJGs0eIaYBpYE=","8ZdBW7W6tpdaZAZUI5HtSeRmFV7rtqAgfMhRluV2y/I=","OgBjPGDTkvh\u002BA/HmuiYDM4FFTO6fd4uZ/a1wLn/3c1Q=","UM0mByikTca3T33V8e7idF53cgK1KYYmSOUuCdan5A0=","Dm89jJq86MYL65yTkLq06eZ\u002BgDFRjfPfb2SrmAHii\u002BY=","WJF/mj\u002BJufI/D4OzIVaYr5Wh3ng\u002B/8/LCLoKHcW3p\u002BU=","f/S2CJi3rgVQ5fNay3NT9v94uhX0wDO\u002B1VEcZd8oXDU=","KKoPyQDtHnoWtc4wi0I3ur2ls\u002BR/xOx2VXQ\u002BZfPE94w=","8cgEdyyLHXyxRFtIlkERSZeGIketmNmxNPLhxVdqC3g=","UpyEIGne\u002BKdzUM1SJTMEoQaJW51LpYU1s4f5SMVFnIA=","7kf\u002B59PYSCBfcZrGQBj7mU9XQB6qTFVppC1GNwR0kqw=","HYvhKEohNfesTaF1fiI3XRgDPNzDKqa9VOii5HBiguA=","AzowSDZZqtBtsvXW4Mn\u002BPanbJ9JREqnrt1aQTh8UavQ=","ZBbW3G\u002BFSytjj0Mk3vpaxPHEhWpKWkyW5H9Mb9Bh1Ec=","6KAjbZnUYnbKEl6dbrUi0mBjlqY23ftsVOgdtLt63kE="],"CachedAssets":{},"CachedCopyCandidates":{}}
|
||||||
@@ -0,0 +1 @@
|
|||||||
|
{"GlobalPropertiesHash":"1dqn5RKZv78rpdpskS9EMrPENaMsbMoeW1nD08PVwsQ=","FingerprintPatternsHash":"gq3WsqcKBUGTSNle7RKKyXRIwh7M8ccEqOqYvIzoM04=","PropertyOverridesHash":"8ZRc1sGeVrPBx4lD717BgRaQekyh78QKV9SKsdt638U=","InputHashes":["eqj3BkSmNNtzDOXXdOCTZP5nLa/Nhv6C0q9KhaDq4kc=","2CjTuSY1PaZeNmgayiDNDZJYtfB7rjCfB5zDMwN2JhQ=","zalfTX/PnTLvN1TAem0k6U2Euy5jNm6gfPzmG\u002BYwTuE=","RbVPzhynvrhCv0JzQB5/lMfoYeRaKCKo\u002B1WbJNGhBJY=","VprACyXd2tc8/wDdYWcbkLWiAy7XO1xxmXVkd8zpMZ4=","GPRc0gEVmJcyiK0km7VvXpNuUJqgxUVbbimYBnSI918=","pL1wcj5xMsnHinwp\u002BwQMG4ZxrE7NAum40gSrfMyuFLc=","HEKEwPy59c9r7b97kDoN1ZRySB0fhIj5ZFnDeKn\u002BMRo=","kKChJexLOwFVGJNQV7EfvwHf0PdcyTkv/bjrPtu7uBU=","kFzR9pFkfx8tAmERvVRIu6MnGttzQHWg5ly18y7qFNM=","85Wny3cNmf3Svc311JAJXt/TIy7MwnLsTGp0AvuShhM=","Rh3o4F64FuB2ApYvLzLuVb\u002B/qdxzcl7T\u002BBTcuISWdM4=","zErDrB8L6spkZS2eEIR4gSfLcGjUjr2dM2k5apzCK5s=","CC52YYjAX5oBVBbPu5mhO0en7KY30BZ8WVKRHNqlMcg=","TeS8bo2WB6wSOxGKsHGHH5qPWDkkqd9wmTD403VMQx8=","kboK8CreABqi4uqnVKZGx3wnZ\u002BqQbHUJGs0eIaYBpYE=","8ZdBW7W6tpdaZAZUI5HtSeRmFV7rtqAgfMhRluV2y/I=","OgBjPGDTkvh\u002BA/HmuiYDM4FFTO6fd4uZ/a1wLn/3c1Q=","UM0mByikTca3T33V8e7idF53cgK1KYYmSOUuCdan5A0=","Dm89jJq86MYL65yTkLq06eZ\u002BgDFRjfPfb2SrmAHii\u002BY=","WJF/mj\u002BJufI/D4OzIVaYr5Wh3ng\u002B/8/LCLoKHcW3p\u002BU=","f/S2CJi3rgVQ5fNay3NT9v94uhX0wDO\u002B1VEcZd8oXDU=","KKoPyQDtHnoWtc4wi0I3ur2ls\u002BR/xOx2VXQ\u002BZfPE94w=","8cgEdyyLHXyxRFtIlkERSZeGIketmNmxNPLhxVdqC3g=","UpyEIGne\u002BKdzUM1SJTMEoQaJW51LpYU1s4f5SMVFnIA=","7kf\u002B59PYSCBfcZrGQBj7mU9XQB6qTFVppC1GNwR0kqw=","HYvhKEohNfesTaF1fiI3XRgDPNzDKqa9VOii5HBiguA=","AzowSDZZqtBtsvXW4Mn\u002BPanbJ9JREqnrt1aQTh8UavQ=","ZBbW3G\u002BFSytjj0Mk3vpaxPHEhWpKWkyW5H9Mb9Bh1Ec=","6KAjbZnUYnbKEl6dbrUi0mBjlqY23ftsVOgdtLt63kE="],"CachedAssets":{},"CachedCopyCandidates":{}}
|
||||||
1
DouwcoWebsite/obj/Debug/net10.0/rpswa.dswa.cache.json
Normal file
1
DouwcoWebsite/obj/Debug/net10.0/rpswa.dswa.cache.json
Normal file
File diff suppressed because one or more lines are too long
@@ -0,0 +1,49 @@
|
|||||||
|
/* /Pages/Shared/_Layout.cshtml.rz.scp.css */
|
||||||
|
/* Please see documentation at https://learn.microsoft.com/aspnet/core/client-side/bundling-and-minification
|
||||||
|
for details on configuring this project to bundle and minify static web assets. */
|
||||||
|
|
||||||
|
a.navbar-brand[b-ne5ffaaxii] {
|
||||||
|
white-space: normal;
|
||||||
|
text-align: center;
|
||||||
|
word-break: break-all;
|
||||||
|
}
|
||||||
|
|
||||||
|
a[b-ne5ffaaxii] {
|
||||||
|
color: #0077cc;
|
||||||
|
}
|
||||||
|
|
||||||
|
.btn-primary[b-ne5ffaaxii] {
|
||||||
|
color: #fff;
|
||||||
|
background-color: #1b6ec2;
|
||||||
|
border-color: #1861ac;
|
||||||
|
}
|
||||||
|
|
||||||
|
.nav-pills .nav-link.active[b-ne5ffaaxii], .nav-pills .show > .nav-link[b-ne5ffaaxii] {
|
||||||
|
color: #fff;
|
||||||
|
background-color: #1b6ec2;
|
||||||
|
border-color: #1861ac;
|
||||||
|
}
|
||||||
|
|
||||||
|
.border-top[b-ne5ffaaxii] {
|
||||||
|
border-top: 1px solid #e5e5e5;
|
||||||
|
}
|
||||||
|
.border-bottom[b-ne5ffaaxii] {
|
||||||
|
border-bottom: 1px solid #e5e5e5;
|
||||||
|
}
|
||||||
|
|
||||||
|
.box-shadow[b-ne5ffaaxii] {
|
||||||
|
box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05);
|
||||||
|
}
|
||||||
|
|
||||||
|
button.accept-policy[b-ne5ffaaxii] {
|
||||||
|
font-size: 1rem;
|
||||||
|
line-height: inherit;
|
||||||
|
}
|
||||||
|
|
||||||
|
.footer[b-ne5ffaaxii] {
|
||||||
|
position: absolute;
|
||||||
|
bottom: 0;
|
||||||
|
width: 100%;
|
||||||
|
white-space: nowrap;
|
||||||
|
line-height: 60px;
|
||||||
|
}
|
||||||
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
@@ -0,0 +1 @@
|
|||||||
|
HvSqvSpZRZcPkdhcYVQMx5y5PqjZejWpyLowUtiFubo=
|
||||||
@@ -0,0 +1 @@
|
|||||||
|
{"ContentRoots":["/home/douwe/Projects/douwco_website/DouwcoWebsite/wwwroot/","/home/douwe/Projects/douwco_website/DouwcoWebsite/obj/Debug/net10.0/compressed/"],"Root":{"Children":{"favicon.ico":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"favicon.ico"},"Patterns":null},"favicon.ico.gz":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"3fe14md6js-{0}-ad5rsjjdyd-ad5rsjjdyd.gz"},"Patterns":null},"index.html":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"index.html"},"Patterns":null},"index.html.gz":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"5pgf5y6ixc-{0}-ew1mknl83p-ew1mknl83p.gz"},"Patterns":null},"css":{"Children":{"douwco.css":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"css/douwco.css"},"Patterns":null},"douwco.css.gz":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"gihkos5oja-{0}-hj6z4y4hul-hj6z4y4hul.gz"},"Patterns":null},"style.css":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"css/style.css"},"Patterns":null},"style.css.gz":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"y4abnvwn9e-{0}-zht5oisgp4-zht5oisgp4.gz"},"Patterns":null}},"Asset":null,"Patterns":null},"fonts":{"Children":{"Montserrat-Bold.ttf":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"fonts/Montserrat-Bold.ttf"},"Patterns":null},"Montserrat-Regular.ttf":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"fonts/Montserrat-Regular.ttf"},"Patterns":null},"Righteous-Regular.ttf":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"fonts/Righteous-Regular.ttf"},"Patterns":null}},"Asset":null,"Patterns":null},"img":{"Children":{"alcove.png":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"img/alcove.png"},"Patterns":null},"douwco_logo.png":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"img/douwco_logo.png"},"Patterns":null},"godot_addons.png":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"img/godot_addons.png"},"Patterns":null},"me_img.png":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"img/me_img.png"},"Patterns":null},"rollability.png":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"img/rollability.png"},"Patterns":null},"server_image.png":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"img/server_image.png"},"Patterns":null},"icons":{"Children":{"devicegamepad2.png":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"img/icons/devicegamepad2.png"},"Patterns":null},"europe.png":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"img/icons/europe.png"},"Patterns":null},"projects_icon.png":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"img/icons/projects_icon.png"},"Patterns":null},"user.png":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"img/icons/user.png"},"Patterns":null}},"Asset":null,"Patterns":null}},"Asset":null,"Patterns":null},"includes":{"Children":{"about_me.html":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"includes/about_me.html"},"Patterns":null},"about_me.html.gz":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"rqvxc4n2h7-{0}-uc8ei42wrd-uc8ei42wrd.gz"},"Patterns":null},"apps.html":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"includes/apps.html"},"Patterns":null},"apps.html.gz":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"7kp535os10-{0}-lzakhpjgbx-lzakhpjgbx.gz"},"Patterns":null},"games.html":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"includes/games.html"},"Patterns":null},"games.html.gz":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"ghqq3f4wla-{0}-4rnn98hyqz-4rnn98hyqz.gz"},"Patterns":null},"home.html":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"includes/home.html"},"Patterns":null},"home.html.gz":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"u37b8dra09-{0}-1tkatawvq4-1tkatawvq4.gz"},"Patterns":null}},"Asset":null,"Patterns":null},"js":{"Children":{"index.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"js/index.js"},"Patterns":null},"index.js.gz":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"t56gjpiflg-{0}-ga1fkhapv2-ga1fkhapv2.gz"},"Patterns":null},"main.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"js/main.js"},"Patterns":null},"main.js.gz":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"u8wak7zjry-{0}-gapopd6iwt-gapopd6iwt.gz"},"Patterns":null}},"Asset":null,"Patterns":null},"vid":{"Children":{"procedural_streets.mp4":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"vid/procedural_streets.mp4"},"Patterns":null}},"Asset":null,"Patterns":null}},"Asset":null,"Patterns":[{"ContentRootIndex":0,"Pattern":"**","Depth":0}]}}
|
||||||
0
DouwcoWebsite/obj/Debug/net10.0/swae.build.ex.cache
Normal file
0
DouwcoWebsite/obj/Debug/net10.0/swae.build.ex.cache
Normal file
Some files were not shown because too many files have changed in this diff Show More
Reference in New Issue
Block a user