diff --git a/.appveyor.yml b/.appveyor.yml new file mode 100644 index 000000000000..d37bab602669 --- /dev/null +++ b/.appveyor.yml @@ -0,0 +1,13 @@ +version: 0.0.1.{build} +image: Visual Studio 2017 + +environment: + matrix: + - BUILD_OPTION: "Visual Studio 15 2017" + - BUILD_OPTION: "Visual Studio 15 2017 Win64" + +build_script: +- cmd: scripts\appveyor\build.cmd + +test_script: +- cmd: scripts\appveyor\test.cmd diff --git a/.codecov.yml b/.codecov.yml new file mode 100644 index 000000000000..e71e25898f89 --- /dev/null +++ b/.codecov.yml @@ -0,0 +1,28 @@ +# https://docs.codecov.io/docs/codecov-yaml +codecov: + notify: + require_ci_to_pass: yes + +coverage: + precision: 2 + round: up + range: "0...100" + + status: + project: yes + patch: yes + changes: no + +parsers: + gcov: + branch_detection: + conditional: yes + loop: yes + method: no + macro: no + +comment: + layout: "header, reach, diff, flags, files, footer" + behavior: default + require_changes: no + require_base: no diff --git a/.codedocs b/.codedocs new file mode 100644 index 000000000000..e47126473ce3 --- /dev/null +++ b/.codedocs @@ -0,0 +1,193 @@ +# CodeDocs.xyz Configuration File +# +# Rename this example to '.codedocs' and put it in the root directory of your +# repository. This file is optional, documentation will still be generated +# without it using sensible defaults. + +#--------------------------------------------------------------------------- +# CodeDocs Configuration +#--------------------------------------------------------------------------- + +# Include the Doxygen configuration from another file. +# The file must be a relative path with respect to the root of the repository. +# If any of the options in this doxyfile include a path (ie, INPUT), these +# paths will be considered relative to the root of the repository, not the +# location of the DOXYFILE. + +DOXYFILE = .doxygen.txt + +# Specify external repository to link documentation with. +# This is similar to Doxygen's TAGFILES option, but will automatically link to +# tags of other repositories already using CodeDocs. List each repository to +# link with by giving its location in the form of owner/repository. +# For example: +# TAGLINKS = doxygen/doxygen CodeDocs/osg +# Note: these repositories must already be built on CodeDocs. + +TAGLINKS = + +#--------------------------------------------------------------------------- +# Doxygen Configuration +#--------------------------------------------------------------------------- + +# Doxygen configuration may also be placed in this file. +# Currently, the following Doxygen configuration options are available. Refer +# to http://doxygen.org/manual/config.html for detailed explanation of the +# options. To request support for more options, contact support@codedocs.xyz. +# +# ABBREVIATE_BRIEF = +# ALIASES = +# ALLEXTERNALS = +# ALLOW_UNICODE_NAMES = +# ALPHABETICAL_INDEX = +# ALWAYS_DETAILED_SEC = +# AUTOLINK_SUPPORT = +# BRIEF_MEMBER_DESC = +# BUILTIN_STL_SUPPORT = +# CALLER_GRAPH = +# CALL_GRAPH = +# CASE_SENSE_NAMES = +# CITE_BIB_FILES = +# CLASS_DIAGRAMS = +# CLASS_GRAPH = +# COLLABORATION_GRAPH = +# COLS_IN_ALPHA_INDEX = +# CPP_CLI_SUPPORT = +# DIAFILE_DIRS = +# DIRECTORY_GRAPH = +# DISABLE_INDEX = +# DISTRIBUTE_GROUP_DOC = +# DOTFILE_DIRS = +# DOT_FONTNAME = +# DOT_FONTSIZE = +# DOT_GRAPH_MAX_NODES = +# DOT_IMAGE_FORMAT = +# DOT_TRANSPARENT = +# DOXYFILE_ENCODING = +# ENABLED_SECTIONS = +# ENABLE_PREPROCESSING = +# ENUM_VALUES_PER_LINE = +# EXAMPLE_PATH = +# EXAMPLE_PATTERNS = +# EXAMPLE_RECURSIVE = +# EXCLUDE = +# EXCLUDE_PATTERNS = +# EXCLUDE_SYMBOLS = +# EXPAND_AS_DEFINED = +# EXPAND_ONLY_PREDEF = +# EXTENSION_MAPPING = +# EXTERNAL_GROUPS = +# EXTERNAL_PAGES = +# EXTRACT_ALL = +# EXTRACT_ANON_NSPACES = +# EXTRACT_LOCAL_CLASSES = +# EXTRACT_LOCAL_METHODS = +# EXTRACT_PACKAGE = +# EXTRACT_PRIVATE = +# EXTRACT_STATIC = +# EXT_LINKS_IN_WINDOW = +# FILE_PATTERNS = +# FORCE_LOCAL_INCLUDES = +# FORMULA_FONTSIZE = +# FORMULA_TRANSPARENT = +# FULL_PATH_NAMES = +# GENERATE_BUGLIST = +# GENERATE_DEPRECATEDLIST = +# GENERATE_LEGEND = +# GENERATE_TESTLIST = +# GENERATE_TODOLIST = +# GENERATE_TREEVIEW = +# GRAPHICAL_HIERARCHY = +# GROUP_GRAPHS = +# GROUP_NESTED_COMPOUNDS = +# HIDE_COMPOUND_REFERENCE= = +# HIDE_FRIEND_COMPOUNDS = +# HIDE_IN_BODY_DOCS = +# HIDE_SCOPE_NAMES = +# HIDE_UNDOC_CLASSES = +# HIDE_UNDOC_MEMBERS = +# HIDE_UNDOC_RELATIONS = +# HTML_COLORSTYLE_GAMMA = +# HTML_COLORSTYLE_HUE = +# HTML_COLORSTYLE_SAT = +# HTML_DYNAMIC_SECTIONS = +# HTML_EXTRA_FILES = +# HTML_EXTRA_STYLESHEET = +# HTML_FOOTER = +# HTML_HEADER = +# HTML_INDEX_NUM_ENTRIES = +# HTML_STYLESHEET = +# HTML_TIMESTAMP = +# IDL_PROPERTY_SUPPORT = +# IGNORE_PREFIX = +# IMAGE_PATH = +# INCLUDED_BY_GRAPH = +# INCLUDE_FILE_PATTERNS = +# INCLUDE_GRAPH = +# INCLUDE_PATH = +# INHERIT_DOCS = +# INLINE_GROUPED_CLASSES = +# INLINE_INFO = +# INLINE_INHERITED_MEMB = +# INLINE_SIMPLE_STRUCTS = +# INLINE_SOURCES = +# INPUT = +# INPUT_ENCODING = +# INTERACTIVE_SVG = +# INTERNAL_DOCS = +# JAVADOC_AUTOBRIEF = +# LAYOUT_FILE = +# MACRO_EXPANSION = +# MARKDOWN_SUPPORT = +# MAX_DOT_GRAPH_DEPTH = +# MSCFILE_DIRS = +# MULTILINE_CPP_IS_BRIEF = +# OPTIMIZE_FOR_FORTRAN = +# OPTIMIZE_OUTPUT_FOR_C = +# OPTIMIZE_OUTPUT_JAVA = +# OPTIMIZE_OUTPUT_VHDL = +# OUTPUT_LANGUAGE = +# PLANTUML_JAR_PATH = +# PREDEFINED = +# PROJECT_BRIEF = +# PROJECT_LOGO = +# PROJECT_NAME = +# PROJECT_NUMBER = +# QT_AUTOBRIEF = +# RECURSIVE = +# REFERENCED_BY_RELATION = +# REFERENCES_LINK_SOURCE = +# REFERENCES_RELATION = +# REPEAT_BRIEF = +# SEARCHENGINE = +# SEARCH_INCLUDES = +# SEPARATE_MEMBER_PAGES = +# SHORT_NAMES = +# SHOW_FILES = +# SHOW_GROUPED_MEMB_INC = +# SHOW_INCLUDE_FILES = +# SHOW_NAMESPACES = +# SHOW_USED_FILES = +# SIP_SUPPORT = +# SKIP_FUNCTION_MACROS = +# SORT_BRIEF_DOCS = +# SORT_BY_SCOPE_NAME = +# SORT_GROUP_NAMES = +# SORT_MEMBERS_CTORS_1ST = +# SORT_MEMBER_DOCS = +# SOURCE_BROWSER = +# SOURCE_TOOLTIPS = +# STRICT_PROTO_MATCHING = +# STRIP_CODE_COMMENTS = +# STRIP_FROM_INC_PATH = +# STRIP_FROM_PATH = +# SUBGROUPING = +# TAB_SIZE = +# TEMPLATE_RELATIONS = +# TREEVIEW_WIDTH = +# TYPEDEF_HIDES_STRUCT = +# UML_LIMIT_NUM_FIELDS = +# UML_LOOK = +# USE_MDFILE_AS_MAINPAGE = +# VERBATIM_HEADERS = +# \ No newline at end of file diff --git a/.gitignore b/.gitignore new file mode 100644 index 000000000000..9b8fbdc411ea --- /dev/null +++ b/.gitignore @@ -0,0 +1,26 @@ +# build folders +build +build* +cmake-build* + +# macOS files +.DS_Store + +# Windows files +Thumbs.db + +# CLion files +.idea + +# Visual Studio files +.vs + +# Visual Studio Code files +.vscode + +# QT user config cmake files +CMakeLists.txt.user + +# Visual Studio user config cmake files +CMakeSettings.json + diff --git a/.travis.yml b/.travis.yml new file mode 100644 index 000000000000..02c18d49c4b1 --- /dev/null +++ b/.travis.yml @@ -0,0 +1,23 @@ +language: cpp +dist: xenial + +addons: + apt: + sources: + - ubuntu-toolchain-r-test + packages: + - g++-7 + - lcov + +matrix: + include: + - env: TEST="Build on macOS" + os: osx + osx_image: xcode10.0 + script: scripts/travis/build_macos.sh + - env: TEST="Build on Linux" + os: linux + script: scripts/travis/build_linux.sh + - env: TEST="Coverage" + os: linux + script: scripts/travis/coverage.sh diff --git a/build/CMakeCache.txt b/build/CMakeCache.txt deleted file mode 100644 index d2cb9685a50a..000000000000 --- a/build/CMakeCache.txt +++ /dev/null @@ -1,388 +0,0 @@ -# This is the CMakeCache file. -# For build in directory: /Users/yves/Projects/xtd/xtd/build -# It was generated by CMake: /Applications/CMake.app/Contents/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 program. -CMAKE_AR:FILEPATH=/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ar - -//Semicolon separated list of supported configuration types, only -// supports Debug, Release, MinSizeRel, and RelWithDebInfo, anything -// else will be ignored. -CMAKE_CONFIGURATION_TYPES:STRING=Debug;Release;MinSizeRel;RelWithDebInfo - -//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 - -//Flags used by the C compiler during all build types. -CMAKE_C_FLAGS:STRING= - -//Flags used by the C compiler during DEBUG builds. -CMAKE_C_FLAGS_DEBUG:STRING=-g - -//Flags used by the C compiler during MINSIZEREL builds. -CMAKE_C_FLAGS_MINSIZEREL:STRING=-Os -DNDEBUG - -//Flags used by the C compiler during RELEASE builds. -CMAKE_C_FLAGS_RELEASE:STRING=-O3 -DNDEBUG - -//Flags used by the C compiler during RELWITHDEBINFO builds. -CMAKE_C_FLAGS_RELWITHDEBINFO:STRING=-O2 -g -DNDEBUG - -//Flags used by the linker during all build types. -CMAKE_EXE_LINKER_FLAGS:STRING= - -//Flags used by the linker during DEBUG builds. -CMAKE_EXE_LINKER_FLAGS_DEBUG:STRING= - -//Flags used by the linker during MINSIZEREL builds. -CMAKE_EXE_LINKER_FLAGS_MINSIZEREL:STRING= - -//Flags used by the linker during RELEASE builds. -CMAKE_EXE_LINKER_FLAGS_RELEASE:STRING= - -//Flags used by the linker during RELWITHDEBINFO builds. -CMAKE_EXE_LINKER_FLAGS_RELWITHDEBINFO:STRING= - -//Path to a program. -CMAKE_INSTALL_NAME_TOOL:FILEPATH=/usr/bin/install_name_tool - -//Install path prefix, prepended onto install directories. -CMAKE_INSTALL_PREFIX:PATH=/usr/local - -//Path to a program. -CMAKE_LINKER:FILEPATH=/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld - -//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=/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/nm - -//Path to a program. -CMAKE_OBJCOPY:FILEPATH=CMAKE_OBJCOPY-NOTFOUND - -//Path to a program. -CMAKE_OBJDUMP:FILEPATH=/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/objdump - -//Build architectures for OSX -CMAKE_OSX_ARCHITECTURES:STRING= - -//Minimum OS X version to target for deployment (at runtime); newer -// APIs weak linked. Set to empty string for default value. -CMAKE_OSX_DEPLOYMENT_TARGET:STRING= - -//The product will be built against the headers and libraries located -// inside the indicated SDK. -CMAKE_OSX_SYSROOT:PATH=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk - -//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=xtd - -//Value Computed by CMake -CMAKE_PROJECT_VERSION:STATIC=0.0.1 - -//Value Computed by CMake -CMAKE_PROJECT_VERSION_MAJOR:STATIC=0 - -//Value Computed by CMake -CMAKE_PROJECT_VERSION_MINOR:STATIC=0 - -//Value Computed by CMake -CMAKE_PROJECT_VERSION_PATCH:STATIC=1 - -//Value Computed by CMake -CMAKE_PROJECT_VERSION_TWEAK:STATIC= - -//Path to a program. -CMAKE_RANLIB:FILEPATH=/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib - -//Flags used by the linker during the creation of shared libraries -// during all build types. -CMAKE_SHARED_LINKER_FLAGS:STRING= - -//Flags used by the linker during the creation of shared libraries -// during DEBUG builds. -CMAKE_SHARED_LINKER_FLAGS_DEBUG:STRING= - -//Flags used by the linker during the creation of shared libraries -// during MINSIZEREL builds. -CMAKE_SHARED_LINKER_FLAGS_MINSIZEREL:STRING= - -//Flags used by the linker during the creation of shared libraries -// during RELEASE builds. -CMAKE_SHARED_LINKER_FLAGS_RELEASE:STRING= - -//Flags used by the linker during the creation of shared libraries -// during RELWITHDEBINFO builds. -CMAKE_SHARED_LINKER_FLAGS_RELWITHDEBINFO:STRING= - -//If set, runtime paths are not added when installing shared libraries, -// but are added when building. -CMAKE_SKIP_INSTALL_RPATH:BOOL=OFF - -//If set, runtime paths are not added when using shared libraries. -CMAKE_SKIP_RPATH:BOOL=OFF - -//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=/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/strip - -//If this value is on, makefiles will be generated without the -// .SILENT directive, and all commands will be echoed to the console -// during the make. This is useful for debugging only. With Visual -// Studio IDE projects all commands are done without /nologo. -CMAKE_VERBOSE_MAKEFILE:BOOL=OFF - -//Value Computed by CMake -xtd.console_BINARY_DIR:STATIC=/Users/yves/Projects/xtd/xtd/build/xtd.console/xtd.console - -//Dependencies for the target -xtd.console_LIB_DEPENDS:STATIC=general;xtd.strings; - -//Value Computed by CMake -xtd.console_SOURCE_DIR:STATIC=/Users/yves/Projects/xtd/xtd/xtd.console/xtd.console - -//Value Computed by CMake -xtd.delegates_BINARY_DIR:STATIC=/Users/yves/Projects/xtd/xtd/build/xtd.delegates/xtd.delegates - -//Value Computed by CMake -xtd.delegates_SOURCE_DIR:STATIC=/Users/yves/Projects/xtd/xtd/xtd.delegates/xtd.delegates - -//Value Computed by CMake -xtd.properties_BINARY_DIR:STATIC=/Users/yves/Projects/xtd/xtd/build/xtd.properties/xtd.properties - -//Value Computed by CMake -xtd.properties_SOURCE_DIR:STATIC=/Users/yves/Projects/xtd/xtd/xtd.properties/xtd.properties - -//Value Computed by CMake -xtd.strings_BINARY_DIR:STATIC=/Users/yves/Projects/xtd/xtd/build/xtd.strings/xtd.strings - -//Value Computed by CMake -xtd.strings_SOURCE_DIR:STATIC=/Users/yves/Projects/xtd/xtd/xtd.strings/xtd.strings - -//Value Computed by CMake -xtd_BINARY_DIR:STATIC=/Users/yves/Projects/xtd/xtd/build/xtd - -//Dependencies for the target -xtd_LIB_DEPENDS:STATIC=general;xtd.console;general;xtd.delegates;general;xtd.properties;general;xtd.strings; - -//Value Computed by CMake -xtd_SOURCE_DIR:STATIC=/Users/yves/Projects/xtd/xtd/xtd - - -######################## -# INTERNAL cache entries -######################## - -//Stored Xcode object GUID -ALL_BUILD_GUID_CMAKE:INTERNAL=50394EEE1BD24C4FB2A4CE92 -//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=/Users/yves/Projects/xtd/xtd/build -//Major version of cmake used to create the current loaded cache -CMAKE_CACHE_MAJOR_VERSION:INTERNAL=3 -//Minor version of cmake used to create the current loaded cache -CMAKE_CACHE_MINOR_VERSION:INTERNAL=13 -//Patch version of cmake used to create the current loaded cache -CMAKE_CACHE_PATCH_VERSION:INTERNAL=2 -//Path to CMake executable. -CMAKE_COMMAND:INTERNAL=/Applications/CMake.app/Contents/bin/cmake -//Path to cpack program executable. -CMAKE_CPACK_COMMAND:INTERNAL=/Applications/CMake.app/Contents/bin/cpack -//Path to ctest program executable. -CMAKE_CTEST_COMMAND:INTERNAL=/Applications/CMake.app/Contents/bin/ctest -//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_FLAGS -CMAKE_C_FLAGS-ADVANCED:INTERNAL=1 -//ADVANCED property for variable: CMAKE_C_FLAGS_DEBUG -CMAKE_C_FLAGS_DEBUG-ADVANCED:INTERNAL=1 -//ADVANCED property for variable: CMAKE_C_FLAGS_MINSIZEREL -CMAKE_C_FLAGS_MINSIZEREL-ADVANCED:INTERNAL=1 -//ADVANCED property for variable: CMAKE_C_FLAGS_RELEASE -CMAKE_C_FLAGS_RELEASE-ADVANCED:INTERNAL=1 -//ADVANCED property for variable: CMAKE_C_FLAGS_RELWITHDEBINFO -CMAKE_C_FLAGS_RELWITHDEBINFO-ADVANCED:INTERNAL=1 -//Executable file format -CMAKE_EXECUTABLE_FORMAT:INTERNAL=Unknown -//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 -//Name of external makefile project generator. -CMAKE_EXTRA_GENERATOR:INTERNAL= -//Name of generator. -CMAKE_GENERATOR:INTERNAL=Xcode -//Generator instance identifier. -CMAKE_GENERATOR_INSTANCE:INTERNAL= -//Name of generator platform. -CMAKE_GENERATOR_PLATFORM:INTERNAL= -//Name of generator toolset. -CMAKE_GENERATOR_TOOLSET:INTERNAL= -//Source directory with the top level CMakeLists.txt file for this -// project -CMAKE_HOME_DIRECTORY:INTERNAL=/Users/yves/Projects/xtd/xtd -//ADVANCED property for variable: CMAKE_INSTALL_NAME_TOOL -CMAKE_INSTALL_NAME_TOOL-ADVANCED:INTERNAL=1 -//ADVANCED property for variable: CMAKE_LINKER -CMAKE_LINKER-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=6 -//ADVANCED property for variable: CMAKE_OBJCOPY -CMAKE_OBJCOPY-ADVANCED:INTERNAL=1 -//ADVANCED property for variable: CMAKE_OBJDUMP -CMAKE_OBJDUMP-ADVANCED:INTERNAL=1 -//Platform information initialized -CMAKE_PLATFORM_INFO_INITIALIZED:INTERNAL=1 -//ADVANCED property for variable: CMAKE_RANLIB -CMAKE_RANLIB-ADVANCED:INTERNAL=1 -//Path to CMake installation. -CMAKE_ROOT:INTERNAL=/Applications/CMake.app/Contents/share/cmake-3.13 -//ADVANCED property for variable: CMAKE_SHARED_LINKER_FLAGS -CMAKE_SHARED_LINKER_FLAGS-ADVANCED:INTERNAL=1 -//ADVANCED property for variable: CMAKE_SHARED_LINKER_FLAGS_DEBUG -CMAKE_SHARED_LINKER_FLAGS_DEBUG-ADVANCED:INTERNAL=1 -//ADVANCED property for variable: CMAKE_SHARED_LINKER_FLAGS_MINSIZEREL -CMAKE_SHARED_LINKER_FLAGS_MINSIZEREL-ADVANCED:INTERNAL=1 -//ADVANCED property for variable: CMAKE_SHARED_LINKER_FLAGS_RELEASE -CMAKE_SHARED_LINKER_FLAGS_RELEASE-ADVANCED:INTERNAL=1 -//ADVANCED property for variable: CMAKE_SHARED_LINKER_FLAGS_RELWITHDEBINFO -CMAKE_SHARED_LINKER_FLAGS_RELWITHDEBINFO-ADVANCED:INTERNAL=1 -//ADVANCED property for variable: CMAKE_SKIP_INSTALL_RPATH -CMAKE_SKIP_INSTALL_RPATH-ADVANCED:INTERNAL=1 -//ADVANCED property for variable: CMAKE_SKIP_RPATH -CMAKE_SKIP_RPATH-ADVANCED:INTERNAL=1 -//ADVANCED property for variable: CMAKE_STATIC_LINKER_FLAGS -CMAKE_STATIC_LINKER_FLAGS-ADVANCED:INTERNAL=1 -//ADVANCED property for variable: CMAKE_STATIC_LINKER_FLAGS_DEBUG -CMAKE_STATIC_LINKER_FLAGS_DEBUG-ADVANCED:INTERNAL=1 -//ADVANCED property for variable: CMAKE_STATIC_LINKER_FLAGS_MINSIZEREL -CMAKE_STATIC_LINKER_FLAGS_MINSIZEREL-ADVANCED:INTERNAL=1 -//ADVANCED property for variable: CMAKE_STATIC_LINKER_FLAGS_RELEASE -CMAKE_STATIC_LINKER_FLAGS_RELEASE-ADVANCED:INTERNAL=1 -//ADVANCED property for variable: CMAKE_STATIC_LINKER_FLAGS_RELWITHDEBINFO -CMAKE_STATIC_LINKER_FLAGS_RELWITHDEBINFO-ADVANCED:INTERNAL=1 -//ADVANCED property for variable: CMAKE_STRIP -CMAKE_STRIP-ADVANCED:INTERNAL=1 -//uname command -CMAKE_UNAME:INTERNAL=/usr/bin/uname -//ADVANCED property for variable: CMAKE_VERBOSE_MAKEFILE -CMAKE_VERBOSE_MAKEFILE-ADVANCED:INTERNAL=1 -//Stored Xcode object GUID -PROJECT_xtd.console_GUID_CMAKE:INTERNAL=3CCA486A9D8244DC8872C31E -//Stored Xcode object GUID -PROJECT_xtd.delegates_GUID_CMAKE:INTERNAL=82A82108CAB5411F8504DCFE -//Stored Xcode object GUID -PROJECT_xtd.properties_GUID_CMAKE:INTERNAL=EDD860611BAE43B88E7904BF -//Stored Xcode object GUID -PROJECT_xtd.strings_GUID_CMAKE:INTERNAL=1E8C9A0E044E4E70B15AA5C7 -//Stored Xcode object GUID -PROJECT_xtd_GUID_CMAKE:INTERNAL=2A64DBDEF81647EAB6CF856A -//Stored Xcode object GUID -ZERO_CHECK_GUID_CMAKE:INTERNAL=5FC237F2D4EF4159A3B85902 -//Stored Xcode object GUID -install_GUID_CMAKE:INTERNAL=D8AC47AE86EC421F9902C1EF -//Stored Xcode object GUID -xtd.console_GUID_CMAKE:INTERNAL=F1A89C8CCA574D76B09D25D5 -//Stored Xcode object GUID -xtd.delegates_GUID_CMAKE:INTERNAL=BE60D33E0EE44B00B23BEA4B -//Stored Xcode object GUID -xtd.properties_GUID_CMAKE:INTERNAL=B6A8B7F52CD447538E925BAD -//Stored Xcode object GUID -xtd.strings_GUID_CMAKE:INTERNAL=602F63698B04466DAC2A37B5 -//Stored Xcode object GUID -xtd_GUID_CMAKE:INTERNAL=64B6160145B74090BEB6B4BD - diff --git a/build/CMakeFiles/3.13.2/CMakeCCompiler.cmake b/build/CMakeFiles/3.13.2/CMakeCCompiler.cmake deleted file mode 100644 index 67836134a430..000000000000 --- a/build/CMakeFiles/3.13.2/CMakeCCompiler.cmake +++ /dev/null @@ -1,73 +0,0 @@ -set(CMAKE_C_COMPILER "/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang") -set(CMAKE_C_COMPILER_ARG1 "") -set(CMAKE_C_COMPILER_ID "AppleClang") -set(CMAKE_C_COMPILER_VERSION "10.0.0.10001145") -set(CMAKE_C_COMPILER_VERSION_INTERNAL "") -set(CMAKE_C_COMPILER_WRAPPER "") -set(CMAKE_C_STANDARD_COMPUTED_DEFAULT "11") -set(CMAKE_C_COMPILE_FEATURES "c_std_90;c_function_prototypes;c_std_99;c_restrict;c_variadic_macros;c_std_11;c_static_assert") -set(CMAKE_C90_COMPILE_FEATURES "c_std_90;c_function_prototypes") -set(CMAKE_C99_COMPILE_FEATURES "c_std_99;c_restrict;c_variadic_macros") -set(CMAKE_C11_COMPILE_FEATURES "c_std_11;c_static_assert") - -set(CMAKE_C_PLATFORM_ID "Darwin") -set(CMAKE_C_SIMULATE_ID "") -set(CMAKE_C_SIMULATE_VERSION "") - - -set(CMAKE_XCODE_ARCHS "x86_64") -set(CMAKE_AR "/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ar") -set(CMAKE_C_COMPILER_AR "") -set(CMAKE_RANLIB "/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib") -set(CMAKE_C_COMPILER_RANLIB "") -set(CMAKE_LINKER "/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld") -set(CMAKE_COMPILER_IS_GNUCC ) -set(CMAKE_C_COMPILER_LOADED 1) -set(CMAKE_C_COMPILER_WORKS TRUE) -set(CMAKE_C_ABI_COMPILED TRUE) -set(CMAKE_COMPILER_IS_MINGW ) -set(CMAKE_COMPILER_IS_CYGWIN ) -if(CMAKE_COMPILER_IS_CYGWIN) - set(CYGWIN 1) - set(UNIX 1) -endif() - -set(CMAKE_C_COMPILER_ENV_VAR "CC") - -if(CMAKE_COMPILER_IS_MINGW) - set(MINGW 1) -endif() -set(CMAKE_C_COMPILER_ID_RUN 1) -set(CMAKE_C_SOURCE_FILE_EXTENSIONS c;m) -set(CMAKE_C_IGNORE_EXTENSIONS h;H;o;O;obj;OBJ;def;DEF;rc;RC) -set(CMAKE_C_LINKER_PREFERENCE 10) - -# Save compiler ABI information. -set(CMAKE_C_SIZEOF_DATA_PTR "8") -set(CMAKE_C_COMPILER_ABI "") -set(CMAKE_C_LIBRARY_ARCHITECTURE "") - -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 "") -endif() - -set(CMAKE_C_CL_SHOWINCLUDES_PREFIX "") -if(CMAKE_C_CL_SHOWINCLUDES_PREFIX) - set(CMAKE_CL_SHOWINCLUDES_PREFIX "${CMAKE_C_CL_SHOWINCLUDES_PREFIX}") -endif() - - - - - -set(CMAKE_C_IMPLICIT_LINK_LIBRARIES "") -set(CMAKE_C_IMPLICIT_LINK_DIRECTORIES "/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/lib") -set(CMAKE_C_IMPLICIT_LINK_FRAMEWORK_DIRECTORIES "/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks") diff --git a/build/CMakeFiles/3.13.2/CMakeCXXCompiler.cmake b/build/CMakeFiles/3.13.2/CMakeCXXCompiler.cmake deleted file mode 100644 index e96f3f8202d0..000000000000 --- a/build/CMakeFiles/3.13.2/CMakeCXXCompiler.cmake +++ /dev/null @@ -1,76 +0,0 @@ -set(CMAKE_CXX_COMPILER "/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang++") -set(CMAKE_CXX_COMPILER_ARG1 "") -set(CMAKE_CXX_COMPILER_ID "AppleClang") -set(CMAKE_CXX_COMPILER_VERSION "10.0.0.10001145") -set(CMAKE_CXX_COMPILER_VERSION_INTERNAL "") -set(CMAKE_CXX_COMPILER_WRAPPER "") -set(CMAKE_CXX_STANDARD_COMPUTED_DEFAULT "98") -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") -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 "") - -set(CMAKE_CXX_PLATFORM_ID "Darwin") -set(CMAKE_CXX_SIMULATE_ID "") -set(CMAKE_CXX_SIMULATE_VERSION "") - - -set(CMAKE_XCODE_ARCHS "x86_64") -set(CMAKE_AR "/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ar") -set(CMAKE_CXX_COMPILER_AR "") -set(CMAKE_RANLIB "/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib") -set(CMAKE_CXX_COMPILER_RANLIB "") -set(CMAKE_LINKER "/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld") -set(CMAKE_COMPILER_IS_GNUCXX ) -set(CMAKE_CXX_COMPILER_LOADED 1) -set(CMAKE_CXX_COMPILER_WORKS TRUE) -set(CMAKE_CXX_ABI_COMPILED TRUE) -set(CMAKE_COMPILER_IS_MINGW ) -set(CMAKE_COMPILER_IS_CYGWIN ) -if(CMAKE_COMPILER_IS_CYGWIN) - set(CYGWIN 1) - set(UNIX 1) -endif() - -set(CMAKE_CXX_COMPILER_ENV_VAR "CXX") - -if(CMAKE_COMPILER_IS_MINGW) - set(MINGW 1) -endif() -set(CMAKE_CXX_COMPILER_ID_RUN 1) -set(CMAKE_CXX_IGNORE_EXTENSIONS inl;h;hpp;HPP;H;o;O;obj;OBJ;def;DEF;rc;RC) -set(CMAKE_CXX_SOURCE_FILE_EXTENSIONS C;M;c++;cc;cpp;cxx;mm;CPP) -set(CMAKE_CXX_LINKER_PREFERENCE 30) -set(CMAKE_CXX_LINKER_PREFERENCE_PROPAGATES 1) - -# Save compiler ABI information. -set(CMAKE_CXX_SIZEOF_DATA_PTR "8") -set(CMAKE_CXX_COMPILER_ABI "") -set(CMAKE_CXX_LIBRARY_ARCHITECTURE "") - -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 "") -endif() - -set(CMAKE_CXX_CL_SHOWINCLUDES_PREFIX "") -if(CMAKE_CXX_CL_SHOWINCLUDES_PREFIX) - set(CMAKE_CL_SHOWINCLUDES_PREFIX "${CMAKE_CXX_CL_SHOWINCLUDES_PREFIX}") -endif() - - - - - -set(CMAKE_CXX_IMPLICIT_LINK_LIBRARIES "c++") -set(CMAKE_CXX_IMPLICIT_LINK_DIRECTORIES "/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/lib") -set(CMAKE_CXX_IMPLICIT_LINK_FRAMEWORK_DIRECTORIES "/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks") diff --git a/build/CMakeFiles/3.13.2/CMakeDetermineCompilerABI_C.bin b/build/CMakeFiles/3.13.2/CMakeDetermineCompilerABI_C.bin deleted file mode 100755 index 904c72b484f8..000000000000 Binary files a/build/CMakeFiles/3.13.2/CMakeDetermineCompilerABI_C.bin and /dev/null differ diff --git a/build/CMakeFiles/3.13.2/CMakeDetermineCompilerABI_CXX.bin b/build/CMakeFiles/3.13.2/CMakeDetermineCompilerABI_CXX.bin deleted file mode 100755 index 4270573c21d1..000000000000 Binary files a/build/CMakeFiles/3.13.2/CMakeDetermineCompilerABI_CXX.bin and /dev/null differ diff --git a/build/CMakeFiles/3.13.2/CMakeSystem.cmake b/build/CMakeFiles/3.13.2/CMakeSystem.cmake deleted file mode 100644 index b8249fedc3e9..000000000000 --- a/build/CMakeFiles/3.13.2/CMakeSystem.cmake +++ /dev/null @@ -1,15 +0,0 @@ -set(CMAKE_HOST_SYSTEM "Darwin-18.2.0") -set(CMAKE_HOST_SYSTEM_NAME "Darwin") -set(CMAKE_HOST_SYSTEM_VERSION "18.2.0") -set(CMAKE_HOST_SYSTEM_PROCESSOR "x86_64") - - - -set(CMAKE_SYSTEM "Darwin-18.2.0") -set(CMAKE_SYSTEM_NAME "Darwin") -set(CMAKE_SYSTEM_VERSION "18.2.0") -set(CMAKE_SYSTEM_PROCESSOR "x86_64") - -set(CMAKE_CROSSCOMPILING "FALSE") - -set(CMAKE_SYSTEM_LOADED 1) diff --git a/build/CMakeFiles/3.13.2/CompilerIdC/CMakeCCompilerId.c b/build/CMakeFiles/3.13.2/CompilerIdC/CMakeCCompilerId.c deleted file mode 100644 index bfc6ebbfb5b7..000000000000 --- a/build/CMakeFiles/3.13.2/CompilerIdC/CMakeCCompilerId.c +++ /dev/null @@ -1,623 +0,0 @@ -#ifdef __cplusplus -# error "A C++ compiler has been selected for C." -#endif - -#if defined(__18CXX) -# define ID_VOID_MAIN -#endif -#if defined(__CLASSIC_C__) -/* cv-qualifiers did not exist in K&R C */ -# define const -# define volatile -#endif - - -/* Version number components: V=Version, R=Revision, P=Patch - Version date components: YYYY=Year, MM=Month, DD=Day */ - -#if defined(__INTEL_COMPILER) || defined(__ICC) -# define COMPILER_ID "Intel" -# if defined(_MSC_VER) -# define SIMULATE_ID "MSVC" -# endif - /* __INTEL_COMPILER = VRP */ -# define COMPILER_VERSION_MAJOR DEC(__INTEL_COMPILER/100) -# define COMPILER_VERSION_MINOR DEC(__INTEL_COMPILER/10 % 10) -# if defined(__INTEL_COMPILER_UPDATE) -# define COMPILER_VERSION_PATCH DEC(__INTEL_COMPILER_UPDATE) -# else -# define COMPILER_VERSION_PATCH DEC(__INTEL_COMPILER % 10) -# endif -# if defined(__INTEL_COMPILER_BUILD_DATE) - /* __INTEL_COMPILER_BUILD_DATE = YYYYMMDD */ -# define COMPILER_VERSION_TWEAK DEC(__INTEL_COMPILER_BUILD_DATE) -# endif -# if defined(_MSC_VER) - /* _MSC_VER = VVRR */ -# define SIMULATE_VERSION_MAJOR DEC(_MSC_VER / 100) -# define SIMULATE_VERSION_MINOR DEC(_MSC_VER % 100) -# endif - -#elif defined(__PATHCC__) -# define COMPILER_ID "PathScale" -# define COMPILER_VERSION_MAJOR DEC(__PATHCC__) -# define COMPILER_VERSION_MINOR DEC(__PATHCC_MINOR__) -# if defined(__PATHCC_PATCHLEVEL__) -# define COMPILER_VERSION_PATCH DEC(__PATHCC_PATCHLEVEL__) -# endif - -#elif defined(__BORLANDC__) && defined(__CODEGEARC_VERSION__) -# define COMPILER_ID "Embarcadero" -# define COMPILER_VERSION_MAJOR HEX(__CODEGEARC_VERSION__>>24 & 0x00FF) -# define COMPILER_VERSION_MINOR HEX(__CODEGEARC_VERSION__>>16 & 0x00FF) -# define COMPILER_VERSION_PATCH DEC(__CODEGEARC_VERSION__ & 0xFFFF) - -#elif defined(__BORLANDC__) -# define COMPILER_ID "Borland" - /* __BORLANDC__ = 0xVRR */ -# define COMPILER_VERSION_MAJOR HEX(__BORLANDC__>>8) -# define COMPILER_VERSION_MINOR HEX(__BORLANDC__ & 0xFF) - -#elif defined(__WATCOMC__) && __WATCOMC__ < 1200 -# define COMPILER_ID "Watcom" - /* __WATCOMC__ = VVRR */ -# define COMPILER_VERSION_MAJOR DEC(__WATCOMC__ / 100) -# define COMPILER_VERSION_MINOR DEC((__WATCOMC__ / 10) % 10) -# if (__WATCOMC__ % 10) > 0 -# define COMPILER_VERSION_PATCH DEC(__WATCOMC__ % 10) -# endif - -#elif defined(__WATCOMC__) -# define COMPILER_ID "OpenWatcom" - /* __WATCOMC__ = VVRP + 1100 */ -# define COMPILER_VERSION_MAJOR DEC((__WATCOMC__ - 1100) / 100) -# define COMPILER_VERSION_MINOR DEC((__WATCOMC__ / 10) % 10) -# if (__WATCOMC__ % 10) > 0 -# define COMPILER_VERSION_PATCH DEC(__WATCOMC__ % 10) -# endif - -#elif defined(__SUNPRO_C) -# define COMPILER_ID "SunPro" -# if __SUNPRO_C >= 0x5100 - /* __SUNPRO_C = 0xVRRP */ -# define COMPILER_VERSION_MAJOR HEX(__SUNPRO_C>>12) -# define COMPILER_VERSION_MINOR HEX(__SUNPRO_C>>4 & 0xFF) -# define COMPILER_VERSION_PATCH HEX(__SUNPRO_C & 0xF) -# else - /* __SUNPRO_CC = 0xVRP */ -# define COMPILER_VERSION_MAJOR HEX(__SUNPRO_C>>8) -# define COMPILER_VERSION_MINOR HEX(__SUNPRO_C>>4 & 0xF) -# define COMPILER_VERSION_PATCH HEX(__SUNPRO_C & 0xF) -# endif - -#elif defined(__HP_cc) -# define COMPILER_ID "HP" - /* __HP_cc = VVRRPP */ -# define COMPILER_VERSION_MAJOR DEC(__HP_cc/10000) -# define COMPILER_VERSION_MINOR DEC(__HP_cc/100 % 100) -# define COMPILER_VERSION_PATCH DEC(__HP_cc % 100) - -#elif defined(__DECC) -# define COMPILER_ID "Compaq" - /* __DECC_VER = VVRRTPPPP */ -# define COMPILER_VERSION_MAJOR DEC(__DECC_VER/10000000) -# define COMPILER_VERSION_MINOR DEC(__DECC_VER/100000 % 100) -# define COMPILER_VERSION_PATCH DEC(__DECC_VER % 10000) - -#elif defined(__IBMC__) && defined(__COMPILER_VER__) -# define COMPILER_ID "zOS" -# if defined(__ibmxl__) -# define COMPILER_VERSION_MAJOR DEC(__ibmxl_version__) -# define COMPILER_VERSION_MINOR DEC(__ibmxl_release__) -# define COMPILER_VERSION_PATCH DEC(__ibmxl_modification__) -# define COMPILER_VERSION_TWEAK DEC(__ibmxl_ptf_fix_level__) -# else - /* __IBMC__ = VRP */ -# define COMPILER_VERSION_MAJOR DEC(__IBMC__/100) -# define COMPILER_VERSION_MINOR DEC(__IBMC__/10 % 10) -# define COMPILER_VERSION_PATCH DEC(__IBMC__ % 10) -# endif - - -#elif defined(__ibmxl__) || (defined(__IBMC__) && !defined(__COMPILER_VER__) && __IBMC__ >= 800) -# define COMPILER_ID "XL" -# if defined(__ibmxl__) -# define COMPILER_VERSION_MAJOR DEC(__ibmxl_version__) -# define COMPILER_VERSION_MINOR DEC(__ibmxl_release__) -# define COMPILER_VERSION_PATCH DEC(__ibmxl_modification__) -# define COMPILER_VERSION_TWEAK DEC(__ibmxl_ptf_fix_level__) -# else - /* __IBMC__ = VRP */ -# define COMPILER_VERSION_MAJOR DEC(__IBMC__/100) -# define COMPILER_VERSION_MINOR DEC(__IBMC__/10 % 10) -# define COMPILER_VERSION_PATCH DEC(__IBMC__ % 10) -# endif - - -#elif defined(__IBMC__) && !defined(__COMPILER_VER__) && __IBMC__ < 800 -# define COMPILER_ID "VisualAge" -# if defined(__ibmxl__) -# define COMPILER_VERSION_MAJOR DEC(__ibmxl_version__) -# define COMPILER_VERSION_MINOR DEC(__ibmxl_release__) -# define COMPILER_VERSION_PATCH DEC(__ibmxl_modification__) -# define COMPILER_VERSION_TWEAK DEC(__ibmxl_ptf_fix_level__) -# else - /* __IBMC__ = VRP */ -# define COMPILER_VERSION_MAJOR DEC(__IBMC__/100) -# define COMPILER_VERSION_MINOR DEC(__IBMC__/10 % 10) -# define COMPILER_VERSION_PATCH DEC(__IBMC__ % 10) -# endif - - -#elif defined(__PGI) -# define COMPILER_ID "PGI" -# define COMPILER_VERSION_MAJOR DEC(__PGIC__) -# define COMPILER_VERSION_MINOR DEC(__PGIC_MINOR__) -# if defined(__PGIC_PATCHLEVEL__) -# define COMPILER_VERSION_PATCH DEC(__PGIC_PATCHLEVEL__) -# endif - -#elif defined(_CRAYC) -# define COMPILER_ID "Cray" -# define COMPILER_VERSION_MAJOR DEC(_RELEASE_MAJOR) -# define COMPILER_VERSION_MINOR DEC(_RELEASE_MINOR) - -#elif defined(__TI_COMPILER_VERSION__) -# define COMPILER_ID "TI" - /* __TI_COMPILER_VERSION__ = VVVRRRPPP */ -# define COMPILER_VERSION_MAJOR DEC(__TI_COMPILER_VERSION__/1000000) -# define COMPILER_VERSION_MINOR DEC(__TI_COMPILER_VERSION__/1000 % 1000) -# define COMPILER_VERSION_PATCH DEC(__TI_COMPILER_VERSION__ % 1000) - -#elif defined(__FUJITSU) || defined(__FCC_VERSION) || defined(__fcc_version) -# define COMPILER_ID "Fujitsu" - -#elif defined(__TINYC__) -# define COMPILER_ID "TinyCC" - -#elif defined(__BCC__) -# define COMPILER_ID "Bruce" - -#elif defined(__SCO_VERSION__) -# define COMPILER_ID "SCO" - -#elif defined(__clang__) && defined(__apple_build_version__) -# define COMPILER_ID "AppleClang" -# if defined(_MSC_VER) -# define SIMULATE_ID "MSVC" -# endif -# define COMPILER_VERSION_MAJOR DEC(__clang_major__) -# define COMPILER_VERSION_MINOR DEC(__clang_minor__) -# define COMPILER_VERSION_PATCH DEC(__clang_patchlevel__) -# if defined(_MSC_VER) - /* _MSC_VER = VVRR */ -# define SIMULATE_VERSION_MAJOR DEC(_MSC_VER / 100) -# define SIMULATE_VERSION_MINOR DEC(_MSC_VER % 100) -# endif -# define COMPILER_VERSION_TWEAK DEC(__apple_build_version__) - -#elif defined(__clang__) -# define COMPILER_ID "Clang" -# if defined(_MSC_VER) -# define SIMULATE_ID "MSVC" -# endif -# define COMPILER_VERSION_MAJOR DEC(__clang_major__) -# define COMPILER_VERSION_MINOR DEC(__clang_minor__) -# define COMPILER_VERSION_PATCH DEC(__clang_patchlevel__) -# if defined(_MSC_VER) - /* _MSC_VER = VVRR */ -# define SIMULATE_VERSION_MAJOR DEC(_MSC_VER / 100) -# define SIMULATE_VERSION_MINOR DEC(_MSC_VER % 100) -# endif - -#elif defined(__GNUC__) -# define COMPILER_ID "GNU" -# define COMPILER_VERSION_MAJOR DEC(__GNUC__) -# if defined(__GNUC_MINOR__) -# define COMPILER_VERSION_MINOR DEC(__GNUC_MINOR__) -# endif -# if defined(__GNUC_PATCHLEVEL__) -# define COMPILER_VERSION_PATCH DEC(__GNUC_PATCHLEVEL__) -# endif - -#elif defined(_MSC_VER) -# define COMPILER_ID "MSVC" - /* _MSC_VER = VVRR */ -# define COMPILER_VERSION_MAJOR DEC(_MSC_VER / 100) -# define COMPILER_VERSION_MINOR DEC(_MSC_VER % 100) -# if defined(_MSC_FULL_VER) -# if _MSC_VER >= 1400 - /* _MSC_FULL_VER = VVRRPPPPP */ -# define COMPILER_VERSION_PATCH DEC(_MSC_FULL_VER % 100000) -# else - /* _MSC_FULL_VER = VVRRPPPP */ -# define COMPILER_VERSION_PATCH DEC(_MSC_FULL_VER % 10000) -# endif -# endif -# if defined(_MSC_BUILD) -# define COMPILER_VERSION_TWEAK DEC(_MSC_BUILD) -# endif - -#elif defined(__VISUALDSPVERSION__) || defined(__ADSPBLACKFIN__) || defined(__ADSPTS__) || defined(__ADSP21000__) -# define COMPILER_ID "ADSP" -#if defined(__VISUALDSPVERSION__) - /* __VISUALDSPVERSION__ = 0xVVRRPP00 */ -# define COMPILER_VERSION_MAJOR HEX(__VISUALDSPVERSION__>>24) -# define COMPILER_VERSION_MINOR HEX(__VISUALDSPVERSION__>>16 & 0xFF) -# define COMPILER_VERSION_PATCH HEX(__VISUALDSPVERSION__>>8 & 0xFF) -#endif - -#elif defined(__IAR_SYSTEMS_ICC__) || defined(__IAR_SYSTEMS_ICC) -# define COMPILER_ID "IAR" -# if defined(__VER__) -# define COMPILER_VERSION_MAJOR DEC((__VER__) / 1000000) -# define COMPILER_VERSION_MINOR DEC(((__VER__) / 1000) % 1000) -# define COMPILER_VERSION_PATCH DEC((__VER__) % 1000) -# define COMPILER_VERSION_INTERNAL DEC(__IAR_SYSTEMS_ICC__) -# endif - -#elif defined(__ARMCC_VERSION) -# define COMPILER_ID "ARMCC" -#if __ARMCC_VERSION >= 1000000 - /* __ARMCC_VERSION = VRRPPPP */ - # define COMPILER_VERSION_MAJOR DEC(__ARMCC_VERSION/1000000) - # define COMPILER_VERSION_MINOR DEC(__ARMCC_VERSION/10000 % 100) - # define COMPILER_VERSION_PATCH DEC(__ARMCC_VERSION % 10000) -#else - /* __ARMCC_VERSION = VRPPPP */ - # define COMPILER_VERSION_MAJOR DEC(__ARMCC_VERSION/100000) - # define COMPILER_VERSION_MINOR DEC(__ARMCC_VERSION/10000 % 10) - # define COMPILER_VERSION_PATCH DEC(__ARMCC_VERSION % 10000) -#endif - - -#elif defined(__SDCC_VERSION_MAJOR) || defined(SDCC) -# define COMPILER_ID "SDCC" -# if defined(__SDCC_VERSION_MAJOR) -# define COMPILER_VERSION_MAJOR DEC(__SDCC_VERSION_MAJOR) -# define COMPILER_VERSION_MINOR DEC(__SDCC_VERSION_MINOR) -# define COMPILER_VERSION_PATCH DEC(__SDCC_VERSION_PATCH) -# else - /* SDCC = VRP */ -# define COMPILER_VERSION_MAJOR DEC(SDCC/100) -# define COMPILER_VERSION_MINOR DEC(SDCC/10 % 10) -# define COMPILER_VERSION_PATCH DEC(SDCC % 10) -# endif - -#elif defined(_SGI_COMPILER_VERSION) || defined(_COMPILER_VERSION) -# define COMPILER_ID "MIPSpro" -# if defined(_SGI_COMPILER_VERSION) - /* _SGI_COMPILER_VERSION = VRP */ -# define COMPILER_VERSION_MAJOR DEC(_SGI_COMPILER_VERSION/100) -# define COMPILER_VERSION_MINOR DEC(_SGI_COMPILER_VERSION/10 % 10) -# define COMPILER_VERSION_PATCH DEC(_SGI_COMPILER_VERSION % 10) -# else - /* _COMPILER_VERSION = VRP */ -# define COMPILER_VERSION_MAJOR DEC(_COMPILER_VERSION/100) -# define COMPILER_VERSION_MINOR DEC(_COMPILER_VERSION/10 % 10) -# define COMPILER_VERSION_PATCH DEC(_COMPILER_VERSION % 10) -# endif - - -/* These compilers are either not known or too old to define an - identification macro. Try to identify the platform and guess that - it is the native compiler. */ -#elif defined(__sgi) -# define COMPILER_ID "MIPSpro" - -#elif defined(__hpux) || defined(__hpua) -# define COMPILER_ID "HP" - -#else /* unknown compiler */ -# define COMPILER_ID "" -#endif - -/* Construct the string literal in pieces to prevent the source from - getting matched. Store it in a pointer rather than an array - because some compilers will just produce instructions to fill the - array rather than assigning a pointer to a static array. */ -char const* info_compiler = "INFO" ":" "compiler[" COMPILER_ID "]"; -#ifdef SIMULATE_ID -char const* info_simulate = "INFO" ":" "simulate[" SIMULATE_ID "]"; -#endif - -#ifdef __QNXNTO__ -char const* qnxnto = "INFO" ":" "qnxnto[]"; -#endif - -#if defined(__CRAYXE) || defined(__CRAYXC) -char const *info_cray = "INFO" ":" "compiler_wrapper[CrayPrgEnv]"; -#endif - -#define STRINGIFY_HELPER(X) #X -#define STRINGIFY(X) STRINGIFY_HELPER(X) - -/* Identify known platforms by name. */ -#if defined(__linux) || defined(__linux__) || defined(linux) -# define PLATFORM_ID "Linux" - -#elif defined(__CYGWIN__) -# define PLATFORM_ID "Cygwin" - -#elif defined(__MINGW32__) -# define PLATFORM_ID "MinGW" - -#elif defined(__APPLE__) -# define PLATFORM_ID "Darwin" - -#elif defined(_WIN32) || defined(__WIN32__) || defined(WIN32) -# define PLATFORM_ID "Windows" - -#elif defined(__FreeBSD__) || defined(__FreeBSD) -# define PLATFORM_ID "FreeBSD" - -#elif defined(__NetBSD__) || defined(__NetBSD) -# define PLATFORM_ID "NetBSD" - -#elif defined(__OpenBSD__) || defined(__OPENBSD) -# define PLATFORM_ID "OpenBSD" - -#elif defined(__sun) || defined(sun) -# define PLATFORM_ID "SunOS" - -#elif defined(_AIX) || defined(__AIX) || defined(__AIX__) || defined(__aix) || defined(__aix__) -# define PLATFORM_ID "AIX" - -#elif defined(__sgi) || defined(__sgi__) || defined(_SGI) -# define PLATFORM_ID "IRIX" - -#elif defined(__hpux) || defined(__hpux__) -# define PLATFORM_ID "HP-UX" - -#elif defined(__HAIKU__) -# define PLATFORM_ID "Haiku" - -#elif defined(__BeOS) || defined(__BEOS__) || defined(_BEOS) -# define PLATFORM_ID "BeOS" - -#elif defined(__QNX__) || defined(__QNXNTO__) -# define PLATFORM_ID "QNX" - -#elif defined(__tru64) || defined(_tru64) || defined(__TRU64__) -# define PLATFORM_ID "Tru64" - -#elif defined(__riscos) || defined(__riscos__) -# define PLATFORM_ID "RISCos" - -#elif defined(__sinix) || defined(__sinix__) || defined(__SINIX__) -# define PLATFORM_ID "SINIX" - -#elif defined(__UNIX_SV__) -# define PLATFORM_ID "UNIX_SV" - -#elif defined(__bsdos__) -# define PLATFORM_ID "BSDOS" - -#elif defined(_MPRAS) || defined(MPRAS) -# define PLATFORM_ID "MP-RAS" - -#elif defined(__osf) || defined(__osf__) -# define PLATFORM_ID "OSF1" - -#elif defined(_SCO_SV) || defined(SCO_SV) || defined(sco_sv) -# define PLATFORM_ID "SCO_SV" - -#elif defined(__ultrix) || defined(__ultrix__) || defined(_ULTRIX) -# define PLATFORM_ID "ULTRIX" - -#elif defined(__XENIX__) || defined(_XENIX) || defined(XENIX) -# define PLATFORM_ID "Xenix" - -#elif defined(__WATCOMC__) -# if defined(__LINUX__) -# define PLATFORM_ID "Linux" - -# elif defined(__DOS__) -# define PLATFORM_ID "DOS" - -# elif defined(__OS2__) -# define PLATFORM_ID "OS2" - -# elif defined(__WINDOWS__) -# define PLATFORM_ID "Windows3x" - -# else /* unknown platform */ -# define PLATFORM_ID -# endif - -#else /* unknown platform */ -# define PLATFORM_ID - -#endif - -/* For windows compilers MSVC and Intel we can determine - the architecture of the compiler being used. This is because - the compilers do not have flags that can change the architecture, - but rather depend on which compiler is being used -*/ -#if defined(_WIN32) && defined(_MSC_VER) -# if defined(_M_IA64) -# define ARCHITECTURE_ID "IA64" - -# elif defined(_M_X64) || defined(_M_AMD64) -# define ARCHITECTURE_ID "x64" - -# elif defined(_M_IX86) -# define ARCHITECTURE_ID "X86" - -# elif defined(_M_ARM64) -# define ARCHITECTURE_ID "ARM64" - -# elif defined(_M_ARM) -# if _M_ARM == 4 -# define ARCHITECTURE_ID "ARMV4I" -# elif _M_ARM == 5 -# define ARCHITECTURE_ID "ARMV5I" -# else -# define ARCHITECTURE_ID "ARMV" STRINGIFY(_M_ARM) -# endif - -# elif defined(_M_MIPS) -# define ARCHITECTURE_ID "MIPS" - -# elif defined(_M_SH) -# define ARCHITECTURE_ID "SHx" - -# else /* unknown architecture */ -# define ARCHITECTURE_ID "" -# endif - -#elif defined(__WATCOMC__) -# if defined(_M_I86) -# define ARCHITECTURE_ID "I86" - -# elif defined(_M_IX86) -# define ARCHITECTURE_ID "X86" - -# else /* unknown architecture */ -# define ARCHITECTURE_ID "" -# endif - -#elif defined(__IAR_SYSTEMS_ICC__) || defined(__IAR_SYSTEMS_ICC) -# if defined(__ICCARM__) -# define ARCHITECTURE_ID "ARM" - -# elif defined(__ICCAVR__) -# define ARCHITECTURE_ID "AVR" - -# else /* unknown architecture */ -# define ARCHITECTURE_ID "" -# endif -#else -# define ARCHITECTURE_ID -#endif - -/* Convert integer to decimal digit literals. */ -#define DEC(n) \ - ('0' + (((n) / 10000000)%10)), \ - ('0' + (((n) / 1000000)%10)), \ - ('0' + (((n) / 100000)%10)), \ - ('0' + (((n) / 10000)%10)), \ - ('0' + (((n) / 1000)%10)), \ - ('0' + (((n) / 100)%10)), \ - ('0' + (((n) / 10)%10)), \ - ('0' + ((n) % 10)) - -/* Convert integer to hex digit literals. */ -#define HEX(n) \ - ('0' + ((n)>>28 & 0xF)), \ - ('0' + ((n)>>24 & 0xF)), \ - ('0' + ((n)>>20 & 0xF)), \ - ('0' + ((n)>>16 & 0xF)), \ - ('0' + ((n)>>12 & 0xF)), \ - ('0' + ((n)>>8 & 0xF)), \ - ('0' + ((n)>>4 & 0xF)), \ - ('0' + ((n) & 0xF)) - -/* Construct a string literal encoding the version number components. */ -#ifdef COMPILER_VERSION_MAJOR -char const info_version[] = { - 'I', 'N', 'F', 'O', ':', - 'c','o','m','p','i','l','e','r','_','v','e','r','s','i','o','n','[', - COMPILER_VERSION_MAJOR, -# ifdef COMPILER_VERSION_MINOR - '.', COMPILER_VERSION_MINOR, -# ifdef COMPILER_VERSION_PATCH - '.', COMPILER_VERSION_PATCH, -# ifdef COMPILER_VERSION_TWEAK - '.', COMPILER_VERSION_TWEAK, -# endif -# endif -# endif - ']','\0'}; -#endif - -/* Construct a string literal encoding the internal version number. */ -#ifdef COMPILER_VERSION_INTERNAL -char const info_version_internal[] = { - 'I', 'N', 'F', 'O', ':', - 'c','o','m','p','i','l','e','r','_','v','e','r','s','i','o','n','_', - 'i','n','t','e','r','n','a','l','[', - COMPILER_VERSION_INTERNAL,']','\0'}; -#endif - -/* Construct a string literal encoding the version number components. */ -#ifdef SIMULATE_VERSION_MAJOR -char const info_simulate_version[] = { - 'I', 'N', 'F', 'O', ':', - 's','i','m','u','l','a','t','e','_','v','e','r','s','i','o','n','[', - SIMULATE_VERSION_MAJOR, -# ifdef SIMULATE_VERSION_MINOR - '.', SIMULATE_VERSION_MINOR, -# ifdef SIMULATE_VERSION_PATCH - '.', SIMULATE_VERSION_PATCH, -# ifdef SIMULATE_VERSION_TWEAK - '.', SIMULATE_VERSION_TWEAK, -# endif -# endif -# endif - ']','\0'}; -#endif - -/* Construct the string literal in pieces to prevent the source from - getting matched. Store it in a pointer rather than an array - because some compilers will just produce instructions to fill the - array rather than assigning a pointer to a static array. */ -char const* info_platform = "INFO" ":" "platform[" PLATFORM_ID "]"; -char const* info_arch = "INFO" ":" "arch[" ARCHITECTURE_ID "]"; - - - - -#if !defined(__STDC__) -# if (defined(_MSC_VER) && !defined(__clang__)) \ - || (defined(__ibmxl__) || defined(__IBMC__)) -# define C_DIALECT "90" -# else -# define C_DIALECT -# endif -#elif __STDC_VERSION__ >= 201000L -# define C_DIALECT "11" -#elif __STDC_VERSION__ >= 199901L -# define C_DIALECT "99" -#else -# define C_DIALECT "90" -#endif -const char* info_language_dialect_default = - "INFO" ":" "dialect_default[" C_DIALECT "]"; - -/*--------------------------------------------------------------------------*/ - -#ifdef ID_VOID_MAIN -void main() {} -#else -# if defined(__CLASSIC_C__) -int main(argc, argv) int argc; char *argv[]; -# else -int main(int argc, char* argv[]) -# endif -{ - int require = 0; - require += info_compiler[argc]; - require += info_platform[argc]; - require += info_arch[argc]; -#ifdef COMPILER_VERSION_MAJOR - require += info_version[argc]; -#endif -#ifdef COMPILER_VERSION_INTERNAL - require += info_version_internal[argc]; -#endif -#ifdef SIMULATE_ID - require += info_simulate[argc]; -#endif -#ifdef SIMULATE_VERSION_MAJOR - require += info_simulate_version[argc]; -#endif -#if defined(__CRAYXE) || defined(__CRAYXC) - require += info_cray[argc]; -#endif - require += info_language_dialect_default[argc]; - (void)argv; - return require; -} -#endif diff --git a/build/CMakeFiles/3.13.2/CompilerIdC/CompilerIdC b/build/CMakeFiles/3.13.2/CompilerIdC/CompilerIdC deleted file mode 100755 index f9ed629e8189..000000000000 Binary files a/build/CMakeFiles/3.13.2/CompilerIdC/CompilerIdC and /dev/null differ diff --git a/build/CMakeFiles/3.13.2/CompilerIdC/CompilerIdC.build/Debug/CompilerIdC.build/CompilerIdC-all-non-framework-target-headers.hmap b/build/CMakeFiles/3.13.2/CompilerIdC/CompilerIdC.build/Debug/CompilerIdC.build/CompilerIdC-all-non-framework-target-headers.hmap deleted file mode 100644 index dd8b535d60fc..000000000000 Binary files a/build/CMakeFiles/3.13.2/CompilerIdC/CompilerIdC.build/Debug/CompilerIdC.build/CompilerIdC-all-non-framework-target-headers.hmap and /dev/null differ diff --git a/build/CMakeFiles/3.13.2/CompilerIdC/CompilerIdC.build/Debug/CompilerIdC.build/CompilerIdC-all-target-headers.hmap b/build/CMakeFiles/3.13.2/CompilerIdC/CompilerIdC.build/Debug/CompilerIdC.build/CompilerIdC-all-target-headers.hmap deleted file mode 100644 index dd8b535d60fc..000000000000 Binary files a/build/CMakeFiles/3.13.2/CompilerIdC/CompilerIdC.build/Debug/CompilerIdC.build/CompilerIdC-all-target-headers.hmap and /dev/null differ diff --git a/build/CMakeFiles/3.13.2/CompilerIdC/CompilerIdC.build/Debug/CompilerIdC.build/CompilerIdC-generated-files.hmap b/build/CMakeFiles/3.13.2/CompilerIdC/CompilerIdC.build/Debug/CompilerIdC.build/CompilerIdC-generated-files.hmap deleted file mode 100644 index dd8b535d60fc..000000000000 Binary files a/build/CMakeFiles/3.13.2/CompilerIdC/CompilerIdC.build/Debug/CompilerIdC.build/CompilerIdC-generated-files.hmap and /dev/null differ diff --git a/build/CMakeFiles/3.13.2/CompilerIdC/CompilerIdC.build/Debug/CompilerIdC.build/CompilerIdC-own-target-headers.hmap b/build/CMakeFiles/3.13.2/CompilerIdC/CompilerIdC.build/Debug/CompilerIdC.build/CompilerIdC-own-target-headers.hmap deleted file mode 100644 index dd8b535d60fc..000000000000 Binary files a/build/CMakeFiles/3.13.2/CompilerIdC/CompilerIdC.build/Debug/CompilerIdC.build/CompilerIdC-own-target-headers.hmap and /dev/null differ diff --git a/build/CMakeFiles/3.13.2/CompilerIdC/CompilerIdC.build/Debug/CompilerIdC.build/CompilerIdC-project-headers.hmap b/build/CMakeFiles/3.13.2/CompilerIdC/CompilerIdC.build/Debug/CompilerIdC.build/CompilerIdC-project-headers.hmap deleted file mode 100644 index dd8b535d60fc..000000000000 Binary files a/build/CMakeFiles/3.13.2/CompilerIdC/CompilerIdC.build/Debug/CompilerIdC.build/CompilerIdC-project-headers.hmap and /dev/null differ diff --git a/build/CMakeFiles/3.13.2/CompilerIdC/CompilerIdC.build/Debug/CompilerIdC.build/CompilerIdC.hmap b/build/CMakeFiles/3.13.2/CompilerIdC/CompilerIdC.build/Debug/CompilerIdC.build/CompilerIdC.hmap deleted file mode 100644 index dd8b535d60fc..000000000000 Binary files a/build/CMakeFiles/3.13.2/CompilerIdC/CompilerIdC.build/Debug/CompilerIdC.build/CompilerIdC.hmap and /dev/null differ diff --git a/build/CMakeFiles/3.13.2/CompilerIdC/CompilerIdC.build/Debug/CompilerIdC.build/Objects-normal/x86_64/CMakeCCompilerId.d b/build/CMakeFiles/3.13.2/CompilerIdC/CompilerIdC.build/Debug/CompilerIdC.build/Objects-normal/x86_64/CMakeCCompilerId.d deleted file mode 100644 index dd11a02e8113..000000000000 --- a/build/CMakeFiles/3.13.2/CompilerIdC/CompilerIdC.build/Debug/CompilerIdC.build/Objects-normal/x86_64/CMakeCCompilerId.d +++ /dev/null @@ -1,2 +0,0 @@ -dependencies: \ - /Users/yves/Projects/xtd/xtd/build/CMakeFiles/3.13.2/CompilerIdC/CMakeCCompilerId.c diff --git a/build/CMakeFiles/3.13.2/CompilerIdC/CompilerIdC.build/Debug/CompilerIdC.build/Objects-normal/x86_64/CMakeCCompilerId.dia b/build/CMakeFiles/3.13.2/CompilerIdC/CompilerIdC.build/Debug/CompilerIdC.build/Objects-normal/x86_64/CMakeCCompilerId.dia deleted file mode 100644 index c85cbfc50d06..000000000000 Binary files a/build/CMakeFiles/3.13.2/CompilerIdC/CompilerIdC.build/Debug/CompilerIdC.build/Objects-normal/x86_64/CMakeCCompilerId.dia and /dev/null differ diff --git a/build/CMakeFiles/3.13.2/CompilerIdC/CompilerIdC.build/Debug/CompilerIdC.build/Objects-normal/x86_64/CMakeCCompilerId.o b/build/CMakeFiles/3.13.2/CompilerIdC/CompilerIdC.build/Debug/CompilerIdC.build/Objects-normal/x86_64/CMakeCCompilerId.o deleted file mode 100644 index 85a1d9fb47d2..000000000000 Binary files a/build/CMakeFiles/3.13.2/CompilerIdC/CompilerIdC.build/Debug/CompilerIdC.build/Objects-normal/x86_64/CMakeCCompilerId.o and /dev/null differ diff --git a/build/CMakeFiles/3.13.2/CompilerIdC/CompilerIdC.build/Debug/CompilerIdC.build/Objects-normal/x86_64/CompilerIdC.LinkFileList b/build/CMakeFiles/3.13.2/CompilerIdC/CompilerIdC.build/Debug/CompilerIdC.build/Objects-normal/x86_64/CompilerIdC.LinkFileList deleted file mode 100644 index f366fa03eab9..000000000000 --- a/build/CMakeFiles/3.13.2/CompilerIdC/CompilerIdC.build/Debug/CompilerIdC.build/Objects-normal/x86_64/CompilerIdC.LinkFileList +++ /dev/null @@ -1 +0,0 @@ -/Users/yves/Projects/xtd/xtd/build/CMakeFiles/3.13.2/CompilerIdC/CompilerIdC.build/Debug/CompilerIdC.build/Objects-normal/x86_64/CMakeCCompilerId.o diff --git a/build/CMakeFiles/3.13.2/CompilerIdC/CompilerIdC.build/Debug/CompilerIdC.build/Objects-normal/x86_64/CompilerIdC_dependency_info.dat b/build/CMakeFiles/3.13.2/CompilerIdC/CompilerIdC.build/Debug/CompilerIdC.build/Objects-normal/x86_64/CompilerIdC_dependency_info.dat deleted file mode 100644 index 94df9c71d643..000000000000 Binary files a/build/CMakeFiles/3.13.2/CompilerIdC/CompilerIdC.build/Debug/CompilerIdC.build/Objects-normal/x86_64/CompilerIdC_dependency_info.dat and /dev/null differ diff --git a/build/CMakeFiles/3.13.2/CompilerIdC/CompilerIdC.build/Debug/CompilerIdC.build/Script-2C8FEB8E15DC1A1A00E56A5D.sh b/build/CMakeFiles/3.13.2/CompilerIdC/CompilerIdC.build/Debug/CompilerIdC.build/Script-2C8FEB8E15DC1A1A00E56A5D.sh deleted file mode 100755 index d6607e99062b..000000000000 --- a/build/CMakeFiles/3.13.2/CompilerIdC/CompilerIdC.build/Debug/CompilerIdC.build/Script-2C8FEB8E15DC1A1A00E56A5D.sh +++ /dev/null @@ -1,2 +0,0 @@ -#!/bin/sh -echo "GCC_VERSION=$GCC_VERSION" ; echo "ARCHS=$ARCHS" diff --git a/build/CMakeFiles/3.13.2/CompilerIdC/CompilerIdC.build/Debug/CompilerIdC.build/all-product-headers.yaml b/build/CMakeFiles/3.13.2/CompilerIdC/CompilerIdC.build/Debug/CompilerIdC.build/all-product-headers.yaml deleted file mode 100644 index 0127a55f134e..000000000000 --- a/build/CMakeFiles/3.13.2/CompilerIdC/CompilerIdC.build/Debug/CompilerIdC.build/all-product-headers.yaml +++ /dev/null @@ -1,7 +0,0 @@ -{ - 'version': 0, - 'case-sensitive': 'false', - 'roots': [ - - ] -} diff --git a/build/CMakeFiles/3.13.2/CompilerIdC/CompilerIdC.xcodeproj/project.pbxproj b/build/CMakeFiles/3.13.2/CompilerIdC/CompilerIdC.xcodeproj/project.pbxproj deleted file mode 100644 index 70ceff9f0822..000000000000 --- a/build/CMakeFiles/3.13.2/CompilerIdC/CompilerIdC.xcodeproj/project.pbxproj +++ /dev/null @@ -1,113 +0,0 @@ -// !$*UTF8*$! -{ - archiveVersion = 1; - classes = { - }; - objectVersion = 45; - objects = { - - 2C18F0B615DC1E0300593670 = {isa = PBXBuildFile; fileRef = 2C18F0B415DC1DC700593670; }; - 2C18F0B415DC1DC700593670 = {isa = PBXFileReference; fileEncoding = 4; explicitFileType = sourcecode.c.c; path = CMakeCCompilerId.c; sourceTree = ""; }; - 08FB7794FE84155DC02AAC07 = { - isa = PBXGroup; - children = ( - 2C18F0B415DC1DC700593670, - ); - name = CompilerIdC; - sourceTree = ""; - }; - 8DD76FA90486AB0100D96B5E = { - isa = PBXNativeTarget; - buildConfigurationList = 1DEB928508733DD80010E9CD; - buildPhases = ( - 2C18F0B515DC1DCE00593670, - 2C8FEB8E15DC1A1A00E56A5D, - ); - buildRules = ( - ); - dependencies = ( - ); - name = CompilerIdC; - productName = CompilerIdC; - productType = "com.apple.product-type.tool"; - }; - 08FB7793FE84155DC02AAC07 = { - isa = PBXProject; - buildConfigurationList = 1DEB928908733DD80010E9CD; - compatibilityVersion = "Xcode 3.1"; - developmentRegion = English; - hasScannedForEncodings = 1; - knownRegions = ( - en, - ); - mainGroup = 08FB7794FE84155DC02AAC07; - projectDirPath = ""; - projectRoot = ""; - targets = ( - 8DD76FA90486AB0100D96B5E, - ); - }; - 2C8FEB8E15DC1A1A00E56A5D = { - isa = PBXShellScriptBuildPhase; - buildActionMask = 2147483647; - files = ( - ); - inputPaths = ( - ); - outputPaths = ( - ); - runOnlyForDeploymentPostprocessing = 0; - shellPath = /bin/sh; - shellScript = "echo \"GCC_VERSION=$GCC_VERSION\" ; echo \"ARCHS=$ARCHS\""; - showEnvVarsInLog = 0; - }; - 2C18F0B515DC1DCE00593670 = { - isa = PBXSourcesBuildPhase; - buildActionMask = 2147483647; - files = ( - 2C18F0B615DC1E0300593670, - ); - runOnlyForDeploymentPostprocessing = 0; - }; - 1DEB928608733DD80010E9CD = { - isa = XCBuildConfiguration; - buildSettings = { - - - PRODUCT_NAME = CompilerIdC; - }; - name = Debug; - }; - 1DEB928A08733DD80010E9CD = { - isa = XCBuildConfiguration; - buildSettings = { - ONLY_ACTIVE_ARCH = YES; - CODE_SIGNING_REQUIRED = NO; - CONFIGURATION_BUILD_DIR = "$(BUILD_DIR)"; - SYMROOT = .; - - - - SDKROOT = "/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk"; - }; - name = Debug; - }; - 1DEB928508733DD80010E9CD = { - isa = XCConfigurationList; - buildConfigurations = ( - 1DEB928608733DD80010E9CD, - ); - defaultConfigurationIsVisible = 0; - defaultConfigurationName = Debug; - }; - 1DEB928908733DD80010E9CD = { - isa = XCConfigurationList; - buildConfigurations = ( - 1DEB928A08733DD80010E9CD, - ); - defaultConfigurationIsVisible = 0; - defaultConfigurationName = Debug; - }; - }; - rootObject = 08FB7793FE84155DC02AAC07; -} diff --git a/build/CMakeFiles/3.13.2/CompilerIdC/XCBuildData/BuildDescriptionCacheIndex-d0a0760177090804e7399f4486512c0c b/build/CMakeFiles/3.13.2/CompilerIdC/XCBuildData/BuildDescriptionCacheIndex-d0a0760177090804e7399f4486512c0c deleted file mode 100644 index 5c5ee4e4645f..000000000000 Binary files a/build/CMakeFiles/3.13.2/CompilerIdC/XCBuildData/BuildDescriptionCacheIndex-d0a0760177090804e7399f4486512c0c and /dev/null differ diff --git a/build/CMakeFiles/3.13.2/CompilerIdC/XCBuildData/build.db b/build/CMakeFiles/3.13.2/CompilerIdC/XCBuildData/build.db deleted file mode 100644 index 024817746617..000000000000 Binary files a/build/CMakeFiles/3.13.2/CompilerIdC/XCBuildData/build.db and /dev/null differ diff --git a/build/CMakeFiles/3.13.2/CompilerIdC/XCBuildData/d57b6d9dbf66100d5ab9660d419e1aef-desc.xcbuild b/build/CMakeFiles/3.13.2/CompilerIdC/XCBuildData/d57b6d9dbf66100d5ab9660d419e1aef-desc.xcbuild deleted file mode 100644 index aad5c9ec969a..000000000000 Binary files a/build/CMakeFiles/3.13.2/CompilerIdC/XCBuildData/d57b6d9dbf66100d5ab9660d419e1aef-desc.xcbuild and /dev/null differ diff --git a/build/CMakeFiles/3.13.2/CompilerIdC/XCBuildData/d57b6d9dbf66100d5ab9660d419e1aef-manifest.xcbuild b/build/CMakeFiles/3.13.2/CompilerIdC/XCBuildData/d57b6d9dbf66100d5ab9660d419e1aef-manifest.xcbuild deleted file mode 100644 index 1dea87253497..000000000000 --- a/build/CMakeFiles/3.13.2/CompilerIdC/XCBuildData/d57b6d9dbf66100d5ab9660d419e1aef-manifest.xcbuild +++ /dev/null @@ -1,54 +0,0 @@ -client: - name: basic - version: 0 - file-system: default - -targets: - "": [""] - -nodes: - "/Users/yves/Projects/xtd/xtd/build/CMakeFiles/3.13.2/CompilerIdC": {"is-mutated":true} - -commands: - "97935bd2fe8690c9d89e23734ad2dab23f938c03aee3f24af46a5caa592e362d::CompileC /Users/yves/Projects/xtd/xtd/build/CMakeFiles/3.13.2/CompilerIdC/CompilerIdC.build/Debug/CompilerIdC.build/Objects-normal/x86_64/CMakeCCompilerId.o /Users/yves/Projects/xtd/xtd/build/CMakeFiles/3.13.2/CompilerIdC/CMakeCCompilerId.c normal x86_64 c com.apple.compilers.llvm.clang.1_0.compiler": {"tool":"shell","description":"CompileC /Users/yves/Projects/xtd/xtd/build/CMakeFiles/3.13.2/CompilerIdC/CompilerIdC.build/Debug/CompilerIdC.build/Objects-normal/x86_64/CMakeCCompilerId.o /Users/yves/Projects/xtd/xtd/build/CMakeFiles/3.13.2/CompilerIdC/CMakeCCompilerId.c normal x86_64 c com.apple.compilers.llvm.clang.1_0.compiler","inputs":["/Users/yves/Projects/xtd/xtd/build/CMakeFiles/3.13.2/CompilerIdC/CMakeCCompilerId.c","","",""],"outputs":["/Users/yves/Projects/xtd/xtd/build/CMakeFiles/3.13.2/CompilerIdC/CompilerIdC.build/Debug/CompilerIdC.build/Objects-normal/x86_64/CMakeCCompilerId.o"],"args":["/Applications/Xcode.app/Contents/PlugIns/Xcode3Core.ideplugin/Contents/Frameworks/DevToolsCore.framework/Resources/xcexec","-d","/Users/yves/Projects/xtd/xtd/build/CMakeFiles/3.13.2/CompilerIdC","--","/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang","-x","c","-arch","x86_64","-fmessage-length=0","-fdiagnostics-show-note-include-stack","-fmacro-backtrace-limit=0","-Wno-trigraphs","-fpascal-strings","-Os","-Wno-missing-field-initializers","-Wno-missing-prototypes","-Wno-return-type","-Wno-missing-braces","-Wparentheses","-Wswitch","-Wno-unused-function","-Wno-unused-label","-Wno-unused-parameter","-Wno-unused-variable","-Wunused-value","-Wno-empty-body","-Wno-uninitialized","-Wno-unknown-pragmas","-Wno-shadow","-Wno-four-char-constants","-Wno-conversion","-Wno-constant-conversion","-Wno-int-conversion","-Wno-bool-conversion","-Wno-enum-conversion","-Wno-float-conversion","-Wno-non-literal-null-conversion","-Wno-objc-literal-conversion","-Wno-shorten-64-to-32","-Wpointer-sign","-Wno-newline-eof","-isysroot","/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk","-fasm-blocks","-fstrict-aliasing","-Wdeprecated-declarations","-mmacosx-version-min=10.14","-g","-fvisibility=hidden","-Wno-sign-conversion","-Wno-infinite-recursion","-Wno-comma","-Wno-block-capture-autoreleasing","-Wno-strict-prototypes","-Wno-semicolon-before-method-body","-iquote","/Users/yves/Projects/xtd/xtd/build/CMakeFiles/3.13.2/CompilerIdC/CompilerIdC.build/Debug/CompilerIdC.build/CompilerIdC-generated-files.hmap","-I/Users/yves/Projects/xtd/xtd/build/CMakeFiles/3.13.2/CompilerIdC/CompilerIdC.build/Debug/CompilerIdC.build/CompilerIdC-own-target-headers.hmap","-I/Users/yves/Projects/xtd/xtd/build/CMakeFiles/3.13.2/CompilerIdC/CompilerIdC.build/Debug/CompilerIdC.build/CompilerIdC-all-target-headers.hmap","-iquote","/Users/yves/Projects/xtd/xtd/build/CMakeFiles/3.13.2/CompilerIdC/CompilerIdC.build/Debug/CompilerIdC.build/CompilerIdC-project-headers.hmap","-I/Users/yves/Projects/xtd/xtd/build/CMakeFiles/3.13.2/CompilerIdC/include","-I/Users/yves/Projects/xtd/xtd/build/CMakeFiles/3.13.2/CompilerIdC/CompilerIdC.build/Debug/CompilerIdC.build/DerivedSources/x86_64","-I/Users/yves/Projects/xtd/xtd/build/CMakeFiles/3.13.2/CompilerIdC/CompilerIdC.build/Debug/CompilerIdC.build/DerivedSources","-F/Users/yves/Projects/xtd/xtd/build/CMakeFiles/3.13.2/CompilerIdC","-MMD","-MT","dependencies","-MF","/Users/yves/Projects/xtd/xtd/build/CMakeFiles/3.13.2/CompilerIdC/CompilerIdC.build/Debug/CompilerIdC.build/Objects-normal/x86_64/CMakeCCompilerId.d","--serialize-diagnostics","/Users/yves/Projects/xtd/xtd/build/CMakeFiles/3.13.2/CompilerIdC/CompilerIdC.build/Debug/CompilerIdC.build/Objects-normal/x86_64/CMakeCCompilerId.dia","-c","/Users/yves/Projects/xtd/xtd/build/CMakeFiles/3.13.2/CompilerIdC/CMakeCCompilerId.c","-o","/Users/yves/Projects/xtd/xtd/build/CMakeFiles/3.13.2/CompilerIdC/CompilerIdC.build/Debug/CompilerIdC.build/Objects-normal/x86_64/CMakeCCompilerId.o"],"env":{"LANG":"en_US.US-ASCII"},"deps":["/Users/yves/Projects/xtd/xtd/build/CMakeFiles/3.13.2/CompilerIdC/CompilerIdC.build/Debug/CompilerIdC.build/Objects-normal/x86_64/CMakeCCompilerId.d"],"deps-style":"makefile","signature":"e8bc6263bd86748ede827702740040d8"} - "97935bd2fe8690c9d89e23734ad2dab23f938c03aee3f24af46a5caa592e362d::CreateBuildDirectory /Users/yves/Projects/xtd/xtd/build/CMakeFiles/3.13.2/CompilerIdC": {"tool":"create-build-directory","description":"CreateBuildDirectory /Users/yves/Projects/xtd/xtd/build/CMakeFiles/3.13.2/CompilerIdC","inputs":[],"outputs":["","/Users/yves/Projects/xtd/xtd/build/CMakeFiles/3.13.2/CompilerIdC"]} - "97935bd2fe8690c9d89e23734ad2dab23f938c03aee3f24af46a5caa592e362d::Ld /Users/yves/Projects/xtd/xtd/build/CMakeFiles/3.13.2/CompilerIdC/CompilerIdC normal x86_64": {"tool":"shell","description":"Ld /Users/yves/Projects/xtd/xtd/build/CMakeFiles/3.13.2/CompilerIdC/CompilerIdC normal x86_64","inputs":["/Users/yves/Projects/xtd/xtd/build/CMakeFiles/3.13.2/CompilerIdC/CompilerIdC.build/Debug/CompilerIdC.build/Objects-normal/x86_64/CMakeCCompilerId.o","/Users/yves/Projects/xtd/xtd/build/CMakeFiles/3.13.2/CompilerIdC/CompilerIdC.build/Debug/CompilerIdC.build/Objects-normal/x86_64/CompilerIdC.LinkFileList","",""],"outputs":["/Users/yves/Projects/xtd/xtd/build/CMakeFiles/3.13.2/CompilerIdC/CompilerIdC",""],"args":["/Applications/Xcode.app/Contents/PlugIns/Xcode3Core.ideplugin/Contents/Frameworks/DevToolsCore.framework/Resources/xcexec","-d","/Users/yves/Projects/xtd/xtd/build/CMakeFiles/3.13.2/CompilerIdC","--","/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang","-arch","x86_64","-isysroot","/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk","-L/Users/yves/Projects/xtd/xtd/build/CMakeFiles/3.13.2/CompilerIdC","-F/Users/yves/Projects/xtd/xtd/build/CMakeFiles/3.13.2/CompilerIdC","-filelist","/Users/yves/Projects/xtd/xtd/build/CMakeFiles/3.13.2/CompilerIdC/CompilerIdC.build/Debug/CompilerIdC.build/Objects-normal/x86_64/CompilerIdC.LinkFileList","-mmacosx-version-min=10.14","-Xlinker","-object_path_lto","-Xlinker","/Users/yves/Projects/xtd/xtd/build/CMakeFiles/3.13.2/CompilerIdC/CompilerIdC.build/Debug/CompilerIdC.build/Objects-normal/x86_64/CompilerIdC_lto.o","-Xlinker","-dependency_info","-Xlinker","/Users/yves/Projects/xtd/xtd/build/CMakeFiles/3.13.2/CompilerIdC/CompilerIdC.build/Debug/CompilerIdC.build/Objects-normal/x86_64/CompilerIdC_dependency_info.dat","-o","/Users/yves/Projects/xtd/xtd/build/CMakeFiles/3.13.2/CompilerIdC/CompilerIdC"],"env":{"MACOSX_DEPLOYMENT_TARGET":"10.14"},"deps":["/Users/yves/Projects/xtd/xtd/build/CMakeFiles/3.13.2/CompilerIdC/CompilerIdC.build/Debug/CompilerIdC.build/Objects-normal/x86_64/CompilerIdC_dependency_info.dat"],"deps-style":"dependency-info","signature":"b77cd1c2a5a7b45f0b9e31a1caff10e3"} - "97935bd2fe8690c9d89e23734ad2dab23f938c03aee3f24af46a5caa592e362d::PhaseScriptExecution Run Script /Users/yves/Projects/xtd/xtd/build/CMakeFiles/3.13.2/CompilerIdC/CompilerIdC.build/Debug/CompilerIdC.build/Script-2C8FEB8E15DC1A1A00E56A5D.sh": {"tool":"shell","description":"PhaseScriptExecution Run Script /Users/yves/Projects/xtd/xtd/build/CMakeFiles/3.13.2/CompilerIdC/CompilerIdC.build/Debug/CompilerIdC.build/Script-2C8FEB8E15DC1A1A00E56A5D.sh","inputs":["/Users/yves/Projects/xtd/xtd/build/CMakeFiles/3.13.2/CompilerIdC/CompilerIdC.build/Debug/CompilerIdC.build/Script-2C8FEB8E15DC1A1A00E56A5D.sh","",""],"outputs":[""],"args":["/Applications/Xcode.app/Contents/PlugIns/Xcode3Core.ideplugin/Contents/Frameworks/DevToolsCore.framework/Resources/xcexec","-d","/Users/yves/Projects/xtd/xtd/build/CMakeFiles/3.13.2/CompilerIdC","--","/bin/sh","-c","/Users/yves/Projects/xtd/xtd/build/CMakeFiles/3.13.2/CompilerIdC/CompilerIdC.build/Debug/CompilerIdC.build/Script-2C8FEB8E15DC1A1A00E56A5D.sh"],"env":{"ACTION":"build","ALTERNATE_GROUP":"staff","ALTERNATE_MODE":"u+w,go-w,a+rX","ALTERNATE_OWNER":"yves","ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES":"NO","ALWAYS_SEARCH_USER_PATHS":"YES","ALWAYS_USE_SEPARATE_HEADERMAPS":"NO","APPLE_INTERNAL_DEVELOPER_DIR":"/AppleInternal/Developer","APPLE_INTERNAL_DIR":"/AppleInternal","APPLE_INTERNAL_DOCUMENTATION_DIR":"/AppleInternal/Documentation","APPLE_INTERNAL_LIBRARY_DIR":"/AppleInternal/Library","APPLE_INTERNAL_TOOLS":"/AppleInternal/Developer/Tools","APPLICATION_EXTENSION_API_ONLY":"NO","APPLY_RULES_IN_COPY_FILES":"NO","ARCHS":"x86_64","ARCHS_STANDARD":"x86_64","ARCHS_STANDARD_32_64_BIT":"x86_64 i386","ARCHS_STANDARD_32_BIT":"i386","ARCHS_STANDARD_64_BIT":"x86_64","ARCHS_STANDARD_INCLUDING_64_BIT":"x86_64","AVAILABLE_PLATFORMS":"appletvos appletvsimulator iphoneos iphonesimulator macosx watchos watchsimulator","BITCODE_GENERATION_MODE":"marker","BUILD_ACTIVE_RESOURCES_ONLY":"NO","BUILD_COMPONENTS":"headers build","BUILD_DIR":"/Users/yves/Projects/xtd/xtd/build/CMakeFiles/3.13.2/CompilerIdC","BUILD_ROOT":"/Users/yves/Projects/xtd/xtd/build/CMakeFiles/3.13.2/CompilerIdC","BUILD_STYLE":"","BUILD_VARIANTS":"normal","BUILT_PRODUCTS_DIR":"/Users/yves/Projects/xtd/xtd/build/CMakeFiles/3.13.2/CompilerIdC","CACHE_ROOT":"/var/folders/d5/k7mxnq214dxf3jbvvvhpbfqh0000gn/C/com.apple.DeveloperTools/10.1-10B61/Xcode","CCHROOT":"/var/folders/d5/k7mxnq214dxf3jbvvvhpbfqh0000gn/C/com.apple.DeveloperTools/10.1-10B61/Xcode","CHMOD":"/bin/chmod","CHOWN":"/usr/sbin/chown","CLANG_MODULES_BUILD_SESSION_FILE":"/var/folders/d5/k7mxnq214dxf3jbvvvhpbfqh0000gn/C/org.llvm.clang/ModuleCache.noindex/Session.modulevalidation","CLASS_FILE_DIR":"/Users/yves/Projects/xtd/xtd/build/CMakeFiles/3.13.2/CompilerIdC/CompilerIdC.build/Debug/CompilerIdC.build/JavaClasses","CLEAN_PRECOMPS":"YES","CLONE_HEADERS":"NO","CODESIGNING_FOLDER_PATH":"/Users/yves/Projects/xtd/xtd/build/CMakeFiles/3.13.2/CompilerIdC/CompilerIdC","CODE_SIGNING_ALLOWED":"YES","CODE_SIGNING_REQUIRED":"NO","CODE_SIGN_INJECT_BASE_ENTITLEMENTS":"YES","COLOR_DIAGNOSTICS":"NO","COMBINE_HIDPI_IMAGES":"NO","COMPILER_INDEX_STORE_ENABLE":"Default","COMPOSITE_SDK_DIRS":"/Users/yves/Projects/xtd/xtd/build/CMakeFiles/3.13.2/CompilerIdC/CompositeSDKs","COMPRESS_PNG_FILES":"NO","CONFIGURATION":"Debug","CONFIGURATION_BUILD_DIR":"/Users/yves/Projects/xtd/xtd/build/CMakeFiles/3.13.2/CompilerIdC","CONFIGURATION_TEMP_DIR":"/Users/yves/Projects/xtd/xtd/build/CMakeFiles/3.13.2/CompilerIdC/CompilerIdC.build/Debug","COPYING_PRESERVES_HFS_DATA":"NO","COPY_HEADERS_RUN_UNIFDEF":"NO","COPY_PHASE_STRIP":"YES","COPY_RESOURCES_FROM_STATIC_FRAMEWORKS":"YES","CP":"/bin/cp","CREATE_INFOPLIST_SECTION_IN_BINARY":"NO","CURRENT_ARCH":"undefined_arch","CURRENT_VARIANT":"normal","DEAD_CODE_STRIPPING":"NO","DEBUGGING_SYMBOLS":"YES","DEBUG_INFORMATION_FORMAT":"dwarf","DEFAULT_COMPILER":"com.apple.compilers.llvm.clang.1_0","DEFAULT_KEXT_INSTALL_PATH":"/System/Library/Extensions","DEFINES_MODULE":"NO","DEPLOYMENT_LOCATION":"NO","DEPLOYMENT_POSTPROCESSING":"NO","DEPLOYMENT_TARGET_CLANG_ENV_NAME":"MACOSX_DEPLOYMENT_TARGET","DEPLOYMENT_TARGET_CLANG_FLAG_NAME":"mmacosx-version-min","DEPLOYMENT_TARGET_LD_ENV_NAME":"MACOSX_DEPLOYMENT_TARGET","DEPLOYMENT_TARGET_LD_FLAG_NAME":"macosx_version_min","DEPLOYMENT_TARGET_SETTING_NAME":"MACOSX_DEPLOYMENT_TARGET","DEPLOYMENT_TARGET_SUGGESTED_VALUES":"10.6 10.7 10.8 10.9 10.10 10.11 10.12 10.13 10.14","DERIVED_FILES_DIR":"/Users/yves/Projects/xtd/xtd/build/CMakeFiles/3.13.2/CompilerIdC/CompilerIdC.build/Debug/CompilerIdC.build/DerivedSources","DERIVED_FILE_DIR":"/Users/yves/Projects/xtd/xtd/build/CMakeFiles/3.13.2/CompilerIdC/CompilerIdC.build/Debug/CompilerIdC.build/DerivedSources","DERIVED_SOURCES_DIR":"/Users/yves/Projects/xtd/xtd/build/CMakeFiles/3.13.2/CompilerIdC/CompilerIdC.build/Debug/CompilerIdC.build/DerivedSources","DEVELOPER_APPLICATIONS_DIR":"/Applications/Xcode.app/Contents/Developer/Applications","DEVELOPER_BIN_DIR":"/Applications/Xcode.app/Contents/Developer/usr/bin","DEVELOPER_DIR":"/Applications/Xcode.app/Contents/Developer","DEVELOPER_FRAMEWORKS_DIR":"/Applications/Xcode.app/Contents/Developer/Library/Frameworks","DEVELOPER_FRAMEWORKS_DIR_QUOTED":"/Applications/Xcode.app/Contents/Developer/Library/Frameworks","DEVELOPER_LIBRARY_DIR":"/Applications/Xcode.app/Contents/Developer/Library","DEVELOPER_SDK_DIR":"/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs","DEVELOPER_TOOLS_DIR":"/Applications/Xcode.app/Contents/Developer/Tools","DEVELOPER_USR_DIR":"/Applications/Xcode.app/Contents/Developer/usr","DEVELOPMENT_LANGUAGE":"English","DO_HEADER_SCANNING_IN_JAM":"NO","DSTROOT":"/tmp/CompilerIdC.dst","DT_TOOLCHAIN_DIR":"/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain","DWARF_DSYM_FILE_NAME":"CompilerIdC.dSYM","DWARF_DSYM_FILE_SHOULD_ACCOMPANY_PRODUCT":"NO","DWARF_DSYM_FOLDER_PATH":"/Users/yves/Projects/xtd/xtd/build/CMakeFiles/3.13.2/CompilerIdC","EMBEDDED_CONTENT_CONTAINS_SWIFT":"NO","EMBEDDED_PROFILE_NAME":"embedded.provisionprofile","EMBED_ASSET_PACKS_IN_PRODUCT_BUNDLE":"NO","ENABLE_BITCODE":"NO","ENABLE_DEFAULT_HEADER_SEARCH_PATHS":"YES","ENABLE_HEADER_DEPENDENCIES":"YES","ENABLE_ON_DEMAND_RESOURCES":"NO","ENABLE_TESTABILITY":"NO","EXCLUDED_INSTALLSRC_SUBDIRECTORY_PATTERNS":".DS_Store .svn .git .hg CVS","EXCLUDED_RECURSIVE_SEARCH_PATH_SUBDIRECTORIES":"*.nib *.lproj *.framework *.gch *.xcode* *.xcassets (*) .DS_Store CVS .svn .git .hg *.pbproj *.pbxproj","EXECUTABLE_NAME":"CompilerIdC","EXECUTABLE_PATH":"CompilerIdC","FILE_LIST":"/Users/yves/Projects/xtd/xtd/build/CMakeFiles/3.13.2/CompilerIdC/CompilerIdC.build/Debug/CompilerIdC.build/Objects/LinkFileList","FIXED_FILES_DIR":"/Users/yves/Projects/xtd/xtd/build/CMakeFiles/3.13.2/CompilerIdC/CompilerIdC.build/Debug/CompilerIdC.build/FixedFiles","FRAMEWORK_FLAG_PREFIX":"-framework","FRAMEWORK_SEARCH_PATHS":"/Users/yves/Projects/xtd/xtd/build/CMakeFiles/3.13.2/CompilerIdC ","FRAMEWORK_VERSION":"A","FULL_PRODUCT_NAME":"CompilerIdC","GCC3_VERSION":"3.3","GCC_DYNAMIC_NO_PIC":"NO","GCC_INLINES_ARE_PRIVATE_EXTERN":"YES","GCC_PFE_FILE_C_DIALECTS":"c objective-c c++ objective-c++","GCC_SYMBOLS_PRIVATE_EXTERN":"YES","GCC_TREAT_WARNINGS_AS_ERRORS":"NO","GCC_VERSION":"com.apple.compilers.llvm.clang.1_0","GCC_VERSION_IDENTIFIER":"com_apple_compilers_llvm_clang_1_0","GENERATE_MASTER_OBJECT_FILE":"NO","GENERATE_PKGINFO_FILE":"NO","GENERATE_PROFILING_CODE":"NO","GENERATE_TEXT_BASED_STUBS":"NO","GID":"20","GROUP":"staff","HEADERMAP_INCLUDES_FLAT_ENTRIES_FOR_TARGET_BEING_BUILT":"YES","HEADERMAP_INCLUDES_FRAMEWORK_ENTRIES_FOR_ALL_PRODUCT_TYPES":"YES","HEADERMAP_INCLUDES_NONPUBLIC_NONPRIVATE_HEADERS":"YES","HEADERMAP_INCLUDES_PROJECT_HEADERS":"YES","HEADERMAP_USES_FRAMEWORK_PREFIX_ENTRIES":"YES","HEADERMAP_USES_VFS":"NO","HEADER_SEARCH_PATHS":"/Users/yves/Projects/xtd/xtd/build/CMakeFiles/3.13.2/CompilerIdC/include ","HIDE_BITCODE_SYMBOLS":"YES","HOME":"/Users/yves","ICONV":"/usr/bin/iconv","INFOPLIST_EXPAND_BUILD_SETTINGS":"YES","INFOPLIST_OUTPUT_FORMAT":"same-as-input","INFOPLIST_PREPROCESS":"NO","INLINE_PRIVATE_FRAMEWORKS":"NO","INSTALLHDRS_COPY_PHASE":"NO","INSTALLHDRS_SCRIPT_PHASE":"NO","INSTALL_DIR":"/tmp/CompilerIdC.dst/usr/local/bin","INSTALL_GROUP":"staff","INSTALL_MODE_FLAG":"u+w,go-w,a+rX","INSTALL_OWNER":"yves","INSTALL_PATH":"/usr/local/bin","INSTALL_ROOT":"/tmp/CompilerIdC.dst","JAVAC_DEFAULT_FLAGS":"-J-Xms64m -J-XX:NewSize=4M -J-Dfile.encoding=UTF8","JAVA_APP_STUB":"/System/Library/Frameworks/JavaVM.framework/Resources/MacOS/JavaApplicationStub","JAVA_ARCHIVE_CLASSES":"YES","JAVA_ARCHIVE_TYPE":"JAR","JAVA_COMPILER":"/usr/bin/javac","JAVA_FRAMEWORK_RESOURCES_DIRS":"Resources","JAVA_JAR_FLAGS":"cv","JAVA_SOURCE_SUBDIR":".","JAVA_USE_DEPENDENCIES":"YES","JAVA_ZIP_FLAGS":"-urg","JIKES_DEFAULT_FLAGS":"+E +OLDCSO","KASAN_DEFAULT_CFLAGS":"-DKASAN=1 -fsanitize=address -mllvm -asan-globals-live-support -mllvm -asan-force-dynamic-shadow","KEEP_PRIVATE_EXTERNS":"NO","LD_DEPENDENCY_INFO_FILE":"/Users/yves/Projects/xtd/xtd/build/CMakeFiles/3.13.2/CompilerIdC/CompilerIdC.build/Debug/CompilerIdC.build/Objects-normal/undefined_arch/CompilerIdC_dependency_info.dat","LD_GENERATE_MAP_FILE":"NO","LD_MAP_FILE_PATH":"/Users/yves/Projects/xtd/xtd/build/CMakeFiles/3.13.2/CompilerIdC/CompilerIdC.build/Debug/CompilerIdC.build/CompilerIdC-LinkMap-normal-undefined_arch.txt","LD_NO_PIE":"NO","LD_QUOTE_LINKER_ARGUMENTS_FOR_COMPILER_DRIVER":"YES","LEGACY_DEVELOPER_DIR":"/Applications/Xcode.app/Contents/PlugIns/Xcode3Core.ideplugin/Contents/SharedSupport/Developer","LEX":"lex","LIBRARY_FLAG_NOSPACE":"YES","LIBRARY_FLAG_PREFIX":"-l","LIBRARY_KEXT_INSTALL_PATH":"/Library/Extensions","LIBRARY_SEARCH_PATHS":"/Users/yves/Projects/xtd/xtd/build/CMakeFiles/3.13.2/CompilerIdC ","LINKER_DISPLAYS_MANGLED_NAMES":"NO","LINK_FILE_LIST_normal_x86_64":"/Users/yves/Projects/xtd/xtd/build/CMakeFiles/3.13.2/CompilerIdC/CompilerIdC.build/Debug/CompilerIdC.build/Objects-normal/x86_64/CompilerIdC.LinkFileList","LINK_WITH_STANDARD_LIBRARIES":"YES","LOCALIZED_STRING_MACRO_NAMES":"NSLocalizedString CFLocalizedString","LOCAL_ADMIN_APPS_DIR":"/Applications/Utilities","LOCAL_APPS_DIR":"/Applications","LOCAL_DEVELOPER_DIR":"/Library/Developer","LOCAL_LIBRARY_DIR":"/Library","LOCROOT":"/Users/yves/Projects/xtd/xtd/build/CMakeFiles/3.13.2/CompilerIdC","LOCSYMROOT":"/Users/yves/Projects/xtd/xtd/build/CMakeFiles/3.13.2/CompilerIdC","MACH_O_TYPE":"mh_execute","MACOSX_DEPLOYMENT_TARGET":"10.14","MAC_OS_X_PRODUCT_BUILD_VERSION":"18D109","MAC_OS_X_VERSION_ACTUAL":"101403","MAC_OS_X_VERSION_MAJOR":"101400","MAC_OS_X_VERSION_MINOR":"1403","METAL_LIBRARY_FILE_BASE":"default","METAL_LIBRARY_OUTPUT_DIR":"/Users/yves/Projects/xtd/xtd/build/CMakeFiles/3.13.2/CompilerIdC/","NATIVE_ARCH":"i386","NATIVE_ARCH_32_BIT":"i386","NATIVE_ARCH_64_BIT":"x86_64","NATIVE_ARCH_ACTUAL":"x86_64","NO_COMMON":"YES","OBJECT_FILE_DIR":"/Users/yves/Projects/xtd/xtd/build/CMakeFiles/3.13.2/CompilerIdC/CompilerIdC.build/Debug/CompilerIdC.build/Objects","OBJECT_FILE_DIR_normal":"/Users/yves/Projects/xtd/xtd/build/CMakeFiles/3.13.2/CompilerIdC/CompilerIdC.build/Debug/CompilerIdC.build/Objects-normal","OBJROOT":"/Users/yves/Projects/xtd/xtd/build/CMakeFiles/3.13.2/CompilerIdC","ONLY_ACTIVE_ARCH":"YES","OS":"MACOS","OSAC":"/usr/bin/osacompile","PACKAGE_TYPE":"com.apple.package-type.mach-o-executable","PASCAL_STRINGS":"YES","PATH":"/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin:/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/local/bin:/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/libexec:/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/usr/bin:/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/usr/local/bin:/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/bin:/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/local/bin:/Applications/Xcode.app/Contents/Developer/usr/bin:/Applications/Xcode.app/Contents/Developer/usr/local/bin:/usr/bin:/bin:/usr/sbin:/sbin","PATH_PREFIXES_EXCLUDED_FROM_HEADER_DEPENDENCIES":"/usr/include /usr/local/include /System/Library/Frameworks /System/Library/PrivateFrameworks /Applications/Xcode.app/Contents/Developer/Headers /Applications/Xcode.app/Contents/Developer/SDKs /Applications/Xcode.app/Contents/Developer/Platforms","PER_ARCH_OBJECT_FILE_DIR":"/Users/yves/Projects/xtd/xtd/build/CMakeFiles/3.13.2/CompilerIdC/CompilerIdC.build/Debug/CompilerIdC.build/Objects-normal/undefined_arch","PER_VARIANT_OBJECT_FILE_DIR":"/Users/yves/Projects/xtd/xtd/build/CMakeFiles/3.13.2/CompilerIdC/CompilerIdC.build/Debug/CompilerIdC.build/Objects-normal","PKGINFO_FILE_PATH":"/Users/yves/Projects/xtd/xtd/build/CMakeFiles/3.13.2/CompilerIdC/CompilerIdC.build/Debug/CompilerIdC.build/PkgInfo","PLATFORM_DEVELOPER_APPLICATIONS_DIR":"/Applications/Xcode.app/Contents/Developer/Applications","PLATFORM_DEVELOPER_BIN_DIR":"/Applications/Xcode.app/Contents/Developer/usr/bin","PLATFORM_DEVELOPER_LIBRARY_DIR":"/Applications/Xcode.app/Contents/Developer/Library","PLATFORM_DEVELOPER_SDK_DIR":"/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs","PLATFORM_DEVELOPER_TOOLS_DIR":"/Applications/Xcode.app/Contents/Developer/Tools","PLATFORM_DEVELOPER_USR_DIR":"/Applications/Xcode.app/Contents/Developer/usr","PLATFORM_DIR":"/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform","PLATFORM_DISPLAY_NAME":"macOS","PLATFORM_NAME":"macosx","PLATFORM_PREFERRED_ARCH":"x86_64","PLATFORM_PRODUCT_BUILD_VERSION":"10B61","PLIST_FILE_OUTPUT_FORMAT":"same-as-input","PRECOMPS_INCLUDE_HEADERS_FROM_BUILT_PRODUCTS_DIR":"YES","PRECOMP_DESTINATION_DIR":"/Users/yves/Projects/xtd/xtd/build/CMakeFiles/3.13.2/CompilerIdC/CompilerIdC.build/Debug/CompilerIdC.build/PrefixHeaders","PRESERVE_DEAD_CODE_INITS_AND_TERMS":"NO","PRODUCT_MODULE_NAME":"CompilerIdC","PRODUCT_NAME":"CompilerIdC","PRODUCT_SETTINGS_PATH":"","PRODUCT_TYPE":"com.apple.product-type.tool","PROFILING_CODE":"NO","PROJECT":"CompilerIdC","PROJECT_DERIVED_FILE_DIR":"/Users/yves/Projects/xtd/xtd/build/CMakeFiles/3.13.2/CompilerIdC/CompilerIdC.build/DerivedSources","PROJECT_DIR":"/Users/yves/Projects/xtd/xtd/build/CMakeFiles/3.13.2/CompilerIdC","PROJECT_FILE_PATH":"/Users/yves/Projects/xtd/xtd/build/CMakeFiles/3.13.2/CompilerIdC/CompilerIdC.xcodeproj","PROJECT_NAME":"CompilerIdC","PROJECT_TEMP_DIR":"/Users/yves/Projects/xtd/xtd/build/CMakeFiles/3.13.2/CompilerIdC/CompilerIdC.build","PROJECT_TEMP_ROOT":"/Users/yves/Projects/xtd/xtd/build/CMakeFiles/3.13.2/CompilerIdC","RECURSIVE_SEARCH_PATHS_FOLLOW_SYMLINKS":"YES","REMOVE_CVS_FROM_RESOURCES":"YES","REMOVE_GIT_FROM_RESOURCES":"YES","REMOVE_HEADERS_FROM_EMBEDDED_BUNDLES":"YES","REMOVE_HG_FROM_RESOURCES":"YES","REMOVE_SVN_FROM_RESOURCES":"YES","REZ_COLLECTOR_DIR":"/Users/yves/Projects/xtd/xtd/build/CMakeFiles/3.13.2/CompilerIdC/CompilerIdC.build/Debug/CompilerIdC.build/ResourceManagerResources","REZ_EXECUTABLE":"YES","REZ_OBJECTS_DIR":"/Users/yves/Projects/xtd/xtd/build/CMakeFiles/3.13.2/CompilerIdC/CompilerIdC.build/Debug/CompilerIdC.build/ResourceManagerResources/Objects","REZ_SEARCH_PATHS":"/Users/yves/Projects/xtd/xtd/build/CMakeFiles/3.13.2/CompilerIdC ","SCAN_ALL_SOURCE_FILES_FOR_INCLUDES":"NO","SCRIPT_INPUT_FILE_COUNT":"0","SCRIPT_INPUT_FILE_LIST_COUNT":"0","SCRIPT_OUTPUT_FILE_COUNT":"0","SCRIPT_OUTPUT_FILE_LIST_COUNT":"0","SDKROOT":"/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk","SDK_DIR":"/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk","SDK_DIR_macosx10_14":"/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk","SDK_NAME":"macosx10.14","SDK_NAMES":"macosx10.14","SDK_PRODUCT_BUILD_VERSION":"18B71","SDK_VERSION":"10.14","SDK_VERSION_ACTUAL":"101400","SDK_VERSION_MAJOR":"101400","SDK_VERSION_MINOR":"1400","SED":"/usr/bin/sed","SEPARATE_STRIP":"NO","SEPARATE_SYMBOL_EDIT":"NO","SET_DIR_MODE_OWNER_GROUP":"YES","SET_FILE_MODE_OWNER_GROUP":"NO","SHALLOW_BUNDLE":"NO","SHARED_DERIVED_FILE_DIR":"/Users/yves/Projects/xtd/xtd/build/CMakeFiles/3.13.2/CompilerIdC/DerivedSources","SHARED_PRECOMPS_DIR":"/Users/yves/Projects/xtd/xtd/build/CMakeFiles/3.13.2/CompilerIdC/SharedPrecompiledHeaders","SKIP_INSTALL":"NO","SOURCE_ROOT":"/Users/yves/Projects/xtd/xtd/build/CMakeFiles/3.13.2/CompilerIdC","SRCROOT":"/Users/yves/Projects/xtd/xtd/build/CMakeFiles/3.13.2/CompilerIdC","STRINGS_FILE_OUTPUT_ENCODING":"UTF-16","STRIP_BITCODE_FROM_COPIED_FILES":"NO","STRIP_INSTALLED_PRODUCT":"YES","STRIP_PNG_TEXT":"NO","STRIP_STYLE":"all","STRIP_SWIFT_SYMBOLS":"YES","SUPPORTED_PLATFORMS":"macosx","SUPPORTS_TEXT_BASED_API":"NO","SWIFT_PLATFORM_TARGET_PREFIX":"macosx","SYMROOT":"/Users/yves/Projects/xtd/xtd/build/CMakeFiles/3.13.2/CompilerIdC","SYSTEM_ADMIN_APPS_DIR":"/Applications/Utilities","SYSTEM_APPS_DIR":"/Applications","SYSTEM_CORE_SERVICES_DIR":"/System/Library/CoreServices","SYSTEM_DEMOS_DIR":"/Applications/Extras","SYSTEM_DEVELOPER_APPS_DIR":"/Applications/Xcode.app/Contents/Developer/Applications","SYSTEM_DEVELOPER_BIN_DIR":"/Applications/Xcode.app/Contents/Developer/usr/bin","SYSTEM_DEVELOPER_DEMOS_DIR":"/Applications/Xcode.app/Contents/Developer/Applications/Utilities/Built Examples","SYSTEM_DEVELOPER_DIR":"/Applications/Xcode.app/Contents/Developer","SYSTEM_DEVELOPER_DOC_DIR":"/Applications/Xcode.app/Contents/Developer/ADC Reference Library","SYSTEM_DEVELOPER_GRAPHICS_TOOLS_DIR":"/Applications/Xcode.app/Contents/Developer/Applications/Graphics Tools","SYSTEM_DEVELOPER_JAVA_TOOLS_DIR":"/Applications/Xcode.app/Contents/Developer/Applications/Java Tools","SYSTEM_DEVELOPER_PERFORMANCE_TOOLS_DIR":"/Applications/Xcode.app/Contents/Developer/Applications/Performance Tools","SYSTEM_DEVELOPER_RELEASENOTES_DIR":"/Applications/Xcode.app/Contents/Developer/ADC Reference Library/releasenotes","SYSTEM_DEVELOPER_TOOLS":"/Applications/Xcode.app/Contents/Developer/Tools","SYSTEM_DEVELOPER_TOOLS_DOC_DIR":"/Applications/Xcode.app/Contents/Developer/ADC Reference Library/documentation/DeveloperTools","SYSTEM_DEVELOPER_TOOLS_RELEASENOTES_DIR":"/Applications/Xcode.app/Contents/Developer/ADC Reference Library/releasenotes/DeveloperTools","SYSTEM_DEVELOPER_USR_DIR":"/Applications/Xcode.app/Contents/Developer/usr","SYSTEM_DEVELOPER_UTILITIES_DIR":"/Applications/Xcode.app/Contents/Developer/Applications/Utilities","SYSTEM_DOCUMENTATION_DIR":"/Library/Documentation","SYSTEM_KEXT_INSTALL_PATH":"/System/Library/Extensions","SYSTEM_LIBRARY_DIR":"/System/Library","TAPI_VERIFY_MODE":"ErrorsOnly","TARGETNAME":"CompilerIdC","TARGET_BUILD_DIR":"/Users/yves/Projects/xtd/xtd/build/CMakeFiles/3.13.2/CompilerIdC","TARGET_NAME":"CompilerIdC","TARGET_TEMP_DIR":"/Users/yves/Projects/xtd/xtd/build/CMakeFiles/3.13.2/CompilerIdC/CompilerIdC.build/Debug/CompilerIdC.build","TEMP_DIR":"/Users/yves/Projects/xtd/xtd/build/CMakeFiles/3.13.2/CompilerIdC/CompilerIdC.build/Debug/CompilerIdC.build","TEMP_FILES_DIR":"/Users/yves/Projects/xtd/xtd/build/CMakeFiles/3.13.2/CompilerIdC/CompilerIdC.build/Debug/CompilerIdC.build","TEMP_FILE_DIR":"/Users/yves/Projects/xtd/xtd/build/CMakeFiles/3.13.2/CompilerIdC/CompilerIdC.build/Debug/CompilerIdC.build","TEMP_ROOT":"/Users/yves/Projects/xtd/xtd/build/CMakeFiles/3.13.2/CompilerIdC","TOOLCHAINS":"com.apple.dt.toolchain.XcodeDefault","TOOLCHAIN_DIR":"/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain","TREAT_MISSING_BASELINES_AS_TEST_FAILURES":"NO","UID":"501","UNSTRIPPED_PRODUCT":"NO","USER":"yves","USER_APPS_DIR":"/Users/yves/Applications","USER_LIBRARY_DIR":"/Users/yves/Library","USE_DYNAMIC_NO_PIC":"YES","USE_HEADERMAP":"YES","USE_HEADER_SYMLINKS":"NO","VALIDATE_PRODUCT":"NO","VALID_ARCHS":"i386 x86_64","VERBOSE_PBXCP":"NO","VERSION_INFO_BUILDER":"yves","VERSION_INFO_FILE":"CompilerIdC_vers.c","VERSION_INFO_STRING":"\"@(#)PROGRAM:CompilerIdC PROJECT:CompilerIdC-\"","WRAP_ASSET_PACKS_IN_SEPARATE_DIRECTORIES":"NO","XCODE_APP_SUPPORT_DIR":"/Applications/Xcode.app/Contents/Developer/Library/Xcode","XCODE_PRODUCT_BUILD_VERSION":"10B61","XCODE_VERSION_ACTUAL":"1010","XCODE_VERSION_MAJOR":"1000","XCODE_VERSION_MINOR":"1010","XPCSERVICES_FOLDER_PATH":"/XPCServices","YACC":"yacc","arch":"undefined_arch","local":"/usr/local/bin","user":"/usr/lbin","variant":"normal"},"allow-missing-inputs":true,"always-out-of-date":true,"signature":"a13bd924df1b70cfc517e76ae9a35304"} - "97935bd2fe8690c9d89e23734ad2dab23f938c03aee3f24af46a5caa592e362d::WriteAuxiliaryFile /Users/yves/Projects/xtd/xtd/build/CMakeFiles/3.13.2/CompilerIdC/CompilerIdC.build/Debug/CompilerIdC.build/CompilerIdC-all-non-framework-target-headers.hmap": {"tool":"auxiliary-file","description":"WriteAuxiliaryFile /Users/yves/Projects/xtd/xtd/build/CMakeFiles/3.13.2/CompilerIdC/CompilerIdC.build/Debug/CompilerIdC.build/CompilerIdC-all-non-framework-target-headers.hmap","inputs":["",""],"outputs":["/Users/yves/Projects/xtd/xtd/build/CMakeFiles/3.13.2/CompilerIdC/CompilerIdC.build/Debug/CompilerIdC.build/CompilerIdC-all-non-framework-target-headers.hmap"]} - "97935bd2fe8690c9d89e23734ad2dab23f938c03aee3f24af46a5caa592e362d::WriteAuxiliaryFile /Users/yves/Projects/xtd/xtd/build/CMakeFiles/3.13.2/CompilerIdC/CompilerIdC.build/Debug/CompilerIdC.build/CompilerIdC-all-target-headers.hmap": {"tool":"auxiliary-file","description":"WriteAuxiliaryFile /Users/yves/Projects/xtd/xtd/build/CMakeFiles/3.13.2/CompilerIdC/CompilerIdC.build/Debug/CompilerIdC.build/CompilerIdC-all-target-headers.hmap","inputs":["",""],"outputs":["/Users/yves/Projects/xtd/xtd/build/CMakeFiles/3.13.2/CompilerIdC/CompilerIdC.build/Debug/CompilerIdC.build/CompilerIdC-all-target-headers.hmap"]} - "97935bd2fe8690c9d89e23734ad2dab23f938c03aee3f24af46a5caa592e362d::WriteAuxiliaryFile /Users/yves/Projects/xtd/xtd/build/CMakeFiles/3.13.2/CompilerIdC/CompilerIdC.build/Debug/CompilerIdC.build/CompilerIdC-generated-files.hmap": {"tool":"auxiliary-file","description":"WriteAuxiliaryFile /Users/yves/Projects/xtd/xtd/build/CMakeFiles/3.13.2/CompilerIdC/CompilerIdC.build/Debug/CompilerIdC.build/CompilerIdC-generated-files.hmap","inputs":["",""],"outputs":["/Users/yves/Projects/xtd/xtd/build/CMakeFiles/3.13.2/CompilerIdC/CompilerIdC.build/Debug/CompilerIdC.build/CompilerIdC-generated-files.hmap"]} - "97935bd2fe8690c9d89e23734ad2dab23f938c03aee3f24af46a5caa592e362d::WriteAuxiliaryFile /Users/yves/Projects/xtd/xtd/build/CMakeFiles/3.13.2/CompilerIdC/CompilerIdC.build/Debug/CompilerIdC.build/CompilerIdC-own-target-headers.hmap": {"tool":"auxiliary-file","description":"WriteAuxiliaryFile /Users/yves/Projects/xtd/xtd/build/CMakeFiles/3.13.2/CompilerIdC/CompilerIdC.build/Debug/CompilerIdC.build/CompilerIdC-own-target-headers.hmap","inputs":["",""],"outputs":["/Users/yves/Projects/xtd/xtd/build/CMakeFiles/3.13.2/CompilerIdC/CompilerIdC.build/Debug/CompilerIdC.build/CompilerIdC-own-target-headers.hmap"]} - "97935bd2fe8690c9d89e23734ad2dab23f938c03aee3f24af46a5caa592e362d::WriteAuxiliaryFile /Users/yves/Projects/xtd/xtd/build/CMakeFiles/3.13.2/CompilerIdC/CompilerIdC.build/Debug/CompilerIdC.build/CompilerIdC-project-headers.hmap": {"tool":"auxiliary-file","description":"WriteAuxiliaryFile /Users/yves/Projects/xtd/xtd/build/CMakeFiles/3.13.2/CompilerIdC/CompilerIdC.build/Debug/CompilerIdC.build/CompilerIdC-project-headers.hmap","inputs":["",""],"outputs":["/Users/yves/Projects/xtd/xtd/build/CMakeFiles/3.13.2/CompilerIdC/CompilerIdC.build/Debug/CompilerIdC.build/CompilerIdC-project-headers.hmap"]} - "97935bd2fe8690c9d89e23734ad2dab23f938c03aee3f24af46a5caa592e362d::WriteAuxiliaryFile /Users/yves/Projects/xtd/xtd/build/CMakeFiles/3.13.2/CompilerIdC/CompilerIdC.build/Debug/CompilerIdC.build/CompilerIdC.hmap": {"tool":"auxiliary-file","description":"WriteAuxiliaryFile /Users/yves/Projects/xtd/xtd/build/CMakeFiles/3.13.2/CompilerIdC/CompilerIdC.build/Debug/CompilerIdC.build/CompilerIdC.hmap","inputs":["",""],"outputs":["/Users/yves/Projects/xtd/xtd/build/CMakeFiles/3.13.2/CompilerIdC/CompilerIdC.build/Debug/CompilerIdC.build/CompilerIdC.hmap"]} - "97935bd2fe8690c9d89e23734ad2dab23f938c03aee3f24af46a5caa592e362d::WriteAuxiliaryFile /Users/yves/Projects/xtd/xtd/build/CMakeFiles/3.13.2/CompilerIdC/CompilerIdC.build/Debug/CompilerIdC.build/Objects-normal/x86_64/CompilerIdC.LinkFileList": {"tool":"auxiliary-file","description":"WriteAuxiliaryFile /Users/yves/Projects/xtd/xtd/build/CMakeFiles/3.13.2/CompilerIdC/CompilerIdC.build/Debug/CompilerIdC.build/Objects-normal/x86_64/CompilerIdC.LinkFileList","inputs":["",""],"outputs":["/Users/yves/Projects/xtd/xtd/build/CMakeFiles/3.13.2/CompilerIdC/CompilerIdC.build/Debug/CompilerIdC.build/Objects-normal/x86_64/CompilerIdC.LinkFileList"]} - "97935bd2fe8690c9d89e23734ad2dab23f938c03aee3f24af46a5caa592e362d::WriteAuxiliaryFile /Users/yves/Projects/xtd/xtd/build/CMakeFiles/3.13.2/CompilerIdC/CompilerIdC.build/Debug/CompilerIdC.build/Script-2C8FEB8E15DC1A1A00E56A5D.sh": {"tool":"auxiliary-file","description":"WriteAuxiliaryFile /Users/yves/Projects/xtd/xtd/build/CMakeFiles/3.13.2/CompilerIdC/CompilerIdC.build/Debug/CompilerIdC.build/Script-2C8FEB8E15DC1A1A00E56A5D.sh","inputs":["",""],"outputs":["/Users/yves/Projects/xtd/xtd/build/CMakeFiles/3.13.2/CompilerIdC/CompilerIdC.build/Debug/CompilerIdC.build/Script-2C8FEB8E15DC1A1A00E56A5D.sh"]} - "97935bd2fe8690c9d89e23734ad2dab23f938c03aee3f24af46a5caa592e362d::WriteAuxiliaryFile /Users/yves/Projects/xtd/xtd/build/CMakeFiles/3.13.2/CompilerIdC/CompilerIdC.build/Debug/CompilerIdC.build/all-product-headers.yaml": {"tool":"auxiliary-file","description":"WriteAuxiliaryFile /Users/yves/Projects/xtd/xtd/build/CMakeFiles/3.13.2/CompilerIdC/CompilerIdC.build/Debug/CompilerIdC.build/all-product-headers.yaml","inputs":["",""],"outputs":["/Users/yves/Projects/xtd/xtd/build/CMakeFiles/3.13.2/CompilerIdC/CompilerIdC.build/Debug/CompilerIdC.build/all-product-headers.yaml"]} - "": {"tool":"phony","inputs":["/Users/yves/Projects/xtd/xtd/build/CMakeFiles/3.13.2/CompilerIdC","/Users/yves/Projects/xtd/xtd/build/CMakeFiles/3.13.2/CompilerIdC/CompilerIdC","",""],"outputs":[""]} - "": {"tool":"stale-file-removal","expectedOutputs":["/Users/yves/Projects/xtd/xtd/build/CMakeFiles/3.13.2/CompilerIdC/CompilerIdC.build/Debug/CompilerIdC.build/Objects-normal/x86_64/CMakeCCompilerId.o","/Users/yves/Projects/xtd/xtd/build/CMakeFiles/3.13.2/CompilerIdC/CompilerIdC","/Users/yves/Projects/xtd/xtd/build/CMakeFiles/3.13.2/CompilerIdC/CompilerIdC.build/Debug/CompilerIdC.build/CompilerIdC-all-non-framework-target-headers.hmap","/Users/yves/Projects/xtd/xtd/build/CMakeFiles/3.13.2/CompilerIdC/CompilerIdC.build/Debug/CompilerIdC.build/CompilerIdC-all-target-headers.hmap","/Users/yves/Projects/xtd/xtd/build/CMakeFiles/3.13.2/CompilerIdC/CompilerIdC.build/Debug/CompilerIdC.build/CompilerIdC-generated-files.hmap","/Users/yves/Projects/xtd/xtd/build/CMakeFiles/3.13.2/CompilerIdC/CompilerIdC.build/Debug/CompilerIdC.build/CompilerIdC-own-target-headers.hmap","/Users/yves/Projects/xtd/xtd/build/CMakeFiles/3.13.2/CompilerIdC/CompilerIdC.build/Debug/CompilerIdC.build/CompilerIdC-project-headers.hmap","/Users/yves/Projects/xtd/xtd/build/CMakeFiles/3.13.2/CompilerIdC/CompilerIdC.build/Debug/CompilerIdC.build/CompilerIdC.hmap","/Users/yves/Projects/xtd/xtd/build/CMakeFiles/3.13.2/CompilerIdC/CompilerIdC.build/Debug/CompilerIdC.build/Objects-normal/x86_64/CompilerIdC.LinkFileList","/Users/yves/Projects/xtd/xtd/build/CMakeFiles/3.13.2/CompilerIdC/CompilerIdC.build/Debug/CompilerIdC.build/Script-2C8FEB8E15DC1A1A00E56A5D.sh","/Users/yves/Projects/xtd/xtd/build/CMakeFiles/3.13.2/CompilerIdC/CompilerIdC.build/Debug/CompilerIdC.build/all-product-headers.yaml"],"roots":["/tmp/CompilerIdC.dst","/Users/yves/Projects/xtd/xtd/build/CMakeFiles/3.13.2/CompilerIdC","/Users/yves/Projects/xtd/xtd/build/CMakeFiles/3.13.2/CompilerIdC"],"outputs":[""]} - "Gate target-CompilerIdC-97935bd2fe8690c9d89e23734ad2dab23f938c03aee3f24af46a5caa592e362d-Barrier-ChangeAlternatePermissions": {"tool":"phony","inputs":["",""],"outputs":[""]} - "Gate target-CompilerIdC-97935bd2fe8690c9d89e23734ad2dab23f938c03aee3f24af46a5caa592e362d-Barrier-ChangePermissions": {"tool":"phony","inputs":["",""],"outputs":[""]} - "Gate target-CompilerIdC-97935bd2fe8690c9d89e23734ad2dab23f938c03aee3f24af46a5caa592e362d-Barrier-CodeSign": {"tool":"phony","inputs":["",""],"outputs":[""]} - "Gate target-CompilerIdC-97935bd2fe8690c9d89e23734ad2dab23f938c03aee3f24af46a5caa592e362d-Barrier-CopyAside": {"tool":"phony","inputs":["",""],"outputs":[""]} - "Gate target-CompilerIdC-97935bd2fe8690c9d89e23734ad2dab23f938c03aee3f24af46a5caa592e362d-Barrier-StripSymbols": {"tool":"phony","inputs":["",""],"outputs":[""]} - "Gate target-CompilerIdC-97935bd2fe8690c9d89e23734ad2dab23f938c03aee3f24af46a5caa592e362d-Barrier-Validate": {"tool":"phony","inputs":["",""],"outputs":[""]} - "Gate target-CompilerIdC-97935bd2fe8690c9d89e23734ad2dab23f938c03aee3f24af46a5caa592e362d-GeneratedFilesTaskProducer": {"tool":"phony","inputs":["",""],"outputs":[""]} - "Gate target-CompilerIdC-97935bd2fe8690c9d89e23734ad2dab23f938c03aee3f24af46a5caa592e362d-HeadermapTaskProducer": {"tool":"phony","inputs":["","","/Users/yves/Projects/xtd/xtd/build/CMakeFiles/3.13.2/CompilerIdC/CompilerIdC.build/Debug/CompilerIdC.build/CompilerIdC-all-non-framework-target-headers.hmap","/Users/yves/Projects/xtd/xtd/build/CMakeFiles/3.13.2/CompilerIdC/CompilerIdC.build/Debug/CompilerIdC.build/CompilerIdC-all-target-headers.hmap","/Users/yves/Projects/xtd/xtd/build/CMakeFiles/3.13.2/CompilerIdC/CompilerIdC.build/Debug/CompilerIdC.build/CompilerIdC-generated-files.hmap","/Users/yves/Projects/xtd/xtd/build/CMakeFiles/3.13.2/CompilerIdC/CompilerIdC.build/Debug/CompilerIdC.build/CompilerIdC-own-target-headers.hmap","/Users/yves/Projects/xtd/xtd/build/CMakeFiles/3.13.2/CompilerIdC/CompilerIdC.build/Debug/CompilerIdC.build/CompilerIdC-project-headers.hmap","/Users/yves/Projects/xtd/xtd/build/CMakeFiles/3.13.2/CompilerIdC/CompilerIdC.build/Debug/CompilerIdC.build/CompilerIdC.hmap","/Users/yves/Projects/xtd/xtd/build/CMakeFiles/3.13.2/CompilerIdC/CompilerIdC.build/Debug/CompilerIdC.build/all-product-headers.yaml"],"outputs":[""]} - "Gate target-CompilerIdC-97935bd2fe8690c9d89e23734ad2dab23f938c03aee3f24af46a5caa592e362d-InfoPlistTaskProducer": {"tool":"phony","inputs":["",""],"outputs":[""]} - "Gate target-CompilerIdC-97935bd2fe8690c9d89e23734ad2dab23f938c03aee3f24af46a5caa592e362d-ModuleMapTaskProducer": {"tool":"phony","inputs":["",""],"outputs":[""]} - "Gate target-CompilerIdC-97935bd2fe8690c9d89e23734ad2dab23f938c03aee3f24af46a5caa592e362d-ProductPostprocessingTaskProducer": {"tool":"phony","inputs":["","","","","","","","","",""],"outputs":[""]} - "Gate target-CompilerIdC-97935bd2fe8690c9d89e23734ad2dab23f938c03aee3f24af46a5caa592e362d-ProductStructureTaskProducer": {"tool":"phony","inputs":["",""],"outputs":[""]} - "Gate target-CompilerIdC-97935bd2fe8690c9d89e23734ad2dab23f938c03aee3f24af46a5caa592e362d-SanitizerTaskProducer": {"tool":"phony","inputs":["",""],"outputs":[""]} - "Gate target-CompilerIdC-97935bd2fe8690c9d89e23734ad2dab23f938c03aee3f24af46a5caa592e362d-StubBinaryTaskProducer": {"tool":"phony","inputs":["",""],"outputs":[""]} - "Gate target-CompilerIdC-97935bd2fe8690c9d89e23734ad2dab23f938c03aee3f24af46a5caa592e362d-SwiftStandardLibrariesTaskProducer": {"tool":"phony","inputs":["","",""],"outputs":[""]} - "Gate target-CompilerIdC-97935bd2fe8690c9d89e23734ad2dab23f938c03aee3f24af46a5caa592e362d-TestTargetPostprocessingTaskProducer": {"tool":"phony","inputs":["",""],"outputs":[""]} - "Gate target-CompilerIdC-97935bd2fe8690c9d89e23734ad2dab23f938c03aee3f24af46a5caa592e362d-TestTargetTaskProducer": {"tool":"phony","inputs":["",""],"outputs":[""]} - "Gate target-CompilerIdC-97935bd2fe8690c9d89e23734ad2dab23f938c03aee3f24af46a5caa592e362d-VersionPlistTaskProducer": {"tool":"phony","inputs":["",""],"outputs":[""]} - "Gate target-CompilerIdC-97935bd2fe8690c9d89e23734ad2dab23f938c03aee3f24af46a5caa592e362d-begin-compiling": {"tool":"phony","inputs":["","","",""],"outputs":[""]} - "Gate target-CompilerIdC-97935bd2fe8690c9d89e23734ad2dab23f938c03aee3f24af46a5caa592e362d-end": {"tool":"phony","inputs":["","/Users/yves/Projects/xtd/xtd/build/CMakeFiles/3.13.2/CompilerIdC/CompilerIdC.build/Debug/CompilerIdC.build/Objects-normal/x86_64/CMakeCCompilerId.o","","","/Users/yves/Projects/xtd/xtd/build/CMakeFiles/3.13.2/CompilerIdC/CompilerIdC.build/Debug/CompilerIdC.build/CompilerIdC-all-non-framework-target-headers.hmap","/Users/yves/Projects/xtd/xtd/build/CMakeFiles/3.13.2/CompilerIdC/CompilerIdC.build/Debug/CompilerIdC.build/CompilerIdC-all-target-headers.hmap","/Users/yves/Projects/xtd/xtd/build/CMakeFiles/3.13.2/CompilerIdC/CompilerIdC.build/Debug/CompilerIdC.build/CompilerIdC-generated-files.hmap","/Users/yves/Projects/xtd/xtd/build/CMakeFiles/3.13.2/CompilerIdC/CompilerIdC.build/Debug/CompilerIdC.build/CompilerIdC-own-target-headers.hmap","/Users/yves/Projects/xtd/xtd/build/CMakeFiles/3.13.2/CompilerIdC/CompilerIdC.build/Debug/CompilerIdC.build/CompilerIdC-project-headers.hmap","/Users/yves/Projects/xtd/xtd/build/CMakeFiles/3.13.2/CompilerIdC/CompilerIdC.build/Debug/CompilerIdC.build/CompilerIdC.hmap","/Users/yves/Projects/xtd/xtd/build/CMakeFiles/3.13.2/CompilerIdC/CompilerIdC.build/Debug/CompilerIdC.build/Objects-normal/x86_64/CompilerIdC.LinkFileList","/Users/yves/Projects/xtd/xtd/build/CMakeFiles/3.13.2/CompilerIdC/CompilerIdC.build/Debug/CompilerIdC.build/Script-2C8FEB8E15DC1A1A00E56A5D.sh","/Users/yves/Projects/xtd/xtd/build/CMakeFiles/3.13.2/CompilerIdC/CompilerIdC.build/Debug/CompilerIdC.build/all-product-headers.yaml","","","","","","","","","","","","","","","","","","","","",""],"outputs":[""]} - "Gate target-CompilerIdC-97935bd2fe8690c9d89e23734ad2dab23f938c03aee3f24af46a5caa592e362d-entry": {"tool":"phony","inputs":["","","","",""],"outputs":[""]} - "Gate target-CompilerIdC-97935bd2fe8690c9d89e23734ad2dab23f938c03aee3f24af46a5caa592e362d-generated-headers": {"tool":"phony","inputs":[""],"outputs":[""]} - "Gate target-CompilerIdC-97935bd2fe8690c9d89e23734ad2dab23f938c03aee3f24af46a5caa592e362d-immediate": {"tool":"phony","inputs":["","","",""],"outputs":[""]} - "Gate target-CompilerIdC-97935bd2fe8690c9d89e23734ad2dab23f938c03aee3f24af46a5caa592e362d-modules-ready": {"tool":"phony","inputs":["","/Users/yves/Projects/xtd/xtd/build/CMakeFiles/3.13.2/CompilerIdC/CompilerIdC.build/Debug/CompilerIdC.build/Objects-normal/x86_64/CMakeCCompilerId.o","","/Users/yves/Projects/xtd/xtd/build/CMakeFiles/3.13.2/CompilerIdC/CompilerIdC.build/Debug/CompilerIdC.build/Script-2C8FEB8E15DC1A1A00E56A5D.sh"],"outputs":[""]} - "Gate target-CompilerIdC-97935bd2fe8690c9d89e23734ad2dab23f938c03aee3f24af46a5caa592e362d-phase0-compile-sources": {"tool":"phony","inputs":["","","/Users/yves/Projects/xtd/xtd/build/CMakeFiles/3.13.2/CompilerIdC/CompilerIdC.build/Debug/CompilerIdC.build/Objects-normal/x86_64/CMakeCCompilerId.o","","/Users/yves/Projects/xtd/xtd/build/CMakeFiles/3.13.2/CompilerIdC/CompilerIdC.build/Debug/CompilerIdC.build/Objects-normal/x86_64/CompilerIdC.LinkFileList"],"outputs":[""]} - "Gate target-CompilerIdC-97935bd2fe8690c9d89e23734ad2dab23f938c03aee3f24af46a5caa592e362d-phase1-run-script": {"tool":"phony","inputs":["","","","/Users/yves/Projects/xtd/xtd/build/CMakeFiles/3.13.2/CompilerIdC/CompilerIdC.build/Debug/CompilerIdC.build/Script-2C8FEB8E15DC1A1A00E56A5D.sh"],"outputs":[""]} - diff --git a/build/CMakeFiles/3.13.2/CompilerIdCXX/CMakeCXXCompilerId.cpp b/build/CMakeFiles/3.13.2/CompilerIdCXX/CMakeCXXCompilerId.cpp deleted file mode 100644 index b728b6329139..000000000000 --- a/build/CMakeFiles/3.13.2/CompilerIdCXX/CMakeCXXCompilerId.cpp +++ /dev/null @@ -1,602 +0,0 @@ -/* This source file must have a .cpp extension so that all C++ compilers - recognize the extension without flags. Borland does not know .cxx for - example. */ -#ifndef __cplusplus -# error "A C compiler has been selected for C++." -#endif - - -/* Version number components: V=Version, R=Revision, P=Patch - Version date components: YYYY=Year, MM=Month, DD=Day */ - -#if defined(__COMO__) -# define COMPILER_ID "Comeau" - /* __COMO_VERSION__ = VRR */ -# define COMPILER_VERSION_MAJOR DEC(__COMO_VERSION__ / 100) -# define COMPILER_VERSION_MINOR DEC(__COMO_VERSION__ % 100) - -#elif defined(__INTEL_COMPILER) || defined(__ICC) -# define COMPILER_ID "Intel" -# if defined(_MSC_VER) -# define SIMULATE_ID "MSVC" -# endif - /* __INTEL_COMPILER = VRP */ -# define COMPILER_VERSION_MAJOR DEC(__INTEL_COMPILER/100) -# define COMPILER_VERSION_MINOR DEC(__INTEL_COMPILER/10 % 10) -# if defined(__INTEL_COMPILER_UPDATE) -# define COMPILER_VERSION_PATCH DEC(__INTEL_COMPILER_UPDATE) -# else -# define COMPILER_VERSION_PATCH DEC(__INTEL_COMPILER % 10) -# endif -# if defined(__INTEL_COMPILER_BUILD_DATE) - /* __INTEL_COMPILER_BUILD_DATE = YYYYMMDD */ -# define COMPILER_VERSION_TWEAK DEC(__INTEL_COMPILER_BUILD_DATE) -# endif -# if defined(_MSC_VER) - /* _MSC_VER = VVRR */ -# define SIMULATE_VERSION_MAJOR DEC(_MSC_VER / 100) -# define SIMULATE_VERSION_MINOR DEC(_MSC_VER % 100) -# endif - -#elif defined(__PATHCC__) -# define COMPILER_ID "PathScale" -# define COMPILER_VERSION_MAJOR DEC(__PATHCC__) -# define COMPILER_VERSION_MINOR DEC(__PATHCC_MINOR__) -# if defined(__PATHCC_PATCHLEVEL__) -# define COMPILER_VERSION_PATCH DEC(__PATHCC_PATCHLEVEL__) -# endif - -#elif defined(__BORLANDC__) && defined(__CODEGEARC_VERSION__) -# define COMPILER_ID "Embarcadero" -# define COMPILER_VERSION_MAJOR HEX(__CODEGEARC_VERSION__>>24 & 0x00FF) -# define COMPILER_VERSION_MINOR HEX(__CODEGEARC_VERSION__>>16 & 0x00FF) -# define COMPILER_VERSION_PATCH DEC(__CODEGEARC_VERSION__ & 0xFFFF) - -#elif defined(__BORLANDC__) -# define COMPILER_ID "Borland" - /* __BORLANDC__ = 0xVRR */ -# define COMPILER_VERSION_MAJOR HEX(__BORLANDC__>>8) -# define COMPILER_VERSION_MINOR HEX(__BORLANDC__ & 0xFF) - -#elif defined(__WATCOMC__) && __WATCOMC__ < 1200 -# define COMPILER_ID "Watcom" - /* __WATCOMC__ = VVRR */ -# define COMPILER_VERSION_MAJOR DEC(__WATCOMC__ / 100) -# define COMPILER_VERSION_MINOR DEC((__WATCOMC__ / 10) % 10) -# if (__WATCOMC__ % 10) > 0 -# define COMPILER_VERSION_PATCH DEC(__WATCOMC__ % 10) -# endif - -#elif defined(__WATCOMC__) -# define COMPILER_ID "OpenWatcom" - /* __WATCOMC__ = VVRP + 1100 */ -# define COMPILER_VERSION_MAJOR DEC((__WATCOMC__ - 1100) / 100) -# define COMPILER_VERSION_MINOR DEC((__WATCOMC__ / 10) % 10) -# if (__WATCOMC__ % 10) > 0 -# define COMPILER_VERSION_PATCH DEC(__WATCOMC__ % 10) -# endif - -#elif defined(__SUNPRO_CC) -# define COMPILER_ID "SunPro" -# if __SUNPRO_CC >= 0x5100 - /* __SUNPRO_CC = 0xVRRP */ -# define COMPILER_VERSION_MAJOR HEX(__SUNPRO_CC>>12) -# define COMPILER_VERSION_MINOR HEX(__SUNPRO_CC>>4 & 0xFF) -# define COMPILER_VERSION_PATCH HEX(__SUNPRO_CC & 0xF) -# else - /* __SUNPRO_CC = 0xVRP */ -# define COMPILER_VERSION_MAJOR HEX(__SUNPRO_CC>>8) -# define COMPILER_VERSION_MINOR HEX(__SUNPRO_CC>>4 & 0xF) -# define COMPILER_VERSION_PATCH HEX(__SUNPRO_CC & 0xF) -# endif - -#elif defined(__HP_aCC) -# define COMPILER_ID "HP" - /* __HP_aCC = VVRRPP */ -# define COMPILER_VERSION_MAJOR DEC(__HP_aCC/10000) -# define COMPILER_VERSION_MINOR DEC(__HP_aCC/100 % 100) -# define COMPILER_VERSION_PATCH DEC(__HP_aCC % 100) - -#elif defined(__DECCXX) -# define COMPILER_ID "Compaq" - /* __DECCXX_VER = VVRRTPPPP */ -# define COMPILER_VERSION_MAJOR DEC(__DECCXX_VER/10000000) -# define COMPILER_VERSION_MINOR DEC(__DECCXX_VER/100000 % 100) -# define COMPILER_VERSION_PATCH DEC(__DECCXX_VER % 10000) - -#elif defined(__IBMCPP__) && defined(__COMPILER_VER__) -# define COMPILER_ID "zOS" -# if defined(__ibmxl__) -# define COMPILER_VERSION_MAJOR DEC(__ibmxl_version__) -# define COMPILER_VERSION_MINOR DEC(__ibmxl_release__) -# define COMPILER_VERSION_PATCH DEC(__ibmxl_modification__) -# define COMPILER_VERSION_TWEAK DEC(__ibmxl_ptf_fix_level__) -# else - /* __IBMCPP__ = VRP */ -# define COMPILER_VERSION_MAJOR DEC(__IBMCPP__/100) -# define COMPILER_VERSION_MINOR DEC(__IBMCPP__/10 % 10) -# define COMPILER_VERSION_PATCH DEC(__IBMCPP__ % 10) -# endif - - -#elif defined(__ibmxl__) || (defined(__IBMCPP__) && !defined(__COMPILER_VER__) && __IBMCPP__ >= 800) -# define COMPILER_ID "XL" -# if defined(__ibmxl__) -# define COMPILER_VERSION_MAJOR DEC(__ibmxl_version__) -# define COMPILER_VERSION_MINOR DEC(__ibmxl_release__) -# define COMPILER_VERSION_PATCH DEC(__ibmxl_modification__) -# define COMPILER_VERSION_TWEAK DEC(__ibmxl_ptf_fix_level__) -# else - /* __IBMCPP__ = VRP */ -# define COMPILER_VERSION_MAJOR DEC(__IBMCPP__/100) -# define COMPILER_VERSION_MINOR DEC(__IBMCPP__/10 % 10) -# define COMPILER_VERSION_PATCH DEC(__IBMCPP__ % 10) -# endif - - -#elif defined(__IBMCPP__) && !defined(__COMPILER_VER__) && __IBMCPP__ < 800 -# define COMPILER_ID "VisualAge" -# if defined(__ibmxl__) -# define COMPILER_VERSION_MAJOR DEC(__ibmxl_version__) -# define COMPILER_VERSION_MINOR DEC(__ibmxl_release__) -# define COMPILER_VERSION_PATCH DEC(__ibmxl_modification__) -# define COMPILER_VERSION_TWEAK DEC(__ibmxl_ptf_fix_level__) -# else - /* __IBMCPP__ = VRP */ -# define COMPILER_VERSION_MAJOR DEC(__IBMCPP__/100) -# define COMPILER_VERSION_MINOR DEC(__IBMCPP__/10 % 10) -# define COMPILER_VERSION_PATCH DEC(__IBMCPP__ % 10) -# endif - - -#elif defined(__PGI) -# define COMPILER_ID "PGI" -# define COMPILER_VERSION_MAJOR DEC(__PGIC__) -# define COMPILER_VERSION_MINOR DEC(__PGIC_MINOR__) -# if defined(__PGIC_PATCHLEVEL__) -# define COMPILER_VERSION_PATCH DEC(__PGIC_PATCHLEVEL__) -# endif - -#elif defined(_CRAYC) -# define COMPILER_ID "Cray" -# define COMPILER_VERSION_MAJOR DEC(_RELEASE_MAJOR) -# define COMPILER_VERSION_MINOR DEC(_RELEASE_MINOR) - -#elif defined(__TI_COMPILER_VERSION__) -# define COMPILER_ID "TI" - /* __TI_COMPILER_VERSION__ = VVVRRRPPP */ -# define COMPILER_VERSION_MAJOR DEC(__TI_COMPILER_VERSION__/1000000) -# define COMPILER_VERSION_MINOR DEC(__TI_COMPILER_VERSION__/1000 % 1000) -# define COMPILER_VERSION_PATCH DEC(__TI_COMPILER_VERSION__ % 1000) - -#elif defined(__FUJITSU) || defined(__FCC_VERSION) || defined(__fcc_version) -# define COMPILER_ID "Fujitsu" - -#elif defined(__SCO_VERSION__) -# define COMPILER_ID "SCO" - -#elif defined(__clang__) && defined(__apple_build_version__) -# define COMPILER_ID "AppleClang" -# if defined(_MSC_VER) -# define SIMULATE_ID "MSVC" -# endif -# define COMPILER_VERSION_MAJOR DEC(__clang_major__) -# define COMPILER_VERSION_MINOR DEC(__clang_minor__) -# define COMPILER_VERSION_PATCH DEC(__clang_patchlevel__) -# if defined(_MSC_VER) - /* _MSC_VER = VVRR */ -# define SIMULATE_VERSION_MAJOR DEC(_MSC_VER / 100) -# define SIMULATE_VERSION_MINOR DEC(_MSC_VER % 100) -# endif -# define COMPILER_VERSION_TWEAK DEC(__apple_build_version__) - -#elif defined(__clang__) -# define COMPILER_ID "Clang" -# if defined(_MSC_VER) -# define SIMULATE_ID "MSVC" -# endif -# define COMPILER_VERSION_MAJOR DEC(__clang_major__) -# define COMPILER_VERSION_MINOR DEC(__clang_minor__) -# define COMPILER_VERSION_PATCH DEC(__clang_patchlevel__) -# if defined(_MSC_VER) - /* _MSC_VER = VVRR */ -# define SIMULATE_VERSION_MAJOR DEC(_MSC_VER / 100) -# define SIMULATE_VERSION_MINOR DEC(_MSC_VER % 100) -# endif - -#elif defined(__GNUC__) || defined(__GNUG__) -# define COMPILER_ID "GNU" -# if defined(__GNUC__) -# define COMPILER_VERSION_MAJOR DEC(__GNUC__) -# else -# define COMPILER_VERSION_MAJOR DEC(__GNUG__) -# endif -# if defined(__GNUC_MINOR__) -# define COMPILER_VERSION_MINOR DEC(__GNUC_MINOR__) -# endif -# if defined(__GNUC_PATCHLEVEL__) -# define COMPILER_VERSION_PATCH DEC(__GNUC_PATCHLEVEL__) -# endif - -#elif defined(_MSC_VER) -# define COMPILER_ID "MSVC" - /* _MSC_VER = VVRR */ -# define COMPILER_VERSION_MAJOR DEC(_MSC_VER / 100) -# define COMPILER_VERSION_MINOR DEC(_MSC_VER % 100) -# if defined(_MSC_FULL_VER) -# if _MSC_VER >= 1400 - /* _MSC_FULL_VER = VVRRPPPPP */ -# define COMPILER_VERSION_PATCH DEC(_MSC_FULL_VER % 100000) -# else - /* _MSC_FULL_VER = VVRRPPPP */ -# define COMPILER_VERSION_PATCH DEC(_MSC_FULL_VER % 10000) -# endif -# endif -# if defined(_MSC_BUILD) -# define COMPILER_VERSION_TWEAK DEC(_MSC_BUILD) -# endif - -#elif defined(__VISUALDSPVERSION__) || defined(__ADSPBLACKFIN__) || defined(__ADSPTS__) || defined(__ADSP21000__) -# define COMPILER_ID "ADSP" -#if defined(__VISUALDSPVERSION__) - /* __VISUALDSPVERSION__ = 0xVVRRPP00 */ -# define COMPILER_VERSION_MAJOR HEX(__VISUALDSPVERSION__>>24) -# define COMPILER_VERSION_MINOR HEX(__VISUALDSPVERSION__>>16 & 0xFF) -# define COMPILER_VERSION_PATCH HEX(__VISUALDSPVERSION__>>8 & 0xFF) -#endif - -#elif defined(__IAR_SYSTEMS_ICC__) || defined(__IAR_SYSTEMS_ICC) -# define COMPILER_ID "IAR" -# if defined(__VER__) -# define COMPILER_VERSION_MAJOR DEC((__VER__) / 1000000) -# define COMPILER_VERSION_MINOR DEC(((__VER__) / 1000) % 1000) -# define COMPILER_VERSION_PATCH DEC((__VER__) % 1000) -# define COMPILER_VERSION_INTERNAL DEC(__IAR_SYSTEMS_ICC__) -# endif - -#elif defined(__ARMCC_VERSION) -# define COMPILER_ID "ARMCC" -#if __ARMCC_VERSION >= 1000000 - /* __ARMCC_VERSION = VRRPPPP */ - # define COMPILER_VERSION_MAJOR DEC(__ARMCC_VERSION/1000000) - # define COMPILER_VERSION_MINOR DEC(__ARMCC_VERSION/10000 % 100) - # define COMPILER_VERSION_PATCH DEC(__ARMCC_VERSION % 10000) -#else - /* __ARMCC_VERSION = VRPPPP */ - # define COMPILER_VERSION_MAJOR DEC(__ARMCC_VERSION/100000) - # define COMPILER_VERSION_MINOR DEC(__ARMCC_VERSION/10000 % 10) - # define COMPILER_VERSION_PATCH DEC(__ARMCC_VERSION % 10000) -#endif - - -#elif defined(_SGI_COMPILER_VERSION) || defined(_COMPILER_VERSION) -# define COMPILER_ID "MIPSpro" -# if defined(_SGI_COMPILER_VERSION) - /* _SGI_COMPILER_VERSION = VRP */ -# define COMPILER_VERSION_MAJOR DEC(_SGI_COMPILER_VERSION/100) -# define COMPILER_VERSION_MINOR DEC(_SGI_COMPILER_VERSION/10 % 10) -# define COMPILER_VERSION_PATCH DEC(_SGI_COMPILER_VERSION % 10) -# else - /* _COMPILER_VERSION = VRP */ -# define COMPILER_VERSION_MAJOR DEC(_COMPILER_VERSION/100) -# define COMPILER_VERSION_MINOR DEC(_COMPILER_VERSION/10 % 10) -# define COMPILER_VERSION_PATCH DEC(_COMPILER_VERSION % 10) -# endif - - -/* These compilers are either not known or too old to define an - identification macro. Try to identify the platform and guess that - it is the native compiler. */ -#elif defined(__sgi) -# define COMPILER_ID "MIPSpro" - -#elif defined(__hpux) || defined(__hpua) -# define COMPILER_ID "HP" - -#else /* unknown compiler */ -# define COMPILER_ID "" -#endif - -/* Construct the string literal in pieces to prevent the source from - getting matched. Store it in a pointer rather than an array - because some compilers will just produce instructions to fill the - array rather than assigning a pointer to a static array. */ -char const* info_compiler = "INFO" ":" "compiler[" COMPILER_ID "]"; -#ifdef SIMULATE_ID -char const* info_simulate = "INFO" ":" "simulate[" SIMULATE_ID "]"; -#endif - -#ifdef __QNXNTO__ -char const* qnxnto = "INFO" ":" "qnxnto[]"; -#endif - -#if defined(__CRAYXE) || defined(__CRAYXC) -char const *info_cray = "INFO" ":" "compiler_wrapper[CrayPrgEnv]"; -#endif - -#define STRINGIFY_HELPER(X) #X -#define STRINGIFY(X) STRINGIFY_HELPER(X) - -/* Identify known platforms by name. */ -#if defined(__linux) || defined(__linux__) || defined(linux) -# define PLATFORM_ID "Linux" - -#elif defined(__CYGWIN__) -# define PLATFORM_ID "Cygwin" - -#elif defined(__MINGW32__) -# define PLATFORM_ID "MinGW" - -#elif defined(__APPLE__) -# define PLATFORM_ID "Darwin" - -#elif defined(_WIN32) || defined(__WIN32__) || defined(WIN32) -# define PLATFORM_ID "Windows" - -#elif defined(__FreeBSD__) || defined(__FreeBSD) -# define PLATFORM_ID "FreeBSD" - -#elif defined(__NetBSD__) || defined(__NetBSD) -# define PLATFORM_ID "NetBSD" - -#elif defined(__OpenBSD__) || defined(__OPENBSD) -# define PLATFORM_ID "OpenBSD" - -#elif defined(__sun) || defined(sun) -# define PLATFORM_ID "SunOS" - -#elif defined(_AIX) || defined(__AIX) || defined(__AIX__) || defined(__aix) || defined(__aix__) -# define PLATFORM_ID "AIX" - -#elif defined(__sgi) || defined(__sgi__) || defined(_SGI) -# define PLATFORM_ID "IRIX" - -#elif defined(__hpux) || defined(__hpux__) -# define PLATFORM_ID "HP-UX" - -#elif defined(__HAIKU__) -# define PLATFORM_ID "Haiku" - -#elif defined(__BeOS) || defined(__BEOS__) || defined(_BEOS) -# define PLATFORM_ID "BeOS" - -#elif defined(__QNX__) || defined(__QNXNTO__) -# define PLATFORM_ID "QNX" - -#elif defined(__tru64) || defined(_tru64) || defined(__TRU64__) -# define PLATFORM_ID "Tru64" - -#elif defined(__riscos) || defined(__riscos__) -# define PLATFORM_ID "RISCos" - -#elif defined(__sinix) || defined(__sinix__) || defined(__SINIX__) -# define PLATFORM_ID "SINIX" - -#elif defined(__UNIX_SV__) -# define PLATFORM_ID "UNIX_SV" - -#elif defined(__bsdos__) -# define PLATFORM_ID "BSDOS" - -#elif defined(_MPRAS) || defined(MPRAS) -# define PLATFORM_ID "MP-RAS" - -#elif defined(__osf) || defined(__osf__) -# define PLATFORM_ID "OSF1" - -#elif defined(_SCO_SV) || defined(SCO_SV) || defined(sco_sv) -# define PLATFORM_ID "SCO_SV" - -#elif defined(__ultrix) || defined(__ultrix__) || defined(_ULTRIX) -# define PLATFORM_ID "ULTRIX" - -#elif defined(__XENIX__) || defined(_XENIX) || defined(XENIX) -# define PLATFORM_ID "Xenix" - -#elif defined(__WATCOMC__) -# if defined(__LINUX__) -# define PLATFORM_ID "Linux" - -# elif defined(__DOS__) -# define PLATFORM_ID "DOS" - -# elif defined(__OS2__) -# define PLATFORM_ID "OS2" - -# elif defined(__WINDOWS__) -# define PLATFORM_ID "Windows3x" - -# else /* unknown platform */ -# define PLATFORM_ID -# endif - -#else /* unknown platform */ -# define PLATFORM_ID - -#endif - -/* For windows compilers MSVC and Intel we can determine - the architecture of the compiler being used. This is because - the compilers do not have flags that can change the architecture, - but rather depend on which compiler is being used -*/ -#if defined(_WIN32) && defined(_MSC_VER) -# if defined(_M_IA64) -# define ARCHITECTURE_ID "IA64" - -# elif defined(_M_X64) || defined(_M_AMD64) -# define ARCHITECTURE_ID "x64" - -# elif defined(_M_IX86) -# define ARCHITECTURE_ID "X86" - -# elif defined(_M_ARM64) -# define ARCHITECTURE_ID "ARM64" - -# elif defined(_M_ARM) -# if _M_ARM == 4 -# define ARCHITECTURE_ID "ARMV4I" -# elif _M_ARM == 5 -# define ARCHITECTURE_ID "ARMV5I" -# else -# define ARCHITECTURE_ID "ARMV" STRINGIFY(_M_ARM) -# endif - -# elif defined(_M_MIPS) -# define ARCHITECTURE_ID "MIPS" - -# elif defined(_M_SH) -# define ARCHITECTURE_ID "SHx" - -# else /* unknown architecture */ -# define ARCHITECTURE_ID "" -# endif - -#elif defined(__WATCOMC__) -# if defined(_M_I86) -# define ARCHITECTURE_ID "I86" - -# elif defined(_M_IX86) -# define ARCHITECTURE_ID "X86" - -# else /* unknown architecture */ -# define ARCHITECTURE_ID "" -# endif - -#elif defined(__IAR_SYSTEMS_ICC__) || defined(__IAR_SYSTEMS_ICC) -# if defined(__ICCARM__) -# define ARCHITECTURE_ID "ARM" - -# elif defined(__ICCAVR__) -# define ARCHITECTURE_ID "AVR" - -# else /* unknown architecture */ -# define ARCHITECTURE_ID "" -# endif -#else -# define ARCHITECTURE_ID -#endif - -/* Convert integer to decimal digit literals. */ -#define DEC(n) \ - ('0' + (((n) / 10000000)%10)), \ - ('0' + (((n) / 1000000)%10)), \ - ('0' + (((n) / 100000)%10)), \ - ('0' + (((n) / 10000)%10)), \ - ('0' + (((n) / 1000)%10)), \ - ('0' + (((n) / 100)%10)), \ - ('0' + (((n) / 10)%10)), \ - ('0' + ((n) % 10)) - -/* Convert integer to hex digit literals. */ -#define HEX(n) \ - ('0' + ((n)>>28 & 0xF)), \ - ('0' + ((n)>>24 & 0xF)), \ - ('0' + ((n)>>20 & 0xF)), \ - ('0' + ((n)>>16 & 0xF)), \ - ('0' + ((n)>>12 & 0xF)), \ - ('0' + ((n)>>8 & 0xF)), \ - ('0' + ((n)>>4 & 0xF)), \ - ('0' + ((n) & 0xF)) - -/* Construct a string literal encoding the version number components. */ -#ifdef COMPILER_VERSION_MAJOR -char const info_version[] = { - 'I', 'N', 'F', 'O', ':', - 'c','o','m','p','i','l','e','r','_','v','e','r','s','i','o','n','[', - COMPILER_VERSION_MAJOR, -# ifdef COMPILER_VERSION_MINOR - '.', COMPILER_VERSION_MINOR, -# ifdef COMPILER_VERSION_PATCH - '.', COMPILER_VERSION_PATCH, -# ifdef COMPILER_VERSION_TWEAK - '.', COMPILER_VERSION_TWEAK, -# endif -# endif -# endif - ']','\0'}; -#endif - -/* Construct a string literal encoding the internal version number. */ -#ifdef COMPILER_VERSION_INTERNAL -char const info_version_internal[] = { - 'I', 'N', 'F', 'O', ':', - 'c','o','m','p','i','l','e','r','_','v','e','r','s','i','o','n','_', - 'i','n','t','e','r','n','a','l','[', - COMPILER_VERSION_INTERNAL,']','\0'}; -#endif - -/* Construct a string literal encoding the version number components. */ -#ifdef SIMULATE_VERSION_MAJOR -char const info_simulate_version[] = { - 'I', 'N', 'F', 'O', ':', - 's','i','m','u','l','a','t','e','_','v','e','r','s','i','o','n','[', - SIMULATE_VERSION_MAJOR, -# ifdef SIMULATE_VERSION_MINOR - '.', SIMULATE_VERSION_MINOR, -# ifdef SIMULATE_VERSION_PATCH - '.', SIMULATE_VERSION_PATCH, -# ifdef SIMULATE_VERSION_TWEAK - '.', SIMULATE_VERSION_TWEAK, -# endif -# endif -# endif - ']','\0'}; -#endif - -/* Construct the string literal in pieces to prevent the source from - getting matched. Store it in a pointer rather than an array - because some compilers will just produce instructions to fill the - array rather than assigning a pointer to a static array. */ -char const* info_platform = "INFO" ":" "platform[" PLATFORM_ID "]"; -char const* info_arch = "INFO" ":" "arch[" ARCHITECTURE_ID "]"; - - - - -#if defined(_MSC_VER) && defined(_MSVC_LANG) -#define CXX_STD _MSVC_LANG -#else -#define CXX_STD __cplusplus -#endif - -const char* info_language_dialect_default = "INFO" ":" "dialect_default[" -#if CXX_STD > 201703L - "20" -#elif CXX_STD >= 201703L - "17" -#elif CXX_STD >= 201402L - "14" -#elif CXX_STD >= 201103L - "11" -#else - "98" -#endif -"]"; - -/*--------------------------------------------------------------------------*/ - -int main(int argc, char* argv[]) -{ - int require = 0; - require += info_compiler[argc]; - require += info_platform[argc]; -#ifdef COMPILER_VERSION_MAJOR - require += info_version[argc]; -#endif -#ifdef COMPILER_VERSION_INTERNAL - require += info_version_internal[argc]; -#endif -#ifdef SIMULATE_ID - require += info_simulate[argc]; -#endif -#ifdef SIMULATE_VERSION_MAJOR - require += info_simulate_version[argc]; -#endif -#if defined(__CRAYXE) || defined(__CRAYXC) - require += info_cray[argc]; -#endif - require += info_language_dialect_default[argc]; - (void)argv; - return require; -} diff --git a/build/CMakeFiles/3.13.2/CompilerIdCXX/CompilerIdCXX b/build/CMakeFiles/3.13.2/CompilerIdCXX/CompilerIdCXX deleted file mode 100755 index 727354c5fe0e..000000000000 Binary files a/build/CMakeFiles/3.13.2/CompilerIdCXX/CompilerIdCXX and /dev/null differ diff --git a/build/CMakeFiles/3.13.2/CompilerIdCXX/CompilerIdCXX.build/Debug/CompilerIdCXX.build/CompilerIdCXX-all-non-framework-target-headers.hmap b/build/CMakeFiles/3.13.2/CompilerIdCXX/CompilerIdCXX.build/Debug/CompilerIdCXX.build/CompilerIdCXX-all-non-framework-target-headers.hmap deleted file mode 100644 index dd8b535d60fc..000000000000 Binary files a/build/CMakeFiles/3.13.2/CompilerIdCXX/CompilerIdCXX.build/Debug/CompilerIdCXX.build/CompilerIdCXX-all-non-framework-target-headers.hmap and /dev/null differ diff --git a/build/CMakeFiles/3.13.2/CompilerIdCXX/CompilerIdCXX.build/Debug/CompilerIdCXX.build/CompilerIdCXX-all-target-headers.hmap b/build/CMakeFiles/3.13.2/CompilerIdCXX/CompilerIdCXX.build/Debug/CompilerIdCXX.build/CompilerIdCXX-all-target-headers.hmap deleted file mode 100644 index dd8b535d60fc..000000000000 Binary files a/build/CMakeFiles/3.13.2/CompilerIdCXX/CompilerIdCXX.build/Debug/CompilerIdCXX.build/CompilerIdCXX-all-target-headers.hmap and /dev/null differ diff --git a/build/CMakeFiles/3.13.2/CompilerIdCXX/CompilerIdCXX.build/Debug/CompilerIdCXX.build/CompilerIdCXX-generated-files.hmap b/build/CMakeFiles/3.13.2/CompilerIdCXX/CompilerIdCXX.build/Debug/CompilerIdCXX.build/CompilerIdCXX-generated-files.hmap deleted file mode 100644 index dd8b535d60fc..000000000000 Binary files a/build/CMakeFiles/3.13.2/CompilerIdCXX/CompilerIdCXX.build/Debug/CompilerIdCXX.build/CompilerIdCXX-generated-files.hmap and /dev/null differ diff --git a/build/CMakeFiles/3.13.2/CompilerIdCXX/CompilerIdCXX.build/Debug/CompilerIdCXX.build/CompilerIdCXX-own-target-headers.hmap b/build/CMakeFiles/3.13.2/CompilerIdCXX/CompilerIdCXX.build/Debug/CompilerIdCXX.build/CompilerIdCXX-own-target-headers.hmap deleted file mode 100644 index dd8b535d60fc..000000000000 Binary files a/build/CMakeFiles/3.13.2/CompilerIdCXX/CompilerIdCXX.build/Debug/CompilerIdCXX.build/CompilerIdCXX-own-target-headers.hmap and /dev/null differ diff --git a/build/CMakeFiles/3.13.2/CompilerIdCXX/CompilerIdCXX.build/Debug/CompilerIdCXX.build/CompilerIdCXX-project-headers.hmap b/build/CMakeFiles/3.13.2/CompilerIdCXX/CompilerIdCXX.build/Debug/CompilerIdCXX.build/CompilerIdCXX-project-headers.hmap deleted file mode 100644 index dd8b535d60fc..000000000000 Binary files a/build/CMakeFiles/3.13.2/CompilerIdCXX/CompilerIdCXX.build/Debug/CompilerIdCXX.build/CompilerIdCXX-project-headers.hmap and /dev/null differ diff --git a/build/CMakeFiles/3.13.2/CompilerIdCXX/CompilerIdCXX.build/Debug/CompilerIdCXX.build/CompilerIdCXX.hmap b/build/CMakeFiles/3.13.2/CompilerIdCXX/CompilerIdCXX.build/Debug/CompilerIdCXX.build/CompilerIdCXX.hmap deleted file mode 100644 index dd8b535d60fc..000000000000 Binary files a/build/CMakeFiles/3.13.2/CompilerIdCXX/CompilerIdCXX.build/Debug/CompilerIdCXX.build/CompilerIdCXX.hmap and /dev/null differ diff --git a/build/CMakeFiles/3.13.2/CompilerIdCXX/CompilerIdCXX.build/Debug/CompilerIdCXX.build/Objects-normal/x86_64/CMakeCXXCompilerId.d b/build/CMakeFiles/3.13.2/CompilerIdCXX/CompilerIdCXX.build/Debug/CompilerIdCXX.build/Objects-normal/x86_64/CMakeCXXCompilerId.d deleted file mode 100644 index fff302db89ba..000000000000 --- a/build/CMakeFiles/3.13.2/CompilerIdCXX/CompilerIdCXX.build/Debug/CompilerIdCXX.build/Objects-normal/x86_64/CMakeCXXCompilerId.d +++ /dev/null @@ -1,2 +0,0 @@ -dependencies: \ - /Users/yves/Projects/xtd/xtd/build/CMakeFiles/3.13.2/CompilerIdCXX/CMakeCXXCompilerId.cpp diff --git a/build/CMakeFiles/3.13.2/CompilerIdCXX/CompilerIdCXX.build/Debug/CompilerIdCXX.build/Objects-normal/x86_64/CMakeCXXCompilerId.dia b/build/CMakeFiles/3.13.2/CompilerIdCXX/CompilerIdCXX.build/Debug/CompilerIdCXX.build/Objects-normal/x86_64/CMakeCXXCompilerId.dia deleted file mode 100644 index c85cbfc50d06..000000000000 Binary files a/build/CMakeFiles/3.13.2/CompilerIdCXX/CompilerIdCXX.build/Debug/CompilerIdCXX.build/Objects-normal/x86_64/CMakeCXXCompilerId.dia and /dev/null differ diff --git a/build/CMakeFiles/3.13.2/CompilerIdCXX/CompilerIdCXX.build/Debug/CompilerIdCXX.build/Objects-normal/x86_64/CMakeCXXCompilerId.o b/build/CMakeFiles/3.13.2/CompilerIdCXX/CompilerIdCXX.build/Debug/CompilerIdCXX.build/Objects-normal/x86_64/CMakeCXXCompilerId.o deleted file mode 100644 index abbaaa1141ec..000000000000 Binary files a/build/CMakeFiles/3.13.2/CompilerIdCXX/CompilerIdCXX.build/Debug/CompilerIdCXX.build/Objects-normal/x86_64/CMakeCXXCompilerId.o and /dev/null differ diff --git a/build/CMakeFiles/3.13.2/CompilerIdCXX/CompilerIdCXX.build/Debug/CompilerIdCXX.build/Objects-normal/x86_64/CompilerIdCXX.LinkFileList b/build/CMakeFiles/3.13.2/CompilerIdCXX/CompilerIdCXX.build/Debug/CompilerIdCXX.build/Objects-normal/x86_64/CompilerIdCXX.LinkFileList deleted file mode 100644 index 2377461753bc..000000000000 --- a/build/CMakeFiles/3.13.2/CompilerIdCXX/CompilerIdCXX.build/Debug/CompilerIdCXX.build/Objects-normal/x86_64/CompilerIdCXX.LinkFileList +++ /dev/null @@ -1 +0,0 @@ -/Users/yves/Projects/xtd/xtd/build/CMakeFiles/3.13.2/CompilerIdCXX/CompilerIdCXX.build/Debug/CompilerIdCXX.build/Objects-normal/x86_64/CMakeCXXCompilerId.o diff --git a/build/CMakeFiles/3.13.2/CompilerIdCXX/CompilerIdCXX.build/Debug/CompilerIdCXX.build/Objects-normal/x86_64/CompilerIdCXX_dependency_info.dat b/build/CMakeFiles/3.13.2/CompilerIdCXX/CompilerIdCXX.build/Debug/CompilerIdCXX.build/Objects-normal/x86_64/CompilerIdCXX_dependency_info.dat deleted file mode 100644 index 54b94fa7eef6..000000000000 Binary files a/build/CMakeFiles/3.13.2/CompilerIdCXX/CompilerIdCXX.build/Debug/CompilerIdCXX.build/Objects-normal/x86_64/CompilerIdCXX_dependency_info.dat and /dev/null differ diff --git a/build/CMakeFiles/3.13.2/CompilerIdCXX/CompilerIdCXX.build/Debug/CompilerIdCXX.build/Script-2C8FEB8E15DC1A1A00E56A5D.sh b/build/CMakeFiles/3.13.2/CompilerIdCXX/CompilerIdCXX.build/Debug/CompilerIdCXX.build/Script-2C8FEB8E15DC1A1A00E56A5D.sh deleted file mode 100755 index d6607e99062b..000000000000 --- a/build/CMakeFiles/3.13.2/CompilerIdCXX/CompilerIdCXX.build/Debug/CompilerIdCXX.build/Script-2C8FEB8E15DC1A1A00E56A5D.sh +++ /dev/null @@ -1,2 +0,0 @@ -#!/bin/sh -echo "GCC_VERSION=$GCC_VERSION" ; echo "ARCHS=$ARCHS" diff --git a/build/CMakeFiles/3.13.2/CompilerIdCXX/CompilerIdCXX.build/Debug/CompilerIdCXX.build/all-product-headers.yaml b/build/CMakeFiles/3.13.2/CompilerIdCXX/CompilerIdCXX.build/Debug/CompilerIdCXX.build/all-product-headers.yaml deleted file mode 100644 index 0127a55f134e..000000000000 --- a/build/CMakeFiles/3.13.2/CompilerIdCXX/CompilerIdCXX.build/Debug/CompilerIdCXX.build/all-product-headers.yaml +++ /dev/null @@ -1,7 +0,0 @@ -{ - 'version': 0, - 'case-sensitive': 'false', - 'roots': [ - - ] -} diff --git a/build/CMakeFiles/3.13.2/CompilerIdCXX/CompilerIdCXX.xcodeproj/project.pbxproj b/build/CMakeFiles/3.13.2/CompilerIdCXX/CompilerIdCXX.xcodeproj/project.pbxproj deleted file mode 100644 index d57432d7b907..000000000000 --- a/build/CMakeFiles/3.13.2/CompilerIdCXX/CompilerIdCXX.xcodeproj/project.pbxproj +++ /dev/null @@ -1,113 +0,0 @@ -// !$*UTF8*$! -{ - archiveVersion = 1; - classes = { - }; - objectVersion = 45; - objects = { - - 2C18F0B615DC1E0300593670 = {isa = PBXBuildFile; fileRef = 2C18F0B415DC1DC700593670; }; - 2C18F0B415DC1DC700593670 = {isa = PBXFileReference; fileEncoding = 4; explicitFileType = sourcecode.cpp.cpp; path = CMakeCXXCompilerId.cpp; sourceTree = ""; }; - 08FB7794FE84155DC02AAC07 = { - isa = PBXGroup; - children = ( - 2C18F0B415DC1DC700593670, - ); - name = CompilerIdCXX; - sourceTree = ""; - }; - 8DD76FA90486AB0100D96B5E = { - isa = PBXNativeTarget; - buildConfigurationList = 1DEB928508733DD80010E9CD; - buildPhases = ( - 2C18F0B515DC1DCE00593670, - 2C8FEB8E15DC1A1A00E56A5D, - ); - buildRules = ( - ); - dependencies = ( - ); - name = CompilerIdCXX; - productName = CompilerIdCXX; - productType = "com.apple.product-type.tool"; - }; - 08FB7793FE84155DC02AAC07 = { - isa = PBXProject; - buildConfigurationList = 1DEB928908733DD80010E9CD; - compatibilityVersion = "Xcode 3.1"; - developmentRegion = English; - hasScannedForEncodings = 1; - knownRegions = ( - en, - ); - mainGroup = 08FB7794FE84155DC02AAC07; - projectDirPath = ""; - projectRoot = ""; - targets = ( - 8DD76FA90486AB0100D96B5E, - ); - }; - 2C8FEB8E15DC1A1A00E56A5D = { - isa = PBXShellScriptBuildPhase; - buildActionMask = 2147483647; - files = ( - ); - inputPaths = ( - ); - outputPaths = ( - ); - runOnlyForDeploymentPostprocessing = 0; - shellPath = /bin/sh; - shellScript = "echo \"GCC_VERSION=$GCC_VERSION\" ; echo \"ARCHS=$ARCHS\""; - showEnvVarsInLog = 0; - }; - 2C18F0B515DC1DCE00593670 = { - isa = PBXSourcesBuildPhase; - buildActionMask = 2147483647; - files = ( - 2C18F0B615DC1E0300593670, - ); - runOnlyForDeploymentPostprocessing = 0; - }; - 1DEB928608733DD80010E9CD = { - isa = XCBuildConfiguration; - buildSettings = { - - - PRODUCT_NAME = CompilerIdCXX; - }; - name = Debug; - }; - 1DEB928A08733DD80010E9CD = { - isa = XCBuildConfiguration; - buildSettings = { - ONLY_ACTIVE_ARCH = YES; - CODE_SIGNING_REQUIRED = NO; - CONFIGURATION_BUILD_DIR = "$(BUILD_DIR)"; - SYMROOT = .; - - - - SDKROOT = "/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk"; - }; - name = Debug; - }; - 1DEB928508733DD80010E9CD = { - isa = XCConfigurationList; - buildConfigurations = ( - 1DEB928608733DD80010E9CD, - ); - defaultConfigurationIsVisible = 0; - defaultConfigurationName = Debug; - }; - 1DEB928908733DD80010E9CD = { - isa = XCConfigurationList; - buildConfigurations = ( - 1DEB928A08733DD80010E9CD, - ); - defaultConfigurationIsVisible = 0; - defaultConfigurationName = Debug; - }; - }; - rootObject = 08FB7793FE84155DC02AAC07; -} diff --git a/build/CMakeFiles/3.13.2/CompilerIdCXX/XCBuildData/BuildDescriptionCacheIndex-c3f74a2719e52c20ba1df3c27a0b0130 b/build/CMakeFiles/3.13.2/CompilerIdCXX/XCBuildData/BuildDescriptionCacheIndex-c3f74a2719e52c20ba1df3c27a0b0130 deleted file mode 100644 index f690c93c6ac3..000000000000 Binary files a/build/CMakeFiles/3.13.2/CompilerIdCXX/XCBuildData/BuildDescriptionCacheIndex-c3f74a2719e52c20ba1df3c27a0b0130 and /dev/null differ diff --git a/build/CMakeFiles/3.13.2/CompilerIdCXX/XCBuildData/build.db b/build/CMakeFiles/3.13.2/CompilerIdCXX/XCBuildData/build.db deleted file mode 100644 index f973f5212705..000000000000 Binary files a/build/CMakeFiles/3.13.2/CompilerIdCXX/XCBuildData/build.db and /dev/null differ diff --git a/build/CMakeFiles/3.13.2/CompilerIdCXX/XCBuildData/c6ee89e835d19b135b357027c1a7e18a-desc.xcbuild b/build/CMakeFiles/3.13.2/CompilerIdCXX/XCBuildData/c6ee89e835d19b135b357027c1a7e18a-desc.xcbuild deleted file mode 100644 index 0728467d3f90..000000000000 Binary files a/build/CMakeFiles/3.13.2/CompilerIdCXX/XCBuildData/c6ee89e835d19b135b357027c1a7e18a-desc.xcbuild and /dev/null differ diff --git a/build/CMakeFiles/3.13.2/CompilerIdCXX/XCBuildData/c6ee89e835d19b135b357027c1a7e18a-manifest.xcbuild b/build/CMakeFiles/3.13.2/CompilerIdCXX/XCBuildData/c6ee89e835d19b135b357027c1a7e18a-manifest.xcbuild deleted file mode 100644 index af8887635b4a..000000000000 --- a/build/CMakeFiles/3.13.2/CompilerIdCXX/XCBuildData/c6ee89e835d19b135b357027c1a7e18a-manifest.xcbuild +++ /dev/null @@ -1,54 +0,0 @@ -client: - name: basic - version: 0 - file-system: default - -targets: - "": [""] - -nodes: - "/Users/yves/Projects/xtd/xtd/build/CMakeFiles/3.13.2/CompilerIdCXX": {"is-mutated":true} - -commands: - "": {"tool":"phony","inputs":["/Users/yves/Projects/xtd/xtd/build/CMakeFiles/3.13.2/CompilerIdCXX","/Users/yves/Projects/xtd/xtd/build/CMakeFiles/3.13.2/CompilerIdCXX/CompilerIdCXX","",""],"outputs":[""]} - "": {"tool":"stale-file-removal","expectedOutputs":["/Users/yves/Projects/xtd/xtd/build/CMakeFiles/3.13.2/CompilerIdCXX/CompilerIdCXX.build/Debug/CompilerIdCXX.build/Objects-normal/x86_64/CMakeCXXCompilerId.o","/Users/yves/Projects/xtd/xtd/build/CMakeFiles/3.13.2/CompilerIdCXX/CompilerIdCXX","/Users/yves/Projects/xtd/xtd/build/CMakeFiles/3.13.2/CompilerIdCXX/CompilerIdCXX.build/Debug/CompilerIdCXX.build/CompilerIdCXX-all-non-framework-target-headers.hmap","/Users/yves/Projects/xtd/xtd/build/CMakeFiles/3.13.2/CompilerIdCXX/CompilerIdCXX.build/Debug/CompilerIdCXX.build/CompilerIdCXX-all-target-headers.hmap","/Users/yves/Projects/xtd/xtd/build/CMakeFiles/3.13.2/CompilerIdCXX/CompilerIdCXX.build/Debug/CompilerIdCXX.build/CompilerIdCXX-generated-files.hmap","/Users/yves/Projects/xtd/xtd/build/CMakeFiles/3.13.2/CompilerIdCXX/CompilerIdCXX.build/Debug/CompilerIdCXX.build/CompilerIdCXX-own-target-headers.hmap","/Users/yves/Projects/xtd/xtd/build/CMakeFiles/3.13.2/CompilerIdCXX/CompilerIdCXX.build/Debug/CompilerIdCXX.build/CompilerIdCXX-project-headers.hmap","/Users/yves/Projects/xtd/xtd/build/CMakeFiles/3.13.2/CompilerIdCXX/CompilerIdCXX.build/Debug/CompilerIdCXX.build/CompilerIdCXX.hmap","/Users/yves/Projects/xtd/xtd/build/CMakeFiles/3.13.2/CompilerIdCXX/CompilerIdCXX.build/Debug/CompilerIdCXX.build/Objects-normal/x86_64/CompilerIdCXX.LinkFileList","/Users/yves/Projects/xtd/xtd/build/CMakeFiles/3.13.2/CompilerIdCXX/CompilerIdCXX.build/Debug/CompilerIdCXX.build/Script-2C8FEB8E15DC1A1A00E56A5D.sh","/Users/yves/Projects/xtd/xtd/build/CMakeFiles/3.13.2/CompilerIdCXX/CompilerIdCXX.build/Debug/CompilerIdCXX.build/all-product-headers.yaml"],"roots":["/tmp/CompilerIdCXX.dst","/Users/yves/Projects/xtd/xtd/build/CMakeFiles/3.13.2/CompilerIdCXX","/Users/yves/Projects/xtd/xtd/build/CMakeFiles/3.13.2/CompilerIdCXX"],"outputs":[""]} - "Gate target-CompilerIdCXX-d043aeff8efe2bd2311eef33f61250b63f938c03aee3f24af46a5caa592e362d-Barrier-ChangeAlternatePermissions": {"tool":"phony","inputs":["",""],"outputs":[""]} - "Gate target-CompilerIdCXX-d043aeff8efe2bd2311eef33f61250b63f938c03aee3f24af46a5caa592e362d-Barrier-ChangePermissions": {"tool":"phony","inputs":["",""],"outputs":[""]} - "Gate target-CompilerIdCXX-d043aeff8efe2bd2311eef33f61250b63f938c03aee3f24af46a5caa592e362d-Barrier-CodeSign": {"tool":"phony","inputs":["",""],"outputs":[""]} - "Gate target-CompilerIdCXX-d043aeff8efe2bd2311eef33f61250b63f938c03aee3f24af46a5caa592e362d-Barrier-CopyAside": {"tool":"phony","inputs":["",""],"outputs":[""]} - "Gate target-CompilerIdCXX-d043aeff8efe2bd2311eef33f61250b63f938c03aee3f24af46a5caa592e362d-Barrier-StripSymbols": {"tool":"phony","inputs":["",""],"outputs":[""]} - "Gate target-CompilerIdCXX-d043aeff8efe2bd2311eef33f61250b63f938c03aee3f24af46a5caa592e362d-Barrier-Validate": {"tool":"phony","inputs":["",""],"outputs":[""]} - "Gate target-CompilerIdCXX-d043aeff8efe2bd2311eef33f61250b63f938c03aee3f24af46a5caa592e362d-GeneratedFilesTaskProducer": {"tool":"phony","inputs":["",""],"outputs":[""]} - "Gate target-CompilerIdCXX-d043aeff8efe2bd2311eef33f61250b63f938c03aee3f24af46a5caa592e362d-HeadermapTaskProducer": {"tool":"phony","inputs":["","","/Users/yves/Projects/xtd/xtd/build/CMakeFiles/3.13.2/CompilerIdCXX/CompilerIdCXX.build/Debug/CompilerIdCXX.build/CompilerIdCXX-all-non-framework-target-headers.hmap","/Users/yves/Projects/xtd/xtd/build/CMakeFiles/3.13.2/CompilerIdCXX/CompilerIdCXX.build/Debug/CompilerIdCXX.build/CompilerIdCXX-all-target-headers.hmap","/Users/yves/Projects/xtd/xtd/build/CMakeFiles/3.13.2/CompilerIdCXX/CompilerIdCXX.build/Debug/CompilerIdCXX.build/CompilerIdCXX-generated-files.hmap","/Users/yves/Projects/xtd/xtd/build/CMakeFiles/3.13.2/CompilerIdCXX/CompilerIdCXX.build/Debug/CompilerIdCXX.build/CompilerIdCXX-own-target-headers.hmap","/Users/yves/Projects/xtd/xtd/build/CMakeFiles/3.13.2/CompilerIdCXX/CompilerIdCXX.build/Debug/CompilerIdCXX.build/CompilerIdCXX-project-headers.hmap","/Users/yves/Projects/xtd/xtd/build/CMakeFiles/3.13.2/CompilerIdCXX/CompilerIdCXX.build/Debug/CompilerIdCXX.build/CompilerIdCXX.hmap","/Users/yves/Projects/xtd/xtd/build/CMakeFiles/3.13.2/CompilerIdCXX/CompilerIdCXX.build/Debug/CompilerIdCXX.build/all-product-headers.yaml"],"outputs":[""]} - "Gate target-CompilerIdCXX-d043aeff8efe2bd2311eef33f61250b63f938c03aee3f24af46a5caa592e362d-InfoPlistTaskProducer": {"tool":"phony","inputs":["",""],"outputs":[""]} - "Gate target-CompilerIdCXX-d043aeff8efe2bd2311eef33f61250b63f938c03aee3f24af46a5caa592e362d-ModuleMapTaskProducer": {"tool":"phony","inputs":["",""],"outputs":[""]} - "Gate target-CompilerIdCXX-d043aeff8efe2bd2311eef33f61250b63f938c03aee3f24af46a5caa592e362d-ProductPostprocessingTaskProducer": {"tool":"phony","inputs":["","","","","","","","","",""],"outputs":[""]} - "Gate target-CompilerIdCXX-d043aeff8efe2bd2311eef33f61250b63f938c03aee3f24af46a5caa592e362d-ProductStructureTaskProducer": {"tool":"phony","inputs":["",""],"outputs":[""]} - "Gate target-CompilerIdCXX-d043aeff8efe2bd2311eef33f61250b63f938c03aee3f24af46a5caa592e362d-SanitizerTaskProducer": {"tool":"phony","inputs":["",""],"outputs":[""]} - "Gate target-CompilerIdCXX-d043aeff8efe2bd2311eef33f61250b63f938c03aee3f24af46a5caa592e362d-StubBinaryTaskProducer": {"tool":"phony","inputs":["",""],"outputs":[""]} - "Gate target-CompilerIdCXX-d043aeff8efe2bd2311eef33f61250b63f938c03aee3f24af46a5caa592e362d-SwiftStandardLibrariesTaskProducer": {"tool":"phony","inputs":["","",""],"outputs":[""]} - "Gate target-CompilerIdCXX-d043aeff8efe2bd2311eef33f61250b63f938c03aee3f24af46a5caa592e362d-TestTargetPostprocessingTaskProducer": {"tool":"phony","inputs":["",""],"outputs":[""]} - "Gate target-CompilerIdCXX-d043aeff8efe2bd2311eef33f61250b63f938c03aee3f24af46a5caa592e362d-TestTargetTaskProducer": {"tool":"phony","inputs":["",""],"outputs":[""]} - "Gate target-CompilerIdCXX-d043aeff8efe2bd2311eef33f61250b63f938c03aee3f24af46a5caa592e362d-VersionPlistTaskProducer": {"tool":"phony","inputs":["",""],"outputs":[""]} - "Gate target-CompilerIdCXX-d043aeff8efe2bd2311eef33f61250b63f938c03aee3f24af46a5caa592e362d-begin-compiling": {"tool":"phony","inputs":["","","",""],"outputs":[""]} - "Gate target-CompilerIdCXX-d043aeff8efe2bd2311eef33f61250b63f938c03aee3f24af46a5caa592e362d-end": {"tool":"phony","inputs":["","","","","","","","","","","","","","","","","","","","","","","/Users/yves/Projects/xtd/xtd/build/CMakeFiles/3.13.2/CompilerIdCXX/CompilerIdCXX.build/Debug/CompilerIdCXX.build/Objects-normal/x86_64/CMakeCXXCompilerId.o","","","/Users/yves/Projects/xtd/xtd/build/CMakeFiles/3.13.2/CompilerIdCXX/CompilerIdCXX.build/Debug/CompilerIdCXX.build/CompilerIdCXX-all-non-framework-target-headers.hmap","/Users/yves/Projects/xtd/xtd/build/CMakeFiles/3.13.2/CompilerIdCXX/CompilerIdCXX.build/Debug/CompilerIdCXX.build/CompilerIdCXX-all-target-headers.hmap","/Users/yves/Projects/xtd/xtd/build/CMakeFiles/3.13.2/CompilerIdCXX/CompilerIdCXX.build/Debug/CompilerIdCXX.build/CompilerIdCXX-generated-files.hmap","/Users/yves/Projects/xtd/xtd/build/CMakeFiles/3.13.2/CompilerIdCXX/CompilerIdCXX.build/Debug/CompilerIdCXX.build/CompilerIdCXX-own-target-headers.hmap","/Users/yves/Projects/xtd/xtd/build/CMakeFiles/3.13.2/CompilerIdCXX/CompilerIdCXX.build/Debug/CompilerIdCXX.build/CompilerIdCXX-project-headers.hmap","/Users/yves/Projects/xtd/xtd/build/CMakeFiles/3.13.2/CompilerIdCXX/CompilerIdCXX.build/Debug/CompilerIdCXX.build/CompilerIdCXX.hmap","/Users/yves/Projects/xtd/xtd/build/CMakeFiles/3.13.2/CompilerIdCXX/CompilerIdCXX.build/Debug/CompilerIdCXX.build/Objects-normal/x86_64/CompilerIdCXX.LinkFileList","/Users/yves/Projects/xtd/xtd/build/CMakeFiles/3.13.2/CompilerIdCXX/CompilerIdCXX.build/Debug/CompilerIdCXX.build/Script-2C8FEB8E15DC1A1A00E56A5D.sh","/Users/yves/Projects/xtd/xtd/build/CMakeFiles/3.13.2/CompilerIdCXX/CompilerIdCXX.build/Debug/CompilerIdCXX.build/all-product-headers.yaml"],"outputs":[""]} - "Gate target-CompilerIdCXX-d043aeff8efe2bd2311eef33f61250b63f938c03aee3f24af46a5caa592e362d-entry": {"tool":"phony","inputs":["","","","",""],"outputs":[""]} - "Gate target-CompilerIdCXX-d043aeff8efe2bd2311eef33f61250b63f938c03aee3f24af46a5caa592e362d-generated-headers": {"tool":"phony","inputs":[""],"outputs":[""]} - "Gate target-CompilerIdCXX-d043aeff8efe2bd2311eef33f61250b63f938c03aee3f24af46a5caa592e362d-immediate": {"tool":"phony","inputs":["","","",""],"outputs":[""]} - "Gate target-CompilerIdCXX-d043aeff8efe2bd2311eef33f61250b63f938c03aee3f24af46a5caa592e362d-modules-ready": {"tool":"phony","inputs":["","/Users/yves/Projects/xtd/xtd/build/CMakeFiles/3.13.2/CompilerIdCXX/CompilerIdCXX.build/Debug/CompilerIdCXX.build/Objects-normal/x86_64/CMakeCXXCompilerId.o","","/Users/yves/Projects/xtd/xtd/build/CMakeFiles/3.13.2/CompilerIdCXX/CompilerIdCXX.build/Debug/CompilerIdCXX.build/Script-2C8FEB8E15DC1A1A00E56A5D.sh"],"outputs":[""]} - "Gate target-CompilerIdCXX-d043aeff8efe2bd2311eef33f61250b63f938c03aee3f24af46a5caa592e362d-phase0-compile-sources": {"tool":"phony","inputs":["","","/Users/yves/Projects/xtd/xtd/build/CMakeFiles/3.13.2/CompilerIdCXX/CompilerIdCXX.build/Debug/CompilerIdCXX.build/Objects-normal/x86_64/CMakeCXXCompilerId.o","","/Users/yves/Projects/xtd/xtd/build/CMakeFiles/3.13.2/CompilerIdCXX/CompilerIdCXX.build/Debug/CompilerIdCXX.build/Objects-normal/x86_64/CompilerIdCXX.LinkFileList"],"outputs":[""]} - "Gate target-CompilerIdCXX-d043aeff8efe2bd2311eef33f61250b63f938c03aee3f24af46a5caa592e362d-phase1-run-script": {"tool":"phony","inputs":["","","","/Users/yves/Projects/xtd/xtd/build/CMakeFiles/3.13.2/CompilerIdCXX/CompilerIdCXX.build/Debug/CompilerIdCXX.build/Script-2C8FEB8E15DC1A1A00E56A5D.sh"],"outputs":[""]} - "d043aeff8efe2bd2311eef33f61250b63f938c03aee3f24af46a5caa592e362d::CompileC /Users/yves/Projects/xtd/xtd/build/CMakeFiles/3.13.2/CompilerIdCXX/CompilerIdCXX.build/Debug/CompilerIdCXX.build/Objects-normal/x86_64/CMakeCXXCompilerId.o /Users/yves/Projects/xtd/xtd/build/CMakeFiles/3.13.2/CompilerIdCXX/CMakeCXXCompilerId.cpp normal x86_64 c++ com.apple.compilers.llvm.clang.1_0.compiler": {"tool":"shell","description":"CompileC /Users/yves/Projects/xtd/xtd/build/CMakeFiles/3.13.2/CompilerIdCXX/CompilerIdCXX.build/Debug/CompilerIdCXX.build/Objects-normal/x86_64/CMakeCXXCompilerId.o /Users/yves/Projects/xtd/xtd/build/CMakeFiles/3.13.2/CompilerIdCXX/CMakeCXXCompilerId.cpp normal x86_64 c++ com.apple.compilers.llvm.clang.1_0.compiler","inputs":["/Users/yves/Projects/xtd/xtd/build/CMakeFiles/3.13.2/CompilerIdCXX/CMakeCXXCompilerId.cpp","","",""],"outputs":["/Users/yves/Projects/xtd/xtd/build/CMakeFiles/3.13.2/CompilerIdCXX/CompilerIdCXX.build/Debug/CompilerIdCXX.build/Objects-normal/x86_64/CMakeCXXCompilerId.o"],"args":["/Applications/Xcode.app/Contents/PlugIns/Xcode3Core.ideplugin/Contents/Frameworks/DevToolsCore.framework/Resources/xcexec","-d","/Users/yves/Projects/xtd/xtd/build/CMakeFiles/3.13.2/CompilerIdCXX","--","/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang","-x","c++","-arch","x86_64","-fmessage-length=0","-fdiagnostics-show-note-include-stack","-fmacro-backtrace-limit=0","-Wno-trigraphs","-fpascal-strings","-Os","-Wno-missing-field-initializers","-Wno-missing-prototypes","-Wno-return-type","-Wno-non-virtual-dtor","-Wno-overloaded-virtual","-Wno-exit-time-destructors","-Wno-missing-braces","-Wparentheses","-Wswitch","-Wno-unused-function","-Wno-unused-label","-Wno-unused-parameter","-Wno-unused-variable","-Wunused-value","-Wno-empty-body","-Wno-uninitialized","-Wno-unknown-pragmas","-Wno-shadow","-Wno-four-char-constants","-Wno-conversion","-Wno-constant-conversion","-Wno-int-conversion","-Wno-bool-conversion","-Wno-enum-conversion","-Wno-float-conversion","-Wno-non-literal-null-conversion","-Wno-objc-literal-conversion","-Wno-shorten-64-to-32","-Wno-newline-eof","-Wno-c++11-extensions","-isysroot","/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk","-fasm-blocks","-fstrict-aliasing","-Wdeprecated-declarations","-Winvalid-offsetof","-mmacosx-version-min=10.14","-g","-fvisibility=hidden","-fvisibility-inlines-hidden","-Wno-sign-conversion","-Wno-infinite-recursion","-Wno-move","-Wno-comma","-Wno-block-capture-autoreleasing","-Wno-strict-prototypes","-Wno-range-loop-analysis","-Wno-semicolon-before-method-body","-iquote","/Users/yves/Projects/xtd/xtd/build/CMakeFiles/3.13.2/CompilerIdCXX/CompilerIdCXX.build/Debug/CompilerIdCXX.build/CompilerIdCXX-generated-files.hmap","-I/Users/yves/Projects/xtd/xtd/build/CMakeFiles/3.13.2/CompilerIdCXX/CompilerIdCXX.build/Debug/CompilerIdCXX.build/CompilerIdCXX-own-target-headers.hmap","-I/Users/yves/Projects/xtd/xtd/build/CMakeFiles/3.13.2/CompilerIdCXX/CompilerIdCXX.build/Debug/CompilerIdCXX.build/CompilerIdCXX-all-target-headers.hmap","-iquote","/Users/yves/Projects/xtd/xtd/build/CMakeFiles/3.13.2/CompilerIdCXX/CompilerIdCXX.build/Debug/CompilerIdCXX.build/CompilerIdCXX-project-headers.hmap","-I/Users/yves/Projects/xtd/xtd/build/CMakeFiles/3.13.2/CompilerIdCXX/include","-I/Users/yves/Projects/xtd/xtd/build/CMakeFiles/3.13.2/CompilerIdCXX/CompilerIdCXX.build/Debug/CompilerIdCXX.build/DerivedSources/x86_64","-I/Users/yves/Projects/xtd/xtd/build/CMakeFiles/3.13.2/CompilerIdCXX/CompilerIdCXX.build/Debug/CompilerIdCXX.build/DerivedSources","-F/Users/yves/Projects/xtd/xtd/build/CMakeFiles/3.13.2/CompilerIdCXX","-MMD","-MT","dependencies","-MF","/Users/yves/Projects/xtd/xtd/build/CMakeFiles/3.13.2/CompilerIdCXX/CompilerIdCXX.build/Debug/CompilerIdCXX.build/Objects-normal/x86_64/CMakeCXXCompilerId.d","--serialize-diagnostics","/Users/yves/Projects/xtd/xtd/build/CMakeFiles/3.13.2/CompilerIdCXX/CompilerIdCXX.build/Debug/CompilerIdCXX.build/Objects-normal/x86_64/CMakeCXXCompilerId.dia","-c","/Users/yves/Projects/xtd/xtd/build/CMakeFiles/3.13.2/CompilerIdCXX/CMakeCXXCompilerId.cpp","-o","/Users/yves/Projects/xtd/xtd/build/CMakeFiles/3.13.2/CompilerIdCXX/CompilerIdCXX.build/Debug/CompilerIdCXX.build/Objects-normal/x86_64/CMakeCXXCompilerId.o"],"env":{"LANG":"en_US.US-ASCII"},"deps":["/Users/yves/Projects/xtd/xtd/build/CMakeFiles/3.13.2/CompilerIdCXX/CompilerIdCXX.build/Debug/CompilerIdCXX.build/Objects-normal/x86_64/CMakeCXXCompilerId.d"],"deps-style":"makefile","signature":"88b0a32fd3fa1bcc5d1846c060fedc15"} - "d043aeff8efe2bd2311eef33f61250b63f938c03aee3f24af46a5caa592e362d::CreateBuildDirectory /Users/yves/Projects/xtd/xtd/build/CMakeFiles/3.13.2/CompilerIdCXX": {"tool":"create-build-directory","description":"CreateBuildDirectory /Users/yves/Projects/xtd/xtd/build/CMakeFiles/3.13.2/CompilerIdCXX","inputs":[],"outputs":["","/Users/yves/Projects/xtd/xtd/build/CMakeFiles/3.13.2/CompilerIdCXX"]} - "d043aeff8efe2bd2311eef33f61250b63f938c03aee3f24af46a5caa592e362d::Ld /Users/yves/Projects/xtd/xtd/build/CMakeFiles/3.13.2/CompilerIdCXX/CompilerIdCXX normal x86_64": {"tool":"shell","description":"Ld /Users/yves/Projects/xtd/xtd/build/CMakeFiles/3.13.2/CompilerIdCXX/CompilerIdCXX normal x86_64","inputs":["/Users/yves/Projects/xtd/xtd/build/CMakeFiles/3.13.2/CompilerIdCXX/CompilerIdCXX.build/Debug/CompilerIdCXX.build/Objects-normal/x86_64/CMakeCXXCompilerId.o","/Users/yves/Projects/xtd/xtd/build/CMakeFiles/3.13.2/CompilerIdCXX/CompilerIdCXX.build/Debug/CompilerIdCXX.build/Objects-normal/x86_64/CompilerIdCXX.LinkFileList","",""],"outputs":["/Users/yves/Projects/xtd/xtd/build/CMakeFiles/3.13.2/CompilerIdCXX/CompilerIdCXX",""],"args":["/Applications/Xcode.app/Contents/PlugIns/Xcode3Core.ideplugin/Contents/Frameworks/DevToolsCore.framework/Resources/xcexec","-d","/Users/yves/Projects/xtd/xtd/build/CMakeFiles/3.13.2/CompilerIdCXX","--","/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang++","-arch","x86_64","-isysroot","/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk","-L/Users/yves/Projects/xtd/xtd/build/CMakeFiles/3.13.2/CompilerIdCXX","-F/Users/yves/Projects/xtd/xtd/build/CMakeFiles/3.13.2/CompilerIdCXX","-filelist","/Users/yves/Projects/xtd/xtd/build/CMakeFiles/3.13.2/CompilerIdCXX/CompilerIdCXX.build/Debug/CompilerIdCXX.build/Objects-normal/x86_64/CompilerIdCXX.LinkFileList","-mmacosx-version-min=10.14","-Xlinker","-object_path_lto","-Xlinker","/Users/yves/Projects/xtd/xtd/build/CMakeFiles/3.13.2/CompilerIdCXX/CompilerIdCXX.build/Debug/CompilerIdCXX.build/Objects-normal/x86_64/CompilerIdCXX_lto.o","-Xlinker","-dependency_info","-Xlinker","/Users/yves/Projects/xtd/xtd/build/CMakeFiles/3.13.2/CompilerIdCXX/CompilerIdCXX.build/Debug/CompilerIdCXX.build/Objects-normal/x86_64/CompilerIdCXX_dependency_info.dat","-o","/Users/yves/Projects/xtd/xtd/build/CMakeFiles/3.13.2/CompilerIdCXX/CompilerIdCXX"],"env":{"MACOSX_DEPLOYMENT_TARGET":"10.14"},"deps":["/Users/yves/Projects/xtd/xtd/build/CMakeFiles/3.13.2/CompilerIdCXX/CompilerIdCXX.build/Debug/CompilerIdCXX.build/Objects-normal/x86_64/CompilerIdCXX_dependency_info.dat"],"deps-style":"dependency-info","signature":"071b48333ef978ef2b769d4fa34ace34"} - "d043aeff8efe2bd2311eef33f61250b63f938c03aee3f24af46a5caa592e362d::PhaseScriptExecution Run Script /Users/yves/Projects/xtd/xtd/build/CMakeFiles/3.13.2/CompilerIdCXX/CompilerIdCXX.build/Debug/CompilerIdCXX.build/Script-2C8FEB8E15DC1A1A00E56A5D.sh": {"tool":"shell","description":"PhaseScriptExecution Run Script /Users/yves/Projects/xtd/xtd/build/CMakeFiles/3.13.2/CompilerIdCXX/CompilerIdCXX.build/Debug/CompilerIdCXX.build/Script-2C8FEB8E15DC1A1A00E56A5D.sh","inputs":["/Users/yves/Projects/xtd/xtd/build/CMakeFiles/3.13.2/CompilerIdCXX/CompilerIdCXX.build/Debug/CompilerIdCXX.build/Script-2C8FEB8E15DC1A1A00E56A5D.sh","",""],"outputs":[""],"args":["/Applications/Xcode.app/Contents/PlugIns/Xcode3Core.ideplugin/Contents/Frameworks/DevToolsCore.framework/Resources/xcexec","-d","/Users/yves/Projects/xtd/xtd/build/CMakeFiles/3.13.2/CompilerIdCXX","--","/bin/sh","-c","/Users/yves/Projects/xtd/xtd/build/CMakeFiles/3.13.2/CompilerIdCXX/CompilerIdCXX.build/Debug/CompilerIdCXX.build/Script-2C8FEB8E15DC1A1A00E56A5D.sh"],"env":{"ACTION":"build","ALTERNATE_GROUP":"staff","ALTERNATE_MODE":"u+w,go-w,a+rX","ALTERNATE_OWNER":"yves","ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES":"NO","ALWAYS_SEARCH_USER_PATHS":"YES","ALWAYS_USE_SEPARATE_HEADERMAPS":"NO","APPLE_INTERNAL_DEVELOPER_DIR":"/AppleInternal/Developer","APPLE_INTERNAL_DIR":"/AppleInternal","APPLE_INTERNAL_DOCUMENTATION_DIR":"/AppleInternal/Documentation","APPLE_INTERNAL_LIBRARY_DIR":"/AppleInternal/Library","APPLE_INTERNAL_TOOLS":"/AppleInternal/Developer/Tools","APPLICATION_EXTENSION_API_ONLY":"NO","APPLY_RULES_IN_COPY_FILES":"NO","ARCHS":"x86_64","ARCHS_STANDARD":"x86_64","ARCHS_STANDARD_32_64_BIT":"x86_64 i386","ARCHS_STANDARD_32_BIT":"i386","ARCHS_STANDARD_64_BIT":"x86_64","ARCHS_STANDARD_INCLUDING_64_BIT":"x86_64","AVAILABLE_PLATFORMS":"appletvos appletvsimulator iphoneos iphonesimulator macosx watchos watchsimulator","BITCODE_GENERATION_MODE":"marker","BUILD_ACTIVE_RESOURCES_ONLY":"NO","BUILD_COMPONENTS":"headers build","BUILD_DIR":"/Users/yves/Projects/xtd/xtd/build/CMakeFiles/3.13.2/CompilerIdCXX","BUILD_ROOT":"/Users/yves/Projects/xtd/xtd/build/CMakeFiles/3.13.2/CompilerIdCXX","BUILD_STYLE":"","BUILD_VARIANTS":"normal","BUILT_PRODUCTS_DIR":"/Users/yves/Projects/xtd/xtd/build/CMakeFiles/3.13.2/CompilerIdCXX","CACHE_ROOT":"/var/folders/d5/k7mxnq214dxf3jbvvvhpbfqh0000gn/C/com.apple.DeveloperTools/10.1-10B61/Xcode","CCHROOT":"/var/folders/d5/k7mxnq214dxf3jbvvvhpbfqh0000gn/C/com.apple.DeveloperTools/10.1-10B61/Xcode","CHMOD":"/bin/chmod","CHOWN":"/usr/sbin/chown","CLANG_MODULES_BUILD_SESSION_FILE":"/var/folders/d5/k7mxnq214dxf3jbvvvhpbfqh0000gn/C/org.llvm.clang/ModuleCache.noindex/Session.modulevalidation","CLASS_FILE_DIR":"/Users/yves/Projects/xtd/xtd/build/CMakeFiles/3.13.2/CompilerIdCXX/CompilerIdCXX.build/Debug/CompilerIdCXX.build/JavaClasses","CLEAN_PRECOMPS":"YES","CLONE_HEADERS":"NO","CODESIGNING_FOLDER_PATH":"/Users/yves/Projects/xtd/xtd/build/CMakeFiles/3.13.2/CompilerIdCXX/CompilerIdCXX","CODE_SIGNING_ALLOWED":"YES","CODE_SIGNING_REQUIRED":"NO","CODE_SIGN_INJECT_BASE_ENTITLEMENTS":"YES","COLOR_DIAGNOSTICS":"NO","COMBINE_HIDPI_IMAGES":"NO","COMPILER_INDEX_STORE_ENABLE":"Default","COMPOSITE_SDK_DIRS":"/Users/yves/Projects/xtd/xtd/build/CMakeFiles/3.13.2/CompilerIdCXX/CompositeSDKs","COMPRESS_PNG_FILES":"NO","CONFIGURATION":"Debug","CONFIGURATION_BUILD_DIR":"/Users/yves/Projects/xtd/xtd/build/CMakeFiles/3.13.2/CompilerIdCXX","CONFIGURATION_TEMP_DIR":"/Users/yves/Projects/xtd/xtd/build/CMakeFiles/3.13.2/CompilerIdCXX/CompilerIdCXX.build/Debug","COPYING_PRESERVES_HFS_DATA":"NO","COPY_HEADERS_RUN_UNIFDEF":"NO","COPY_PHASE_STRIP":"YES","COPY_RESOURCES_FROM_STATIC_FRAMEWORKS":"YES","CP":"/bin/cp","CREATE_INFOPLIST_SECTION_IN_BINARY":"NO","CURRENT_ARCH":"undefined_arch","CURRENT_VARIANT":"normal","DEAD_CODE_STRIPPING":"NO","DEBUGGING_SYMBOLS":"YES","DEBUG_INFORMATION_FORMAT":"dwarf","DEFAULT_COMPILER":"com.apple.compilers.llvm.clang.1_0","DEFAULT_KEXT_INSTALL_PATH":"/System/Library/Extensions","DEFINES_MODULE":"NO","DEPLOYMENT_LOCATION":"NO","DEPLOYMENT_POSTPROCESSING":"NO","DEPLOYMENT_TARGET_CLANG_ENV_NAME":"MACOSX_DEPLOYMENT_TARGET","DEPLOYMENT_TARGET_CLANG_FLAG_NAME":"mmacosx-version-min","DEPLOYMENT_TARGET_LD_ENV_NAME":"MACOSX_DEPLOYMENT_TARGET","DEPLOYMENT_TARGET_LD_FLAG_NAME":"macosx_version_min","DEPLOYMENT_TARGET_SETTING_NAME":"MACOSX_DEPLOYMENT_TARGET","DEPLOYMENT_TARGET_SUGGESTED_VALUES":"10.6 10.7 10.8 10.9 10.10 10.11 10.12 10.13 10.14","DERIVED_FILES_DIR":"/Users/yves/Projects/xtd/xtd/build/CMakeFiles/3.13.2/CompilerIdCXX/CompilerIdCXX.build/Debug/CompilerIdCXX.build/DerivedSources","DERIVED_FILE_DIR":"/Users/yves/Projects/xtd/xtd/build/CMakeFiles/3.13.2/CompilerIdCXX/CompilerIdCXX.build/Debug/CompilerIdCXX.build/DerivedSources","DERIVED_SOURCES_DIR":"/Users/yves/Projects/xtd/xtd/build/CMakeFiles/3.13.2/CompilerIdCXX/CompilerIdCXX.build/Debug/CompilerIdCXX.build/DerivedSources","DEVELOPER_APPLICATIONS_DIR":"/Applications/Xcode.app/Contents/Developer/Applications","DEVELOPER_BIN_DIR":"/Applications/Xcode.app/Contents/Developer/usr/bin","DEVELOPER_DIR":"/Applications/Xcode.app/Contents/Developer","DEVELOPER_FRAMEWORKS_DIR":"/Applications/Xcode.app/Contents/Developer/Library/Frameworks","DEVELOPER_FRAMEWORKS_DIR_QUOTED":"/Applications/Xcode.app/Contents/Developer/Library/Frameworks","DEVELOPER_LIBRARY_DIR":"/Applications/Xcode.app/Contents/Developer/Library","DEVELOPER_SDK_DIR":"/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs","DEVELOPER_TOOLS_DIR":"/Applications/Xcode.app/Contents/Developer/Tools","DEVELOPER_USR_DIR":"/Applications/Xcode.app/Contents/Developer/usr","DEVELOPMENT_LANGUAGE":"English","DO_HEADER_SCANNING_IN_JAM":"NO","DSTROOT":"/tmp/CompilerIdCXX.dst","DT_TOOLCHAIN_DIR":"/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain","DWARF_DSYM_FILE_NAME":"CompilerIdCXX.dSYM","DWARF_DSYM_FILE_SHOULD_ACCOMPANY_PRODUCT":"NO","DWARF_DSYM_FOLDER_PATH":"/Users/yves/Projects/xtd/xtd/build/CMakeFiles/3.13.2/CompilerIdCXX","EMBEDDED_CONTENT_CONTAINS_SWIFT":"NO","EMBEDDED_PROFILE_NAME":"embedded.provisionprofile","EMBED_ASSET_PACKS_IN_PRODUCT_BUNDLE":"NO","ENABLE_BITCODE":"NO","ENABLE_DEFAULT_HEADER_SEARCH_PATHS":"YES","ENABLE_HEADER_DEPENDENCIES":"YES","ENABLE_ON_DEMAND_RESOURCES":"NO","ENABLE_TESTABILITY":"NO","EXCLUDED_INSTALLSRC_SUBDIRECTORY_PATTERNS":".DS_Store .svn .git .hg CVS","EXCLUDED_RECURSIVE_SEARCH_PATH_SUBDIRECTORIES":"*.nib *.lproj *.framework *.gch *.xcode* *.xcassets (*) .DS_Store CVS .svn .git .hg *.pbproj *.pbxproj","EXECUTABLE_NAME":"CompilerIdCXX","EXECUTABLE_PATH":"CompilerIdCXX","FILE_LIST":"/Users/yves/Projects/xtd/xtd/build/CMakeFiles/3.13.2/CompilerIdCXX/CompilerIdCXX.build/Debug/CompilerIdCXX.build/Objects/LinkFileList","FIXED_FILES_DIR":"/Users/yves/Projects/xtd/xtd/build/CMakeFiles/3.13.2/CompilerIdCXX/CompilerIdCXX.build/Debug/CompilerIdCXX.build/FixedFiles","FRAMEWORK_FLAG_PREFIX":"-framework","FRAMEWORK_SEARCH_PATHS":"/Users/yves/Projects/xtd/xtd/build/CMakeFiles/3.13.2/CompilerIdCXX ","FRAMEWORK_VERSION":"A","FULL_PRODUCT_NAME":"CompilerIdCXX","GCC3_VERSION":"3.3","GCC_DYNAMIC_NO_PIC":"NO","GCC_INLINES_ARE_PRIVATE_EXTERN":"YES","GCC_PFE_FILE_C_DIALECTS":"c objective-c c++ objective-c++","GCC_SYMBOLS_PRIVATE_EXTERN":"YES","GCC_TREAT_WARNINGS_AS_ERRORS":"NO","GCC_VERSION":"com.apple.compilers.llvm.clang.1_0","GCC_VERSION_IDENTIFIER":"com_apple_compilers_llvm_clang_1_0","GENERATE_MASTER_OBJECT_FILE":"NO","GENERATE_PKGINFO_FILE":"NO","GENERATE_PROFILING_CODE":"NO","GENERATE_TEXT_BASED_STUBS":"NO","GID":"20","GROUP":"staff","HEADERMAP_INCLUDES_FLAT_ENTRIES_FOR_TARGET_BEING_BUILT":"YES","HEADERMAP_INCLUDES_FRAMEWORK_ENTRIES_FOR_ALL_PRODUCT_TYPES":"YES","HEADERMAP_INCLUDES_NONPUBLIC_NONPRIVATE_HEADERS":"YES","HEADERMAP_INCLUDES_PROJECT_HEADERS":"YES","HEADERMAP_USES_FRAMEWORK_PREFIX_ENTRIES":"YES","HEADERMAP_USES_VFS":"NO","HEADER_SEARCH_PATHS":"/Users/yves/Projects/xtd/xtd/build/CMakeFiles/3.13.2/CompilerIdCXX/include ","HIDE_BITCODE_SYMBOLS":"YES","HOME":"/Users/yves","ICONV":"/usr/bin/iconv","INFOPLIST_EXPAND_BUILD_SETTINGS":"YES","INFOPLIST_OUTPUT_FORMAT":"same-as-input","INFOPLIST_PREPROCESS":"NO","INLINE_PRIVATE_FRAMEWORKS":"NO","INSTALLHDRS_COPY_PHASE":"NO","INSTALLHDRS_SCRIPT_PHASE":"NO","INSTALL_DIR":"/tmp/CompilerIdCXX.dst/usr/local/bin","INSTALL_GROUP":"staff","INSTALL_MODE_FLAG":"u+w,go-w,a+rX","INSTALL_OWNER":"yves","INSTALL_PATH":"/usr/local/bin","INSTALL_ROOT":"/tmp/CompilerIdCXX.dst","JAVAC_DEFAULT_FLAGS":"-J-Xms64m -J-XX:NewSize=4M -J-Dfile.encoding=UTF8","JAVA_APP_STUB":"/System/Library/Frameworks/JavaVM.framework/Resources/MacOS/JavaApplicationStub","JAVA_ARCHIVE_CLASSES":"YES","JAVA_ARCHIVE_TYPE":"JAR","JAVA_COMPILER":"/usr/bin/javac","JAVA_FRAMEWORK_RESOURCES_DIRS":"Resources","JAVA_JAR_FLAGS":"cv","JAVA_SOURCE_SUBDIR":".","JAVA_USE_DEPENDENCIES":"YES","JAVA_ZIP_FLAGS":"-urg","JIKES_DEFAULT_FLAGS":"+E +OLDCSO","KASAN_DEFAULT_CFLAGS":"-DKASAN=1 -fsanitize=address -mllvm -asan-globals-live-support -mllvm -asan-force-dynamic-shadow","KEEP_PRIVATE_EXTERNS":"NO","LD_DEPENDENCY_INFO_FILE":"/Users/yves/Projects/xtd/xtd/build/CMakeFiles/3.13.2/CompilerIdCXX/CompilerIdCXX.build/Debug/CompilerIdCXX.build/Objects-normal/undefined_arch/CompilerIdCXX_dependency_info.dat","LD_GENERATE_MAP_FILE":"NO","LD_MAP_FILE_PATH":"/Users/yves/Projects/xtd/xtd/build/CMakeFiles/3.13.2/CompilerIdCXX/CompilerIdCXX.build/Debug/CompilerIdCXX.build/CompilerIdCXX-LinkMap-normal-undefined_arch.txt","LD_NO_PIE":"NO","LD_QUOTE_LINKER_ARGUMENTS_FOR_COMPILER_DRIVER":"YES","LEGACY_DEVELOPER_DIR":"/Applications/Xcode.app/Contents/PlugIns/Xcode3Core.ideplugin/Contents/SharedSupport/Developer","LEX":"lex","LIBRARY_FLAG_NOSPACE":"YES","LIBRARY_FLAG_PREFIX":"-l","LIBRARY_KEXT_INSTALL_PATH":"/Library/Extensions","LIBRARY_SEARCH_PATHS":"/Users/yves/Projects/xtd/xtd/build/CMakeFiles/3.13.2/CompilerIdCXX ","LINKER_DISPLAYS_MANGLED_NAMES":"NO","LINK_FILE_LIST_normal_x86_64":"/Users/yves/Projects/xtd/xtd/build/CMakeFiles/3.13.2/CompilerIdCXX/CompilerIdCXX.build/Debug/CompilerIdCXX.build/Objects-normal/x86_64/CompilerIdCXX.LinkFileList","LINK_WITH_STANDARD_LIBRARIES":"YES","LOCALIZED_STRING_MACRO_NAMES":"NSLocalizedString CFLocalizedString","LOCAL_ADMIN_APPS_DIR":"/Applications/Utilities","LOCAL_APPS_DIR":"/Applications","LOCAL_DEVELOPER_DIR":"/Library/Developer","LOCAL_LIBRARY_DIR":"/Library","LOCROOT":"/Users/yves/Projects/xtd/xtd/build/CMakeFiles/3.13.2/CompilerIdCXX","LOCSYMROOT":"/Users/yves/Projects/xtd/xtd/build/CMakeFiles/3.13.2/CompilerIdCXX","MACH_O_TYPE":"mh_execute","MACOSX_DEPLOYMENT_TARGET":"10.14","MAC_OS_X_PRODUCT_BUILD_VERSION":"18D109","MAC_OS_X_VERSION_ACTUAL":"101403","MAC_OS_X_VERSION_MAJOR":"101400","MAC_OS_X_VERSION_MINOR":"1403","METAL_LIBRARY_FILE_BASE":"default","METAL_LIBRARY_OUTPUT_DIR":"/Users/yves/Projects/xtd/xtd/build/CMakeFiles/3.13.2/CompilerIdCXX/","NATIVE_ARCH":"i386","NATIVE_ARCH_32_BIT":"i386","NATIVE_ARCH_64_BIT":"x86_64","NATIVE_ARCH_ACTUAL":"x86_64","NO_COMMON":"YES","OBJECT_FILE_DIR":"/Users/yves/Projects/xtd/xtd/build/CMakeFiles/3.13.2/CompilerIdCXX/CompilerIdCXX.build/Debug/CompilerIdCXX.build/Objects","OBJECT_FILE_DIR_normal":"/Users/yves/Projects/xtd/xtd/build/CMakeFiles/3.13.2/CompilerIdCXX/CompilerIdCXX.build/Debug/CompilerIdCXX.build/Objects-normal","OBJROOT":"/Users/yves/Projects/xtd/xtd/build/CMakeFiles/3.13.2/CompilerIdCXX","ONLY_ACTIVE_ARCH":"YES","OS":"MACOS","OSAC":"/usr/bin/osacompile","PACKAGE_TYPE":"com.apple.package-type.mach-o-executable","PASCAL_STRINGS":"YES","PATH":"/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin:/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/local/bin:/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/libexec:/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/usr/bin:/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/usr/local/bin:/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/bin:/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/local/bin:/Applications/Xcode.app/Contents/Developer/usr/bin:/Applications/Xcode.app/Contents/Developer/usr/local/bin:/usr/bin:/bin:/usr/sbin:/sbin","PATH_PREFIXES_EXCLUDED_FROM_HEADER_DEPENDENCIES":"/usr/include /usr/local/include /System/Library/Frameworks /System/Library/PrivateFrameworks /Applications/Xcode.app/Contents/Developer/Headers /Applications/Xcode.app/Contents/Developer/SDKs /Applications/Xcode.app/Contents/Developer/Platforms","PER_ARCH_OBJECT_FILE_DIR":"/Users/yves/Projects/xtd/xtd/build/CMakeFiles/3.13.2/CompilerIdCXX/CompilerIdCXX.build/Debug/CompilerIdCXX.build/Objects-normal/undefined_arch","PER_VARIANT_OBJECT_FILE_DIR":"/Users/yves/Projects/xtd/xtd/build/CMakeFiles/3.13.2/CompilerIdCXX/CompilerIdCXX.build/Debug/CompilerIdCXX.build/Objects-normal","PKGINFO_FILE_PATH":"/Users/yves/Projects/xtd/xtd/build/CMakeFiles/3.13.2/CompilerIdCXX/CompilerIdCXX.build/Debug/CompilerIdCXX.build/PkgInfo","PLATFORM_DEVELOPER_APPLICATIONS_DIR":"/Applications/Xcode.app/Contents/Developer/Applications","PLATFORM_DEVELOPER_BIN_DIR":"/Applications/Xcode.app/Contents/Developer/usr/bin","PLATFORM_DEVELOPER_LIBRARY_DIR":"/Applications/Xcode.app/Contents/Developer/Library","PLATFORM_DEVELOPER_SDK_DIR":"/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs","PLATFORM_DEVELOPER_TOOLS_DIR":"/Applications/Xcode.app/Contents/Developer/Tools","PLATFORM_DEVELOPER_USR_DIR":"/Applications/Xcode.app/Contents/Developer/usr","PLATFORM_DIR":"/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform","PLATFORM_DISPLAY_NAME":"macOS","PLATFORM_NAME":"macosx","PLATFORM_PREFERRED_ARCH":"x86_64","PLATFORM_PRODUCT_BUILD_VERSION":"10B61","PLIST_FILE_OUTPUT_FORMAT":"same-as-input","PRECOMPS_INCLUDE_HEADERS_FROM_BUILT_PRODUCTS_DIR":"YES","PRECOMP_DESTINATION_DIR":"/Users/yves/Projects/xtd/xtd/build/CMakeFiles/3.13.2/CompilerIdCXX/CompilerIdCXX.build/Debug/CompilerIdCXX.build/PrefixHeaders","PRESERVE_DEAD_CODE_INITS_AND_TERMS":"NO","PRODUCT_MODULE_NAME":"CompilerIdCXX","PRODUCT_NAME":"CompilerIdCXX","PRODUCT_SETTINGS_PATH":"","PRODUCT_TYPE":"com.apple.product-type.tool","PROFILING_CODE":"NO","PROJECT":"CompilerIdCXX","PROJECT_DERIVED_FILE_DIR":"/Users/yves/Projects/xtd/xtd/build/CMakeFiles/3.13.2/CompilerIdCXX/CompilerIdCXX.build/DerivedSources","PROJECT_DIR":"/Users/yves/Projects/xtd/xtd/build/CMakeFiles/3.13.2/CompilerIdCXX","PROJECT_FILE_PATH":"/Users/yves/Projects/xtd/xtd/build/CMakeFiles/3.13.2/CompilerIdCXX/CompilerIdCXX.xcodeproj","PROJECT_NAME":"CompilerIdCXX","PROJECT_TEMP_DIR":"/Users/yves/Projects/xtd/xtd/build/CMakeFiles/3.13.2/CompilerIdCXX/CompilerIdCXX.build","PROJECT_TEMP_ROOT":"/Users/yves/Projects/xtd/xtd/build/CMakeFiles/3.13.2/CompilerIdCXX","RECURSIVE_SEARCH_PATHS_FOLLOW_SYMLINKS":"YES","REMOVE_CVS_FROM_RESOURCES":"YES","REMOVE_GIT_FROM_RESOURCES":"YES","REMOVE_HEADERS_FROM_EMBEDDED_BUNDLES":"YES","REMOVE_HG_FROM_RESOURCES":"YES","REMOVE_SVN_FROM_RESOURCES":"YES","REZ_COLLECTOR_DIR":"/Users/yves/Projects/xtd/xtd/build/CMakeFiles/3.13.2/CompilerIdCXX/CompilerIdCXX.build/Debug/CompilerIdCXX.build/ResourceManagerResources","REZ_EXECUTABLE":"YES","REZ_OBJECTS_DIR":"/Users/yves/Projects/xtd/xtd/build/CMakeFiles/3.13.2/CompilerIdCXX/CompilerIdCXX.build/Debug/CompilerIdCXX.build/ResourceManagerResources/Objects","REZ_SEARCH_PATHS":"/Users/yves/Projects/xtd/xtd/build/CMakeFiles/3.13.2/CompilerIdCXX ","SCAN_ALL_SOURCE_FILES_FOR_INCLUDES":"NO","SCRIPT_INPUT_FILE_COUNT":"0","SCRIPT_INPUT_FILE_LIST_COUNT":"0","SCRIPT_OUTPUT_FILE_COUNT":"0","SCRIPT_OUTPUT_FILE_LIST_COUNT":"0","SDKROOT":"/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk","SDK_DIR":"/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk","SDK_DIR_macosx10_14":"/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk","SDK_NAME":"macosx10.14","SDK_NAMES":"macosx10.14","SDK_PRODUCT_BUILD_VERSION":"18B71","SDK_VERSION":"10.14","SDK_VERSION_ACTUAL":"101400","SDK_VERSION_MAJOR":"101400","SDK_VERSION_MINOR":"1400","SED":"/usr/bin/sed","SEPARATE_STRIP":"NO","SEPARATE_SYMBOL_EDIT":"NO","SET_DIR_MODE_OWNER_GROUP":"YES","SET_FILE_MODE_OWNER_GROUP":"NO","SHALLOW_BUNDLE":"NO","SHARED_DERIVED_FILE_DIR":"/Users/yves/Projects/xtd/xtd/build/CMakeFiles/3.13.2/CompilerIdCXX/DerivedSources","SHARED_PRECOMPS_DIR":"/Users/yves/Projects/xtd/xtd/build/CMakeFiles/3.13.2/CompilerIdCXX/SharedPrecompiledHeaders","SKIP_INSTALL":"NO","SOURCE_ROOT":"/Users/yves/Projects/xtd/xtd/build/CMakeFiles/3.13.2/CompilerIdCXX","SRCROOT":"/Users/yves/Projects/xtd/xtd/build/CMakeFiles/3.13.2/CompilerIdCXX","STRINGS_FILE_OUTPUT_ENCODING":"UTF-16","STRIP_BITCODE_FROM_COPIED_FILES":"NO","STRIP_INSTALLED_PRODUCT":"YES","STRIP_PNG_TEXT":"NO","STRIP_STYLE":"all","STRIP_SWIFT_SYMBOLS":"YES","SUPPORTED_PLATFORMS":"macosx","SUPPORTS_TEXT_BASED_API":"NO","SWIFT_PLATFORM_TARGET_PREFIX":"macosx","SYMROOT":"/Users/yves/Projects/xtd/xtd/build/CMakeFiles/3.13.2/CompilerIdCXX","SYSTEM_ADMIN_APPS_DIR":"/Applications/Utilities","SYSTEM_APPS_DIR":"/Applications","SYSTEM_CORE_SERVICES_DIR":"/System/Library/CoreServices","SYSTEM_DEMOS_DIR":"/Applications/Extras","SYSTEM_DEVELOPER_APPS_DIR":"/Applications/Xcode.app/Contents/Developer/Applications","SYSTEM_DEVELOPER_BIN_DIR":"/Applications/Xcode.app/Contents/Developer/usr/bin","SYSTEM_DEVELOPER_DEMOS_DIR":"/Applications/Xcode.app/Contents/Developer/Applications/Utilities/Built Examples","SYSTEM_DEVELOPER_DIR":"/Applications/Xcode.app/Contents/Developer","SYSTEM_DEVELOPER_DOC_DIR":"/Applications/Xcode.app/Contents/Developer/ADC Reference Library","SYSTEM_DEVELOPER_GRAPHICS_TOOLS_DIR":"/Applications/Xcode.app/Contents/Developer/Applications/Graphics Tools","SYSTEM_DEVELOPER_JAVA_TOOLS_DIR":"/Applications/Xcode.app/Contents/Developer/Applications/Java Tools","SYSTEM_DEVELOPER_PERFORMANCE_TOOLS_DIR":"/Applications/Xcode.app/Contents/Developer/Applications/Performance Tools","SYSTEM_DEVELOPER_RELEASENOTES_DIR":"/Applications/Xcode.app/Contents/Developer/ADC Reference Library/releasenotes","SYSTEM_DEVELOPER_TOOLS":"/Applications/Xcode.app/Contents/Developer/Tools","SYSTEM_DEVELOPER_TOOLS_DOC_DIR":"/Applications/Xcode.app/Contents/Developer/ADC Reference Library/documentation/DeveloperTools","SYSTEM_DEVELOPER_TOOLS_RELEASENOTES_DIR":"/Applications/Xcode.app/Contents/Developer/ADC Reference Library/releasenotes/DeveloperTools","SYSTEM_DEVELOPER_USR_DIR":"/Applications/Xcode.app/Contents/Developer/usr","SYSTEM_DEVELOPER_UTILITIES_DIR":"/Applications/Xcode.app/Contents/Developer/Applications/Utilities","SYSTEM_DOCUMENTATION_DIR":"/Library/Documentation","SYSTEM_KEXT_INSTALL_PATH":"/System/Library/Extensions","SYSTEM_LIBRARY_DIR":"/System/Library","TAPI_VERIFY_MODE":"ErrorsOnly","TARGETNAME":"CompilerIdCXX","TARGET_BUILD_DIR":"/Users/yves/Projects/xtd/xtd/build/CMakeFiles/3.13.2/CompilerIdCXX","TARGET_NAME":"CompilerIdCXX","TARGET_TEMP_DIR":"/Users/yves/Projects/xtd/xtd/build/CMakeFiles/3.13.2/CompilerIdCXX/CompilerIdCXX.build/Debug/CompilerIdCXX.build","TEMP_DIR":"/Users/yves/Projects/xtd/xtd/build/CMakeFiles/3.13.2/CompilerIdCXX/CompilerIdCXX.build/Debug/CompilerIdCXX.build","TEMP_FILES_DIR":"/Users/yves/Projects/xtd/xtd/build/CMakeFiles/3.13.2/CompilerIdCXX/CompilerIdCXX.build/Debug/CompilerIdCXX.build","TEMP_FILE_DIR":"/Users/yves/Projects/xtd/xtd/build/CMakeFiles/3.13.2/CompilerIdCXX/CompilerIdCXX.build/Debug/CompilerIdCXX.build","TEMP_ROOT":"/Users/yves/Projects/xtd/xtd/build/CMakeFiles/3.13.2/CompilerIdCXX","TOOLCHAINS":"com.apple.dt.toolchain.XcodeDefault","TOOLCHAIN_DIR":"/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain","TREAT_MISSING_BASELINES_AS_TEST_FAILURES":"NO","UID":"501","UNSTRIPPED_PRODUCT":"NO","USER":"yves","USER_APPS_DIR":"/Users/yves/Applications","USER_LIBRARY_DIR":"/Users/yves/Library","USE_DYNAMIC_NO_PIC":"YES","USE_HEADERMAP":"YES","USE_HEADER_SYMLINKS":"NO","VALIDATE_PRODUCT":"NO","VALID_ARCHS":"i386 x86_64","VERBOSE_PBXCP":"NO","VERSION_INFO_BUILDER":"yves","VERSION_INFO_FILE":"CompilerIdCXX_vers.c","VERSION_INFO_STRING":"\"@(#)PROGRAM:CompilerIdCXX PROJECT:CompilerIdCXX-\"","WRAP_ASSET_PACKS_IN_SEPARATE_DIRECTORIES":"NO","XCODE_APP_SUPPORT_DIR":"/Applications/Xcode.app/Contents/Developer/Library/Xcode","XCODE_PRODUCT_BUILD_VERSION":"10B61","XCODE_VERSION_ACTUAL":"1010","XCODE_VERSION_MAJOR":"1000","XCODE_VERSION_MINOR":"1010","XPCSERVICES_FOLDER_PATH":"/XPCServices","YACC":"yacc","arch":"undefined_arch","local":"/usr/local/bin","user":"/usr/lbin","variant":"normal"},"allow-missing-inputs":true,"always-out-of-date":true,"signature":"c441378f61c692c4314282ef679478c1"} - "d043aeff8efe2bd2311eef33f61250b63f938c03aee3f24af46a5caa592e362d::WriteAuxiliaryFile /Users/yves/Projects/xtd/xtd/build/CMakeFiles/3.13.2/CompilerIdCXX/CompilerIdCXX.build/Debug/CompilerIdCXX.build/CompilerIdCXX-all-non-framework-target-headers.hmap": {"tool":"auxiliary-file","description":"WriteAuxiliaryFile /Users/yves/Projects/xtd/xtd/build/CMakeFiles/3.13.2/CompilerIdCXX/CompilerIdCXX.build/Debug/CompilerIdCXX.build/CompilerIdCXX-all-non-framework-target-headers.hmap","inputs":["",""],"outputs":["/Users/yves/Projects/xtd/xtd/build/CMakeFiles/3.13.2/CompilerIdCXX/CompilerIdCXX.build/Debug/CompilerIdCXX.build/CompilerIdCXX-all-non-framework-target-headers.hmap"]} - "d043aeff8efe2bd2311eef33f61250b63f938c03aee3f24af46a5caa592e362d::WriteAuxiliaryFile /Users/yves/Projects/xtd/xtd/build/CMakeFiles/3.13.2/CompilerIdCXX/CompilerIdCXX.build/Debug/CompilerIdCXX.build/CompilerIdCXX-all-target-headers.hmap": {"tool":"auxiliary-file","description":"WriteAuxiliaryFile /Users/yves/Projects/xtd/xtd/build/CMakeFiles/3.13.2/CompilerIdCXX/CompilerIdCXX.build/Debug/CompilerIdCXX.build/CompilerIdCXX-all-target-headers.hmap","inputs":["",""],"outputs":["/Users/yves/Projects/xtd/xtd/build/CMakeFiles/3.13.2/CompilerIdCXX/CompilerIdCXX.build/Debug/CompilerIdCXX.build/CompilerIdCXX-all-target-headers.hmap"]} - "d043aeff8efe2bd2311eef33f61250b63f938c03aee3f24af46a5caa592e362d::WriteAuxiliaryFile /Users/yves/Projects/xtd/xtd/build/CMakeFiles/3.13.2/CompilerIdCXX/CompilerIdCXX.build/Debug/CompilerIdCXX.build/CompilerIdCXX-generated-files.hmap": {"tool":"auxiliary-file","description":"WriteAuxiliaryFile /Users/yves/Projects/xtd/xtd/build/CMakeFiles/3.13.2/CompilerIdCXX/CompilerIdCXX.build/Debug/CompilerIdCXX.build/CompilerIdCXX-generated-files.hmap","inputs":["",""],"outputs":["/Users/yves/Projects/xtd/xtd/build/CMakeFiles/3.13.2/CompilerIdCXX/CompilerIdCXX.build/Debug/CompilerIdCXX.build/CompilerIdCXX-generated-files.hmap"]} - "d043aeff8efe2bd2311eef33f61250b63f938c03aee3f24af46a5caa592e362d::WriteAuxiliaryFile /Users/yves/Projects/xtd/xtd/build/CMakeFiles/3.13.2/CompilerIdCXX/CompilerIdCXX.build/Debug/CompilerIdCXX.build/CompilerIdCXX-own-target-headers.hmap": {"tool":"auxiliary-file","description":"WriteAuxiliaryFile /Users/yves/Projects/xtd/xtd/build/CMakeFiles/3.13.2/CompilerIdCXX/CompilerIdCXX.build/Debug/CompilerIdCXX.build/CompilerIdCXX-own-target-headers.hmap","inputs":["",""],"outputs":["/Users/yves/Projects/xtd/xtd/build/CMakeFiles/3.13.2/CompilerIdCXX/CompilerIdCXX.build/Debug/CompilerIdCXX.build/CompilerIdCXX-own-target-headers.hmap"]} - "d043aeff8efe2bd2311eef33f61250b63f938c03aee3f24af46a5caa592e362d::WriteAuxiliaryFile /Users/yves/Projects/xtd/xtd/build/CMakeFiles/3.13.2/CompilerIdCXX/CompilerIdCXX.build/Debug/CompilerIdCXX.build/CompilerIdCXX-project-headers.hmap": {"tool":"auxiliary-file","description":"WriteAuxiliaryFile /Users/yves/Projects/xtd/xtd/build/CMakeFiles/3.13.2/CompilerIdCXX/CompilerIdCXX.build/Debug/CompilerIdCXX.build/CompilerIdCXX-project-headers.hmap","inputs":["",""],"outputs":["/Users/yves/Projects/xtd/xtd/build/CMakeFiles/3.13.2/CompilerIdCXX/CompilerIdCXX.build/Debug/CompilerIdCXX.build/CompilerIdCXX-project-headers.hmap"]} - "d043aeff8efe2bd2311eef33f61250b63f938c03aee3f24af46a5caa592e362d::WriteAuxiliaryFile /Users/yves/Projects/xtd/xtd/build/CMakeFiles/3.13.2/CompilerIdCXX/CompilerIdCXX.build/Debug/CompilerIdCXX.build/CompilerIdCXX.hmap": {"tool":"auxiliary-file","description":"WriteAuxiliaryFile /Users/yves/Projects/xtd/xtd/build/CMakeFiles/3.13.2/CompilerIdCXX/CompilerIdCXX.build/Debug/CompilerIdCXX.build/CompilerIdCXX.hmap","inputs":["",""],"outputs":["/Users/yves/Projects/xtd/xtd/build/CMakeFiles/3.13.2/CompilerIdCXX/CompilerIdCXX.build/Debug/CompilerIdCXX.build/CompilerIdCXX.hmap"]} - "d043aeff8efe2bd2311eef33f61250b63f938c03aee3f24af46a5caa592e362d::WriteAuxiliaryFile /Users/yves/Projects/xtd/xtd/build/CMakeFiles/3.13.2/CompilerIdCXX/CompilerIdCXX.build/Debug/CompilerIdCXX.build/Objects-normal/x86_64/CompilerIdCXX.LinkFileList": {"tool":"auxiliary-file","description":"WriteAuxiliaryFile /Users/yves/Projects/xtd/xtd/build/CMakeFiles/3.13.2/CompilerIdCXX/CompilerIdCXX.build/Debug/CompilerIdCXX.build/Objects-normal/x86_64/CompilerIdCXX.LinkFileList","inputs":["",""],"outputs":["/Users/yves/Projects/xtd/xtd/build/CMakeFiles/3.13.2/CompilerIdCXX/CompilerIdCXX.build/Debug/CompilerIdCXX.build/Objects-normal/x86_64/CompilerIdCXX.LinkFileList"]} - "d043aeff8efe2bd2311eef33f61250b63f938c03aee3f24af46a5caa592e362d::WriteAuxiliaryFile /Users/yves/Projects/xtd/xtd/build/CMakeFiles/3.13.2/CompilerIdCXX/CompilerIdCXX.build/Debug/CompilerIdCXX.build/Script-2C8FEB8E15DC1A1A00E56A5D.sh": {"tool":"auxiliary-file","description":"WriteAuxiliaryFile /Users/yves/Projects/xtd/xtd/build/CMakeFiles/3.13.2/CompilerIdCXX/CompilerIdCXX.build/Debug/CompilerIdCXX.build/Script-2C8FEB8E15DC1A1A00E56A5D.sh","inputs":["",""],"outputs":["/Users/yves/Projects/xtd/xtd/build/CMakeFiles/3.13.2/CompilerIdCXX/CompilerIdCXX.build/Debug/CompilerIdCXX.build/Script-2C8FEB8E15DC1A1A00E56A5D.sh"]} - "d043aeff8efe2bd2311eef33f61250b63f938c03aee3f24af46a5caa592e362d::WriteAuxiliaryFile /Users/yves/Projects/xtd/xtd/build/CMakeFiles/3.13.2/CompilerIdCXX/CompilerIdCXX.build/Debug/CompilerIdCXX.build/all-product-headers.yaml": {"tool":"auxiliary-file","description":"WriteAuxiliaryFile /Users/yves/Projects/xtd/xtd/build/CMakeFiles/3.13.2/CompilerIdCXX/CompilerIdCXX.build/Debug/CompilerIdCXX.build/all-product-headers.yaml","inputs":["",""],"outputs":["/Users/yves/Projects/xtd/xtd/build/CMakeFiles/3.13.2/CompilerIdCXX/CompilerIdCXX.build/Debug/CompilerIdCXX.build/all-product-headers.yaml"]} - diff --git a/build/CMakeFiles/CMakeOutput.log b/build/CMakeFiles/CMakeOutput.log deleted file mode 100644 index b6bc65263e5c..000000000000 --- a/build/CMakeFiles/CMakeOutput.log +++ /dev/null @@ -1,897 +0,0 @@ -The system is: Darwin - 18.2.0 - x86_64 -Compiling the C compiler identification source file "CMakeCCompilerId.c" succeeded. -Compiler: -Build flags: -Id flags: - -The output was: -0 -note: Using new build system -note: Planning build -note: Constructing build description -Build system information -warning: Traditional headermap style is no longer supported; please migrate to using separate headermaps and set 'ALWAYS_SEARCH_USER_PATHS' to NO. (in target 'CompilerIdC') - -CreateBuildDirectory /Users/yves/Projects/xtd/xtd/build/CMakeFiles/3.13.2/CompilerIdC (in target: CompilerIdC) - cd /Users/yves/Projects/xtd/xtd/build/CMakeFiles/3.13.2/CompilerIdC - builtin-create-build-directory /Users/yves/Projects/xtd/xtd/build/CMakeFiles/3.13.2/CompilerIdC - -WriteAuxiliaryFile /Users/yves/Projects/xtd/xtd/build/CMakeFiles/3.13.2/CompilerIdC/CompilerIdC.build/Debug/CompilerIdC.build/CompilerIdC.hmap (in target: CompilerIdC) - cd /Users/yves/Projects/xtd/xtd/build/CMakeFiles/3.13.2/CompilerIdC - write-file /Users/yves/Projects/xtd/xtd/build/CMakeFiles/3.13.2/CompilerIdC/CompilerIdC.build/Debug/CompilerIdC.build/CompilerIdC.hmap - -WriteAuxiliaryFile /Users/yves/Projects/xtd/xtd/build/CMakeFiles/3.13.2/CompilerIdC/CompilerIdC.build/Debug/CompilerIdC.build/CompilerIdC-all-target-headers.hmap (in target: CompilerIdC) - cd /Users/yves/Projects/xtd/xtd/build/CMakeFiles/3.13.2/CompilerIdC - write-file /Users/yves/Projects/xtd/xtd/build/CMakeFiles/3.13.2/CompilerIdC/CompilerIdC.build/Debug/CompilerIdC.build/CompilerIdC-all-target-headers.hmap - -WriteAuxiliaryFile /Users/yves/Projects/xtd/xtd/build/CMakeFiles/3.13.2/CompilerIdC/CompilerIdC.build/Debug/CompilerIdC.build/CompilerIdC-all-non-framework-target-headers.hmap (in target: CompilerIdC) - cd /Users/yves/Projects/xtd/xtd/build/CMakeFiles/3.13.2/CompilerIdC - write-file /Users/yves/Projects/xtd/xtd/build/CMakeFiles/3.13.2/CompilerIdC/CompilerIdC.build/Debug/CompilerIdC.build/CompilerIdC-all-non-framework-target-headers.hmap - -WriteAuxiliaryFile /Users/yves/Projects/xtd/xtd/build/CMakeFiles/3.13.2/CompilerIdC/CompilerIdC.build/Debug/CompilerIdC.build/CompilerIdC-generated-files.hmap (in target: CompilerIdC) - cd /Users/yves/Projects/xtd/xtd/build/CMakeFiles/3.13.2/CompilerIdC - write-file /Users/yves/Projects/xtd/xtd/build/CMakeFiles/3.13.2/CompilerIdC/CompilerIdC.build/Debug/CompilerIdC.build/CompilerIdC-generated-files.hmap - -WriteAuxiliaryFile /Users/yves/Projects/xtd/xtd/build/CMakeFiles/3.13.2/CompilerIdC/CompilerIdC.build/Debug/CompilerIdC.build/CompilerIdC-project-headers.hmap (in target: CompilerIdC) - cd /Users/yves/Projects/xtd/xtd/build/CMakeFiles/3.13.2/CompilerIdC - write-file /Users/yves/Projects/xtd/xtd/build/CMakeFiles/3.13.2/CompilerIdC/CompilerIdC.build/Debug/CompilerIdC.build/CompilerIdC-project-headers.hmap - -WriteAuxiliaryFile /Users/yves/Projects/xtd/xtd/build/CMakeFiles/3.13.2/CompilerIdC/CompilerIdC.build/Debug/CompilerIdC.build/all-product-headers.yaml (in target: CompilerIdC) - cd /Users/yves/Projects/xtd/xtd/build/CMakeFiles/3.13.2/CompilerIdC - write-file /Users/yves/Projects/xtd/xtd/build/CMakeFiles/3.13.2/CompilerIdC/CompilerIdC.build/Debug/CompilerIdC.build/all-product-headers.yaml - -WriteAuxiliaryFile /Users/yves/Projects/xtd/xtd/build/CMakeFiles/3.13.2/CompilerIdC/CompilerIdC.build/Debug/CompilerIdC.build/CompilerIdC-own-target-headers.hmap (in target: CompilerIdC) - cd /Users/yves/Projects/xtd/xtd/build/CMakeFiles/3.13.2/CompilerIdC - write-file /Users/yves/Projects/xtd/xtd/build/CMakeFiles/3.13.2/CompilerIdC/CompilerIdC.build/Debug/CompilerIdC.build/CompilerIdC-own-target-headers.hmap - -WriteAuxiliaryFile /Users/yves/Projects/xtd/xtd/build/CMakeFiles/3.13.2/CompilerIdC/CompilerIdC.build/Debug/CompilerIdC.build/Objects-normal/x86_64/CompilerIdC.LinkFileList (in target: CompilerIdC) - cd /Users/yves/Projects/xtd/xtd/build/CMakeFiles/3.13.2/CompilerIdC - write-file /Users/yves/Projects/xtd/xtd/build/CMakeFiles/3.13.2/CompilerIdC/CompilerIdC.build/Debug/CompilerIdC.build/Objects-normal/x86_64/CompilerIdC.LinkFileList - -CompileC /Users/yves/Projects/xtd/xtd/build/CMakeFiles/3.13.2/CompilerIdC/CompilerIdC.build/Debug/CompilerIdC.build/Objects-normal/x86_64/CMakeCCompilerId.o /Users/yves/Projects/xtd/xtd/build/CMakeFiles/3.13.2/CompilerIdC/CMakeCCompilerId.c normal x86_64 c com.apple.compilers.llvm.clang.1_0.compiler (in target: CompilerIdC) - cd /Users/yves/Projects/xtd/xtd/build/CMakeFiles/3.13.2/CompilerIdC - export LANG=en_US.US-ASCII - /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -x c -arch x86_64 -fmessage-length=0 -fdiagnostics-show-note-include-stack -fmacro-backtrace-limit=0 -Wno-trigraphs -fpascal-strings -Os -Wno-missing-field-initializers -Wno-missing-prototypes -Wno-return-type -Wno-missing-braces -Wparentheses -Wswitch -Wno-unused-function -Wno-unused-label -Wno-unused-parameter -Wno-unused-variable -Wunused-value -Wno-empty-body -Wno-uninitialized -Wno-unknown-pragmas -Wno-shadow -Wno-four-char-constants -Wno-conversion -Wno-constant-conversion -Wno-int-conversion -Wno-bool-conversion -Wno-enum-conversion -Wno-float-conversion -Wno-non-literal-null-conversion -Wno-objc-literal-conversion -Wno-shorten-64-to-32 -Wpointer-sign -Wno-newline-eof -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk -fasm-blocks -fstrict-aliasing -Wdeprecated-declarations -mmacosx-version-min=10.14 -g -fvisibility=hidden -Wno-sign-conversion -Wno-infinite-recursion -Wno-comma -Wno-block-capture-autoreleasing -Wno-strict-prototypes -Wno-semicolon-before-method-body -iquote /Users/yves/Projects/xtd/xtd/build/CMakeFiles/3.13.2/CompilerIdC/CompilerIdC.build/Debug/CompilerIdC.build/CompilerIdC-generated-files.hmap -I/Users/yves/Projects/xtd/xtd/build/CMakeFiles/3.13.2/CompilerIdC/CompilerIdC.build/Debug/CompilerIdC.build/CompilerIdC-own-target-headers.hmap -I/Users/yves/Projects/xtd/xtd/build/CMakeFiles/3.13.2/CompilerIdC/CompilerIdC.build/Debug/CompilerIdC.build/CompilerIdC-all-target-headers.hmap -iquote /Users/yves/Projects/xtd/xtd/build/CMakeFiles/3.13.2/CompilerIdC/CompilerIdC.build/Debug/CompilerIdC.build/CompilerIdC-project-headers.hmap -I/Users/yves/Projects/xtd/xtd/build/CMakeFiles/3.13.2/CompilerIdC/include -I/Users/yves/Projects/xtd/xtd/build/CMakeFiles/3.13.2/CompilerIdC/CompilerIdC.build/Debug/CompilerIdC.build/DerivedSources/x86_64 -I/Users/yves/Projects/xtd/xtd/build/CMakeFiles/3.13.2/CompilerIdC/CompilerIdC.build/Debug/CompilerIdC.build/DerivedSources -F/Users/yves/Projects/xtd/xtd/build/CMakeFiles/3.13.2/CompilerIdC -MMD -MT dependencies -MF /Users/yves/Projects/xtd/xtd/build/CMakeFiles/3.13.2/CompilerIdC/CompilerIdC.build/Debug/CompilerIdC.build/Objects-normal/x86_64/CMakeCCompilerId.d --serialize-diagnostics /Users/yves/Projects/xtd/xtd/build/CMakeFiles/3.13.2/CompilerIdC/CompilerIdC.build/Debug/CompilerIdC.build/Objects-normal/x86_64/CMakeCCompilerId.dia -c /Users/yves/Projects/xtd/xtd/build/CMakeFiles/3.13.2/CompilerIdC/CMakeCCompilerId.c -o /Users/yves/Projects/xtd/xtd/build/CMakeFiles/3.13.2/CompilerIdC/CompilerIdC.build/Debug/CompilerIdC.build/Objects-normal/x86_64/CMakeCCompilerId.o - -Ld /Users/yves/Projects/xtd/xtd/build/CMakeFiles/3.13.2/CompilerIdC/CompilerIdC normal x86_64 (in target: CompilerIdC) - cd /Users/yves/Projects/xtd/xtd/build/CMakeFiles/3.13.2/CompilerIdC - export MACOSX_DEPLOYMENT_TARGET=10.14 - /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -arch x86_64 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk -L/Users/yves/Projects/xtd/xtd/build/CMakeFiles/3.13.2/CompilerIdC -F/Users/yves/Projects/xtd/xtd/build/CMakeFiles/3.13.2/CompilerIdC -filelist /Users/yves/Projects/xtd/xtd/build/CMakeFiles/3.13.2/CompilerIdC/CompilerIdC.build/Debug/CompilerIdC.build/Objects-normal/x86_64/CompilerIdC.LinkFileList -mmacosx-version-min=10.14 -Xlinker -object_path_lto -Xlinker /Users/yves/Projects/xtd/xtd/build/CMakeFiles/3.13.2/CompilerIdC/CompilerIdC.build/Debug/CompilerIdC.build/Objects-normal/x86_64/CompilerIdC_lto.o -Xlinker -dependency_info -Xlinker /Users/yves/Projects/xtd/xtd/build/CMakeFiles/3.13.2/CompilerIdC/CompilerIdC.build/Debug/CompilerIdC.build/Objects-normal/x86_64/CompilerIdC_dependency_info.dat -o /Users/yves/Projects/xtd/xtd/build/CMakeFiles/3.13.2/CompilerIdC/CompilerIdC - -WriteAuxiliaryFile /Users/yves/Projects/xtd/xtd/build/CMakeFiles/3.13.2/CompilerIdC/CompilerIdC.build/Debug/CompilerIdC.build/Script-2C8FEB8E15DC1A1A00E56A5D.sh (in target: CompilerIdC) - cd /Users/yves/Projects/xtd/xtd/build/CMakeFiles/3.13.2/CompilerIdC - write-file /Users/yves/Projects/xtd/xtd/build/CMakeFiles/3.13.2/CompilerIdC/CompilerIdC.build/Debug/CompilerIdC.build/Script-2C8FEB8E15DC1A1A00E56A5D.sh - -PhaseScriptExecution Run\ Script /Users/yves/Projects/xtd/xtd/build/CMakeFiles/3.13.2/CompilerIdC/CompilerIdC.build/Debug/CompilerIdC.build/Script-2C8FEB8E15DC1A1A00E56A5D.sh (in target: CompilerIdC) - cd /Users/yves/Projects/xtd/xtd/build/CMakeFiles/3.13.2/CompilerIdC - /bin/sh -c /Users/yves/Projects/xtd/xtd/build/CMakeFiles/3.13.2/CompilerIdC/CompilerIdC.build/Debug/CompilerIdC.build/Script-2C8FEB8E15DC1A1A00E56A5D.sh -GCC_VERSION=com.apple.compilers.llvm.clang.1_0 -ARCHS=x86_64 - -** BUILD SUCCEEDED ** - - - -Compilation of the C compiler identification source "CMakeCCompilerId.c" produced "CompilerIdC" - -The C compiler identification is AppleClang, found in "/Users/yves/Projects/xtd/xtd/build/CMakeFiles/3.13.2/CompilerIdC/CompilerIdC" - -Compiling the CXX compiler identification source file "CMakeCXXCompilerId.cpp" succeeded. -Compiler: -Build flags: -Id flags: - -The output was: -0 -note: Using new build system -note: Planning build -note: Constructing build description -Build system information -warning: Traditional headermap style is no longer supported; please migrate to using separate headermaps and set 'ALWAYS_SEARCH_USER_PATHS' to NO. (in target 'CompilerIdCXX') - -CreateBuildDirectory /Users/yves/Projects/xtd/xtd/build/CMakeFiles/3.13.2/CompilerIdCXX (in target: CompilerIdCXX) - cd /Users/yves/Projects/xtd/xtd/build/CMakeFiles/3.13.2/CompilerIdCXX - builtin-create-build-directory /Users/yves/Projects/xtd/xtd/build/CMakeFiles/3.13.2/CompilerIdCXX - -WriteAuxiliaryFile /Users/yves/Projects/xtd/xtd/build/CMakeFiles/3.13.2/CompilerIdCXX/CompilerIdCXX.build/Debug/CompilerIdCXX.build/CompilerIdCXX-project-headers.hmap (in target: CompilerIdCXX) - cd /Users/yves/Projects/xtd/xtd/build/CMakeFiles/3.13.2/CompilerIdCXX - write-file /Users/yves/Projects/xtd/xtd/build/CMakeFiles/3.13.2/CompilerIdCXX/CompilerIdCXX.build/Debug/CompilerIdCXX.build/CompilerIdCXX-project-headers.hmap - -WriteAuxiliaryFile /Users/yves/Projects/xtd/xtd/build/CMakeFiles/3.13.2/CompilerIdCXX/CompilerIdCXX.build/Debug/CompilerIdCXX.build/all-product-headers.yaml (in target: CompilerIdCXX) - cd /Users/yves/Projects/xtd/xtd/build/CMakeFiles/3.13.2/CompilerIdCXX - write-file /Users/yves/Projects/xtd/xtd/build/CMakeFiles/3.13.2/CompilerIdCXX/CompilerIdCXX.build/Debug/CompilerIdCXX.build/all-product-headers.yaml - -WriteAuxiliaryFile /Users/yves/Projects/xtd/xtd/build/CMakeFiles/3.13.2/CompilerIdCXX/CompilerIdCXX.build/Debug/CompilerIdCXX.build/CompilerIdCXX-all-target-headers.hmap (in target: CompilerIdCXX) - cd /Users/yves/Projects/xtd/xtd/build/CMakeFiles/3.13.2/CompilerIdCXX - write-file /Users/yves/Projects/xtd/xtd/build/CMakeFiles/3.13.2/CompilerIdCXX/CompilerIdCXX.build/Debug/CompilerIdCXX.build/CompilerIdCXX-all-target-headers.hmap - -WriteAuxiliaryFile /Users/yves/Projects/xtd/xtd/build/CMakeFiles/3.13.2/CompilerIdCXX/CompilerIdCXX.build/Debug/CompilerIdCXX.build/CompilerIdCXX-generated-files.hmap (in target: CompilerIdCXX) - cd /Users/yves/Projects/xtd/xtd/build/CMakeFiles/3.13.2/CompilerIdCXX - write-file /Users/yves/Projects/xtd/xtd/build/CMakeFiles/3.13.2/CompilerIdCXX/CompilerIdCXX.build/Debug/CompilerIdCXX.build/CompilerIdCXX-generated-files.hmap - -WriteAuxiliaryFile /Users/yves/Projects/xtd/xtd/build/CMakeFiles/3.13.2/CompilerIdCXX/CompilerIdCXX.build/Debug/CompilerIdCXX.build/CompilerIdCXX-own-target-headers.hmap (in target: CompilerIdCXX) - cd /Users/yves/Projects/xtd/xtd/build/CMakeFiles/3.13.2/CompilerIdCXX - write-file /Users/yves/Projects/xtd/xtd/build/CMakeFiles/3.13.2/CompilerIdCXX/CompilerIdCXX.build/Debug/CompilerIdCXX.build/CompilerIdCXX-own-target-headers.hmap - -WriteAuxiliaryFile /Users/yves/Projects/xtd/xtd/build/CMakeFiles/3.13.2/CompilerIdCXX/CompilerIdCXX.build/Debug/CompilerIdCXX.build/CompilerIdCXX-all-non-framework-target-headers.hmap (in target: CompilerIdCXX) - cd /Users/yves/Projects/xtd/xtd/build/CMakeFiles/3.13.2/CompilerIdCXX - write-file /Users/yves/Projects/xtd/xtd/build/CMakeFiles/3.13.2/CompilerIdCXX/CompilerIdCXX.build/Debug/CompilerIdCXX.build/CompilerIdCXX-all-non-framework-target-headers.hmap - -WriteAuxiliaryFile /Users/yves/Projects/xtd/xtd/build/CMakeFiles/3.13.2/CompilerIdCXX/CompilerIdCXX.build/Debug/CompilerIdCXX.build/CompilerIdCXX.hmap (in target: CompilerIdCXX) - cd /Users/yves/Projects/xtd/xtd/build/CMakeFiles/3.13.2/CompilerIdCXX - write-file /Users/yves/Projects/xtd/xtd/build/CMakeFiles/3.13.2/CompilerIdCXX/CompilerIdCXX.build/Debug/CompilerIdCXX.build/CompilerIdCXX.hmap - -CompileC /Users/yves/Projects/xtd/xtd/build/CMakeFiles/3.13.2/CompilerIdCXX/CompilerIdCXX.build/Debug/CompilerIdCXX.build/Objects-normal/x86_64/CMakeCXXCompilerId.o /Users/yves/Projects/xtd/xtd/build/CMakeFiles/3.13.2/CompilerIdCXX/CMakeCXXCompilerId.cpp normal x86_64 c++ com.apple.compilers.llvm.clang.1_0.compiler (in target: CompilerIdCXX) - cd /Users/yves/Projects/xtd/xtd/build/CMakeFiles/3.13.2/CompilerIdCXX - export LANG=en_US.US-ASCII - /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -x c++ -arch x86_64 -fmessage-length=0 -fdiagnostics-show-note-include-stack -fmacro-backtrace-limit=0 -Wno-trigraphs -fpascal-strings -Os -Wno-missing-field-initializers -Wno-missing-prototypes -Wno-return-type -Wno-non-virtual-dtor -Wno-overloaded-virtual -Wno-exit-time-destructors -Wno-missing-braces -Wparentheses -Wswitch -Wno-unused-function -Wno-unused-label -Wno-unused-parameter -Wno-unused-variable -Wunused-value -Wno-empty-body -Wno-uninitialized -Wno-unknown-pragmas -Wno-shadow -Wno-four-char-constants -Wno-conversion -Wno-constant-conversion -Wno-int-conversion -Wno-bool-conversion -Wno-enum-conversion -Wno-float-conversion -Wno-non-literal-null-conversion -Wno-objc-literal-conversion -Wno-shorten-64-to-32 -Wno-newline-eof -Wno-c++11-extensions -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk -fasm-blocks -fstrict-aliasing -Wdeprecated-declarations -Winvalid-offsetof -mmacosx-version-min=10.14 -g -fvisibility=hidden -fvisibility-inlines-hidden -Wno-sign-conversion -Wno-infinite-recursion -Wno-move -Wno-comma -Wno-block-capture-autoreleasing -Wno-strict-prototypes -Wno-range-loop-analysis -Wno-semicolon-before-method-body -iquote /Users/yves/Projects/xtd/xtd/build/CMakeFiles/3.13.2/CompilerIdCXX/CompilerIdCXX.build/Debug/CompilerIdCXX.build/CompilerIdCXX-generated-files.hmap -I/Users/yves/Projects/xtd/xtd/build/CMakeFiles/3.13.2/CompilerIdCXX/CompilerIdCXX.build/Debug/CompilerIdCXX.build/CompilerIdCXX-own-target-headers.hmap -I/Users/yves/Projects/xtd/xtd/build/CMakeFiles/3.13.2/CompilerIdCXX/CompilerIdCXX.build/Debug/CompilerIdCXX.build/CompilerIdCXX-all-target-headers.hmap -iquote /Users/yves/Projects/xtd/xtd/build/CMakeFiles/3.13.2/CompilerIdCXX/CompilerIdCXX.build/Debug/CompilerIdCXX.build/CompilerIdCXX-project-headers.hmap -I/Users/yves/Projects/xtd/xtd/build/CMakeFiles/3.13.2/CompilerIdCXX/include -I/Users/yves/Projects/xtd/xtd/build/CMakeFiles/3.13.2/CompilerIdCXX/CompilerIdCXX.build/Debug/CompilerIdCXX.build/DerivedSources/x86_64 -I/Users/yves/Projects/xtd/xtd/build/CMakeFiles/3.13.2/CompilerIdCXX/CompilerIdCXX.build/Debug/CompilerIdCXX.build/DerivedSources -F/Users/yves/Projects/xtd/xtd/build/CMakeFiles/3.13.2/CompilerIdCXX -MMD -MT dependencies -MF /Users/yves/Projects/xtd/xtd/build/CMakeFiles/3.13.2/CompilerIdCXX/CompilerIdCXX.build/Debug/CompilerIdCXX.build/Objects-normal/x86_64/CMakeCXXCompilerId.d --serialize-diagnostics /Users/yves/Projects/xtd/xtd/build/CMakeFiles/3.13.2/CompilerIdCXX/CompilerIdCXX.build/Debug/CompilerIdCXX.build/Objects-normal/x86_64/CMakeCXXCompilerId.dia -c /Users/yves/Projects/xtd/xtd/build/CMakeFiles/3.13.2/CompilerIdCXX/CMakeCXXCompilerId.cpp -o /Users/yves/Projects/xtd/xtd/build/CMakeFiles/3.13.2/CompilerIdCXX/CompilerIdCXX.build/Debug/CompilerIdCXX.build/Objects-normal/x86_64/CMakeCXXCompilerId.o - -WriteAuxiliaryFile /Users/yves/Projects/xtd/xtd/build/CMakeFiles/3.13.2/CompilerIdCXX/CompilerIdCXX.build/Debug/CompilerIdCXX.build/Objects-normal/x86_64/CompilerIdCXX.LinkFileList (in target: CompilerIdCXX) - cd /Users/yves/Projects/xtd/xtd/build/CMakeFiles/3.13.2/CompilerIdCXX - write-file /Users/yves/Projects/xtd/xtd/build/CMakeFiles/3.13.2/CompilerIdCXX/CompilerIdCXX.build/Debug/CompilerIdCXX.build/Objects-normal/x86_64/CompilerIdCXX.LinkFileList - -Ld /Users/yves/Projects/xtd/xtd/build/CMakeFiles/3.13.2/CompilerIdCXX/CompilerIdCXX normal x86_64 (in target: CompilerIdCXX) - cd /Users/yves/Projects/xtd/xtd/build/CMakeFiles/3.13.2/CompilerIdCXX - export MACOSX_DEPLOYMENT_TARGET=10.14 - /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang++ -arch x86_64 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk -L/Users/yves/Projects/xtd/xtd/build/CMakeFiles/3.13.2/CompilerIdCXX -F/Users/yves/Projects/xtd/xtd/build/CMakeFiles/3.13.2/CompilerIdCXX -filelist /Users/yves/Projects/xtd/xtd/build/CMakeFiles/3.13.2/CompilerIdCXX/CompilerIdCXX.build/Debug/CompilerIdCXX.build/Objects-normal/x86_64/CompilerIdCXX.LinkFileList -mmacosx-version-min=10.14 -Xlinker -object_path_lto -Xlinker /Users/yves/Projects/xtd/xtd/build/CMakeFiles/3.13.2/CompilerIdCXX/CompilerIdCXX.build/Debug/CompilerIdCXX.build/Objects-normal/x86_64/CompilerIdCXX_lto.o -Xlinker -dependency_info -Xlinker /Users/yves/Projects/xtd/xtd/build/CMakeFiles/3.13.2/CompilerIdCXX/CompilerIdCXX.build/Debug/CompilerIdCXX.build/Objects-normal/x86_64/CompilerIdCXX_dependency_info.dat -o /Users/yves/Projects/xtd/xtd/build/CMakeFiles/3.13.2/CompilerIdCXX/CompilerIdCXX - -WriteAuxiliaryFile /Users/yves/Projects/xtd/xtd/build/CMakeFiles/3.13.2/CompilerIdCXX/CompilerIdCXX.build/Debug/CompilerIdCXX.build/Script-2C8FEB8E15DC1A1A00E56A5D.sh (in target: CompilerIdCXX) - cd /Users/yves/Projects/xtd/xtd/build/CMakeFiles/3.13.2/CompilerIdCXX - write-file /Users/yves/Projects/xtd/xtd/build/CMakeFiles/3.13.2/CompilerIdCXX/CompilerIdCXX.build/Debug/CompilerIdCXX.build/Script-2C8FEB8E15DC1A1A00E56A5D.sh - -PhaseScriptExecution Run\ Script /Users/yves/Projects/xtd/xtd/build/CMakeFiles/3.13.2/CompilerIdCXX/CompilerIdCXX.build/Debug/CompilerIdCXX.build/Script-2C8FEB8E15DC1A1A00E56A5D.sh (in target: CompilerIdCXX) - cd /Users/yves/Projects/xtd/xtd/build/CMakeFiles/3.13.2/CompilerIdCXX - /bin/sh -c /Users/yves/Projects/xtd/xtd/build/CMakeFiles/3.13.2/CompilerIdCXX/CompilerIdCXX.build/Debug/CompilerIdCXX.build/Script-2C8FEB8E15DC1A1A00E56A5D.sh -GCC_VERSION=com.apple.compilers.llvm.clang.1_0 -ARCHS=x86_64 - -** BUILD SUCCEEDED ** - - - -Compilation of the CXX compiler identification source "CMakeCXXCompilerId.cpp" produced "CompilerIdCXX" - -The CXX compiler identification is AppleClang, found in "/Users/yves/Projects/xtd/xtd/build/CMakeFiles/3.13.2/CompilerIdCXX/CompilerIdCXX" - -Determining if the C compiler works passed with the following output: -Change Dir: /Users/yves/Projects/xtd/xtd/build/CMakeFiles/CMakeTmp - -Run Build Command:"/usr/bin/xcodebuild" "-project" "CMAKE_TRY_COMPILE.xcodeproj" "build" "-target" "cmTC_86123" "-configuration" "Debug" -Prepare build -note: Using legacy build system - -=== BUILD TARGET cmTC_86123 OF PROJECT CMAKE_TRY_COMPILE WITH CONFIGURATION Debug === - -Check dependencies - -Write auxiliary files -/bin/mkdir -p /Users/yves/Projects/xtd/xtd/build/CMakeFiles/CMakeTmp/CMAKE_TRY_COMPILE.build/Debug/cmTC_86123.build/Objects-normal/x86_64 -write-file /Users/yves/Projects/xtd/xtd/build/CMakeFiles/CMakeTmp/CMAKE_TRY_COMPILE.build/Debug/cmTC_86123.build/Objects-normal/x86_64/cmTC_86123.LinkFileList - -CompileC CMAKE_TRY_COMPILE.build/Debug/cmTC_86123.build/Objects-normal/x86_64/testCCompiler.o testCCompiler.c normal x86_64 c com.apple.compilers.llvm.clang.1_0.compiler - cd /Users/yves/Projects/xtd/xtd/build/CMakeFiles/CMakeTmp - export LANG=en_US.US-ASCII - /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -x c -arch x86_64 -fmessage-length=0 -fdiagnostics-show-note-include-stack -fmacro-backtrace-limit=0 -Wno-trigraphs -fpascal-strings -O0 -Wno-missing-field-initializers -Wno-missing-prototypes -Wno-return-type -Wno-missing-braces -Wparentheses -Wswitch -Wno-unused-function -Wno-unused-label -Wno-unused-parameter -Wno-unused-variable -Wunused-value -Wno-empty-body -Wno-uninitialized -Wno-unknown-pragmas -Wno-shadow -Wno-four-char-constants -Wno-conversion -Wno-constant-conversion -Wno-int-conversion -Wno-bool-conversion -Wno-enum-conversion -Wno-float-conversion -Wno-non-literal-null-conversion -Wno-objc-literal-conversion -Wno-shorten-64-to-32 -Wpointer-sign -Wno-newline-eof -DCMAKE_INTDIR=\"Debug\" -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk -fasm-blocks -fstrict-aliasing -Wdeprecated-declarations -mmacosx-version-min=10.14 -g -Wno-sign-conversion -Wno-infinite-recursion -Wno-comma -Wno-block-capture-autoreleasing -Wno-strict-prototypes -Wno-semicolon-before-method-body -I/Users/yves/Projects/xtd/xtd/build/CMakeFiles/CMakeTmp/Debug/include -I/Users/yves/Projects/xtd/xtd/build/CMakeFiles/CMakeTmp/CMAKE_TRY_COMPILE.build/Debug/cmTC_86123.build/DerivedSources/x86_64 -I/Users/yves/Projects/xtd/xtd/build/CMakeFiles/CMakeTmp/CMAKE_TRY_COMPILE.build/Debug/cmTC_86123.build/DerivedSources -Wmost -Wno-four-char-constants -Wno-unknown-pragmas -F/Users/yves/Projects/xtd/xtd/build/CMakeFiles/CMakeTmp/Debug -MMD -MT dependencies -MF /Users/yves/Projects/xtd/xtd/build/CMakeFiles/CMakeTmp/CMAKE_TRY_COMPILE.build/Debug/cmTC_86123.build/Objects-normal/x86_64/testCCompiler.d --serialize-diagnostics /Users/yves/Projects/xtd/xtd/build/CMakeFiles/CMakeTmp/CMAKE_TRY_COMPILE.build/Debug/cmTC_86123.build/Objects-normal/x86_64/testCCompiler.dia -c /Users/yves/Projects/xtd/xtd/build/CMakeFiles/CMakeTmp/testCCompiler.c -o /Users/yves/Projects/xtd/xtd/build/CMakeFiles/CMakeTmp/CMAKE_TRY_COMPILE.build/Debug/cmTC_86123.build/Objects-normal/x86_64/testCCompiler.o - -Ld Debug/cmTC_86123 normal x86_64 - cd /Users/yves/Projects/xtd/xtd/build/CMakeFiles/CMakeTmp - export MACOSX_DEPLOYMENT_TARGET=10.14 - /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -arch x86_64 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk -L/Users/yves/Projects/xtd/xtd/build/CMakeFiles/CMakeTmp/Debug -F/Users/yves/Projects/xtd/xtd/build/CMakeFiles/CMakeTmp/Debug -filelist /Users/yves/Projects/xtd/xtd/build/CMakeFiles/CMakeTmp/CMAKE_TRY_COMPILE.build/Debug/cmTC_86123.build/Objects-normal/x86_64/cmTC_86123.LinkFileList -mmacosx-version-min=10.14 -Xlinker -object_path_lto -Xlinker /Users/yves/Projects/xtd/xtd/build/CMakeFiles/CMakeTmp/CMAKE_TRY_COMPILE.build/Debug/cmTC_86123.build/Objects-normal/x86_64/cmTC_86123_lto.o -Xlinker -no_deduplicate -Wl,-search_paths_first -Wl,-headerpad_max_install_names -Xlinker -dependency_info -Xlinker /Users/yves/Projects/xtd/xtd/build/CMakeFiles/CMakeTmp/CMAKE_TRY_COMPILE.build/Debug/cmTC_86123.build/Objects-normal/x86_64/cmTC_86123_dependency_info.dat -o /Users/yves/Projects/xtd/xtd/build/CMakeFiles/CMakeTmp/Debug/cmTC_86123 - -** BUILD SUCCEEDED ** - - - -Detecting C compiler ABI info compiled with the following output: -Change Dir: /Users/yves/Projects/xtd/xtd/build/CMakeFiles/CMakeTmp - -Run Build Command:"/usr/bin/xcodebuild" "-project" "CMAKE_TRY_COMPILE.xcodeproj" "build" "-target" "cmTC_f7806" "-configuration" "Debug" -Prepare build -note: Using legacy build system - -=== BUILD TARGET cmTC_f7806 OF PROJECT CMAKE_TRY_COMPILE WITH CONFIGURATION Debug === - -Check dependencies - -Write auxiliary files -/bin/mkdir -p /Users/yves/Projects/xtd/xtd/build/CMakeFiles/CMakeTmp/CMAKE_TRY_COMPILE.build/Debug/cmTC_f7806.build/Objects-normal/x86_64 -write-file /Users/yves/Projects/xtd/xtd/build/CMakeFiles/CMakeTmp/CMAKE_TRY_COMPILE.build/Debug/cmTC_f7806.build/Objects-normal/x86_64/cmTC_f7806.LinkFileList - -CompileC CMAKE_TRY_COMPILE.build/Debug/cmTC_f7806.build/Objects-normal/x86_64/CMakeCCompilerABI.o /Applications/CMake.app/Contents/share/cmake-3.13/Modules/CMakeCCompilerABI.c normal x86_64 c com.apple.compilers.llvm.clang.1_0.compiler - cd /Users/yves/Projects/xtd/xtd/build/CMakeFiles/CMakeTmp - export LANG=en_US.US-ASCII - /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -x c -arch x86_64 -fmessage-length=0 -fdiagnostics-show-note-include-stack -fmacro-backtrace-limit=0 -Wno-trigraphs -fpascal-strings -O0 -Wno-missing-field-initializers -Wno-missing-prototypes -Wno-return-type -Wno-missing-braces -Wparentheses -Wswitch -Wno-unused-function -Wno-unused-label -Wno-unused-parameter -Wno-unused-variable -Wunused-value -Wno-empty-body -Wno-uninitialized -Wno-unknown-pragmas -Wno-shadow -Wno-four-char-constants -Wno-conversion -Wno-constant-conversion -Wno-int-conversion -Wno-bool-conversion -Wno-enum-conversion -Wno-float-conversion -Wno-non-literal-null-conversion -Wno-objc-literal-conversion -Wno-shorten-64-to-32 -Wpointer-sign -Wno-newline-eof -DCMAKE_INTDIR=\"Debug\" -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk -fasm-blocks -fstrict-aliasing -Wdeprecated-declarations -mmacosx-version-min=10.14 -g -Wno-sign-conversion -Wno-infinite-recursion -Wno-comma -Wno-block-capture-autoreleasing -Wno-strict-prototypes -Wno-semicolon-before-method-body -I/Users/yves/Projects/xtd/xtd/build/CMakeFiles/CMakeTmp/Debug/include -I/Users/yves/Projects/xtd/xtd/build/CMakeFiles/CMakeTmp/CMAKE_TRY_COMPILE.build/Debug/cmTC_f7806.build/DerivedSources/x86_64 -I/Users/yves/Projects/xtd/xtd/build/CMakeFiles/CMakeTmp/CMAKE_TRY_COMPILE.build/Debug/cmTC_f7806.build/DerivedSources -Wmost -Wno-four-char-constants -Wno-unknown-pragmas -F/Users/yves/Projects/xtd/xtd/build/CMakeFiles/CMakeTmp/Debug -MMD -MT dependencies -MF /Users/yves/Projects/xtd/xtd/build/CMakeFiles/CMakeTmp/CMAKE_TRY_COMPILE.build/Debug/cmTC_f7806.build/Objects-normal/x86_64/CMakeCCompilerABI.d --serialize-diagnostics /Users/yves/Projects/xtd/xtd/build/CMakeFiles/CMakeTmp/CMAKE_TRY_COMPILE.build/Debug/cmTC_f7806.build/Objects-normal/x86_64/CMakeCCompilerABI.dia -c /Applications/CMake.app/Contents/share/cmake-3.13/Modules/CMakeCCompilerABI.c -o /Users/yves/Projects/xtd/xtd/build/CMakeFiles/CMakeTmp/CMAKE_TRY_COMPILE.build/Debug/cmTC_f7806.build/Objects-normal/x86_64/CMakeCCompilerABI.o - -Ld Debug/cmTC_f7806 normal x86_64 - cd /Users/yves/Projects/xtd/xtd/build/CMakeFiles/CMakeTmp - export MACOSX_DEPLOYMENT_TARGET=10.14 - /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -arch x86_64 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk -L/Users/yves/Projects/xtd/xtd/build/CMakeFiles/CMakeTmp/Debug -F/Users/yves/Projects/xtd/xtd/build/CMakeFiles/CMakeTmp/Debug -filelist /Users/yves/Projects/xtd/xtd/build/CMakeFiles/CMakeTmp/CMAKE_TRY_COMPILE.build/Debug/cmTC_f7806.build/Objects-normal/x86_64/cmTC_f7806.LinkFileList -mmacosx-version-min=10.14 -Xlinker -object_path_lto -Xlinker /Users/yves/Projects/xtd/xtd/build/CMakeFiles/CMakeTmp/CMAKE_TRY_COMPILE.build/Debug/cmTC_f7806.build/Objects-normal/x86_64/cmTC_f7806_lto.o -Xlinker -no_deduplicate -v -Wl,-v -Wl,-search_paths_first -Wl,-headerpad_max_install_names -Xlinker -dependency_info -Xlinker /Users/yves/Projects/xtd/xtd/build/CMakeFiles/CMakeTmp/CMAKE_TRY_COMPILE.build/Debug/cmTC_f7806.build/Objects-normal/x86_64/cmTC_f7806_dependency_info.dat -o /Users/yves/Projects/xtd/xtd/build/CMakeFiles/CMakeTmp/Debug/cmTC_f7806 -Apple LLVM version 10.0.0 (clang-1000.11.45.5) -Target: x86_64-apple-darwin18.2.0 -Thread model: posix -InstalledDir: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin - "/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld" -demangle -lto_library /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/libLTO.dylib -dynamic -arch x86_64 -macosx_version_min 10.14.0 -syslibroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk -o /Users/yves/Projects/xtd/xtd/build/CMakeFiles/CMakeTmp/Debug/cmTC_f7806 -L/Users/yves/Projects/xtd/xtd/build/CMakeFiles/CMakeTmp/Debug -filelist /Users/yves/Projects/xtd/xtd/build/CMakeFiles/CMakeTmp/CMAKE_TRY_COMPILE.build/Debug/cmTC_f7806.build/Objects-normal/x86_64/cmTC_f7806.LinkFileList -object_path_lto /Users/yves/Projects/xtd/xtd/build/CMakeFiles/CMakeTmp/CMAKE_TRY_COMPILE.build/Debug/cmTC_f7806.build/Objects-normal/x86_64/cmTC_f7806_lto.o -no_deduplicate -v -search_paths_first -headerpad_max_install_names -dependency_info /Users/yves/Projects/xtd/xtd/build/CMakeFiles/CMakeTmp/CMAKE_TRY_COMPILE.build/Debug/cmTC_f7806.build/Objects-normal/x86_64/cmTC_f7806_dependency_info.dat -lSystem /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/10.0.0/lib/darwin/libclang_rt.osx.a -F/Users/yves/Projects/xtd/xtd/build/CMakeFiles/CMakeTmp/Debug -@(#)PROGRAM:ld PROJECT:ld64-409.12 -BUILD 17:47:51 Sep 25 2018 -configured to support archs: armv6 armv7 armv7s arm64 i386 x86_64 x86_64h armv6m armv7k armv7m armv7em arm64e arm64_32 -Library search paths: - /Users/yves/Projects/xtd/xtd/build/CMakeFiles/CMakeTmp/Debug - /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/lib -Framework search paths: - /Users/yves/Projects/xtd/xtd/build/CMakeFiles/CMakeTmp/Debug - /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/ - -** BUILD SUCCEEDED ** - - - -Parsed C implicit link information from above output: - link line regex: [^( *|.*[/\])(ld|CMAKE_LINK_STARTFILE-NOTFOUND|([^/\]+-)?ld|collect2)[^/\]*( |$)] - ignore line: [Change Dir: /Users/yves/Projects/xtd/xtd/build/CMakeFiles/CMakeTmp] - ignore line: [] - ignore line: [Run Build Command:"/usr/bin/xcodebuild" "-project" "CMAKE_TRY_COMPILE.xcodeproj" "build" "-target" "cmTC_f7806" "-configuration" "Debug"] - ignore line: [Prepare build] - ignore line: [note: Using legacy build system] - ignore line: [] - ignore line: [=== BUILD TARGET cmTC_f7806 OF PROJECT CMAKE_TRY_COMPILE WITH CONFIGURATION Debug ===] - ignore line: [] - ignore line: [Check dependencies] - ignore line: [] - ignore line: [Write auxiliary files] - ignore line: [/bin/mkdir -p /Users/yves/Projects/xtd/xtd/build/CMakeFiles/CMakeTmp/CMAKE_TRY_COMPILE.build/Debug/cmTC_f7806.build/Objects-normal/x86_64] - ignore line: [write-file /Users/yves/Projects/xtd/xtd/build/CMakeFiles/CMakeTmp/CMAKE_TRY_COMPILE.build/Debug/cmTC_f7806.build/Objects-normal/x86_64/cmTC_f7806.LinkFileList] - ignore line: [] - ignore line: [CompileC CMAKE_TRY_COMPILE.build/Debug/cmTC_f7806.build/Objects-normal/x86_64/CMakeCCompilerABI.o /Applications/CMake.app/Contents/share/cmake-3.13/Modules/CMakeCCompilerABI.c normal x86_64 c com.apple.compilers.llvm.clang.1_0.compiler] - ignore line: [ cd /Users/yves/Projects/xtd/xtd/build/CMakeFiles/CMakeTmp] - ignore line: [ export LANG=en_US.US-ASCII] - ignore line: [ /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -x c -arch x86_64 -fmessage-length=0 -fdiagnostics-show-note-include-stack -fmacro-backtrace-limit=0 -Wno-trigraphs -fpascal-strings -O0 -Wno-missing-field-initializers -Wno-missing-prototypes -Wno-return-type -Wno-missing-braces -Wparentheses -Wswitch -Wno-unused-function -Wno-unused-label -Wno-unused-parameter -Wno-unused-variable -Wunused-value -Wno-empty-body -Wno-uninitialized -Wno-unknown-pragmas -Wno-shadow -Wno-four-char-constants -Wno-conversion -Wno-constant-conversion -Wno-int-conversion -Wno-bool-conversion -Wno-enum-conversion -Wno-float-conversion -Wno-non-literal-null-conversion -Wno-objc-literal-conversion -Wno-shorten-64-to-32 -Wpointer-sign -Wno-newline-eof -DCMAKE_INTDIR=\"Debug\" -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk -fasm-blocks -fstrict-aliasing -Wdeprecated-declarations -mmacosx-version-min=10.14 -g -Wno-sign-conversion -Wno-infinite-recursion -Wno-comma -Wno-block-capture-autoreleasing -Wno-strict-prototypes -Wno-semicolon-before-method-body -I/Users/yves/Projects/xtd/xtd/build/CMakeFiles/CMakeTmp/Debug/include -I/Users/yves/Projects/xtd/xtd/build/CMakeFiles/CMakeTmp/CMAKE_TRY_COMPILE.build/Debug/cmTC_f7806.build/DerivedSources/x86_64 -I/Users/yves/Projects/xtd/xtd/build/CMakeFiles/CMakeTmp/CMAKE_TRY_COMPILE.build/Debug/cmTC_f7806.build/DerivedSources -Wmost -Wno-four-char-constants -Wno-unknown-pragmas -F/Users/yves/Projects/xtd/xtd/build/CMakeFiles/CMakeTmp/Debug -MMD -MT dependencies -MF /Users/yves/Projects/xtd/xtd/build/CMakeFiles/CMakeTmp/CMAKE_TRY_COMPILE.build/Debug/cmTC_f7806.build/Objects-normal/x86_64/CMakeCCompilerABI.d --serialize-diagnostics /Users/yves/Projects/xtd/xtd/build/CMakeFiles/CMakeTmp/CMAKE_TRY_COMPILE.build/Debug/cmTC_f7806.build/Objects-normal/x86_64/CMakeCCompilerABI.dia -c /Applications/CMake.app/Contents/share/cmake-3.13/Modules/CMakeCCompilerABI.c -o /Users/yves/Projects/xtd/xtd/build/CMakeFiles/CMakeTmp/CMAKE_TRY_COMPILE.build/Debug/cmTC_f7806.build/Objects-normal/x86_64/CMakeCCompilerABI.o] - ignore line: [] - ignore line: [Ld Debug/cmTC_f7806 normal x86_64] - ignore line: [ cd /Users/yves/Projects/xtd/xtd/build/CMakeFiles/CMakeTmp] - ignore line: [ export MACOSX_DEPLOYMENT_TARGET=10.14] - ignore line: [ /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -arch x86_64 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk -L/Users/yves/Projects/xtd/xtd/build/CMakeFiles/CMakeTmp/Debug -F/Users/yves/Projects/xtd/xtd/build/CMakeFiles/CMakeTmp/Debug -filelist /Users/yves/Projects/xtd/xtd/build/CMakeFiles/CMakeTmp/CMAKE_TRY_COMPILE.build/Debug/cmTC_f7806.build/Objects-normal/x86_64/cmTC_f7806.LinkFileList -mmacosx-version-min=10.14 -Xlinker -object_path_lto -Xlinker /Users/yves/Projects/xtd/xtd/build/CMakeFiles/CMakeTmp/CMAKE_TRY_COMPILE.build/Debug/cmTC_f7806.build/Objects-normal/x86_64/cmTC_f7806_lto.o -Xlinker -no_deduplicate -v -Wl,-v -Wl,-search_paths_first -Wl,-headerpad_max_install_names -Xlinker -dependency_info -Xlinker /Users/yves/Projects/xtd/xtd/build/CMakeFiles/CMakeTmp/CMAKE_TRY_COMPILE.build/Debug/cmTC_f7806.build/Objects-normal/x86_64/cmTC_f7806_dependency_info.dat -o /Users/yves/Projects/xtd/xtd/build/CMakeFiles/CMakeTmp/Debug/cmTC_f7806] - ignore line: [Apple LLVM version 10.0.0 (clang-1000.11.45.5)] - ignore line: [Target: x86_64-apple-darwin18.2.0] - ignore line: [Thread model: posix] - ignore line: [InstalledDir: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin] - reduced line: [ "/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld" -demangle -lto_library /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/libLTO.dylib -dynamic -arch x86_64 -macosx_version_min 10.14.0 -syslibroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk -o /Users/yves/Projects/xtd/xtd/build/CMakeFiles/CMakeTmp/Debug/cmTC_f7806 -L/Users/yves/Projects/xtd/xtd/build/CMakeFiles/CMakeTmp/Debug -filelist /Users/yves/Projects/xtd/xtd/build/CMakeFiles/CMakeTmp/CMAKE_TRY_COMPILE.build/Debug/cmTC_f7806.build/Objects-normal/x86_64/cmTC_f7806.LinkFileList -object_path_lto /Users/yves/Projects/xtd/xtd/build/CMakeFiles/CMakeTmp/CMAKE_TRY_COMPILE.build/Debug/cmTC_f7806.build/Objects-normal/x86_64/cmTC_f7806_lto.o -no_deduplicate -v -search_paths_first -headerpad_max_install_names -dependency_info /Users/yves/Projects/xtd/xtd/build/CMakeFiles/CMakeTmp/CMAKE_TRY_COMPILE.build/Debug/cmTC_f7806.build/Objects-normal/x86_64/cmTC_f7806_dependency_info.dat -lSystem /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/10.0.0/lib/darwin/libclang_rt.osx.a -F/Users/yves/Projects/xtd/xtd/build/CMakeFiles/CMakeTmp/Debug] - to: [ "/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld" -demangle -lto_library /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/libLTO.dylib -dynamic -arch x86_64 -macosx_version_min 10.14.0 -syslibroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk -o /Users/yves/Projects/xtd/xtd/build/CMakeFiles/CMakeTmp/Debug/cmTC_f7806 -filelist /Users/yves/Projects/xtd/xtd/build/CMakeFiles/CMakeTmp/CMAKE_TRY_COMPILE.build/Debug/cmTC_f7806.build/Objects-normal/x86_64/cmTC_f7806.LinkFileList -object_path_lto /Users/yves/Projects/xtd/xtd/build/CMakeFiles/CMakeTmp/CMAKE_TRY_COMPILE.build/Debug/cmTC_f7806.build/Objects-normal/x86_64/cmTC_f7806_lto.o -no_deduplicate -v -search_paths_first -headerpad_max_install_names -dependency_info /Users/yves/Projects/xtd/xtd/build/CMakeFiles/CMakeTmp/CMAKE_TRY_COMPILE.build/Debug/cmTC_f7806.build/Objects-normal/x86_64/cmTC_f7806_dependency_info.dat -lSystem /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/10.0.0/lib/darwin/libclang_rt.osx.a ] - link line: [ "/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld" -demangle -lto_library /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/libLTO.dylib -dynamic -arch x86_64 -macosx_version_min 10.14.0 -syslibroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk -o /Users/yves/Projects/xtd/xtd/build/CMakeFiles/CMakeTmp/Debug/cmTC_f7806 -filelist /Users/yves/Projects/xtd/xtd/build/CMakeFiles/CMakeTmp/CMAKE_TRY_COMPILE.build/Debug/cmTC_f7806.build/Objects-normal/x86_64/cmTC_f7806.LinkFileList -object_path_lto /Users/yves/Projects/xtd/xtd/build/CMakeFiles/CMakeTmp/CMAKE_TRY_COMPILE.build/Debug/cmTC_f7806.build/Objects-normal/x86_64/cmTC_f7806_lto.o -no_deduplicate -v -search_paths_first -headerpad_max_install_names -dependency_info /Users/yves/Projects/xtd/xtd/build/CMakeFiles/CMakeTmp/CMAKE_TRY_COMPILE.build/Debug/cmTC_f7806.build/Objects-normal/x86_64/cmTC_f7806_dependency_info.dat -lSystem /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/10.0.0/lib/darwin/libclang_rt.osx.a ] - arg [/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld] ==> ignore - arg [-demangle] ==> ignore - arg [-lto_library] ==> ignore, skip following value - arg [/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/libLTO.dylib] ==> skip value of -lto_library - arg [-dynamic] ==> ignore - arg [-arch] ==> ignore - arg [x86_64] ==> ignore - arg [-macosx_version_min] ==> ignore - arg [10.14.0] ==> ignore - arg [-syslibroot] ==> ignore - arg [/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk] ==> ignore - arg [-o] ==> ignore - arg [/Users/yves/Projects/xtd/xtd/build/CMakeFiles/CMakeTmp/Debug/cmTC_f7806] ==> ignore - arg [-filelist] ==> ignore - arg [/Users/yves/Projects/xtd/xtd/build/CMakeFiles/CMakeTmp/CMAKE_TRY_COMPILE.build/Debug/cmTC_f7806.build/Objects-normal/x86_64/cmTC_f7806.LinkFileList] ==> ignore - arg [-object_path_lto] ==> ignore - arg [/Users/yves/Projects/xtd/xtd/build/CMakeFiles/CMakeTmp/CMAKE_TRY_COMPILE.build/Debug/cmTC_f7806.build/Objects-normal/x86_64/cmTC_f7806_lto.o] ==> ignore - arg [-no_deduplicate] ==> ignore - arg [-v] ==> ignore - arg [-search_paths_first] ==> ignore - arg [-headerpad_max_install_names] ==> ignore - arg [-dependency_info] ==> ignore - arg [/Users/yves/Projects/xtd/xtd/build/CMakeFiles/CMakeTmp/CMAKE_TRY_COMPILE.build/Debug/cmTC_f7806.build/Objects-normal/x86_64/cmTC_f7806_dependency_info.dat] ==> ignore - arg [-lSystem] ==> lib [System] - arg [/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/10.0.0/lib/darwin/libclang_rt.osx.a] ==> lib [/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/10.0.0/lib/darwin/libclang_rt.osx.a] - Library search paths: [;/Users/yves/Projects/xtd/xtd/build/CMakeFiles/CMakeTmp/Debug;/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/lib] - Framework search paths: [;/Users/yves/Projects/xtd/xtd/build/CMakeFiles/CMakeTmp/Debug;/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/] - remove lib [System] - remove lib [/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/10.0.0/lib/darwin/libclang_rt.osx.a] - collapse library dir [/Users/yves/Projects/xtd/xtd/build/CMakeFiles/CMakeTmp/Debug] ==> [/Users/yves/Projects/xtd/xtd/build/CMakeFiles/CMakeTmp/Debug], skipping non-system directory - collapse library dir [/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/lib] ==> [/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/lib] - collapse framework dir [/Users/yves/Projects/xtd/xtd/build/CMakeFiles/CMakeTmp/Debug] ==> [/Users/yves/Projects/xtd/xtd/build/CMakeFiles/CMakeTmp/Debug], skipping non-system directory - collapse framework dir [/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/] ==> [/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks] - implicit libs: [] - implicit dirs: [/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/lib] - implicit fwks: [/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks] - - - - -Detecting C [-std=c11] compiler features compiled with the following output: -Change Dir: /Users/yves/Projects/xtd/xtd/build/CMakeFiles/CMakeTmp - -Run Build Command:"/usr/bin/xcodebuild" "-project" "CMAKE_TRY_COMPILE.xcodeproj" "build" "-target" "cmTC_5b526" "-configuration" "Debug" -Prepare build -note: Using legacy build system - -=== BUILD TARGET cmTC_5b526 OF PROJECT CMAKE_TRY_COMPILE WITH CONFIGURATION Debug === - -Check dependencies - -Write auxiliary files -/bin/mkdir -p /Users/yves/Projects/xtd/xtd/build/CMakeFiles/CMakeTmp/CMAKE_TRY_COMPILE.build/Debug/cmTC_5b526.build/Objects-normal/x86_64 -write-file /Users/yves/Projects/xtd/xtd/build/CMakeFiles/CMakeTmp/CMAKE_TRY_COMPILE.build/Debug/cmTC_5b526.build/Objects-normal/x86_64/cmTC_5b526.LinkFileList - -CompileC CMAKE_TRY_COMPILE.build/Debug/cmTC_5b526.build/Objects-normal/x86_64/feature_tests.o /Users/yves/Projects/xtd/xtd/build/CMakeFiles/feature_tests.c normal x86_64 c com.apple.compilers.llvm.clang.1_0.compiler - cd /Users/yves/Projects/xtd/xtd/build/CMakeFiles/CMakeTmp - export LANG=en_US.US-ASCII - /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -x c -arch x86_64 -fmessage-length=0 -fdiagnostics-show-note-include-stack -fmacro-backtrace-limit=0 -Wno-trigraphs -fpascal-strings -O0 -Wno-missing-field-initializers -Wno-missing-prototypes -Wno-return-type -Wno-missing-braces -Wparentheses -Wswitch -Wno-unused-function -Wno-unused-label -Wno-unused-parameter -Wno-unused-variable -Wunused-value -Wno-empty-body -Wno-uninitialized -Wno-unknown-pragmas -Wno-shadow -Wno-four-char-constants -Wno-conversion -Wno-constant-conversion -Wno-int-conversion -Wno-bool-conversion -Wno-enum-conversion -Wno-float-conversion -Wno-non-literal-null-conversion -Wno-objc-literal-conversion -Wno-shorten-64-to-32 -Wpointer-sign -Wno-newline-eof -DCMAKE_INTDIR=\"Debug\" -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk -fasm-blocks -fstrict-aliasing -Wdeprecated-declarations -mmacosx-version-min=10.14 -g -Wno-sign-conversion -Wno-infinite-recursion -Wno-comma -Wno-block-capture-autoreleasing -Wno-strict-prototypes -Wno-semicolon-before-method-body -I/Users/yves/Projects/xtd/xtd/build/CMakeFiles/CMakeTmp/Debug/include -I/Users/yves/Projects/xtd/xtd/build/CMakeFiles/CMakeTmp/CMAKE_TRY_COMPILE.build/Debug/cmTC_5b526.build/DerivedSources/x86_64 -I/Users/yves/Projects/xtd/xtd/build/CMakeFiles/CMakeTmp/CMAKE_TRY_COMPILE.build/Debug/cmTC_5b526.build/DerivedSources -Wmost -Wno-four-char-constants -Wno-unknown-pragmas -F/Users/yves/Projects/xtd/xtd/build/CMakeFiles/CMakeTmp/Debug -std=c11 -MMD -MT dependencies -MF /Users/yves/Projects/xtd/xtd/build/CMakeFiles/CMakeTmp/CMAKE_TRY_COMPILE.build/Debug/cmTC_5b526.build/Objects-normal/x86_64/feature_tests.d --serialize-diagnostics /Users/yves/Projects/xtd/xtd/build/CMakeFiles/CMakeTmp/CMAKE_TRY_COMPILE.build/Debug/cmTC_5b526.build/Objects-normal/x86_64/feature_tests.dia -c /Users/yves/Projects/xtd/xtd/build/CMakeFiles/feature_tests.c -o /Users/yves/Projects/xtd/xtd/build/CMakeFiles/CMakeTmp/CMAKE_TRY_COMPILE.build/Debug/cmTC_5b526.build/Objects-normal/x86_64/feature_tests.o - -Ld Debug/cmTC_5b526 normal x86_64 - cd /Users/yves/Projects/xtd/xtd/build/CMakeFiles/CMakeTmp - export MACOSX_DEPLOYMENT_TARGET=10.14 - /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -arch x86_64 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk -L/Users/yves/Projects/xtd/xtd/build/CMakeFiles/CMakeTmp/Debug -F/Users/yves/Projects/xtd/xtd/build/CMakeFiles/CMakeTmp/Debug -filelist /Users/yves/Projects/xtd/xtd/build/CMakeFiles/CMakeTmp/CMAKE_TRY_COMPILE.build/Debug/cmTC_5b526.build/Objects-normal/x86_64/cmTC_5b526.LinkFileList -mmacosx-version-min=10.14 -Xlinker -object_path_lto -Xlinker /Users/yves/Projects/xtd/xtd/build/CMakeFiles/CMakeTmp/CMAKE_TRY_COMPILE.build/Debug/cmTC_5b526.build/Objects-normal/x86_64/cmTC_5b526_lto.o -Xlinker -no_deduplicate -Wl,-search_paths_first -Wl,-headerpad_max_install_names -Xlinker -dependency_info -Xlinker /Users/yves/Projects/xtd/xtd/build/CMakeFiles/CMakeTmp/CMAKE_TRY_COMPILE.build/Debug/cmTC_5b526.build/Objects-normal/x86_64/cmTC_5b526_dependency_info.dat -o /Users/yves/Projects/xtd/xtd/build/CMakeFiles/CMakeTmp/Debug/cmTC_5b526 - -** BUILD SUCCEEDED ** - - - - Feature record: C_FEATURE:1c_function_prototypes - Feature record: C_FEATURE:1c_restrict - Feature record: C_FEATURE:1c_static_assert - Feature record: C_FEATURE:1c_variadic_macros - - -Detecting C [-std=c99] compiler features compiled with the following output: -Change Dir: /Users/yves/Projects/xtd/xtd/build/CMakeFiles/CMakeTmp - -Run Build Command:"/usr/bin/xcodebuild" "-project" "CMAKE_TRY_COMPILE.xcodeproj" "build" "-target" "cmTC_86945" "-configuration" "Debug" -Prepare build -note: Using legacy build system - -=== BUILD TARGET cmTC_86945 OF PROJECT CMAKE_TRY_COMPILE WITH CONFIGURATION Debug === - -Check dependencies - -Write auxiliary files -/bin/mkdir -p /Users/yves/Projects/xtd/xtd/build/CMakeFiles/CMakeTmp/CMAKE_TRY_COMPILE.build/Debug/cmTC_86945.build/Objects-normal/x86_64 -write-file /Users/yves/Projects/xtd/xtd/build/CMakeFiles/CMakeTmp/CMAKE_TRY_COMPILE.build/Debug/cmTC_86945.build/Objects-normal/x86_64/cmTC_86945.LinkFileList - -CompileC CMAKE_TRY_COMPILE.build/Debug/cmTC_86945.build/Objects-normal/x86_64/feature_tests.o /Users/yves/Projects/xtd/xtd/build/CMakeFiles/feature_tests.c normal x86_64 c com.apple.compilers.llvm.clang.1_0.compiler - cd /Users/yves/Projects/xtd/xtd/build/CMakeFiles/CMakeTmp - export LANG=en_US.US-ASCII - /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -x c -arch x86_64 -fmessage-length=0 -fdiagnostics-show-note-include-stack -fmacro-backtrace-limit=0 -Wno-trigraphs -fpascal-strings -O0 -Wno-missing-field-initializers -Wno-missing-prototypes -Wno-return-type -Wno-missing-braces -Wparentheses -Wswitch -Wno-unused-function -Wno-unused-label -Wno-unused-parameter -Wno-unused-variable -Wunused-value -Wno-empty-body -Wno-uninitialized -Wno-unknown-pragmas -Wno-shadow -Wno-four-char-constants -Wno-conversion -Wno-constant-conversion -Wno-int-conversion -Wno-bool-conversion -Wno-enum-conversion -Wno-float-conversion -Wno-non-literal-null-conversion -Wno-objc-literal-conversion -Wno-shorten-64-to-32 -Wpointer-sign -Wno-newline-eof -DCMAKE_INTDIR=\"Debug\" -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk -fasm-blocks -fstrict-aliasing -Wdeprecated-declarations -mmacosx-version-min=10.14 -g -Wno-sign-conversion -Wno-infinite-recursion -Wno-comma -Wno-block-capture-autoreleasing -Wno-strict-prototypes -Wno-semicolon-before-method-body -I/Users/yves/Projects/xtd/xtd/build/CMakeFiles/CMakeTmp/Debug/include -I/Users/yves/Projects/xtd/xtd/build/CMakeFiles/CMakeTmp/CMAKE_TRY_COMPILE.build/Debug/cmTC_86945.build/DerivedSources/x86_64 -I/Users/yves/Projects/xtd/xtd/build/CMakeFiles/CMakeTmp/CMAKE_TRY_COMPILE.build/Debug/cmTC_86945.build/DerivedSources -Wmost -Wno-four-char-constants -Wno-unknown-pragmas -F/Users/yves/Projects/xtd/xtd/build/CMakeFiles/CMakeTmp/Debug -std=c99 -MMD -MT dependencies -MF /Users/yves/Projects/xtd/xtd/build/CMakeFiles/CMakeTmp/CMAKE_TRY_COMPILE.build/Debug/cmTC_86945.build/Objects-normal/x86_64/feature_tests.d --serialize-diagnostics /Users/yves/Projects/xtd/xtd/build/CMakeFiles/CMakeTmp/CMAKE_TRY_COMPILE.build/Debug/cmTC_86945.build/Objects-normal/x86_64/feature_tests.dia -c /Users/yves/Projects/xtd/xtd/build/CMakeFiles/feature_tests.c -o /Users/yves/Projects/xtd/xtd/build/CMakeFiles/CMakeTmp/CMAKE_TRY_COMPILE.build/Debug/cmTC_86945.build/Objects-normal/x86_64/feature_tests.o - -Ld Debug/cmTC_86945 normal x86_64 - cd /Users/yves/Projects/xtd/xtd/build/CMakeFiles/CMakeTmp - export MACOSX_DEPLOYMENT_TARGET=10.14 - /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -arch x86_64 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk -L/Users/yves/Projects/xtd/xtd/build/CMakeFiles/CMakeTmp/Debug -F/Users/yves/Projects/xtd/xtd/build/CMakeFiles/CMakeTmp/Debug -filelist /Users/yves/Projects/xtd/xtd/build/CMakeFiles/CMakeTmp/CMAKE_TRY_COMPILE.build/Debug/cmTC_86945.build/Objects-normal/x86_64/cmTC_86945.LinkFileList -mmacosx-version-min=10.14 -Xlinker -object_path_lto -Xlinker /Users/yves/Projects/xtd/xtd/build/CMakeFiles/CMakeTmp/CMAKE_TRY_COMPILE.build/Debug/cmTC_86945.build/Objects-normal/x86_64/cmTC_86945_lto.o -Xlinker -no_deduplicate -Wl,-search_paths_first -Wl,-headerpad_max_install_names -Xlinker -dependency_info -Xlinker /Users/yves/Projects/xtd/xtd/build/CMakeFiles/CMakeTmp/CMAKE_TRY_COMPILE.build/Debug/cmTC_86945.build/Objects-normal/x86_64/cmTC_86945_dependency_info.dat -o /Users/yves/Projects/xtd/xtd/build/CMakeFiles/CMakeTmp/Debug/cmTC_86945 - -** BUILD SUCCEEDED ** - - - - Feature record: C_FEATURE:1c_function_prototypes - Feature record: C_FEATURE:1c_restrict - Feature record: C_FEATURE:0c_static_assert - Feature record: C_FEATURE:1c_variadic_macros - - -Detecting C [-std=c90] compiler features compiled with the following output: -Change Dir: /Users/yves/Projects/xtd/xtd/build/CMakeFiles/CMakeTmp - -Run Build Command:"/usr/bin/xcodebuild" "-project" "CMAKE_TRY_COMPILE.xcodeproj" "build" "-target" "cmTC_e2083" "-configuration" "Debug" -Prepare build -note: Using legacy build system - -=== BUILD TARGET cmTC_e2083 OF PROJECT CMAKE_TRY_COMPILE WITH CONFIGURATION Debug === - -Check dependencies - -Write auxiliary files -/bin/mkdir -p /Users/yves/Projects/xtd/xtd/build/CMakeFiles/CMakeTmp/CMAKE_TRY_COMPILE.build/Debug/cmTC_e2083.build/Objects-normal/x86_64 -write-file /Users/yves/Projects/xtd/xtd/build/CMakeFiles/CMakeTmp/CMAKE_TRY_COMPILE.build/Debug/cmTC_e2083.build/Objects-normal/x86_64/cmTC_e2083.LinkFileList - -CompileC CMAKE_TRY_COMPILE.build/Debug/cmTC_e2083.build/Objects-normal/x86_64/feature_tests.o /Users/yves/Projects/xtd/xtd/build/CMakeFiles/feature_tests.c normal x86_64 c com.apple.compilers.llvm.clang.1_0.compiler - cd /Users/yves/Projects/xtd/xtd/build/CMakeFiles/CMakeTmp - export LANG=en_US.US-ASCII - /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -x c -arch x86_64 -fmessage-length=0 -fdiagnostics-show-note-include-stack -fmacro-backtrace-limit=0 -Wno-trigraphs -fpascal-strings -O0 -Wno-missing-field-initializers -Wno-missing-prototypes -Wno-return-type -Wno-missing-braces -Wparentheses -Wswitch -Wno-unused-function -Wno-unused-label -Wno-unused-parameter -Wno-unused-variable -Wunused-value -Wno-empty-body -Wno-uninitialized -Wno-unknown-pragmas -Wno-shadow -Wno-four-char-constants -Wno-conversion -Wno-constant-conversion -Wno-int-conversion -Wno-bool-conversion -Wno-enum-conversion -Wno-float-conversion -Wno-non-literal-null-conversion -Wno-objc-literal-conversion -Wno-shorten-64-to-32 -Wpointer-sign -Wno-newline-eof -DCMAKE_INTDIR=\"Debug\" -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk -fasm-blocks -fstrict-aliasing -Wdeprecated-declarations -mmacosx-version-min=10.14 -g -Wno-sign-conversion -Wno-infinite-recursion -Wno-comma -Wno-block-capture-autoreleasing -Wno-strict-prototypes -Wno-semicolon-before-method-body -I/Users/yves/Projects/xtd/xtd/build/CMakeFiles/CMakeTmp/Debug/include -I/Users/yves/Projects/xtd/xtd/build/CMakeFiles/CMakeTmp/CMAKE_TRY_COMPILE.build/Debug/cmTC_e2083.build/DerivedSources/x86_64 -I/Users/yves/Projects/xtd/xtd/build/CMakeFiles/CMakeTmp/CMAKE_TRY_COMPILE.build/Debug/cmTC_e2083.build/DerivedSources -Wmost -Wno-four-char-constants -Wno-unknown-pragmas -F/Users/yves/Projects/xtd/xtd/build/CMakeFiles/CMakeTmp/Debug -std=c90 -MMD -MT dependencies -MF /Users/yves/Projects/xtd/xtd/build/CMakeFiles/CMakeTmp/CMAKE_TRY_COMPILE.build/Debug/cmTC_e2083.build/Objects-normal/x86_64/feature_tests.d --serialize-diagnostics /Users/yves/Projects/xtd/xtd/build/CMakeFiles/CMakeTmp/CMAKE_TRY_COMPILE.build/Debug/cmTC_e2083.build/Objects-normal/x86_64/feature_tests.dia -c /Users/yves/Projects/xtd/xtd/build/CMakeFiles/feature_tests.c -o /Users/yves/Projects/xtd/xtd/build/CMakeFiles/CMakeTmp/CMAKE_TRY_COMPILE.build/Debug/cmTC_e2083.build/Objects-normal/x86_64/feature_tests.o - -Ld Debug/cmTC_e2083 normal x86_64 - cd /Users/yves/Projects/xtd/xtd/build/CMakeFiles/CMakeTmp - export MACOSX_DEPLOYMENT_TARGET=10.14 - /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -arch x86_64 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk -L/Users/yves/Projects/xtd/xtd/build/CMakeFiles/CMakeTmp/Debug -F/Users/yves/Projects/xtd/xtd/build/CMakeFiles/CMakeTmp/Debug -filelist /Users/yves/Projects/xtd/xtd/build/CMakeFiles/CMakeTmp/CMAKE_TRY_COMPILE.build/Debug/cmTC_e2083.build/Objects-normal/x86_64/cmTC_e2083.LinkFileList -mmacosx-version-min=10.14 -Xlinker -object_path_lto -Xlinker /Users/yves/Projects/xtd/xtd/build/CMakeFiles/CMakeTmp/CMAKE_TRY_COMPILE.build/Debug/cmTC_e2083.build/Objects-normal/x86_64/cmTC_e2083_lto.o -Xlinker -no_deduplicate -Wl,-search_paths_first -Wl,-headerpad_max_install_names -Xlinker -dependency_info -Xlinker /Users/yves/Projects/xtd/xtd/build/CMakeFiles/CMakeTmp/CMAKE_TRY_COMPILE.build/Debug/cmTC_e2083.build/Objects-normal/x86_64/cmTC_e2083_dependency_info.dat -o /Users/yves/Projects/xtd/xtd/build/CMakeFiles/CMakeTmp/Debug/cmTC_e2083 - -** BUILD SUCCEEDED ** - - - - Feature record: C_FEATURE:1c_function_prototypes - Feature record: C_FEATURE:0c_restrict - Feature record: C_FEATURE:0c_static_assert - Feature record: C_FEATURE:0c_variadic_macros -Determining if the CXX compiler works passed with the following output: -Change Dir: /Users/yves/Projects/xtd/xtd/build/CMakeFiles/CMakeTmp - -Run Build Command:"/usr/bin/xcodebuild" "-project" "CMAKE_TRY_COMPILE.xcodeproj" "build" "-target" "cmTC_2fc7c" "-configuration" "Debug" -Prepare build -note: Using legacy build system - -=== BUILD TARGET cmTC_2fc7c OF PROJECT CMAKE_TRY_COMPILE WITH CONFIGURATION Debug === - -Check dependencies - -Write auxiliary files -/bin/mkdir -p /Users/yves/Projects/xtd/xtd/build/CMakeFiles/CMakeTmp/CMAKE_TRY_COMPILE.build/Debug/cmTC_2fc7c.build/Objects-normal/x86_64 -write-file /Users/yves/Projects/xtd/xtd/build/CMakeFiles/CMakeTmp/CMAKE_TRY_COMPILE.build/Debug/cmTC_2fc7c.build/Objects-normal/x86_64/cmTC_2fc7c.LinkFileList - -CompileC CMAKE_TRY_COMPILE.build/Debug/cmTC_2fc7c.build/Objects-normal/x86_64/testCXXCompiler.o testCXXCompiler.cxx normal x86_64 c++ com.apple.compilers.llvm.clang.1_0.compiler - cd /Users/yves/Projects/xtd/xtd/build/CMakeFiles/CMakeTmp - export LANG=en_US.US-ASCII - /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -x c++ -arch x86_64 -fmessage-length=0 -fdiagnostics-show-note-include-stack -fmacro-backtrace-limit=0 -Wno-trigraphs -fpascal-strings -O0 -Wno-missing-field-initializers -Wno-missing-prototypes -Wno-return-type -Wno-non-virtual-dtor -Wno-overloaded-virtual -Wno-exit-time-destructors -Wno-missing-braces -Wparentheses -Wswitch -Wno-unused-function -Wno-unused-label -Wno-unused-parameter -Wno-unused-variable -Wunused-value -Wno-empty-body -Wno-uninitialized -Wno-unknown-pragmas -Wno-shadow -Wno-four-char-constants -Wno-conversion -Wno-constant-conversion -Wno-int-conversion -Wno-bool-conversion -Wno-enum-conversion -Wno-float-conversion -Wno-non-literal-null-conversion -Wno-objc-literal-conversion -Wno-shorten-64-to-32 -Wno-newline-eof -Wno-c++11-extensions -DCMAKE_INTDIR=\"Debug\" -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk -fasm-blocks -fstrict-aliasing -Wdeprecated-declarations -Winvalid-offsetof -mmacosx-version-min=10.14 -g -Wno-sign-conversion -Wno-infinite-recursion -Wno-move -Wno-comma -Wno-block-capture-autoreleasing -Wno-strict-prototypes -Wno-range-loop-analysis -Wno-semicolon-before-method-body -I/Users/yves/Projects/xtd/xtd/build/CMakeFiles/CMakeTmp/Debug/include -I/Users/yves/Projects/xtd/xtd/build/CMakeFiles/CMakeTmp/CMAKE_TRY_COMPILE.build/Debug/cmTC_2fc7c.build/DerivedSources/x86_64 -I/Users/yves/Projects/xtd/xtd/build/CMakeFiles/CMakeTmp/CMAKE_TRY_COMPILE.build/Debug/cmTC_2fc7c.build/DerivedSources -Wmost -Wno-four-char-constants -Wno-unknown-pragmas -F/Users/yves/Projects/xtd/xtd/build/CMakeFiles/CMakeTmp/Debug -MMD -MT dependencies -MF /Users/yves/Projects/xtd/xtd/build/CMakeFiles/CMakeTmp/CMAKE_TRY_COMPILE.build/Debug/cmTC_2fc7c.build/Objects-normal/x86_64/testCXXCompiler.d --serialize-diagnostics /Users/yves/Projects/xtd/xtd/build/CMakeFiles/CMakeTmp/CMAKE_TRY_COMPILE.build/Debug/cmTC_2fc7c.build/Objects-normal/x86_64/testCXXCompiler.dia -c /Users/yves/Projects/xtd/xtd/build/CMakeFiles/CMakeTmp/testCXXCompiler.cxx -o /Users/yves/Projects/xtd/xtd/build/CMakeFiles/CMakeTmp/CMAKE_TRY_COMPILE.build/Debug/cmTC_2fc7c.build/Objects-normal/x86_64/testCXXCompiler.o - -Ld Debug/cmTC_2fc7c normal x86_64 - cd /Users/yves/Projects/xtd/xtd/build/CMakeFiles/CMakeTmp - export MACOSX_DEPLOYMENT_TARGET=10.14 - /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang++ -arch x86_64 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk -L/Users/yves/Projects/xtd/xtd/build/CMakeFiles/CMakeTmp/Debug -F/Users/yves/Projects/xtd/xtd/build/CMakeFiles/CMakeTmp/Debug -filelist /Users/yves/Projects/xtd/xtd/build/CMakeFiles/CMakeTmp/CMAKE_TRY_COMPILE.build/Debug/cmTC_2fc7c.build/Objects-normal/x86_64/cmTC_2fc7c.LinkFileList -mmacosx-version-min=10.14 -Xlinker -object_path_lto -Xlinker /Users/yves/Projects/xtd/xtd/build/CMakeFiles/CMakeTmp/CMAKE_TRY_COMPILE.build/Debug/cmTC_2fc7c.build/Objects-normal/x86_64/cmTC_2fc7c_lto.o -Xlinker -no_deduplicate -Wl,-search_paths_first -Wl,-headerpad_max_install_names -Xlinker -dependency_info -Xlinker /Users/yves/Projects/xtd/xtd/build/CMakeFiles/CMakeTmp/CMAKE_TRY_COMPILE.build/Debug/cmTC_2fc7c.build/Objects-normal/x86_64/cmTC_2fc7c_dependency_info.dat -o /Users/yves/Projects/xtd/xtd/build/CMakeFiles/CMakeTmp/Debug/cmTC_2fc7c - -** BUILD SUCCEEDED ** - - - -Detecting CXX compiler ABI info compiled with the following output: -Change Dir: /Users/yves/Projects/xtd/xtd/build/CMakeFiles/CMakeTmp - -Run Build Command:"/usr/bin/xcodebuild" "-project" "CMAKE_TRY_COMPILE.xcodeproj" "build" "-target" "cmTC_a2353" "-configuration" "Debug" -Prepare build -note: Using legacy build system - -=== BUILD TARGET cmTC_a2353 OF PROJECT CMAKE_TRY_COMPILE WITH CONFIGURATION Debug === - -Check dependencies - -Write auxiliary files -/bin/mkdir -p /Users/yves/Projects/xtd/xtd/build/CMakeFiles/CMakeTmp/CMAKE_TRY_COMPILE.build/Debug/cmTC_a2353.build/Objects-normal/x86_64 -write-file /Users/yves/Projects/xtd/xtd/build/CMakeFiles/CMakeTmp/CMAKE_TRY_COMPILE.build/Debug/cmTC_a2353.build/Objects-normal/x86_64/cmTC_a2353.LinkFileList - -CompileC CMAKE_TRY_COMPILE.build/Debug/cmTC_a2353.build/Objects-normal/x86_64/CMakeCXXCompilerABI.o /Applications/CMake.app/Contents/share/cmake-3.13/Modules/CMakeCXXCompilerABI.cpp normal x86_64 c++ com.apple.compilers.llvm.clang.1_0.compiler - cd /Users/yves/Projects/xtd/xtd/build/CMakeFiles/CMakeTmp - export LANG=en_US.US-ASCII - /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -x c++ -arch x86_64 -fmessage-length=0 -fdiagnostics-show-note-include-stack -fmacro-backtrace-limit=0 -Wno-trigraphs -fpascal-strings -O0 -Wno-missing-field-initializers -Wno-missing-prototypes -Wno-return-type -Wno-non-virtual-dtor -Wno-overloaded-virtual -Wno-exit-time-destructors -Wno-missing-braces -Wparentheses -Wswitch -Wno-unused-function -Wno-unused-label -Wno-unused-parameter -Wno-unused-variable -Wunused-value -Wno-empty-body -Wno-uninitialized -Wno-unknown-pragmas -Wno-shadow -Wno-four-char-constants -Wno-conversion -Wno-constant-conversion -Wno-int-conversion -Wno-bool-conversion -Wno-enum-conversion -Wno-float-conversion -Wno-non-literal-null-conversion -Wno-objc-literal-conversion -Wno-shorten-64-to-32 -Wno-newline-eof -Wno-c++11-extensions -DCMAKE_INTDIR=\"Debug\" -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk -fasm-blocks -fstrict-aliasing -Wdeprecated-declarations -Winvalid-offsetof -mmacosx-version-min=10.14 -g -Wno-sign-conversion -Wno-infinite-recursion -Wno-move -Wno-comma -Wno-block-capture-autoreleasing -Wno-strict-prototypes -Wno-range-loop-analysis -Wno-semicolon-before-method-body -I/Users/yves/Projects/xtd/xtd/build/CMakeFiles/CMakeTmp/Debug/include -I/Users/yves/Projects/xtd/xtd/build/CMakeFiles/CMakeTmp/CMAKE_TRY_COMPILE.build/Debug/cmTC_a2353.build/DerivedSources/x86_64 -I/Users/yves/Projects/xtd/xtd/build/CMakeFiles/CMakeTmp/CMAKE_TRY_COMPILE.build/Debug/cmTC_a2353.build/DerivedSources -Wmost -Wno-four-char-constants -Wno-unknown-pragmas -F/Users/yves/Projects/xtd/xtd/build/CMakeFiles/CMakeTmp/Debug -MMD -MT dependencies -MF /Users/yves/Projects/xtd/xtd/build/CMakeFiles/CMakeTmp/CMAKE_TRY_COMPILE.build/Debug/cmTC_a2353.build/Objects-normal/x86_64/CMakeCXXCompilerABI.d --serialize-diagnostics /Users/yves/Projects/xtd/xtd/build/CMakeFiles/CMakeTmp/CMAKE_TRY_COMPILE.build/Debug/cmTC_a2353.build/Objects-normal/x86_64/CMakeCXXCompilerABI.dia -c /Applications/CMake.app/Contents/share/cmake-3.13/Modules/CMakeCXXCompilerABI.cpp -o /Users/yves/Projects/xtd/xtd/build/CMakeFiles/CMakeTmp/CMAKE_TRY_COMPILE.build/Debug/cmTC_a2353.build/Objects-normal/x86_64/CMakeCXXCompilerABI.o - -Ld Debug/cmTC_a2353 normal x86_64 - cd /Users/yves/Projects/xtd/xtd/build/CMakeFiles/CMakeTmp - export MACOSX_DEPLOYMENT_TARGET=10.14 - /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang++ -arch x86_64 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk -L/Users/yves/Projects/xtd/xtd/build/CMakeFiles/CMakeTmp/Debug -F/Users/yves/Projects/xtd/xtd/build/CMakeFiles/CMakeTmp/Debug -filelist /Users/yves/Projects/xtd/xtd/build/CMakeFiles/CMakeTmp/CMAKE_TRY_COMPILE.build/Debug/cmTC_a2353.build/Objects-normal/x86_64/cmTC_a2353.LinkFileList -mmacosx-version-min=10.14 -Xlinker -object_path_lto -Xlinker /Users/yves/Projects/xtd/xtd/build/CMakeFiles/CMakeTmp/CMAKE_TRY_COMPILE.build/Debug/cmTC_a2353.build/Objects-normal/x86_64/cmTC_a2353_lto.o -Xlinker -no_deduplicate -v -Wl,-v -Wl,-search_paths_first -Wl,-headerpad_max_install_names -Xlinker -dependency_info -Xlinker /Users/yves/Projects/xtd/xtd/build/CMakeFiles/CMakeTmp/CMAKE_TRY_COMPILE.build/Debug/cmTC_a2353.build/Objects-normal/x86_64/cmTC_a2353_dependency_info.dat -o /Users/yves/Projects/xtd/xtd/build/CMakeFiles/CMakeTmp/Debug/cmTC_a2353 -Apple LLVM version 10.0.0 (clang-1000.11.45.5) -Target: x86_64-apple-darwin18.2.0 -Thread model: posix -InstalledDir: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin - "/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld" -demangle -lto_library /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/libLTO.dylib -dynamic -arch x86_64 -macosx_version_min 10.14.0 -syslibroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk -o /Users/yves/Projects/xtd/xtd/build/CMakeFiles/CMakeTmp/Debug/cmTC_a2353 -L/Users/yves/Projects/xtd/xtd/build/CMakeFiles/CMakeTmp/Debug -filelist /Users/yves/Projects/xtd/xtd/build/CMakeFiles/CMakeTmp/CMAKE_TRY_COMPILE.build/Debug/cmTC_a2353.build/Objects-normal/x86_64/cmTC_a2353.LinkFileList -object_path_lto /Users/yves/Projects/xtd/xtd/build/CMakeFiles/CMakeTmp/CMAKE_TRY_COMPILE.build/Debug/cmTC_a2353.build/Objects-normal/x86_64/cmTC_a2353_lto.o -no_deduplicate -v -search_paths_first -headerpad_max_install_names -dependency_info /Users/yves/Projects/xtd/xtd/build/CMakeFiles/CMakeTmp/CMAKE_TRY_COMPILE.build/Debug/cmTC_a2353.build/Objects-normal/x86_64/cmTC_a2353_dependency_info.dat -lc++ -lSystem /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/10.0.0/lib/darwin/libclang_rt.osx.a -F/Users/yves/Projects/xtd/xtd/build/CMakeFiles/CMakeTmp/Debug -@(#)PROGRAM:ld PROJECT:ld64-409.12 -BUILD 17:47:51 Sep 25 2018 -configured to support archs: armv6 armv7 armv7s arm64 i386 x86_64 x86_64h armv6m armv7k armv7m armv7em arm64e arm64_32 -Library search paths: - /Users/yves/Projects/xtd/xtd/build/CMakeFiles/CMakeTmp/Debug - /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/lib -Framework search paths: - /Users/yves/Projects/xtd/xtd/build/CMakeFiles/CMakeTmp/Debug - /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/ - -** BUILD SUCCEEDED ** - - - -Parsed CXX implicit link information from above output: - link line regex: [^( *|.*[/\])(ld|CMAKE_LINK_STARTFILE-NOTFOUND|([^/\]+-)?ld|collect2)[^/\]*( |$)] - ignore line: [Change Dir: /Users/yves/Projects/xtd/xtd/build/CMakeFiles/CMakeTmp] - ignore line: [] - ignore line: [Run Build Command:"/usr/bin/xcodebuild" "-project" "CMAKE_TRY_COMPILE.xcodeproj" "build" "-target" "cmTC_a2353" "-configuration" "Debug"] - ignore line: [Prepare build] - ignore line: [note: Using legacy build system] - ignore line: [] - ignore line: [=== BUILD TARGET cmTC_a2353 OF PROJECT CMAKE_TRY_COMPILE WITH CONFIGURATION Debug ===] - ignore line: [] - ignore line: [Check dependencies] - ignore line: [] - ignore line: [Write auxiliary files] - ignore line: [/bin/mkdir -p /Users/yves/Projects/xtd/xtd/build/CMakeFiles/CMakeTmp/CMAKE_TRY_COMPILE.build/Debug/cmTC_a2353.build/Objects-normal/x86_64] - ignore line: [write-file /Users/yves/Projects/xtd/xtd/build/CMakeFiles/CMakeTmp/CMAKE_TRY_COMPILE.build/Debug/cmTC_a2353.build/Objects-normal/x86_64/cmTC_a2353.LinkFileList] - ignore line: [] - ignore line: [CompileC CMAKE_TRY_COMPILE.build/Debug/cmTC_a2353.build/Objects-normal/x86_64/CMakeCXXCompilerABI.o /Applications/CMake.app/Contents/share/cmake-3.13/Modules/CMakeCXXCompilerABI.cpp normal x86_64 c++ com.apple.compilers.llvm.clang.1_0.compiler] - ignore line: [ cd /Users/yves/Projects/xtd/xtd/build/CMakeFiles/CMakeTmp] - ignore line: [ export LANG=en_US.US-ASCII] - ignore line: [ /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -x c++ -arch x86_64 -fmessage-length=0 -fdiagnostics-show-note-include-stack -fmacro-backtrace-limit=0 -Wno-trigraphs -fpascal-strings -O0 -Wno-missing-field-initializers -Wno-missing-prototypes -Wno-return-type -Wno-non-virtual-dtor -Wno-overloaded-virtual -Wno-exit-time-destructors -Wno-missing-braces -Wparentheses -Wswitch -Wno-unused-function -Wno-unused-label -Wno-unused-parameter -Wno-unused-variable -Wunused-value -Wno-empty-body -Wno-uninitialized -Wno-unknown-pragmas -Wno-shadow -Wno-four-char-constants -Wno-conversion -Wno-constant-conversion -Wno-int-conversion -Wno-bool-conversion -Wno-enum-conversion -Wno-float-conversion -Wno-non-literal-null-conversion -Wno-objc-literal-conversion -Wno-shorten-64-to-32 -Wno-newline-eof -Wno-c++11-extensions -DCMAKE_INTDIR=\"Debug\" -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk -fasm-blocks -fstrict-aliasing -Wdeprecated-declarations -Winvalid-offsetof -mmacosx-version-min=10.14 -g -Wno-sign-conversion -Wno-infinite-recursion -Wno-move -Wno-comma -Wno-block-capture-autoreleasing -Wno-strict-prototypes -Wno-range-loop-analysis -Wno-semicolon-before-method-body -I/Users/yves/Projects/xtd/xtd/build/CMakeFiles/CMakeTmp/Debug/include -I/Users/yves/Projects/xtd/xtd/build/CMakeFiles/CMakeTmp/CMAKE_TRY_COMPILE.build/Debug/cmTC_a2353.build/DerivedSources/x86_64 -I/Users/yves/Projects/xtd/xtd/build/CMakeFiles/CMakeTmp/CMAKE_TRY_COMPILE.build/Debug/cmTC_a2353.build/DerivedSources -Wmost -Wno-four-char-constants -Wno-unknown-pragmas -F/Users/yves/Projects/xtd/xtd/build/CMakeFiles/CMakeTmp/Debug -MMD -MT dependencies -MF /Users/yves/Projects/xtd/xtd/build/CMakeFiles/CMakeTmp/CMAKE_TRY_COMPILE.build/Debug/cmTC_a2353.build/Objects-normal/x86_64/CMakeCXXCompilerABI.d --serialize-diagnostics /Users/yves/Projects/xtd/xtd/build/CMakeFiles/CMakeTmp/CMAKE_TRY_COMPILE.build/Debug/cmTC_a2353.build/Objects-normal/x86_64/CMakeCXXCompilerABI.dia -c /Applications/CMake.app/Contents/share/cmake-3.13/Modules/CMakeCXXCompilerABI.cpp -o /Users/yves/Projects/xtd/xtd/build/CMakeFiles/CMakeTmp/CMAKE_TRY_COMPILE.build/Debug/cmTC_a2353.build/Objects-normal/x86_64/CMakeCXXCompilerABI.o] - ignore line: [] - ignore line: [Ld Debug/cmTC_a2353 normal x86_64] - ignore line: [ cd /Users/yves/Projects/xtd/xtd/build/CMakeFiles/CMakeTmp] - ignore line: [ export MACOSX_DEPLOYMENT_TARGET=10.14] - ignore line: [ /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang++ -arch x86_64 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk -L/Users/yves/Projects/xtd/xtd/build/CMakeFiles/CMakeTmp/Debug -F/Users/yves/Projects/xtd/xtd/build/CMakeFiles/CMakeTmp/Debug -filelist /Users/yves/Projects/xtd/xtd/build/CMakeFiles/CMakeTmp/CMAKE_TRY_COMPILE.build/Debug/cmTC_a2353.build/Objects-normal/x86_64/cmTC_a2353.LinkFileList -mmacosx-version-min=10.14 -Xlinker -object_path_lto -Xlinker /Users/yves/Projects/xtd/xtd/build/CMakeFiles/CMakeTmp/CMAKE_TRY_COMPILE.build/Debug/cmTC_a2353.build/Objects-normal/x86_64/cmTC_a2353_lto.o -Xlinker -no_deduplicate -v -Wl,-v -Wl,-search_paths_first -Wl,-headerpad_max_install_names -Xlinker -dependency_info -Xlinker /Users/yves/Projects/xtd/xtd/build/CMakeFiles/CMakeTmp/CMAKE_TRY_COMPILE.build/Debug/cmTC_a2353.build/Objects-normal/x86_64/cmTC_a2353_dependency_info.dat -o /Users/yves/Projects/xtd/xtd/build/CMakeFiles/CMakeTmp/Debug/cmTC_a2353] - ignore line: [Apple LLVM version 10.0.0 (clang-1000.11.45.5)] - ignore line: [Target: x86_64-apple-darwin18.2.0] - ignore line: [Thread model: posix] - ignore line: [InstalledDir: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin] - reduced line: [ "/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld" -demangle -lto_library /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/libLTO.dylib -dynamic -arch x86_64 -macosx_version_min 10.14.0 -syslibroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk -o /Users/yves/Projects/xtd/xtd/build/CMakeFiles/CMakeTmp/Debug/cmTC_a2353 -L/Users/yves/Projects/xtd/xtd/build/CMakeFiles/CMakeTmp/Debug -filelist /Users/yves/Projects/xtd/xtd/build/CMakeFiles/CMakeTmp/CMAKE_TRY_COMPILE.build/Debug/cmTC_a2353.build/Objects-normal/x86_64/cmTC_a2353.LinkFileList -object_path_lto /Users/yves/Projects/xtd/xtd/build/CMakeFiles/CMakeTmp/CMAKE_TRY_COMPILE.build/Debug/cmTC_a2353.build/Objects-normal/x86_64/cmTC_a2353_lto.o -no_deduplicate -v -search_paths_first -headerpad_max_install_names -dependency_info /Users/yves/Projects/xtd/xtd/build/CMakeFiles/CMakeTmp/CMAKE_TRY_COMPILE.build/Debug/cmTC_a2353.build/Objects-normal/x86_64/cmTC_a2353_dependency_info.dat -lc++ -lSystem /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/10.0.0/lib/darwin/libclang_rt.osx.a -F/Users/yves/Projects/xtd/xtd/build/CMakeFiles/CMakeTmp/Debug] - to: [ "/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld" -demangle -lto_library /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/libLTO.dylib -dynamic -arch x86_64 -macosx_version_min 10.14.0 -syslibroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk -o /Users/yves/Projects/xtd/xtd/build/CMakeFiles/CMakeTmp/Debug/cmTC_a2353 -filelist /Users/yves/Projects/xtd/xtd/build/CMakeFiles/CMakeTmp/CMAKE_TRY_COMPILE.build/Debug/cmTC_a2353.build/Objects-normal/x86_64/cmTC_a2353.LinkFileList -object_path_lto /Users/yves/Projects/xtd/xtd/build/CMakeFiles/CMakeTmp/CMAKE_TRY_COMPILE.build/Debug/cmTC_a2353.build/Objects-normal/x86_64/cmTC_a2353_lto.o -no_deduplicate -v -search_paths_first -headerpad_max_install_names -dependency_info /Users/yves/Projects/xtd/xtd/build/CMakeFiles/CMakeTmp/CMAKE_TRY_COMPILE.build/Debug/cmTC_a2353.build/Objects-normal/x86_64/cmTC_a2353_dependency_info.dat -lc++ -lSystem /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/10.0.0/lib/darwin/libclang_rt.osx.a ] - link line: [ "/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld" -demangle -lto_library /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/libLTO.dylib -dynamic -arch x86_64 -macosx_version_min 10.14.0 -syslibroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk -o /Users/yves/Projects/xtd/xtd/build/CMakeFiles/CMakeTmp/Debug/cmTC_a2353 -filelist /Users/yves/Projects/xtd/xtd/build/CMakeFiles/CMakeTmp/CMAKE_TRY_COMPILE.build/Debug/cmTC_a2353.build/Objects-normal/x86_64/cmTC_a2353.LinkFileList -object_path_lto /Users/yves/Projects/xtd/xtd/build/CMakeFiles/CMakeTmp/CMAKE_TRY_COMPILE.build/Debug/cmTC_a2353.build/Objects-normal/x86_64/cmTC_a2353_lto.o -no_deduplicate -v -search_paths_first -headerpad_max_install_names -dependency_info /Users/yves/Projects/xtd/xtd/build/CMakeFiles/CMakeTmp/CMAKE_TRY_COMPILE.build/Debug/cmTC_a2353.build/Objects-normal/x86_64/cmTC_a2353_dependency_info.dat -lc++ -lSystem /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/10.0.0/lib/darwin/libclang_rt.osx.a ] - arg [/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld] ==> ignore - arg [-demangle] ==> ignore - arg [-lto_library] ==> ignore, skip following value - arg [/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/libLTO.dylib] ==> skip value of -lto_library - arg [-dynamic] ==> ignore - arg [-arch] ==> ignore - arg [x86_64] ==> ignore - arg [-macosx_version_min] ==> ignore - arg [10.14.0] ==> ignore - arg [-syslibroot] ==> ignore - arg [/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk] ==> ignore - arg [-o] ==> ignore - arg [/Users/yves/Projects/xtd/xtd/build/CMakeFiles/CMakeTmp/Debug/cmTC_a2353] ==> ignore - arg [-filelist] ==> ignore - arg [/Users/yves/Projects/xtd/xtd/build/CMakeFiles/CMakeTmp/CMAKE_TRY_COMPILE.build/Debug/cmTC_a2353.build/Objects-normal/x86_64/cmTC_a2353.LinkFileList] ==> ignore - arg [-object_path_lto] ==> ignore - arg [/Users/yves/Projects/xtd/xtd/build/CMakeFiles/CMakeTmp/CMAKE_TRY_COMPILE.build/Debug/cmTC_a2353.build/Objects-normal/x86_64/cmTC_a2353_lto.o] ==> ignore - arg [-no_deduplicate] ==> ignore - arg [-v] ==> ignore - arg [-search_paths_first] ==> ignore - arg [-headerpad_max_install_names] ==> ignore - arg [-dependency_info] ==> ignore - arg [/Users/yves/Projects/xtd/xtd/build/CMakeFiles/CMakeTmp/CMAKE_TRY_COMPILE.build/Debug/cmTC_a2353.build/Objects-normal/x86_64/cmTC_a2353_dependency_info.dat] ==> ignore - arg [-lc++] ==> lib [c++] - arg [-lSystem] ==> lib [System] - arg [/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/10.0.0/lib/darwin/libclang_rt.osx.a] ==> lib [/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/10.0.0/lib/darwin/libclang_rt.osx.a] - Library search paths: [;/Users/yves/Projects/xtd/xtd/build/CMakeFiles/CMakeTmp/Debug;/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/lib] - Framework search paths: [;/Users/yves/Projects/xtd/xtd/build/CMakeFiles/CMakeTmp/Debug;/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/] - remove lib [System] - remove lib [/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/10.0.0/lib/darwin/libclang_rt.osx.a] - collapse library dir [/Users/yves/Projects/xtd/xtd/build/CMakeFiles/CMakeTmp/Debug] ==> [/Users/yves/Projects/xtd/xtd/build/CMakeFiles/CMakeTmp/Debug], skipping non-system directory - collapse library dir [/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/lib] ==> [/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/lib] - collapse framework dir [/Users/yves/Projects/xtd/xtd/build/CMakeFiles/CMakeTmp/Debug] ==> [/Users/yves/Projects/xtd/xtd/build/CMakeFiles/CMakeTmp/Debug], skipping non-system directory - collapse framework dir [/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/] ==> [/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks] - implicit libs: [c++] - implicit dirs: [/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/lib] - implicit fwks: [/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks] - - - - -Detecting CXX [-std=c++1z] compiler features compiled with the following output: -Change Dir: /Users/yves/Projects/xtd/xtd/build/CMakeFiles/CMakeTmp - -Run Build Command:"/usr/bin/xcodebuild" "-project" "CMAKE_TRY_COMPILE.xcodeproj" "build" "-target" "cmTC_b36d1" "-configuration" "Debug" -Prepare build -note: Using legacy build system - -=== BUILD TARGET cmTC_b36d1 OF PROJECT CMAKE_TRY_COMPILE WITH CONFIGURATION Debug === - -Check dependencies - -Write auxiliary files -/bin/mkdir -p /Users/yves/Projects/xtd/xtd/build/CMakeFiles/CMakeTmp/CMAKE_TRY_COMPILE.build/Debug/cmTC_b36d1.build/Objects-normal/x86_64 -write-file /Users/yves/Projects/xtd/xtd/build/CMakeFiles/CMakeTmp/CMAKE_TRY_COMPILE.build/Debug/cmTC_b36d1.build/Objects-normal/x86_64/cmTC_b36d1.LinkFileList - -CompileC CMAKE_TRY_COMPILE.build/Debug/cmTC_b36d1.build/Objects-normal/x86_64/feature_tests.o /Users/yves/Projects/xtd/xtd/build/CMakeFiles/feature_tests.cxx normal x86_64 c++ com.apple.compilers.llvm.clang.1_0.compiler - cd /Users/yves/Projects/xtd/xtd/build/CMakeFiles/CMakeTmp - export LANG=en_US.US-ASCII - /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -x c++ -arch x86_64 -fmessage-length=0 -fdiagnostics-show-note-include-stack -fmacro-backtrace-limit=0 -Wno-trigraphs -fpascal-strings -O0 -Wno-missing-field-initializers -Wno-missing-prototypes -Wno-return-type -Wno-non-virtual-dtor -Wno-overloaded-virtual -Wno-exit-time-destructors -Wno-missing-braces -Wparentheses -Wswitch -Wno-unused-function -Wno-unused-label -Wno-unused-parameter -Wno-unused-variable -Wunused-value -Wno-empty-body -Wno-uninitialized -Wno-unknown-pragmas -Wno-shadow -Wno-four-char-constants -Wno-conversion -Wno-constant-conversion -Wno-int-conversion -Wno-bool-conversion -Wno-enum-conversion -Wno-float-conversion -Wno-non-literal-null-conversion -Wno-objc-literal-conversion -Wno-shorten-64-to-32 -Wno-newline-eof -Wno-c++11-extensions -DCMAKE_INTDIR=\"Debug\" -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk -fasm-blocks -fstrict-aliasing -Wdeprecated-declarations -Winvalid-offsetof -mmacosx-version-min=10.14 -g -Wno-sign-conversion -Wno-infinite-recursion -Wno-move -Wno-comma -Wno-block-capture-autoreleasing -Wno-strict-prototypes -Wno-range-loop-analysis -Wno-semicolon-before-method-body -I/Users/yves/Projects/xtd/xtd/build/CMakeFiles/CMakeTmp/Debug/include -I/Users/yves/Projects/xtd/xtd/build/CMakeFiles/CMakeTmp/CMAKE_TRY_COMPILE.build/Debug/cmTC_b36d1.build/DerivedSources/x86_64 -I/Users/yves/Projects/xtd/xtd/build/CMakeFiles/CMakeTmp/CMAKE_TRY_COMPILE.build/Debug/cmTC_b36d1.build/DerivedSources -Wmost -Wno-four-char-constants -Wno-unknown-pragmas -F/Users/yves/Projects/xtd/xtd/build/CMakeFiles/CMakeTmp/Debug -std=c++1z -MMD -MT dependencies -MF /Users/yves/Projects/xtd/xtd/build/CMakeFiles/CMakeTmp/CMAKE_TRY_COMPILE.build/Debug/cmTC_b36d1.build/Objects-normal/x86_64/feature_tests.d --serialize-diagnostics /Users/yves/Projects/xtd/xtd/build/CMakeFiles/CMakeTmp/CMAKE_TRY_COMPILE.build/Debug/cmTC_b36d1.build/Objects-normal/x86_64/feature_tests.dia -c /Users/yves/Projects/xtd/xtd/build/CMakeFiles/feature_tests.cxx -o /Users/yves/Projects/xtd/xtd/build/CMakeFiles/CMakeTmp/CMAKE_TRY_COMPILE.build/Debug/cmTC_b36d1.build/Objects-normal/x86_64/feature_tests.o - -Ld Debug/cmTC_b36d1 normal x86_64 - cd /Users/yves/Projects/xtd/xtd/build/CMakeFiles/CMakeTmp - export MACOSX_DEPLOYMENT_TARGET=10.14 - /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang++ -arch x86_64 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk -L/Users/yves/Projects/xtd/xtd/build/CMakeFiles/CMakeTmp/Debug -F/Users/yves/Projects/xtd/xtd/build/CMakeFiles/CMakeTmp/Debug -filelist /Users/yves/Projects/xtd/xtd/build/CMakeFiles/CMakeTmp/CMAKE_TRY_COMPILE.build/Debug/cmTC_b36d1.build/Objects-normal/x86_64/cmTC_b36d1.LinkFileList -mmacosx-version-min=10.14 -Xlinker -object_path_lto -Xlinker /Users/yves/Projects/xtd/xtd/build/CMakeFiles/CMakeTmp/CMAKE_TRY_COMPILE.build/Debug/cmTC_b36d1.build/Objects-normal/x86_64/cmTC_b36d1_lto.o -Xlinker -no_deduplicate -Wl,-search_paths_first -Wl,-headerpad_max_install_names -Xlinker -dependency_info -Xlinker /Users/yves/Projects/xtd/xtd/build/CMakeFiles/CMakeTmp/CMAKE_TRY_COMPILE.build/Debug/cmTC_b36d1.build/Objects-normal/x86_64/cmTC_b36d1_dependency_info.dat -o /Users/yves/Projects/xtd/xtd/build/CMakeFiles/CMakeTmp/Debug/cmTC_b36d1 - -** BUILD SUCCEEDED ** - - - - Feature record: CXX_FEATURE:1cxx_aggregate_default_initializers - Feature record: CXX_FEATURE:1cxx_alias_templates - Feature record: CXX_FEATURE:1cxx_alignas - Feature record: CXX_FEATURE:1cxx_alignof - Feature record: CXX_FEATURE:1cxx_attributes - Feature record: CXX_FEATURE:1cxx_attribute_deprecated - Feature record: CXX_FEATURE:1cxx_auto_type - Feature record: CXX_FEATURE:1cxx_binary_literals - Feature record: CXX_FEATURE:1cxx_constexpr - Feature record: CXX_FEATURE:1cxx_contextual_conversions - Feature record: CXX_FEATURE:1cxx_decltype - Feature record: CXX_FEATURE:1cxx_decltype_auto - Feature record: CXX_FEATURE:1cxx_decltype_incomplete_return_types - Feature record: CXX_FEATURE:1cxx_default_function_template_args - Feature record: CXX_FEATURE:1cxx_defaulted_functions - Feature record: CXX_FEATURE:1cxx_defaulted_move_initializers - Feature record: CXX_FEATURE:1cxx_delegating_constructors - Feature record: CXX_FEATURE:1cxx_deleted_functions - Feature record: CXX_FEATURE:1cxx_digit_separators - Feature record: CXX_FEATURE:1cxx_enum_forward_declarations - Feature record: CXX_FEATURE:1cxx_explicit_conversions - Feature record: CXX_FEATURE:1cxx_extended_friend_declarations - Feature record: CXX_FEATURE:1cxx_extern_templates - Feature record: CXX_FEATURE:1cxx_final - Feature record: CXX_FEATURE:1cxx_func_identifier - Feature record: CXX_FEATURE:1cxx_generalized_initializers - Feature record: CXX_FEATURE:1cxx_generic_lambdas - Feature record: CXX_FEATURE:1cxx_inheriting_constructors - Feature record: CXX_FEATURE:1cxx_inline_namespaces - Feature record: CXX_FEATURE:1cxx_lambdas - Feature record: CXX_FEATURE:1cxx_lambda_init_captures - Feature record: CXX_FEATURE:1cxx_local_type_template_args - Feature record: CXX_FEATURE:1cxx_long_long_type - Feature record: CXX_FEATURE:1cxx_noexcept - Feature record: CXX_FEATURE:1cxx_nonstatic_member_init - Feature record: CXX_FEATURE:1cxx_nullptr - Feature record: CXX_FEATURE:1cxx_override - Feature record: CXX_FEATURE:1cxx_range_for - Feature record: CXX_FEATURE:1cxx_raw_string_literals - Feature record: CXX_FEATURE:1cxx_reference_qualified_functions - Feature record: CXX_FEATURE:1cxx_relaxed_constexpr - Feature record: CXX_FEATURE:1cxx_return_type_deduction - Feature record: CXX_FEATURE:1cxx_right_angle_brackets - Feature record: CXX_FEATURE:1cxx_rvalue_references - Feature record: CXX_FEATURE:1cxx_sizeof_member - Feature record: CXX_FEATURE:1cxx_static_assert - Feature record: CXX_FEATURE:1cxx_strong_enums - Feature record: CXX_FEATURE:1cxx_template_template_parameters - Feature record: CXX_FEATURE:1cxx_thread_local - Feature record: CXX_FEATURE:1cxx_trailing_return_types - Feature record: CXX_FEATURE:1cxx_unicode_literals - Feature record: CXX_FEATURE:1cxx_uniform_initialization - Feature record: CXX_FEATURE:1cxx_unrestricted_unions - Feature record: CXX_FEATURE:1cxx_user_literals - Feature record: CXX_FEATURE:1cxx_variable_templates - Feature record: CXX_FEATURE:1cxx_variadic_macros - Feature record: CXX_FEATURE:1cxx_variadic_templates - - -Detecting CXX [-std=c++14] compiler features compiled with the following output: -Change Dir: /Users/yves/Projects/xtd/xtd/build/CMakeFiles/CMakeTmp - -Run Build Command:"/usr/bin/xcodebuild" "-project" "CMAKE_TRY_COMPILE.xcodeproj" "build" "-target" "cmTC_eceaa" "-configuration" "Debug" -Prepare build -note: Using legacy build system - -=== BUILD TARGET cmTC_eceaa OF PROJECT CMAKE_TRY_COMPILE WITH CONFIGURATION Debug === - -Check dependencies - -Write auxiliary files -/bin/mkdir -p /Users/yves/Projects/xtd/xtd/build/CMakeFiles/CMakeTmp/CMAKE_TRY_COMPILE.build/Debug/cmTC_eceaa.build/Objects-normal/x86_64 -write-file /Users/yves/Projects/xtd/xtd/build/CMakeFiles/CMakeTmp/CMAKE_TRY_COMPILE.build/Debug/cmTC_eceaa.build/Objects-normal/x86_64/cmTC_eceaa.LinkFileList - -CompileC CMAKE_TRY_COMPILE.build/Debug/cmTC_eceaa.build/Objects-normal/x86_64/feature_tests.o /Users/yves/Projects/xtd/xtd/build/CMakeFiles/feature_tests.cxx normal x86_64 c++ com.apple.compilers.llvm.clang.1_0.compiler - cd /Users/yves/Projects/xtd/xtd/build/CMakeFiles/CMakeTmp - export LANG=en_US.US-ASCII - /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -x c++ -arch x86_64 -fmessage-length=0 -fdiagnostics-show-note-include-stack -fmacro-backtrace-limit=0 -Wno-trigraphs -fpascal-strings -O0 -Wno-missing-field-initializers -Wno-missing-prototypes -Wno-return-type -Wno-non-virtual-dtor -Wno-overloaded-virtual -Wno-exit-time-destructors -Wno-missing-braces -Wparentheses -Wswitch -Wno-unused-function -Wno-unused-label -Wno-unused-parameter -Wno-unused-variable -Wunused-value -Wno-empty-body -Wno-uninitialized -Wno-unknown-pragmas -Wno-shadow -Wno-four-char-constants -Wno-conversion -Wno-constant-conversion -Wno-int-conversion -Wno-bool-conversion -Wno-enum-conversion -Wno-float-conversion -Wno-non-literal-null-conversion -Wno-objc-literal-conversion -Wno-shorten-64-to-32 -Wno-newline-eof -Wno-c++11-extensions -DCMAKE_INTDIR=\"Debug\" -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk -fasm-blocks -fstrict-aliasing -Wdeprecated-declarations -Winvalid-offsetof -mmacosx-version-min=10.14 -g -Wno-sign-conversion -Wno-infinite-recursion -Wno-move -Wno-comma -Wno-block-capture-autoreleasing -Wno-strict-prototypes -Wno-range-loop-analysis -Wno-semicolon-before-method-body -I/Users/yves/Projects/xtd/xtd/build/CMakeFiles/CMakeTmp/Debug/include -I/Users/yves/Projects/xtd/xtd/build/CMakeFiles/CMakeTmp/CMAKE_TRY_COMPILE.build/Debug/cmTC_eceaa.build/DerivedSources/x86_64 -I/Users/yves/Projects/xtd/xtd/build/CMakeFiles/CMakeTmp/CMAKE_TRY_COMPILE.build/Debug/cmTC_eceaa.build/DerivedSources -Wmost -Wno-four-char-constants -Wno-unknown-pragmas -F/Users/yves/Projects/xtd/xtd/build/CMakeFiles/CMakeTmp/Debug -std=c++14 -MMD -MT dependencies -MF /Users/yves/Projects/xtd/xtd/build/CMakeFiles/CMakeTmp/CMAKE_TRY_COMPILE.build/Debug/cmTC_eceaa.build/Objects-normal/x86_64/feature_tests.d --serialize-diagnostics /Users/yves/Projects/xtd/xtd/build/CMakeFiles/CMakeTmp/CMAKE_TRY_COMPILE.build/Debug/cmTC_eceaa.build/Objects-normal/x86_64/feature_tests.dia -c /Users/yves/Projects/xtd/xtd/build/CMakeFiles/feature_tests.cxx -o /Users/yves/Projects/xtd/xtd/build/CMakeFiles/CMakeTmp/CMAKE_TRY_COMPILE.build/Debug/cmTC_eceaa.build/Objects-normal/x86_64/feature_tests.o - -Ld Debug/cmTC_eceaa normal x86_64 - cd /Users/yves/Projects/xtd/xtd/build/CMakeFiles/CMakeTmp - export MACOSX_DEPLOYMENT_TARGET=10.14 - /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang++ -arch x86_64 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk -L/Users/yves/Projects/xtd/xtd/build/CMakeFiles/CMakeTmp/Debug -F/Users/yves/Projects/xtd/xtd/build/CMakeFiles/CMakeTmp/Debug -filelist /Users/yves/Projects/xtd/xtd/build/CMakeFiles/CMakeTmp/CMAKE_TRY_COMPILE.build/Debug/cmTC_eceaa.build/Objects-normal/x86_64/cmTC_eceaa.LinkFileList -mmacosx-version-min=10.14 -Xlinker -object_path_lto -Xlinker /Users/yves/Projects/xtd/xtd/build/CMakeFiles/CMakeTmp/CMAKE_TRY_COMPILE.build/Debug/cmTC_eceaa.build/Objects-normal/x86_64/cmTC_eceaa_lto.o -Xlinker -no_deduplicate -Wl,-search_paths_first -Wl,-headerpad_max_install_names -Xlinker -dependency_info -Xlinker /Users/yves/Projects/xtd/xtd/build/CMakeFiles/CMakeTmp/CMAKE_TRY_COMPILE.build/Debug/cmTC_eceaa.build/Objects-normal/x86_64/cmTC_eceaa_dependency_info.dat -o /Users/yves/Projects/xtd/xtd/build/CMakeFiles/CMakeTmp/Debug/cmTC_eceaa - -** BUILD SUCCEEDED ** - - - - Feature record: CXX_FEATURE:1cxx_aggregate_default_initializers - Feature record: CXX_FEATURE:1cxx_alias_templates - Feature record: CXX_FEATURE:1cxx_alignas - Feature record: CXX_FEATURE:1cxx_alignof - Feature record: CXX_FEATURE:1cxx_attributes - Feature record: CXX_FEATURE:1cxx_attribute_deprecated - Feature record: CXX_FEATURE:1cxx_auto_type - Feature record: CXX_FEATURE:1cxx_binary_literals - Feature record: CXX_FEATURE:1cxx_constexpr - Feature record: CXX_FEATURE:1cxx_contextual_conversions - Feature record: CXX_FEATURE:1cxx_decltype - Feature record: CXX_FEATURE:1cxx_decltype_auto - Feature record: CXX_FEATURE:1cxx_decltype_incomplete_return_types - Feature record: CXX_FEATURE:1cxx_default_function_template_args - Feature record: CXX_FEATURE:1cxx_defaulted_functions - Feature record: CXX_FEATURE:1cxx_defaulted_move_initializers - Feature record: CXX_FEATURE:1cxx_delegating_constructors - Feature record: CXX_FEATURE:1cxx_deleted_functions - Feature record: CXX_FEATURE:1cxx_digit_separators - Feature record: CXX_FEATURE:1cxx_enum_forward_declarations - Feature record: CXX_FEATURE:1cxx_explicit_conversions - Feature record: CXX_FEATURE:1cxx_extended_friend_declarations - Feature record: CXX_FEATURE:1cxx_extern_templates - Feature record: CXX_FEATURE:1cxx_final - Feature record: CXX_FEATURE:1cxx_func_identifier - Feature record: CXX_FEATURE:1cxx_generalized_initializers - Feature record: CXX_FEATURE:1cxx_generic_lambdas - Feature record: CXX_FEATURE:1cxx_inheriting_constructors - Feature record: CXX_FEATURE:1cxx_inline_namespaces - Feature record: CXX_FEATURE:1cxx_lambdas - Feature record: CXX_FEATURE:1cxx_lambda_init_captures - Feature record: CXX_FEATURE:1cxx_local_type_template_args - Feature record: CXX_FEATURE:1cxx_long_long_type - Feature record: CXX_FEATURE:1cxx_noexcept - Feature record: CXX_FEATURE:1cxx_nonstatic_member_init - Feature record: CXX_FEATURE:1cxx_nullptr - Feature record: CXX_FEATURE:1cxx_override - Feature record: CXX_FEATURE:1cxx_range_for - Feature record: CXX_FEATURE:1cxx_raw_string_literals - Feature record: CXX_FEATURE:1cxx_reference_qualified_functions - Feature record: CXX_FEATURE:1cxx_relaxed_constexpr - Feature record: CXX_FEATURE:1cxx_return_type_deduction - Feature record: CXX_FEATURE:1cxx_right_angle_brackets - Feature record: CXX_FEATURE:1cxx_rvalue_references - Feature record: CXX_FEATURE:1cxx_sizeof_member - Feature record: CXX_FEATURE:1cxx_static_assert - Feature record: CXX_FEATURE:1cxx_strong_enums - Feature record: CXX_FEATURE:1cxx_template_template_parameters - Feature record: CXX_FEATURE:1cxx_thread_local - Feature record: CXX_FEATURE:1cxx_trailing_return_types - Feature record: CXX_FEATURE:1cxx_unicode_literals - Feature record: CXX_FEATURE:1cxx_uniform_initialization - Feature record: CXX_FEATURE:1cxx_unrestricted_unions - Feature record: CXX_FEATURE:1cxx_user_literals - Feature record: CXX_FEATURE:1cxx_variable_templates - Feature record: CXX_FEATURE:1cxx_variadic_macros - Feature record: CXX_FEATURE:1cxx_variadic_templates - - -Detecting CXX [-std=c++11] compiler features compiled with the following output: -Change Dir: /Users/yves/Projects/xtd/xtd/build/CMakeFiles/CMakeTmp - -Run Build Command:"/usr/bin/xcodebuild" "-project" "CMAKE_TRY_COMPILE.xcodeproj" "build" "-target" "cmTC_86f24" "-configuration" "Debug" -Prepare build -note: Using legacy build system - -=== BUILD TARGET cmTC_86f24 OF PROJECT CMAKE_TRY_COMPILE WITH CONFIGURATION Debug === - -Check dependencies - -Write auxiliary files -/bin/mkdir -p /Users/yves/Projects/xtd/xtd/build/CMakeFiles/CMakeTmp/CMAKE_TRY_COMPILE.build/Debug/cmTC_86f24.build/Objects-normal/x86_64 -write-file /Users/yves/Projects/xtd/xtd/build/CMakeFiles/CMakeTmp/CMAKE_TRY_COMPILE.build/Debug/cmTC_86f24.build/Objects-normal/x86_64/cmTC_86f24.LinkFileList - -CompileC CMAKE_TRY_COMPILE.build/Debug/cmTC_86f24.build/Objects-normal/x86_64/feature_tests.o /Users/yves/Projects/xtd/xtd/build/CMakeFiles/feature_tests.cxx normal x86_64 c++ com.apple.compilers.llvm.clang.1_0.compiler - cd /Users/yves/Projects/xtd/xtd/build/CMakeFiles/CMakeTmp - export LANG=en_US.US-ASCII - /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -x c++ -arch x86_64 -fmessage-length=0 -fdiagnostics-show-note-include-stack -fmacro-backtrace-limit=0 -Wno-trigraphs -fpascal-strings -O0 -Wno-missing-field-initializers -Wno-missing-prototypes -Wno-return-type -Wno-non-virtual-dtor -Wno-overloaded-virtual -Wno-exit-time-destructors -Wno-missing-braces -Wparentheses -Wswitch -Wno-unused-function -Wno-unused-label -Wno-unused-parameter -Wno-unused-variable -Wunused-value -Wno-empty-body -Wno-uninitialized -Wno-unknown-pragmas -Wno-shadow -Wno-four-char-constants -Wno-conversion -Wno-constant-conversion -Wno-int-conversion -Wno-bool-conversion -Wno-enum-conversion -Wno-float-conversion -Wno-non-literal-null-conversion -Wno-objc-literal-conversion -Wno-shorten-64-to-32 -Wno-newline-eof -Wno-c++11-extensions -DCMAKE_INTDIR=\"Debug\" -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk -fasm-blocks -fstrict-aliasing -Wdeprecated-declarations -Winvalid-offsetof -mmacosx-version-min=10.14 -g -Wno-sign-conversion -Wno-infinite-recursion -Wno-move -Wno-comma -Wno-block-capture-autoreleasing -Wno-strict-prototypes -Wno-range-loop-analysis -Wno-semicolon-before-method-body -I/Users/yves/Projects/xtd/xtd/build/CMakeFiles/CMakeTmp/Debug/include -I/Users/yves/Projects/xtd/xtd/build/CMakeFiles/CMakeTmp/CMAKE_TRY_COMPILE.build/Debug/cmTC_86f24.build/DerivedSources/x86_64 -I/Users/yves/Projects/xtd/xtd/build/CMakeFiles/CMakeTmp/CMAKE_TRY_COMPILE.build/Debug/cmTC_86f24.build/DerivedSources -Wmost -Wno-four-char-constants -Wno-unknown-pragmas -F/Users/yves/Projects/xtd/xtd/build/CMakeFiles/CMakeTmp/Debug -std=c++11 -MMD -MT dependencies -MF /Users/yves/Projects/xtd/xtd/build/CMakeFiles/CMakeTmp/CMAKE_TRY_COMPILE.build/Debug/cmTC_86f24.build/Objects-normal/x86_64/feature_tests.d --serialize-diagnostics /Users/yves/Projects/xtd/xtd/build/CMakeFiles/CMakeTmp/CMAKE_TRY_COMPILE.build/Debug/cmTC_86f24.build/Objects-normal/x86_64/feature_tests.dia -c /Users/yves/Projects/xtd/xtd/build/CMakeFiles/feature_tests.cxx -o /Users/yves/Projects/xtd/xtd/build/CMakeFiles/CMakeTmp/CMAKE_TRY_COMPILE.build/Debug/cmTC_86f24.build/Objects-normal/x86_64/feature_tests.o - -Ld Debug/cmTC_86f24 normal x86_64 - cd /Users/yves/Projects/xtd/xtd/build/CMakeFiles/CMakeTmp - export MACOSX_DEPLOYMENT_TARGET=10.14 - /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang++ -arch x86_64 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk -L/Users/yves/Projects/xtd/xtd/build/CMakeFiles/CMakeTmp/Debug -F/Users/yves/Projects/xtd/xtd/build/CMakeFiles/CMakeTmp/Debug -filelist /Users/yves/Projects/xtd/xtd/build/CMakeFiles/CMakeTmp/CMAKE_TRY_COMPILE.build/Debug/cmTC_86f24.build/Objects-normal/x86_64/cmTC_86f24.LinkFileList -mmacosx-version-min=10.14 -Xlinker -object_path_lto -Xlinker /Users/yves/Projects/xtd/xtd/build/CMakeFiles/CMakeTmp/CMAKE_TRY_COMPILE.build/Debug/cmTC_86f24.build/Objects-normal/x86_64/cmTC_86f24_lto.o -Xlinker -no_deduplicate -Wl,-search_paths_first -Wl,-headerpad_max_install_names -Xlinker -dependency_info -Xlinker /Users/yves/Projects/xtd/xtd/build/CMakeFiles/CMakeTmp/CMAKE_TRY_COMPILE.build/Debug/cmTC_86f24.build/Objects-normal/x86_64/cmTC_86f24_dependency_info.dat -o /Users/yves/Projects/xtd/xtd/build/CMakeFiles/CMakeTmp/Debug/cmTC_86f24 - -** BUILD SUCCEEDED ** - - - - Feature record: CXX_FEATURE:0cxx_aggregate_default_initializers - Feature record: CXX_FEATURE:1cxx_alias_templates - Feature record: CXX_FEATURE:1cxx_alignas - Feature record: CXX_FEATURE:1cxx_alignof - Feature record: CXX_FEATURE:1cxx_attributes - Feature record: CXX_FEATURE:0cxx_attribute_deprecated - Feature record: CXX_FEATURE:1cxx_auto_type - Feature record: CXX_FEATURE:0cxx_binary_literals - Feature record: CXX_FEATURE:1cxx_constexpr - Feature record: CXX_FEATURE:0cxx_contextual_conversions - Feature record: CXX_FEATURE:1cxx_decltype - Feature record: CXX_FEATURE:0cxx_decltype_auto - Feature record: CXX_FEATURE:1cxx_decltype_incomplete_return_types - Feature record: CXX_FEATURE:1cxx_default_function_template_args - Feature record: CXX_FEATURE:1cxx_defaulted_functions - Feature record: CXX_FEATURE:1cxx_defaulted_move_initializers - Feature record: CXX_FEATURE:1cxx_delegating_constructors - Feature record: CXX_FEATURE:1cxx_deleted_functions - Feature record: CXX_FEATURE:0cxx_digit_separators - Feature record: CXX_FEATURE:1cxx_enum_forward_declarations - Feature record: CXX_FEATURE:1cxx_explicit_conversions - Feature record: CXX_FEATURE:1cxx_extended_friend_declarations - Feature record: CXX_FEATURE:1cxx_extern_templates - Feature record: CXX_FEATURE:1cxx_final - Feature record: CXX_FEATURE:1cxx_func_identifier - Feature record: CXX_FEATURE:1cxx_generalized_initializers - Feature record: CXX_FEATURE:0cxx_generic_lambdas - Feature record: CXX_FEATURE:1cxx_inheriting_constructors - Feature record: CXX_FEATURE:1cxx_inline_namespaces - Feature record: CXX_FEATURE:1cxx_lambdas - Feature record: CXX_FEATURE:0cxx_lambda_init_captures - Feature record: CXX_FEATURE:1cxx_local_type_template_args - Feature record: CXX_FEATURE:1cxx_long_long_type - Feature record: CXX_FEATURE:1cxx_noexcept - Feature record: CXX_FEATURE:1cxx_nonstatic_member_init - Feature record: CXX_FEATURE:1cxx_nullptr - Feature record: CXX_FEATURE:1cxx_override - Feature record: CXX_FEATURE:1cxx_range_for - Feature record: CXX_FEATURE:1cxx_raw_string_literals - Feature record: CXX_FEATURE:1cxx_reference_qualified_functions - Feature record: CXX_FEATURE:0cxx_relaxed_constexpr - Feature record: CXX_FEATURE:0cxx_return_type_deduction - Feature record: CXX_FEATURE:1cxx_right_angle_brackets - Feature record: CXX_FEATURE:1cxx_rvalue_references - Feature record: CXX_FEATURE:1cxx_sizeof_member - Feature record: CXX_FEATURE:1cxx_static_assert - Feature record: CXX_FEATURE:1cxx_strong_enums - Feature record: CXX_FEATURE:1cxx_template_template_parameters - Feature record: CXX_FEATURE:1cxx_thread_local - Feature record: CXX_FEATURE:1cxx_trailing_return_types - Feature record: CXX_FEATURE:1cxx_unicode_literals - Feature record: CXX_FEATURE:1cxx_uniform_initialization - Feature record: CXX_FEATURE:1cxx_unrestricted_unions - Feature record: CXX_FEATURE:1cxx_user_literals - Feature record: CXX_FEATURE:0cxx_variable_templates - Feature record: CXX_FEATURE:1cxx_variadic_macros - Feature record: CXX_FEATURE:1cxx_variadic_templates - - -Detecting CXX [-std=c++98] compiler features compiled with the following output: -Change Dir: /Users/yves/Projects/xtd/xtd/build/CMakeFiles/CMakeTmp - -Run Build Command:"/usr/bin/xcodebuild" "-project" "CMAKE_TRY_COMPILE.xcodeproj" "build" "-target" "cmTC_ed293" "-configuration" "Debug" -Prepare build -note: Using legacy build system - -=== BUILD TARGET cmTC_ed293 OF PROJECT CMAKE_TRY_COMPILE WITH CONFIGURATION Debug === - -Check dependencies - -Write auxiliary files -/bin/mkdir -p /Users/yves/Projects/xtd/xtd/build/CMakeFiles/CMakeTmp/CMAKE_TRY_COMPILE.build/Debug/cmTC_ed293.build/Objects-normal/x86_64 -write-file /Users/yves/Projects/xtd/xtd/build/CMakeFiles/CMakeTmp/CMAKE_TRY_COMPILE.build/Debug/cmTC_ed293.build/Objects-normal/x86_64/cmTC_ed293.LinkFileList - -CompileC CMAKE_TRY_COMPILE.build/Debug/cmTC_ed293.build/Objects-normal/x86_64/feature_tests.o /Users/yves/Projects/xtd/xtd/build/CMakeFiles/feature_tests.cxx normal x86_64 c++ com.apple.compilers.llvm.clang.1_0.compiler - cd /Users/yves/Projects/xtd/xtd/build/CMakeFiles/CMakeTmp - export LANG=en_US.US-ASCII - /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -x c++ -arch x86_64 -fmessage-length=0 -fdiagnostics-show-note-include-stack -fmacro-backtrace-limit=0 -Wno-trigraphs -fpascal-strings -O0 -Wno-missing-field-initializers -Wno-missing-prototypes -Wno-return-type -Wno-non-virtual-dtor -Wno-overloaded-virtual -Wno-exit-time-destructors -Wno-missing-braces -Wparentheses -Wswitch -Wno-unused-function -Wno-unused-label -Wno-unused-parameter -Wno-unused-variable -Wunused-value -Wno-empty-body -Wno-uninitialized -Wno-unknown-pragmas -Wno-shadow -Wno-four-char-constants -Wno-conversion -Wno-constant-conversion -Wno-int-conversion -Wno-bool-conversion -Wno-enum-conversion -Wno-float-conversion -Wno-non-literal-null-conversion -Wno-objc-literal-conversion -Wno-shorten-64-to-32 -Wno-newline-eof -Wno-c++11-extensions -DCMAKE_INTDIR=\"Debug\" -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk -fasm-blocks -fstrict-aliasing -Wdeprecated-declarations -Winvalid-offsetof -mmacosx-version-min=10.14 -g -Wno-sign-conversion -Wno-infinite-recursion -Wno-move -Wno-comma -Wno-block-capture-autoreleasing -Wno-strict-prototypes -Wno-range-loop-analysis -Wno-semicolon-before-method-body -I/Users/yves/Projects/xtd/xtd/build/CMakeFiles/CMakeTmp/Debug/include -I/Users/yves/Projects/xtd/xtd/build/CMakeFiles/CMakeTmp/CMAKE_TRY_COMPILE.build/Debug/cmTC_ed293.build/DerivedSources/x86_64 -I/Users/yves/Projects/xtd/xtd/build/CMakeFiles/CMakeTmp/CMAKE_TRY_COMPILE.build/Debug/cmTC_ed293.build/DerivedSources -Wmost -Wno-four-char-constants -Wno-unknown-pragmas -F/Users/yves/Projects/xtd/xtd/build/CMakeFiles/CMakeTmp/Debug -std=c++98 -MMD -MT dependencies -MF /Users/yves/Projects/xtd/xtd/build/CMakeFiles/CMakeTmp/CMAKE_TRY_COMPILE.build/Debug/cmTC_ed293.build/Objects-normal/x86_64/feature_tests.d --serialize-diagnostics /Users/yves/Projects/xtd/xtd/build/CMakeFiles/CMakeTmp/CMAKE_TRY_COMPILE.build/Debug/cmTC_ed293.build/Objects-normal/x86_64/feature_tests.dia -c /Users/yves/Projects/xtd/xtd/build/CMakeFiles/feature_tests.cxx -o /Users/yves/Projects/xtd/xtd/build/CMakeFiles/CMakeTmp/CMAKE_TRY_COMPILE.build/Debug/cmTC_ed293.build/Objects-normal/x86_64/feature_tests.o - -Ld Debug/cmTC_ed293 normal x86_64 - cd /Users/yves/Projects/xtd/xtd/build/CMakeFiles/CMakeTmp - export MACOSX_DEPLOYMENT_TARGET=10.14 - /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang++ -arch x86_64 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk -L/Users/yves/Projects/xtd/xtd/build/CMakeFiles/CMakeTmp/Debug -F/Users/yves/Projects/xtd/xtd/build/CMakeFiles/CMakeTmp/Debug -filelist /Users/yves/Projects/xtd/xtd/build/CMakeFiles/CMakeTmp/CMAKE_TRY_COMPILE.build/Debug/cmTC_ed293.build/Objects-normal/x86_64/cmTC_ed293.LinkFileList -mmacosx-version-min=10.14 -Xlinker -object_path_lto -Xlinker /Users/yves/Projects/xtd/xtd/build/CMakeFiles/CMakeTmp/CMAKE_TRY_COMPILE.build/Debug/cmTC_ed293.build/Objects-normal/x86_64/cmTC_ed293_lto.o -Xlinker -no_deduplicate -Wl,-search_paths_first -Wl,-headerpad_max_install_names -Xlinker -dependency_info -Xlinker /Users/yves/Projects/xtd/xtd/build/CMakeFiles/CMakeTmp/CMAKE_TRY_COMPILE.build/Debug/cmTC_ed293.build/Objects-normal/x86_64/cmTC_ed293_dependency_info.dat -o /Users/yves/Projects/xtd/xtd/build/CMakeFiles/CMakeTmp/Debug/cmTC_ed293 - -** BUILD SUCCEEDED ** - - - - Feature record: CXX_FEATURE:0cxx_aggregate_default_initializers - Feature record: CXX_FEATURE:0cxx_alias_templates - Feature record: CXX_FEATURE:0cxx_alignas - Feature record: CXX_FEATURE:0cxx_alignof - Feature record: CXX_FEATURE:0cxx_attributes - Feature record: CXX_FEATURE:0cxx_attribute_deprecated - Feature record: CXX_FEATURE:0cxx_auto_type - Feature record: CXX_FEATURE:0cxx_binary_literals - Feature record: CXX_FEATURE:0cxx_constexpr - Feature record: CXX_FEATURE:0cxx_contextual_conversions - Feature record: CXX_FEATURE:0cxx_decltype - Feature record: CXX_FEATURE:0cxx_decltype_auto - Feature record: CXX_FEATURE:0cxx_decltype_incomplete_return_types - Feature record: CXX_FEATURE:0cxx_default_function_template_args - Feature record: CXX_FEATURE:0cxx_defaulted_functions - Feature record: CXX_FEATURE:0cxx_defaulted_move_initializers - Feature record: CXX_FEATURE:0cxx_delegating_constructors - Feature record: CXX_FEATURE:0cxx_deleted_functions - Feature record: CXX_FEATURE:0cxx_digit_separators - Feature record: CXX_FEATURE:0cxx_enum_forward_declarations - Feature record: CXX_FEATURE:0cxx_explicit_conversions - Feature record: CXX_FEATURE:0cxx_extended_friend_declarations - Feature record: CXX_FEATURE:0cxx_extern_templates - Feature record: CXX_FEATURE:0cxx_final - Feature record: CXX_FEATURE:0cxx_func_identifier - Feature record: CXX_FEATURE:0cxx_generalized_initializers - Feature record: CXX_FEATURE:0cxx_generic_lambdas - Feature record: CXX_FEATURE:0cxx_inheriting_constructors - Feature record: CXX_FEATURE:0cxx_inline_namespaces - Feature record: CXX_FEATURE:0cxx_lambdas - Feature record: CXX_FEATURE:0cxx_lambda_init_captures - Feature record: CXX_FEATURE:0cxx_local_type_template_args - Feature record: CXX_FEATURE:0cxx_long_long_type - Feature record: CXX_FEATURE:0cxx_noexcept - Feature record: CXX_FEATURE:0cxx_nonstatic_member_init - Feature record: CXX_FEATURE:0cxx_nullptr - Feature record: CXX_FEATURE:0cxx_override - Feature record: CXX_FEATURE:0cxx_range_for - Feature record: CXX_FEATURE:0cxx_raw_string_literals - Feature record: CXX_FEATURE:0cxx_reference_qualified_functions - Feature record: CXX_FEATURE:0cxx_relaxed_constexpr - Feature record: CXX_FEATURE:0cxx_return_type_deduction - Feature record: CXX_FEATURE:0cxx_right_angle_brackets - Feature record: CXX_FEATURE:0cxx_rvalue_references - Feature record: CXX_FEATURE:0cxx_sizeof_member - Feature record: CXX_FEATURE:0cxx_static_assert - Feature record: CXX_FEATURE:0cxx_strong_enums - Feature record: CXX_FEATURE:1cxx_template_template_parameters - Feature record: CXX_FEATURE:0cxx_thread_local - Feature record: CXX_FEATURE:0cxx_trailing_return_types - Feature record: CXX_FEATURE:0cxx_unicode_literals - Feature record: CXX_FEATURE:0cxx_uniform_initialization - Feature record: CXX_FEATURE:0cxx_unrestricted_unions - Feature record: CXX_FEATURE:0cxx_user_literals - Feature record: CXX_FEATURE:0cxx_variable_templates - Feature record: CXX_FEATURE:0cxx_variadic_macros - Feature record: CXX_FEATURE:0cxx_variadic_templates diff --git a/build/CMakeFiles/TargetDirectories.txt b/build/CMakeFiles/TargetDirectories.txt deleted file mode 100644 index b463d33829ed..000000000000 --- a/build/CMakeFiles/TargetDirectories.txt +++ /dev/null @@ -1,21 +0,0 @@ -/Users/yves/Projects/xtd/xtd/build/CMakeFiles/install.dir -/Users/yves/Projects/xtd/xtd/build/CMakeFiles/ALL_BUILD.dir -/Users/yves/Projects/xtd/xtd/build/CMakeFiles/ZERO_CHECK.dir -/Users/yves/Projects/xtd/xtd/build/xtd.console/xtd.console/CMakeFiles/install.dir -/Users/yves/Projects/xtd/xtd/build/xtd.console/xtd.console/CMakeFiles/xtd.console.dir -/Users/yves/Projects/xtd/xtd/build/xtd.console/xtd.console/CMakeFiles/ALL_BUILD.dir -/Users/yves/Projects/xtd/xtd/build/xtd.console/xtd.console/CMakeFiles/ZERO_CHECK.dir -/Users/yves/Projects/xtd/xtd/build/xtd.delegates/xtd.delegates/CMakeFiles/install.dir -/Users/yves/Projects/xtd/xtd/build/xtd.delegates/xtd.delegates/CMakeFiles/xtd.delegates.dir -/Users/yves/Projects/xtd/xtd/build/xtd.delegates/xtd.delegates/CMakeFiles/ALL_BUILD.dir -/Users/yves/Projects/xtd/xtd/build/xtd.delegates/xtd.delegates/CMakeFiles/ZERO_CHECK.dir -/Users/yves/Projects/xtd/xtd/build/xtd.properties/xtd.properties/CMakeFiles/install.dir -/Users/yves/Projects/xtd/xtd/build/xtd.properties/xtd.properties/CMakeFiles/xtd.properties.dir -/Users/yves/Projects/xtd/xtd/build/xtd.properties/xtd.properties/CMakeFiles/ALL_BUILD.dir -/Users/yves/Projects/xtd/xtd/build/xtd.properties/xtd.properties/CMakeFiles/ZERO_CHECK.dir -/Users/yves/Projects/xtd/xtd/build/xtd.strings/xtd.strings/CMakeFiles/install.dir -/Users/yves/Projects/xtd/xtd/build/xtd.strings/xtd.strings/CMakeFiles/xtd.strings.dir -/Users/yves/Projects/xtd/xtd/build/xtd.strings/xtd.strings/CMakeFiles/ALL_BUILD.dir -/Users/yves/Projects/xtd/xtd/build/xtd.strings/xtd.strings/CMakeFiles/ZERO_CHECK.dir -/Users/yves/Projects/xtd/xtd/build/xtd/CMakeFiles/install.dir -/Users/yves/Projects/xtd/xtd/build/xtd/CMakeFiles/xtd.dir diff --git a/build/CMakeFiles/cmake.check_cache b/build/CMakeFiles/cmake.check_cache deleted file mode 100644 index 3dccd731726d..000000000000 --- a/build/CMakeFiles/cmake.check_cache +++ /dev/null @@ -1 +0,0 @@ -# This file is generated by cmake for dependency checking of the CMakeCache.txt file diff --git a/build/CMakeFiles/feature_tests.bin b/build/CMakeFiles/feature_tests.bin deleted file mode 100755 index 2a66e1a7c1ec..000000000000 Binary files a/build/CMakeFiles/feature_tests.bin and /dev/null differ diff --git a/build/CMakeFiles/feature_tests.c b/build/CMakeFiles/feature_tests.c deleted file mode 100644 index afbc86dfc9bc..000000000000 --- a/build/CMakeFiles/feature_tests.c +++ /dev/null @@ -1,34 +0,0 @@ - - const char features[] = {"\n" -"C_FEATURE:" -#if ((__clang_major__ * 100) + __clang_minor__) >= 400 -"1" -#else -"0" -#endif -"c_function_prototypes\n" -"C_FEATURE:" -#if ((__clang_major__ * 100) + __clang_minor__) >= 400 && defined(__STDC_VERSION__) && __STDC_VERSION__ >= 199901L -"1" -#else -"0" -#endif -"c_restrict\n" -"C_FEATURE:" -#if ((__clang_major__ * 100) + __clang_minor__) >= 400 && defined(__STDC_VERSION__) && __STDC_VERSION__ >= 201112L -"1" -#else -"0" -#endif -"c_static_assert\n" -"C_FEATURE:" -#if ((__clang_major__ * 100) + __clang_minor__) >= 400 && defined(__STDC_VERSION__) && __STDC_VERSION__ >= 199901L -"1" -#else -"0" -#endif -"c_variadic_macros\n" - -}; - -int main(int argc, char** argv) { (void)argv; return features[argc]; } diff --git a/build/CMakeFiles/feature_tests.cxx b/build/CMakeFiles/feature_tests.cxx deleted file mode 100644 index 34d2e8c4b30f..000000000000 --- a/build/CMakeFiles/feature_tests.cxx +++ /dev/null @@ -1,405 +0,0 @@ - - const char features[] = {"\n" -"CXX_FEATURE:" -#if ((__clang_major__ * 100) + __clang_minor__) >= 400 && __has_feature(cxx_aggregate_nsdmi) -"1" -#else -"0" -#endif -"cxx_aggregate_default_initializers\n" -"CXX_FEATURE:" -#if ((__clang_major__ * 100) + __clang_minor__) >= 400 && __has_feature(cxx_alias_templates) -"1" -#else -"0" -#endif -"cxx_alias_templates\n" -"CXX_FEATURE:" -#if ((__clang_major__ * 100) + __clang_minor__) >= 400 && __has_feature(cxx_alignas) -"1" -#else -"0" -#endif -"cxx_alignas\n" -"CXX_FEATURE:" -#if ((__clang_major__ * 100) + __clang_minor__) >= 400 && __has_feature(cxx_alignas) -"1" -#else -"0" -#endif -"cxx_alignof\n" -"CXX_FEATURE:" -#if ((__clang_major__ * 100) + __clang_minor__) >= 400 && __has_feature(cxx_attributes) -"1" -#else -"0" -#endif -"cxx_attributes\n" -"CXX_FEATURE:" -#if ((__clang_major__ * 100) + __clang_minor__) >= 501 && __cplusplus > 201103L -"1" -#else -"0" -#endif -"cxx_attribute_deprecated\n" -"CXX_FEATURE:" -#if ((__clang_major__ * 100) + __clang_minor__) >= 400 && __has_feature(cxx_auto_type) -"1" -#else -"0" -#endif -"cxx_auto_type\n" -"CXX_FEATURE:" -#if ((__clang_major__ * 100) + __clang_minor__) >= 400 && __has_feature(cxx_binary_literals) -"1" -#else -"0" -#endif -"cxx_binary_literals\n" -"CXX_FEATURE:" -#if ((__clang_major__ * 100) + __clang_minor__) >= 400 && __has_feature(cxx_constexpr) -"1" -#else -"0" -#endif -"cxx_constexpr\n" -"CXX_FEATURE:" -#if ((__clang_major__ * 100) + __clang_minor__) >= 400 && __has_feature(cxx_contextual_conversions) -"1" -#else -"0" -#endif -"cxx_contextual_conversions\n" -"CXX_FEATURE:" -#if ((__clang_major__ * 100) + __clang_minor__) >= 400 && __has_feature(cxx_decltype) -"1" -#else -"0" -#endif -"cxx_decltype\n" -"CXX_FEATURE:" -#if ((__clang_major__ * 100) + __clang_minor__) >= 501 && __cplusplus > 201103L -"1" -#else -"0" -#endif -"cxx_decltype_auto\n" -"CXX_FEATURE:" -#if ((__clang_major__ * 100) + __clang_minor__) >= 400 && __has_feature(cxx_decltype_incomplete_return_types) -"1" -#else -"0" -#endif -"cxx_decltype_incomplete_return_types\n" -"CXX_FEATURE:" -#if ((__clang_major__ * 100) + __clang_minor__) >= 400 && __has_feature(cxx_default_function_template_args) -"1" -#else -"0" -#endif -"cxx_default_function_template_args\n" -"CXX_FEATURE:" -#if ((__clang_major__ * 100) + __clang_minor__) >= 400 && __has_feature(cxx_defaulted_functions) -"1" -#else -"0" -#endif -"cxx_defaulted_functions\n" -"CXX_FEATURE:" -#if ((__clang_major__ * 100) + __clang_minor__) >= 400 && __has_feature(cxx_defaulted_functions) -"1" -#else -"0" -#endif -"cxx_defaulted_move_initializers\n" -"CXX_FEATURE:" -#if ((__clang_major__ * 100) + __clang_minor__) >= 400 && __has_feature(cxx_delegating_constructors) -"1" -#else -"0" -#endif -"cxx_delegating_constructors\n" -"CXX_FEATURE:" -#if ((__clang_major__ * 100) + __clang_minor__) >= 400 && __has_feature(cxx_deleted_functions) -"1" -#else -"0" -#endif -"cxx_deleted_functions\n" -"CXX_FEATURE:" -#if ((__clang_major__ * 100) + __clang_minor__) >= 501 && __cplusplus > 201103L -"1" -#else -"0" -#endif -"cxx_digit_separators\n" -"CXX_FEATURE:" -#if ((__clang_major__ * 100) + __clang_minor__) >= 400 && __cplusplus >= 201103L -"1" -#else -"0" -#endif -"cxx_enum_forward_declarations\n" -"CXX_FEATURE:" -#if ((__clang_major__ * 100) + __clang_minor__) >= 400 && __has_feature(cxx_explicit_conversions) -"1" -#else -"0" -#endif -"cxx_explicit_conversions\n" -"CXX_FEATURE:" -#if ((__clang_major__ * 100) + __clang_minor__) >= 400 && __cplusplus >= 201103L -"1" -#else -"0" -#endif -"cxx_extended_friend_declarations\n" -"CXX_FEATURE:" -#if ((__clang_major__ * 100) + __clang_minor__) >= 400 && __cplusplus >= 201103L -"1" -#else -"0" -#endif -"cxx_extern_templates\n" -"CXX_FEATURE:" -#if ((__clang_major__ * 100) + __clang_minor__) >= 400 && __has_feature(cxx_override_control) -"1" -#else -"0" -#endif -"cxx_final\n" -"CXX_FEATURE:" -#if ((__clang_major__ * 100) + __clang_minor__) >= 400 && __cplusplus >= 201103L -"1" -#else -"0" -#endif -"cxx_func_identifier\n" -"CXX_FEATURE:" -#if ((__clang_major__ * 100) + __clang_minor__) >= 400 && __has_feature(cxx_generalized_initializers) -"1" -#else -"0" -#endif -"cxx_generalized_initializers\n" -"CXX_FEATURE:" -#if ((__clang_major__ * 100) + __clang_minor__) >= 501 && __cplusplus > 201103L -"1" -#else -"0" -#endif -"cxx_generic_lambdas\n" -"CXX_FEATURE:" -#if ((__clang_major__ * 100) + __clang_minor__) >= 400 && __has_feature(cxx_inheriting_constructors) -"1" -#else -"0" -#endif -"cxx_inheriting_constructors\n" -"CXX_FEATURE:" -#if ((__clang_major__ * 100) + __clang_minor__) >= 400 && __cplusplus >= 201103L -"1" -#else -"0" -#endif -"cxx_inline_namespaces\n" -"CXX_FEATURE:" -#if ((__clang_major__ * 100) + __clang_minor__) >= 400 && __has_feature(cxx_lambdas) -"1" -#else -"0" -#endif -"cxx_lambdas\n" -"CXX_FEATURE:" -#if ((__clang_major__ * 100) + __clang_minor__) >= 400 && __has_feature(cxx_init_captures) -"1" -#else -"0" -#endif -"cxx_lambda_init_captures\n" -"CXX_FEATURE:" -#if ((__clang_major__ * 100) + __clang_minor__) >= 400 && __has_feature(cxx_local_type_template_args) -"1" -#else -"0" -#endif -"cxx_local_type_template_args\n" -"CXX_FEATURE:" -#if ((__clang_major__ * 100) + __clang_minor__) >= 400 && __cplusplus >= 201103L -"1" -#else -"0" -#endif -"cxx_long_long_type\n" -"CXX_FEATURE:" -#if ((__clang_major__ * 100) + __clang_minor__) >= 400 && __has_feature(cxx_noexcept) -"1" -#else -"0" -#endif -"cxx_noexcept\n" -"CXX_FEATURE:" -#if ((__clang_major__ * 100) + __clang_minor__) >= 400 && __has_feature(cxx_nonstatic_member_init) -"1" -#else -"0" -#endif -"cxx_nonstatic_member_init\n" -"CXX_FEATURE:" -#if ((__clang_major__ * 100) + __clang_minor__) >= 400 && __has_feature(cxx_nullptr) -"1" -#else -"0" -#endif -"cxx_nullptr\n" -"CXX_FEATURE:" -#if ((__clang_major__ * 100) + __clang_minor__) >= 400 && __has_feature(cxx_override_control) -"1" -#else -"0" -#endif -"cxx_override\n" -"CXX_FEATURE:" -#if ((__clang_major__ * 100) + __clang_minor__) >= 400 && __has_feature(cxx_range_for) -"1" -#else -"0" -#endif -"cxx_range_for\n" -"CXX_FEATURE:" -#if ((__clang_major__ * 100) + __clang_minor__) >= 400 && __has_feature(cxx_raw_string_literals) -"1" -#else -"0" -#endif -"cxx_raw_string_literals\n" -"CXX_FEATURE:" -#if ((__clang_major__ * 100) + __clang_minor__) >= 400 && __has_feature(cxx_reference_qualified_functions) -"1" -#else -"0" -#endif -"cxx_reference_qualified_functions\n" -"CXX_FEATURE:" -#if ((__clang_major__ * 100) + __clang_minor__) >= 400 && __has_feature(cxx_relaxed_constexpr) -"1" -#else -"0" -#endif -"cxx_relaxed_constexpr\n" -"CXX_FEATURE:" -#if ((__clang_major__ * 100) + __clang_minor__) >= 400 && __has_feature(cxx_return_type_deduction) -"1" -#else -"0" -#endif -"cxx_return_type_deduction\n" -"CXX_FEATURE:" -#if ((__clang_major__ * 100) + __clang_minor__) >= 400 && __cplusplus >= 201103L -"1" -#else -"0" -#endif -"cxx_right_angle_brackets\n" -"CXX_FEATURE:" -#if ((__clang_major__ * 100) + __clang_minor__) >= 400 && __has_feature(cxx_rvalue_references) -"1" -#else -"0" -#endif -"cxx_rvalue_references\n" -"CXX_FEATURE:" -#if ((__clang_major__ * 100) + __clang_minor__) >= 400 && __cplusplus >= 201103L -"1" -#else -"0" -#endif -"cxx_sizeof_member\n" -"CXX_FEATURE:" -#if ((__clang_major__ * 100) + __clang_minor__) >= 400 && __has_feature(cxx_static_assert) -"1" -#else -"0" -#endif -"cxx_static_assert\n" -"CXX_FEATURE:" -#if ((__clang_major__ * 100) + __clang_minor__) >= 400 && __has_feature(cxx_strong_enums) -"1" -#else -"0" -#endif -"cxx_strong_enums\n" -"CXX_FEATURE:" -#if ((__clang_major__ * 100) + __clang_minor__) >= 400 && __cplusplus >= 199711L -"1" -#else -"0" -#endif -"cxx_template_template_parameters\n" -"CXX_FEATURE:" -#if ((__clang_major__ * 100) + __clang_minor__) >= 400 && __has_feature(cxx_thread_local) -"1" -#else -"0" -#endif -"cxx_thread_local\n" -"CXX_FEATURE:" -#if ((__clang_major__ * 100) + __clang_minor__) >= 400 && __has_feature(cxx_trailing_return) -"1" -#else -"0" -#endif -"cxx_trailing_return_types\n" -"CXX_FEATURE:" -#if ((__clang_major__ * 100) + __clang_minor__) >= 400 && __has_feature(cxx_unicode_literals) -"1" -#else -"0" -#endif -"cxx_unicode_literals\n" -"CXX_FEATURE:" -#if ((__clang_major__ * 100) + __clang_minor__) >= 400 && __has_feature(cxx_generalized_initializers) -"1" -#else -"0" -#endif -"cxx_uniform_initialization\n" -"CXX_FEATURE:" -#if ((__clang_major__ * 100) + __clang_minor__) >= 400 && __has_feature(cxx_unrestricted_unions) -"1" -#else -"0" -#endif -"cxx_unrestricted_unions\n" -"CXX_FEATURE:" -#if ((__clang_major__ * 100) + __clang_minor__) >= 400 && __has_feature(cxx_user_literals) -"1" -#else -"0" -#endif -"cxx_user_literals\n" -"CXX_FEATURE:" -#if ((__clang_major__ * 100) + __clang_minor__) >= 400 && __has_feature(cxx_variable_templates) -"1" -#else -"0" -#endif -"cxx_variable_templates\n" -"CXX_FEATURE:" -#if ((__clang_major__ * 100) + __clang_minor__) >= 400 && __cplusplus >= 201103L -"1" -#else -"0" -#endif -"cxx_variadic_macros\n" -"CXX_FEATURE:" -#if ((__clang_major__ * 100) + __clang_minor__) >= 400 && __has_feature(cxx_variadic_templates) -"1" -#else -"0" -#endif -"cxx_variadic_templates\n" - -}; - -int main(int argc, char** argv) { (void)argv; return features[argc]; } diff --git a/build/CMakeScripts/ALL_BUILD_cmakeRulesBuildPhase.makeDebug b/build/CMakeScripts/ALL_BUILD_cmakeRulesBuildPhase.makeDebug deleted file mode 100644 index 95ad1417bf4f..000000000000 --- a/build/CMakeScripts/ALL_BUILD_cmakeRulesBuildPhase.makeDebug +++ /dev/null @@ -1,10 +0,0 @@ -# Generated by CMake, DO NOT EDIT -# Custom rules for ALL_BUILD -.SUFFIXES: -all: \ - /Users/yves/Projects/xtd/xtd/build/CMakeFiles/ALL_BUILD - - -/Users/yves/Projects/xtd/xtd/build/CMakeFiles/ALL_BUILD: - echo "" - echo Build\ all\ projects diff --git a/build/CMakeScripts/ALL_BUILD_cmakeRulesBuildPhase.makeMinSizeRel b/build/CMakeScripts/ALL_BUILD_cmakeRulesBuildPhase.makeMinSizeRel deleted file mode 100644 index 95ad1417bf4f..000000000000 --- a/build/CMakeScripts/ALL_BUILD_cmakeRulesBuildPhase.makeMinSizeRel +++ /dev/null @@ -1,10 +0,0 @@ -# Generated by CMake, DO NOT EDIT -# Custom rules for ALL_BUILD -.SUFFIXES: -all: \ - /Users/yves/Projects/xtd/xtd/build/CMakeFiles/ALL_BUILD - - -/Users/yves/Projects/xtd/xtd/build/CMakeFiles/ALL_BUILD: - echo "" - echo Build\ all\ projects diff --git a/build/CMakeScripts/ALL_BUILD_cmakeRulesBuildPhase.makeRelWithDebInfo b/build/CMakeScripts/ALL_BUILD_cmakeRulesBuildPhase.makeRelWithDebInfo deleted file mode 100644 index 95ad1417bf4f..000000000000 --- a/build/CMakeScripts/ALL_BUILD_cmakeRulesBuildPhase.makeRelWithDebInfo +++ /dev/null @@ -1,10 +0,0 @@ -# Generated by CMake, DO NOT EDIT -# Custom rules for ALL_BUILD -.SUFFIXES: -all: \ - /Users/yves/Projects/xtd/xtd/build/CMakeFiles/ALL_BUILD - - -/Users/yves/Projects/xtd/xtd/build/CMakeFiles/ALL_BUILD: - echo "" - echo Build\ all\ projects diff --git a/build/CMakeScripts/ALL_BUILD_cmakeRulesBuildPhase.makeRelease b/build/CMakeScripts/ALL_BUILD_cmakeRulesBuildPhase.makeRelease deleted file mode 100644 index 95ad1417bf4f..000000000000 --- a/build/CMakeScripts/ALL_BUILD_cmakeRulesBuildPhase.makeRelease +++ /dev/null @@ -1,10 +0,0 @@ -# Generated by CMake, DO NOT EDIT -# Custom rules for ALL_BUILD -.SUFFIXES: -all: \ - /Users/yves/Projects/xtd/xtd/build/CMakeFiles/ALL_BUILD - - -/Users/yves/Projects/xtd/xtd/build/CMakeFiles/ALL_BUILD: - echo "" - echo Build\ all\ projects diff --git a/build/CMakeScripts/ReRunCMake.make b/build/CMakeScripts/ReRunCMake.make deleted file mode 100644 index 6e77b506e962..000000000000 --- a/build/CMakeScripts/ReRunCMake.make +++ /dev/null @@ -1,40 +0,0 @@ -# Generated by CMake, DO NOT EDIT - -TARGETS:= -empty:= -space:= $(empty) $(empty) -spaceplus:= $(empty)\ $(empty) - -TARGETS += $(subst $(space),$(spaceplus),$(wildcard /Applications/CMake.app/Contents/share/cmake-3.13/Modules/CMakeCInformation.cmake)) -TARGETS += $(subst $(space),$(spaceplus),$(wildcard /Applications/CMake.app/Contents/share/cmake-3.13/Modules/CMakeCXXInformation.cmake)) -TARGETS += $(subst $(space),$(spaceplus),$(wildcard /Applications/CMake.app/Contents/share/cmake-3.13/Modules/CMakeCommonLanguageInclude.cmake)) -TARGETS += $(subst $(space),$(spaceplus),$(wildcard /Applications/CMake.app/Contents/share/cmake-3.13/Modules/CMakeGenericSystem.cmake)) -TARGETS += $(subst $(space),$(spaceplus),$(wildcard /Applications/CMake.app/Contents/share/cmake-3.13/Modules/CMakeInitializeConfigs.cmake)) -TARGETS += $(subst $(space),$(spaceplus),$(wildcard /Applications/CMake.app/Contents/share/cmake-3.13/Modules/CMakeLanguageInformation.cmake)) -TARGETS += $(subst $(space),$(spaceplus),$(wildcard /Applications/CMake.app/Contents/share/cmake-3.13/Modules/CMakeSystemSpecificInformation.cmake)) -TARGETS += $(subst $(space),$(spaceplus),$(wildcard /Applications/CMake.app/Contents/share/cmake-3.13/Modules/CMakeSystemSpecificInitialize.cmake)) -TARGETS += $(subst $(space),$(spaceplus),$(wildcard /Applications/CMake.app/Contents/share/cmake-3.13/Modules/Compiler/AppleClang-C.cmake)) -TARGETS += $(subst $(space),$(spaceplus),$(wildcard /Applications/CMake.app/Contents/share/cmake-3.13/Modules/Compiler/AppleClang-CXX.cmake)) -TARGETS += $(subst $(space),$(spaceplus),$(wildcard /Applications/CMake.app/Contents/share/cmake-3.13/Modules/Compiler/CMakeCommonCompilerMacros.cmake)) -TARGETS += $(subst $(space),$(spaceplus),$(wildcard /Applications/CMake.app/Contents/share/cmake-3.13/Modules/Compiler/Clang.cmake)) -TARGETS += $(subst $(space),$(spaceplus),$(wildcard /Applications/CMake.app/Contents/share/cmake-3.13/Modules/Compiler/GNU.cmake)) -TARGETS += $(subst $(space),$(spaceplus),$(wildcard /Applications/CMake.app/Contents/share/cmake-3.13/Modules/Platform/Apple-AppleClang-C.cmake)) -TARGETS += $(subst $(space),$(spaceplus),$(wildcard /Applications/CMake.app/Contents/share/cmake-3.13/Modules/Platform/Apple-AppleClang-CXX.cmake)) -TARGETS += $(subst $(space),$(spaceplus),$(wildcard /Applications/CMake.app/Contents/share/cmake-3.13/Modules/Platform/Apple-Clang-C.cmake)) -TARGETS += $(subst $(space),$(spaceplus),$(wildcard /Applications/CMake.app/Contents/share/cmake-3.13/Modules/Platform/Apple-Clang-CXX.cmake)) -TARGETS += $(subst $(space),$(spaceplus),$(wildcard /Applications/CMake.app/Contents/share/cmake-3.13/Modules/Platform/Apple-Clang.cmake)) -TARGETS += $(subst $(space),$(spaceplus),$(wildcard /Applications/CMake.app/Contents/share/cmake-3.13/Modules/Platform/Darwin-Initialize.cmake)) -TARGETS += $(subst $(space),$(spaceplus),$(wildcard /Applications/CMake.app/Contents/share/cmake-3.13/Modules/Platform/Darwin.cmake)) -TARGETS += $(subst $(space),$(spaceplus),$(wildcard /Applications/CMake.app/Contents/share/cmake-3.13/Modules/Platform/UnixPaths.cmake)) -TARGETS += $(subst $(space),$(spaceplus),$(wildcard /Users/yves/Projects/xtd/xtd/CMakeLists.txt)) -TARGETS += $(subst $(space),$(spaceplus),$(wildcard /Users/yves/Projects/xtd/xtd/build/CMakeFiles/3.13.2/CMakeCCompiler.cmake)) -TARGETS += $(subst $(space),$(spaceplus),$(wildcard /Users/yves/Projects/xtd/xtd/build/CMakeFiles/3.13.2/CMakeCXXCompiler.cmake)) -TARGETS += $(subst $(space),$(spaceplus),$(wildcard /Users/yves/Projects/xtd/xtd/build/CMakeFiles/3.13.2/CMakeSystem.cmake)) -TARGETS += $(subst $(space),$(spaceplus),$(wildcard /Users/yves/Projects/xtd/xtd/xtd.console/xtd.console/CMakeLists.txt)) -TARGETS += $(subst $(space),$(spaceplus),$(wildcard /Users/yves/Projects/xtd/xtd/xtd.delegates/xtd.delegates/CMakeLists.txt)) -TARGETS += $(subst $(space),$(spaceplus),$(wildcard /Users/yves/Projects/xtd/xtd/xtd.properties/xtd.properties/CMakeLists.txt)) -TARGETS += $(subst $(space),$(spaceplus),$(wildcard /Users/yves/Projects/xtd/xtd/xtd.strings/xtd.strings/CMakeLists.txt)) -TARGETS += $(subst $(space),$(spaceplus),$(wildcard /Users/yves/Projects/xtd/xtd/xtd/CMakeLists.txt)) - -/Users/yves/Projects/xtd/xtd/build/CMakeFiles/cmake.check_cache: $(TARGETS) - /Applications/CMake.app/Contents/bin/cmake -H/Users/yves/Projects/xtd/xtd -B/Users/yves/Projects/xtd/xtd/build diff --git a/build/CMakeScripts/XCODE_DEPEND_HELPER.make b/build/CMakeScripts/XCODE_DEPEND_HELPER.make deleted file mode 100644 index b4360a4c8c29..000000000000 --- a/build/CMakeScripts/XCODE_DEPEND_HELPER.make +++ /dev/null @@ -1,112 +0,0 @@ -# DO NOT EDIT -# This makefile makes sure all linkable targets are -# up-to-date with anything they link to -default: - echo "Do not invoke directly" - -# Rules to remove targets that are older than anything to which they -# link. This forces Xcode to relink the targets from scratch. It -# does not seem to check these dependencies itself. -PostBuild.xtd.Debug: -/Users/yves/Projects/xtd/xtd/build/xtd/Debug/libxtd.a: - /bin/rm -f /Users/yves/Projects/xtd/xtd/build/xtd/Debug/libxtd.a - - -PostBuild.xtd.console.Debug: -/Users/yves/Projects/xtd/xtd/build/xtd.console/xtd.console/Debug/libxtd.console.a: - /bin/rm -f /Users/yves/Projects/xtd/xtd/build/xtd.console/xtd.console/Debug/libxtd.console.a - - -PostBuild.xtd.delegates.Debug: -/Users/yves/Projects/xtd/xtd/build/xtd.delegates/xtd.delegates/Debug/libxtd.delegates.a: - /bin/rm -f /Users/yves/Projects/xtd/xtd/build/xtd.delegates/xtd.delegates/Debug/libxtd.delegates.a - - -PostBuild.xtd.properties.Debug: -/Users/yves/Projects/xtd/xtd/build/xtd.properties/xtd.properties/Debug/libxtd.properties.a: - /bin/rm -f /Users/yves/Projects/xtd/xtd/build/xtd.properties/xtd.properties/Debug/libxtd.properties.a - - -PostBuild.xtd.strings.Debug: -/Users/yves/Projects/xtd/xtd/build/xtd.strings/xtd.strings/Debug/libxtd.strings.a: - /bin/rm -f /Users/yves/Projects/xtd/xtd/build/xtd.strings/xtd.strings/Debug/libxtd.strings.a - - -PostBuild.xtd.Release: -/Users/yves/Projects/xtd/xtd/build/xtd/Release/libxtd.a: - /bin/rm -f /Users/yves/Projects/xtd/xtd/build/xtd/Release/libxtd.a - - -PostBuild.xtd.console.Release: -/Users/yves/Projects/xtd/xtd/build/xtd.console/xtd.console/Release/libxtd.console.a: - /bin/rm -f /Users/yves/Projects/xtd/xtd/build/xtd.console/xtd.console/Release/libxtd.console.a - - -PostBuild.xtd.delegates.Release: -/Users/yves/Projects/xtd/xtd/build/xtd.delegates/xtd.delegates/Release/libxtd.delegates.a: - /bin/rm -f /Users/yves/Projects/xtd/xtd/build/xtd.delegates/xtd.delegates/Release/libxtd.delegates.a - - -PostBuild.xtd.properties.Release: -/Users/yves/Projects/xtd/xtd/build/xtd.properties/xtd.properties/Release/libxtd.properties.a: - /bin/rm -f /Users/yves/Projects/xtd/xtd/build/xtd.properties/xtd.properties/Release/libxtd.properties.a - - -PostBuild.xtd.strings.Release: -/Users/yves/Projects/xtd/xtd/build/xtd.strings/xtd.strings/Release/libxtd.strings.a: - /bin/rm -f /Users/yves/Projects/xtd/xtd/build/xtd.strings/xtd.strings/Release/libxtd.strings.a - - -PostBuild.xtd.MinSizeRel: -/Users/yves/Projects/xtd/xtd/build/xtd/MinSizeRel/libxtd.a: - /bin/rm -f /Users/yves/Projects/xtd/xtd/build/xtd/MinSizeRel/libxtd.a - - -PostBuild.xtd.console.MinSizeRel: -/Users/yves/Projects/xtd/xtd/build/xtd.console/xtd.console/MinSizeRel/libxtd.console.a: - /bin/rm -f /Users/yves/Projects/xtd/xtd/build/xtd.console/xtd.console/MinSizeRel/libxtd.console.a - - -PostBuild.xtd.delegates.MinSizeRel: -/Users/yves/Projects/xtd/xtd/build/xtd.delegates/xtd.delegates/MinSizeRel/libxtd.delegates.a: - /bin/rm -f /Users/yves/Projects/xtd/xtd/build/xtd.delegates/xtd.delegates/MinSizeRel/libxtd.delegates.a - - -PostBuild.xtd.properties.MinSizeRel: -/Users/yves/Projects/xtd/xtd/build/xtd.properties/xtd.properties/MinSizeRel/libxtd.properties.a: - /bin/rm -f /Users/yves/Projects/xtd/xtd/build/xtd.properties/xtd.properties/MinSizeRel/libxtd.properties.a - - -PostBuild.xtd.strings.MinSizeRel: -/Users/yves/Projects/xtd/xtd/build/xtd.strings/xtd.strings/MinSizeRel/libxtd.strings.a: - /bin/rm -f /Users/yves/Projects/xtd/xtd/build/xtd.strings/xtd.strings/MinSizeRel/libxtd.strings.a - - -PostBuild.xtd.RelWithDebInfo: -/Users/yves/Projects/xtd/xtd/build/xtd/RelWithDebInfo/libxtd.a: - /bin/rm -f /Users/yves/Projects/xtd/xtd/build/xtd/RelWithDebInfo/libxtd.a - - -PostBuild.xtd.console.RelWithDebInfo: -/Users/yves/Projects/xtd/xtd/build/xtd.console/xtd.console/RelWithDebInfo/libxtd.console.a: - /bin/rm -f /Users/yves/Projects/xtd/xtd/build/xtd.console/xtd.console/RelWithDebInfo/libxtd.console.a - - -PostBuild.xtd.delegates.RelWithDebInfo: -/Users/yves/Projects/xtd/xtd/build/xtd.delegates/xtd.delegates/RelWithDebInfo/libxtd.delegates.a: - /bin/rm -f /Users/yves/Projects/xtd/xtd/build/xtd.delegates/xtd.delegates/RelWithDebInfo/libxtd.delegates.a - - -PostBuild.xtd.properties.RelWithDebInfo: -/Users/yves/Projects/xtd/xtd/build/xtd.properties/xtd.properties/RelWithDebInfo/libxtd.properties.a: - /bin/rm -f /Users/yves/Projects/xtd/xtd/build/xtd.properties/xtd.properties/RelWithDebInfo/libxtd.properties.a - - -PostBuild.xtd.strings.RelWithDebInfo: -/Users/yves/Projects/xtd/xtd/build/xtd.strings/xtd.strings/RelWithDebInfo/libxtd.strings.a: - /bin/rm -f /Users/yves/Projects/xtd/xtd/build/xtd.strings/xtd.strings/RelWithDebInfo/libxtd.strings.a - - - - -# For each target create a dummy ruleso the target does not have to exist diff --git a/build/CMakeScripts/ZERO_CHECK_cmakeRulesBuildPhase.makeDebug b/build/CMakeScripts/ZERO_CHECK_cmakeRulesBuildPhase.makeDebug deleted file mode 100644 index da52e26c8da1..000000000000 --- a/build/CMakeScripts/ZERO_CHECK_cmakeRulesBuildPhase.makeDebug +++ /dev/null @@ -1,10 +0,0 @@ -# Generated by CMake, DO NOT EDIT -# Custom rules for ZERO_CHECK -.SUFFIXES: -all: \ - /Users/yves/Projects/xtd/xtd/build/CMakeFiles/ZERO_CHECK - - -/Users/yves/Projects/xtd/xtd/build/CMakeFiles/ZERO_CHECK: - echo "" - make -f /Users/yves/Projects/xtd/xtd/build/CMakeScripts/ReRunCMake.make diff --git a/build/CMakeScripts/ZERO_CHECK_cmakeRulesBuildPhase.makeMinSizeRel b/build/CMakeScripts/ZERO_CHECK_cmakeRulesBuildPhase.makeMinSizeRel deleted file mode 100644 index da52e26c8da1..000000000000 --- a/build/CMakeScripts/ZERO_CHECK_cmakeRulesBuildPhase.makeMinSizeRel +++ /dev/null @@ -1,10 +0,0 @@ -# Generated by CMake, DO NOT EDIT -# Custom rules for ZERO_CHECK -.SUFFIXES: -all: \ - /Users/yves/Projects/xtd/xtd/build/CMakeFiles/ZERO_CHECK - - -/Users/yves/Projects/xtd/xtd/build/CMakeFiles/ZERO_CHECK: - echo "" - make -f /Users/yves/Projects/xtd/xtd/build/CMakeScripts/ReRunCMake.make diff --git a/build/CMakeScripts/ZERO_CHECK_cmakeRulesBuildPhase.makeRelWithDebInfo b/build/CMakeScripts/ZERO_CHECK_cmakeRulesBuildPhase.makeRelWithDebInfo deleted file mode 100644 index da52e26c8da1..000000000000 --- a/build/CMakeScripts/ZERO_CHECK_cmakeRulesBuildPhase.makeRelWithDebInfo +++ /dev/null @@ -1,10 +0,0 @@ -# Generated by CMake, DO NOT EDIT -# Custom rules for ZERO_CHECK -.SUFFIXES: -all: \ - /Users/yves/Projects/xtd/xtd/build/CMakeFiles/ZERO_CHECK - - -/Users/yves/Projects/xtd/xtd/build/CMakeFiles/ZERO_CHECK: - echo "" - make -f /Users/yves/Projects/xtd/xtd/build/CMakeScripts/ReRunCMake.make diff --git a/build/CMakeScripts/ZERO_CHECK_cmakeRulesBuildPhase.makeRelease b/build/CMakeScripts/ZERO_CHECK_cmakeRulesBuildPhase.makeRelease deleted file mode 100644 index da52e26c8da1..000000000000 --- a/build/CMakeScripts/ZERO_CHECK_cmakeRulesBuildPhase.makeRelease +++ /dev/null @@ -1,10 +0,0 @@ -# Generated by CMake, DO NOT EDIT -# Custom rules for ZERO_CHECK -.SUFFIXES: -all: \ - /Users/yves/Projects/xtd/xtd/build/CMakeFiles/ZERO_CHECK - - -/Users/yves/Projects/xtd/xtd/build/CMakeFiles/ZERO_CHECK: - echo "" - make -f /Users/yves/Projects/xtd/xtd/build/CMakeScripts/ReRunCMake.make diff --git a/build/CMakeScripts/install_postBuildPhase.makeDebug b/build/CMakeScripts/install_postBuildPhase.makeDebug deleted file mode 100644 index fc5fe9713dfd..000000000000 --- a/build/CMakeScripts/install_postBuildPhase.makeDebug +++ /dev/null @@ -1,9 +0,0 @@ -# Generated by CMake, DO NOT EDIT -# Custom rules for install -.SUFFIXES: -all: \ - install_buildpart_0 - - -install_buildpart_0: - /Applications/CMake.app/Contents/bin/cmake -DBUILD_TYPE=$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME) -P cmake_install.cmake diff --git a/build/CMakeScripts/install_postBuildPhase.makeMinSizeRel b/build/CMakeScripts/install_postBuildPhase.makeMinSizeRel deleted file mode 100644 index fc5fe9713dfd..000000000000 --- a/build/CMakeScripts/install_postBuildPhase.makeMinSizeRel +++ /dev/null @@ -1,9 +0,0 @@ -# Generated by CMake, DO NOT EDIT -# Custom rules for install -.SUFFIXES: -all: \ - install_buildpart_0 - - -install_buildpart_0: - /Applications/CMake.app/Contents/bin/cmake -DBUILD_TYPE=$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME) -P cmake_install.cmake diff --git a/build/CMakeScripts/install_postBuildPhase.makeRelWithDebInfo b/build/CMakeScripts/install_postBuildPhase.makeRelWithDebInfo deleted file mode 100644 index fc5fe9713dfd..000000000000 --- a/build/CMakeScripts/install_postBuildPhase.makeRelWithDebInfo +++ /dev/null @@ -1,9 +0,0 @@ -# Generated by CMake, DO NOT EDIT -# Custom rules for install -.SUFFIXES: -all: \ - install_buildpart_0 - - -install_buildpart_0: - /Applications/CMake.app/Contents/bin/cmake -DBUILD_TYPE=$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME) -P cmake_install.cmake diff --git a/build/CMakeScripts/install_postBuildPhase.makeRelease b/build/CMakeScripts/install_postBuildPhase.makeRelease deleted file mode 100644 index fc5fe9713dfd..000000000000 --- a/build/CMakeScripts/install_postBuildPhase.makeRelease +++ /dev/null @@ -1,9 +0,0 @@ -# Generated by CMake, DO NOT EDIT -# Custom rules for install -.SUFFIXES: -all: \ - install_buildpart_0 - - -install_buildpart_0: - /Applications/CMake.app/Contents/bin/cmake -DBUILD_TYPE=$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME) -P cmake_install.cmake diff --git a/build/cmake_install.cmake b/build/cmake_install.cmake deleted file mode 100644 index 9b3d3c8606ff..000000000000 --- a/build/cmake_install.cmake +++ /dev/null @@ -1,54 +0,0 @@ -# Install script for directory: /Users/yves/Projects/xtd/xtd - -# Set the install prefix -if(NOT DEFINED CMAKE_INSTALL_PREFIX) - set(CMAKE_INSTALL_PREFIX "/usr/local") -endif() -string(REGEX REPLACE "/$" "" CMAKE_INSTALL_PREFIX "${CMAKE_INSTALL_PREFIX}") - -# Set the install configuration name. -if(NOT DEFINED CMAKE_INSTALL_CONFIG_NAME) - if(BUILD_TYPE) - string(REGEX REPLACE "^[^A-Za-z0-9_]+" "" - CMAKE_INSTALL_CONFIG_NAME "${BUILD_TYPE}") - else() - set(CMAKE_INSTALL_CONFIG_NAME "Release") - endif() - message(STATUS "Install configuration: \"${CMAKE_INSTALL_CONFIG_NAME}\"") -endif() - -# Set the component getting installed. -if(NOT CMAKE_INSTALL_COMPONENT) - if(COMPONENT) - message(STATUS "Install component: \"${COMPONENT}\"") - set(CMAKE_INSTALL_COMPONENT "${COMPONENT}") - else() - set(CMAKE_INSTALL_COMPONENT) - endif() -endif() - -# Is this installation the result of a crosscompile? -if(NOT DEFINED CMAKE_CROSSCOMPILING) - set(CMAKE_CROSSCOMPILING "FALSE") -endif() - -if(NOT CMAKE_INSTALL_LOCAL_ONLY) - # Include the install script for each subdirectory. - include("/Users/yves/Projects/xtd/xtd/build/xtd.console/xtd.console/cmake_install.cmake") - include("/Users/yves/Projects/xtd/xtd/build/xtd.delegates/xtd.delegates/cmake_install.cmake") - include("/Users/yves/Projects/xtd/xtd/build/xtd.properties/xtd.properties/cmake_install.cmake") - include("/Users/yves/Projects/xtd/xtd/build/xtd.strings/xtd.strings/cmake_install.cmake") - include("/Users/yves/Projects/xtd/xtd/build/xtd/cmake_install.cmake") - -endif() - -if(CMAKE_INSTALL_COMPONENT) - set(CMAKE_INSTALL_MANIFEST "install_manifest_${CMAKE_INSTALL_COMPONENT}.txt") -else() - set(CMAKE_INSTALL_MANIFEST "install_manifest.txt") -endif() - -string(REPLACE ";" "\n" CMAKE_INSTALL_MANIFEST_CONTENT - "${CMAKE_INSTALL_MANIFEST_FILES}") -file(WRITE "/Users/yves/Projects/xtd/xtd/build/${CMAKE_INSTALL_MANIFEST}" - "${CMAKE_INSTALL_MANIFEST_CONTENT}") diff --git a/build/install_manifest.txt b/build/install_manifest.txt deleted file mode 100644 index 9b9706c06f33..000000000000 --- a/build/install_manifest.txt +++ /dev/null @@ -1,54 +0,0 @@ -/usr/local/include/xtd/./reset_color.hpp -/usr/local/include/xtd/./console_key.hpp -/usr/local/include/xtd/./__opaque_console.hpp -/usr/local/include/xtd/./console_color.hpp -/usr/local/include/xtd/./background_color.hpp -/usr/local/include/xtd/./foreground_color.hpp -/usr/local/include/xtd/./__get_out_rdbuf.hpp -/usr/local/include/xtd/./console_modifiers.hpp -/usr/local/include/xtd/./beep.hpp -/usr/local/include/xtd/./__get_in_rdbuf.hpp -/usr/local/include/xtd/./__get_err_rdbuf.hpp -/usr/local/include/xtd/./console.hpp -/usr/local/include/xtd/./console_key_info.hpp -/usr/local/include/xtd/./basic_console.hpp -/usr/local/include/xtd/./console_special_key.hpp -/usr/local/include/xtd/./format.hpp -/usr/local/include/xtd/./main_page.hpp -/usr/local/include/xtd/./console -/usr/local/cmake/xtd.consoleConfig.cmake -/usr/local/lib/libxtd.console.a -/usr/local/cmake/xtd.console.cmake -/usr/local/cmake/xtd.console-debug.cmake -/usr/local/include/xtd/./action.hpp -/usr/local/include/xtd/./predicate.hpp -/usr/local/include/xtd/./event_args.hpp -/usr/local/include/xtd/./event_handler.hpp -/usr/local/include/xtd/./delegates.hpp -/usr/local/include/xtd/./delegates -/usr/local/include/xtd/./func.hpp -/usr/local/include/xtd/./delegate.hpp -/usr/local/cmake/xtd.delegatesConfig.cmake -/usr/local/lib/libxtd.delegates.a -/usr/local/cmake/xtd.delegates.cmake -/usr/local/cmake/xtd.delegates-debug.cmake -/usr/local/include/xtd/./properties.hpp -/usr/local/include/xtd/./properties -/usr/local/cmake/xtd.propertiesConfig.cmake -/usr/local/lib/libxtd.properties.a -/usr/local/cmake/xtd.properties.cmake -/usr/local/cmake/xtd.properties-debug.cmake -/usr/local/include/xtd/./strings -/usr/local/include/xtd/./strings.hpp -/usr/local/include/xtd/./__format.hpp -/usr/local/cmake/xtd.stringsConfig.cmake -/usr/local/lib/libxtd.strings.a -/usr/local/cmake/xtd.strings.cmake -/usr/local/cmake/xtd.strings-debug.cmake -/usr/local/include/xtd/./.DS_Store -/usr/local/include/xtd/./xtd -/usr/local/include/xtd/./xtd.hpp -/usr/local/cmake/xtdConfig.cmake -/usr/local/lib/libxtd.a -/usr/local/cmake/xtd.cmake -/usr/local/cmake/xtd-debug.cmake \ No newline at end of file diff --git a/build/xtd.build/Debug/ALL_BUILD.build/Script-5BB7D30C7B4244ECAC0EABEE.sh b/build/xtd.build/Debug/ALL_BUILD.build/Script-5BB7D30C7B4244ECAC0EABEE.sh deleted file mode 100755 index 13012be6d9b9..000000000000 --- a/build/xtd.build/Debug/ALL_BUILD.build/Script-5BB7D30C7B4244ECAC0EABEE.sh +++ /dev/null @@ -1,2 +0,0 @@ -#!/bin/sh -make -C /Users/yves/Projects/xtd/xtd/build -f /Users/yves/Projects/xtd/xtd/build/CMakeScripts/ALL_BUILD_cmakeRulesBuildPhase.make$CONFIGURATION all diff --git a/build/xtd.build/Debug/ALL_BUILD.build/dgph b/build/xtd.build/Debug/ALL_BUILD.build/dgph deleted file mode 100644 index df65207d635f..000000000000 Binary files a/build/xtd.build/Debug/ALL_BUILD.build/dgph and /dev/null differ diff --git a/build/xtd.build/Debug/ALL_BUILD.build/dgph~ b/build/xtd.build/Debug/ALL_BUILD.build/dgph~ deleted file mode 100644 index 4fde448c57bf..000000000000 Binary files a/build/xtd.build/Debug/ALL_BUILD.build/dgph~ and /dev/null differ diff --git a/build/xtd.build/Debug/ZERO_CHECK.build/Script-616FDF8C558F4EB99218441B.sh b/build/xtd.build/Debug/ZERO_CHECK.build/Script-616FDF8C558F4EB99218441B.sh deleted file mode 100755 index 61177c955dd0..000000000000 --- a/build/xtd.build/Debug/ZERO_CHECK.build/Script-616FDF8C558F4EB99218441B.sh +++ /dev/null @@ -1,2 +0,0 @@ -#!/bin/sh -make -C /Users/yves/Projects/xtd/xtd/build -f /Users/yves/Projects/xtd/xtd/build/CMakeScripts/ZERO_CHECK_cmakeRulesBuildPhase.make$CONFIGURATION all diff --git a/build/xtd.build/Debug/ZERO_CHECK.build/dgph b/build/xtd.build/Debug/ZERO_CHECK.build/dgph deleted file mode 100644 index 0ada5b966f21..000000000000 Binary files a/build/xtd.build/Debug/ZERO_CHECK.build/dgph and /dev/null differ diff --git a/build/xtd.build/Debug/ZERO_CHECK.build/dgph~ b/build/xtd.build/Debug/ZERO_CHECK.build/dgph~ deleted file mode 100644 index 9d4858ee9354..000000000000 Binary files a/build/xtd.build/Debug/ZERO_CHECK.build/dgph~ and /dev/null differ diff --git a/build/xtd.build/Debug/install.build/Script-9DFEE6331F5A41B5BA5C9D10.sh b/build/xtd.build/Debug/install.build/Script-9DFEE6331F5A41B5BA5C9D10.sh deleted file mode 100755 index 19ce5fa22e18..000000000000 --- a/build/xtd.build/Debug/install.build/Script-9DFEE6331F5A41B5BA5C9D10.sh +++ /dev/null @@ -1,2 +0,0 @@ -#!/bin/sh -make -C /Users/yves/Projects/xtd/xtd/build -f /Users/yves/Projects/xtd/xtd/build/CMakeScripts/install_postBuildPhase.make$CONFIGURATION all diff --git a/build/xtd.build/Debug/install.build/dgph b/build/xtd.build/Debug/install.build/dgph deleted file mode 100644 index 83614f9ef1e7..000000000000 Binary files a/build/xtd.build/Debug/install.build/dgph and /dev/null differ diff --git a/build/xtd.build/Debug/install.build/dgph~ b/build/xtd.build/Debug/install.build/dgph~ deleted file mode 100644 index e9d431826dae..000000000000 Binary files a/build/xtd.build/Debug/install.build/dgph~ and /dev/null differ diff --git a/build/xtd.build/Release/ALL_BUILD.build/dgph b/build/xtd.build/Release/ALL_BUILD.build/dgph deleted file mode 100644 index 8b056b7d5ae0..000000000000 Binary files a/build/xtd.build/Release/ALL_BUILD.build/dgph and /dev/null differ diff --git a/build/xtd.build/Release/ALL_BUILD.build/dgph~ b/build/xtd.build/Release/ALL_BUILD.build/dgph~ deleted file mode 100644 index 791e9478e43b..000000000000 Binary files a/build/xtd.build/Release/ALL_BUILD.build/dgph~ and /dev/null differ diff --git a/build/xtd.build/Release/ZERO_CHECK.build/dgph b/build/xtd.build/Release/ZERO_CHECK.build/dgph deleted file mode 100644 index f8eab2e5312d..000000000000 Binary files a/build/xtd.build/Release/ZERO_CHECK.build/dgph and /dev/null differ diff --git a/build/xtd.build/Release/ZERO_CHECK.build/dgph~ b/build/xtd.build/Release/ZERO_CHECK.build/dgph~ deleted file mode 100644 index 791e9478e43b..000000000000 Binary files a/build/xtd.build/Release/ZERO_CHECK.build/dgph~ and /dev/null differ diff --git a/build/xtd.build/Release/install.build/dgph b/build/xtd.build/Release/install.build/dgph deleted file mode 100644 index b703f3df3a7c..000000000000 Binary files a/build/xtd.build/Release/install.build/dgph and /dev/null differ diff --git a/build/xtd.build/Release/install.build/dgph~ b/build/xtd.build/Release/install.build/dgph~ deleted file mode 100644 index 791e9478e43b..000000000000 Binary files a/build/xtd.build/Release/install.build/dgph~ and /dev/null differ diff --git a/build/xtd.console/xtd.console/CMakeFiles/Export/cmake/xtd.console-debug.cmake b/build/xtd.console/xtd.console/CMakeFiles/Export/cmake/xtd.console-debug.cmake deleted file mode 100644 index f39c0f1df33f..000000000000 --- a/build/xtd.console/xtd.console/CMakeFiles/Export/cmake/xtd.console-debug.cmake +++ /dev/null @@ -1,19 +0,0 @@ -#---------------------------------------------------------------- -# Generated CMake target import file for configuration "Debug". -#---------------------------------------------------------------- - -# Commands may need to know the format version. -set(CMAKE_IMPORT_FILE_VERSION 1) - -# Import target "xtd.console" for configuration "Debug" -set_property(TARGET xtd.console APPEND PROPERTY IMPORTED_CONFIGURATIONS DEBUG) -set_target_properties(xtd.console PROPERTIES - IMPORTED_LINK_INTERFACE_LANGUAGES_DEBUG "CXX" - IMPORTED_LOCATION_DEBUG "${_IMPORT_PREFIX}/lib/libxtd.console.a" - ) - -list(APPEND _IMPORT_CHECK_TARGETS xtd.console ) -list(APPEND _IMPORT_CHECK_FILES_FOR_xtd.console "${_IMPORT_PREFIX}/lib/libxtd.console.a" ) - -# Commands beyond this point should not need to know the version. -set(CMAKE_IMPORT_FILE_VERSION) diff --git a/build/xtd.console/xtd.console/CMakeFiles/Export/cmake/xtd.console-minsizerel.cmake b/build/xtd.console/xtd.console/CMakeFiles/Export/cmake/xtd.console-minsizerel.cmake deleted file mode 100644 index 8e140f2732a3..000000000000 --- a/build/xtd.console/xtd.console/CMakeFiles/Export/cmake/xtd.console-minsizerel.cmake +++ /dev/null @@ -1,19 +0,0 @@ -#---------------------------------------------------------------- -# Generated CMake target import file for configuration "MinSizeRel". -#---------------------------------------------------------------- - -# Commands may need to know the format version. -set(CMAKE_IMPORT_FILE_VERSION 1) - -# Import target "xtd.console" for configuration "MinSizeRel" -set_property(TARGET xtd.console APPEND PROPERTY IMPORTED_CONFIGURATIONS MINSIZEREL) -set_target_properties(xtd.console PROPERTIES - IMPORTED_LINK_INTERFACE_LANGUAGES_MINSIZEREL "CXX" - IMPORTED_LOCATION_MINSIZEREL "${_IMPORT_PREFIX}/lib/libxtd.console.a" - ) - -list(APPEND _IMPORT_CHECK_TARGETS xtd.console ) -list(APPEND _IMPORT_CHECK_FILES_FOR_xtd.console "${_IMPORT_PREFIX}/lib/libxtd.console.a" ) - -# Commands beyond this point should not need to know the version. -set(CMAKE_IMPORT_FILE_VERSION) diff --git a/build/xtd.console/xtd.console/CMakeFiles/Export/cmake/xtd.console-release.cmake b/build/xtd.console/xtd.console/CMakeFiles/Export/cmake/xtd.console-release.cmake deleted file mode 100644 index b1192ffd3457..000000000000 --- a/build/xtd.console/xtd.console/CMakeFiles/Export/cmake/xtd.console-release.cmake +++ /dev/null @@ -1,19 +0,0 @@ -#---------------------------------------------------------------- -# Generated CMake target import file for configuration "Release". -#---------------------------------------------------------------- - -# Commands may need to know the format version. -set(CMAKE_IMPORT_FILE_VERSION 1) - -# Import target "xtd.console" for configuration "Release" -set_property(TARGET xtd.console APPEND PROPERTY IMPORTED_CONFIGURATIONS RELEASE) -set_target_properties(xtd.console PROPERTIES - IMPORTED_LINK_INTERFACE_LANGUAGES_RELEASE "CXX" - IMPORTED_LOCATION_RELEASE "${_IMPORT_PREFIX}/lib/libxtd.console.a" - ) - -list(APPEND _IMPORT_CHECK_TARGETS xtd.console ) -list(APPEND _IMPORT_CHECK_FILES_FOR_xtd.console "${_IMPORT_PREFIX}/lib/libxtd.console.a" ) - -# Commands beyond this point should not need to know the version. -set(CMAKE_IMPORT_FILE_VERSION) diff --git a/build/xtd.console/xtd.console/CMakeFiles/Export/cmake/xtd.console-relwithdebinfo.cmake b/build/xtd.console/xtd.console/CMakeFiles/Export/cmake/xtd.console-relwithdebinfo.cmake deleted file mode 100644 index 35e401e77a6b..000000000000 --- a/build/xtd.console/xtd.console/CMakeFiles/Export/cmake/xtd.console-relwithdebinfo.cmake +++ /dev/null @@ -1,19 +0,0 @@ -#---------------------------------------------------------------- -# Generated CMake target import file for configuration "RelWithDebInfo". -#---------------------------------------------------------------- - -# Commands may need to know the format version. -set(CMAKE_IMPORT_FILE_VERSION 1) - -# Import target "xtd.console" for configuration "RelWithDebInfo" -set_property(TARGET xtd.console APPEND PROPERTY IMPORTED_CONFIGURATIONS RELWITHDEBINFO) -set_target_properties(xtd.console PROPERTIES - IMPORTED_LINK_INTERFACE_LANGUAGES_RELWITHDEBINFO "CXX" - IMPORTED_LOCATION_RELWITHDEBINFO "${_IMPORT_PREFIX}/lib/libxtd.console.a" - ) - -list(APPEND _IMPORT_CHECK_TARGETS xtd.console ) -list(APPEND _IMPORT_CHECK_FILES_FOR_xtd.console "${_IMPORT_PREFIX}/lib/libxtd.console.a" ) - -# Commands beyond this point should not need to know the version. -set(CMAKE_IMPORT_FILE_VERSION) diff --git a/build/xtd.console/xtd.console/CMakeFiles/Export/cmake/xtd.console.cmake b/build/xtd.console/xtd.console/CMakeFiles/Export/cmake/xtd.console.cmake deleted file mode 100644 index 299c058b7319..000000000000 --- a/build/xtd.console/xtd.console/CMakeFiles/Export/cmake/xtd.console.cmake +++ /dev/null @@ -1,113 +0,0 @@ -# Generated by CMake - -if("${CMAKE_MAJOR_VERSION}.${CMAKE_MINOR_VERSION}" LESS 2.5) - message(FATAL_ERROR "CMake >= 2.6.0 required") -endif() -cmake_policy(PUSH) -cmake_policy(VERSION 2.6) -#---------------------------------------------------------------- -# Generated CMake target import file. -#---------------------------------------------------------------- - -# Commands may need to know the format version. -set(CMAKE_IMPORT_FILE_VERSION 1) - -# Protect against multiple inclusion, which would fail when already imported targets are added once more. -set(_targetsDefined) -set(_targetsNotDefined) -set(_expectedTargets) -foreach(_expectedTarget xtd.console) - list(APPEND _expectedTargets ${_expectedTarget}) - if(NOT TARGET ${_expectedTarget}) - list(APPEND _targetsNotDefined ${_expectedTarget}) - endif() - if(TARGET ${_expectedTarget}) - list(APPEND _targetsDefined ${_expectedTarget}) - endif() -endforeach() -if("${_targetsDefined}" STREQUAL "${_expectedTargets}") - unset(_targetsDefined) - unset(_targetsNotDefined) - unset(_expectedTargets) - set(CMAKE_IMPORT_FILE_VERSION) - cmake_policy(POP) - return() -endif() -if(NOT "${_targetsDefined}" STREQUAL "") - message(FATAL_ERROR "Some (but not all) targets in this export set were already defined.\nTargets Defined: ${_targetsDefined}\nTargets not yet defined: ${_targetsNotDefined}\n") -endif() -unset(_targetsDefined) -unset(_targetsNotDefined) -unset(_expectedTargets) - - -# Compute the installation prefix relative to this file. -get_filename_component(_IMPORT_PREFIX "${CMAKE_CURRENT_LIST_FILE}" PATH) -get_filename_component(_IMPORT_PREFIX "${_IMPORT_PREFIX}" PATH) -if(_IMPORT_PREFIX STREQUAL "/") - set(_IMPORT_PREFIX "") -endif() - -# Create imported target xtd.console -add_library(xtd.console STATIC IMPORTED) - -set_target_properties(xtd.console PROPERTIES - INTERFACE_INCLUDE_DIRECTORIES "${_IMPORT_PREFIX}/include" - INTERFACE_LINK_LIBRARIES "xtd.strings" -) - -if(CMAKE_VERSION VERSION_LESS 2.8.12) - message(FATAL_ERROR "This file relies on consumers using CMake 2.8.12 or greater.") -endif() - -# Load information for each installed configuration. -get_filename_component(_DIR "${CMAKE_CURRENT_LIST_FILE}" PATH) -file(GLOB CONFIG_FILES "${_DIR}/xtd.console-*.cmake") -foreach(f ${CONFIG_FILES}) - include(${f}) -endforeach() - -# Cleanup temporary variables. -set(_IMPORT_PREFIX) - -# Loop over all imported files and verify that they actually exist -foreach(target ${_IMPORT_CHECK_TARGETS} ) - foreach(file ${_IMPORT_CHECK_FILES_FOR_${target}} ) - if(NOT EXISTS "${file}" ) - message(FATAL_ERROR "The imported target \"${target}\" references the file - \"${file}\" -but this file does not exist. Possible reasons include: -* The file was deleted, renamed, or moved to another location. -* An install or uninstall procedure did not complete successfully. -* The installation package was faulty and contained - \"${CMAKE_CURRENT_LIST_FILE}\" -but not all the files it references. -") - endif() - endforeach() - unset(_IMPORT_CHECK_FILES_FOR_${target}) -endforeach() -unset(_IMPORT_CHECK_TARGETS) - -# Make sure the targets which have been exported in some other -# export set exist. -unset(${CMAKE_FIND_PACKAGE_NAME}_NOT_FOUND_MESSAGE_targets) -foreach(_target "xtd.strings" ) - if(NOT TARGET "${_target}" ) - set(${CMAKE_FIND_PACKAGE_NAME}_NOT_FOUND_MESSAGE_targets "${${CMAKE_FIND_PACKAGE_NAME}_NOT_FOUND_MESSAGE_targets} ${_target}") - endif() -endforeach() - -if(DEFINED ${CMAKE_FIND_PACKAGE_NAME}_NOT_FOUND_MESSAGE_targets) - if(CMAKE_FIND_PACKAGE_NAME) - set( ${CMAKE_FIND_PACKAGE_NAME}_FOUND FALSE) - set( ${CMAKE_FIND_PACKAGE_NAME}_NOT_FOUND_MESSAGE "The following imported targets are referenced, but are missing: ${${CMAKE_FIND_PACKAGE_NAME}_NOT_FOUND_MESSAGE_targets}") - else() - message(FATAL_ERROR "The following imported targets are referenced, but are missing: ${${CMAKE_FIND_PACKAGE_NAME}_NOT_FOUND_MESSAGE_targets}") - endif() -endif() -unset(${CMAKE_FIND_PACKAGE_NAME}_NOT_FOUND_MESSAGE_targets) - -# Commands beyond this point should not need to know the version. -set(CMAKE_IMPORT_FILE_VERSION) -cmake_policy(POP) diff --git a/build/xtd.console/xtd.console/CMakeScripts/ALL_BUILD_cmakeRulesBuildPhase.makeDebug b/build/xtd.console/xtd.console/CMakeScripts/ALL_BUILD_cmakeRulesBuildPhase.makeDebug deleted file mode 100644 index 6c7f4107f00b..000000000000 --- a/build/xtd.console/xtd.console/CMakeScripts/ALL_BUILD_cmakeRulesBuildPhase.makeDebug +++ /dev/null @@ -1,10 +0,0 @@ -# Generated by CMake, DO NOT EDIT -# Custom rules for ALL_BUILD -.SUFFIXES: -all: \ - /Users/yves/Projects/xtd/xtd/build/xtd.console/xtd.console/CMakeFiles/ALL_BUILD - - -/Users/yves/Projects/xtd/xtd/build/xtd.console/xtd.console/CMakeFiles/ALL_BUILD: - echo "" - echo Build\ all\ projects diff --git a/build/xtd.console/xtd.console/CMakeScripts/ALL_BUILD_cmakeRulesBuildPhase.makeMinSizeRel b/build/xtd.console/xtd.console/CMakeScripts/ALL_BUILD_cmakeRulesBuildPhase.makeMinSizeRel deleted file mode 100644 index 6c7f4107f00b..000000000000 --- a/build/xtd.console/xtd.console/CMakeScripts/ALL_BUILD_cmakeRulesBuildPhase.makeMinSizeRel +++ /dev/null @@ -1,10 +0,0 @@ -# Generated by CMake, DO NOT EDIT -# Custom rules for ALL_BUILD -.SUFFIXES: -all: \ - /Users/yves/Projects/xtd/xtd/build/xtd.console/xtd.console/CMakeFiles/ALL_BUILD - - -/Users/yves/Projects/xtd/xtd/build/xtd.console/xtd.console/CMakeFiles/ALL_BUILD: - echo "" - echo Build\ all\ projects diff --git a/build/xtd.console/xtd.console/CMakeScripts/ALL_BUILD_cmakeRulesBuildPhase.makeRelWithDebInfo b/build/xtd.console/xtd.console/CMakeScripts/ALL_BUILD_cmakeRulesBuildPhase.makeRelWithDebInfo deleted file mode 100644 index 6c7f4107f00b..000000000000 --- a/build/xtd.console/xtd.console/CMakeScripts/ALL_BUILD_cmakeRulesBuildPhase.makeRelWithDebInfo +++ /dev/null @@ -1,10 +0,0 @@ -# Generated by CMake, DO NOT EDIT -# Custom rules for ALL_BUILD -.SUFFIXES: -all: \ - /Users/yves/Projects/xtd/xtd/build/xtd.console/xtd.console/CMakeFiles/ALL_BUILD - - -/Users/yves/Projects/xtd/xtd/build/xtd.console/xtd.console/CMakeFiles/ALL_BUILD: - echo "" - echo Build\ all\ projects diff --git a/build/xtd.console/xtd.console/CMakeScripts/ALL_BUILD_cmakeRulesBuildPhase.makeRelease b/build/xtd.console/xtd.console/CMakeScripts/ALL_BUILD_cmakeRulesBuildPhase.makeRelease deleted file mode 100644 index 6c7f4107f00b..000000000000 --- a/build/xtd.console/xtd.console/CMakeScripts/ALL_BUILD_cmakeRulesBuildPhase.makeRelease +++ /dev/null @@ -1,10 +0,0 @@ -# Generated by CMake, DO NOT EDIT -# Custom rules for ALL_BUILD -.SUFFIXES: -all: \ - /Users/yves/Projects/xtd/xtd/build/xtd.console/xtd.console/CMakeFiles/ALL_BUILD - - -/Users/yves/Projects/xtd/xtd/build/xtd.console/xtd.console/CMakeFiles/ALL_BUILD: - echo "" - echo Build\ all\ projects diff --git a/build/xtd.console/xtd.console/CMakeScripts/ReRunCMake.make b/build/xtd.console/xtd.console/CMakeScripts/ReRunCMake.make deleted file mode 100644 index 24cae9295b69..000000000000 --- a/build/xtd.console/xtd.console/CMakeScripts/ReRunCMake.make +++ /dev/null @@ -1,11 +0,0 @@ -# Generated by CMake, DO NOT EDIT - -TARGETS:= -empty:= -space:= $(empty) $(empty) -spaceplus:= $(empty)\ $(empty) - -TARGETS += $(subst $(space),$(spaceplus),$(wildcard /Users/yves/Projects/xtd/xtd/xtd.console/xtd.console/CMakeLists.txt)) - -/Users/yves/Projects/xtd/xtd/build/CMakeFiles/cmake.check_cache: $(TARGETS) - /Applications/CMake.app/Contents/bin/cmake -H/Users/yves/Projects/xtd/xtd -B/Users/yves/Projects/xtd/xtd/build diff --git a/build/xtd.console/xtd.console/CMakeScripts/XCODE_DEPEND_HELPER.make b/build/xtd.console/xtd.console/CMakeScripts/XCODE_DEPEND_HELPER.make deleted file mode 100644 index bce93deff0ab..000000000000 --- a/build/xtd.console/xtd.console/CMakeScripts/XCODE_DEPEND_HELPER.make +++ /dev/null @@ -1,32 +0,0 @@ -# DO NOT EDIT -# This makefile makes sure all linkable targets are -# up-to-date with anything they link to -default: - echo "Do not invoke directly" - -# Rules to remove targets that are older than anything to which they -# link. This forces Xcode to relink the targets from scratch. It -# does not seem to check these dependencies itself. -PostBuild.xtd.console.Debug: -/Users/yves/Projects/xtd/xtd/build/xtd.console/xtd.console/Debug/libxtd.console.a: - /bin/rm -f /Users/yves/Projects/xtd/xtd/build/xtd.console/xtd.console/Debug/libxtd.console.a - - -PostBuild.xtd.console.Release: -/Users/yves/Projects/xtd/xtd/build/xtd.console/xtd.console/Release/libxtd.console.a: - /bin/rm -f /Users/yves/Projects/xtd/xtd/build/xtd.console/xtd.console/Release/libxtd.console.a - - -PostBuild.xtd.console.MinSizeRel: -/Users/yves/Projects/xtd/xtd/build/xtd.console/xtd.console/MinSizeRel/libxtd.console.a: - /bin/rm -f /Users/yves/Projects/xtd/xtd/build/xtd.console/xtd.console/MinSizeRel/libxtd.console.a - - -PostBuild.xtd.console.RelWithDebInfo: -/Users/yves/Projects/xtd/xtd/build/xtd.console/xtd.console/RelWithDebInfo/libxtd.console.a: - /bin/rm -f /Users/yves/Projects/xtd/xtd/build/xtd.console/xtd.console/RelWithDebInfo/libxtd.console.a - - - - -# For each target create a dummy ruleso the target does not have to exist diff --git a/build/xtd.console/xtd.console/CMakeScripts/ZERO_CHECK_cmakeRulesBuildPhase.makeDebug b/build/xtd.console/xtd.console/CMakeScripts/ZERO_CHECK_cmakeRulesBuildPhase.makeDebug deleted file mode 100644 index 3c132f93eaa8..000000000000 --- a/build/xtd.console/xtd.console/CMakeScripts/ZERO_CHECK_cmakeRulesBuildPhase.makeDebug +++ /dev/null @@ -1,10 +0,0 @@ -# Generated by CMake, DO NOT EDIT -# Custom rules for ZERO_CHECK -.SUFFIXES: -all: \ - /Users/yves/Projects/xtd/xtd/build/xtd.console/xtd.console/CMakeFiles/ZERO_CHECK - - -/Users/yves/Projects/xtd/xtd/build/xtd.console/xtd.console/CMakeFiles/ZERO_CHECK: - echo "" - make -f /Users/yves/Projects/xtd/xtd/build/xtd.console/xtd.console/CMakeScripts/ReRunCMake.make diff --git a/build/xtd.console/xtd.console/CMakeScripts/ZERO_CHECK_cmakeRulesBuildPhase.makeMinSizeRel b/build/xtd.console/xtd.console/CMakeScripts/ZERO_CHECK_cmakeRulesBuildPhase.makeMinSizeRel deleted file mode 100644 index 3c132f93eaa8..000000000000 --- a/build/xtd.console/xtd.console/CMakeScripts/ZERO_CHECK_cmakeRulesBuildPhase.makeMinSizeRel +++ /dev/null @@ -1,10 +0,0 @@ -# Generated by CMake, DO NOT EDIT -# Custom rules for ZERO_CHECK -.SUFFIXES: -all: \ - /Users/yves/Projects/xtd/xtd/build/xtd.console/xtd.console/CMakeFiles/ZERO_CHECK - - -/Users/yves/Projects/xtd/xtd/build/xtd.console/xtd.console/CMakeFiles/ZERO_CHECK: - echo "" - make -f /Users/yves/Projects/xtd/xtd/build/xtd.console/xtd.console/CMakeScripts/ReRunCMake.make diff --git a/build/xtd.console/xtd.console/CMakeScripts/ZERO_CHECK_cmakeRulesBuildPhase.makeRelWithDebInfo b/build/xtd.console/xtd.console/CMakeScripts/ZERO_CHECK_cmakeRulesBuildPhase.makeRelWithDebInfo deleted file mode 100644 index 3c132f93eaa8..000000000000 --- a/build/xtd.console/xtd.console/CMakeScripts/ZERO_CHECK_cmakeRulesBuildPhase.makeRelWithDebInfo +++ /dev/null @@ -1,10 +0,0 @@ -# Generated by CMake, DO NOT EDIT -# Custom rules for ZERO_CHECK -.SUFFIXES: -all: \ - /Users/yves/Projects/xtd/xtd/build/xtd.console/xtd.console/CMakeFiles/ZERO_CHECK - - -/Users/yves/Projects/xtd/xtd/build/xtd.console/xtd.console/CMakeFiles/ZERO_CHECK: - echo "" - make -f /Users/yves/Projects/xtd/xtd/build/xtd.console/xtd.console/CMakeScripts/ReRunCMake.make diff --git a/build/xtd.console/xtd.console/CMakeScripts/ZERO_CHECK_cmakeRulesBuildPhase.makeRelease b/build/xtd.console/xtd.console/CMakeScripts/ZERO_CHECK_cmakeRulesBuildPhase.makeRelease deleted file mode 100644 index 3c132f93eaa8..000000000000 --- a/build/xtd.console/xtd.console/CMakeScripts/ZERO_CHECK_cmakeRulesBuildPhase.makeRelease +++ /dev/null @@ -1,10 +0,0 @@ -# Generated by CMake, DO NOT EDIT -# Custom rules for ZERO_CHECK -.SUFFIXES: -all: \ - /Users/yves/Projects/xtd/xtd/build/xtd.console/xtd.console/CMakeFiles/ZERO_CHECK - - -/Users/yves/Projects/xtd/xtd/build/xtd.console/xtd.console/CMakeFiles/ZERO_CHECK: - echo "" - make -f /Users/yves/Projects/xtd/xtd/build/xtd.console/xtd.console/CMakeScripts/ReRunCMake.make diff --git a/build/xtd.console/xtd.console/CMakeScripts/install_postBuildPhase.makeDebug b/build/xtd.console/xtd.console/CMakeScripts/install_postBuildPhase.makeDebug deleted file mode 100644 index fc5fe9713dfd..000000000000 --- a/build/xtd.console/xtd.console/CMakeScripts/install_postBuildPhase.makeDebug +++ /dev/null @@ -1,9 +0,0 @@ -# Generated by CMake, DO NOT EDIT -# Custom rules for install -.SUFFIXES: -all: \ - install_buildpart_0 - - -install_buildpart_0: - /Applications/CMake.app/Contents/bin/cmake -DBUILD_TYPE=$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME) -P cmake_install.cmake diff --git a/build/xtd.console/xtd.console/CMakeScripts/install_postBuildPhase.makeMinSizeRel b/build/xtd.console/xtd.console/CMakeScripts/install_postBuildPhase.makeMinSizeRel deleted file mode 100644 index fc5fe9713dfd..000000000000 --- a/build/xtd.console/xtd.console/CMakeScripts/install_postBuildPhase.makeMinSizeRel +++ /dev/null @@ -1,9 +0,0 @@ -# Generated by CMake, DO NOT EDIT -# Custom rules for install -.SUFFIXES: -all: \ - install_buildpart_0 - - -install_buildpart_0: - /Applications/CMake.app/Contents/bin/cmake -DBUILD_TYPE=$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME) -P cmake_install.cmake diff --git a/build/xtd.console/xtd.console/CMakeScripts/install_postBuildPhase.makeRelWithDebInfo b/build/xtd.console/xtd.console/CMakeScripts/install_postBuildPhase.makeRelWithDebInfo deleted file mode 100644 index fc5fe9713dfd..000000000000 --- a/build/xtd.console/xtd.console/CMakeScripts/install_postBuildPhase.makeRelWithDebInfo +++ /dev/null @@ -1,9 +0,0 @@ -# Generated by CMake, DO NOT EDIT -# Custom rules for install -.SUFFIXES: -all: \ - install_buildpart_0 - - -install_buildpart_0: - /Applications/CMake.app/Contents/bin/cmake -DBUILD_TYPE=$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME) -P cmake_install.cmake diff --git a/build/xtd.console/xtd.console/CMakeScripts/install_postBuildPhase.makeRelease b/build/xtd.console/xtd.console/CMakeScripts/install_postBuildPhase.makeRelease deleted file mode 100644 index fc5fe9713dfd..000000000000 --- a/build/xtd.console/xtd.console/CMakeScripts/install_postBuildPhase.makeRelease +++ /dev/null @@ -1,9 +0,0 @@ -# Generated by CMake, DO NOT EDIT -# Custom rules for install -.SUFFIXES: -all: \ - install_buildpart_0 - - -install_buildpart_0: - /Applications/CMake.app/Contents/bin/cmake -DBUILD_TYPE=$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME) -P cmake_install.cmake diff --git a/build/xtd.console/xtd.console/Debug/libxtd.console.a b/build/xtd.console/xtd.console/Debug/libxtd.console.a deleted file mode 100644 index 335f24b84e4b..000000000000 Binary files a/build/xtd.console/xtd.console/Debug/libxtd.console.a and /dev/null differ diff --git a/build/xtd.console/xtd.console/cmake_install.cmake b/build/xtd.console/xtd.console/cmake_install.cmake deleted file mode 100644 index 9b6de087a8f4..000000000000 --- a/build/xtd.console/xtd.console/cmake_install.cmake +++ /dev/null @@ -1,110 +0,0 @@ -# Install script for directory: /Users/yves/Projects/xtd/xtd/xtd.console/xtd.console - -# Set the install prefix -if(NOT DEFINED CMAKE_INSTALL_PREFIX) - set(CMAKE_INSTALL_PREFIX "/usr/local") -endif() -string(REGEX REPLACE "/$" "" CMAKE_INSTALL_PREFIX "${CMAKE_INSTALL_PREFIX}") - -# Set the install configuration name. -if(NOT DEFINED CMAKE_INSTALL_CONFIG_NAME) - if(BUILD_TYPE) - string(REGEX REPLACE "^[^A-Za-z0-9_]+" "" - CMAKE_INSTALL_CONFIG_NAME "${BUILD_TYPE}") - else() - set(CMAKE_INSTALL_CONFIG_NAME "Release") - endif() - message(STATUS "Install configuration: \"${CMAKE_INSTALL_CONFIG_NAME}\"") -endif() - -# Set the component getting installed. -if(NOT CMAKE_INSTALL_COMPONENT) - if(COMPONENT) - message(STATUS "Install component: \"${COMPONENT}\"") - set(CMAKE_INSTALL_COMPONENT "${COMPONENT}") - else() - set(CMAKE_INSTALL_COMPONENT) - endif() -endif() - -# Is this installation the result of a crosscompile? -if(NOT DEFINED CMAKE_CROSSCOMPILING) - set(CMAKE_CROSSCOMPILING "FALSE") -endif() - -if("x${CMAKE_INSTALL_COMPONENT}x" STREQUAL "xUnspecifiedx" OR NOT CMAKE_INSTALL_COMPONENT) - file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/include/xtd" TYPE DIRECTORY FILES "/Users/yves/Projects/xtd/xtd/xtd.console/xtd.console/include/xtd/.") -endif() - -if("x${CMAKE_INSTALL_COMPONENT}x" STREQUAL "xUnspecifiedx" OR NOT CMAKE_INSTALL_COMPONENT) - file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/cmake" TYPE FILE FILES "/Users/yves/Projects/xtd/xtd/build/xtd.console/xtd.console/xtd.consoleConfig.cmake") -endif() - -if("x${CMAKE_INSTALL_COMPONENT}x" STREQUAL "xUnspecifiedx" OR NOT CMAKE_INSTALL_COMPONENT) - if("${CMAKE_INSTALL_CONFIG_NAME}" MATCHES "^([Dd][Ee][Bb][Uu][Gg])$") - file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/lib" TYPE FILE OPTIONAL FILES "/Users/yves/Projects/xtd/xtd/build/xtd.console/xtd.console/Debug/xtd.console.pdb") - endif() -endif() - -if("x${CMAKE_INSTALL_COMPONENT}x" STREQUAL "xUnspecifiedx" OR NOT CMAKE_INSTALL_COMPONENT) - if("${CMAKE_INSTALL_CONFIG_NAME}" MATCHES "^([Rr][Ee][Ll][Ee][Aa][Ss][Ee])$") - file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/lib" TYPE FILE OPTIONAL FILES "/Users/yves/Projects/xtd/xtd/build/xtd.console/xtd.console/Release/xtd.console.pdb") - endif() -endif() - -if("x${CMAKE_INSTALL_COMPONENT}x" STREQUAL "xUnspecifiedx" OR NOT CMAKE_INSTALL_COMPONENT) - if("${CMAKE_INSTALL_CONFIG_NAME}" MATCHES "^([Dd][Ee][Bb][Uu][Gg])$") - file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/lib" TYPE STATIC_LIBRARY FILES "/Users/yves/Projects/xtd/xtd/build/xtd.console/xtd.console/Debug/libxtd.console.a") - if(EXISTS "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/lib/libxtd.console.a" AND - NOT IS_SYMLINK "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/lib/libxtd.console.a") - execute_process(COMMAND "/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib" "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/lib/libxtd.console.a") - endif() - elseif("${CMAKE_INSTALL_CONFIG_NAME}" MATCHES "^([Rr][Ee][Ll][Ee][Aa][Ss][Ee])$") - file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/lib" TYPE STATIC_LIBRARY FILES "/Users/yves/Projects/xtd/xtd/build/xtd.console/xtd.console/Release/libxtd.console.a") - if(EXISTS "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/lib/libxtd.console.a" AND - NOT IS_SYMLINK "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/lib/libxtd.console.a") - execute_process(COMMAND "/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib" "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/lib/libxtd.console.a") - endif() - elseif("${CMAKE_INSTALL_CONFIG_NAME}" MATCHES "^([Mm][Ii][Nn][Ss][Ii][Zz][Ee][Rr][Ee][Ll])$") - file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/lib" TYPE STATIC_LIBRARY FILES "/Users/yves/Projects/xtd/xtd/build/xtd.console/xtd.console/MinSizeRel/libxtd.console.a") - if(EXISTS "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/lib/libxtd.console.a" AND - NOT IS_SYMLINK "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/lib/libxtd.console.a") - execute_process(COMMAND "/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib" "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/lib/libxtd.console.a") - endif() - elseif("${CMAKE_INSTALL_CONFIG_NAME}" MATCHES "^([Rr][Ee][Ll][Ww][Ii][Tt][Hh][Dd][Ee][Bb][Ii][Nn][Ff][Oo])$") - file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/lib" TYPE STATIC_LIBRARY FILES "/Users/yves/Projects/xtd/xtd/build/xtd.console/xtd.console/RelWithDebInfo/libxtd.console.a") - if(EXISTS "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/lib/libxtd.console.a" AND - NOT IS_SYMLINK "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/lib/libxtd.console.a") - execute_process(COMMAND "/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib" "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/lib/libxtd.console.a") - endif() - endif() -endif() - -if("x${CMAKE_INSTALL_COMPONENT}x" STREQUAL "xUnspecifiedx" OR NOT CMAKE_INSTALL_COMPONENT) - if(EXISTS "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/cmake/xtd.console.cmake") - file(DIFFERENT EXPORT_FILE_CHANGED FILES - "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/cmake/xtd.console.cmake" - "/Users/yves/Projects/xtd/xtd/build/xtd.console/xtd.console/CMakeFiles/Export/cmake/xtd.console.cmake") - if(EXPORT_FILE_CHANGED) - file(GLOB OLD_CONFIG_FILES "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/cmake/xtd.console-*.cmake") - if(OLD_CONFIG_FILES) - message(STATUS "Old export file \"$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/cmake/xtd.console.cmake\" will be replaced. Removing files [${OLD_CONFIG_FILES}].") - file(REMOVE ${OLD_CONFIG_FILES}) - endif() - endif() - endif() - file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/cmake" TYPE FILE FILES "/Users/yves/Projects/xtd/xtd/build/xtd.console/xtd.console/CMakeFiles/Export/cmake/xtd.console.cmake") - if("${CMAKE_INSTALL_CONFIG_NAME}" MATCHES "^([Dd][Ee][Bb][Uu][Gg])$") - file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/cmake" TYPE FILE FILES "/Users/yves/Projects/xtd/xtd/build/xtd.console/xtd.console/CMakeFiles/Export/cmake/xtd.console-debug.cmake") - endif() - if("${CMAKE_INSTALL_CONFIG_NAME}" MATCHES "^([Mm][Ii][Nn][Ss][Ii][Zz][Ee][Rr][Ee][Ll])$") - file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/cmake" TYPE FILE FILES "/Users/yves/Projects/xtd/xtd/build/xtd.console/xtd.console/CMakeFiles/Export/cmake/xtd.console-minsizerel.cmake") - endif() - if("${CMAKE_INSTALL_CONFIG_NAME}" MATCHES "^([Rr][Ee][Ll][Ww][Ii][Tt][Hh][Dd][Ee][Bb][Ii][Nn][Ff][Oo])$") - file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/cmake" TYPE FILE FILES "/Users/yves/Projects/xtd/xtd/build/xtd.console/xtd.console/CMakeFiles/Export/cmake/xtd.console-relwithdebinfo.cmake") - endif() - if("${CMAKE_INSTALL_CONFIG_NAME}" MATCHES "^([Rr][Ee][Ll][Ee][Aa][Ss][Ee])$") - file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/cmake" TYPE FILE FILES "/Users/yves/Projects/xtd/xtd/build/xtd.console/xtd.console/CMakeFiles/Export/cmake/xtd.console-release.cmake") - endif() -endif() - diff --git a/build/xtd.console/xtd.console/xtd.build/Debug/xtd.console.build/Objects-normal/x86_64/__opaque_console_gcc.d b/build/xtd.console/xtd.console/xtd.build/Debug/xtd.console.build/Objects-normal/x86_64/__opaque_console_gcc.d deleted file mode 100644 index 66f84d8c5331..000000000000 --- a/build/xtd.console/xtd.console/xtd.build/Debug/xtd.console.build/Objects-normal/x86_64/__opaque_console_gcc.d +++ /dev/null @@ -1,8 +0,0 @@ -dependencies: \ - /Users/yves/Projects/xtd/xtd/xtd.console/xtd.console/src/__opaque_console_gcc.cpp \ - /Users/yves/Projects/xtd/xtd/xtd.console/xtd.console/src/../include/xtd/__opaque_console.hpp \ - /Users/yves/Projects/xtd/xtd/xtd.console/xtd.console/src/../include/xtd/console_color.hpp \ - /Users/yves/Projects/xtd/xtd/xtd.console/xtd.console/src/../include/xtd/console_key_info.hpp \ - /Users/yves/Projects/xtd/xtd/xtd.console/xtd.console/src/../include/xtd/console_key.hpp \ - /Users/yves/Projects/xtd/xtd/xtd.console/xtd.console/src/../include/xtd/console_modifiers.hpp \ - /Users/yves/Projects/xtd/xtd/xtd.console/xtd.console/src/../include/xtd/console_special_key.hpp diff --git a/build/xtd.console/xtd.console/xtd.build/Debug/xtd.console.build/Objects-normal/x86_64/__opaque_console_gcc.dia b/build/xtd.console/xtd.console/xtd.build/Debug/xtd.console.build/Objects-normal/x86_64/__opaque_console_gcc.dia deleted file mode 100644 index c85cbfc50d06..000000000000 Binary files a/build/xtd.console/xtd.console/xtd.build/Debug/xtd.console.build/Objects-normal/x86_64/__opaque_console_gcc.dia and /dev/null differ diff --git a/build/xtd.console/xtd.console/xtd.build/Debug/xtd.console.build/Objects-normal/x86_64/__opaque_console_gcc.o b/build/xtd.console/xtd.console/xtd.build/Debug/xtd.console.build/Objects-normal/x86_64/__opaque_console_gcc.o deleted file mode 100644 index e79bbcc41fa5..000000000000 Binary files a/build/xtd.console/xtd.console/xtd.build/Debug/xtd.console.build/Objects-normal/x86_64/__opaque_console_gcc.o and /dev/null differ diff --git a/build/xtd.console/xtd.console/xtd.build/Debug/xtd.console.build/Objects-normal/x86_64/__opaque_console_win32.d b/build/xtd.console/xtd.console/xtd.build/Debug/xtd.console.build/Objects-normal/x86_64/__opaque_console_win32.d deleted file mode 100644 index be95ac973078..000000000000 --- a/build/xtd.console/xtd.console/xtd.build/Debug/xtd.console.build/Objects-normal/x86_64/__opaque_console_win32.d +++ /dev/null @@ -1,2 +0,0 @@ -dependencies: \ - /Users/yves/Projects/xtd/xtd/xtd.console/xtd.console/src/__opaque_console_win32.cpp diff --git a/build/xtd.console/xtd.console/xtd.build/Debug/xtd.console.build/Objects-normal/x86_64/__opaque_console_win32.dia b/build/xtd.console/xtd.console/xtd.build/Debug/xtd.console.build/Objects-normal/x86_64/__opaque_console_win32.dia deleted file mode 100644 index c85cbfc50d06..000000000000 Binary files a/build/xtd.console/xtd.console/xtd.build/Debug/xtd.console.build/Objects-normal/x86_64/__opaque_console_win32.dia and /dev/null differ diff --git a/build/xtd.console/xtd.console/xtd.build/Debug/xtd.console.build/Objects-normal/x86_64/__opaque_console_win32.o b/build/xtd.console/xtd.console/xtd.build/Debug/xtd.console.build/Objects-normal/x86_64/__opaque_console_win32.o deleted file mode 100644 index e181e540fbf4..000000000000 Binary files a/build/xtd.console/xtd.console/xtd.build/Debug/xtd.console.build/Objects-normal/x86_64/__opaque_console_win32.o and /dev/null differ diff --git a/build/xtd.console/xtd.console/xtd.build/Debug/xtd.console.build/Objects-normal/x86_64/xtd.console.LinkFileList b/build/xtd.console/xtd.console/xtd.build/Debug/xtd.console.build/Objects-normal/x86_64/xtd.console.LinkFileList deleted file mode 100644 index ba3d545c8bd5..000000000000 --- a/build/xtd.console/xtd.console/xtd.build/Debug/xtd.console.build/Objects-normal/x86_64/xtd.console.LinkFileList +++ /dev/null @@ -1,2 +0,0 @@ -/Users/yves/Projects/xtd/xtd/build/xtd.console/xtd.console/xtd.build/Debug/xtd.console.build/Objects-normal/x86_64/__opaque_console_gcc.o -/Users/yves/Projects/xtd/xtd/build/xtd.console/xtd.console/xtd.build/Debug/xtd.console.build/Objects-normal/x86_64/__opaque_console_win32.o diff --git a/build/xtd.console/xtd.console/xtd.build/Debug/xtd.console.build/dgph b/build/xtd.console/xtd.console/xtd.build/Debug/xtd.console.build/dgph deleted file mode 100644 index 453be796c26b..000000000000 Binary files a/build/xtd.console/xtd.console/xtd.build/Debug/xtd.console.build/dgph and /dev/null differ diff --git a/build/xtd.console/xtd.console/xtd.build/Debug/xtd.console.build/dgph~ b/build/xtd.console/xtd.console/xtd.build/Debug/xtd.console.build/dgph~ deleted file mode 100644 index 9847f976ffa6..000000000000 Binary files a/build/xtd.console/xtd.console/xtd.build/Debug/xtd.console.build/dgph~ and /dev/null differ diff --git a/build/xtd.console/xtd.console/xtd.build/Release/xtd.console.build/dgph b/build/xtd.console/xtd.console/xtd.build/Release/xtd.console.build/dgph deleted file mode 100644 index d77d8ae07a2c..000000000000 Binary files a/build/xtd.console/xtd.console/xtd.build/Release/xtd.console.build/dgph and /dev/null differ diff --git a/build/xtd.console/xtd.console/xtd.build/Release/xtd.console.build/dgph~ b/build/xtd.console/xtd.console/xtd.build/Release/xtd.console.build/dgph~ deleted file mode 100644 index 791e9478e43b..000000000000 Binary files a/build/xtd.console/xtd.console/xtd.build/Release/xtd.console.build/dgph~ and /dev/null differ diff --git a/build/xtd.console/xtd.console/xtd.console.xcodeproj/project.pbxproj b/build/xtd.console/xtd.console/xtd.console.xcodeproj/project.pbxproj deleted file mode 100644 index 81e6441ae6c4..000000000000 --- a/build/xtd.console/xtd.console/xtd.console.xcodeproj/project.pbxproj +++ /dev/null @@ -1,856 +0,0 @@ -// !$*UTF8*$! -{ - archiveVersion = 1; - classes = { - }; - objectVersion = 46; - objects = { - -/* Begin PBXAggregateTarget section */ - 50394EEE1BD24C4FB2A4CE92 /* ALL_BUILD */ = { - isa = PBXAggregateTarget; - buildConfigurationList = D7469B7A1A694CD789B6F14C /* Build configuration list for PBXAggregateTarget "ALL_BUILD" */; - buildPhases = ( - CFA15F632F614E4FACB5E2EE /* CMake Rules */, - ); - dependencies = ( - 3196C1901CA6458F90B60CAB /* PBXTargetDependency */, - D46E6A522B1F46068AE4EEDE /* PBXTargetDependency */, - ); - name = ALL_BUILD; - productName = ALL_BUILD; - }; - 5FC237F2D4EF4159A3B85902 /* ZERO_CHECK */ = { - isa = PBXAggregateTarget; - buildConfigurationList = F68670F208B04DB5BD5AC14F /* Build configuration list for PBXAggregateTarget "ZERO_CHECK" */; - buildPhases = ( - D255720C122642F3A174C3A0 /* CMake Rules */, - ); - dependencies = ( - ); - name = ZERO_CHECK; - productName = ZERO_CHECK; - }; - D8AC47AE86EC421F9902C1EF /* install */ = { - isa = PBXAggregateTarget; - buildConfigurationList = 30F798EDE662458D8423D23A /* Build configuration list for PBXAggregateTarget "install" */; - buildPhases = ( - 3C805FAD7BDA41EDBAA28488 /* CMake PostBuild Rules */, - ); - dependencies = ( - FC81AD46BCD54E6CA043BB3A /* PBXTargetDependency */, - ); - name = install; - productName = install; - }; -/* End PBXAggregateTarget section */ - -/* Begin PBXBuildFile section */ - 0057BC17262E448C9A9B9BDC /* /Users/yves/Projects/xtd/xtd/xtd.console/xtd.console/CMakeLists.txt */ = {isa = PBXBuildFile; fileRef = AC80BCCE5EE5439CB572C7AF /* /Users/yves/Projects/xtd/xtd/xtd.console/xtd.console/CMakeLists.txt */; }; - 1CC1489DC5F24DF597E433EF /* /Users/yves/Projects/xtd/xtd/xtd.console/xtd.console/include/xtd/console_modifiers.hpp */ = {isa = PBXBuildFile; fileRef = F854EBF01696478992AAB6F5 /* /Users/yves/Projects/xtd/xtd/xtd.console/xtd.console/include/xtd/console_modifiers.hpp */; }; - 1FE8AAF3DADC4649BFE7EDD6 /* /Users/yves/Projects/xtd/xtd/xtd.console/xtd.console/include/xtd/console_key_info.hpp */ = {isa = PBXBuildFile; fileRef = 3462BD6940B64026B85CD912 /* /Users/yves/Projects/xtd/xtd/xtd.console/xtd.console/include/xtd/console_key_info.hpp */; }; - 396E1A8AF3844F73A1F2FA32 /* /Users/yves/Projects/xtd/xtd/xtd.console/xtd.console/include/xtd/console.hpp */ = {isa = PBXBuildFile; fileRef = 25F054A60856423DBC54D31D /* /Users/yves/Projects/xtd/xtd/xtd.console/xtd.console/include/xtd/console.hpp */; }; - 3B634822801D41C2AD7A1970 /* /Users/yves/Projects/xtd/xtd/xtd.console/xtd.console/include/xtd/console_special_key.hpp */ = {isa = PBXBuildFile; fileRef = 10EE823FA0A84DD79E822738 /* /Users/yves/Projects/xtd/xtd/xtd.console/xtd.console/include/xtd/console_special_key.hpp */; }; - 3D509662216E4B1691167D75 /* /Users/yves/Projects/xtd/xtd/xtd.console/xtd.console/include/xtd/console */ = {isa = PBXBuildFile; fileRef = 7B4A71C3F9524BFE8B4C6AD5 /* /Users/yves/Projects/xtd/xtd/xtd.console/xtd.console/include/xtd/console */; }; - 5F1C7D25C3024F87AD4BC5F5 /* /Users/yves/Projects/xtd/xtd/xtd.console/xtd.console/include/xtd/format.hpp */ = {isa = PBXBuildFile; fileRef = 4BE275156E2744A79A4D529E /* /Users/yves/Projects/xtd/xtd/xtd.console/xtd.console/include/xtd/format.hpp */; }; - 74F3C54CE5A74DF491CFDDF4 /* /Users/yves/Projects/xtd/xtd/xtd.console/xtd.console/include/xtd/basic_console.hpp */ = {isa = PBXBuildFile; fileRef = 3BF018678B79478DBA2E2E43 /* /Users/yves/Projects/xtd/xtd/xtd.console/xtd.console/include/xtd/basic_console.hpp */; }; - 768C60A77F8840F0AD822F41 /* /Users/yves/Projects/xtd/xtd/xtd.console/xtd.console/src/__opaque_console_gcc.cpp */ = {isa = PBXBuildFile; fileRef = 3966C3F4D15F4FBA95E013E5 /* /Users/yves/Projects/xtd/xtd/xtd.console/xtd.console/src/__opaque_console_gcc.cpp */; }; - 78AD7FE3B5D24A82AF26C61B /* /Users/yves/Projects/xtd/xtd/xtd.console/xtd.console/include/xtd/__get_in_rdbuf.hpp */ = {isa = PBXBuildFile; fileRef = 568A944F713745F58AB70FBB /* /Users/yves/Projects/xtd/xtd/xtd.console/xtd.console/include/xtd/__get_in_rdbuf.hpp */; }; - 7B383E407F0842449BFE1EF1 /* /Users/yves/Projects/xtd/xtd/xtd.console/xtd.console/include/xtd/__opaque_console.hpp */ = {isa = PBXBuildFile; fileRef = 3AABEA004CA84CF58301C80A /* /Users/yves/Projects/xtd/xtd/xtd.console/xtd.console/include/xtd/__opaque_console.hpp */; }; - 99391F5DF8EC4C86B61F8BEA /* /Users/yves/Projects/xtd/xtd/xtd.console/xtd.console/include/xtd/reset_color.hpp */ = {isa = PBXBuildFile; fileRef = 8A7F81775BFF4193903FB31C /* /Users/yves/Projects/xtd/xtd/xtd.console/xtd.console/include/xtd/reset_color.hpp */; }; - 993EA4B58D994547960AEED5 /* /Users/yves/Projects/xtd/xtd/xtd.console/xtd.console/include/xtd/beep.hpp */ = {isa = PBXBuildFile; fileRef = F695D1F92DBA44EBB63D84E0 /* /Users/yves/Projects/xtd/xtd/xtd.console/xtd.console/include/xtd/beep.hpp */; }; - 9A029EBA637648FA9111FADC /* /Users/yves/Projects/xtd/xtd/xtd.console/xtd.console/include/xtd/__get_out_rdbuf.hpp */ = {isa = PBXBuildFile; fileRef = A9E0E9CB02964ED885A5B46C /* /Users/yves/Projects/xtd/xtd/xtd.console/xtd.console/include/xtd/__get_out_rdbuf.hpp */; }; - 9CD5484A6E3B43A4B1F31FE6 /* /Users/yves/Projects/xtd/xtd/xtd.console/xtd.console/include/xtd/__get_err_rdbuf.hpp */ = {isa = PBXBuildFile; fileRef = E149D77E2B71483C961DEB44 /* /Users/yves/Projects/xtd/xtd/xtd.console/xtd.console/include/xtd/__get_err_rdbuf.hpp */; }; - C30797B8768846A68D1F1DFE /* /Users/yves/Projects/xtd/xtd/xtd.console/xtd.console/include/xtd/background_color.hpp */ = {isa = PBXBuildFile; fileRef = 079D62C4992642328079D903 /* /Users/yves/Projects/xtd/xtd/xtd.console/xtd.console/include/xtd/background_color.hpp */; }; - D45CFDFFA53245EB895B9F02 /* /Users/yves/Projects/xtd/xtd/xtd.console/xtd.console/include/xtd/console_key.hpp */ = {isa = PBXBuildFile; fileRef = 786B688E788449A59CC85113 /* /Users/yves/Projects/xtd/xtd/xtd.console/xtd.console/include/xtd/console_key.hpp */; }; - D8268FD78F3C4952BD32CA95 /* /Users/yves/Projects/xtd/xtd/xtd.console/xtd.console/include/xtd/console_color.hpp */ = {isa = PBXBuildFile; fileRef = 8EDF986512754B7FB5926382 /* /Users/yves/Projects/xtd/xtd/xtd.console/xtd.console/include/xtd/console_color.hpp */; }; - E6856699066B40328F4D32DE /* /Users/yves/Projects/xtd/xtd/xtd.console/xtd.console/src/__opaque_console_win32.cpp */ = {isa = PBXBuildFile; fileRef = 98D96308FE1F40AFBBC54FA1 /* /Users/yves/Projects/xtd/xtd/xtd.console/xtd.console/src/__opaque_console_win32.cpp */; }; - EE60699E57B644CD9F5BB88C /* /Users/yves/Projects/xtd/xtd/xtd.console/xtd.console/include/xtd/foreground_color.hpp */ = {isa = PBXBuildFile; fileRef = E9A57B0DCF46481383495CCF /* /Users/yves/Projects/xtd/xtd/xtd.console/xtd.console/include/xtd/foreground_color.hpp */; }; -/* End PBXBuildFile section */ - -/* Begin PBXBuildStyle section */ - 3DC9AE3535284A4484D2EEEA /* MinSizeRel */ = { - isa = PBXBuildStyle; - buildSettings = { - COPY_PHASE_STRIP = NO; - }; - name = MinSizeRel; - }; - 90FE5CE155494209BA059B8A /* Debug */ = { - isa = PBXBuildStyle; - buildSettings = { - COPY_PHASE_STRIP = NO; - }; - name = Debug; - }; - D5DB9FEBACB34C6FA1DAAD05 /* RelWithDebInfo */ = { - isa = PBXBuildStyle; - buildSettings = { - COPY_PHASE_STRIP = NO; - }; - name = RelWithDebInfo; - }; - F7B499D8C5FD44D6B3874DF1 /* Release */ = { - isa = PBXBuildStyle; - buildSettings = { - COPY_PHASE_STRIP = NO; - }; - name = Release; - }; -/* End PBXBuildStyle section */ - -/* Begin PBXContainerItemProxy section */ - 0B43EB8991F44DC8822873E5 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = 3CCA486A9D8244DC8872C31E /* Project object */; - proxyType = 1; - remoteGlobalIDString = 5FC237F2D4EF4159A3B85902; - remoteInfo = ZERO_CHECK; - }; - 4A48FC18B88E446FB73DDEE7 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = 3CCA486A9D8244DC8872C31E /* Project object */; - proxyType = 1; - remoteGlobalIDString = F1A89C8CCA574D76B09D25D5; - remoteInfo = xtd.console; - }; - 7257888A6214440695F7388A /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = 3CCA486A9D8244DC8872C31E /* Project object */; - proxyType = 1; - remoteGlobalIDString = 50394EEE1BD24C4FB2A4CE92; - remoteInfo = ALL_BUILD; - }; - EF15C0688FC245BFA1CA292A /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = 3CCA486A9D8244DC8872C31E /* Project object */; - proxyType = 1; - remoteGlobalIDString = 5FC237F2D4EF4159A3B85902; - remoteInfo = ZERO_CHECK; - }; -/* End PBXContainerItemProxy section */ - -/* Begin PBXFileReference section */ - 079D62C4992642328079D903 /* /Users/yves/Projects/xtd/xtd/xtd.console/xtd.console/include/xtd/background_color.hpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.h; fileEncoding = 4; name = background_color.hpp; path = include/xtd/background_color.hpp; sourceTree = SOURCE_ROOT; }; - 10EE823FA0A84DD79E822738 /* /Users/yves/Projects/xtd/xtd/xtd.console/xtd.console/include/xtd/console_special_key.hpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.h; fileEncoding = 4; name = console_special_key.hpp; path = include/xtd/console_special_key.hpp; sourceTree = SOURCE_ROOT; }; - 1D71ED0C91404CBABFE60014 /* xtd.console */ = {isa = PBXFileReference; explicitFileType = archive.ar; path = libxtd.console.a; sourceTree = BUILT_PRODUCTS_DIR; }; - 25F054A60856423DBC54D31D /* /Users/yves/Projects/xtd/xtd/xtd.console/xtd.console/include/xtd/console.hpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.h; fileEncoding = 4; name = console.hpp; path = include/xtd/console.hpp; sourceTree = SOURCE_ROOT; }; - 3462BD6940B64026B85CD912 /* /Users/yves/Projects/xtd/xtd/xtd.console/xtd.console/include/xtd/console_key_info.hpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.h; fileEncoding = 4; name = console_key_info.hpp; path = include/xtd/console_key_info.hpp; sourceTree = SOURCE_ROOT; }; - 3966C3F4D15F4FBA95E013E5 /* /Users/yves/Projects/xtd/xtd/xtd.console/xtd.console/src/__opaque_console_gcc.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = __opaque_console_gcc.cpp; path = src/__opaque_console_gcc.cpp; sourceTree = SOURCE_ROOT; }; - 3AABEA004CA84CF58301C80A /* /Users/yves/Projects/xtd/xtd/xtd.console/xtd.console/include/xtd/__opaque_console.hpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.h; fileEncoding = 4; name = __opaque_console.hpp; path = include/xtd/__opaque_console.hpp; sourceTree = SOURCE_ROOT; }; - 3BF018678B79478DBA2E2E43 /* /Users/yves/Projects/xtd/xtd/xtd.console/xtd.console/include/xtd/basic_console.hpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.h; fileEncoding = 4; name = basic_console.hpp; path = include/xtd/basic_console.hpp; sourceTree = SOURCE_ROOT; }; - 4BE275156E2744A79A4D529E /* /Users/yves/Projects/xtd/xtd/xtd.console/xtd.console/include/xtd/format.hpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.h; fileEncoding = 4; name = format.hpp; path = include/xtd/format.hpp; sourceTree = SOURCE_ROOT; }; - 568A944F713745F58AB70FBB /* /Users/yves/Projects/xtd/xtd/xtd.console/xtd.console/include/xtd/__get_in_rdbuf.hpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.h; fileEncoding = 4; name = __get_in_rdbuf.hpp; path = include/xtd/__get_in_rdbuf.hpp; sourceTree = SOURCE_ROOT; }; - 786B688E788449A59CC85113 /* /Users/yves/Projects/xtd/xtd/xtd.console/xtd.console/include/xtd/console_key.hpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.h; fileEncoding = 4; name = console_key.hpp; path = include/xtd/console_key.hpp; sourceTree = SOURCE_ROOT; }; - 7B4A71C3F9524BFE8B4C6AD5 /* /Users/yves/Projects/xtd/xtd/xtd.console/xtd.console/include/xtd/console */ = {isa = PBXFileReference; explicitFileType = sourcecode; fileEncoding = 4; name = console; path = include/xtd/console; sourceTree = SOURCE_ROOT; }; - 8A7F81775BFF4193903FB31C /* /Users/yves/Projects/xtd/xtd/xtd.console/xtd.console/include/xtd/reset_color.hpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.h; fileEncoding = 4; name = reset_color.hpp; path = include/xtd/reset_color.hpp; sourceTree = SOURCE_ROOT; }; - 8EDF986512754B7FB5926382 /* /Users/yves/Projects/xtd/xtd/xtd.console/xtd.console/include/xtd/console_color.hpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.h; fileEncoding = 4; name = console_color.hpp; path = include/xtd/console_color.hpp; sourceTree = SOURCE_ROOT; }; - 98D96308FE1F40AFBBC54FA1 /* /Users/yves/Projects/xtd/xtd/xtd.console/xtd.console/src/__opaque_console_win32.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = __opaque_console_win32.cpp; path = src/__opaque_console_win32.cpp; sourceTree = SOURCE_ROOT; }; - A9E0E9CB02964ED885A5B46C /* /Users/yves/Projects/xtd/xtd/xtd.console/xtd.console/include/xtd/__get_out_rdbuf.hpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.h; fileEncoding = 4; name = __get_out_rdbuf.hpp; path = include/xtd/__get_out_rdbuf.hpp; sourceTree = SOURCE_ROOT; }; - AC80BCCE5EE5439CB572C7AF /* /Users/yves/Projects/xtd/xtd/xtd.console/xtd.console/CMakeLists.txt */ = {isa = PBXFileReference; explicitFileType = sourcecode.text; fileEncoding = 4; name = CMakeLists.txt; path = CMakeLists.txt; sourceTree = SOURCE_ROOT; }; - E149D77E2B71483C961DEB44 /* /Users/yves/Projects/xtd/xtd/xtd.console/xtd.console/include/xtd/__get_err_rdbuf.hpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.h; fileEncoding = 4; name = __get_err_rdbuf.hpp; path = include/xtd/__get_err_rdbuf.hpp; sourceTree = SOURCE_ROOT; }; - E9A57B0DCF46481383495CCF /* /Users/yves/Projects/xtd/xtd/xtd.console/xtd.console/include/xtd/foreground_color.hpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.h; fileEncoding = 4; name = foreground_color.hpp; path = include/xtd/foreground_color.hpp; sourceTree = SOURCE_ROOT; }; - F1D188A170B54B0FB5BFC4EE /* /Users/yves/Projects/xtd/xtd/xtd.console/xtd.console/CMakeLists.txt */ = {isa = PBXFileReference; explicitFileType = sourcecode.text; fileEncoding = 4; name = CMakeLists.txt; path = CMakeLists.txt; sourceTree = SOURCE_ROOT; }; - F695D1F92DBA44EBB63D84E0 /* /Users/yves/Projects/xtd/xtd/xtd.console/xtd.console/include/xtd/beep.hpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.h; fileEncoding = 4; name = beep.hpp; path = include/xtd/beep.hpp; sourceTree = SOURCE_ROOT; }; - F854EBF01696478992AAB6F5 /* /Users/yves/Projects/xtd/xtd/xtd.console/xtd.console/include/xtd/console_modifiers.hpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.h; fileEncoding = 4; name = console_modifiers.hpp; path = include/xtd/console_modifiers.hpp; sourceTree = SOURCE_ROOT; }; -/* End PBXFileReference section */ - -/* Begin PBXGroup section */ - 2F841F1E69424C1F88AF9A0D /* xtd.console */ = { - isa = PBXGroup; - children = ( - FEA32876A33E4018A316A439 /* include */, - CB127A8C7A5842BD8BDDE75C /* src */, - AC80BCCE5EE5439CB572C7AF /* /Users/yves/Projects/xtd/xtd/xtd.console/xtd.console/CMakeLists.txt */, - ); - name = xtd.console; - sourceTree = ""; - }; - 35DD2BC0CC554D36856C9A57 /* xtd */ = { - isa = PBXGroup; - children = ( - 586D74BF7D1148169704D230 /* src */, - ); - name = xtd; - sourceTree = ""; - }; - 56A0C5D971BE4273948CE123 = { - isa = PBXGroup; - children = ( - 35DD2BC0CC554D36856C9A57 /* xtd */, - 6A6A196A83054D77B6626F4A /* ALL_BUILD */, - 80C0946425964A96BDD30898 /* Products */, - ); - sourceTree = ""; - }; - 586D74BF7D1148169704D230 /* src */ = { - isa = PBXGroup; - children = ( - 2F841F1E69424C1F88AF9A0D /* xtd.console */, - ); - name = src; - sourceTree = ""; - }; - 6A6A196A83054D77B6626F4A /* ALL_BUILD */ = { - isa = PBXGroup; - children = ( - F4A03AD2643147169F306052 /* CMake Rules */, - F1D188A170B54B0FB5BFC4EE /* /Users/yves/Projects/xtd/xtd/xtd.console/xtd.console/CMakeLists.txt */, - ); - name = ALL_BUILD; - sourceTree = ""; - }; - 80C0946425964A96BDD30898 /* Products */ = { - isa = PBXGroup; - children = ( - 1D71ED0C91404CBABFE60014 /* xtd.console */, - ); - name = Products; - sourceTree = ""; - }; - CB127A8C7A5842BD8BDDE75C /* src */ = { - isa = PBXGroup; - children = ( - 3966C3F4D15F4FBA95E013E5 /* /Users/yves/Projects/xtd/xtd/xtd.console/xtd.console/src/__opaque_console_gcc.cpp */, - 98D96308FE1F40AFBBC54FA1 /* /Users/yves/Projects/xtd/xtd/xtd.console/xtd.console/src/__opaque_console_win32.cpp */, - ); - name = src; - sourceTree = ""; - }; - F4A03AD2643147169F306052 /* CMake Rules */ = { - isa = PBXGroup; - children = ( - ); - name = "CMake Rules"; - sourceTree = ""; - }; - FEA32876A33E4018A316A439 /* include */ = { - isa = PBXGroup; - children = ( - E149D77E2B71483C961DEB44 /* /Users/yves/Projects/xtd/xtd/xtd.console/xtd.console/include/xtd/__get_err_rdbuf.hpp */, - 568A944F713745F58AB70FBB /* /Users/yves/Projects/xtd/xtd/xtd.console/xtd.console/include/xtd/__get_in_rdbuf.hpp */, - A9E0E9CB02964ED885A5B46C /* /Users/yves/Projects/xtd/xtd/xtd.console/xtd.console/include/xtd/__get_out_rdbuf.hpp */, - 3AABEA004CA84CF58301C80A /* /Users/yves/Projects/xtd/xtd/xtd.console/xtd.console/include/xtd/__opaque_console.hpp */, - 079D62C4992642328079D903 /* /Users/yves/Projects/xtd/xtd/xtd.console/xtd.console/include/xtd/background_color.hpp */, - 3BF018678B79478DBA2E2E43 /* /Users/yves/Projects/xtd/xtd/xtd.console/xtd.console/include/xtd/basic_console.hpp */, - F695D1F92DBA44EBB63D84E0 /* /Users/yves/Projects/xtd/xtd/xtd.console/xtd.console/include/xtd/beep.hpp */, - 7B4A71C3F9524BFE8B4C6AD5 /* /Users/yves/Projects/xtd/xtd/xtd.console/xtd.console/include/xtd/console */, - 25F054A60856423DBC54D31D /* /Users/yves/Projects/xtd/xtd/xtd.console/xtd.console/include/xtd/console.hpp */, - 8EDF986512754B7FB5926382 /* /Users/yves/Projects/xtd/xtd/xtd.console/xtd.console/include/xtd/console_color.hpp */, - 786B688E788449A59CC85113 /* /Users/yves/Projects/xtd/xtd/xtd.console/xtd.console/include/xtd/console_key.hpp */, - 3462BD6940B64026B85CD912 /* /Users/yves/Projects/xtd/xtd/xtd.console/xtd.console/include/xtd/console_key_info.hpp */, - F854EBF01696478992AAB6F5 /* /Users/yves/Projects/xtd/xtd/xtd.console/xtd.console/include/xtd/console_modifiers.hpp */, - 10EE823FA0A84DD79E822738 /* /Users/yves/Projects/xtd/xtd/xtd.console/xtd.console/include/xtd/console_special_key.hpp */, - E9A57B0DCF46481383495CCF /* /Users/yves/Projects/xtd/xtd/xtd.console/xtd.console/include/xtd/foreground_color.hpp */, - 4BE275156E2744A79A4D529E /* /Users/yves/Projects/xtd/xtd/xtd.console/xtd.console/include/xtd/format.hpp */, - 8A7F81775BFF4193903FB31C /* /Users/yves/Projects/xtd/xtd/xtd.console/xtd.console/include/xtd/reset_color.hpp */, - ); - name = include; - sourceTree = ""; - }; -/* End PBXGroup section */ - -/* Begin PBXNativeTarget section */ - F1A89C8CCA574D76B09D25D5 /* xtd.console */ = { - isa = PBXNativeTarget; - buildConfigurationList = 9F691DEFE5964A8DA02C8DDE /* Build configuration list for PBXNativeTarget "xtd.console" */; - buildPhases = ( - DBA37B5B4E724C3C80B3CED8 /* Sources */, - ); - buildRules = ( - ); - dependencies = ( - 71837713DE6B4DC2BB3D3F3D /* PBXTargetDependency */, - ); - name = xtd.console; - productName = xtd.console; - productReference = 1D71ED0C91404CBABFE60014 /* xtd.console */; - productType = "com.apple.product-type.library.static"; - }; -/* End PBXNativeTarget section */ - -/* Begin PBXProject section */ - 3CCA486A9D8244DC8872C31E /* Project object */ = { - isa = PBXProject; - attributes = { - BuildIndependentTargetsInParallel = YES; - LastUpgradeCheck = 1010; - }; - buildConfigurationList = E63D9C08120147029DE871E8 /* Build configuration list for PBXProject "xtd.console" */; - buildSettings = { - }; - buildStyles = ( - 90FE5CE155494209BA059B8A /* Debug */, - F7B499D8C5FD44D6B3874DF1 /* Release */, - 3DC9AE3535284A4484D2EEEA /* MinSizeRel */, - D5DB9FEBACB34C6FA1DAAD05 /* RelWithDebInfo */, - ); - compatibilityVersion = "Xcode 3.2"; - hasScannedForEncodings = 0; - mainGroup = 56A0C5D971BE4273948CE123; - projectDirPath = ../../../xtd.console/xtd.console; - projectRoot = ""; - targets = ( - 50394EEE1BD24C4FB2A4CE92 /* ALL_BUILD */, - 5FC237F2D4EF4159A3B85902 /* ZERO_CHECK */, - D8AC47AE86EC421F9902C1EF /* install */, - F1A89C8CCA574D76B09D25D5 /* xtd.console */, - ); - }; -/* End PBXProject section */ - -/* Begin PBXShellScriptBuildPhase section */ - 3C805FAD7BDA41EDBAA28488 /* CMake PostBuild Rules */ = { - isa = PBXShellScriptBuildPhase; - buildActionMask = 2147483647; - files = ( - ); - name = "CMake PostBuild Rules"; - runOnlyForDeploymentPostprocessing = 0; - shellPath = /bin/sh; - shellScript = "make -C /Users/yves/Projects/xtd/xtd/build/xtd.console/xtd.console -f /Users/yves/Projects/xtd/xtd/build/xtd.console/xtd.console/CMakeScripts/install_postBuildPhase.make$CONFIGURATION all"; - showEnvVarsInLog = 0; - }; - 83CDA902A7C84ED497F5C209 = { - isa = PBXShellScriptBuildPhase; - buildActionMask = 2147483647; - files = ( - ); - inputPaths = ( - ); - outputPaths = ( - ); - runOnlyForDeploymentPostprocessing = 0; - shellPath = /bin/sh; - shellScript = "# shell script goes here -exit 0"; - showEnvVarsInLog = 0; - }; - CFA15F632F614E4FACB5E2EE /* CMake Rules */ = { - isa = PBXShellScriptBuildPhase; - buildActionMask = 2147483647; - files = ( - ); - name = "CMake Rules"; - runOnlyForDeploymentPostprocessing = 0; - shellPath = /bin/sh; - shellScript = "make -C /Users/yves/Projects/xtd/xtd/build/xtd.console/xtd.console -f /Users/yves/Projects/xtd/xtd/build/xtd.console/xtd.console/CMakeScripts/ALL_BUILD_cmakeRulesBuildPhase.make$CONFIGURATION all"; - showEnvVarsInLog = 0; - }; - D255720C122642F3A174C3A0 /* CMake Rules */ = { - isa = PBXShellScriptBuildPhase; - buildActionMask = 2147483647; - files = ( - ); - name = "CMake Rules"; - runOnlyForDeploymentPostprocessing = 0; - shellPath = /bin/sh; - shellScript = "make -C /Users/yves/Projects/xtd/xtd/build/xtd.console/xtd.console -f /Users/yves/Projects/xtd/xtd/build/xtd.console/xtd.console/CMakeScripts/ZERO_CHECK_cmakeRulesBuildPhase.make$CONFIGURATION all"; - showEnvVarsInLog = 0; - }; - D3C89B64B14F40828EAB3784 = { - isa = PBXShellScriptBuildPhase; - buildActionMask = 2147483647; - files = ( - ); - inputPaths = ( - ); - outputPaths = ( - ); - runOnlyForDeploymentPostprocessing = 0; - shellPath = /bin/sh; - shellScript = "# shell script goes here -exit 0"; - showEnvVarsInLog = 0; - }; - FA98AF252436417D89BECCB0 = { - isa = PBXShellScriptBuildPhase; - buildActionMask = 2147483647; - files = ( - ); - inputPaths = ( - ); - outputPaths = ( - ); - runOnlyForDeploymentPostprocessing = 0; - shellPath = /bin/sh; - shellScript = "# shell script goes here -exit 0"; - showEnvVarsInLog = 0; - }; -/* End PBXShellScriptBuildPhase section */ - -/* Begin PBXSourcesBuildPhase section */ - DBA37B5B4E724C3C80B3CED8 /* Sources */ = { - isa = PBXSourcesBuildPhase; - buildActionMask = 2147483647; - files = ( - 768C60A77F8840F0AD822F41 /* /Users/yves/Projects/xtd/xtd/xtd.console/xtd.console/src/__opaque_console_gcc.cpp */, - E6856699066B40328F4D32DE /* /Users/yves/Projects/xtd/xtd/xtd.console/xtd.console/src/__opaque_console_win32.cpp */, - ); - runOnlyForDeploymentPostprocessing = 0; - }; -/* End PBXSourcesBuildPhase section */ - -/* Begin PBXTargetDependency section */ - 3196C1901CA6458F90B60CAB /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - target = 5FC237F2D4EF4159A3B85902 /* ZERO_CHECK */; - targetProxy = 0B43EB8991F44DC8822873E5 /* PBXContainerItemProxy */; - }; - 71837713DE6B4DC2BB3D3F3D /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - target = 5FC237F2D4EF4159A3B85902 /* ZERO_CHECK */; - targetProxy = EF15C0688FC245BFA1CA292A /* PBXContainerItemProxy */; - }; - D46E6A522B1F46068AE4EEDE /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - target = F1A89C8CCA574D76B09D25D5 /* xtd.console */; - targetProxy = 4A48FC18B88E446FB73DDEE7 /* PBXContainerItemProxy */; - }; - FC81AD46BCD54E6CA043BB3A /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - target = 50394EEE1BD24C4FB2A4CE92 /* ALL_BUILD */; - targetProxy = 7257888A6214440695F7388A /* PBXContainerItemProxy */; - }; -/* End PBXTargetDependency section */ - -/* Begin XCBuildConfiguration section */ - 084B0525CFAB4755B1C16CF8 /* MinSizeRel */ = { - isa = XCBuildConfiguration; - buildSettings = { - COMBINE_HIDPI_IMAGES = YES; - EXECUTABLE_PREFIX = lib; - EXECUTABLE_SUFFIX = .a; - GCC_GENERATE_DEBUGGING_SYMBOLS = NO; - GCC_INLINES_ARE_PRIVATE_EXTERN = NO; - GCC_OPTIMIZATION_LEVEL = s; - GCC_PREPROCESSOR_DEFINITIONS = ("'CMAKE_INTDIR=\"$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME)\"'"); - GCC_SYMBOLS_PRIVATE_EXTERN = NO; - HEADER_SEARCH_PATHS = (/Users/yves/Projects/xtd/xtd/xtd.console/xtd.console/include,/Users/yves/Projects/xtd/xtd/xtd.strings/xtd.strings/include); - INSTALL_PATH = ""; - LIBRARY_STYLE = STATIC; - OTHER_CPLUSPLUSFLAGS = " -DNDEBUG '-std=gnu++1z' "; - OTHER_LIBTOOLFLAGS = " "; - OTHER_REZFLAGS = ""; - PRODUCT_NAME = xtd.console; - SECTORDER_FLAGS = ""; - SYMROOT = /Users/yves/Projects/xtd/xtd/build/xtd.console/xtd.console; - USE_HEADERMAP = NO; - WARNING_CFLAGS = ("-Wmost","-Wno-four-char-constants","-Wno-unknown-pragmas","$(inherited)"); - }; - name = MinSizeRel; - }; - 0EE54AE5A2A4466DB7355AA6 /* RelWithDebInfo */ = { - isa = XCBuildConfiguration; - buildSettings = { - COMBINE_HIDPI_IMAGES = YES; - GCC_GENERATE_DEBUGGING_SYMBOLS = YES; - GCC_INLINES_ARE_PRIVATE_EXTERN = NO; - GCC_OPTIMIZATION_LEVEL = 0; - GCC_PREPROCESSOR_DEFINITIONS = ("'CMAKE_INTDIR=\"$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME)\"'"); - GCC_SYMBOLS_PRIVATE_EXTERN = NO; - INSTALL_PATH = ""; - OTHER_LDFLAGS = " "; - OTHER_REZFLAGS = ""; - PRODUCT_NAME = ZERO_CHECK; - SECTORDER_FLAGS = ""; - SYMROOT = /Users/yves/Projects/xtd/xtd/build/xtd.console/xtd.console; - USE_HEADERMAP = NO; - WARNING_CFLAGS = ("-Wmost","-Wno-four-char-constants","-Wno-unknown-pragmas","$(inherited)"); - }; - name = RelWithDebInfo; - }; - 14D7667B38034B5ABE5748E8 /* MinSizeRel */ = { - isa = XCBuildConfiguration; - buildSettings = { - COMBINE_HIDPI_IMAGES = YES; - GCC_GENERATE_DEBUGGING_SYMBOLS = YES; - GCC_INLINES_ARE_PRIVATE_EXTERN = NO; - GCC_OPTIMIZATION_LEVEL = 0; - GCC_PREPROCESSOR_DEFINITIONS = ("'CMAKE_INTDIR=\"$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME)\"'"); - GCC_SYMBOLS_PRIVATE_EXTERN = NO; - INSTALL_PATH = ""; - OTHER_LDFLAGS = " "; - OTHER_REZFLAGS = ""; - PRODUCT_NAME = ZERO_CHECK; - SECTORDER_FLAGS = ""; - SYMROOT = /Users/yves/Projects/xtd/xtd/build/xtd.console/xtd.console; - USE_HEADERMAP = NO; - WARNING_CFLAGS = ("-Wmost","-Wno-four-char-constants","-Wno-unknown-pragmas","$(inherited)"); - }; - name = MinSizeRel; - }; - 1EA649D935EB41D48FD51DE4 /* Release */ = { - isa = XCBuildConfiguration; - buildSettings = { - COMBINE_HIDPI_IMAGES = YES; - GCC_GENERATE_DEBUGGING_SYMBOLS = YES; - GCC_INLINES_ARE_PRIVATE_EXTERN = NO; - GCC_OPTIMIZATION_LEVEL = 0; - GCC_PREPROCESSOR_DEFINITIONS = ("'CMAKE_INTDIR=\"$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME)\"'"); - GCC_SYMBOLS_PRIVATE_EXTERN = NO; - INSTALL_PATH = ""; - OTHER_LDFLAGS = " "; - OTHER_REZFLAGS = ""; - PRODUCT_NAME = ALL_BUILD; - SECTORDER_FLAGS = ""; - SYMROOT = /Users/yves/Projects/xtd/xtd/build/xtd.console/xtd.console; - USE_HEADERMAP = NO; - WARNING_CFLAGS = ("-Wmost","-Wno-four-char-constants","-Wno-unknown-pragmas","$(inherited)"); - }; - name = Release; - }; - 1EEAAC44C59F42E7BFA3D1A0 /* Debug */ = { - isa = XCBuildConfiguration; - buildSettings = { - COMBINE_HIDPI_IMAGES = YES; - GCC_GENERATE_DEBUGGING_SYMBOLS = YES; - GCC_INLINES_ARE_PRIVATE_EXTERN = NO; - GCC_OPTIMIZATION_LEVEL = 0; - GCC_PREPROCESSOR_DEFINITIONS = ("'CMAKE_INTDIR=\"$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME)\"'"); - GCC_SYMBOLS_PRIVATE_EXTERN = NO; - INSTALL_PATH = ""; - OTHER_LDFLAGS = " "; - OTHER_REZFLAGS = ""; - PRODUCT_NAME = ZERO_CHECK; - SECTORDER_FLAGS = ""; - SYMROOT = /Users/yves/Projects/xtd/xtd/build/xtd.console/xtd.console; - USE_HEADERMAP = NO; - WARNING_CFLAGS = ("-Wmost","-Wno-four-char-constants","-Wno-unknown-pragmas","$(inherited)"); - }; - name = Debug; - }; - 3B06C3AD809041998580E64B /* MinSizeRel */ = { - isa = XCBuildConfiguration; - buildSettings = { - ONLY_ACTIVE_ARCH = YES; - SDKROOT = /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk; - SYMROOT = /Users/yves/Projects/xtd/xtd/build/xtd.console/xtd.console/build; - }; - name = MinSizeRel; - }; - 576FED9ABCDF49548A2F58B4 /* Debug */ = { - isa = XCBuildConfiguration; - buildSettings = { - COMBINE_HIDPI_IMAGES = YES; - GCC_GENERATE_DEBUGGING_SYMBOLS = YES; - GCC_INLINES_ARE_PRIVATE_EXTERN = NO; - GCC_OPTIMIZATION_LEVEL = 0; - GCC_PREPROCESSOR_DEFINITIONS = ("'CMAKE_INTDIR=\"$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME)\"'"); - GCC_SYMBOLS_PRIVATE_EXTERN = NO; - INSTALL_PATH = ""; - OTHER_LDFLAGS = " "; - OTHER_REZFLAGS = ""; - PRODUCT_NAME = install; - SECTORDER_FLAGS = ""; - SYMROOT = /Users/yves/Projects/xtd/xtd/build/xtd.console/xtd.console; - USE_HEADERMAP = NO; - WARNING_CFLAGS = ("-Wmost","-Wno-four-char-constants","-Wno-unknown-pragmas","$(inherited)"); - }; - name = Debug; - }; - 59698B1604634FB692AA0F70 /* Debug */ = { - isa = XCBuildConfiguration; - buildSettings = { - ONLY_ACTIVE_ARCH = YES; - SDKROOT = /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk; - SYMROOT = /Users/yves/Projects/xtd/xtd/build/xtd.console/xtd.console/build; - }; - name = Debug; - }; - 5E36596DD7AC4C8C9B3FDADF /* RelWithDebInfo */ = { - isa = XCBuildConfiguration; - buildSettings = { - COMBINE_HIDPI_IMAGES = YES; - GCC_GENERATE_DEBUGGING_SYMBOLS = YES; - GCC_INLINES_ARE_PRIVATE_EXTERN = NO; - GCC_OPTIMIZATION_LEVEL = 0; - GCC_PREPROCESSOR_DEFINITIONS = ("'CMAKE_INTDIR=\"$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME)\"'"); - GCC_SYMBOLS_PRIVATE_EXTERN = NO; - INSTALL_PATH = ""; - OTHER_LDFLAGS = " "; - OTHER_REZFLAGS = ""; - PRODUCT_NAME = install; - SECTORDER_FLAGS = ""; - SYMROOT = /Users/yves/Projects/xtd/xtd/build/xtd.console/xtd.console; - USE_HEADERMAP = NO; - WARNING_CFLAGS = ("-Wmost","-Wno-four-char-constants","-Wno-unknown-pragmas","$(inherited)"); - }; - name = RelWithDebInfo; - }; - 63CAE6F637094037ADA88E62 /* Release */ = { - isa = XCBuildConfiguration; - buildSettings = { - COMBINE_HIDPI_IMAGES = YES; - EXECUTABLE_PREFIX = lib; - EXECUTABLE_SUFFIX = .a; - GCC_GENERATE_DEBUGGING_SYMBOLS = NO; - GCC_INLINES_ARE_PRIVATE_EXTERN = NO; - GCC_OPTIMIZATION_LEVEL = 3; - GCC_PREPROCESSOR_DEFINITIONS = ("'CMAKE_INTDIR=\"$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME)\"'"); - GCC_SYMBOLS_PRIVATE_EXTERN = NO; - HEADER_SEARCH_PATHS = (/Users/yves/Projects/xtd/xtd/xtd.console/xtd.console/include,/Users/yves/Projects/xtd/xtd/xtd.strings/xtd.strings/include); - INSTALL_PATH = ""; - LIBRARY_STYLE = STATIC; - OTHER_CPLUSPLUSFLAGS = " -DNDEBUG '-std=gnu++1z' "; - OTHER_LIBTOOLFLAGS = " "; - OTHER_REZFLAGS = ""; - PRODUCT_NAME = xtd.console; - SECTORDER_FLAGS = ""; - SYMROOT = /Users/yves/Projects/xtd/xtd/build/xtd.console/xtd.console; - USE_HEADERMAP = NO; - WARNING_CFLAGS = ("-Wmost","-Wno-four-char-constants","-Wno-unknown-pragmas","$(inherited)"); - }; - name = Release; - }; - 8EC3F499CC8C4A478F189433 /* RelWithDebInfo */ = { - isa = XCBuildConfiguration; - buildSettings = { - COMBINE_HIDPI_IMAGES = YES; - EXECUTABLE_PREFIX = lib; - EXECUTABLE_SUFFIX = .a; - GCC_GENERATE_DEBUGGING_SYMBOLS = YES; - GCC_INLINES_ARE_PRIVATE_EXTERN = NO; - GCC_OPTIMIZATION_LEVEL = 2; - GCC_PREPROCESSOR_DEFINITIONS = ("'CMAKE_INTDIR=\"$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME)\"'"); - GCC_SYMBOLS_PRIVATE_EXTERN = NO; - HEADER_SEARCH_PATHS = (/Users/yves/Projects/xtd/xtd/xtd.console/xtd.console/include,/Users/yves/Projects/xtd/xtd/xtd.strings/xtd.strings/include); - INSTALL_PATH = ""; - LIBRARY_STYLE = STATIC; - OTHER_CPLUSPLUSFLAGS = " -DNDEBUG '-std=gnu++1z' "; - OTHER_LIBTOOLFLAGS = " "; - OTHER_REZFLAGS = ""; - PRODUCT_NAME = xtd.console; - SECTORDER_FLAGS = ""; - SYMROOT = /Users/yves/Projects/xtd/xtd/build/xtd.console/xtd.console; - USE_HEADERMAP = NO; - WARNING_CFLAGS = ("-Wmost","-Wno-four-char-constants","-Wno-unknown-pragmas","$(inherited)"); - }; - name = RelWithDebInfo; - }; - 97A952D31FD34AA9BC8142CC /* Release */ = { - isa = XCBuildConfiguration; - buildSettings = { - ONLY_ACTIVE_ARCH = YES; - SDKROOT = /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk; - SYMROOT = /Users/yves/Projects/xtd/xtd/build/xtd.console/xtd.console/build; - }; - name = Release; - }; - ACEA578DE43C4A7C8E530397 /* Release */ = { - isa = XCBuildConfiguration; - buildSettings = { - COMBINE_HIDPI_IMAGES = YES; - GCC_GENERATE_DEBUGGING_SYMBOLS = YES; - GCC_INLINES_ARE_PRIVATE_EXTERN = NO; - GCC_OPTIMIZATION_LEVEL = 0; - GCC_PREPROCESSOR_DEFINITIONS = ("'CMAKE_INTDIR=\"$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME)\"'"); - GCC_SYMBOLS_PRIVATE_EXTERN = NO; - INSTALL_PATH = ""; - OTHER_LDFLAGS = " "; - OTHER_REZFLAGS = ""; - PRODUCT_NAME = ZERO_CHECK; - SECTORDER_FLAGS = ""; - SYMROOT = /Users/yves/Projects/xtd/xtd/build/xtd.console/xtd.console; - USE_HEADERMAP = NO; - WARNING_CFLAGS = ("-Wmost","-Wno-four-char-constants","-Wno-unknown-pragmas","$(inherited)"); - }; - name = Release; - }; - AFF1B7B5DB7D475AA3F9C171 /* RelWithDebInfo */ = { - isa = XCBuildConfiguration; - buildSettings = { - COMBINE_HIDPI_IMAGES = YES; - GCC_GENERATE_DEBUGGING_SYMBOLS = YES; - GCC_INLINES_ARE_PRIVATE_EXTERN = NO; - GCC_OPTIMIZATION_LEVEL = 0; - GCC_PREPROCESSOR_DEFINITIONS = ("'CMAKE_INTDIR=\"$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME)\"'"); - GCC_SYMBOLS_PRIVATE_EXTERN = NO; - INSTALL_PATH = ""; - OTHER_LDFLAGS = " "; - OTHER_REZFLAGS = ""; - PRODUCT_NAME = ALL_BUILD; - SECTORDER_FLAGS = ""; - SYMROOT = /Users/yves/Projects/xtd/xtd/build/xtd.console/xtd.console; - USE_HEADERMAP = NO; - WARNING_CFLAGS = ("-Wmost","-Wno-four-char-constants","-Wno-unknown-pragmas","$(inherited)"); - }; - name = RelWithDebInfo; - }; - BAAA9DC1928A4BB698E9BCB6 /* Debug */ = { - isa = XCBuildConfiguration; - buildSettings = { - COMBINE_HIDPI_IMAGES = YES; - EXECUTABLE_PREFIX = lib; - EXECUTABLE_SUFFIX = .a; - GCC_GENERATE_DEBUGGING_SYMBOLS = YES; - GCC_INLINES_ARE_PRIVATE_EXTERN = NO; - GCC_OPTIMIZATION_LEVEL = 0; - GCC_PREPROCESSOR_DEFINITIONS = ("'CMAKE_INTDIR=\"$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME)\"'"); - GCC_SYMBOLS_PRIVATE_EXTERN = NO; - HEADER_SEARCH_PATHS = (/Users/yves/Projects/xtd/xtd/xtd.console/xtd.console/include,/Users/yves/Projects/xtd/xtd/xtd.strings/xtd.strings/include); - INSTALL_PATH = ""; - LIBRARY_STYLE = STATIC; - OTHER_CPLUSPLUSFLAGS = " '-std=gnu++1z' "; - OTHER_LIBTOOLFLAGS = " "; - OTHER_REZFLAGS = ""; - PRODUCT_NAME = xtd.console; - SECTORDER_FLAGS = ""; - SYMROOT = /Users/yves/Projects/xtd/xtd/build/xtd.console/xtd.console; - USE_HEADERMAP = NO; - WARNING_CFLAGS = ("-Wmost","-Wno-four-char-constants","-Wno-unknown-pragmas","$(inherited)"); - }; - name = Debug; - }; - C21BB4B50B1840FDAA443849 /* Release */ = { - isa = XCBuildConfiguration; - buildSettings = { - COMBINE_HIDPI_IMAGES = YES; - GCC_GENERATE_DEBUGGING_SYMBOLS = YES; - GCC_INLINES_ARE_PRIVATE_EXTERN = NO; - GCC_OPTIMIZATION_LEVEL = 0; - GCC_PREPROCESSOR_DEFINITIONS = ("'CMAKE_INTDIR=\"$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME)\"'"); - GCC_SYMBOLS_PRIVATE_EXTERN = NO; - INSTALL_PATH = ""; - OTHER_LDFLAGS = " "; - OTHER_REZFLAGS = ""; - PRODUCT_NAME = install; - SECTORDER_FLAGS = ""; - SYMROOT = /Users/yves/Projects/xtd/xtd/build/xtd.console/xtd.console; - USE_HEADERMAP = NO; - WARNING_CFLAGS = ("-Wmost","-Wno-four-char-constants","-Wno-unknown-pragmas","$(inherited)"); - }; - name = Release; - }; - C7031CC2C6BB41CC90445F7C /* MinSizeRel */ = { - isa = XCBuildConfiguration; - buildSettings = { - COMBINE_HIDPI_IMAGES = YES; - GCC_GENERATE_DEBUGGING_SYMBOLS = YES; - GCC_INLINES_ARE_PRIVATE_EXTERN = NO; - GCC_OPTIMIZATION_LEVEL = 0; - GCC_PREPROCESSOR_DEFINITIONS = ("'CMAKE_INTDIR=\"$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME)\"'"); - GCC_SYMBOLS_PRIVATE_EXTERN = NO; - INSTALL_PATH = ""; - OTHER_LDFLAGS = " "; - OTHER_REZFLAGS = ""; - PRODUCT_NAME = install; - SECTORDER_FLAGS = ""; - SYMROOT = /Users/yves/Projects/xtd/xtd/build/xtd.console/xtd.console; - USE_HEADERMAP = NO; - WARNING_CFLAGS = ("-Wmost","-Wno-four-char-constants","-Wno-unknown-pragmas","$(inherited)"); - }; - name = MinSizeRel; - }; - CBE9BA4835F5413E9515D18C /* Debug */ = { - isa = XCBuildConfiguration; - buildSettings = { - COMBINE_HIDPI_IMAGES = YES; - GCC_GENERATE_DEBUGGING_SYMBOLS = YES; - GCC_INLINES_ARE_PRIVATE_EXTERN = NO; - GCC_OPTIMIZATION_LEVEL = 0; - GCC_PREPROCESSOR_DEFINITIONS = ("'CMAKE_INTDIR=\"$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME)\"'"); - GCC_SYMBOLS_PRIVATE_EXTERN = NO; - INSTALL_PATH = ""; - OTHER_LDFLAGS = " "; - OTHER_REZFLAGS = ""; - PRODUCT_NAME = ALL_BUILD; - SECTORDER_FLAGS = ""; - SYMROOT = /Users/yves/Projects/xtd/xtd/build/xtd.console/xtd.console; - USE_HEADERMAP = NO; - WARNING_CFLAGS = ("-Wmost","-Wno-four-char-constants","-Wno-unknown-pragmas","$(inherited)"); - }; - name = Debug; - }; - D208DCCC8EE442129C56E29B /* RelWithDebInfo */ = { - isa = XCBuildConfiguration; - buildSettings = { - ONLY_ACTIVE_ARCH = YES; - SDKROOT = /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk; - SYMROOT = /Users/yves/Projects/xtd/xtd/build/xtd.console/xtd.console/build; - }; - name = RelWithDebInfo; - }; - F3D3B9E9D5E249AA9F72B168 /* MinSizeRel */ = { - isa = XCBuildConfiguration; - buildSettings = { - COMBINE_HIDPI_IMAGES = YES; - GCC_GENERATE_DEBUGGING_SYMBOLS = YES; - GCC_INLINES_ARE_PRIVATE_EXTERN = NO; - GCC_OPTIMIZATION_LEVEL = 0; - GCC_PREPROCESSOR_DEFINITIONS = ("'CMAKE_INTDIR=\"$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME)\"'"); - GCC_SYMBOLS_PRIVATE_EXTERN = NO; - INSTALL_PATH = ""; - OTHER_LDFLAGS = " "; - OTHER_REZFLAGS = ""; - PRODUCT_NAME = ALL_BUILD; - SECTORDER_FLAGS = ""; - SYMROOT = /Users/yves/Projects/xtd/xtd/build/xtd.console/xtd.console; - USE_HEADERMAP = NO; - WARNING_CFLAGS = ("-Wmost","-Wno-four-char-constants","-Wno-unknown-pragmas","$(inherited)"); - }; - name = MinSizeRel; - }; -/* End XCBuildConfiguration section */ - -/* Begin XCConfigurationList section */ - 30F798EDE662458D8423D23A /* Build configuration list for PBXAggregateTarget "install" */ = { - isa = XCConfigurationList; - buildConfigurations = ( - 576FED9ABCDF49548A2F58B4 /* Debug */, - C21BB4B50B1840FDAA443849 /* Release */, - C7031CC2C6BB41CC90445F7C /* MinSizeRel */, - 5E36596DD7AC4C8C9B3FDADF /* RelWithDebInfo */, - ); - defaultConfigurationIsVisible = 0; - defaultConfigurationName = Debug; - }; - 9F691DEFE5964A8DA02C8DDE /* Build configuration list for PBXNativeTarget "xtd.console" */ = { - isa = XCConfigurationList; - buildConfigurations = ( - BAAA9DC1928A4BB698E9BCB6 /* Debug */, - 63CAE6F637094037ADA88E62 /* Release */, - 084B0525CFAB4755B1C16CF8 /* MinSizeRel */, - 8EC3F499CC8C4A478F189433 /* RelWithDebInfo */, - ); - defaultConfigurationIsVisible = 0; - defaultConfigurationName = Debug; - }; - D7469B7A1A694CD789B6F14C /* Build configuration list for PBXAggregateTarget "ALL_BUILD" */ = { - isa = XCConfigurationList; - buildConfigurations = ( - CBE9BA4835F5413E9515D18C /* Debug */, - 1EA649D935EB41D48FD51DE4 /* Release */, - F3D3B9E9D5E249AA9F72B168 /* MinSizeRel */, - AFF1B7B5DB7D475AA3F9C171 /* RelWithDebInfo */, - ); - defaultConfigurationIsVisible = 0; - defaultConfigurationName = Debug; - }; - E63D9C08120147029DE871E8 /* Build configuration list for PBXProject "xtd.console" */ = { - isa = XCConfigurationList; - buildConfigurations = ( - 59698B1604634FB692AA0F70 /* Debug */, - 97A952D31FD34AA9BC8142CC /* Release */, - 3B06C3AD809041998580E64B /* MinSizeRel */, - D208DCCC8EE442129C56E29B /* RelWithDebInfo */, - ); - defaultConfigurationIsVisible = 0; - defaultConfigurationName = Debug; - }; - F68670F208B04DB5BD5AC14F /* Build configuration list for PBXAggregateTarget "ZERO_CHECK" */ = { - isa = XCConfigurationList; - buildConfigurations = ( - 1EEAAC44C59F42E7BFA3D1A0 /* Debug */, - ACEA578DE43C4A7C8E530397 /* Release */, - 14D7667B38034B5ABE5748E8 /* MinSizeRel */, - 0EE54AE5A2A4466DB7355AA6 /* RelWithDebInfo */, - ); - defaultConfigurationIsVisible = 0; - defaultConfigurationName = Debug; - }; -/* End XCConfigurationList section */ - }; - rootObject = 3CCA486A9D8244DC8872C31E /* Project object */; -} diff --git a/build/xtd.console/xtd.console/xtd.console.xcodeproj/project.xcworkspace/xcshareddata/WorkspaceSettings.xcsettings b/build/xtd.console/xtd.console/xtd.console.xcodeproj/project.xcworkspace/xcshareddata/WorkspaceSettings.xcsettings deleted file mode 100644 index e7eab23838d0..000000000000 --- a/build/xtd.console/xtd.console/xtd.console.xcodeproj/project.xcworkspace/xcshareddata/WorkspaceSettings.xcsettings +++ /dev/null @@ -1,8 +0,0 @@ - - - - - BuildSystemType - Original - - diff --git a/build/xtd.console/xtd.console/xtd.consoleConfig.cmake b/build/xtd.console/xtd.console/xtd.consoleConfig.cmake deleted file mode 100644 index 664ca7a432ec..000000000000 --- a/build/xtd.console/xtd.console/xtd.consoleConfig.cmake +++ /dev/null @@ -1,14 +0,0 @@ -include(CMakeFindDependencyMacro) -include("${CMAKE_CURRENT_LIST_DIR}/xtd.console.cmake") - -get_filename_component(xtd.console_INCLUDE_DIRS "${CMAKE_CURRENT_LIST_DIR}/../include" ABSOLUTE) -get_filename_component(xtd.console_LIBRARIES_DIRS "${CMAKE_CURRENT_LIST_DIR}/../lib" ABSOLUTE) - -set(xtd.console_LIBRARIES xtd.console) -set(xtd.console_FOUND TRUE) - -set(CMAKE_CXX_STANDARD 17) -set(CMAKE_CXX_STANDARD_REQUIRED ON) -if (MSVC) - set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} /utf-8") -endif () diff --git a/build/xtd.delegates/xtd.delegates/CMakeFiles/Export/cmake/xtd.delegates-debug.cmake b/build/xtd.delegates/xtd.delegates/CMakeFiles/Export/cmake/xtd.delegates-debug.cmake deleted file mode 100644 index ec88b66d4af1..000000000000 --- a/build/xtd.delegates/xtd.delegates/CMakeFiles/Export/cmake/xtd.delegates-debug.cmake +++ /dev/null @@ -1,19 +0,0 @@ -#---------------------------------------------------------------- -# Generated CMake target import file for configuration "Debug". -#---------------------------------------------------------------- - -# Commands may need to know the format version. -set(CMAKE_IMPORT_FILE_VERSION 1) - -# Import target "xtd.delegates" for configuration "Debug" -set_property(TARGET xtd.delegates APPEND PROPERTY IMPORTED_CONFIGURATIONS DEBUG) -set_target_properties(xtd.delegates PROPERTIES - IMPORTED_LINK_INTERFACE_LANGUAGES_DEBUG "CXX" - IMPORTED_LOCATION_DEBUG "${_IMPORT_PREFIX}/lib/libxtd.delegates.a" - ) - -list(APPEND _IMPORT_CHECK_TARGETS xtd.delegates ) -list(APPEND _IMPORT_CHECK_FILES_FOR_xtd.delegates "${_IMPORT_PREFIX}/lib/libxtd.delegates.a" ) - -# Commands beyond this point should not need to know the version. -set(CMAKE_IMPORT_FILE_VERSION) diff --git a/build/xtd.delegates/xtd.delegates/CMakeFiles/Export/cmake/xtd.delegates-minsizerel.cmake b/build/xtd.delegates/xtd.delegates/CMakeFiles/Export/cmake/xtd.delegates-minsizerel.cmake deleted file mode 100644 index cd8d307ed6ce..000000000000 --- a/build/xtd.delegates/xtd.delegates/CMakeFiles/Export/cmake/xtd.delegates-minsizerel.cmake +++ /dev/null @@ -1,19 +0,0 @@ -#---------------------------------------------------------------- -# Generated CMake target import file for configuration "MinSizeRel". -#---------------------------------------------------------------- - -# Commands may need to know the format version. -set(CMAKE_IMPORT_FILE_VERSION 1) - -# Import target "xtd.delegates" for configuration "MinSizeRel" -set_property(TARGET xtd.delegates APPEND PROPERTY IMPORTED_CONFIGURATIONS MINSIZEREL) -set_target_properties(xtd.delegates PROPERTIES - IMPORTED_LINK_INTERFACE_LANGUAGES_MINSIZEREL "CXX" - IMPORTED_LOCATION_MINSIZEREL "${_IMPORT_PREFIX}/lib/libxtd.delegates.a" - ) - -list(APPEND _IMPORT_CHECK_TARGETS xtd.delegates ) -list(APPEND _IMPORT_CHECK_FILES_FOR_xtd.delegates "${_IMPORT_PREFIX}/lib/libxtd.delegates.a" ) - -# Commands beyond this point should not need to know the version. -set(CMAKE_IMPORT_FILE_VERSION) diff --git a/build/xtd.delegates/xtd.delegates/CMakeFiles/Export/cmake/xtd.delegates-release.cmake b/build/xtd.delegates/xtd.delegates/CMakeFiles/Export/cmake/xtd.delegates-release.cmake deleted file mode 100644 index b331c7f9be45..000000000000 --- a/build/xtd.delegates/xtd.delegates/CMakeFiles/Export/cmake/xtd.delegates-release.cmake +++ /dev/null @@ -1,19 +0,0 @@ -#---------------------------------------------------------------- -# Generated CMake target import file for configuration "Release". -#---------------------------------------------------------------- - -# Commands may need to know the format version. -set(CMAKE_IMPORT_FILE_VERSION 1) - -# Import target "xtd.delegates" for configuration "Release" -set_property(TARGET xtd.delegates APPEND PROPERTY IMPORTED_CONFIGURATIONS RELEASE) -set_target_properties(xtd.delegates PROPERTIES - IMPORTED_LINK_INTERFACE_LANGUAGES_RELEASE "CXX" - IMPORTED_LOCATION_RELEASE "${_IMPORT_PREFIX}/lib/libxtd.delegates.a" - ) - -list(APPEND _IMPORT_CHECK_TARGETS xtd.delegates ) -list(APPEND _IMPORT_CHECK_FILES_FOR_xtd.delegates "${_IMPORT_PREFIX}/lib/libxtd.delegates.a" ) - -# Commands beyond this point should not need to know the version. -set(CMAKE_IMPORT_FILE_VERSION) diff --git a/build/xtd.delegates/xtd.delegates/CMakeFiles/Export/cmake/xtd.delegates-relwithdebinfo.cmake b/build/xtd.delegates/xtd.delegates/CMakeFiles/Export/cmake/xtd.delegates-relwithdebinfo.cmake deleted file mode 100644 index 24558966b183..000000000000 --- a/build/xtd.delegates/xtd.delegates/CMakeFiles/Export/cmake/xtd.delegates-relwithdebinfo.cmake +++ /dev/null @@ -1,19 +0,0 @@ -#---------------------------------------------------------------- -# Generated CMake target import file for configuration "RelWithDebInfo". -#---------------------------------------------------------------- - -# Commands may need to know the format version. -set(CMAKE_IMPORT_FILE_VERSION 1) - -# Import target "xtd.delegates" for configuration "RelWithDebInfo" -set_property(TARGET xtd.delegates APPEND PROPERTY IMPORTED_CONFIGURATIONS RELWITHDEBINFO) -set_target_properties(xtd.delegates PROPERTIES - IMPORTED_LINK_INTERFACE_LANGUAGES_RELWITHDEBINFO "CXX" - IMPORTED_LOCATION_RELWITHDEBINFO "${_IMPORT_PREFIX}/lib/libxtd.delegates.a" - ) - -list(APPEND _IMPORT_CHECK_TARGETS xtd.delegates ) -list(APPEND _IMPORT_CHECK_FILES_FOR_xtd.delegates "${_IMPORT_PREFIX}/lib/libxtd.delegates.a" ) - -# Commands beyond this point should not need to know the version. -set(CMAKE_IMPORT_FILE_VERSION) diff --git a/build/xtd.delegates/xtd.delegates/CMakeFiles/Export/cmake/xtd.delegates.cmake b/build/xtd.delegates/xtd.delegates/CMakeFiles/Export/cmake/xtd.delegates.cmake deleted file mode 100644 index 9bdffac70d10..000000000000 --- a/build/xtd.delegates/xtd.delegates/CMakeFiles/Export/cmake/xtd.delegates.cmake +++ /dev/null @@ -1,92 +0,0 @@ -# Generated by CMake - -if("${CMAKE_MAJOR_VERSION}.${CMAKE_MINOR_VERSION}" LESS 2.5) - message(FATAL_ERROR "CMake >= 2.6.0 required") -endif() -cmake_policy(PUSH) -cmake_policy(VERSION 2.6) -#---------------------------------------------------------------- -# Generated CMake target import file. -#---------------------------------------------------------------- - -# Commands may need to know the format version. -set(CMAKE_IMPORT_FILE_VERSION 1) - -# Protect against multiple inclusion, which would fail when already imported targets are added once more. -set(_targetsDefined) -set(_targetsNotDefined) -set(_expectedTargets) -foreach(_expectedTarget xtd.delegates) - list(APPEND _expectedTargets ${_expectedTarget}) - if(NOT TARGET ${_expectedTarget}) - list(APPEND _targetsNotDefined ${_expectedTarget}) - endif() - if(TARGET ${_expectedTarget}) - list(APPEND _targetsDefined ${_expectedTarget}) - endif() -endforeach() -if("${_targetsDefined}" STREQUAL "${_expectedTargets}") - unset(_targetsDefined) - unset(_targetsNotDefined) - unset(_expectedTargets) - set(CMAKE_IMPORT_FILE_VERSION) - cmake_policy(POP) - return() -endif() -if(NOT "${_targetsDefined}" STREQUAL "") - message(FATAL_ERROR "Some (but not all) targets in this export set were already defined.\nTargets Defined: ${_targetsDefined}\nTargets not yet defined: ${_targetsNotDefined}\n") -endif() -unset(_targetsDefined) -unset(_targetsNotDefined) -unset(_expectedTargets) - - -# Compute the installation prefix relative to this file. -get_filename_component(_IMPORT_PREFIX "${CMAKE_CURRENT_LIST_FILE}" PATH) -get_filename_component(_IMPORT_PREFIX "${_IMPORT_PREFIX}" PATH) -if(_IMPORT_PREFIX STREQUAL "/") - set(_IMPORT_PREFIX "") -endif() - -# Create imported target xtd.delegates -add_library(xtd.delegates STATIC IMPORTED) - -set_target_properties(xtd.delegates PROPERTIES - INTERFACE_INCLUDE_DIRECTORIES "${_IMPORT_PREFIX}/include" -) - -# Load information for each installed configuration. -get_filename_component(_DIR "${CMAKE_CURRENT_LIST_FILE}" PATH) -file(GLOB CONFIG_FILES "${_DIR}/xtd.delegates-*.cmake") -foreach(f ${CONFIG_FILES}) - include(${f}) -endforeach() - -# Cleanup temporary variables. -set(_IMPORT_PREFIX) - -# Loop over all imported files and verify that they actually exist -foreach(target ${_IMPORT_CHECK_TARGETS} ) - foreach(file ${_IMPORT_CHECK_FILES_FOR_${target}} ) - if(NOT EXISTS "${file}" ) - message(FATAL_ERROR "The imported target \"${target}\" references the file - \"${file}\" -but this file does not exist. Possible reasons include: -* The file was deleted, renamed, or moved to another location. -* An install or uninstall procedure did not complete successfully. -* The installation package was faulty and contained - \"${CMAKE_CURRENT_LIST_FILE}\" -but not all the files it references. -") - endif() - endforeach() - unset(_IMPORT_CHECK_FILES_FOR_${target}) -endforeach() -unset(_IMPORT_CHECK_TARGETS) - -# This file does not depend on other imported targets which have -# been exported from the same project but in a separate export set. - -# Commands beyond this point should not need to know the version. -set(CMAKE_IMPORT_FILE_VERSION) -cmake_policy(POP) diff --git a/build/xtd.delegates/xtd.delegates/CMakeScripts/ALL_BUILD_cmakeRulesBuildPhase.makeDebug b/build/xtd.delegates/xtd.delegates/CMakeScripts/ALL_BUILD_cmakeRulesBuildPhase.makeDebug deleted file mode 100644 index 309cd036497b..000000000000 --- a/build/xtd.delegates/xtd.delegates/CMakeScripts/ALL_BUILD_cmakeRulesBuildPhase.makeDebug +++ /dev/null @@ -1,10 +0,0 @@ -# Generated by CMake, DO NOT EDIT -# Custom rules for ALL_BUILD -.SUFFIXES: -all: \ - /Users/yves/Projects/xtd/xtd/build/xtd.delegates/xtd.delegates/CMakeFiles/ALL_BUILD - - -/Users/yves/Projects/xtd/xtd/build/xtd.delegates/xtd.delegates/CMakeFiles/ALL_BUILD: - echo "" - echo Build\ all\ projects diff --git a/build/xtd.delegates/xtd.delegates/CMakeScripts/ALL_BUILD_cmakeRulesBuildPhase.makeMinSizeRel b/build/xtd.delegates/xtd.delegates/CMakeScripts/ALL_BUILD_cmakeRulesBuildPhase.makeMinSizeRel deleted file mode 100644 index 309cd036497b..000000000000 --- a/build/xtd.delegates/xtd.delegates/CMakeScripts/ALL_BUILD_cmakeRulesBuildPhase.makeMinSizeRel +++ /dev/null @@ -1,10 +0,0 @@ -# Generated by CMake, DO NOT EDIT -# Custom rules for ALL_BUILD -.SUFFIXES: -all: \ - /Users/yves/Projects/xtd/xtd/build/xtd.delegates/xtd.delegates/CMakeFiles/ALL_BUILD - - -/Users/yves/Projects/xtd/xtd/build/xtd.delegates/xtd.delegates/CMakeFiles/ALL_BUILD: - echo "" - echo Build\ all\ projects diff --git a/build/xtd.delegates/xtd.delegates/CMakeScripts/ALL_BUILD_cmakeRulesBuildPhase.makeRelWithDebInfo b/build/xtd.delegates/xtd.delegates/CMakeScripts/ALL_BUILD_cmakeRulesBuildPhase.makeRelWithDebInfo deleted file mode 100644 index 309cd036497b..000000000000 --- a/build/xtd.delegates/xtd.delegates/CMakeScripts/ALL_BUILD_cmakeRulesBuildPhase.makeRelWithDebInfo +++ /dev/null @@ -1,10 +0,0 @@ -# Generated by CMake, DO NOT EDIT -# Custom rules for ALL_BUILD -.SUFFIXES: -all: \ - /Users/yves/Projects/xtd/xtd/build/xtd.delegates/xtd.delegates/CMakeFiles/ALL_BUILD - - -/Users/yves/Projects/xtd/xtd/build/xtd.delegates/xtd.delegates/CMakeFiles/ALL_BUILD: - echo "" - echo Build\ all\ projects diff --git a/build/xtd.delegates/xtd.delegates/CMakeScripts/ALL_BUILD_cmakeRulesBuildPhase.makeRelease b/build/xtd.delegates/xtd.delegates/CMakeScripts/ALL_BUILD_cmakeRulesBuildPhase.makeRelease deleted file mode 100644 index 309cd036497b..000000000000 --- a/build/xtd.delegates/xtd.delegates/CMakeScripts/ALL_BUILD_cmakeRulesBuildPhase.makeRelease +++ /dev/null @@ -1,10 +0,0 @@ -# Generated by CMake, DO NOT EDIT -# Custom rules for ALL_BUILD -.SUFFIXES: -all: \ - /Users/yves/Projects/xtd/xtd/build/xtd.delegates/xtd.delegates/CMakeFiles/ALL_BUILD - - -/Users/yves/Projects/xtd/xtd/build/xtd.delegates/xtd.delegates/CMakeFiles/ALL_BUILD: - echo "" - echo Build\ all\ projects diff --git a/build/xtd.delegates/xtd.delegates/CMakeScripts/ReRunCMake.make b/build/xtd.delegates/xtd.delegates/CMakeScripts/ReRunCMake.make deleted file mode 100644 index c2da94c1cf1f..000000000000 --- a/build/xtd.delegates/xtd.delegates/CMakeScripts/ReRunCMake.make +++ /dev/null @@ -1,11 +0,0 @@ -# Generated by CMake, DO NOT EDIT - -TARGETS:= -empty:= -space:= $(empty) $(empty) -spaceplus:= $(empty)\ $(empty) - -TARGETS += $(subst $(space),$(spaceplus),$(wildcard /Users/yves/Projects/xtd/xtd/xtd.delegates/xtd.delegates/CMakeLists.txt)) - -/Users/yves/Projects/xtd/xtd/build/CMakeFiles/cmake.check_cache: $(TARGETS) - /Applications/CMake.app/Contents/bin/cmake -H/Users/yves/Projects/xtd/xtd -B/Users/yves/Projects/xtd/xtd/build diff --git a/build/xtd.delegates/xtd.delegates/CMakeScripts/XCODE_DEPEND_HELPER.make b/build/xtd.delegates/xtd.delegates/CMakeScripts/XCODE_DEPEND_HELPER.make deleted file mode 100644 index 879737c5d4db..000000000000 --- a/build/xtd.delegates/xtd.delegates/CMakeScripts/XCODE_DEPEND_HELPER.make +++ /dev/null @@ -1,32 +0,0 @@ -# DO NOT EDIT -# This makefile makes sure all linkable targets are -# up-to-date with anything they link to -default: - echo "Do not invoke directly" - -# Rules to remove targets that are older than anything to which they -# link. This forces Xcode to relink the targets from scratch. It -# does not seem to check these dependencies itself. -PostBuild.xtd.delegates.Debug: -/Users/yves/Projects/xtd/xtd/build/xtd.delegates/xtd.delegates/Debug/libxtd.delegates.a: - /bin/rm -f /Users/yves/Projects/xtd/xtd/build/xtd.delegates/xtd.delegates/Debug/libxtd.delegates.a - - -PostBuild.xtd.delegates.Release: -/Users/yves/Projects/xtd/xtd/build/xtd.delegates/xtd.delegates/Release/libxtd.delegates.a: - /bin/rm -f /Users/yves/Projects/xtd/xtd/build/xtd.delegates/xtd.delegates/Release/libxtd.delegates.a - - -PostBuild.xtd.delegates.MinSizeRel: -/Users/yves/Projects/xtd/xtd/build/xtd.delegates/xtd.delegates/MinSizeRel/libxtd.delegates.a: - /bin/rm -f /Users/yves/Projects/xtd/xtd/build/xtd.delegates/xtd.delegates/MinSizeRel/libxtd.delegates.a - - -PostBuild.xtd.delegates.RelWithDebInfo: -/Users/yves/Projects/xtd/xtd/build/xtd.delegates/xtd.delegates/RelWithDebInfo/libxtd.delegates.a: - /bin/rm -f /Users/yves/Projects/xtd/xtd/build/xtd.delegates/xtd.delegates/RelWithDebInfo/libxtd.delegates.a - - - - -# For each target create a dummy ruleso the target does not have to exist diff --git a/build/xtd.delegates/xtd.delegates/CMakeScripts/ZERO_CHECK_cmakeRulesBuildPhase.makeDebug b/build/xtd.delegates/xtd.delegates/CMakeScripts/ZERO_CHECK_cmakeRulesBuildPhase.makeDebug deleted file mode 100644 index e97420088054..000000000000 --- a/build/xtd.delegates/xtd.delegates/CMakeScripts/ZERO_CHECK_cmakeRulesBuildPhase.makeDebug +++ /dev/null @@ -1,10 +0,0 @@ -# Generated by CMake, DO NOT EDIT -# Custom rules for ZERO_CHECK -.SUFFIXES: -all: \ - /Users/yves/Projects/xtd/xtd/build/xtd.delegates/xtd.delegates/CMakeFiles/ZERO_CHECK - - -/Users/yves/Projects/xtd/xtd/build/xtd.delegates/xtd.delegates/CMakeFiles/ZERO_CHECK: - echo "" - make -f /Users/yves/Projects/xtd/xtd/build/xtd.delegates/xtd.delegates/CMakeScripts/ReRunCMake.make diff --git a/build/xtd.delegates/xtd.delegates/CMakeScripts/ZERO_CHECK_cmakeRulesBuildPhase.makeMinSizeRel b/build/xtd.delegates/xtd.delegates/CMakeScripts/ZERO_CHECK_cmakeRulesBuildPhase.makeMinSizeRel deleted file mode 100644 index e97420088054..000000000000 --- a/build/xtd.delegates/xtd.delegates/CMakeScripts/ZERO_CHECK_cmakeRulesBuildPhase.makeMinSizeRel +++ /dev/null @@ -1,10 +0,0 @@ -# Generated by CMake, DO NOT EDIT -# Custom rules for ZERO_CHECK -.SUFFIXES: -all: \ - /Users/yves/Projects/xtd/xtd/build/xtd.delegates/xtd.delegates/CMakeFiles/ZERO_CHECK - - -/Users/yves/Projects/xtd/xtd/build/xtd.delegates/xtd.delegates/CMakeFiles/ZERO_CHECK: - echo "" - make -f /Users/yves/Projects/xtd/xtd/build/xtd.delegates/xtd.delegates/CMakeScripts/ReRunCMake.make diff --git a/build/xtd.delegates/xtd.delegates/CMakeScripts/ZERO_CHECK_cmakeRulesBuildPhase.makeRelWithDebInfo b/build/xtd.delegates/xtd.delegates/CMakeScripts/ZERO_CHECK_cmakeRulesBuildPhase.makeRelWithDebInfo deleted file mode 100644 index e97420088054..000000000000 --- a/build/xtd.delegates/xtd.delegates/CMakeScripts/ZERO_CHECK_cmakeRulesBuildPhase.makeRelWithDebInfo +++ /dev/null @@ -1,10 +0,0 @@ -# Generated by CMake, DO NOT EDIT -# Custom rules for ZERO_CHECK -.SUFFIXES: -all: \ - /Users/yves/Projects/xtd/xtd/build/xtd.delegates/xtd.delegates/CMakeFiles/ZERO_CHECK - - -/Users/yves/Projects/xtd/xtd/build/xtd.delegates/xtd.delegates/CMakeFiles/ZERO_CHECK: - echo "" - make -f /Users/yves/Projects/xtd/xtd/build/xtd.delegates/xtd.delegates/CMakeScripts/ReRunCMake.make diff --git a/build/xtd.delegates/xtd.delegates/CMakeScripts/ZERO_CHECK_cmakeRulesBuildPhase.makeRelease b/build/xtd.delegates/xtd.delegates/CMakeScripts/ZERO_CHECK_cmakeRulesBuildPhase.makeRelease deleted file mode 100644 index e97420088054..000000000000 --- a/build/xtd.delegates/xtd.delegates/CMakeScripts/ZERO_CHECK_cmakeRulesBuildPhase.makeRelease +++ /dev/null @@ -1,10 +0,0 @@ -# Generated by CMake, DO NOT EDIT -# Custom rules for ZERO_CHECK -.SUFFIXES: -all: \ - /Users/yves/Projects/xtd/xtd/build/xtd.delegates/xtd.delegates/CMakeFiles/ZERO_CHECK - - -/Users/yves/Projects/xtd/xtd/build/xtd.delegates/xtd.delegates/CMakeFiles/ZERO_CHECK: - echo "" - make -f /Users/yves/Projects/xtd/xtd/build/xtd.delegates/xtd.delegates/CMakeScripts/ReRunCMake.make diff --git a/build/xtd.delegates/xtd.delegates/CMakeScripts/install_postBuildPhase.makeDebug b/build/xtd.delegates/xtd.delegates/CMakeScripts/install_postBuildPhase.makeDebug deleted file mode 100644 index fc5fe9713dfd..000000000000 --- a/build/xtd.delegates/xtd.delegates/CMakeScripts/install_postBuildPhase.makeDebug +++ /dev/null @@ -1,9 +0,0 @@ -# Generated by CMake, DO NOT EDIT -# Custom rules for install -.SUFFIXES: -all: \ - install_buildpart_0 - - -install_buildpart_0: - /Applications/CMake.app/Contents/bin/cmake -DBUILD_TYPE=$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME) -P cmake_install.cmake diff --git a/build/xtd.delegates/xtd.delegates/CMakeScripts/install_postBuildPhase.makeMinSizeRel b/build/xtd.delegates/xtd.delegates/CMakeScripts/install_postBuildPhase.makeMinSizeRel deleted file mode 100644 index fc5fe9713dfd..000000000000 --- a/build/xtd.delegates/xtd.delegates/CMakeScripts/install_postBuildPhase.makeMinSizeRel +++ /dev/null @@ -1,9 +0,0 @@ -# Generated by CMake, DO NOT EDIT -# Custom rules for install -.SUFFIXES: -all: \ - install_buildpart_0 - - -install_buildpart_0: - /Applications/CMake.app/Contents/bin/cmake -DBUILD_TYPE=$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME) -P cmake_install.cmake diff --git a/build/xtd.delegates/xtd.delegates/CMakeScripts/install_postBuildPhase.makeRelWithDebInfo b/build/xtd.delegates/xtd.delegates/CMakeScripts/install_postBuildPhase.makeRelWithDebInfo deleted file mode 100644 index fc5fe9713dfd..000000000000 --- a/build/xtd.delegates/xtd.delegates/CMakeScripts/install_postBuildPhase.makeRelWithDebInfo +++ /dev/null @@ -1,9 +0,0 @@ -# Generated by CMake, DO NOT EDIT -# Custom rules for install -.SUFFIXES: -all: \ - install_buildpart_0 - - -install_buildpart_0: - /Applications/CMake.app/Contents/bin/cmake -DBUILD_TYPE=$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME) -P cmake_install.cmake diff --git a/build/xtd.delegates/xtd.delegates/CMakeScripts/install_postBuildPhase.makeRelease b/build/xtd.delegates/xtd.delegates/CMakeScripts/install_postBuildPhase.makeRelease deleted file mode 100644 index fc5fe9713dfd..000000000000 --- a/build/xtd.delegates/xtd.delegates/CMakeScripts/install_postBuildPhase.makeRelease +++ /dev/null @@ -1,9 +0,0 @@ -# Generated by CMake, DO NOT EDIT -# Custom rules for install -.SUFFIXES: -all: \ - install_buildpart_0 - - -install_buildpart_0: - /Applications/CMake.app/Contents/bin/cmake -DBUILD_TYPE=$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME) -P cmake_install.cmake diff --git a/build/xtd.delegates/xtd.delegates/Debug/libxtd.delegates.a b/build/xtd.delegates/xtd.delegates/Debug/libxtd.delegates.a deleted file mode 100644 index 75f019c47561..000000000000 Binary files a/build/xtd.delegates/xtd.delegates/Debug/libxtd.delegates.a and /dev/null differ diff --git a/build/xtd.delegates/xtd.delegates/cmake_install.cmake b/build/xtd.delegates/xtd.delegates/cmake_install.cmake deleted file mode 100644 index 1c4dd4e92a5b..000000000000 --- a/build/xtd.delegates/xtd.delegates/cmake_install.cmake +++ /dev/null @@ -1,110 +0,0 @@ -# Install script for directory: /Users/yves/Projects/xtd/xtd/xtd.delegates/xtd.delegates - -# Set the install prefix -if(NOT DEFINED CMAKE_INSTALL_PREFIX) - set(CMAKE_INSTALL_PREFIX "/usr/local") -endif() -string(REGEX REPLACE "/$" "" CMAKE_INSTALL_PREFIX "${CMAKE_INSTALL_PREFIX}") - -# Set the install configuration name. -if(NOT DEFINED CMAKE_INSTALL_CONFIG_NAME) - if(BUILD_TYPE) - string(REGEX REPLACE "^[^A-Za-z0-9_]+" "" - CMAKE_INSTALL_CONFIG_NAME "${BUILD_TYPE}") - else() - set(CMAKE_INSTALL_CONFIG_NAME "Release") - endif() - message(STATUS "Install configuration: \"${CMAKE_INSTALL_CONFIG_NAME}\"") -endif() - -# Set the component getting installed. -if(NOT CMAKE_INSTALL_COMPONENT) - if(COMPONENT) - message(STATUS "Install component: \"${COMPONENT}\"") - set(CMAKE_INSTALL_COMPONENT "${COMPONENT}") - else() - set(CMAKE_INSTALL_COMPONENT) - endif() -endif() - -# Is this installation the result of a crosscompile? -if(NOT DEFINED CMAKE_CROSSCOMPILING) - set(CMAKE_CROSSCOMPILING "FALSE") -endif() - -if("x${CMAKE_INSTALL_COMPONENT}x" STREQUAL "xUnspecifiedx" OR NOT CMAKE_INSTALL_COMPONENT) - file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/include/xtd" TYPE DIRECTORY FILES "/Users/yves/Projects/xtd/xtd/xtd.delegates/xtd.delegates/include/xtd/.") -endif() - -if("x${CMAKE_INSTALL_COMPONENT}x" STREQUAL "xUnspecifiedx" OR NOT CMAKE_INSTALL_COMPONENT) - file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/cmake" TYPE FILE FILES "/Users/yves/Projects/xtd/xtd/build/xtd.delegates/xtd.delegates/xtd.delegatesConfig.cmake") -endif() - -if("x${CMAKE_INSTALL_COMPONENT}x" STREQUAL "xUnspecifiedx" OR NOT CMAKE_INSTALL_COMPONENT) - if("${CMAKE_INSTALL_CONFIG_NAME}" MATCHES "^([Dd][Ee][Bb][Uu][Gg])$") - file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/lib" TYPE FILE OPTIONAL FILES "/Users/yves/Projects/xtd/xtd/build/xtd.delegates/xtd.delegates/Debug/xtd.delegates.pdb") - endif() -endif() - -if("x${CMAKE_INSTALL_COMPONENT}x" STREQUAL "xUnspecifiedx" OR NOT CMAKE_INSTALL_COMPONENT) - if("${CMAKE_INSTALL_CONFIG_NAME}" MATCHES "^([Rr][Ee][Ll][Ee][Aa][Ss][Ee])$") - file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/lib" TYPE FILE OPTIONAL FILES "/Users/yves/Projects/xtd/xtd/build/xtd.delegates/xtd.delegates/Release/xtd.delegates.pdb") - endif() -endif() - -if("x${CMAKE_INSTALL_COMPONENT}x" STREQUAL "xUnspecifiedx" OR NOT CMAKE_INSTALL_COMPONENT) - if("${CMAKE_INSTALL_CONFIG_NAME}" MATCHES "^([Dd][Ee][Bb][Uu][Gg])$") - file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/lib" TYPE STATIC_LIBRARY FILES "/Users/yves/Projects/xtd/xtd/build/xtd.delegates/xtd.delegates/Debug/libxtd.delegates.a") - if(EXISTS "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/lib/libxtd.delegates.a" AND - NOT IS_SYMLINK "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/lib/libxtd.delegates.a") - execute_process(COMMAND "/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib" "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/lib/libxtd.delegates.a") - endif() - elseif("${CMAKE_INSTALL_CONFIG_NAME}" MATCHES "^([Rr][Ee][Ll][Ee][Aa][Ss][Ee])$") - file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/lib" TYPE STATIC_LIBRARY FILES "/Users/yves/Projects/xtd/xtd/build/xtd.delegates/xtd.delegates/Release/libxtd.delegates.a") - if(EXISTS "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/lib/libxtd.delegates.a" AND - NOT IS_SYMLINK "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/lib/libxtd.delegates.a") - execute_process(COMMAND "/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib" "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/lib/libxtd.delegates.a") - endif() - elseif("${CMAKE_INSTALL_CONFIG_NAME}" MATCHES "^([Mm][Ii][Nn][Ss][Ii][Zz][Ee][Rr][Ee][Ll])$") - file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/lib" TYPE STATIC_LIBRARY FILES "/Users/yves/Projects/xtd/xtd/build/xtd.delegates/xtd.delegates/MinSizeRel/libxtd.delegates.a") - if(EXISTS "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/lib/libxtd.delegates.a" AND - NOT IS_SYMLINK "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/lib/libxtd.delegates.a") - execute_process(COMMAND "/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib" "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/lib/libxtd.delegates.a") - endif() - elseif("${CMAKE_INSTALL_CONFIG_NAME}" MATCHES "^([Rr][Ee][Ll][Ww][Ii][Tt][Hh][Dd][Ee][Bb][Ii][Nn][Ff][Oo])$") - file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/lib" TYPE STATIC_LIBRARY FILES "/Users/yves/Projects/xtd/xtd/build/xtd.delegates/xtd.delegates/RelWithDebInfo/libxtd.delegates.a") - if(EXISTS "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/lib/libxtd.delegates.a" AND - NOT IS_SYMLINK "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/lib/libxtd.delegates.a") - execute_process(COMMAND "/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib" "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/lib/libxtd.delegates.a") - endif() - endif() -endif() - -if("x${CMAKE_INSTALL_COMPONENT}x" STREQUAL "xUnspecifiedx" OR NOT CMAKE_INSTALL_COMPONENT) - if(EXISTS "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/cmake/xtd.delegates.cmake") - file(DIFFERENT EXPORT_FILE_CHANGED FILES - "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/cmake/xtd.delegates.cmake" - "/Users/yves/Projects/xtd/xtd/build/xtd.delegates/xtd.delegates/CMakeFiles/Export/cmake/xtd.delegates.cmake") - if(EXPORT_FILE_CHANGED) - file(GLOB OLD_CONFIG_FILES "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/cmake/xtd.delegates-*.cmake") - if(OLD_CONFIG_FILES) - message(STATUS "Old export file \"$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/cmake/xtd.delegates.cmake\" will be replaced. Removing files [${OLD_CONFIG_FILES}].") - file(REMOVE ${OLD_CONFIG_FILES}) - endif() - endif() - endif() - file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/cmake" TYPE FILE FILES "/Users/yves/Projects/xtd/xtd/build/xtd.delegates/xtd.delegates/CMakeFiles/Export/cmake/xtd.delegates.cmake") - if("${CMAKE_INSTALL_CONFIG_NAME}" MATCHES "^([Dd][Ee][Bb][Uu][Gg])$") - file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/cmake" TYPE FILE FILES "/Users/yves/Projects/xtd/xtd/build/xtd.delegates/xtd.delegates/CMakeFiles/Export/cmake/xtd.delegates-debug.cmake") - endif() - if("${CMAKE_INSTALL_CONFIG_NAME}" MATCHES "^([Mm][Ii][Nn][Ss][Ii][Zz][Ee][Rr][Ee][Ll])$") - file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/cmake" TYPE FILE FILES "/Users/yves/Projects/xtd/xtd/build/xtd.delegates/xtd.delegates/CMakeFiles/Export/cmake/xtd.delegates-minsizerel.cmake") - endif() - if("${CMAKE_INSTALL_CONFIG_NAME}" MATCHES "^([Rr][Ee][Ll][Ww][Ii][Tt][Hh][Dd][Ee][Bb][Ii][Nn][Ff][Oo])$") - file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/cmake" TYPE FILE FILES "/Users/yves/Projects/xtd/xtd/build/xtd.delegates/xtd.delegates/CMakeFiles/Export/cmake/xtd.delegates-relwithdebinfo.cmake") - endif() - if("${CMAKE_INSTALL_CONFIG_NAME}" MATCHES "^([Rr][Ee][Ll][Ee][Aa][Ss][Ee])$") - file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/cmake" TYPE FILE FILES "/Users/yves/Projects/xtd/xtd/build/xtd.delegates/xtd.delegates/CMakeFiles/Export/cmake/xtd.delegates-release.cmake") - endif() -endif() - diff --git a/build/xtd.delegates/xtd.delegates/xtd.build/Debug/xtd.delegates.build/Objects-normal/x86_64/delegates.d b/build/xtd.delegates/xtd.delegates/xtd.build/Debug/xtd.delegates.build/Objects-normal/x86_64/delegates.d deleted file mode 100644 index 4c11c631c636..000000000000 --- a/build/xtd.delegates/xtd.delegates/xtd.build/Debug/xtd.delegates.build/Objects-normal/x86_64/delegates.d +++ /dev/null @@ -1,10 +0,0 @@ -dependencies: \ - /Users/yves/Projects/xtd/xtd/xtd.delegates/xtd.delegates/src/delegates.cpp \ - /Users/yves/Projects/xtd/xtd/xtd.delegates/xtd.delegates/src/../include/xtd/delegates \ - /Users/yves/Projects/xtd/xtd/xtd.delegates/xtd.delegates/src/../include/xtd/delegates.hpp \ - /Users/yves/Projects/xtd/xtd/xtd.delegates/xtd.delegates/src/../include/xtd/action.hpp \ - /Users/yves/Projects/xtd/xtd/xtd.delegates/xtd.delegates/src/../include/xtd/delegate.hpp \ - /Users/yves/Projects/xtd/xtd/xtd.delegates/xtd.delegates/src/../include/xtd/event_args.hpp \ - /Users/yves/Projects/xtd/xtd/xtd.delegates/xtd.delegates/src/../include/xtd/event_handler.hpp \ - /Users/yves/Projects/xtd/xtd/xtd.delegates/xtd.delegates/src/../include/xtd/func.hpp \ - /Users/yves/Projects/xtd/xtd/xtd.delegates/xtd.delegates/src/../include/xtd/predicate.hpp diff --git a/build/xtd.delegates/xtd.delegates/xtd.build/Debug/xtd.delegates.build/Objects-normal/x86_64/delegates.dia b/build/xtd.delegates/xtd.delegates/xtd.build/Debug/xtd.delegates.build/Objects-normal/x86_64/delegates.dia deleted file mode 100644 index c85cbfc50d06..000000000000 Binary files a/build/xtd.delegates/xtd.delegates/xtd.build/Debug/xtd.delegates.build/Objects-normal/x86_64/delegates.dia and /dev/null differ diff --git a/build/xtd.delegates/xtd.delegates/xtd.build/Debug/xtd.delegates.build/Objects-normal/x86_64/delegates.o b/build/xtd.delegates/xtd.delegates/xtd.build/Debug/xtd.delegates.build/Objects-normal/x86_64/delegates.o deleted file mode 100644 index 2d9db3db8fb0..000000000000 Binary files a/build/xtd.delegates/xtd.delegates/xtd.build/Debug/xtd.delegates.build/Objects-normal/x86_64/delegates.o and /dev/null differ diff --git a/build/xtd.delegates/xtd.delegates/xtd.build/Debug/xtd.delegates.build/Objects-normal/x86_64/xtd.delegates.LinkFileList b/build/xtd.delegates/xtd.delegates/xtd.build/Debug/xtd.delegates.build/Objects-normal/x86_64/xtd.delegates.LinkFileList deleted file mode 100644 index 458ceaa29adf..000000000000 --- a/build/xtd.delegates/xtd.delegates/xtd.build/Debug/xtd.delegates.build/Objects-normal/x86_64/xtd.delegates.LinkFileList +++ /dev/null @@ -1 +0,0 @@ -/Users/yves/Projects/xtd/xtd/build/xtd.delegates/xtd.delegates/xtd.build/Debug/xtd.delegates.build/Objects-normal/x86_64/delegates.o diff --git a/build/xtd.delegates/xtd.delegates/xtd.build/Debug/xtd.delegates.build/dgph b/build/xtd.delegates/xtd.delegates/xtd.build/Debug/xtd.delegates.build/dgph deleted file mode 100644 index 54f8e2c1d5df..000000000000 Binary files a/build/xtd.delegates/xtd.delegates/xtd.build/Debug/xtd.delegates.build/dgph and /dev/null differ diff --git a/build/xtd.delegates/xtd.delegates/xtd.build/Debug/xtd.delegates.build/dgph~ b/build/xtd.delegates/xtd.delegates/xtd.build/Debug/xtd.delegates.build/dgph~ deleted file mode 100644 index 25de5602e7ed..000000000000 Binary files a/build/xtd.delegates/xtd.delegates/xtd.build/Debug/xtd.delegates.build/dgph~ and /dev/null differ diff --git a/build/xtd.delegates/xtd.delegates/xtd.build/Release/xtd.delegates.build/dgph b/build/xtd.delegates/xtd.delegates/xtd.build/Release/xtd.delegates.build/dgph deleted file mode 100644 index 82a31e3bf08c..000000000000 Binary files a/build/xtd.delegates/xtd.delegates/xtd.build/Release/xtd.delegates.build/dgph and /dev/null differ diff --git a/build/xtd.delegates/xtd.delegates/xtd.build/Release/xtd.delegates.build/dgph~ b/build/xtd.delegates/xtd.delegates/xtd.build/Release/xtd.delegates.build/dgph~ deleted file mode 100644 index 791e9478e43b..000000000000 Binary files a/build/xtd.delegates/xtd.delegates/xtd.build/Release/xtd.delegates.build/dgph~ and /dev/null differ diff --git a/build/xtd.delegates/xtd.delegates/xtd.delegates.xcodeproj/project.pbxproj b/build/xtd.delegates/xtd.delegates/xtd.delegates.xcodeproj/project.pbxproj deleted file mode 100644 index a8f49dc517e6..000000000000 --- a/build/xtd.delegates/xtd.delegates/xtd.delegates.xcodeproj/project.pbxproj +++ /dev/null @@ -1,825 +0,0 @@ -// !$*UTF8*$! -{ - archiveVersion = 1; - classes = { - }; - objectVersion = 46; - objects = { - -/* Begin PBXAggregateTarget section */ - 50394EEE1BD24C4FB2A4CE92 /* ALL_BUILD */ = { - isa = PBXAggregateTarget; - buildConfigurationList = 5B65CC67858C4DF4922C558B /* Build configuration list for PBXAggregateTarget "ALL_BUILD" */; - buildPhases = ( - C8F47CB338BB4CE09EDC8B88 /* CMake Rules */, - ); - dependencies = ( - DD560EEE06214E49A37E90D7 /* PBXTargetDependency */, - 2AC8D742194C453EAAFBE8F6 /* PBXTargetDependency */, - ); - name = ALL_BUILD; - productName = ALL_BUILD; - }; - 5FC237F2D4EF4159A3B85902 /* ZERO_CHECK */ = { - isa = PBXAggregateTarget; - buildConfigurationList = BC7D666959194A408E47D3BE /* Build configuration list for PBXAggregateTarget "ZERO_CHECK" */; - buildPhases = ( - DD294A16B2B9494E92F07BAE /* CMake Rules */, - ); - dependencies = ( - ); - name = ZERO_CHECK; - productName = ZERO_CHECK; - }; - D8AC47AE86EC421F9902C1EF /* install */ = { - isa = PBXAggregateTarget; - buildConfigurationList = 49E09E9EF42E4406A9EC5991 /* Build configuration list for PBXAggregateTarget "install" */; - buildPhases = ( - A2E729201358414099649C1B /* CMake PostBuild Rules */, - ); - dependencies = ( - EEF4E150CC164F4D92946B93 /* PBXTargetDependency */, - ); - name = install; - productName = install; - }; -/* End PBXAggregateTarget section */ - -/* Begin PBXBuildFile section */ - 0EC9FC1BEB784196B4A5814B /* /Users/yves/Projects/xtd/xtd/xtd.delegates/xtd.delegates/include/xtd/predicate.hpp */ = {isa = PBXBuildFile; fileRef = 9C8C19DE5481496BAEE7BA16 /* /Users/yves/Projects/xtd/xtd/xtd.delegates/xtd.delegates/include/xtd/predicate.hpp */; }; - 5A835FE9C5974F27B2149829 /* /Users/yves/Projects/xtd/xtd/xtd.delegates/xtd.delegates/include/xtd/action.hpp */ = {isa = PBXBuildFile; fileRef = EED71565FAC64769AE5ABB50 /* /Users/yves/Projects/xtd/xtd/xtd.delegates/xtd.delegates/include/xtd/action.hpp */; }; - 690F463DB13243C28AD5165C /* /Users/yves/Projects/xtd/xtd/xtd.delegates/xtd.delegates/include/xtd/event_handler.hpp */ = {isa = PBXBuildFile; fileRef = E3343E22B8004B63845A0422 /* /Users/yves/Projects/xtd/xtd/xtd.delegates/xtd.delegates/include/xtd/event_handler.hpp */; }; - 8A09F6AC48C24F00A736EDB5 /* /Users/yves/Projects/xtd/xtd/xtd.delegates/xtd.delegates/CMakeLists.txt */ = {isa = PBXBuildFile; fileRef = 9AC49A665AB34619B723CBFD /* /Users/yves/Projects/xtd/xtd/xtd.delegates/xtd.delegates/CMakeLists.txt */; }; - 9C497967E7954ED8B525DA37 /* /Users/yves/Projects/xtd/xtd/xtd.delegates/xtd.delegates/include/xtd/func.hpp */ = {isa = PBXBuildFile; fileRef = 77CF15384B464A4280617EF6 /* /Users/yves/Projects/xtd/xtd/xtd.delegates/xtd.delegates/include/xtd/func.hpp */; }; - A10B9DE2AC9E47C8AFD45AF1 /* /Users/yves/Projects/xtd/xtd/xtd.delegates/xtd.delegates/src/delegates.cpp */ = {isa = PBXBuildFile; fileRef = AA32988DBC7740958ACCFA5B /* /Users/yves/Projects/xtd/xtd/xtd.delegates/xtd.delegates/src/delegates.cpp */; }; - AF08085B6CB94A8D83877212 /* /Users/yves/Projects/xtd/xtd/xtd.delegates/xtd.delegates/include/xtd/delegate.hpp */ = {isa = PBXBuildFile; fileRef = 99FB4E557AB14D12BBF55896 /* /Users/yves/Projects/xtd/xtd/xtd.delegates/xtd.delegates/include/xtd/delegate.hpp */; }; - B44C36808990489892F732DC /* /Users/yves/Projects/xtd/xtd/xtd.delegates/xtd.delegates/include/xtd/delegates */ = {isa = PBXBuildFile; fileRef = E40FCCB812D84BC48821D650 /* /Users/yves/Projects/xtd/xtd/xtd.delegates/xtd.delegates/include/xtd/delegates */; }; - C0D3BB3BC3474BC28708A2B9 /* /Users/yves/Projects/xtd/xtd/xtd.delegates/xtd.delegates/include/xtd/event_args.hpp */ = {isa = PBXBuildFile; fileRef = 8FAA23A991394803A03AA118 /* /Users/yves/Projects/xtd/xtd/xtd.delegates/xtd.delegates/include/xtd/event_args.hpp */; }; - E70E0E31ADDE42B793A0E795 /* /Users/yves/Projects/xtd/xtd/xtd.delegates/xtd.delegates/include/xtd/delegates.hpp */ = {isa = PBXBuildFile; fileRef = 9CE1DC6B5D124A8EA8B636BA /* /Users/yves/Projects/xtd/xtd/xtd.delegates/xtd.delegates/include/xtd/delegates.hpp */; }; -/* End PBXBuildFile section */ - -/* Begin PBXBuildStyle section */ - 010E1FA1F47A4F01A12B80E2 /* MinSizeRel */ = { - isa = PBXBuildStyle; - buildSettings = { - COPY_PHASE_STRIP = NO; - }; - name = MinSizeRel; - }; - 7B0E4FF86D3C46DD8FFDA07C /* Release */ = { - isa = PBXBuildStyle; - buildSettings = { - COPY_PHASE_STRIP = NO; - }; - name = Release; - }; - A5B0DA7BD66C4F21B0D0F460 /* Debug */ = { - isa = PBXBuildStyle; - buildSettings = { - COPY_PHASE_STRIP = NO; - }; - name = Debug; - }; - BB1334C952C64277A5D959D1 /* RelWithDebInfo */ = { - isa = PBXBuildStyle; - buildSettings = { - COPY_PHASE_STRIP = NO; - }; - name = RelWithDebInfo; - }; -/* End PBXBuildStyle section */ - -/* Begin PBXContainerItemProxy section */ - 4AF978F32BD841D899A67EB0 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = 82A82108CAB5411F8504DCFE /* Project object */; - proxyType = 1; - remoteGlobalIDString = BE60D33E0EE44B00B23BEA4B; - remoteInfo = xtd.delegates; - }; - 62903B5103B049DFAAFC8500 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = 82A82108CAB5411F8504DCFE /* Project object */; - proxyType = 1; - remoteGlobalIDString = 5FC237F2D4EF4159A3B85902; - remoteInfo = ZERO_CHECK; - }; - 9B87F50C837740018AFEB773 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = 82A82108CAB5411F8504DCFE /* Project object */; - proxyType = 1; - remoteGlobalIDString = 5FC237F2D4EF4159A3B85902; - remoteInfo = ZERO_CHECK; - }; - ACD91C17DAFF443493E8E171 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = 82A82108CAB5411F8504DCFE /* Project object */; - proxyType = 1; - remoteGlobalIDString = 50394EEE1BD24C4FB2A4CE92; - remoteInfo = ALL_BUILD; - }; -/* End PBXContainerItemProxy section */ - -/* Begin PBXFileReference section */ - 77CF15384B464A4280617EF6 /* /Users/yves/Projects/xtd/xtd/xtd.delegates/xtd.delegates/include/xtd/func.hpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.h; fileEncoding = 4; name = func.hpp; path = include/xtd/func.hpp; sourceTree = SOURCE_ROOT; }; - 8FAA23A991394803A03AA118 /* /Users/yves/Projects/xtd/xtd/xtd.delegates/xtd.delegates/include/xtd/event_args.hpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.h; fileEncoding = 4; name = event_args.hpp; path = include/xtd/event_args.hpp; sourceTree = SOURCE_ROOT; }; - 97FD850242144985B0E4475A /* xtd.delegates */ = {isa = PBXFileReference; explicitFileType = archive.ar; path = libxtd.delegates.a; sourceTree = BUILT_PRODUCTS_DIR; }; - 99FB4E557AB14D12BBF55896 /* /Users/yves/Projects/xtd/xtd/xtd.delegates/xtd.delegates/include/xtd/delegate.hpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.h; fileEncoding = 4; name = delegate.hpp; path = include/xtd/delegate.hpp; sourceTree = SOURCE_ROOT; }; - 9A8A19044DD948BC9543EEA6 /* /Users/yves/Projects/xtd/xtd/xtd.delegates/xtd.delegates/CMakeLists.txt */ = {isa = PBXFileReference; explicitFileType = sourcecode.text; fileEncoding = 4; name = CMakeLists.txt; path = CMakeLists.txt; sourceTree = SOURCE_ROOT; }; - 9AC49A665AB34619B723CBFD /* /Users/yves/Projects/xtd/xtd/xtd.delegates/xtd.delegates/CMakeLists.txt */ = {isa = PBXFileReference; explicitFileType = sourcecode.text; fileEncoding = 4; name = CMakeLists.txt; path = CMakeLists.txt; sourceTree = SOURCE_ROOT; }; - 9C8C19DE5481496BAEE7BA16 /* /Users/yves/Projects/xtd/xtd/xtd.delegates/xtd.delegates/include/xtd/predicate.hpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.h; fileEncoding = 4; name = predicate.hpp; path = include/xtd/predicate.hpp; sourceTree = SOURCE_ROOT; }; - 9CE1DC6B5D124A8EA8B636BA /* /Users/yves/Projects/xtd/xtd/xtd.delegates/xtd.delegates/include/xtd/delegates.hpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.h; fileEncoding = 4; name = delegates.hpp; path = include/xtd/delegates.hpp; sourceTree = SOURCE_ROOT; }; - AA32988DBC7740958ACCFA5B /* /Users/yves/Projects/xtd/xtd/xtd.delegates/xtd.delegates/src/delegates.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = delegates.cpp; path = src/delegates.cpp; sourceTree = SOURCE_ROOT; }; - E3343E22B8004B63845A0422 /* /Users/yves/Projects/xtd/xtd/xtd.delegates/xtd.delegates/include/xtd/event_handler.hpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.h; fileEncoding = 4; name = event_handler.hpp; path = include/xtd/event_handler.hpp; sourceTree = SOURCE_ROOT; }; - E40FCCB812D84BC48821D650 /* /Users/yves/Projects/xtd/xtd/xtd.delegates/xtd.delegates/include/xtd/delegates */ = {isa = PBXFileReference; explicitFileType = sourcecode; fileEncoding = 4; name = delegates; path = include/xtd/delegates; sourceTree = SOURCE_ROOT; }; - EED71565FAC64769AE5ABB50 /* /Users/yves/Projects/xtd/xtd/xtd.delegates/xtd.delegates/include/xtd/action.hpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.h; fileEncoding = 4; name = action.hpp; path = include/xtd/action.hpp; sourceTree = SOURCE_ROOT; }; -/* End PBXFileReference section */ - -/* Begin PBXGroup section */ - 1BFDEBA143F74AC0B7832EB1 /* src */ = { - isa = PBXGroup; - children = ( - AA32988DBC7740958ACCFA5B /* /Users/yves/Projects/xtd/xtd/xtd.delegates/xtd.delegates/src/delegates.cpp */, - ); - name = src; - sourceTree = ""; - }; - 28E716E1E6724907BCB1D2DD /* src */ = { - isa = PBXGroup; - children = ( - B6B10A90AD234A6183CE6998 /* xtd.delegates */, - ); - name = src; - sourceTree = ""; - }; - 33DF6CD8FB1E4C53B56F8DCD /* include */ = { - isa = PBXGroup; - children = ( - EED71565FAC64769AE5ABB50 /* /Users/yves/Projects/xtd/xtd/xtd.delegates/xtd.delegates/include/xtd/action.hpp */, - 99FB4E557AB14D12BBF55896 /* /Users/yves/Projects/xtd/xtd/xtd.delegates/xtd.delegates/include/xtd/delegate.hpp */, - E40FCCB812D84BC48821D650 /* /Users/yves/Projects/xtd/xtd/xtd.delegates/xtd.delegates/include/xtd/delegates */, - 9CE1DC6B5D124A8EA8B636BA /* /Users/yves/Projects/xtd/xtd/xtd.delegates/xtd.delegates/include/xtd/delegates.hpp */, - 8FAA23A991394803A03AA118 /* /Users/yves/Projects/xtd/xtd/xtd.delegates/xtd.delegates/include/xtd/event_args.hpp */, - E3343E22B8004B63845A0422 /* /Users/yves/Projects/xtd/xtd/xtd.delegates/xtd.delegates/include/xtd/event_handler.hpp */, - 77CF15384B464A4280617EF6 /* /Users/yves/Projects/xtd/xtd/xtd.delegates/xtd.delegates/include/xtd/func.hpp */, - 9C8C19DE5481496BAEE7BA16 /* /Users/yves/Projects/xtd/xtd/xtd.delegates/xtd.delegates/include/xtd/predicate.hpp */, - ); - name = include; - sourceTree = ""; - }; - 7D7684857BCB47249A2D9297 = { - isa = PBXGroup; - children = ( - 97C2BF81501C42B4B32CFEFC /* xtd */, - 84F6CB2BD98E4C99829A7E55 /* ALL_BUILD */, - 82F5D1EB13CB4D00A8C7762E /* Products */, - ); - sourceTree = ""; - }; - 82F5D1EB13CB4D00A8C7762E /* Products */ = { - isa = PBXGroup; - children = ( - 97FD850242144985B0E4475A /* xtd.delegates */, - ); - name = Products; - sourceTree = ""; - }; - 84F6CB2BD98E4C99829A7E55 /* ALL_BUILD */ = { - isa = PBXGroup; - children = ( - 9BA56DFCDFE74363BB63723B /* CMake Rules */, - 9A8A19044DD948BC9543EEA6 /* /Users/yves/Projects/xtd/xtd/xtd.delegates/xtd.delegates/CMakeLists.txt */, - ); - name = ALL_BUILD; - sourceTree = ""; - }; - 97C2BF81501C42B4B32CFEFC /* xtd */ = { - isa = PBXGroup; - children = ( - 28E716E1E6724907BCB1D2DD /* src */, - ); - name = xtd; - sourceTree = ""; - }; - 9BA56DFCDFE74363BB63723B /* CMake Rules */ = { - isa = PBXGroup; - children = ( - ); - name = "CMake Rules"; - sourceTree = ""; - }; - B6B10A90AD234A6183CE6998 /* xtd.delegates */ = { - isa = PBXGroup; - children = ( - 33DF6CD8FB1E4C53B56F8DCD /* include */, - 1BFDEBA143F74AC0B7832EB1 /* src */, - 9AC49A665AB34619B723CBFD /* /Users/yves/Projects/xtd/xtd/xtd.delegates/xtd.delegates/CMakeLists.txt */, - ); - name = xtd.delegates; - sourceTree = ""; - }; -/* End PBXGroup section */ - -/* Begin PBXNativeTarget section */ - BE60D33E0EE44B00B23BEA4B /* xtd.delegates */ = { - isa = PBXNativeTarget; - buildConfigurationList = 2041C2B495624B62AB3E521A /* Build configuration list for PBXNativeTarget "xtd.delegates" */; - buildPhases = ( - 7CE553BAE3B94490886FDEA6 /* Sources */, - ); - buildRules = ( - ); - dependencies = ( - 4003D36BAD464524A4A51140 /* PBXTargetDependency */, - ); - name = xtd.delegates; - productName = xtd.delegates; - productReference = 97FD850242144985B0E4475A /* xtd.delegates */; - productType = "com.apple.product-type.library.static"; - }; -/* End PBXNativeTarget section */ - -/* Begin PBXProject section */ - 82A82108CAB5411F8504DCFE /* Project object */ = { - isa = PBXProject; - attributes = { - BuildIndependentTargetsInParallel = YES; - LastUpgradeCheck = 1010; - }; - buildConfigurationList = B9BECB1EBAAC47F38A426577 /* Build configuration list for PBXProject "xtd.delegates" */; - buildSettings = { - }; - buildStyles = ( - A5B0DA7BD66C4F21B0D0F460 /* Debug */, - 7B0E4FF86D3C46DD8FFDA07C /* Release */, - 010E1FA1F47A4F01A12B80E2 /* MinSizeRel */, - BB1334C952C64277A5D959D1 /* RelWithDebInfo */, - ); - compatibilityVersion = "Xcode 3.2"; - hasScannedForEncodings = 0; - mainGroup = 7D7684857BCB47249A2D9297; - projectDirPath = ../../../xtd.delegates/xtd.delegates; - projectRoot = ""; - targets = ( - 50394EEE1BD24C4FB2A4CE92 /* ALL_BUILD */, - 5FC237F2D4EF4159A3B85902 /* ZERO_CHECK */, - D8AC47AE86EC421F9902C1EF /* install */, - BE60D33E0EE44B00B23BEA4B /* xtd.delegates */, - ); - }; -/* End PBXProject section */ - -/* Begin PBXShellScriptBuildPhase section */ - A2E729201358414099649C1B /* CMake PostBuild Rules */ = { - isa = PBXShellScriptBuildPhase; - buildActionMask = 2147483647; - files = ( - ); - name = "CMake PostBuild Rules"; - runOnlyForDeploymentPostprocessing = 0; - shellPath = /bin/sh; - shellScript = "make -C /Users/yves/Projects/xtd/xtd/build/xtd.delegates/xtd.delegates -f /Users/yves/Projects/xtd/xtd/build/xtd.delegates/xtd.delegates/CMakeScripts/install_postBuildPhase.make$CONFIGURATION all"; - showEnvVarsInLog = 0; - }; - AEEE52D498824D40831C61FA = { - isa = PBXShellScriptBuildPhase; - buildActionMask = 2147483647; - files = ( - ); - inputPaths = ( - ); - outputPaths = ( - ); - runOnlyForDeploymentPostprocessing = 0; - shellPath = /bin/sh; - shellScript = "# shell script goes here -exit 0"; - showEnvVarsInLog = 0; - }; - B91A0E05AB4C46278C637295 = { - isa = PBXShellScriptBuildPhase; - buildActionMask = 2147483647; - files = ( - ); - inputPaths = ( - ); - outputPaths = ( - ); - runOnlyForDeploymentPostprocessing = 0; - shellPath = /bin/sh; - shellScript = "# shell script goes here -exit 0"; - showEnvVarsInLog = 0; - }; - C8F47CB338BB4CE09EDC8B88 /* CMake Rules */ = { - isa = PBXShellScriptBuildPhase; - buildActionMask = 2147483647; - files = ( - ); - name = "CMake Rules"; - runOnlyForDeploymentPostprocessing = 0; - shellPath = /bin/sh; - shellScript = "make -C /Users/yves/Projects/xtd/xtd/build/xtd.delegates/xtd.delegates -f /Users/yves/Projects/xtd/xtd/build/xtd.delegates/xtd.delegates/CMakeScripts/ALL_BUILD_cmakeRulesBuildPhase.make$CONFIGURATION all"; - showEnvVarsInLog = 0; - }; - D33EB2C4327848ECAED0F3E1 = { - isa = PBXShellScriptBuildPhase; - buildActionMask = 2147483647; - files = ( - ); - inputPaths = ( - ); - outputPaths = ( - ); - runOnlyForDeploymentPostprocessing = 0; - shellPath = /bin/sh; - shellScript = "# shell script goes here -exit 0"; - showEnvVarsInLog = 0; - }; - DD294A16B2B9494E92F07BAE /* CMake Rules */ = { - isa = PBXShellScriptBuildPhase; - buildActionMask = 2147483647; - files = ( - ); - name = "CMake Rules"; - runOnlyForDeploymentPostprocessing = 0; - shellPath = /bin/sh; - shellScript = "make -C /Users/yves/Projects/xtd/xtd/build/xtd.delegates/xtd.delegates -f /Users/yves/Projects/xtd/xtd/build/xtd.delegates/xtd.delegates/CMakeScripts/ZERO_CHECK_cmakeRulesBuildPhase.make$CONFIGURATION all"; - showEnvVarsInLog = 0; - }; -/* End PBXShellScriptBuildPhase section */ - -/* Begin PBXSourcesBuildPhase section */ - 7CE553BAE3B94490886FDEA6 /* Sources */ = { - isa = PBXSourcesBuildPhase; - buildActionMask = 2147483647; - files = ( - A10B9DE2AC9E47C8AFD45AF1 /* /Users/yves/Projects/xtd/xtd/xtd.delegates/xtd.delegates/src/delegates.cpp */, - ); - runOnlyForDeploymentPostprocessing = 0; - }; -/* End PBXSourcesBuildPhase section */ - -/* Begin PBXTargetDependency section */ - 2AC8D742194C453EAAFBE8F6 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - target = 5FC237F2D4EF4159A3B85902 /* ZERO_CHECK */; - targetProxy = 9B87F50C837740018AFEB773 /* PBXContainerItemProxy */; - }; - 4003D36BAD464524A4A51140 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - target = 5FC237F2D4EF4159A3B85902 /* ZERO_CHECK */; - targetProxy = 62903B5103B049DFAAFC8500 /* PBXContainerItemProxy */; - }; - DD560EEE06214E49A37E90D7 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - target = BE60D33E0EE44B00B23BEA4B /* xtd.delegates */; - targetProxy = 4AF978F32BD841D899A67EB0 /* PBXContainerItemProxy */; - }; - EEF4E150CC164F4D92946B93 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - target = 50394EEE1BD24C4FB2A4CE92 /* ALL_BUILD */; - targetProxy = ACD91C17DAFF443493E8E171 /* PBXContainerItemProxy */; - }; -/* End PBXTargetDependency section */ - -/* Begin XCBuildConfiguration section */ - 0185AE87465543038F6C146D /* RelWithDebInfo */ = { - isa = XCBuildConfiguration; - buildSettings = { - ONLY_ACTIVE_ARCH = YES; - SDKROOT = /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk; - SYMROOT = /Users/yves/Projects/xtd/xtd/build/xtd.delegates/xtd.delegates/build; - }; - name = RelWithDebInfo; - }; - 20DF4AFDB8F340FAA847F7BE /* MinSizeRel */ = { - isa = XCBuildConfiguration; - buildSettings = { - COMBINE_HIDPI_IMAGES = YES; - GCC_GENERATE_DEBUGGING_SYMBOLS = YES; - GCC_INLINES_ARE_PRIVATE_EXTERN = NO; - GCC_OPTIMIZATION_LEVEL = 0; - GCC_PREPROCESSOR_DEFINITIONS = ("'CMAKE_INTDIR=\"$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME)\"'"); - GCC_SYMBOLS_PRIVATE_EXTERN = NO; - INSTALL_PATH = ""; - OTHER_LDFLAGS = " "; - OTHER_REZFLAGS = ""; - PRODUCT_NAME = install; - SECTORDER_FLAGS = ""; - SYMROOT = /Users/yves/Projects/xtd/xtd/build/xtd.delegates/xtd.delegates; - USE_HEADERMAP = NO; - WARNING_CFLAGS = ("-Wmost","-Wno-four-char-constants","-Wno-unknown-pragmas","$(inherited)"); - }; - name = MinSizeRel; - }; - 21439367469F4A9EB45E6D1D /* Release */ = { - isa = XCBuildConfiguration; - buildSettings = { - COMBINE_HIDPI_IMAGES = YES; - GCC_GENERATE_DEBUGGING_SYMBOLS = YES; - GCC_INLINES_ARE_PRIVATE_EXTERN = NO; - GCC_OPTIMIZATION_LEVEL = 0; - GCC_PREPROCESSOR_DEFINITIONS = ("'CMAKE_INTDIR=\"$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME)\"'"); - GCC_SYMBOLS_PRIVATE_EXTERN = NO; - INSTALL_PATH = ""; - OTHER_LDFLAGS = " "; - OTHER_REZFLAGS = ""; - PRODUCT_NAME = ZERO_CHECK; - SECTORDER_FLAGS = ""; - SYMROOT = /Users/yves/Projects/xtd/xtd/build/xtd.delegates/xtd.delegates; - USE_HEADERMAP = NO; - WARNING_CFLAGS = ("-Wmost","-Wno-four-char-constants","-Wno-unknown-pragmas","$(inherited)"); - }; - name = Release; - }; - 21B0080DE6154A88BA62EAE7 /* Debug */ = { - isa = XCBuildConfiguration; - buildSettings = { - COMBINE_HIDPI_IMAGES = YES; - GCC_GENERATE_DEBUGGING_SYMBOLS = YES; - GCC_INLINES_ARE_PRIVATE_EXTERN = NO; - GCC_OPTIMIZATION_LEVEL = 0; - GCC_PREPROCESSOR_DEFINITIONS = ("'CMAKE_INTDIR=\"$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME)\"'"); - GCC_SYMBOLS_PRIVATE_EXTERN = NO; - INSTALL_PATH = ""; - OTHER_LDFLAGS = " "; - OTHER_REZFLAGS = ""; - PRODUCT_NAME = install; - SECTORDER_FLAGS = ""; - SYMROOT = /Users/yves/Projects/xtd/xtd/build/xtd.delegates/xtd.delegates; - USE_HEADERMAP = NO; - WARNING_CFLAGS = ("-Wmost","-Wno-four-char-constants","-Wno-unknown-pragmas","$(inherited)"); - }; - name = Debug; - }; - 268285B689DB4C2DB115E796 /* MinSizeRel */ = { - isa = XCBuildConfiguration; - buildSettings = { - ONLY_ACTIVE_ARCH = YES; - SDKROOT = /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk; - SYMROOT = /Users/yves/Projects/xtd/xtd/build/xtd.delegates/xtd.delegates/build; - }; - name = MinSizeRel; - }; - 33898574E7564388AF42E0FD /* RelWithDebInfo */ = { - isa = XCBuildConfiguration; - buildSettings = { - COMBINE_HIDPI_IMAGES = YES; - GCC_GENERATE_DEBUGGING_SYMBOLS = YES; - GCC_INLINES_ARE_PRIVATE_EXTERN = NO; - GCC_OPTIMIZATION_LEVEL = 0; - GCC_PREPROCESSOR_DEFINITIONS = ("'CMAKE_INTDIR=\"$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME)\"'"); - GCC_SYMBOLS_PRIVATE_EXTERN = NO; - INSTALL_PATH = ""; - OTHER_LDFLAGS = " "; - OTHER_REZFLAGS = ""; - PRODUCT_NAME = ALL_BUILD; - SECTORDER_FLAGS = ""; - SYMROOT = /Users/yves/Projects/xtd/xtd/build/xtd.delegates/xtd.delegates; - USE_HEADERMAP = NO; - WARNING_CFLAGS = ("-Wmost","-Wno-four-char-constants","-Wno-unknown-pragmas","$(inherited)"); - }; - name = RelWithDebInfo; - }; - 36F0673BA9A843C2A7A592EC /* Release */ = { - isa = XCBuildConfiguration; - buildSettings = { - COMBINE_HIDPI_IMAGES = YES; - GCC_GENERATE_DEBUGGING_SYMBOLS = YES; - GCC_INLINES_ARE_PRIVATE_EXTERN = NO; - GCC_OPTIMIZATION_LEVEL = 0; - GCC_PREPROCESSOR_DEFINITIONS = ("'CMAKE_INTDIR=\"$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME)\"'"); - GCC_SYMBOLS_PRIVATE_EXTERN = NO; - INSTALL_PATH = ""; - OTHER_LDFLAGS = " "; - OTHER_REZFLAGS = ""; - PRODUCT_NAME = ALL_BUILD; - SECTORDER_FLAGS = ""; - SYMROOT = /Users/yves/Projects/xtd/xtd/build/xtd.delegates/xtd.delegates; - USE_HEADERMAP = NO; - WARNING_CFLAGS = ("-Wmost","-Wno-four-char-constants","-Wno-unknown-pragmas","$(inherited)"); - }; - name = Release; - }; - 475B893BBC904DFEB8458B27 /* MinSizeRel */ = { - isa = XCBuildConfiguration; - buildSettings = { - COMBINE_HIDPI_IMAGES = YES; - GCC_GENERATE_DEBUGGING_SYMBOLS = YES; - GCC_INLINES_ARE_PRIVATE_EXTERN = NO; - GCC_OPTIMIZATION_LEVEL = 0; - GCC_PREPROCESSOR_DEFINITIONS = ("'CMAKE_INTDIR=\"$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME)\"'"); - GCC_SYMBOLS_PRIVATE_EXTERN = NO; - INSTALL_PATH = ""; - OTHER_LDFLAGS = " "; - OTHER_REZFLAGS = ""; - PRODUCT_NAME = ZERO_CHECK; - SECTORDER_FLAGS = ""; - SYMROOT = /Users/yves/Projects/xtd/xtd/build/xtd.delegates/xtd.delegates; - USE_HEADERMAP = NO; - WARNING_CFLAGS = ("-Wmost","-Wno-four-char-constants","-Wno-unknown-pragmas","$(inherited)"); - }; - name = MinSizeRel; - }; - 48C7CB50E3C74882B1A5D34F /* RelWithDebInfo */ = { - isa = XCBuildConfiguration; - buildSettings = { - COMBINE_HIDPI_IMAGES = YES; - EXECUTABLE_PREFIX = lib; - EXECUTABLE_SUFFIX = .a; - GCC_GENERATE_DEBUGGING_SYMBOLS = YES; - GCC_INLINES_ARE_PRIVATE_EXTERN = NO; - GCC_OPTIMIZATION_LEVEL = 2; - GCC_PREPROCESSOR_DEFINITIONS = ("'CMAKE_INTDIR=\"$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME)\"'"); - GCC_SYMBOLS_PRIVATE_EXTERN = NO; - HEADER_SEARCH_PATHS = (/Users/yves/Projects/xtd/xtd/xtd.delegates/xtd.delegates/include); - INSTALL_PATH = ""; - LIBRARY_STYLE = STATIC; - OTHER_CPLUSPLUSFLAGS = " -DNDEBUG '-std=gnu++1z' "; - OTHER_LIBTOOLFLAGS = " "; - OTHER_REZFLAGS = ""; - PRODUCT_NAME = xtd.delegates; - SECTORDER_FLAGS = ""; - SYMROOT = /Users/yves/Projects/xtd/xtd/build/xtd.delegates/xtd.delegates; - USE_HEADERMAP = NO; - WARNING_CFLAGS = ("-Wmost","-Wno-four-char-constants","-Wno-unknown-pragmas","$(inherited)"); - }; - name = RelWithDebInfo; - }; - 4CE4EB1286644AF1B779DF74 /* Release */ = { - isa = XCBuildConfiguration; - buildSettings = { - COMBINE_HIDPI_IMAGES = YES; - EXECUTABLE_PREFIX = lib; - EXECUTABLE_SUFFIX = .a; - GCC_GENERATE_DEBUGGING_SYMBOLS = NO; - GCC_INLINES_ARE_PRIVATE_EXTERN = NO; - GCC_OPTIMIZATION_LEVEL = 3; - GCC_PREPROCESSOR_DEFINITIONS = ("'CMAKE_INTDIR=\"$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME)\"'"); - GCC_SYMBOLS_PRIVATE_EXTERN = NO; - HEADER_SEARCH_PATHS = (/Users/yves/Projects/xtd/xtd/xtd.delegates/xtd.delegates/include); - INSTALL_PATH = ""; - LIBRARY_STYLE = STATIC; - OTHER_CPLUSPLUSFLAGS = " -DNDEBUG '-std=gnu++1z' "; - OTHER_LIBTOOLFLAGS = " "; - OTHER_REZFLAGS = ""; - PRODUCT_NAME = xtd.delegates; - SECTORDER_FLAGS = ""; - SYMROOT = /Users/yves/Projects/xtd/xtd/build/xtd.delegates/xtd.delegates; - USE_HEADERMAP = NO; - WARNING_CFLAGS = ("-Wmost","-Wno-four-char-constants","-Wno-unknown-pragmas","$(inherited)"); - }; - name = Release; - }; - 65A5EAB641AD48A4BED9C235 /* Release */ = { - isa = XCBuildConfiguration; - buildSettings = { - ONLY_ACTIVE_ARCH = YES; - SDKROOT = /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk; - SYMROOT = /Users/yves/Projects/xtd/xtd/build/xtd.delegates/xtd.delegates/build; - }; - name = Release; - }; - 661E754E72C84C639E0C825D /* Debug */ = { - isa = XCBuildConfiguration; - buildSettings = { - ONLY_ACTIVE_ARCH = YES; - SDKROOT = /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk; - SYMROOT = /Users/yves/Projects/xtd/xtd/build/xtd.delegates/xtd.delegates/build; - }; - name = Debug; - }; - 6B1221CFFDC2417C9A94AFA5 /* Debug */ = { - isa = XCBuildConfiguration; - buildSettings = { - COMBINE_HIDPI_IMAGES = YES; - GCC_GENERATE_DEBUGGING_SYMBOLS = YES; - GCC_INLINES_ARE_PRIVATE_EXTERN = NO; - GCC_OPTIMIZATION_LEVEL = 0; - GCC_PREPROCESSOR_DEFINITIONS = ("'CMAKE_INTDIR=\"$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME)\"'"); - GCC_SYMBOLS_PRIVATE_EXTERN = NO; - INSTALL_PATH = ""; - OTHER_LDFLAGS = " "; - OTHER_REZFLAGS = ""; - PRODUCT_NAME = ALL_BUILD; - SECTORDER_FLAGS = ""; - SYMROOT = /Users/yves/Projects/xtd/xtd/build/xtd.delegates/xtd.delegates; - USE_HEADERMAP = NO; - WARNING_CFLAGS = ("-Wmost","-Wno-four-char-constants","-Wno-unknown-pragmas","$(inherited)"); - }; - name = Debug; - }; - 791E5AC1748D4F9488DA3E44 /* Debug */ = { - isa = XCBuildConfiguration; - buildSettings = { - COMBINE_HIDPI_IMAGES = YES; - GCC_GENERATE_DEBUGGING_SYMBOLS = YES; - GCC_INLINES_ARE_PRIVATE_EXTERN = NO; - GCC_OPTIMIZATION_LEVEL = 0; - GCC_PREPROCESSOR_DEFINITIONS = ("'CMAKE_INTDIR=\"$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME)\"'"); - GCC_SYMBOLS_PRIVATE_EXTERN = NO; - INSTALL_PATH = ""; - OTHER_LDFLAGS = " "; - OTHER_REZFLAGS = ""; - PRODUCT_NAME = ZERO_CHECK; - SECTORDER_FLAGS = ""; - SYMROOT = /Users/yves/Projects/xtd/xtd/build/xtd.delegates/xtd.delegates; - USE_HEADERMAP = NO; - WARNING_CFLAGS = ("-Wmost","-Wno-four-char-constants","-Wno-unknown-pragmas","$(inherited)"); - }; - name = Debug; - }; - B257231E1043434881F77693 /* Debug */ = { - isa = XCBuildConfiguration; - buildSettings = { - COMBINE_HIDPI_IMAGES = YES; - EXECUTABLE_PREFIX = lib; - EXECUTABLE_SUFFIX = .a; - GCC_GENERATE_DEBUGGING_SYMBOLS = YES; - GCC_INLINES_ARE_PRIVATE_EXTERN = NO; - GCC_OPTIMIZATION_LEVEL = 0; - GCC_PREPROCESSOR_DEFINITIONS = ("'CMAKE_INTDIR=\"$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME)\"'"); - GCC_SYMBOLS_PRIVATE_EXTERN = NO; - HEADER_SEARCH_PATHS = (/Users/yves/Projects/xtd/xtd/xtd.delegates/xtd.delegates/include); - INSTALL_PATH = ""; - LIBRARY_STYLE = STATIC; - OTHER_CPLUSPLUSFLAGS = " '-std=gnu++1z' "; - OTHER_LIBTOOLFLAGS = " "; - OTHER_REZFLAGS = ""; - PRODUCT_NAME = xtd.delegates; - SECTORDER_FLAGS = ""; - SYMROOT = /Users/yves/Projects/xtd/xtd/build/xtd.delegates/xtd.delegates; - USE_HEADERMAP = NO; - WARNING_CFLAGS = ("-Wmost","-Wno-four-char-constants","-Wno-unknown-pragmas","$(inherited)"); - }; - name = Debug; - }; - B3556324CA6749FE819D7B33 /* RelWithDebInfo */ = { - isa = XCBuildConfiguration; - buildSettings = { - COMBINE_HIDPI_IMAGES = YES; - GCC_GENERATE_DEBUGGING_SYMBOLS = YES; - GCC_INLINES_ARE_PRIVATE_EXTERN = NO; - GCC_OPTIMIZATION_LEVEL = 0; - GCC_PREPROCESSOR_DEFINITIONS = ("'CMAKE_INTDIR=\"$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME)\"'"); - GCC_SYMBOLS_PRIVATE_EXTERN = NO; - INSTALL_PATH = ""; - OTHER_LDFLAGS = " "; - OTHER_REZFLAGS = ""; - PRODUCT_NAME = ZERO_CHECK; - SECTORDER_FLAGS = ""; - SYMROOT = /Users/yves/Projects/xtd/xtd/build/xtd.delegates/xtd.delegates; - USE_HEADERMAP = NO; - WARNING_CFLAGS = ("-Wmost","-Wno-four-char-constants","-Wno-unknown-pragmas","$(inherited)"); - }; - name = RelWithDebInfo; - }; - BC066718FFED4E7EB64C9069 /* RelWithDebInfo */ = { - isa = XCBuildConfiguration; - buildSettings = { - COMBINE_HIDPI_IMAGES = YES; - GCC_GENERATE_DEBUGGING_SYMBOLS = YES; - GCC_INLINES_ARE_PRIVATE_EXTERN = NO; - GCC_OPTIMIZATION_LEVEL = 0; - GCC_PREPROCESSOR_DEFINITIONS = ("'CMAKE_INTDIR=\"$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME)\"'"); - GCC_SYMBOLS_PRIVATE_EXTERN = NO; - INSTALL_PATH = ""; - OTHER_LDFLAGS = " "; - OTHER_REZFLAGS = ""; - PRODUCT_NAME = install; - SECTORDER_FLAGS = ""; - SYMROOT = /Users/yves/Projects/xtd/xtd/build/xtd.delegates/xtd.delegates; - USE_HEADERMAP = NO; - WARNING_CFLAGS = ("-Wmost","-Wno-four-char-constants","-Wno-unknown-pragmas","$(inherited)"); - }; - name = RelWithDebInfo; - }; - BFA75DBEB90C42B78CA23281 /* MinSizeRel */ = { - isa = XCBuildConfiguration; - buildSettings = { - COMBINE_HIDPI_IMAGES = YES; - GCC_GENERATE_DEBUGGING_SYMBOLS = YES; - GCC_INLINES_ARE_PRIVATE_EXTERN = NO; - GCC_OPTIMIZATION_LEVEL = 0; - GCC_PREPROCESSOR_DEFINITIONS = ("'CMAKE_INTDIR=\"$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME)\"'"); - GCC_SYMBOLS_PRIVATE_EXTERN = NO; - INSTALL_PATH = ""; - OTHER_LDFLAGS = " "; - OTHER_REZFLAGS = ""; - PRODUCT_NAME = ALL_BUILD; - SECTORDER_FLAGS = ""; - SYMROOT = /Users/yves/Projects/xtd/xtd/build/xtd.delegates/xtd.delegates; - USE_HEADERMAP = NO; - WARNING_CFLAGS = ("-Wmost","-Wno-four-char-constants","-Wno-unknown-pragmas","$(inherited)"); - }; - name = MinSizeRel; - }; - C54FC2A328174E6AB7D057B3 /* MinSizeRel */ = { - isa = XCBuildConfiguration; - buildSettings = { - COMBINE_HIDPI_IMAGES = YES; - EXECUTABLE_PREFIX = lib; - EXECUTABLE_SUFFIX = .a; - GCC_GENERATE_DEBUGGING_SYMBOLS = NO; - GCC_INLINES_ARE_PRIVATE_EXTERN = NO; - GCC_OPTIMIZATION_LEVEL = s; - GCC_PREPROCESSOR_DEFINITIONS = ("'CMAKE_INTDIR=\"$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME)\"'"); - GCC_SYMBOLS_PRIVATE_EXTERN = NO; - HEADER_SEARCH_PATHS = (/Users/yves/Projects/xtd/xtd/xtd.delegates/xtd.delegates/include); - INSTALL_PATH = ""; - LIBRARY_STYLE = STATIC; - OTHER_CPLUSPLUSFLAGS = " -DNDEBUG '-std=gnu++1z' "; - OTHER_LIBTOOLFLAGS = " "; - OTHER_REZFLAGS = ""; - PRODUCT_NAME = xtd.delegates; - SECTORDER_FLAGS = ""; - SYMROOT = /Users/yves/Projects/xtd/xtd/build/xtd.delegates/xtd.delegates; - USE_HEADERMAP = NO; - WARNING_CFLAGS = ("-Wmost","-Wno-four-char-constants","-Wno-unknown-pragmas","$(inherited)"); - }; - name = MinSizeRel; - }; - E8653EF933B04126956B1D5E /* Release */ = { - isa = XCBuildConfiguration; - buildSettings = { - COMBINE_HIDPI_IMAGES = YES; - GCC_GENERATE_DEBUGGING_SYMBOLS = YES; - GCC_INLINES_ARE_PRIVATE_EXTERN = NO; - GCC_OPTIMIZATION_LEVEL = 0; - GCC_PREPROCESSOR_DEFINITIONS = ("'CMAKE_INTDIR=\"$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME)\"'"); - GCC_SYMBOLS_PRIVATE_EXTERN = NO; - INSTALL_PATH = ""; - OTHER_LDFLAGS = " "; - OTHER_REZFLAGS = ""; - PRODUCT_NAME = install; - SECTORDER_FLAGS = ""; - SYMROOT = /Users/yves/Projects/xtd/xtd/build/xtd.delegates/xtd.delegates; - USE_HEADERMAP = NO; - WARNING_CFLAGS = ("-Wmost","-Wno-four-char-constants","-Wno-unknown-pragmas","$(inherited)"); - }; - name = Release; - }; -/* End XCBuildConfiguration section */ - -/* Begin XCConfigurationList section */ - 2041C2B495624B62AB3E521A /* Build configuration list for PBXNativeTarget "xtd.delegates" */ = { - isa = XCConfigurationList; - buildConfigurations = ( - B257231E1043434881F77693 /* Debug */, - 4CE4EB1286644AF1B779DF74 /* Release */, - C54FC2A328174E6AB7D057B3 /* MinSizeRel */, - 48C7CB50E3C74882B1A5D34F /* RelWithDebInfo */, - ); - defaultConfigurationIsVisible = 0; - defaultConfigurationName = Debug; - }; - 49E09E9EF42E4406A9EC5991 /* Build configuration list for PBXAggregateTarget "install" */ = { - isa = XCConfigurationList; - buildConfigurations = ( - 21B0080DE6154A88BA62EAE7 /* Debug */, - E8653EF933B04126956B1D5E /* Release */, - 20DF4AFDB8F340FAA847F7BE /* MinSizeRel */, - BC066718FFED4E7EB64C9069 /* RelWithDebInfo */, - ); - defaultConfigurationIsVisible = 0; - defaultConfigurationName = Debug; - }; - 5B65CC67858C4DF4922C558B /* Build configuration list for PBXAggregateTarget "ALL_BUILD" */ = { - isa = XCConfigurationList; - buildConfigurations = ( - 6B1221CFFDC2417C9A94AFA5 /* Debug */, - 36F0673BA9A843C2A7A592EC /* Release */, - BFA75DBEB90C42B78CA23281 /* MinSizeRel */, - 33898574E7564388AF42E0FD /* RelWithDebInfo */, - ); - defaultConfigurationIsVisible = 0; - defaultConfigurationName = Debug; - }; - B9BECB1EBAAC47F38A426577 /* Build configuration list for PBXProject "xtd.delegates" */ = { - isa = XCConfigurationList; - buildConfigurations = ( - 661E754E72C84C639E0C825D /* Debug */, - 65A5EAB641AD48A4BED9C235 /* Release */, - 268285B689DB4C2DB115E796 /* MinSizeRel */, - 0185AE87465543038F6C146D /* RelWithDebInfo */, - ); - defaultConfigurationIsVisible = 0; - defaultConfigurationName = Debug; - }; - BC7D666959194A408E47D3BE /* Build configuration list for PBXAggregateTarget "ZERO_CHECK" */ = { - isa = XCConfigurationList; - buildConfigurations = ( - 791E5AC1748D4F9488DA3E44 /* Debug */, - 21439367469F4A9EB45E6D1D /* Release */, - 475B893BBC904DFEB8458B27 /* MinSizeRel */, - B3556324CA6749FE819D7B33 /* RelWithDebInfo */, - ); - defaultConfigurationIsVisible = 0; - defaultConfigurationName = Debug; - }; -/* End XCConfigurationList section */ - }; - rootObject = 82A82108CAB5411F8504DCFE /* Project object */; -} diff --git a/build/xtd.delegates/xtd.delegates/xtd.delegates.xcodeproj/project.xcworkspace/xcshareddata/WorkspaceSettings.xcsettings b/build/xtd.delegates/xtd.delegates/xtd.delegates.xcodeproj/project.xcworkspace/xcshareddata/WorkspaceSettings.xcsettings deleted file mode 100644 index e7eab23838d0..000000000000 --- a/build/xtd.delegates/xtd.delegates/xtd.delegates.xcodeproj/project.xcworkspace/xcshareddata/WorkspaceSettings.xcsettings +++ /dev/null @@ -1,8 +0,0 @@ - - - - - BuildSystemType - Original - - diff --git a/build/xtd.delegates/xtd.delegates/xtd.delegatesConfig.cmake b/build/xtd.delegates/xtd.delegates/xtd.delegatesConfig.cmake deleted file mode 100644 index 7ed7861eee1e..000000000000 --- a/build/xtd.delegates/xtd.delegates/xtd.delegatesConfig.cmake +++ /dev/null @@ -1,14 +0,0 @@ -include(CMakeFindDependencyMacro) -include("${CMAKE_CURRENT_LIST_DIR}/xtd.delegates.cmake") - -get_filename_component(xtd.delegates_INCLUDE_DIRS "${CMAKE_CURRENT_LIST_DIR}/../include" ABSOLUTE) -get_filename_component(xtd.delegates_LIBRARIES_DIRS "${CMAKE_CURRENT_LIST_DIR}/../lib" ABSOLUTE) - -set(xtd.delegates_LIBRARIES xtd.delegates) -set(xtd.delegates_FOUND TRUE) - -set(CMAKE_CXX_STANDARD 17) -set(CMAKE_CXX_STANDARD_REQUIRED ON) -if (MSVC) - set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} /utf-8") -endif () diff --git a/build/xtd.properties/xtd.properties/CMakeFiles/Export/cmake/xtd.properties-debug.cmake b/build/xtd.properties/xtd.properties/CMakeFiles/Export/cmake/xtd.properties-debug.cmake deleted file mode 100644 index 70f7f6606d05..000000000000 --- a/build/xtd.properties/xtd.properties/CMakeFiles/Export/cmake/xtd.properties-debug.cmake +++ /dev/null @@ -1,19 +0,0 @@ -#---------------------------------------------------------------- -# Generated CMake target import file for configuration "Debug". -#---------------------------------------------------------------- - -# Commands may need to know the format version. -set(CMAKE_IMPORT_FILE_VERSION 1) - -# Import target "xtd.properties" for configuration "Debug" -set_property(TARGET xtd.properties APPEND PROPERTY IMPORTED_CONFIGURATIONS DEBUG) -set_target_properties(xtd.properties PROPERTIES - IMPORTED_LINK_INTERFACE_LANGUAGES_DEBUG "CXX" - IMPORTED_LOCATION_DEBUG "${_IMPORT_PREFIX}/lib/libxtd.properties.a" - ) - -list(APPEND _IMPORT_CHECK_TARGETS xtd.properties ) -list(APPEND _IMPORT_CHECK_FILES_FOR_xtd.properties "${_IMPORT_PREFIX}/lib/libxtd.properties.a" ) - -# Commands beyond this point should not need to know the version. -set(CMAKE_IMPORT_FILE_VERSION) diff --git a/build/xtd.properties/xtd.properties/CMakeFiles/Export/cmake/xtd.properties-minsizerel.cmake b/build/xtd.properties/xtd.properties/CMakeFiles/Export/cmake/xtd.properties-minsizerel.cmake deleted file mode 100644 index a73b49eea447..000000000000 --- a/build/xtd.properties/xtd.properties/CMakeFiles/Export/cmake/xtd.properties-minsizerel.cmake +++ /dev/null @@ -1,19 +0,0 @@ -#---------------------------------------------------------------- -# Generated CMake target import file for configuration "MinSizeRel". -#---------------------------------------------------------------- - -# Commands may need to know the format version. -set(CMAKE_IMPORT_FILE_VERSION 1) - -# Import target "xtd.properties" for configuration "MinSizeRel" -set_property(TARGET xtd.properties APPEND PROPERTY IMPORTED_CONFIGURATIONS MINSIZEREL) -set_target_properties(xtd.properties PROPERTIES - IMPORTED_LINK_INTERFACE_LANGUAGES_MINSIZEREL "CXX" - IMPORTED_LOCATION_MINSIZEREL "${_IMPORT_PREFIX}/lib/libxtd.properties.a" - ) - -list(APPEND _IMPORT_CHECK_TARGETS xtd.properties ) -list(APPEND _IMPORT_CHECK_FILES_FOR_xtd.properties "${_IMPORT_PREFIX}/lib/libxtd.properties.a" ) - -# Commands beyond this point should not need to know the version. -set(CMAKE_IMPORT_FILE_VERSION) diff --git a/build/xtd.properties/xtd.properties/CMakeFiles/Export/cmake/xtd.properties-release.cmake b/build/xtd.properties/xtd.properties/CMakeFiles/Export/cmake/xtd.properties-release.cmake deleted file mode 100644 index 9bd0e3d17b9d..000000000000 --- a/build/xtd.properties/xtd.properties/CMakeFiles/Export/cmake/xtd.properties-release.cmake +++ /dev/null @@ -1,19 +0,0 @@ -#---------------------------------------------------------------- -# Generated CMake target import file for configuration "Release". -#---------------------------------------------------------------- - -# Commands may need to know the format version. -set(CMAKE_IMPORT_FILE_VERSION 1) - -# Import target "xtd.properties" for configuration "Release" -set_property(TARGET xtd.properties APPEND PROPERTY IMPORTED_CONFIGURATIONS RELEASE) -set_target_properties(xtd.properties PROPERTIES - IMPORTED_LINK_INTERFACE_LANGUAGES_RELEASE "CXX" - IMPORTED_LOCATION_RELEASE "${_IMPORT_PREFIX}/lib/libxtd.properties.a" - ) - -list(APPEND _IMPORT_CHECK_TARGETS xtd.properties ) -list(APPEND _IMPORT_CHECK_FILES_FOR_xtd.properties "${_IMPORT_PREFIX}/lib/libxtd.properties.a" ) - -# Commands beyond this point should not need to know the version. -set(CMAKE_IMPORT_FILE_VERSION) diff --git a/build/xtd.properties/xtd.properties/CMakeFiles/Export/cmake/xtd.properties-relwithdebinfo.cmake b/build/xtd.properties/xtd.properties/CMakeFiles/Export/cmake/xtd.properties-relwithdebinfo.cmake deleted file mode 100644 index 135a2a234655..000000000000 --- a/build/xtd.properties/xtd.properties/CMakeFiles/Export/cmake/xtd.properties-relwithdebinfo.cmake +++ /dev/null @@ -1,19 +0,0 @@ -#---------------------------------------------------------------- -# Generated CMake target import file for configuration "RelWithDebInfo". -#---------------------------------------------------------------- - -# Commands may need to know the format version. -set(CMAKE_IMPORT_FILE_VERSION 1) - -# Import target "xtd.properties" for configuration "RelWithDebInfo" -set_property(TARGET xtd.properties APPEND PROPERTY IMPORTED_CONFIGURATIONS RELWITHDEBINFO) -set_target_properties(xtd.properties PROPERTIES - IMPORTED_LINK_INTERFACE_LANGUAGES_RELWITHDEBINFO "CXX" - IMPORTED_LOCATION_RELWITHDEBINFO "${_IMPORT_PREFIX}/lib/libxtd.properties.a" - ) - -list(APPEND _IMPORT_CHECK_TARGETS xtd.properties ) -list(APPEND _IMPORT_CHECK_FILES_FOR_xtd.properties "${_IMPORT_PREFIX}/lib/libxtd.properties.a" ) - -# Commands beyond this point should not need to know the version. -set(CMAKE_IMPORT_FILE_VERSION) diff --git a/build/xtd.properties/xtd.properties/CMakeFiles/Export/cmake/xtd.properties.cmake b/build/xtd.properties/xtd.properties/CMakeFiles/Export/cmake/xtd.properties.cmake deleted file mode 100644 index e5e0711bdcef..000000000000 --- a/build/xtd.properties/xtd.properties/CMakeFiles/Export/cmake/xtd.properties.cmake +++ /dev/null @@ -1,92 +0,0 @@ -# Generated by CMake - -if("${CMAKE_MAJOR_VERSION}.${CMAKE_MINOR_VERSION}" LESS 2.5) - message(FATAL_ERROR "CMake >= 2.6.0 required") -endif() -cmake_policy(PUSH) -cmake_policy(VERSION 2.6) -#---------------------------------------------------------------- -# Generated CMake target import file. -#---------------------------------------------------------------- - -# Commands may need to know the format version. -set(CMAKE_IMPORT_FILE_VERSION 1) - -# Protect against multiple inclusion, which would fail when already imported targets are added once more. -set(_targetsDefined) -set(_targetsNotDefined) -set(_expectedTargets) -foreach(_expectedTarget xtd.properties) - list(APPEND _expectedTargets ${_expectedTarget}) - if(NOT TARGET ${_expectedTarget}) - list(APPEND _targetsNotDefined ${_expectedTarget}) - endif() - if(TARGET ${_expectedTarget}) - list(APPEND _targetsDefined ${_expectedTarget}) - endif() -endforeach() -if("${_targetsDefined}" STREQUAL "${_expectedTargets}") - unset(_targetsDefined) - unset(_targetsNotDefined) - unset(_expectedTargets) - set(CMAKE_IMPORT_FILE_VERSION) - cmake_policy(POP) - return() -endif() -if(NOT "${_targetsDefined}" STREQUAL "") - message(FATAL_ERROR "Some (but not all) targets in this export set were already defined.\nTargets Defined: ${_targetsDefined}\nTargets not yet defined: ${_targetsNotDefined}\n") -endif() -unset(_targetsDefined) -unset(_targetsNotDefined) -unset(_expectedTargets) - - -# Compute the installation prefix relative to this file. -get_filename_component(_IMPORT_PREFIX "${CMAKE_CURRENT_LIST_FILE}" PATH) -get_filename_component(_IMPORT_PREFIX "${_IMPORT_PREFIX}" PATH) -if(_IMPORT_PREFIX STREQUAL "/") - set(_IMPORT_PREFIX "") -endif() - -# Create imported target xtd.properties -add_library(xtd.properties STATIC IMPORTED) - -set_target_properties(xtd.properties PROPERTIES - INTERFACE_INCLUDE_DIRECTORIES "${_IMPORT_PREFIX}/include" -) - -# Load information for each installed configuration. -get_filename_component(_DIR "${CMAKE_CURRENT_LIST_FILE}" PATH) -file(GLOB CONFIG_FILES "${_DIR}/xtd.properties-*.cmake") -foreach(f ${CONFIG_FILES}) - include(${f}) -endforeach() - -# Cleanup temporary variables. -set(_IMPORT_PREFIX) - -# Loop over all imported files and verify that they actually exist -foreach(target ${_IMPORT_CHECK_TARGETS} ) - foreach(file ${_IMPORT_CHECK_FILES_FOR_${target}} ) - if(NOT EXISTS "${file}" ) - message(FATAL_ERROR "The imported target \"${target}\" references the file - \"${file}\" -but this file does not exist. Possible reasons include: -* The file was deleted, renamed, or moved to another location. -* An install or uninstall procedure did not complete successfully. -* The installation package was faulty and contained - \"${CMAKE_CURRENT_LIST_FILE}\" -but not all the files it references. -") - endif() - endforeach() - unset(_IMPORT_CHECK_FILES_FOR_${target}) -endforeach() -unset(_IMPORT_CHECK_TARGETS) - -# This file does not depend on other imported targets which have -# been exported from the same project but in a separate export set. - -# Commands beyond this point should not need to know the version. -set(CMAKE_IMPORT_FILE_VERSION) -cmake_policy(POP) diff --git a/build/xtd.properties/xtd.properties/CMakeScripts/ALL_BUILD_cmakeRulesBuildPhase.makeDebug b/build/xtd.properties/xtd.properties/CMakeScripts/ALL_BUILD_cmakeRulesBuildPhase.makeDebug deleted file mode 100644 index 04102bf6fc92..000000000000 --- a/build/xtd.properties/xtd.properties/CMakeScripts/ALL_BUILD_cmakeRulesBuildPhase.makeDebug +++ /dev/null @@ -1,10 +0,0 @@ -# Generated by CMake, DO NOT EDIT -# Custom rules for ALL_BUILD -.SUFFIXES: -all: \ - /Users/yves/Projects/xtd/xtd/build/xtd.properties/xtd.properties/CMakeFiles/ALL_BUILD - - -/Users/yves/Projects/xtd/xtd/build/xtd.properties/xtd.properties/CMakeFiles/ALL_BUILD: - echo "" - echo Build\ all\ projects diff --git a/build/xtd.properties/xtd.properties/CMakeScripts/ALL_BUILD_cmakeRulesBuildPhase.makeMinSizeRel b/build/xtd.properties/xtd.properties/CMakeScripts/ALL_BUILD_cmakeRulesBuildPhase.makeMinSizeRel deleted file mode 100644 index 04102bf6fc92..000000000000 --- a/build/xtd.properties/xtd.properties/CMakeScripts/ALL_BUILD_cmakeRulesBuildPhase.makeMinSizeRel +++ /dev/null @@ -1,10 +0,0 @@ -# Generated by CMake, DO NOT EDIT -# Custom rules for ALL_BUILD -.SUFFIXES: -all: \ - /Users/yves/Projects/xtd/xtd/build/xtd.properties/xtd.properties/CMakeFiles/ALL_BUILD - - -/Users/yves/Projects/xtd/xtd/build/xtd.properties/xtd.properties/CMakeFiles/ALL_BUILD: - echo "" - echo Build\ all\ projects diff --git a/build/xtd.properties/xtd.properties/CMakeScripts/ALL_BUILD_cmakeRulesBuildPhase.makeRelWithDebInfo b/build/xtd.properties/xtd.properties/CMakeScripts/ALL_BUILD_cmakeRulesBuildPhase.makeRelWithDebInfo deleted file mode 100644 index 04102bf6fc92..000000000000 --- a/build/xtd.properties/xtd.properties/CMakeScripts/ALL_BUILD_cmakeRulesBuildPhase.makeRelWithDebInfo +++ /dev/null @@ -1,10 +0,0 @@ -# Generated by CMake, DO NOT EDIT -# Custom rules for ALL_BUILD -.SUFFIXES: -all: \ - /Users/yves/Projects/xtd/xtd/build/xtd.properties/xtd.properties/CMakeFiles/ALL_BUILD - - -/Users/yves/Projects/xtd/xtd/build/xtd.properties/xtd.properties/CMakeFiles/ALL_BUILD: - echo "" - echo Build\ all\ projects diff --git a/build/xtd.properties/xtd.properties/CMakeScripts/ALL_BUILD_cmakeRulesBuildPhase.makeRelease b/build/xtd.properties/xtd.properties/CMakeScripts/ALL_BUILD_cmakeRulesBuildPhase.makeRelease deleted file mode 100644 index 04102bf6fc92..000000000000 --- a/build/xtd.properties/xtd.properties/CMakeScripts/ALL_BUILD_cmakeRulesBuildPhase.makeRelease +++ /dev/null @@ -1,10 +0,0 @@ -# Generated by CMake, DO NOT EDIT -# Custom rules for ALL_BUILD -.SUFFIXES: -all: \ - /Users/yves/Projects/xtd/xtd/build/xtd.properties/xtd.properties/CMakeFiles/ALL_BUILD - - -/Users/yves/Projects/xtd/xtd/build/xtd.properties/xtd.properties/CMakeFiles/ALL_BUILD: - echo "" - echo Build\ all\ projects diff --git a/build/xtd.properties/xtd.properties/CMakeScripts/ReRunCMake.make b/build/xtd.properties/xtd.properties/CMakeScripts/ReRunCMake.make deleted file mode 100644 index 1b63099c3f7d..000000000000 --- a/build/xtd.properties/xtd.properties/CMakeScripts/ReRunCMake.make +++ /dev/null @@ -1,11 +0,0 @@ -# Generated by CMake, DO NOT EDIT - -TARGETS:= -empty:= -space:= $(empty) $(empty) -spaceplus:= $(empty)\ $(empty) - -TARGETS += $(subst $(space),$(spaceplus),$(wildcard /Users/yves/Projects/xtd/xtd/xtd.properties/xtd.properties/CMakeLists.txt)) - -/Users/yves/Projects/xtd/xtd/build/CMakeFiles/cmake.check_cache: $(TARGETS) - /Applications/CMake.app/Contents/bin/cmake -H/Users/yves/Projects/xtd/xtd -B/Users/yves/Projects/xtd/xtd/build diff --git a/build/xtd.properties/xtd.properties/CMakeScripts/XCODE_DEPEND_HELPER.make b/build/xtd.properties/xtd.properties/CMakeScripts/XCODE_DEPEND_HELPER.make deleted file mode 100644 index 7b5281e2c91e..000000000000 --- a/build/xtd.properties/xtd.properties/CMakeScripts/XCODE_DEPEND_HELPER.make +++ /dev/null @@ -1,32 +0,0 @@ -# DO NOT EDIT -# This makefile makes sure all linkable targets are -# up-to-date with anything they link to -default: - echo "Do not invoke directly" - -# Rules to remove targets that are older than anything to which they -# link. This forces Xcode to relink the targets from scratch. It -# does not seem to check these dependencies itself. -PostBuild.xtd.properties.Debug: -/Users/yves/Projects/xtd/xtd/build/xtd.properties/xtd.properties/Debug/libxtd.properties.a: - /bin/rm -f /Users/yves/Projects/xtd/xtd/build/xtd.properties/xtd.properties/Debug/libxtd.properties.a - - -PostBuild.xtd.properties.Release: -/Users/yves/Projects/xtd/xtd/build/xtd.properties/xtd.properties/Release/libxtd.properties.a: - /bin/rm -f /Users/yves/Projects/xtd/xtd/build/xtd.properties/xtd.properties/Release/libxtd.properties.a - - -PostBuild.xtd.properties.MinSizeRel: -/Users/yves/Projects/xtd/xtd/build/xtd.properties/xtd.properties/MinSizeRel/libxtd.properties.a: - /bin/rm -f /Users/yves/Projects/xtd/xtd/build/xtd.properties/xtd.properties/MinSizeRel/libxtd.properties.a - - -PostBuild.xtd.properties.RelWithDebInfo: -/Users/yves/Projects/xtd/xtd/build/xtd.properties/xtd.properties/RelWithDebInfo/libxtd.properties.a: - /bin/rm -f /Users/yves/Projects/xtd/xtd/build/xtd.properties/xtd.properties/RelWithDebInfo/libxtd.properties.a - - - - -# For each target create a dummy ruleso the target does not have to exist diff --git a/build/xtd.properties/xtd.properties/CMakeScripts/ZERO_CHECK_cmakeRulesBuildPhase.makeDebug b/build/xtd.properties/xtd.properties/CMakeScripts/ZERO_CHECK_cmakeRulesBuildPhase.makeDebug deleted file mode 100644 index 597c2480c142..000000000000 --- a/build/xtd.properties/xtd.properties/CMakeScripts/ZERO_CHECK_cmakeRulesBuildPhase.makeDebug +++ /dev/null @@ -1,10 +0,0 @@ -# Generated by CMake, DO NOT EDIT -# Custom rules for ZERO_CHECK -.SUFFIXES: -all: \ - /Users/yves/Projects/xtd/xtd/build/xtd.properties/xtd.properties/CMakeFiles/ZERO_CHECK - - -/Users/yves/Projects/xtd/xtd/build/xtd.properties/xtd.properties/CMakeFiles/ZERO_CHECK: - echo "" - make -f /Users/yves/Projects/xtd/xtd/build/xtd.properties/xtd.properties/CMakeScripts/ReRunCMake.make diff --git a/build/xtd.properties/xtd.properties/CMakeScripts/ZERO_CHECK_cmakeRulesBuildPhase.makeMinSizeRel b/build/xtd.properties/xtd.properties/CMakeScripts/ZERO_CHECK_cmakeRulesBuildPhase.makeMinSizeRel deleted file mode 100644 index 597c2480c142..000000000000 --- a/build/xtd.properties/xtd.properties/CMakeScripts/ZERO_CHECK_cmakeRulesBuildPhase.makeMinSizeRel +++ /dev/null @@ -1,10 +0,0 @@ -# Generated by CMake, DO NOT EDIT -# Custom rules for ZERO_CHECK -.SUFFIXES: -all: \ - /Users/yves/Projects/xtd/xtd/build/xtd.properties/xtd.properties/CMakeFiles/ZERO_CHECK - - -/Users/yves/Projects/xtd/xtd/build/xtd.properties/xtd.properties/CMakeFiles/ZERO_CHECK: - echo "" - make -f /Users/yves/Projects/xtd/xtd/build/xtd.properties/xtd.properties/CMakeScripts/ReRunCMake.make diff --git a/build/xtd.properties/xtd.properties/CMakeScripts/ZERO_CHECK_cmakeRulesBuildPhase.makeRelWithDebInfo b/build/xtd.properties/xtd.properties/CMakeScripts/ZERO_CHECK_cmakeRulesBuildPhase.makeRelWithDebInfo deleted file mode 100644 index 597c2480c142..000000000000 --- a/build/xtd.properties/xtd.properties/CMakeScripts/ZERO_CHECK_cmakeRulesBuildPhase.makeRelWithDebInfo +++ /dev/null @@ -1,10 +0,0 @@ -# Generated by CMake, DO NOT EDIT -# Custom rules for ZERO_CHECK -.SUFFIXES: -all: \ - /Users/yves/Projects/xtd/xtd/build/xtd.properties/xtd.properties/CMakeFiles/ZERO_CHECK - - -/Users/yves/Projects/xtd/xtd/build/xtd.properties/xtd.properties/CMakeFiles/ZERO_CHECK: - echo "" - make -f /Users/yves/Projects/xtd/xtd/build/xtd.properties/xtd.properties/CMakeScripts/ReRunCMake.make diff --git a/build/xtd.properties/xtd.properties/CMakeScripts/ZERO_CHECK_cmakeRulesBuildPhase.makeRelease b/build/xtd.properties/xtd.properties/CMakeScripts/ZERO_CHECK_cmakeRulesBuildPhase.makeRelease deleted file mode 100644 index 597c2480c142..000000000000 --- a/build/xtd.properties/xtd.properties/CMakeScripts/ZERO_CHECK_cmakeRulesBuildPhase.makeRelease +++ /dev/null @@ -1,10 +0,0 @@ -# Generated by CMake, DO NOT EDIT -# Custom rules for ZERO_CHECK -.SUFFIXES: -all: \ - /Users/yves/Projects/xtd/xtd/build/xtd.properties/xtd.properties/CMakeFiles/ZERO_CHECK - - -/Users/yves/Projects/xtd/xtd/build/xtd.properties/xtd.properties/CMakeFiles/ZERO_CHECK: - echo "" - make -f /Users/yves/Projects/xtd/xtd/build/xtd.properties/xtd.properties/CMakeScripts/ReRunCMake.make diff --git a/build/xtd.properties/xtd.properties/CMakeScripts/install_postBuildPhase.makeDebug b/build/xtd.properties/xtd.properties/CMakeScripts/install_postBuildPhase.makeDebug deleted file mode 100644 index fc5fe9713dfd..000000000000 --- a/build/xtd.properties/xtd.properties/CMakeScripts/install_postBuildPhase.makeDebug +++ /dev/null @@ -1,9 +0,0 @@ -# Generated by CMake, DO NOT EDIT -# Custom rules for install -.SUFFIXES: -all: \ - install_buildpart_0 - - -install_buildpart_0: - /Applications/CMake.app/Contents/bin/cmake -DBUILD_TYPE=$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME) -P cmake_install.cmake diff --git a/build/xtd.properties/xtd.properties/CMakeScripts/install_postBuildPhase.makeMinSizeRel b/build/xtd.properties/xtd.properties/CMakeScripts/install_postBuildPhase.makeMinSizeRel deleted file mode 100644 index fc5fe9713dfd..000000000000 --- a/build/xtd.properties/xtd.properties/CMakeScripts/install_postBuildPhase.makeMinSizeRel +++ /dev/null @@ -1,9 +0,0 @@ -# Generated by CMake, DO NOT EDIT -# Custom rules for install -.SUFFIXES: -all: \ - install_buildpart_0 - - -install_buildpart_0: - /Applications/CMake.app/Contents/bin/cmake -DBUILD_TYPE=$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME) -P cmake_install.cmake diff --git a/build/xtd.properties/xtd.properties/CMakeScripts/install_postBuildPhase.makeRelWithDebInfo b/build/xtd.properties/xtd.properties/CMakeScripts/install_postBuildPhase.makeRelWithDebInfo deleted file mode 100644 index fc5fe9713dfd..000000000000 --- a/build/xtd.properties/xtd.properties/CMakeScripts/install_postBuildPhase.makeRelWithDebInfo +++ /dev/null @@ -1,9 +0,0 @@ -# Generated by CMake, DO NOT EDIT -# Custom rules for install -.SUFFIXES: -all: \ - install_buildpart_0 - - -install_buildpart_0: - /Applications/CMake.app/Contents/bin/cmake -DBUILD_TYPE=$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME) -P cmake_install.cmake diff --git a/build/xtd.properties/xtd.properties/CMakeScripts/install_postBuildPhase.makeRelease b/build/xtd.properties/xtd.properties/CMakeScripts/install_postBuildPhase.makeRelease deleted file mode 100644 index fc5fe9713dfd..000000000000 --- a/build/xtd.properties/xtd.properties/CMakeScripts/install_postBuildPhase.makeRelease +++ /dev/null @@ -1,9 +0,0 @@ -# Generated by CMake, DO NOT EDIT -# Custom rules for install -.SUFFIXES: -all: \ - install_buildpart_0 - - -install_buildpart_0: - /Applications/CMake.app/Contents/bin/cmake -DBUILD_TYPE=$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME) -P cmake_install.cmake diff --git a/build/xtd.properties/xtd.properties/Debug/libxtd.properties.a b/build/xtd.properties/xtd.properties/Debug/libxtd.properties.a deleted file mode 100644 index 5ece2c281c36..000000000000 Binary files a/build/xtd.properties/xtd.properties/Debug/libxtd.properties.a and /dev/null differ diff --git a/build/xtd.properties/xtd.properties/cmake_install.cmake b/build/xtd.properties/xtd.properties/cmake_install.cmake deleted file mode 100644 index d728e8cc05d5..000000000000 --- a/build/xtd.properties/xtd.properties/cmake_install.cmake +++ /dev/null @@ -1,110 +0,0 @@ -# Install script for directory: /Users/yves/Projects/xtd/xtd/xtd.properties/xtd.properties - -# Set the install prefix -if(NOT DEFINED CMAKE_INSTALL_PREFIX) - set(CMAKE_INSTALL_PREFIX "/usr/local") -endif() -string(REGEX REPLACE "/$" "" CMAKE_INSTALL_PREFIX "${CMAKE_INSTALL_PREFIX}") - -# Set the install configuration name. -if(NOT DEFINED CMAKE_INSTALL_CONFIG_NAME) - if(BUILD_TYPE) - string(REGEX REPLACE "^[^A-Za-z0-9_]+" "" - CMAKE_INSTALL_CONFIG_NAME "${BUILD_TYPE}") - else() - set(CMAKE_INSTALL_CONFIG_NAME "Release") - endif() - message(STATUS "Install configuration: \"${CMAKE_INSTALL_CONFIG_NAME}\"") -endif() - -# Set the component getting installed. -if(NOT CMAKE_INSTALL_COMPONENT) - if(COMPONENT) - message(STATUS "Install component: \"${COMPONENT}\"") - set(CMAKE_INSTALL_COMPONENT "${COMPONENT}") - else() - set(CMAKE_INSTALL_COMPONENT) - endif() -endif() - -# Is this installation the result of a crosscompile? -if(NOT DEFINED CMAKE_CROSSCOMPILING) - set(CMAKE_CROSSCOMPILING "FALSE") -endif() - -if("x${CMAKE_INSTALL_COMPONENT}x" STREQUAL "xUnspecifiedx" OR NOT CMAKE_INSTALL_COMPONENT) - file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/include/xtd" TYPE DIRECTORY FILES "/Users/yves/Projects/xtd/xtd/xtd.properties/xtd.properties/include/xtd/.") -endif() - -if("x${CMAKE_INSTALL_COMPONENT}x" STREQUAL "xUnspecifiedx" OR NOT CMAKE_INSTALL_COMPONENT) - file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/cmake" TYPE FILE FILES "/Users/yves/Projects/xtd/xtd/build/xtd.properties/xtd.properties/xtd.propertiesConfig.cmake") -endif() - -if("x${CMAKE_INSTALL_COMPONENT}x" STREQUAL "xUnspecifiedx" OR NOT CMAKE_INSTALL_COMPONENT) - if("${CMAKE_INSTALL_CONFIG_NAME}" MATCHES "^([Dd][Ee][Bb][Uu][Gg])$") - file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/lib" TYPE FILE OPTIONAL FILES "/Users/yves/Projects/xtd/xtd/build/xtd.properties/xtd.properties/Debug/xtd.properties.pdb") - endif() -endif() - -if("x${CMAKE_INSTALL_COMPONENT}x" STREQUAL "xUnspecifiedx" OR NOT CMAKE_INSTALL_COMPONENT) - if("${CMAKE_INSTALL_CONFIG_NAME}" MATCHES "^([Rr][Ee][Ll][Ee][Aa][Ss][Ee])$") - file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/lib" TYPE FILE OPTIONAL FILES "/Users/yves/Projects/xtd/xtd/build/xtd.properties/xtd.properties/Release/xtd.properties.pdb") - endif() -endif() - -if("x${CMAKE_INSTALL_COMPONENT}x" STREQUAL "xUnspecifiedx" OR NOT CMAKE_INSTALL_COMPONENT) - if("${CMAKE_INSTALL_CONFIG_NAME}" MATCHES "^([Dd][Ee][Bb][Uu][Gg])$") - file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/lib" TYPE STATIC_LIBRARY FILES "/Users/yves/Projects/xtd/xtd/build/xtd.properties/xtd.properties/Debug/libxtd.properties.a") - if(EXISTS "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/lib/libxtd.properties.a" AND - NOT IS_SYMLINK "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/lib/libxtd.properties.a") - execute_process(COMMAND "/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib" "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/lib/libxtd.properties.a") - endif() - elseif("${CMAKE_INSTALL_CONFIG_NAME}" MATCHES "^([Rr][Ee][Ll][Ee][Aa][Ss][Ee])$") - file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/lib" TYPE STATIC_LIBRARY FILES "/Users/yves/Projects/xtd/xtd/build/xtd.properties/xtd.properties/Release/libxtd.properties.a") - if(EXISTS "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/lib/libxtd.properties.a" AND - NOT IS_SYMLINK "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/lib/libxtd.properties.a") - execute_process(COMMAND "/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib" "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/lib/libxtd.properties.a") - endif() - elseif("${CMAKE_INSTALL_CONFIG_NAME}" MATCHES "^([Mm][Ii][Nn][Ss][Ii][Zz][Ee][Rr][Ee][Ll])$") - file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/lib" TYPE STATIC_LIBRARY FILES "/Users/yves/Projects/xtd/xtd/build/xtd.properties/xtd.properties/MinSizeRel/libxtd.properties.a") - if(EXISTS "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/lib/libxtd.properties.a" AND - NOT IS_SYMLINK "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/lib/libxtd.properties.a") - execute_process(COMMAND "/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib" "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/lib/libxtd.properties.a") - endif() - elseif("${CMAKE_INSTALL_CONFIG_NAME}" MATCHES "^([Rr][Ee][Ll][Ww][Ii][Tt][Hh][Dd][Ee][Bb][Ii][Nn][Ff][Oo])$") - file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/lib" TYPE STATIC_LIBRARY FILES "/Users/yves/Projects/xtd/xtd/build/xtd.properties/xtd.properties/RelWithDebInfo/libxtd.properties.a") - if(EXISTS "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/lib/libxtd.properties.a" AND - NOT IS_SYMLINK "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/lib/libxtd.properties.a") - execute_process(COMMAND "/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib" "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/lib/libxtd.properties.a") - endif() - endif() -endif() - -if("x${CMAKE_INSTALL_COMPONENT}x" STREQUAL "xUnspecifiedx" OR NOT CMAKE_INSTALL_COMPONENT) - if(EXISTS "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/cmake/xtd.properties.cmake") - file(DIFFERENT EXPORT_FILE_CHANGED FILES - "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/cmake/xtd.properties.cmake" - "/Users/yves/Projects/xtd/xtd/build/xtd.properties/xtd.properties/CMakeFiles/Export/cmake/xtd.properties.cmake") - if(EXPORT_FILE_CHANGED) - file(GLOB OLD_CONFIG_FILES "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/cmake/xtd.properties-*.cmake") - if(OLD_CONFIG_FILES) - message(STATUS "Old export file \"$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/cmake/xtd.properties.cmake\" will be replaced. Removing files [${OLD_CONFIG_FILES}].") - file(REMOVE ${OLD_CONFIG_FILES}) - endif() - endif() - endif() - file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/cmake" TYPE FILE FILES "/Users/yves/Projects/xtd/xtd/build/xtd.properties/xtd.properties/CMakeFiles/Export/cmake/xtd.properties.cmake") - if("${CMAKE_INSTALL_CONFIG_NAME}" MATCHES "^([Dd][Ee][Bb][Uu][Gg])$") - file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/cmake" TYPE FILE FILES "/Users/yves/Projects/xtd/xtd/build/xtd.properties/xtd.properties/CMakeFiles/Export/cmake/xtd.properties-debug.cmake") - endif() - if("${CMAKE_INSTALL_CONFIG_NAME}" MATCHES "^([Mm][Ii][Nn][Ss][Ii][Zz][Ee][Rr][Ee][Ll])$") - file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/cmake" TYPE FILE FILES "/Users/yves/Projects/xtd/xtd/build/xtd.properties/xtd.properties/CMakeFiles/Export/cmake/xtd.properties-minsizerel.cmake") - endif() - if("${CMAKE_INSTALL_CONFIG_NAME}" MATCHES "^([Rr][Ee][Ll][Ww][Ii][Tt][Hh][Dd][Ee][Bb][Ii][Nn][Ff][Oo])$") - file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/cmake" TYPE FILE FILES "/Users/yves/Projects/xtd/xtd/build/xtd.properties/xtd.properties/CMakeFiles/Export/cmake/xtd.properties-relwithdebinfo.cmake") - endif() - if("${CMAKE_INSTALL_CONFIG_NAME}" MATCHES "^([Rr][Ee][Ll][Ee][Aa][Ss][Ee])$") - file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/cmake" TYPE FILE FILES "/Users/yves/Projects/xtd/xtd/build/xtd.properties/xtd.properties/CMakeFiles/Export/cmake/xtd.properties-release.cmake") - endif() -endif() - diff --git a/build/xtd.properties/xtd.properties/xtd.build/Debug/xtd.properties.build/Objects-normal/x86_64/properties.d b/build/xtd.properties/xtd.properties/xtd.build/Debug/xtd.properties.build/Objects-normal/x86_64/properties.d deleted file mode 100644 index e721f86d4973..000000000000 --- a/build/xtd.properties/xtd.properties/xtd.build/Debug/xtd.properties.build/Objects-normal/x86_64/properties.d +++ /dev/null @@ -1,4 +0,0 @@ -dependencies: \ - /Users/yves/Projects/xtd/xtd/xtd.properties/xtd.properties/src/properties.cpp \ - /Users/yves/Projects/xtd/xtd/xtd.properties/xtd.properties/src/../include/xtd/properties \ - /Users/yves/Projects/xtd/xtd/xtd.properties/xtd.properties/src/../include/xtd/properties.hpp diff --git a/build/xtd.properties/xtd.properties/xtd.build/Debug/xtd.properties.build/Objects-normal/x86_64/properties.dia b/build/xtd.properties/xtd.properties/xtd.build/Debug/xtd.properties.build/Objects-normal/x86_64/properties.dia deleted file mode 100644 index c85cbfc50d06..000000000000 Binary files a/build/xtd.properties/xtd.properties/xtd.build/Debug/xtd.properties.build/Objects-normal/x86_64/properties.dia and /dev/null differ diff --git a/build/xtd.properties/xtd.properties/xtd.build/Debug/xtd.properties.build/Objects-normal/x86_64/properties.o b/build/xtd.properties/xtd.properties/xtd.build/Debug/xtd.properties.build/Objects-normal/x86_64/properties.o deleted file mode 100644 index a7b29d5f3cbc..000000000000 Binary files a/build/xtd.properties/xtd.properties/xtd.build/Debug/xtd.properties.build/Objects-normal/x86_64/properties.o and /dev/null differ diff --git a/build/xtd.properties/xtd.properties/xtd.build/Debug/xtd.properties.build/Objects-normal/x86_64/xtd.properties.LinkFileList b/build/xtd.properties/xtd.properties/xtd.build/Debug/xtd.properties.build/Objects-normal/x86_64/xtd.properties.LinkFileList deleted file mode 100644 index bacdccef0978..000000000000 --- a/build/xtd.properties/xtd.properties/xtd.build/Debug/xtd.properties.build/Objects-normal/x86_64/xtd.properties.LinkFileList +++ /dev/null @@ -1 +0,0 @@ -/Users/yves/Projects/xtd/xtd/build/xtd.properties/xtd.properties/xtd.build/Debug/xtd.properties.build/Objects-normal/x86_64/properties.o diff --git a/build/xtd.properties/xtd.properties/xtd.build/Debug/xtd.properties.build/dgph b/build/xtd.properties/xtd.properties/xtd.build/Debug/xtd.properties.build/dgph deleted file mode 100644 index d57eff8eeb9d..000000000000 Binary files a/build/xtd.properties/xtd.properties/xtd.build/Debug/xtd.properties.build/dgph and /dev/null differ diff --git a/build/xtd.properties/xtd.properties/xtd.build/Debug/xtd.properties.build/dgph~ b/build/xtd.properties/xtd.properties/xtd.build/Debug/xtd.properties.build/dgph~ deleted file mode 100644 index 8da48c5186e0..000000000000 Binary files a/build/xtd.properties/xtd.properties/xtd.build/Debug/xtd.properties.build/dgph~ and /dev/null differ diff --git a/build/xtd.properties/xtd.properties/xtd.build/Release/xtd.properties.build/dgph b/build/xtd.properties/xtd.properties/xtd.build/Release/xtd.properties.build/dgph deleted file mode 100644 index c186ca9206e4..000000000000 Binary files a/build/xtd.properties/xtd.properties/xtd.build/Release/xtd.properties.build/dgph and /dev/null differ diff --git a/build/xtd.properties/xtd.properties/xtd.build/Release/xtd.properties.build/dgph~ b/build/xtd.properties/xtd.properties/xtd.build/Release/xtd.properties.build/dgph~ deleted file mode 100644 index 791e9478e43b..000000000000 Binary files a/build/xtd.properties/xtd.properties/xtd.build/Release/xtd.properties.build/dgph~ and /dev/null differ diff --git a/build/xtd.properties/xtd.properties/xtd.properties.xcodeproj/project.pbxproj b/build/xtd.properties/xtd.properties/xtd.properties.xcodeproj/project.pbxproj deleted file mode 100644 index 05cb614bea13..000000000000 --- a/build/xtd.properties/xtd.properties/xtd.properties.xcodeproj/project.pbxproj +++ /dev/null @@ -1,807 +0,0 @@ -// !$*UTF8*$! -{ - archiveVersion = 1; - classes = { - }; - objectVersion = 46; - objects = { - -/* Begin PBXAggregateTarget section */ - 50394EEE1BD24C4FB2A4CE92 /* ALL_BUILD */ = { - isa = PBXAggregateTarget; - buildConfigurationList = 7D4B64FEE6A949FFA07CB013 /* Build configuration list for PBXAggregateTarget "ALL_BUILD" */; - buildPhases = ( - CDFB7880771243088FEA4B8E /* CMake Rules */, - ); - dependencies = ( - D37B7FBB796B474CBFD464C2 /* PBXTargetDependency */, - 55961DD16B474EF69D1E8DCB /* PBXTargetDependency */, - ); - name = ALL_BUILD; - productName = ALL_BUILD; - }; - 5FC237F2D4EF4159A3B85902 /* ZERO_CHECK */ = { - isa = PBXAggregateTarget; - buildConfigurationList = 9A20DE5D58854E159412145B /* Build configuration list for PBXAggregateTarget "ZERO_CHECK" */; - buildPhases = ( - 428CD894630843E58069C6A4 /* CMake Rules */, - ); - dependencies = ( - ); - name = ZERO_CHECK; - productName = ZERO_CHECK; - }; - D8AC47AE86EC421F9902C1EF /* install */ = { - isa = PBXAggregateTarget; - buildConfigurationList = 72F0F0EE3650431497735ED5 /* Build configuration list for PBXAggregateTarget "install" */; - buildPhases = ( - 2A69C205E23B4594AD63E555 /* CMake PostBuild Rules */, - ); - dependencies = ( - 0EDCBB8145AA4DFBA668041E /* PBXTargetDependency */, - ); - name = install; - productName = install; - }; -/* End PBXAggregateTarget section */ - -/* Begin PBXBuildFile section */ - 1B05BA58D52C460C8890AE83 /* /Users/yves/Projects/xtd/xtd/xtd.properties/xtd.properties/include/xtd/properties */ = {isa = PBXBuildFile; fileRef = 9454B796A1B14EB28FCA5ABB /* /Users/yves/Projects/xtd/xtd/xtd.properties/xtd.properties/include/xtd/properties */; }; - 5717DEA59F884157969824B7 /* /Users/yves/Projects/xtd/xtd/xtd.properties/xtd.properties/include/xtd/properties.hpp */ = {isa = PBXBuildFile; fileRef = FA65A0011BBF401FBE4F5F28 /* /Users/yves/Projects/xtd/xtd/xtd.properties/xtd.properties/include/xtd/properties.hpp */; }; - 68EA72EC0AF241148E169EB6 /* /Users/yves/Projects/xtd/xtd/xtd.properties/xtd.properties/CMakeLists.txt */ = {isa = PBXBuildFile; fileRef = D918518F6AC14536B58BC2C6 /* /Users/yves/Projects/xtd/xtd/xtd.properties/xtd.properties/CMakeLists.txt */; }; - 7D8CCAD9BEC945E8BB100848 /* /Users/yves/Projects/xtd/xtd/xtd.properties/xtd.properties/src/properties.cpp */ = {isa = PBXBuildFile; fileRef = 94D053CEC90149949A6D6F53 /* /Users/yves/Projects/xtd/xtd/xtd.properties/xtd.properties/src/properties.cpp */; }; -/* End PBXBuildFile section */ - -/* Begin PBXBuildStyle section */ - 399496CDF3B2415793BE22A0 /* Debug */ = { - isa = PBXBuildStyle; - buildSettings = { - COPY_PHASE_STRIP = NO; - }; - name = Debug; - }; - 864D73D1345D4CE3A41B0D70 /* RelWithDebInfo */ = { - isa = PBXBuildStyle; - buildSettings = { - COPY_PHASE_STRIP = NO; - }; - name = RelWithDebInfo; - }; - 98C23486ACEF41AD88311378 /* Release */ = { - isa = PBXBuildStyle; - buildSettings = { - COPY_PHASE_STRIP = NO; - }; - name = Release; - }; - A4384FB1925A4D40AF8A8BA3 /* MinSizeRel */ = { - isa = PBXBuildStyle; - buildSettings = { - COPY_PHASE_STRIP = NO; - }; - name = MinSizeRel; - }; -/* End PBXBuildStyle section */ - -/* Begin PBXContainerItemProxy section */ - 01C3B25FDB95418BB607B08D /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = EDD860611BAE43B88E7904BF /* Project object */; - proxyType = 1; - remoteGlobalIDString = 5FC237F2D4EF4159A3B85902; - remoteInfo = ZERO_CHECK; - }; - 0ADB1ECF1F304C11AA21A6ED /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = EDD860611BAE43B88E7904BF /* Project object */; - proxyType = 1; - remoteGlobalIDString = 5FC237F2D4EF4159A3B85902; - remoteInfo = ZERO_CHECK; - }; - 253C92243B7547AE8A665FB0 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = EDD860611BAE43B88E7904BF /* Project object */; - proxyType = 1; - remoteGlobalIDString = B6A8B7F52CD447538E925BAD; - remoteInfo = xtd.properties; - }; - 77AAC189478C49FBA06DD6AC /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = EDD860611BAE43B88E7904BF /* Project object */; - proxyType = 1; - remoteGlobalIDString = 50394EEE1BD24C4FB2A4CE92; - remoteInfo = ALL_BUILD; - }; -/* End PBXContainerItemProxy section */ - -/* Begin PBXFileReference section */ - 4AE3C21A446E47AA86CEBA80 /* xtd.properties */ = {isa = PBXFileReference; explicitFileType = archive.ar; path = libxtd.properties.a; sourceTree = BUILT_PRODUCTS_DIR; }; - 9454B796A1B14EB28FCA5ABB /* /Users/yves/Projects/xtd/xtd/xtd.properties/xtd.properties/include/xtd/properties */ = {isa = PBXFileReference; explicitFileType = sourcecode; fileEncoding = 4; name = properties; path = include/xtd/properties; sourceTree = SOURCE_ROOT; }; - 94D053CEC90149949A6D6F53 /* /Users/yves/Projects/xtd/xtd/xtd.properties/xtd.properties/src/properties.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = properties.cpp; path = src/properties.cpp; sourceTree = SOURCE_ROOT; }; - 9FA2A7F0346D4A1D9084BA85 /* /Users/yves/Projects/xtd/xtd/xtd.properties/xtd.properties/CMakeLists.txt */ = {isa = PBXFileReference; explicitFileType = sourcecode.text; fileEncoding = 4; name = CMakeLists.txt; path = CMakeLists.txt; sourceTree = SOURCE_ROOT; }; - D918518F6AC14536B58BC2C6 /* /Users/yves/Projects/xtd/xtd/xtd.properties/xtd.properties/CMakeLists.txt */ = {isa = PBXFileReference; explicitFileType = sourcecode.text; fileEncoding = 4; name = CMakeLists.txt; path = CMakeLists.txt; sourceTree = SOURCE_ROOT; }; - FA65A0011BBF401FBE4F5F28 /* /Users/yves/Projects/xtd/xtd/xtd.properties/xtd.properties/include/xtd/properties.hpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.h; fileEncoding = 4; name = properties.hpp; path = include/xtd/properties.hpp; sourceTree = SOURCE_ROOT; }; -/* End PBXFileReference section */ - -/* Begin PBXGroup section */ - 169EDCFBAA8E4C39AE72F0C2 /* Products */ = { - isa = PBXGroup; - children = ( - 4AE3C21A446E47AA86CEBA80 /* xtd.properties */, - ); - name = Products; - sourceTree = ""; - }; - 33D87CED67F041A9A2E0AA3F /* src */ = { - isa = PBXGroup; - children = ( - 94D053CEC90149949A6D6F53 /* /Users/yves/Projects/xtd/xtd/xtd.properties/xtd.properties/src/properties.cpp */, - ); - name = src; - sourceTree = ""; - }; - 3813346A76A84A6BA37E4CF3 /* include */ = { - isa = PBXGroup; - children = ( - 9454B796A1B14EB28FCA5ABB /* /Users/yves/Projects/xtd/xtd/xtd.properties/xtd.properties/include/xtd/properties */, - FA65A0011BBF401FBE4F5F28 /* /Users/yves/Projects/xtd/xtd/xtd.properties/xtd.properties/include/xtd/properties.hpp */, - ); - name = include; - sourceTree = ""; - }; - 617B0C77549E43B991B16AD2 /* xtd.properties */ = { - isa = PBXGroup; - children = ( - 3813346A76A84A6BA37E4CF3 /* include */, - 33D87CED67F041A9A2E0AA3F /* src */, - D918518F6AC14536B58BC2C6 /* /Users/yves/Projects/xtd/xtd/xtd.properties/xtd.properties/CMakeLists.txt */, - ); - name = xtd.properties; - sourceTree = ""; - }; - 953B09A295214188BEEC0F4F /* xtd */ = { - isa = PBXGroup; - children = ( - E6A86171F1A548BEACF56719 /* src */, - ); - name = xtd; - sourceTree = ""; - }; - 9B23E6860BEE43ED896E3EAD = { - isa = PBXGroup; - children = ( - 953B09A295214188BEEC0F4F /* xtd */, - CBEC6E078BA8479AB52D8A19 /* ALL_BUILD */, - 169EDCFBAA8E4C39AE72F0C2 /* Products */, - ); - sourceTree = ""; - }; - CBEC6E078BA8479AB52D8A19 /* ALL_BUILD */ = { - isa = PBXGroup; - children = ( - E0D0B1308B6D45BB964D0885 /* CMake Rules */, - 9FA2A7F0346D4A1D9084BA85 /* /Users/yves/Projects/xtd/xtd/xtd.properties/xtd.properties/CMakeLists.txt */, - ); - name = ALL_BUILD; - sourceTree = ""; - }; - E0D0B1308B6D45BB964D0885 /* CMake Rules */ = { - isa = PBXGroup; - children = ( - ); - name = "CMake Rules"; - sourceTree = ""; - }; - E6A86171F1A548BEACF56719 /* src */ = { - isa = PBXGroup; - children = ( - 617B0C77549E43B991B16AD2 /* xtd.properties */, - ); - name = src; - sourceTree = ""; - }; -/* End PBXGroup section */ - -/* Begin PBXNativeTarget section */ - B6A8B7F52CD447538E925BAD /* xtd.properties */ = { - isa = PBXNativeTarget; - buildConfigurationList = 4F3608B47DAC4C6DB51F82EF /* Build configuration list for PBXNativeTarget "xtd.properties" */; - buildPhases = ( - D79418E75B3841089337DAF5 /* Sources */, - ); - buildRules = ( - ); - dependencies = ( - 5F247B169BB64798B440D1E6 /* PBXTargetDependency */, - ); - name = xtd.properties; - productName = xtd.properties; - productReference = 4AE3C21A446E47AA86CEBA80 /* xtd.properties */; - productType = "com.apple.product-type.library.static"; - }; -/* End PBXNativeTarget section */ - -/* Begin PBXProject section */ - EDD860611BAE43B88E7904BF /* Project object */ = { - isa = PBXProject; - attributes = { - BuildIndependentTargetsInParallel = YES; - LastUpgradeCheck = 1010; - }; - buildConfigurationList = FEFD5F86643E48F5B8E1D1FE /* Build configuration list for PBXProject "xtd.properties" */; - buildSettings = { - }; - buildStyles = ( - 399496CDF3B2415793BE22A0 /* Debug */, - 98C23486ACEF41AD88311378 /* Release */, - A4384FB1925A4D40AF8A8BA3 /* MinSizeRel */, - 864D73D1345D4CE3A41B0D70 /* RelWithDebInfo */, - ); - compatibilityVersion = "Xcode 3.2"; - hasScannedForEncodings = 0; - mainGroup = 9B23E6860BEE43ED896E3EAD; - projectDirPath = ../../../xtd.properties/xtd.properties; - projectRoot = ""; - targets = ( - 50394EEE1BD24C4FB2A4CE92 /* ALL_BUILD */, - 5FC237F2D4EF4159A3B85902 /* ZERO_CHECK */, - D8AC47AE86EC421F9902C1EF /* install */, - B6A8B7F52CD447538E925BAD /* xtd.properties */, - ); - }; -/* End PBXProject section */ - -/* Begin PBXShellScriptBuildPhase section */ - 2A69C205E23B4594AD63E555 /* CMake PostBuild Rules */ = { - isa = PBXShellScriptBuildPhase; - buildActionMask = 2147483647; - files = ( - ); - name = "CMake PostBuild Rules"; - runOnlyForDeploymentPostprocessing = 0; - shellPath = /bin/sh; - shellScript = "make -C /Users/yves/Projects/xtd/xtd/build/xtd.properties/xtd.properties -f /Users/yves/Projects/xtd/xtd/build/xtd.properties/xtd.properties/CMakeScripts/install_postBuildPhase.make$CONFIGURATION all"; - showEnvVarsInLog = 0; - }; - 428CD894630843E58069C6A4 /* CMake Rules */ = { - isa = PBXShellScriptBuildPhase; - buildActionMask = 2147483647; - files = ( - ); - name = "CMake Rules"; - runOnlyForDeploymentPostprocessing = 0; - shellPath = /bin/sh; - shellScript = "make -C /Users/yves/Projects/xtd/xtd/build/xtd.properties/xtd.properties -f /Users/yves/Projects/xtd/xtd/build/xtd.properties/xtd.properties/CMakeScripts/ZERO_CHECK_cmakeRulesBuildPhase.make$CONFIGURATION all"; - showEnvVarsInLog = 0; - }; - BC8E7BD862C94EE4ABF7F524 = { - isa = PBXShellScriptBuildPhase; - buildActionMask = 2147483647; - files = ( - ); - inputPaths = ( - ); - outputPaths = ( - ); - runOnlyForDeploymentPostprocessing = 0; - shellPath = /bin/sh; - shellScript = "# shell script goes here -exit 0"; - showEnvVarsInLog = 0; - }; - CDFB7880771243088FEA4B8E /* CMake Rules */ = { - isa = PBXShellScriptBuildPhase; - buildActionMask = 2147483647; - files = ( - ); - name = "CMake Rules"; - runOnlyForDeploymentPostprocessing = 0; - shellPath = /bin/sh; - shellScript = "make -C /Users/yves/Projects/xtd/xtd/build/xtd.properties/xtd.properties -f /Users/yves/Projects/xtd/xtd/build/xtd.properties/xtd.properties/CMakeScripts/ALL_BUILD_cmakeRulesBuildPhase.make$CONFIGURATION all"; - showEnvVarsInLog = 0; - }; - D1F8E62D15534C0DBC9F5BC4 = { - isa = PBXShellScriptBuildPhase; - buildActionMask = 2147483647; - files = ( - ); - inputPaths = ( - ); - outputPaths = ( - ); - runOnlyForDeploymentPostprocessing = 0; - shellPath = /bin/sh; - shellScript = "# shell script goes here -exit 0"; - showEnvVarsInLog = 0; - }; - E426B56029BC44F4AE2C8728 = { - isa = PBXShellScriptBuildPhase; - buildActionMask = 2147483647; - files = ( - ); - inputPaths = ( - ); - outputPaths = ( - ); - runOnlyForDeploymentPostprocessing = 0; - shellPath = /bin/sh; - shellScript = "# shell script goes here -exit 0"; - showEnvVarsInLog = 0; - }; -/* End PBXShellScriptBuildPhase section */ - -/* Begin PBXSourcesBuildPhase section */ - D79418E75B3841089337DAF5 /* Sources */ = { - isa = PBXSourcesBuildPhase; - buildActionMask = 2147483647; - files = ( - 7D8CCAD9BEC945E8BB100848 /* /Users/yves/Projects/xtd/xtd/xtd.properties/xtd.properties/src/properties.cpp */, - ); - runOnlyForDeploymentPostprocessing = 0; - }; -/* End PBXSourcesBuildPhase section */ - -/* Begin PBXTargetDependency section */ - 0EDCBB8145AA4DFBA668041E /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - target = 50394EEE1BD24C4FB2A4CE92 /* ALL_BUILD */; - targetProxy = 77AAC189478C49FBA06DD6AC /* PBXContainerItemProxy */; - }; - 55961DD16B474EF69D1E8DCB /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - target = 5FC237F2D4EF4159A3B85902 /* ZERO_CHECK */; - targetProxy = 01C3B25FDB95418BB607B08D /* PBXContainerItemProxy */; - }; - 5F247B169BB64798B440D1E6 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - target = 5FC237F2D4EF4159A3B85902 /* ZERO_CHECK */; - targetProxy = 0ADB1ECF1F304C11AA21A6ED /* PBXContainerItemProxy */; - }; - D37B7FBB796B474CBFD464C2 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - target = B6A8B7F52CD447538E925BAD /* xtd.properties */; - targetProxy = 253C92243B7547AE8A665FB0 /* PBXContainerItemProxy */; - }; -/* End PBXTargetDependency section */ - -/* Begin XCBuildConfiguration section */ - 0BB221645A01419F84CD91A6 /* MinSizeRel */ = { - isa = XCBuildConfiguration; - buildSettings = { - COMBINE_HIDPI_IMAGES = YES; - GCC_GENERATE_DEBUGGING_SYMBOLS = YES; - GCC_INLINES_ARE_PRIVATE_EXTERN = NO; - GCC_OPTIMIZATION_LEVEL = 0; - GCC_PREPROCESSOR_DEFINITIONS = ("'CMAKE_INTDIR=\"$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME)\"'"); - GCC_SYMBOLS_PRIVATE_EXTERN = NO; - INSTALL_PATH = ""; - OTHER_LDFLAGS = " "; - OTHER_REZFLAGS = ""; - PRODUCT_NAME = ZERO_CHECK; - SECTORDER_FLAGS = ""; - SYMROOT = /Users/yves/Projects/xtd/xtd/build/xtd.properties/xtd.properties; - USE_HEADERMAP = NO; - WARNING_CFLAGS = ("-Wmost","-Wno-four-char-constants","-Wno-unknown-pragmas","$(inherited)"); - }; - name = MinSizeRel; - }; - 12DFED9AA14247ABADB2A51E /* Debug */ = { - isa = XCBuildConfiguration; - buildSettings = { - COMBINE_HIDPI_IMAGES = YES; - GCC_GENERATE_DEBUGGING_SYMBOLS = YES; - GCC_INLINES_ARE_PRIVATE_EXTERN = NO; - GCC_OPTIMIZATION_LEVEL = 0; - GCC_PREPROCESSOR_DEFINITIONS = ("'CMAKE_INTDIR=\"$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME)\"'"); - GCC_SYMBOLS_PRIVATE_EXTERN = NO; - INSTALL_PATH = ""; - OTHER_LDFLAGS = " "; - OTHER_REZFLAGS = ""; - PRODUCT_NAME = ZERO_CHECK; - SECTORDER_FLAGS = ""; - SYMROOT = /Users/yves/Projects/xtd/xtd/build/xtd.properties/xtd.properties; - USE_HEADERMAP = NO; - WARNING_CFLAGS = ("-Wmost","-Wno-four-char-constants","-Wno-unknown-pragmas","$(inherited)"); - }; - name = Debug; - }; - 132E6484520D488F9C5219E4 /* Release */ = { - isa = XCBuildConfiguration; - buildSettings = { - ONLY_ACTIVE_ARCH = YES; - SDKROOT = /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk; - SYMROOT = /Users/yves/Projects/xtd/xtd/build/xtd.properties/xtd.properties/build; - }; - name = Release; - }; - 3C6D8D89406B4A12A6E0E6C2 /* Debug */ = { - isa = XCBuildConfiguration; - buildSettings = { - ONLY_ACTIVE_ARCH = YES; - SDKROOT = /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk; - SYMROOT = /Users/yves/Projects/xtd/xtd/build/xtd.properties/xtd.properties/build; - }; - name = Debug; - }; - 41ED1AF5E69C471DA1FC195F /* RelWithDebInfo */ = { - isa = XCBuildConfiguration; - buildSettings = { - COMBINE_HIDPI_IMAGES = YES; - EXECUTABLE_PREFIX = lib; - EXECUTABLE_SUFFIX = .a; - GCC_GENERATE_DEBUGGING_SYMBOLS = YES; - GCC_INLINES_ARE_PRIVATE_EXTERN = NO; - GCC_OPTIMIZATION_LEVEL = 2; - GCC_PREPROCESSOR_DEFINITIONS = ("'CMAKE_INTDIR=\"$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME)\"'"); - GCC_SYMBOLS_PRIVATE_EXTERN = NO; - HEADER_SEARCH_PATHS = (/Users/yves/Projects/xtd/xtd/xtd.properties/xtd.properties/include); - INSTALL_PATH = ""; - LIBRARY_STYLE = STATIC; - OTHER_CPLUSPLUSFLAGS = " -DNDEBUG '-std=gnu++1z' "; - OTHER_LIBTOOLFLAGS = " "; - OTHER_REZFLAGS = ""; - PRODUCT_NAME = xtd.properties; - SECTORDER_FLAGS = ""; - SYMROOT = /Users/yves/Projects/xtd/xtd/build/xtd.properties/xtd.properties; - USE_HEADERMAP = NO; - WARNING_CFLAGS = ("-Wmost","-Wno-four-char-constants","-Wno-unknown-pragmas","$(inherited)"); - }; - name = RelWithDebInfo; - }; - 547EA5397C6E4210A2975A53 /* Release */ = { - isa = XCBuildConfiguration; - buildSettings = { - COMBINE_HIDPI_IMAGES = YES; - EXECUTABLE_PREFIX = lib; - EXECUTABLE_SUFFIX = .a; - GCC_GENERATE_DEBUGGING_SYMBOLS = NO; - GCC_INLINES_ARE_PRIVATE_EXTERN = NO; - GCC_OPTIMIZATION_LEVEL = 3; - GCC_PREPROCESSOR_DEFINITIONS = ("'CMAKE_INTDIR=\"$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME)\"'"); - GCC_SYMBOLS_PRIVATE_EXTERN = NO; - HEADER_SEARCH_PATHS = (/Users/yves/Projects/xtd/xtd/xtd.properties/xtd.properties/include); - INSTALL_PATH = ""; - LIBRARY_STYLE = STATIC; - OTHER_CPLUSPLUSFLAGS = " -DNDEBUG '-std=gnu++1z' "; - OTHER_LIBTOOLFLAGS = " "; - OTHER_REZFLAGS = ""; - PRODUCT_NAME = xtd.properties; - SECTORDER_FLAGS = ""; - SYMROOT = /Users/yves/Projects/xtd/xtd/build/xtd.properties/xtd.properties; - USE_HEADERMAP = NO; - WARNING_CFLAGS = ("-Wmost","-Wno-four-char-constants","-Wno-unknown-pragmas","$(inherited)"); - }; - name = Release; - }; - 578D33AFDF5B4835995C8AAB /* RelWithDebInfo */ = { - isa = XCBuildConfiguration; - buildSettings = { - ONLY_ACTIVE_ARCH = YES; - SDKROOT = /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk; - SYMROOT = /Users/yves/Projects/xtd/xtd/build/xtd.properties/xtd.properties/build; - }; - name = RelWithDebInfo; - }; - 7B02768F54094C14AD950A0D /* Release */ = { - isa = XCBuildConfiguration; - buildSettings = { - COMBINE_HIDPI_IMAGES = YES; - GCC_GENERATE_DEBUGGING_SYMBOLS = YES; - GCC_INLINES_ARE_PRIVATE_EXTERN = NO; - GCC_OPTIMIZATION_LEVEL = 0; - GCC_PREPROCESSOR_DEFINITIONS = ("'CMAKE_INTDIR=\"$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME)\"'"); - GCC_SYMBOLS_PRIVATE_EXTERN = NO; - INSTALL_PATH = ""; - OTHER_LDFLAGS = " "; - OTHER_REZFLAGS = ""; - PRODUCT_NAME = ALL_BUILD; - SECTORDER_FLAGS = ""; - SYMROOT = /Users/yves/Projects/xtd/xtd/build/xtd.properties/xtd.properties; - USE_HEADERMAP = NO; - WARNING_CFLAGS = ("-Wmost","-Wno-four-char-constants","-Wno-unknown-pragmas","$(inherited)"); - }; - name = Release; - }; - 7D141A5694894BFD9BD97A1B /* MinSizeRel */ = { - isa = XCBuildConfiguration; - buildSettings = { - ONLY_ACTIVE_ARCH = YES; - SDKROOT = /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk; - SYMROOT = /Users/yves/Projects/xtd/xtd/build/xtd.properties/xtd.properties/build; - }; - name = MinSizeRel; - }; - 8506C4412BD8424789566859 /* RelWithDebInfo */ = { - isa = XCBuildConfiguration; - buildSettings = { - COMBINE_HIDPI_IMAGES = YES; - GCC_GENERATE_DEBUGGING_SYMBOLS = YES; - GCC_INLINES_ARE_PRIVATE_EXTERN = NO; - GCC_OPTIMIZATION_LEVEL = 0; - GCC_PREPROCESSOR_DEFINITIONS = ("'CMAKE_INTDIR=\"$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME)\"'"); - GCC_SYMBOLS_PRIVATE_EXTERN = NO; - INSTALL_PATH = ""; - OTHER_LDFLAGS = " "; - OTHER_REZFLAGS = ""; - PRODUCT_NAME = install; - SECTORDER_FLAGS = ""; - SYMROOT = /Users/yves/Projects/xtd/xtd/build/xtd.properties/xtd.properties; - USE_HEADERMAP = NO; - WARNING_CFLAGS = ("-Wmost","-Wno-four-char-constants","-Wno-unknown-pragmas","$(inherited)"); - }; - name = RelWithDebInfo; - }; - 9004E7E462774F8C8693C2BB /* MinSizeRel */ = { - isa = XCBuildConfiguration; - buildSettings = { - COMBINE_HIDPI_IMAGES = YES; - GCC_GENERATE_DEBUGGING_SYMBOLS = YES; - GCC_INLINES_ARE_PRIVATE_EXTERN = NO; - GCC_OPTIMIZATION_LEVEL = 0; - GCC_PREPROCESSOR_DEFINITIONS = ("'CMAKE_INTDIR=\"$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME)\"'"); - GCC_SYMBOLS_PRIVATE_EXTERN = NO; - INSTALL_PATH = ""; - OTHER_LDFLAGS = " "; - OTHER_REZFLAGS = ""; - PRODUCT_NAME = ALL_BUILD; - SECTORDER_FLAGS = ""; - SYMROOT = /Users/yves/Projects/xtd/xtd/build/xtd.properties/xtd.properties; - USE_HEADERMAP = NO; - WARNING_CFLAGS = ("-Wmost","-Wno-four-char-constants","-Wno-unknown-pragmas","$(inherited)"); - }; - name = MinSizeRel; - }; - 96ED260108274BD989DFDBC8 /* MinSizeRel */ = { - isa = XCBuildConfiguration; - buildSettings = { - COMBINE_HIDPI_IMAGES = YES; - GCC_GENERATE_DEBUGGING_SYMBOLS = YES; - GCC_INLINES_ARE_PRIVATE_EXTERN = NO; - GCC_OPTIMIZATION_LEVEL = 0; - GCC_PREPROCESSOR_DEFINITIONS = ("'CMAKE_INTDIR=\"$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME)\"'"); - GCC_SYMBOLS_PRIVATE_EXTERN = NO; - INSTALL_PATH = ""; - OTHER_LDFLAGS = " "; - OTHER_REZFLAGS = ""; - PRODUCT_NAME = install; - SECTORDER_FLAGS = ""; - SYMROOT = /Users/yves/Projects/xtd/xtd/build/xtd.properties/xtd.properties; - USE_HEADERMAP = NO; - WARNING_CFLAGS = ("-Wmost","-Wno-four-char-constants","-Wno-unknown-pragmas","$(inherited)"); - }; - name = MinSizeRel; - }; - ADE02E8A3737415FBCB972EE /* RelWithDebInfo */ = { - isa = XCBuildConfiguration; - buildSettings = { - COMBINE_HIDPI_IMAGES = YES; - GCC_GENERATE_DEBUGGING_SYMBOLS = YES; - GCC_INLINES_ARE_PRIVATE_EXTERN = NO; - GCC_OPTIMIZATION_LEVEL = 0; - GCC_PREPROCESSOR_DEFINITIONS = ("'CMAKE_INTDIR=\"$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME)\"'"); - GCC_SYMBOLS_PRIVATE_EXTERN = NO; - INSTALL_PATH = ""; - OTHER_LDFLAGS = " "; - OTHER_REZFLAGS = ""; - PRODUCT_NAME = ZERO_CHECK; - SECTORDER_FLAGS = ""; - SYMROOT = /Users/yves/Projects/xtd/xtd/build/xtd.properties/xtd.properties; - USE_HEADERMAP = NO; - WARNING_CFLAGS = ("-Wmost","-Wno-four-char-constants","-Wno-unknown-pragmas","$(inherited)"); - }; - name = RelWithDebInfo; - }; - B9A36BC16E684EE498B844FC /* Debug */ = { - isa = XCBuildConfiguration; - buildSettings = { - COMBINE_HIDPI_IMAGES = YES; - GCC_GENERATE_DEBUGGING_SYMBOLS = YES; - GCC_INLINES_ARE_PRIVATE_EXTERN = NO; - GCC_OPTIMIZATION_LEVEL = 0; - GCC_PREPROCESSOR_DEFINITIONS = ("'CMAKE_INTDIR=\"$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME)\"'"); - GCC_SYMBOLS_PRIVATE_EXTERN = NO; - INSTALL_PATH = ""; - OTHER_LDFLAGS = " "; - OTHER_REZFLAGS = ""; - PRODUCT_NAME = install; - SECTORDER_FLAGS = ""; - SYMROOT = /Users/yves/Projects/xtd/xtd/build/xtd.properties/xtd.properties; - USE_HEADERMAP = NO; - WARNING_CFLAGS = ("-Wmost","-Wno-four-char-constants","-Wno-unknown-pragmas","$(inherited)"); - }; - name = Debug; - }; - BCB09211AEC448708895B8D7 /* RelWithDebInfo */ = { - isa = XCBuildConfiguration; - buildSettings = { - COMBINE_HIDPI_IMAGES = YES; - GCC_GENERATE_DEBUGGING_SYMBOLS = YES; - GCC_INLINES_ARE_PRIVATE_EXTERN = NO; - GCC_OPTIMIZATION_LEVEL = 0; - GCC_PREPROCESSOR_DEFINITIONS = ("'CMAKE_INTDIR=\"$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME)\"'"); - GCC_SYMBOLS_PRIVATE_EXTERN = NO; - INSTALL_PATH = ""; - OTHER_LDFLAGS = " "; - OTHER_REZFLAGS = ""; - PRODUCT_NAME = ALL_BUILD; - SECTORDER_FLAGS = ""; - SYMROOT = /Users/yves/Projects/xtd/xtd/build/xtd.properties/xtd.properties; - USE_HEADERMAP = NO; - WARNING_CFLAGS = ("-Wmost","-Wno-four-char-constants","-Wno-unknown-pragmas","$(inherited)"); - }; - name = RelWithDebInfo; - }; - BF919C4D3F9F4146949BDC2E /* Release */ = { - isa = XCBuildConfiguration; - buildSettings = { - COMBINE_HIDPI_IMAGES = YES; - GCC_GENERATE_DEBUGGING_SYMBOLS = YES; - GCC_INLINES_ARE_PRIVATE_EXTERN = NO; - GCC_OPTIMIZATION_LEVEL = 0; - GCC_PREPROCESSOR_DEFINITIONS = ("'CMAKE_INTDIR=\"$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME)\"'"); - GCC_SYMBOLS_PRIVATE_EXTERN = NO; - INSTALL_PATH = ""; - OTHER_LDFLAGS = " "; - OTHER_REZFLAGS = ""; - PRODUCT_NAME = ZERO_CHECK; - SECTORDER_FLAGS = ""; - SYMROOT = /Users/yves/Projects/xtd/xtd/build/xtd.properties/xtd.properties; - USE_HEADERMAP = NO; - WARNING_CFLAGS = ("-Wmost","-Wno-four-char-constants","-Wno-unknown-pragmas","$(inherited)"); - }; - name = Release; - }; - DA8189362B294ADCAD260906 /* Release */ = { - isa = XCBuildConfiguration; - buildSettings = { - COMBINE_HIDPI_IMAGES = YES; - GCC_GENERATE_DEBUGGING_SYMBOLS = YES; - GCC_INLINES_ARE_PRIVATE_EXTERN = NO; - GCC_OPTIMIZATION_LEVEL = 0; - GCC_PREPROCESSOR_DEFINITIONS = ("'CMAKE_INTDIR=\"$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME)\"'"); - GCC_SYMBOLS_PRIVATE_EXTERN = NO; - INSTALL_PATH = ""; - OTHER_LDFLAGS = " "; - OTHER_REZFLAGS = ""; - PRODUCT_NAME = install; - SECTORDER_FLAGS = ""; - SYMROOT = /Users/yves/Projects/xtd/xtd/build/xtd.properties/xtd.properties; - USE_HEADERMAP = NO; - WARNING_CFLAGS = ("-Wmost","-Wno-four-char-constants","-Wno-unknown-pragmas","$(inherited)"); - }; - name = Release; - }; - E565095449464FD2B12A1CAA /* Debug */ = { - isa = XCBuildConfiguration; - buildSettings = { - COMBINE_HIDPI_IMAGES = YES; - GCC_GENERATE_DEBUGGING_SYMBOLS = YES; - GCC_INLINES_ARE_PRIVATE_EXTERN = NO; - GCC_OPTIMIZATION_LEVEL = 0; - GCC_PREPROCESSOR_DEFINITIONS = ("'CMAKE_INTDIR=\"$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME)\"'"); - GCC_SYMBOLS_PRIVATE_EXTERN = NO; - INSTALL_PATH = ""; - OTHER_LDFLAGS = " "; - OTHER_REZFLAGS = ""; - PRODUCT_NAME = ALL_BUILD; - SECTORDER_FLAGS = ""; - SYMROOT = /Users/yves/Projects/xtd/xtd/build/xtd.properties/xtd.properties; - USE_HEADERMAP = NO; - WARNING_CFLAGS = ("-Wmost","-Wno-four-char-constants","-Wno-unknown-pragmas","$(inherited)"); - }; - name = Debug; - }; - F31D418FBEDC45A0BAAE4AA7 /* Debug */ = { - isa = XCBuildConfiguration; - buildSettings = { - COMBINE_HIDPI_IMAGES = YES; - EXECUTABLE_PREFIX = lib; - EXECUTABLE_SUFFIX = .a; - GCC_GENERATE_DEBUGGING_SYMBOLS = YES; - GCC_INLINES_ARE_PRIVATE_EXTERN = NO; - GCC_OPTIMIZATION_LEVEL = 0; - GCC_PREPROCESSOR_DEFINITIONS = ("'CMAKE_INTDIR=\"$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME)\"'"); - GCC_SYMBOLS_PRIVATE_EXTERN = NO; - HEADER_SEARCH_PATHS = (/Users/yves/Projects/xtd/xtd/xtd.properties/xtd.properties/include); - INSTALL_PATH = ""; - LIBRARY_STYLE = STATIC; - OTHER_CPLUSPLUSFLAGS = " '-std=gnu++1z' "; - OTHER_LIBTOOLFLAGS = " "; - OTHER_REZFLAGS = ""; - PRODUCT_NAME = xtd.properties; - SECTORDER_FLAGS = ""; - SYMROOT = /Users/yves/Projects/xtd/xtd/build/xtd.properties/xtd.properties; - USE_HEADERMAP = NO; - WARNING_CFLAGS = ("-Wmost","-Wno-four-char-constants","-Wno-unknown-pragmas","$(inherited)"); - }; - name = Debug; - }; - FA68A92385034C7DA6CF19CF /* MinSizeRel */ = { - isa = XCBuildConfiguration; - buildSettings = { - COMBINE_HIDPI_IMAGES = YES; - EXECUTABLE_PREFIX = lib; - EXECUTABLE_SUFFIX = .a; - GCC_GENERATE_DEBUGGING_SYMBOLS = NO; - GCC_INLINES_ARE_PRIVATE_EXTERN = NO; - GCC_OPTIMIZATION_LEVEL = s; - GCC_PREPROCESSOR_DEFINITIONS = ("'CMAKE_INTDIR=\"$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME)\"'"); - GCC_SYMBOLS_PRIVATE_EXTERN = NO; - HEADER_SEARCH_PATHS = (/Users/yves/Projects/xtd/xtd/xtd.properties/xtd.properties/include); - INSTALL_PATH = ""; - LIBRARY_STYLE = STATIC; - OTHER_CPLUSPLUSFLAGS = " -DNDEBUG '-std=gnu++1z' "; - OTHER_LIBTOOLFLAGS = " "; - OTHER_REZFLAGS = ""; - PRODUCT_NAME = xtd.properties; - SECTORDER_FLAGS = ""; - SYMROOT = /Users/yves/Projects/xtd/xtd/build/xtd.properties/xtd.properties; - USE_HEADERMAP = NO; - WARNING_CFLAGS = ("-Wmost","-Wno-four-char-constants","-Wno-unknown-pragmas","$(inherited)"); - }; - name = MinSizeRel; - }; -/* End XCBuildConfiguration section */ - -/* Begin XCConfigurationList section */ - 4F3608B47DAC4C6DB51F82EF /* Build configuration list for PBXNativeTarget "xtd.properties" */ = { - isa = XCConfigurationList; - buildConfigurations = ( - F31D418FBEDC45A0BAAE4AA7 /* Debug */, - 547EA5397C6E4210A2975A53 /* Release */, - FA68A92385034C7DA6CF19CF /* MinSizeRel */, - 41ED1AF5E69C471DA1FC195F /* RelWithDebInfo */, - ); - defaultConfigurationIsVisible = 0; - defaultConfigurationName = Debug; - }; - 72F0F0EE3650431497735ED5 /* Build configuration list for PBXAggregateTarget "install" */ = { - isa = XCConfigurationList; - buildConfigurations = ( - B9A36BC16E684EE498B844FC /* Debug */, - DA8189362B294ADCAD260906 /* Release */, - 96ED260108274BD989DFDBC8 /* MinSizeRel */, - 8506C4412BD8424789566859 /* RelWithDebInfo */, - ); - defaultConfigurationIsVisible = 0; - defaultConfigurationName = Debug; - }; - 7D4B64FEE6A949FFA07CB013 /* Build configuration list for PBXAggregateTarget "ALL_BUILD" */ = { - isa = XCConfigurationList; - buildConfigurations = ( - E565095449464FD2B12A1CAA /* Debug */, - 7B02768F54094C14AD950A0D /* Release */, - 9004E7E462774F8C8693C2BB /* MinSizeRel */, - BCB09211AEC448708895B8D7 /* RelWithDebInfo */, - ); - defaultConfigurationIsVisible = 0; - defaultConfigurationName = Debug; - }; - 9A20DE5D58854E159412145B /* Build configuration list for PBXAggregateTarget "ZERO_CHECK" */ = { - isa = XCConfigurationList; - buildConfigurations = ( - 12DFED9AA14247ABADB2A51E /* Debug */, - BF919C4D3F9F4146949BDC2E /* Release */, - 0BB221645A01419F84CD91A6 /* MinSizeRel */, - ADE02E8A3737415FBCB972EE /* RelWithDebInfo */, - ); - defaultConfigurationIsVisible = 0; - defaultConfigurationName = Debug; - }; - FEFD5F86643E48F5B8E1D1FE /* Build configuration list for PBXProject "xtd.properties" */ = { - isa = XCConfigurationList; - buildConfigurations = ( - 3C6D8D89406B4A12A6E0E6C2 /* Debug */, - 132E6484520D488F9C5219E4 /* Release */, - 7D141A5694894BFD9BD97A1B /* MinSizeRel */, - 578D33AFDF5B4835995C8AAB /* RelWithDebInfo */, - ); - defaultConfigurationIsVisible = 0; - defaultConfigurationName = Debug; - }; -/* End XCConfigurationList section */ - }; - rootObject = EDD860611BAE43B88E7904BF /* Project object */; -} diff --git a/build/xtd.properties/xtd.properties/xtd.properties.xcodeproj/project.xcworkspace/xcshareddata/WorkspaceSettings.xcsettings b/build/xtd.properties/xtd.properties/xtd.properties.xcodeproj/project.xcworkspace/xcshareddata/WorkspaceSettings.xcsettings deleted file mode 100644 index e7eab23838d0..000000000000 --- a/build/xtd.properties/xtd.properties/xtd.properties.xcodeproj/project.xcworkspace/xcshareddata/WorkspaceSettings.xcsettings +++ /dev/null @@ -1,8 +0,0 @@ - - - - - BuildSystemType - Original - - diff --git a/build/xtd.properties/xtd.properties/xtd.propertiesConfig.cmake b/build/xtd.properties/xtd.properties/xtd.propertiesConfig.cmake deleted file mode 100644 index c2a2df375750..000000000000 --- a/build/xtd.properties/xtd.properties/xtd.propertiesConfig.cmake +++ /dev/null @@ -1,14 +0,0 @@ -include(CMakeFindDependencyMacro) -include("${CMAKE_CURRENT_LIST_DIR}/xtd.properties.cmake") - -get_filename_component(xtd.properties_INCLUDE_DIRS "${CMAKE_CURRENT_LIST_DIR}/../include" ABSOLUTE) -get_filename_component(xtd.properties_LIBRARIES_DIRS "${CMAKE_CURRENT_LIST_DIR}/../lib" ABSOLUTE) - -set(xtd.properties_LIBRARIES xtd.properties) -set(xtd.properties_FOUND TRUE) - -set(CMAKE_CXX_STANDARD 17) -set(CMAKE_CXX_STANDARD_REQUIRED ON) -if (MSVC) - set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} /utf-8") -endif () diff --git a/build/xtd.strings/xtd.strings/CMakeFiles/Export/cmake/xtd.strings-debug.cmake b/build/xtd.strings/xtd.strings/CMakeFiles/Export/cmake/xtd.strings-debug.cmake deleted file mode 100644 index 80bd60fc8074..000000000000 --- a/build/xtd.strings/xtd.strings/CMakeFiles/Export/cmake/xtd.strings-debug.cmake +++ /dev/null @@ -1,19 +0,0 @@ -#---------------------------------------------------------------- -# Generated CMake target import file for configuration "Debug". -#---------------------------------------------------------------- - -# Commands may need to know the format version. -set(CMAKE_IMPORT_FILE_VERSION 1) - -# Import target "xtd.strings" for configuration "Debug" -set_property(TARGET xtd.strings APPEND PROPERTY IMPORTED_CONFIGURATIONS DEBUG) -set_target_properties(xtd.strings PROPERTIES - IMPORTED_LINK_INTERFACE_LANGUAGES_DEBUG "CXX" - IMPORTED_LOCATION_DEBUG "${_IMPORT_PREFIX}/lib/libxtd.strings.a" - ) - -list(APPEND _IMPORT_CHECK_TARGETS xtd.strings ) -list(APPEND _IMPORT_CHECK_FILES_FOR_xtd.strings "${_IMPORT_PREFIX}/lib/libxtd.strings.a" ) - -# Commands beyond this point should not need to know the version. -set(CMAKE_IMPORT_FILE_VERSION) diff --git a/build/xtd.strings/xtd.strings/CMakeFiles/Export/cmake/xtd.strings-minsizerel.cmake b/build/xtd.strings/xtd.strings/CMakeFiles/Export/cmake/xtd.strings-minsizerel.cmake deleted file mode 100644 index b6f27cf99c5e..000000000000 --- a/build/xtd.strings/xtd.strings/CMakeFiles/Export/cmake/xtd.strings-minsizerel.cmake +++ /dev/null @@ -1,19 +0,0 @@ -#---------------------------------------------------------------- -# Generated CMake target import file for configuration "MinSizeRel". -#---------------------------------------------------------------- - -# Commands may need to know the format version. -set(CMAKE_IMPORT_FILE_VERSION 1) - -# Import target "xtd.strings" for configuration "MinSizeRel" -set_property(TARGET xtd.strings APPEND PROPERTY IMPORTED_CONFIGURATIONS MINSIZEREL) -set_target_properties(xtd.strings PROPERTIES - IMPORTED_LINK_INTERFACE_LANGUAGES_MINSIZEREL "CXX" - IMPORTED_LOCATION_MINSIZEREL "${_IMPORT_PREFIX}/lib/libxtd.strings.a" - ) - -list(APPEND _IMPORT_CHECK_TARGETS xtd.strings ) -list(APPEND _IMPORT_CHECK_FILES_FOR_xtd.strings "${_IMPORT_PREFIX}/lib/libxtd.strings.a" ) - -# Commands beyond this point should not need to know the version. -set(CMAKE_IMPORT_FILE_VERSION) diff --git a/build/xtd.strings/xtd.strings/CMakeFiles/Export/cmake/xtd.strings-release.cmake b/build/xtd.strings/xtd.strings/CMakeFiles/Export/cmake/xtd.strings-release.cmake deleted file mode 100644 index 5a863e5c6b4b..000000000000 --- a/build/xtd.strings/xtd.strings/CMakeFiles/Export/cmake/xtd.strings-release.cmake +++ /dev/null @@ -1,19 +0,0 @@ -#---------------------------------------------------------------- -# Generated CMake target import file for configuration "Release". -#---------------------------------------------------------------- - -# Commands may need to know the format version. -set(CMAKE_IMPORT_FILE_VERSION 1) - -# Import target "xtd.strings" for configuration "Release" -set_property(TARGET xtd.strings APPEND PROPERTY IMPORTED_CONFIGURATIONS RELEASE) -set_target_properties(xtd.strings PROPERTIES - IMPORTED_LINK_INTERFACE_LANGUAGES_RELEASE "CXX" - IMPORTED_LOCATION_RELEASE "${_IMPORT_PREFIX}/lib/libxtd.strings.a" - ) - -list(APPEND _IMPORT_CHECK_TARGETS xtd.strings ) -list(APPEND _IMPORT_CHECK_FILES_FOR_xtd.strings "${_IMPORT_PREFIX}/lib/libxtd.strings.a" ) - -# Commands beyond this point should not need to know the version. -set(CMAKE_IMPORT_FILE_VERSION) diff --git a/build/xtd.strings/xtd.strings/CMakeFiles/Export/cmake/xtd.strings-relwithdebinfo.cmake b/build/xtd.strings/xtd.strings/CMakeFiles/Export/cmake/xtd.strings-relwithdebinfo.cmake deleted file mode 100644 index 48dc29bafe8a..000000000000 --- a/build/xtd.strings/xtd.strings/CMakeFiles/Export/cmake/xtd.strings-relwithdebinfo.cmake +++ /dev/null @@ -1,19 +0,0 @@ -#---------------------------------------------------------------- -# Generated CMake target import file for configuration "RelWithDebInfo". -#---------------------------------------------------------------- - -# Commands may need to know the format version. -set(CMAKE_IMPORT_FILE_VERSION 1) - -# Import target "xtd.strings" for configuration "RelWithDebInfo" -set_property(TARGET xtd.strings APPEND PROPERTY IMPORTED_CONFIGURATIONS RELWITHDEBINFO) -set_target_properties(xtd.strings PROPERTIES - IMPORTED_LINK_INTERFACE_LANGUAGES_RELWITHDEBINFO "CXX" - IMPORTED_LOCATION_RELWITHDEBINFO "${_IMPORT_PREFIX}/lib/libxtd.strings.a" - ) - -list(APPEND _IMPORT_CHECK_TARGETS xtd.strings ) -list(APPEND _IMPORT_CHECK_FILES_FOR_xtd.strings "${_IMPORT_PREFIX}/lib/libxtd.strings.a" ) - -# Commands beyond this point should not need to know the version. -set(CMAKE_IMPORT_FILE_VERSION) diff --git a/build/xtd.strings/xtd.strings/CMakeFiles/Export/cmake/xtd.strings.cmake b/build/xtd.strings/xtd.strings/CMakeFiles/Export/cmake/xtd.strings.cmake deleted file mode 100644 index bf2976df5131..000000000000 --- a/build/xtd.strings/xtd.strings/CMakeFiles/Export/cmake/xtd.strings.cmake +++ /dev/null @@ -1,92 +0,0 @@ -# Generated by CMake - -if("${CMAKE_MAJOR_VERSION}.${CMAKE_MINOR_VERSION}" LESS 2.5) - message(FATAL_ERROR "CMake >= 2.6.0 required") -endif() -cmake_policy(PUSH) -cmake_policy(VERSION 2.6) -#---------------------------------------------------------------- -# Generated CMake target import file. -#---------------------------------------------------------------- - -# Commands may need to know the format version. -set(CMAKE_IMPORT_FILE_VERSION 1) - -# Protect against multiple inclusion, which would fail when already imported targets are added once more. -set(_targetsDefined) -set(_targetsNotDefined) -set(_expectedTargets) -foreach(_expectedTarget xtd.strings) - list(APPEND _expectedTargets ${_expectedTarget}) - if(NOT TARGET ${_expectedTarget}) - list(APPEND _targetsNotDefined ${_expectedTarget}) - endif() - if(TARGET ${_expectedTarget}) - list(APPEND _targetsDefined ${_expectedTarget}) - endif() -endforeach() -if("${_targetsDefined}" STREQUAL "${_expectedTargets}") - unset(_targetsDefined) - unset(_targetsNotDefined) - unset(_expectedTargets) - set(CMAKE_IMPORT_FILE_VERSION) - cmake_policy(POP) - return() -endif() -if(NOT "${_targetsDefined}" STREQUAL "") - message(FATAL_ERROR "Some (but not all) targets in this export set were already defined.\nTargets Defined: ${_targetsDefined}\nTargets not yet defined: ${_targetsNotDefined}\n") -endif() -unset(_targetsDefined) -unset(_targetsNotDefined) -unset(_expectedTargets) - - -# Compute the installation prefix relative to this file. -get_filename_component(_IMPORT_PREFIX "${CMAKE_CURRENT_LIST_FILE}" PATH) -get_filename_component(_IMPORT_PREFIX "${_IMPORT_PREFIX}" PATH) -if(_IMPORT_PREFIX STREQUAL "/") - set(_IMPORT_PREFIX "") -endif() - -# Create imported target xtd.strings -add_library(xtd.strings STATIC IMPORTED) - -set_target_properties(xtd.strings PROPERTIES - INTERFACE_INCLUDE_DIRECTORIES "${_IMPORT_PREFIX}/include" -) - -# Load information for each installed configuration. -get_filename_component(_DIR "${CMAKE_CURRENT_LIST_FILE}" PATH) -file(GLOB CONFIG_FILES "${_DIR}/xtd.strings-*.cmake") -foreach(f ${CONFIG_FILES}) - include(${f}) -endforeach() - -# Cleanup temporary variables. -set(_IMPORT_PREFIX) - -# Loop over all imported files and verify that they actually exist -foreach(target ${_IMPORT_CHECK_TARGETS} ) - foreach(file ${_IMPORT_CHECK_FILES_FOR_${target}} ) - if(NOT EXISTS "${file}" ) - message(FATAL_ERROR "The imported target \"${target}\" references the file - \"${file}\" -but this file does not exist. Possible reasons include: -* The file was deleted, renamed, or moved to another location. -* An install or uninstall procedure did not complete successfully. -* The installation package was faulty and contained - \"${CMAKE_CURRENT_LIST_FILE}\" -but not all the files it references. -") - endif() - endforeach() - unset(_IMPORT_CHECK_FILES_FOR_${target}) -endforeach() -unset(_IMPORT_CHECK_TARGETS) - -# This file does not depend on other imported targets which have -# been exported from the same project but in a separate export set. - -# Commands beyond this point should not need to know the version. -set(CMAKE_IMPORT_FILE_VERSION) -cmake_policy(POP) diff --git a/build/xtd.strings/xtd.strings/CMakeScripts/ALL_BUILD_cmakeRulesBuildPhase.makeDebug b/build/xtd.strings/xtd.strings/CMakeScripts/ALL_BUILD_cmakeRulesBuildPhase.makeDebug deleted file mode 100644 index 6b4aa2ae3794..000000000000 --- a/build/xtd.strings/xtd.strings/CMakeScripts/ALL_BUILD_cmakeRulesBuildPhase.makeDebug +++ /dev/null @@ -1,10 +0,0 @@ -# Generated by CMake, DO NOT EDIT -# Custom rules for ALL_BUILD -.SUFFIXES: -all: \ - /Users/yves/Projects/xtd/xtd/build/xtd.strings/xtd.strings/CMakeFiles/ALL_BUILD - - -/Users/yves/Projects/xtd/xtd/build/xtd.strings/xtd.strings/CMakeFiles/ALL_BUILD: - echo "" - echo Build\ all\ projects diff --git a/build/xtd.strings/xtd.strings/CMakeScripts/ALL_BUILD_cmakeRulesBuildPhase.makeMinSizeRel b/build/xtd.strings/xtd.strings/CMakeScripts/ALL_BUILD_cmakeRulesBuildPhase.makeMinSizeRel deleted file mode 100644 index 6b4aa2ae3794..000000000000 --- a/build/xtd.strings/xtd.strings/CMakeScripts/ALL_BUILD_cmakeRulesBuildPhase.makeMinSizeRel +++ /dev/null @@ -1,10 +0,0 @@ -# Generated by CMake, DO NOT EDIT -# Custom rules for ALL_BUILD -.SUFFIXES: -all: \ - /Users/yves/Projects/xtd/xtd/build/xtd.strings/xtd.strings/CMakeFiles/ALL_BUILD - - -/Users/yves/Projects/xtd/xtd/build/xtd.strings/xtd.strings/CMakeFiles/ALL_BUILD: - echo "" - echo Build\ all\ projects diff --git a/build/xtd.strings/xtd.strings/CMakeScripts/ALL_BUILD_cmakeRulesBuildPhase.makeRelWithDebInfo b/build/xtd.strings/xtd.strings/CMakeScripts/ALL_BUILD_cmakeRulesBuildPhase.makeRelWithDebInfo deleted file mode 100644 index 6b4aa2ae3794..000000000000 --- a/build/xtd.strings/xtd.strings/CMakeScripts/ALL_BUILD_cmakeRulesBuildPhase.makeRelWithDebInfo +++ /dev/null @@ -1,10 +0,0 @@ -# Generated by CMake, DO NOT EDIT -# Custom rules for ALL_BUILD -.SUFFIXES: -all: \ - /Users/yves/Projects/xtd/xtd/build/xtd.strings/xtd.strings/CMakeFiles/ALL_BUILD - - -/Users/yves/Projects/xtd/xtd/build/xtd.strings/xtd.strings/CMakeFiles/ALL_BUILD: - echo "" - echo Build\ all\ projects diff --git a/build/xtd.strings/xtd.strings/CMakeScripts/ALL_BUILD_cmakeRulesBuildPhase.makeRelease b/build/xtd.strings/xtd.strings/CMakeScripts/ALL_BUILD_cmakeRulesBuildPhase.makeRelease deleted file mode 100644 index 6b4aa2ae3794..000000000000 --- a/build/xtd.strings/xtd.strings/CMakeScripts/ALL_BUILD_cmakeRulesBuildPhase.makeRelease +++ /dev/null @@ -1,10 +0,0 @@ -# Generated by CMake, DO NOT EDIT -# Custom rules for ALL_BUILD -.SUFFIXES: -all: \ - /Users/yves/Projects/xtd/xtd/build/xtd.strings/xtd.strings/CMakeFiles/ALL_BUILD - - -/Users/yves/Projects/xtd/xtd/build/xtd.strings/xtd.strings/CMakeFiles/ALL_BUILD: - echo "" - echo Build\ all\ projects diff --git a/build/xtd.strings/xtd.strings/CMakeScripts/ReRunCMake.make b/build/xtd.strings/xtd.strings/CMakeScripts/ReRunCMake.make deleted file mode 100644 index cc472148ed4c..000000000000 --- a/build/xtd.strings/xtd.strings/CMakeScripts/ReRunCMake.make +++ /dev/null @@ -1,11 +0,0 @@ -# Generated by CMake, DO NOT EDIT - -TARGETS:= -empty:= -space:= $(empty) $(empty) -spaceplus:= $(empty)\ $(empty) - -TARGETS += $(subst $(space),$(spaceplus),$(wildcard /Users/yves/Projects/xtd/xtd/xtd.strings/xtd.strings/CMakeLists.txt)) - -/Users/yves/Projects/xtd/xtd/build/CMakeFiles/cmake.check_cache: $(TARGETS) - /Applications/CMake.app/Contents/bin/cmake -H/Users/yves/Projects/xtd/xtd -B/Users/yves/Projects/xtd/xtd/build diff --git a/build/xtd.strings/xtd.strings/CMakeScripts/XCODE_DEPEND_HELPER.make b/build/xtd.strings/xtd.strings/CMakeScripts/XCODE_DEPEND_HELPER.make deleted file mode 100644 index 6c7750376d68..000000000000 --- a/build/xtd.strings/xtd.strings/CMakeScripts/XCODE_DEPEND_HELPER.make +++ /dev/null @@ -1,32 +0,0 @@ -# DO NOT EDIT -# This makefile makes sure all linkable targets are -# up-to-date with anything they link to -default: - echo "Do not invoke directly" - -# Rules to remove targets that are older than anything to which they -# link. This forces Xcode to relink the targets from scratch. It -# does not seem to check these dependencies itself. -PostBuild.xtd.strings.Debug: -/Users/yves/Projects/xtd/xtd/build/xtd.strings/xtd.strings/Debug/libxtd.strings.a: - /bin/rm -f /Users/yves/Projects/xtd/xtd/build/xtd.strings/xtd.strings/Debug/libxtd.strings.a - - -PostBuild.xtd.strings.Release: -/Users/yves/Projects/xtd/xtd/build/xtd.strings/xtd.strings/Release/libxtd.strings.a: - /bin/rm -f /Users/yves/Projects/xtd/xtd/build/xtd.strings/xtd.strings/Release/libxtd.strings.a - - -PostBuild.xtd.strings.MinSizeRel: -/Users/yves/Projects/xtd/xtd/build/xtd.strings/xtd.strings/MinSizeRel/libxtd.strings.a: - /bin/rm -f /Users/yves/Projects/xtd/xtd/build/xtd.strings/xtd.strings/MinSizeRel/libxtd.strings.a - - -PostBuild.xtd.strings.RelWithDebInfo: -/Users/yves/Projects/xtd/xtd/build/xtd.strings/xtd.strings/RelWithDebInfo/libxtd.strings.a: - /bin/rm -f /Users/yves/Projects/xtd/xtd/build/xtd.strings/xtd.strings/RelWithDebInfo/libxtd.strings.a - - - - -# For each target create a dummy ruleso the target does not have to exist diff --git a/build/xtd.strings/xtd.strings/CMakeScripts/ZERO_CHECK_cmakeRulesBuildPhase.makeDebug b/build/xtd.strings/xtd.strings/CMakeScripts/ZERO_CHECK_cmakeRulesBuildPhase.makeDebug deleted file mode 100644 index 39e709528efb..000000000000 --- a/build/xtd.strings/xtd.strings/CMakeScripts/ZERO_CHECK_cmakeRulesBuildPhase.makeDebug +++ /dev/null @@ -1,10 +0,0 @@ -# Generated by CMake, DO NOT EDIT -# Custom rules for ZERO_CHECK -.SUFFIXES: -all: \ - /Users/yves/Projects/xtd/xtd/build/xtd.strings/xtd.strings/CMakeFiles/ZERO_CHECK - - -/Users/yves/Projects/xtd/xtd/build/xtd.strings/xtd.strings/CMakeFiles/ZERO_CHECK: - echo "" - make -f /Users/yves/Projects/xtd/xtd/build/xtd.strings/xtd.strings/CMakeScripts/ReRunCMake.make diff --git a/build/xtd.strings/xtd.strings/CMakeScripts/ZERO_CHECK_cmakeRulesBuildPhase.makeMinSizeRel b/build/xtd.strings/xtd.strings/CMakeScripts/ZERO_CHECK_cmakeRulesBuildPhase.makeMinSizeRel deleted file mode 100644 index 39e709528efb..000000000000 --- a/build/xtd.strings/xtd.strings/CMakeScripts/ZERO_CHECK_cmakeRulesBuildPhase.makeMinSizeRel +++ /dev/null @@ -1,10 +0,0 @@ -# Generated by CMake, DO NOT EDIT -# Custom rules for ZERO_CHECK -.SUFFIXES: -all: \ - /Users/yves/Projects/xtd/xtd/build/xtd.strings/xtd.strings/CMakeFiles/ZERO_CHECK - - -/Users/yves/Projects/xtd/xtd/build/xtd.strings/xtd.strings/CMakeFiles/ZERO_CHECK: - echo "" - make -f /Users/yves/Projects/xtd/xtd/build/xtd.strings/xtd.strings/CMakeScripts/ReRunCMake.make diff --git a/build/xtd.strings/xtd.strings/CMakeScripts/ZERO_CHECK_cmakeRulesBuildPhase.makeRelWithDebInfo b/build/xtd.strings/xtd.strings/CMakeScripts/ZERO_CHECK_cmakeRulesBuildPhase.makeRelWithDebInfo deleted file mode 100644 index 39e709528efb..000000000000 --- a/build/xtd.strings/xtd.strings/CMakeScripts/ZERO_CHECK_cmakeRulesBuildPhase.makeRelWithDebInfo +++ /dev/null @@ -1,10 +0,0 @@ -# Generated by CMake, DO NOT EDIT -# Custom rules for ZERO_CHECK -.SUFFIXES: -all: \ - /Users/yves/Projects/xtd/xtd/build/xtd.strings/xtd.strings/CMakeFiles/ZERO_CHECK - - -/Users/yves/Projects/xtd/xtd/build/xtd.strings/xtd.strings/CMakeFiles/ZERO_CHECK: - echo "" - make -f /Users/yves/Projects/xtd/xtd/build/xtd.strings/xtd.strings/CMakeScripts/ReRunCMake.make diff --git a/build/xtd.strings/xtd.strings/CMakeScripts/ZERO_CHECK_cmakeRulesBuildPhase.makeRelease b/build/xtd.strings/xtd.strings/CMakeScripts/ZERO_CHECK_cmakeRulesBuildPhase.makeRelease deleted file mode 100644 index 39e709528efb..000000000000 --- a/build/xtd.strings/xtd.strings/CMakeScripts/ZERO_CHECK_cmakeRulesBuildPhase.makeRelease +++ /dev/null @@ -1,10 +0,0 @@ -# Generated by CMake, DO NOT EDIT -# Custom rules for ZERO_CHECK -.SUFFIXES: -all: \ - /Users/yves/Projects/xtd/xtd/build/xtd.strings/xtd.strings/CMakeFiles/ZERO_CHECK - - -/Users/yves/Projects/xtd/xtd/build/xtd.strings/xtd.strings/CMakeFiles/ZERO_CHECK: - echo "" - make -f /Users/yves/Projects/xtd/xtd/build/xtd.strings/xtd.strings/CMakeScripts/ReRunCMake.make diff --git a/build/xtd.strings/xtd.strings/CMakeScripts/install_postBuildPhase.makeDebug b/build/xtd.strings/xtd.strings/CMakeScripts/install_postBuildPhase.makeDebug deleted file mode 100644 index fc5fe9713dfd..000000000000 --- a/build/xtd.strings/xtd.strings/CMakeScripts/install_postBuildPhase.makeDebug +++ /dev/null @@ -1,9 +0,0 @@ -# Generated by CMake, DO NOT EDIT -# Custom rules for install -.SUFFIXES: -all: \ - install_buildpart_0 - - -install_buildpart_0: - /Applications/CMake.app/Contents/bin/cmake -DBUILD_TYPE=$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME) -P cmake_install.cmake diff --git a/build/xtd.strings/xtd.strings/CMakeScripts/install_postBuildPhase.makeMinSizeRel b/build/xtd.strings/xtd.strings/CMakeScripts/install_postBuildPhase.makeMinSizeRel deleted file mode 100644 index fc5fe9713dfd..000000000000 --- a/build/xtd.strings/xtd.strings/CMakeScripts/install_postBuildPhase.makeMinSizeRel +++ /dev/null @@ -1,9 +0,0 @@ -# Generated by CMake, DO NOT EDIT -# Custom rules for install -.SUFFIXES: -all: \ - install_buildpart_0 - - -install_buildpart_0: - /Applications/CMake.app/Contents/bin/cmake -DBUILD_TYPE=$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME) -P cmake_install.cmake diff --git a/build/xtd.strings/xtd.strings/CMakeScripts/install_postBuildPhase.makeRelWithDebInfo b/build/xtd.strings/xtd.strings/CMakeScripts/install_postBuildPhase.makeRelWithDebInfo deleted file mode 100644 index fc5fe9713dfd..000000000000 --- a/build/xtd.strings/xtd.strings/CMakeScripts/install_postBuildPhase.makeRelWithDebInfo +++ /dev/null @@ -1,9 +0,0 @@ -# Generated by CMake, DO NOT EDIT -# Custom rules for install -.SUFFIXES: -all: \ - install_buildpart_0 - - -install_buildpart_0: - /Applications/CMake.app/Contents/bin/cmake -DBUILD_TYPE=$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME) -P cmake_install.cmake diff --git a/build/xtd.strings/xtd.strings/CMakeScripts/install_postBuildPhase.makeRelease b/build/xtd.strings/xtd.strings/CMakeScripts/install_postBuildPhase.makeRelease deleted file mode 100644 index fc5fe9713dfd..000000000000 --- a/build/xtd.strings/xtd.strings/CMakeScripts/install_postBuildPhase.makeRelease +++ /dev/null @@ -1,9 +0,0 @@ -# Generated by CMake, DO NOT EDIT -# Custom rules for install -.SUFFIXES: -all: \ - install_buildpart_0 - - -install_buildpart_0: - /Applications/CMake.app/Contents/bin/cmake -DBUILD_TYPE=$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME) -P cmake_install.cmake diff --git a/build/xtd.strings/xtd.strings/Debug/libxtd.strings.a b/build/xtd.strings/xtd.strings/Debug/libxtd.strings.a deleted file mode 100644 index 98c40c7e7915..000000000000 Binary files a/build/xtd.strings/xtd.strings/Debug/libxtd.strings.a and /dev/null differ diff --git a/build/xtd.strings/xtd.strings/cmake_install.cmake b/build/xtd.strings/xtd.strings/cmake_install.cmake deleted file mode 100644 index 758d5b94f510..000000000000 --- a/build/xtd.strings/xtd.strings/cmake_install.cmake +++ /dev/null @@ -1,110 +0,0 @@ -# Install script for directory: /Users/yves/Projects/xtd/xtd/xtd.strings/xtd.strings - -# Set the install prefix -if(NOT DEFINED CMAKE_INSTALL_PREFIX) - set(CMAKE_INSTALL_PREFIX "/usr/local") -endif() -string(REGEX REPLACE "/$" "" CMAKE_INSTALL_PREFIX "${CMAKE_INSTALL_PREFIX}") - -# Set the install configuration name. -if(NOT DEFINED CMAKE_INSTALL_CONFIG_NAME) - if(BUILD_TYPE) - string(REGEX REPLACE "^[^A-Za-z0-9_]+" "" - CMAKE_INSTALL_CONFIG_NAME "${BUILD_TYPE}") - else() - set(CMAKE_INSTALL_CONFIG_NAME "Release") - endif() - message(STATUS "Install configuration: \"${CMAKE_INSTALL_CONFIG_NAME}\"") -endif() - -# Set the component getting installed. -if(NOT CMAKE_INSTALL_COMPONENT) - if(COMPONENT) - message(STATUS "Install component: \"${COMPONENT}\"") - set(CMAKE_INSTALL_COMPONENT "${COMPONENT}") - else() - set(CMAKE_INSTALL_COMPONENT) - endif() -endif() - -# Is this installation the result of a crosscompile? -if(NOT DEFINED CMAKE_CROSSCOMPILING) - set(CMAKE_CROSSCOMPILING "FALSE") -endif() - -if("x${CMAKE_INSTALL_COMPONENT}x" STREQUAL "xUnspecifiedx" OR NOT CMAKE_INSTALL_COMPONENT) - file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/include/xtd" TYPE DIRECTORY FILES "/Users/yves/Projects/xtd/xtd/xtd.strings/xtd.strings/include/xtd/.") -endif() - -if("x${CMAKE_INSTALL_COMPONENT}x" STREQUAL "xUnspecifiedx" OR NOT CMAKE_INSTALL_COMPONENT) - file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/cmake" TYPE FILE FILES "/Users/yves/Projects/xtd/xtd/build/xtd.strings/xtd.strings/xtd.stringsConfig.cmake") -endif() - -if("x${CMAKE_INSTALL_COMPONENT}x" STREQUAL "xUnspecifiedx" OR NOT CMAKE_INSTALL_COMPONENT) - if("${CMAKE_INSTALL_CONFIG_NAME}" MATCHES "^([Dd][Ee][Bb][Uu][Gg])$") - file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/lib" TYPE FILE OPTIONAL FILES "/Users/yves/Projects/xtd/xtd/build/xtd.strings/xtd.strings/Debug/xtd.strings.pdb") - endif() -endif() - -if("x${CMAKE_INSTALL_COMPONENT}x" STREQUAL "xUnspecifiedx" OR NOT CMAKE_INSTALL_COMPONENT) - if("${CMAKE_INSTALL_CONFIG_NAME}" MATCHES "^([Rr][Ee][Ll][Ee][Aa][Ss][Ee])$") - file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/lib" TYPE FILE OPTIONAL FILES "/Users/yves/Projects/xtd/xtd/build/xtd.strings/xtd.strings/Release/xtd.strings.pdb") - endif() -endif() - -if("x${CMAKE_INSTALL_COMPONENT}x" STREQUAL "xUnspecifiedx" OR NOT CMAKE_INSTALL_COMPONENT) - if("${CMAKE_INSTALL_CONFIG_NAME}" MATCHES "^([Dd][Ee][Bb][Uu][Gg])$") - file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/lib" TYPE STATIC_LIBRARY FILES "/Users/yves/Projects/xtd/xtd/build/xtd.strings/xtd.strings/Debug/libxtd.strings.a") - if(EXISTS "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/lib/libxtd.strings.a" AND - NOT IS_SYMLINK "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/lib/libxtd.strings.a") - execute_process(COMMAND "/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib" "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/lib/libxtd.strings.a") - endif() - elseif("${CMAKE_INSTALL_CONFIG_NAME}" MATCHES "^([Rr][Ee][Ll][Ee][Aa][Ss][Ee])$") - file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/lib" TYPE STATIC_LIBRARY FILES "/Users/yves/Projects/xtd/xtd/build/xtd.strings/xtd.strings/Release/libxtd.strings.a") - if(EXISTS "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/lib/libxtd.strings.a" AND - NOT IS_SYMLINK "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/lib/libxtd.strings.a") - execute_process(COMMAND "/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib" "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/lib/libxtd.strings.a") - endif() - elseif("${CMAKE_INSTALL_CONFIG_NAME}" MATCHES "^([Mm][Ii][Nn][Ss][Ii][Zz][Ee][Rr][Ee][Ll])$") - file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/lib" TYPE STATIC_LIBRARY FILES "/Users/yves/Projects/xtd/xtd/build/xtd.strings/xtd.strings/MinSizeRel/libxtd.strings.a") - if(EXISTS "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/lib/libxtd.strings.a" AND - NOT IS_SYMLINK "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/lib/libxtd.strings.a") - execute_process(COMMAND "/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib" "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/lib/libxtd.strings.a") - endif() - elseif("${CMAKE_INSTALL_CONFIG_NAME}" MATCHES "^([Rr][Ee][Ll][Ww][Ii][Tt][Hh][Dd][Ee][Bb][Ii][Nn][Ff][Oo])$") - file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/lib" TYPE STATIC_LIBRARY FILES "/Users/yves/Projects/xtd/xtd/build/xtd.strings/xtd.strings/RelWithDebInfo/libxtd.strings.a") - if(EXISTS "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/lib/libxtd.strings.a" AND - NOT IS_SYMLINK "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/lib/libxtd.strings.a") - execute_process(COMMAND "/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib" "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/lib/libxtd.strings.a") - endif() - endif() -endif() - -if("x${CMAKE_INSTALL_COMPONENT}x" STREQUAL "xUnspecifiedx" OR NOT CMAKE_INSTALL_COMPONENT) - if(EXISTS "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/cmake/xtd.strings.cmake") - file(DIFFERENT EXPORT_FILE_CHANGED FILES - "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/cmake/xtd.strings.cmake" - "/Users/yves/Projects/xtd/xtd/build/xtd.strings/xtd.strings/CMakeFiles/Export/cmake/xtd.strings.cmake") - if(EXPORT_FILE_CHANGED) - file(GLOB OLD_CONFIG_FILES "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/cmake/xtd.strings-*.cmake") - if(OLD_CONFIG_FILES) - message(STATUS "Old export file \"$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/cmake/xtd.strings.cmake\" will be replaced. Removing files [${OLD_CONFIG_FILES}].") - file(REMOVE ${OLD_CONFIG_FILES}) - endif() - endif() - endif() - file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/cmake" TYPE FILE FILES "/Users/yves/Projects/xtd/xtd/build/xtd.strings/xtd.strings/CMakeFiles/Export/cmake/xtd.strings.cmake") - if("${CMAKE_INSTALL_CONFIG_NAME}" MATCHES "^([Dd][Ee][Bb][Uu][Gg])$") - file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/cmake" TYPE FILE FILES "/Users/yves/Projects/xtd/xtd/build/xtd.strings/xtd.strings/CMakeFiles/Export/cmake/xtd.strings-debug.cmake") - endif() - if("${CMAKE_INSTALL_CONFIG_NAME}" MATCHES "^([Mm][Ii][Nn][Ss][Ii][Zz][Ee][Rr][Ee][Ll])$") - file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/cmake" TYPE FILE FILES "/Users/yves/Projects/xtd/xtd/build/xtd.strings/xtd.strings/CMakeFiles/Export/cmake/xtd.strings-minsizerel.cmake") - endif() - if("${CMAKE_INSTALL_CONFIG_NAME}" MATCHES "^([Rr][Ee][Ll][Ww][Ii][Tt][Hh][Dd][Ee][Bb][Ii][Nn][Ff][Oo])$") - file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/cmake" TYPE FILE FILES "/Users/yves/Projects/xtd/xtd/build/xtd.strings/xtd.strings/CMakeFiles/Export/cmake/xtd.strings-relwithdebinfo.cmake") - endif() - if("${CMAKE_INSTALL_CONFIG_NAME}" MATCHES "^([Rr][Ee][Ll][Ee][Aa][Ss][Ee])$") - file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/cmake" TYPE FILE FILES "/Users/yves/Projects/xtd/xtd/build/xtd.strings/xtd.strings/CMakeFiles/Export/cmake/xtd.strings-release.cmake") - endif() -endif() - diff --git a/build/xtd.strings/xtd.strings/xtd.build/Debug/xtd.strings.build/Objects-normal/x86_64/strings.d b/build/xtd.strings/xtd.strings/xtd.build/Debug/xtd.strings.build/Objects-normal/x86_64/strings.d deleted file mode 100644 index edc626ce7f2b..000000000000 --- a/build/xtd.strings/xtd.strings/xtd.build/Debug/xtd.strings.build/Objects-normal/x86_64/strings.d +++ /dev/null @@ -1,4 +0,0 @@ -dependencies: \ - /Users/yves/Projects/xtd/xtd/xtd.strings/xtd.strings/src/strings.cpp \ - /Users/yves/Projects/xtd/xtd/xtd.strings/xtd.strings/src/../include/xtd/strings.hpp \ - /Users/yves/Projects/xtd/xtd/xtd.strings/xtd.strings/src/../include/xtd/__format.hpp diff --git a/build/xtd.strings/xtd.strings/xtd.build/Debug/xtd.strings.build/Objects-normal/x86_64/strings.dia b/build/xtd.strings/xtd.strings/xtd.build/Debug/xtd.strings.build/Objects-normal/x86_64/strings.dia deleted file mode 100644 index c85cbfc50d06..000000000000 Binary files a/build/xtd.strings/xtd.strings/xtd.build/Debug/xtd.strings.build/Objects-normal/x86_64/strings.dia and /dev/null differ diff --git a/build/xtd.strings/xtd.strings/xtd.build/Debug/xtd.strings.build/Objects-normal/x86_64/strings.o b/build/xtd.strings/xtd.strings/xtd.build/Debug/xtd.strings.build/Objects-normal/x86_64/strings.o deleted file mode 100644 index 1077ce7f87b2..000000000000 Binary files a/build/xtd.strings/xtd.strings/xtd.build/Debug/xtd.strings.build/Objects-normal/x86_64/strings.o and /dev/null differ diff --git a/build/xtd.strings/xtd.strings/xtd.build/Debug/xtd.strings.build/Objects-normal/x86_64/xtd.strings.LinkFileList b/build/xtd.strings/xtd.strings/xtd.build/Debug/xtd.strings.build/Objects-normal/x86_64/xtd.strings.LinkFileList deleted file mode 100644 index eb9070f9d0ca..000000000000 --- a/build/xtd.strings/xtd.strings/xtd.build/Debug/xtd.strings.build/Objects-normal/x86_64/xtd.strings.LinkFileList +++ /dev/null @@ -1 +0,0 @@ -/Users/yves/Projects/xtd/xtd/build/xtd.strings/xtd.strings/xtd.build/Debug/xtd.strings.build/Objects-normal/x86_64/strings.o diff --git a/build/xtd.strings/xtd.strings/xtd.build/Debug/xtd.strings.build/dgph b/build/xtd.strings/xtd.strings/xtd.build/Debug/xtd.strings.build/dgph deleted file mode 100644 index f60db4a08464..000000000000 Binary files a/build/xtd.strings/xtd.strings/xtd.build/Debug/xtd.strings.build/dgph and /dev/null differ diff --git a/build/xtd.strings/xtd.strings/xtd.build/Debug/xtd.strings.build/dgph~ b/build/xtd.strings/xtd.strings/xtd.build/Debug/xtd.strings.build/dgph~ deleted file mode 100644 index f4fe7251f110..000000000000 Binary files a/build/xtd.strings/xtd.strings/xtd.build/Debug/xtd.strings.build/dgph~ and /dev/null differ diff --git a/build/xtd.strings/xtd.strings/xtd.build/Release/xtd.strings.build/dgph b/build/xtd.strings/xtd.strings/xtd.build/Release/xtd.strings.build/dgph deleted file mode 100644 index 7422a4137e4b..000000000000 Binary files a/build/xtd.strings/xtd.strings/xtd.build/Release/xtd.strings.build/dgph and /dev/null differ diff --git a/build/xtd.strings/xtd.strings/xtd.build/Release/xtd.strings.build/dgph~ b/build/xtd.strings/xtd.strings/xtd.build/Release/xtd.strings.build/dgph~ deleted file mode 100644 index 791e9478e43b..000000000000 Binary files a/build/xtd.strings/xtd.strings/xtd.build/Release/xtd.strings.build/dgph~ and /dev/null differ diff --git a/build/xtd.strings/xtd.strings/xtd.strings.xcodeproj/project.pbxproj b/build/xtd.strings/xtd.strings/xtd.strings.xcodeproj/project.pbxproj deleted file mode 100644 index f9db65672c84..000000000000 --- a/build/xtd.strings/xtd.strings/xtd.strings.xcodeproj/project.pbxproj +++ /dev/null @@ -1,810 +0,0 @@ -// !$*UTF8*$! -{ - archiveVersion = 1; - classes = { - }; - objectVersion = 46; - objects = { - -/* Begin PBXAggregateTarget section */ - 50394EEE1BD24C4FB2A4CE92 /* ALL_BUILD */ = { - isa = PBXAggregateTarget; - buildConfigurationList = 8EE628D542504DE785CE092F /* Build configuration list for PBXAggregateTarget "ALL_BUILD" */; - buildPhases = ( - CDA1CAFD2AFB4802A15661AC /* CMake Rules */, - ); - dependencies = ( - 95777AC7BDB540F38D0353A7 /* PBXTargetDependency */, - 9EB303C8C5F84F8EB977C8A7 /* PBXTargetDependency */, - ); - name = ALL_BUILD; - productName = ALL_BUILD; - }; - 5FC237F2D4EF4159A3B85902 /* ZERO_CHECK */ = { - isa = PBXAggregateTarget; - buildConfigurationList = 395E5BCF5B1A4A1CB139A1AA /* Build configuration list for PBXAggregateTarget "ZERO_CHECK" */; - buildPhases = ( - 243A64C7EB444E4FA0B3F978 /* CMake Rules */, - ); - dependencies = ( - ); - name = ZERO_CHECK; - productName = ZERO_CHECK; - }; - D8AC47AE86EC421F9902C1EF /* install */ = { - isa = PBXAggregateTarget; - buildConfigurationList = 1807119960FE4E3EB77ECEF4 /* Build configuration list for PBXAggregateTarget "install" */; - buildPhases = ( - 3C9F381D2A8442F1BF7D37DA /* CMake PostBuild Rules */, - ); - dependencies = ( - 521F38A49EA7452080A3DD12 /* PBXTargetDependency */, - ); - name = install; - productName = install; - }; -/* End PBXAggregateTarget section */ - -/* Begin PBXBuildFile section */ - 1DCCD6DAD26C4A05B4E2AFF9 /* /Users/yves/Projects/xtd/xtd/xtd.strings/xtd.strings/src/strings.cpp */ = {isa = PBXBuildFile; fileRef = 1865B3E99B144F56A60864EF /* /Users/yves/Projects/xtd/xtd/xtd.strings/xtd.strings/src/strings.cpp */; }; - 2C4A18B3B53D430FA1B8889C /* /Users/yves/Projects/xtd/xtd/xtd.strings/xtd.strings/CMakeLists.txt */ = {isa = PBXBuildFile; fileRef = A1EE9494F1C54505A8AB99B8 /* /Users/yves/Projects/xtd/xtd/xtd.strings/xtd.strings/CMakeLists.txt */; }; - 331954E652AF4A2D92003540 /* /Users/yves/Projects/xtd/xtd/xtd.strings/xtd.strings/include/xtd/__format.hpp */ = {isa = PBXBuildFile; fileRef = E374F71BE76948A08603E767 /* /Users/yves/Projects/xtd/xtd/xtd.strings/xtd.strings/include/xtd/__format.hpp */; }; - 4F8AE1BE7FDF4F90AA2F1A67 /* /Users/yves/Projects/xtd/xtd/xtd.strings/xtd.strings/include/xtd/strings */ = {isa = PBXBuildFile; fileRef = CC8CA9F29CFD4DA3B1918D32 /* /Users/yves/Projects/xtd/xtd/xtd.strings/xtd.strings/include/xtd/strings */; }; - 5A0606F13D514441B10C89A6 /* /Users/yves/Projects/xtd/xtd/xtd.strings/xtd.strings/include/xtd/strings.hpp */ = {isa = PBXBuildFile; fileRef = D33F653F707744D6826D0AD8 /* /Users/yves/Projects/xtd/xtd/xtd.strings/xtd.strings/include/xtd/strings.hpp */; }; -/* End PBXBuildFile section */ - -/* Begin PBXBuildStyle section */ - 04613177BC0847FF8B002076 /* RelWithDebInfo */ = { - isa = PBXBuildStyle; - buildSettings = { - COPY_PHASE_STRIP = NO; - }; - name = RelWithDebInfo; - }; - 1E737678446740658EC4B87E /* MinSizeRel */ = { - isa = PBXBuildStyle; - buildSettings = { - COPY_PHASE_STRIP = NO; - }; - name = MinSizeRel; - }; - 7DAF9FCCD11443DDB9D7E419 /* Debug */ = { - isa = PBXBuildStyle; - buildSettings = { - COPY_PHASE_STRIP = NO; - }; - name = Debug; - }; - A54C8E1A3FDF461BB11DBE0B /* Release */ = { - isa = PBXBuildStyle; - buildSettings = { - COPY_PHASE_STRIP = NO; - }; - name = Release; - }; -/* End PBXBuildStyle section */ - -/* Begin PBXContainerItemProxy section */ - 2AA5F58A99D94C5F9563EFBA /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = 1E8C9A0E044E4E70B15AA5C7 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 602F63698B04466DAC2A37B5; - remoteInfo = xtd.strings; - }; - 7414D34667BC4A74A4D680B0 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = 1E8C9A0E044E4E70B15AA5C7 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 5FC237F2D4EF4159A3B85902; - remoteInfo = ZERO_CHECK; - }; - D322F3A5CF3C466395C17BE0 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = 1E8C9A0E044E4E70B15AA5C7 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 50394EEE1BD24C4FB2A4CE92; - remoteInfo = ALL_BUILD; - }; - FD7D900DF72A4ECBB09F7882 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = 1E8C9A0E044E4E70B15AA5C7 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 5FC237F2D4EF4159A3B85902; - remoteInfo = ZERO_CHECK; - }; -/* End PBXContainerItemProxy section */ - -/* Begin PBXFileReference section */ - 1865B3E99B144F56A60864EF /* /Users/yves/Projects/xtd/xtd/xtd.strings/xtd.strings/src/strings.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = strings.cpp; path = src/strings.cpp; sourceTree = SOURCE_ROOT; }; - A1EE9494F1C54505A8AB99B8 /* /Users/yves/Projects/xtd/xtd/xtd.strings/xtd.strings/CMakeLists.txt */ = {isa = PBXFileReference; explicitFileType = sourcecode.text; fileEncoding = 4; name = CMakeLists.txt; path = CMakeLists.txt; sourceTree = SOURCE_ROOT; }; - CC8CA9F29CFD4DA3B1918D32 /* /Users/yves/Projects/xtd/xtd/xtd.strings/xtd.strings/include/xtd/strings */ = {isa = PBXFileReference; explicitFileType = sourcecode; fileEncoding = 4; name = strings; path = include/xtd/strings; sourceTree = SOURCE_ROOT; }; - D1C41434B493402C9D630CBD /* xtd.strings */ = {isa = PBXFileReference; explicitFileType = archive.ar; path = libxtd.strings.a; sourceTree = BUILT_PRODUCTS_DIR; }; - D1FC5899D01C40D89E25E23E /* /Users/yves/Projects/xtd/xtd/xtd.strings/xtd.strings/CMakeLists.txt */ = {isa = PBXFileReference; explicitFileType = sourcecode.text; fileEncoding = 4; name = CMakeLists.txt; path = CMakeLists.txt; sourceTree = SOURCE_ROOT; }; - D33F653F707744D6826D0AD8 /* /Users/yves/Projects/xtd/xtd/xtd.strings/xtd.strings/include/xtd/strings.hpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.h; fileEncoding = 4; name = strings.hpp; path = include/xtd/strings.hpp; sourceTree = SOURCE_ROOT; }; - E374F71BE76948A08603E767 /* /Users/yves/Projects/xtd/xtd/xtd.strings/xtd.strings/include/xtd/__format.hpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.h; fileEncoding = 4; name = __format.hpp; path = include/xtd/__format.hpp; sourceTree = SOURCE_ROOT; }; -/* End PBXFileReference section */ - -/* Begin PBXGroup section */ - 03391B7191C84671ABBE8729 /* ALL_BUILD */ = { - isa = PBXGroup; - children = ( - 9461984D71BC4220B49126CC /* CMake Rules */, - D1FC5899D01C40D89E25E23E /* /Users/yves/Projects/xtd/xtd/xtd.strings/xtd.strings/CMakeLists.txt */, - ); - name = ALL_BUILD; - sourceTree = ""; - }; - 041F8823D2C341DB99E8A833 = { - isa = PBXGroup; - children = ( - 6C8BF103330244F6B2B68EE5 /* xtd */, - 03391B7191C84671ABBE8729 /* ALL_BUILD */, - 3A753218636743649EF1D838 /* Products */, - ); - sourceTree = ""; - }; - 0C673577342F4264AABD2060 /* src */ = { - isa = PBXGroup; - children = ( - 1865B3E99B144F56A60864EF /* /Users/yves/Projects/xtd/xtd/xtd.strings/xtd.strings/src/strings.cpp */, - ); - name = src; - sourceTree = ""; - }; - 3A753218636743649EF1D838 /* Products */ = { - isa = PBXGroup; - children = ( - D1C41434B493402C9D630CBD /* xtd.strings */, - ); - name = Products; - sourceTree = ""; - }; - 634F7563F3F14A7196D27B89 /* include */ = { - isa = PBXGroup; - children = ( - E374F71BE76948A08603E767 /* /Users/yves/Projects/xtd/xtd/xtd.strings/xtd.strings/include/xtd/__format.hpp */, - CC8CA9F29CFD4DA3B1918D32 /* /Users/yves/Projects/xtd/xtd/xtd.strings/xtd.strings/include/xtd/strings */, - D33F653F707744D6826D0AD8 /* /Users/yves/Projects/xtd/xtd/xtd.strings/xtd.strings/include/xtd/strings.hpp */, - ); - name = include; - sourceTree = ""; - }; - 6C8BF103330244F6B2B68EE5 /* xtd */ = { - isa = PBXGroup; - children = ( - FBCCF3BA6B0F427FBF7B033F /* src */, - ); - name = xtd; - sourceTree = ""; - }; - 8246B35023404C5C86497615 /* xtd.strings */ = { - isa = PBXGroup; - children = ( - 634F7563F3F14A7196D27B89 /* include */, - 0C673577342F4264AABD2060 /* src */, - A1EE9494F1C54505A8AB99B8 /* /Users/yves/Projects/xtd/xtd/xtd.strings/xtd.strings/CMakeLists.txt */, - ); - name = xtd.strings; - sourceTree = ""; - }; - 9461984D71BC4220B49126CC /* CMake Rules */ = { - isa = PBXGroup; - children = ( - ); - name = "CMake Rules"; - sourceTree = ""; - }; - FBCCF3BA6B0F427FBF7B033F /* src */ = { - isa = PBXGroup; - children = ( - 8246B35023404C5C86497615 /* xtd.strings */, - ); - name = src; - sourceTree = ""; - }; -/* End PBXGroup section */ - -/* Begin PBXNativeTarget section */ - 602F63698B04466DAC2A37B5 /* xtd.strings */ = { - isa = PBXNativeTarget; - buildConfigurationList = C2D6A04194444F82AAC47826 /* Build configuration list for PBXNativeTarget "xtd.strings" */; - buildPhases = ( - 4DECC097D90B42C38C0FDD48 /* Sources */, - ); - buildRules = ( - ); - dependencies = ( - 350F841BA1E4446DA1C75F43 /* PBXTargetDependency */, - ); - name = xtd.strings; - productName = xtd.strings; - productReference = D1C41434B493402C9D630CBD /* xtd.strings */; - productType = "com.apple.product-type.library.static"; - }; -/* End PBXNativeTarget section */ - -/* Begin PBXProject section */ - 1E8C9A0E044E4E70B15AA5C7 /* Project object */ = { - isa = PBXProject; - attributes = { - BuildIndependentTargetsInParallel = YES; - LastUpgradeCheck = 1010; - }; - buildConfigurationList = 9F5C7963D5364AE4A82401FA /* Build configuration list for PBXProject "xtd.strings" */; - buildSettings = { - }; - buildStyles = ( - 7DAF9FCCD11443DDB9D7E419 /* Debug */, - A54C8E1A3FDF461BB11DBE0B /* Release */, - 1E737678446740658EC4B87E /* MinSizeRel */, - 04613177BC0847FF8B002076 /* RelWithDebInfo */, - ); - compatibilityVersion = "Xcode 3.2"; - hasScannedForEncodings = 0; - mainGroup = 041F8823D2C341DB99E8A833; - projectDirPath = ../../../xtd.strings/xtd.strings; - projectRoot = ""; - targets = ( - 50394EEE1BD24C4FB2A4CE92 /* ALL_BUILD */, - 5FC237F2D4EF4159A3B85902 /* ZERO_CHECK */, - D8AC47AE86EC421F9902C1EF /* install */, - 602F63698B04466DAC2A37B5 /* xtd.strings */, - ); - }; -/* End PBXProject section */ - -/* Begin PBXShellScriptBuildPhase section */ - 0836BBFE171045B1A40CF6F8 = { - isa = PBXShellScriptBuildPhase; - buildActionMask = 2147483647; - files = ( - ); - inputPaths = ( - ); - outputPaths = ( - ); - runOnlyForDeploymentPostprocessing = 0; - shellPath = /bin/sh; - shellScript = "# shell script goes here -exit 0"; - showEnvVarsInLog = 0; - }; - 243A64C7EB444E4FA0B3F978 /* CMake Rules */ = { - isa = PBXShellScriptBuildPhase; - buildActionMask = 2147483647; - files = ( - ); - name = "CMake Rules"; - runOnlyForDeploymentPostprocessing = 0; - shellPath = /bin/sh; - shellScript = "make -C /Users/yves/Projects/xtd/xtd/build/xtd.strings/xtd.strings -f /Users/yves/Projects/xtd/xtd/build/xtd.strings/xtd.strings/CMakeScripts/ZERO_CHECK_cmakeRulesBuildPhase.make$CONFIGURATION all"; - showEnvVarsInLog = 0; - }; - 3C9F381D2A8442F1BF7D37DA /* CMake PostBuild Rules */ = { - isa = PBXShellScriptBuildPhase; - buildActionMask = 2147483647; - files = ( - ); - name = "CMake PostBuild Rules"; - runOnlyForDeploymentPostprocessing = 0; - shellPath = /bin/sh; - shellScript = "make -C /Users/yves/Projects/xtd/xtd/build/xtd.strings/xtd.strings -f /Users/yves/Projects/xtd/xtd/build/xtd.strings/xtd.strings/CMakeScripts/install_postBuildPhase.make$CONFIGURATION all"; - showEnvVarsInLog = 0; - }; - 77E3A0CD17924831B387AC70 = { - isa = PBXShellScriptBuildPhase; - buildActionMask = 2147483647; - files = ( - ); - inputPaths = ( - ); - outputPaths = ( - ); - runOnlyForDeploymentPostprocessing = 0; - shellPath = /bin/sh; - shellScript = "# shell script goes here -exit 0"; - showEnvVarsInLog = 0; - }; - 7F5855A11CB143E7BBBEC1AD = { - isa = PBXShellScriptBuildPhase; - buildActionMask = 2147483647; - files = ( - ); - inputPaths = ( - ); - outputPaths = ( - ); - runOnlyForDeploymentPostprocessing = 0; - shellPath = /bin/sh; - shellScript = "# shell script goes here -exit 0"; - showEnvVarsInLog = 0; - }; - CDA1CAFD2AFB4802A15661AC /* CMake Rules */ = { - isa = PBXShellScriptBuildPhase; - buildActionMask = 2147483647; - files = ( - ); - name = "CMake Rules"; - runOnlyForDeploymentPostprocessing = 0; - shellPath = /bin/sh; - shellScript = "make -C /Users/yves/Projects/xtd/xtd/build/xtd.strings/xtd.strings -f /Users/yves/Projects/xtd/xtd/build/xtd.strings/xtd.strings/CMakeScripts/ALL_BUILD_cmakeRulesBuildPhase.make$CONFIGURATION all"; - showEnvVarsInLog = 0; - }; -/* End PBXShellScriptBuildPhase section */ - -/* Begin PBXSourcesBuildPhase section */ - 4DECC097D90B42C38C0FDD48 /* Sources */ = { - isa = PBXSourcesBuildPhase; - buildActionMask = 2147483647; - files = ( - 1DCCD6DAD26C4A05B4E2AFF9 /* /Users/yves/Projects/xtd/xtd/xtd.strings/xtd.strings/src/strings.cpp */, - ); - runOnlyForDeploymentPostprocessing = 0; - }; -/* End PBXSourcesBuildPhase section */ - -/* Begin PBXTargetDependency section */ - 350F841BA1E4446DA1C75F43 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - target = 5FC237F2D4EF4159A3B85902 /* ZERO_CHECK */; - targetProxy = FD7D900DF72A4ECBB09F7882 /* PBXContainerItemProxy */; - }; - 521F38A49EA7452080A3DD12 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - target = 50394EEE1BD24C4FB2A4CE92 /* ALL_BUILD */; - targetProxy = D322F3A5CF3C466395C17BE0 /* PBXContainerItemProxy */; - }; - 95777AC7BDB540F38D0353A7 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - target = 602F63698B04466DAC2A37B5 /* xtd.strings */; - targetProxy = 2AA5F58A99D94C5F9563EFBA /* PBXContainerItemProxy */; - }; - 9EB303C8C5F84F8EB977C8A7 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - target = 5FC237F2D4EF4159A3B85902 /* ZERO_CHECK */; - targetProxy = 7414D34667BC4A74A4D680B0 /* PBXContainerItemProxy */; - }; -/* End PBXTargetDependency section */ - -/* Begin XCBuildConfiguration section */ - 10529A9688024F4CABC79EFD /* Debug */ = { - isa = XCBuildConfiguration; - buildSettings = { - COMBINE_HIDPI_IMAGES = YES; - GCC_GENERATE_DEBUGGING_SYMBOLS = YES; - GCC_INLINES_ARE_PRIVATE_EXTERN = NO; - GCC_OPTIMIZATION_LEVEL = 0; - GCC_PREPROCESSOR_DEFINITIONS = ("'CMAKE_INTDIR=\"$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME)\"'"); - GCC_SYMBOLS_PRIVATE_EXTERN = NO; - INSTALL_PATH = ""; - OTHER_LDFLAGS = " "; - OTHER_REZFLAGS = ""; - PRODUCT_NAME = ALL_BUILD; - SECTORDER_FLAGS = ""; - SYMROOT = /Users/yves/Projects/xtd/xtd/build/xtd.strings/xtd.strings; - USE_HEADERMAP = NO; - WARNING_CFLAGS = ("-Wmost","-Wno-four-char-constants","-Wno-unknown-pragmas","$(inherited)"); - }; - name = Debug; - }; - 148EDBF593674FD5B4A0E174 /* MinSizeRel */ = { - isa = XCBuildConfiguration; - buildSettings = { - ONLY_ACTIVE_ARCH = YES; - SDKROOT = /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk; - SYMROOT = /Users/yves/Projects/xtd/xtd/build/xtd.strings/xtd.strings/build; - }; - name = MinSizeRel; - }; - 14F23A5F6F8A428FA7267682 /* MinSizeRel */ = { - isa = XCBuildConfiguration; - buildSettings = { - COMBINE_HIDPI_IMAGES = YES; - GCC_GENERATE_DEBUGGING_SYMBOLS = YES; - GCC_INLINES_ARE_PRIVATE_EXTERN = NO; - GCC_OPTIMIZATION_LEVEL = 0; - GCC_PREPROCESSOR_DEFINITIONS = ("'CMAKE_INTDIR=\"$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME)\"'"); - GCC_SYMBOLS_PRIVATE_EXTERN = NO; - INSTALL_PATH = ""; - OTHER_LDFLAGS = " "; - OTHER_REZFLAGS = ""; - PRODUCT_NAME = ZERO_CHECK; - SECTORDER_FLAGS = ""; - SYMROOT = /Users/yves/Projects/xtd/xtd/build/xtd.strings/xtd.strings; - USE_HEADERMAP = NO; - WARNING_CFLAGS = ("-Wmost","-Wno-four-char-constants","-Wno-unknown-pragmas","$(inherited)"); - }; - name = MinSizeRel; - }; - 192D38AC13234FD5ADC9F9F8 /* Release */ = { - isa = XCBuildConfiguration; - buildSettings = { - COMBINE_HIDPI_IMAGES = YES; - EXECUTABLE_PREFIX = lib; - EXECUTABLE_SUFFIX = .a; - GCC_GENERATE_DEBUGGING_SYMBOLS = NO; - GCC_INLINES_ARE_PRIVATE_EXTERN = NO; - GCC_OPTIMIZATION_LEVEL = 3; - GCC_PREPROCESSOR_DEFINITIONS = ("'CMAKE_INTDIR=\"$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME)\"'"); - GCC_SYMBOLS_PRIVATE_EXTERN = NO; - HEADER_SEARCH_PATHS = (/Users/yves/Projects/xtd/xtd/xtd.strings/xtd.strings/include); - INSTALL_PATH = ""; - LIBRARY_STYLE = STATIC; - OTHER_CPLUSPLUSFLAGS = " -DNDEBUG '-std=gnu++1z' "; - OTHER_LIBTOOLFLAGS = " "; - OTHER_REZFLAGS = ""; - PRODUCT_NAME = xtd.strings; - SECTORDER_FLAGS = ""; - SYMROOT = /Users/yves/Projects/xtd/xtd/build/xtd.strings/xtd.strings; - USE_HEADERMAP = NO; - WARNING_CFLAGS = ("-Wmost","-Wno-four-char-constants","-Wno-unknown-pragmas","$(inherited)"); - }; - name = Release; - }; - 2461251259514E0B807BD037 /* MinSizeRel */ = { - isa = XCBuildConfiguration; - buildSettings = { - COMBINE_HIDPI_IMAGES = YES; - EXECUTABLE_PREFIX = lib; - EXECUTABLE_SUFFIX = .a; - GCC_GENERATE_DEBUGGING_SYMBOLS = NO; - GCC_INLINES_ARE_PRIVATE_EXTERN = NO; - GCC_OPTIMIZATION_LEVEL = s; - GCC_PREPROCESSOR_DEFINITIONS = ("'CMAKE_INTDIR=\"$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME)\"'"); - GCC_SYMBOLS_PRIVATE_EXTERN = NO; - HEADER_SEARCH_PATHS = (/Users/yves/Projects/xtd/xtd/xtd.strings/xtd.strings/include); - INSTALL_PATH = ""; - LIBRARY_STYLE = STATIC; - OTHER_CPLUSPLUSFLAGS = " -DNDEBUG '-std=gnu++1z' "; - OTHER_LIBTOOLFLAGS = " "; - OTHER_REZFLAGS = ""; - PRODUCT_NAME = xtd.strings; - SECTORDER_FLAGS = ""; - SYMROOT = /Users/yves/Projects/xtd/xtd/build/xtd.strings/xtd.strings; - USE_HEADERMAP = NO; - WARNING_CFLAGS = ("-Wmost","-Wno-four-char-constants","-Wno-unknown-pragmas","$(inherited)"); - }; - name = MinSizeRel; - }; - 29D0490D16F04447AF884920 /* MinSizeRel */ = { - isa = XCBuildConfiguration; - buildSettings = { - COMBINE_HIDPI_IMAGES = YES; - GCC_GENERATE_DEBUGGING_SYMBOLS = YES; - GCC_INLINES_ARE_PRIVATE_EXTERN = NO; - GCC_OPTIMIZATION_LEVEL = 0; - GCC_PREPROCESSOR_DEFINITIONS = ("'CMAKE_INTDIR=\"$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME)\"'"); - GCC_SYMBOLS_PRIVATE_EXTERN = NO; - INSTALL_PATH = ""; - OTHER_LDFLAGS = " "; - OTHER_REZFLAGS = ""; - PRODUCT_NAME = install; - SECTORDER_FLAGS = ""; - SYMROOT = /Users/yves/Projects/xtd/xtd/build/xtd.strings/xtd.strings; - USE_HEADERMAP = NO; - WARNING_CFLAGS = ("-Wmost","-Wno-four-char-constants","-Wno-unknown-pragmas","$(inherited)"); - }; - name = MinSizeRel; - }; - 3892F89187DE4C2FB794F07B /* RelWithDebInfo */ = { - isa = XCBuildConfiguration; - buildSettings = { - COMBINE_HIDPI_IMAGES = YES; - GCC_GENERATE_DEBUGGING_SYMBOLS = YES; - GCC_INLINES_ARE_PRIVATE_EXTERN = NO; - GCC_OPTIMIZATION_LEVEL = 0; - GCC_PREPROCESSOR_DEFINITIONS = ("'CMAKE_INTDIR=\"$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME)\"'"); - GCC_SYMBOLS_PRIVATE_EXTERN = NO; - INSTALL_PATH = ""; - OTHER_LDFLAGS = " "; - OTHER_REZFLAGS = ""; - PRODUCT_NAME = ALL_BUILD; - SECTORDER_FLAGS = ""; - SYMROOT = /Users/yves/Projects/xtd/xtd/build/xtd.strings/xtd.strings; - USE_HEADERMAP = NO; - WARNING_CFLAGS = ("-Wmost","-Wno-four-char-constants","-Wno-unknown-pragmas","$(inherited)"); - }; - name = RelWithDebInfo; - }; - 437DB1337C5A44AAB9F92D78 /* Debug */ = { - isa = XCBuildConfiguration; - buildSettings = { - COMBINE_HIDPI_IMAGES = YES; - GCC_GENERATE_DEBUGGING_SYMBOLS = YES; - GCC_INLINES_ARE_PRIVATE_EXTERN = NO; - GCC_OPTIMIZATION_LEVEL = 0; - GCC_PREPROCESSOR_DEFINITIONS = ("'CMAKE_INTDIR=\"$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME)\"'"); - GCC_SYMBOLS_PRIVATE_EXTERN = NO; - INSTALL_PATH = ""; - OTHER_LDFLAGS = " "; - OTHER_REZFLAGS = ""; - PRODUCT_NAME = ZERO_CHECK; - SECTORDER_FLAGS = ""; - SYMROOT = /Users/yves/Projects/xtd/xtd/build/xtd.strings/xtd.strings; - USE_HEADERMAP = NO; - WARNING_CFLAGS = ("-Wmost","-Wno-four-char-constants","-Wno-unknown-pragmas","$(inherited)"); - }; - name = Debug; - }; - 4DB7863940064A2FB68D9F57 /* RelWithDebInfo */ = { - isa = XCBuildConfiguration; - buildSettings = { - ONLY_ACTIVE_ARCH = YES; - SDKROOT = /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk; - SYMROOT = /Users/yves/Projects/xtd/xtd/build/xtd.strings/xtd.strings/build; - }; - name = RelWithDebInfo; - }; - 52D2AC16C48D44588D42A123 /* Release */ = { - isa = XCBuildConfiguration; - buildSettings = { - COMBINE_HIDPI_IMAGES = YES; - GCC_GENERATE_DEBUGGING_SYMBOLS = YES; - GCC_INLINES_ARE_PRIVATE_EXTERN = NO; - GCC_OPTIMIZATION_LEVEL = 0; - GCC_PREPROCESSOR_DEFINITIONS = ("'CMAKE_INTDIR=\"$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME)\"'"); - GCC_SYMBOLS_PRIVATE_EXTERN = NO; - INSTALL_PATH = ""; - OTHER_LDFLAGS = " "; - OTHER_REZFLAGS = ""; - PRODUCT_NAME = ALL_BUILD; - SECTORDER_FLAGS = ""; - SYMROOT = /Users/yves/Projects/xtd/xtd/build/xtd.strings/xtd.strings; - USE_HEADERMAP = NO; - WARNING_CFLAGS = ("-Wmost","-Wno-four-char-constants","-Wno-unknown-pragmas","$(inherited)"); - }; - name = Release; - }; - 549D15D3A31C4F0FBCF3487F /* MinSizeRel */ = { - isa = XCBuildConfiguration; - buildSettings = { - COMBINE_HIDPI_IMAGES = YES; - GCC_GENERATE_DEBUGGING_SYMBOLS = YES; - GCC_INLINES_ARE_PRIVATE_EXTERN = NO; - GCC_OPTIMIZATION_LEVEL = 0; - GCC_PREPROCESSOR_DEFINITIONS = ("'CMAKE_INTDIR=\"$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME)\"'"); - GCC_SYMBOLS_PRIVATE_EXTERN = NO; - INSTALL_PATH = ""; - OTHER_LDFLAGS = " "; - OTHER_REZFLAGS = ""; - PRODUCT_NAME = ALL_BUILD; - SECTORDER_FLAGS = ""; - SYMROOT = /Users/yves/Projects/xtd/xtd/build/xtd.strings/xtd.strings; - USE_HEADERMAP = NO; - WARNING_CFLAGS = ("-Wmost","-Wno-four-char-constants","-Wno-unknown-pragmas","$(inherited)"); - }; - name = MinSizeRel; - }; - 69F87A3CD25A4700BE7B0B81 /* RelWithDebInfo */ = { - isa = XCBuildConfiguration; - buildSettings = { - COMBINE_HIDPI_IMAGES = YES; - GCC_GENERATE_DEBUGGING_SYMBOLS = YES; - GCC_INLINES_ARE_PRIVATE_EXTERN = NO; - GCC_OPTIMIZATION_LEVEL = 0; - GCC_PREPROCESSOR_DEFINITIONS = ("'CMAKE_INTDIR=\"$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME)\"'"); - GCC_SYMBOLS_PRIVATE_EXTERN = NO; - INSTALL_PATH = ""; - OTHER_LDFLAGS = " "; - OTHER_REZFLAGS = ""; - PRODUCT_NAME = install; - SECTORDER_FLAGS = ""; - SYMROOT = /Users/yves/Projects/xtd/xtd/build/xtd.strings/xtd.strings; - USE_HEADERMAP = NO; - WARNING_CFLAGS = ("-Wmost","-Wno-four-char-constants","-Wno-unknown-pragmas","$(inherited)"); - }; - name = RelWithDebInfo; - }; - 815F3E0EECB547B2AE3CC0FE /* Debug */ = { - isa = XCBuildConfiguration; - buildSettings = { - COMBINE_HIDPI_IMAGES = YES; - EXECUTABLE_PREFIX = lib; - EXECUTABLE_SUFFIX = .a; - GCC_GENERATE_DEBUGGING_SYMBOLS = YES; - GCC_INLINES_ARE_PRIVATE_EXTERN = NO; - GCC_OPTIMIZATION_LEVEL = 0; - GCC_PREPROCESSOR_DEFINITIONS = ("'CMAKE_INTDIR=\"$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME)\"'"); - GCC_SYMBOLS_PRIVATE_EXTERN = NO; - HEADER_SEARCH_PATHS = (/Users/yves/Projects/xtd/xtd/xtd.strings/xtd.strings/include); - INSTALL_PATH = ""; - LIBRARY_STYLE = STATIC; - OTHER_CPLUSPLUSFLAGS = " '-std=gnu++1z' "; - OTHER_LIBTOOLFLAGS = " "; - OTHER_REZFLAGS = ""; - PRODUCT_NAME = xtd.strings; - SECTORDER_FLAGS = ""; - SYMROOT = /Users/yves/Projects/xtd/xtd/build/xtd.strings/xtd.strings; - USE_HEADERMAP = NO; - WARNING_CFLAGS = ("-Wmost","-Wno-four-char-constants","-Wno-unknown-pragmas","$(inherited)"); - }; - name = Debug; - }; - 870ADB89C30F4EDA87BA8448 /* RelWithDebInfo */ = { - isa = XCBuildConfiguration; - buildSettings = { - COMBINE_HIDPI_IMAGES = YES; - EXECUTABLE_PREFIX = lib; - EXECUTABLE_SUFFIX = .a; - GCC_GENERATE_DEBUGGING_SYMBOLS = YES; - GCC_INLINES_ARE_PRIVATE_EXTERN = NO; - GCC_OPTIMIZATION_LEVEL = 2; - GCC_PREPROCESSOR_DEFINITIONS = ("'CMAKE_INTDIR=\"$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME)\"'"); - GCC_SYMBOLS_PRIVATE_EXTERN = NO; - HEADER_SEARCH_PATHS = (/Users/yves/Projects/xtd/xtd/xtd.strings/xtd.strings/include); - INSTALL_PATH = ""; - LIBRARY_STYLE = STATIC; - OTHER_CPLUSPLUSFLAGS = " -DNDEBUG '-std=gnu++1z' "; - OTHER_LIBTOOLFLAGS = " "; - OTHER_REZFLAGS = ""; - PRODUCT_NAME = xtd.strings; - SECTORDER_FLAGS = ""; - SYMROOT = /Users/yves/Projects/xtd/xtd/build/xtd.strings/xtd.strings; - USE_HEADERMAP = NO; - WARNING_CFLAGS = ("-Wmost","-Wno-four-char-constants","-Wno-unknown-pragmas","$(inherited)"); - }; - name = RelWithDebInfo; - }; - 8FB96E84939C4E50B3EE8A98 /* Release */ = { - isa = XCBuildConfiguration; - buildSettings = { - COMBINE_HIDPI_IMAGES = YES; - GCC_GENERATE_DEBUGGING_SYMBOLS = YES; - GCC_INLINES_ARE_PRIVATE_EXTERN = NO; - GCC_OPTIMIZATION_LEVEL = 0; - GCC_PREPROCESSOR_DEFINITIONS = ("'CMAKE_INTDIR=\"$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME)\"'"); - GCC_SYMBOLS_PRIVATE_EXTERN = NO; - INSTALL_PATH = ""; - OTHER_LDFLAGS = " "; - OTHER_REZFLAGS = ""; - PRODUCT_NAME = install; - SECTORDER_FLAGS = ""; - SYMROOT = /Users/yves/Projects/xtd/xtd/build/xtd.strings/xtd.strings; - USE_HEADERMAP = NO; - WARNING_CFLAGS = ("-Wmost","-Wno-four-char-constants","-Wno-unknown-pragmas","$(inherited)"); - }; - name = Release; - }; - CCB3D87F6C3C4EA48A4A7605 /* RelWithDebInfo */ = { - isa = XCBuildConfiguration; - buildSettings = { - COMBINE_HIDPI_IMAGES = YES; - GCC_GENERATE_DEBUGGING_SYMBOLS = YES; - GCC_INLINES_ARE_PRIVATE_EXTERN = NO; - GCC_OPTIMIZATION_LEVEL = 0; - GCC_PREPROCESSOR_DEFINITIONS = ("'CMAKE_INTDIR=\"$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME)\"'"); - GCC_SYMBOLS_PRIVATE_EXTERN = NO; - INSTALL_PATH = ""; - OTHER_LDFLAGS = " "; - OTHER_REZFLAGS = ""; - PRODUCT_NAME = ZERO_CHECK; - SECTORDER_FLAGS = ""; - SYMROOT = /Users/yves/Projects/xtd/xtd/build/xtd.strings/xtd.strings; - USE_HEADERMAP = NO; - WARNING_CFLAGS = ("-Wmost","-Wno-four-char-constants","-Wno-unknown-pragmas","$(inherited)"); - }; - name = RelWithDebInfo; - }; - D554E5271522411CA334A084 /* Release */ = { - isa = XCBuildConfiguration; - buildSettings = { - ONLY_ACTIVE_ARCH = YES; - SDKROOT = /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk; - SYMROOT = /Users/yves/Projects/xtd/xtd/build/xtd.strings/xtd.strings/build; - }; - name = Release; - }; - E087BB5D7DC1403F886034DA /* Debug */ = { - isa = XCBuildConfiguration; - buildSettings = { - ONLY_ACTIVE_ARCH = YES; - SDKROOT = /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk; - SYMROOT = /Users/yves/Projects/xtd/xtd/build/xtd.strings/xtd.strings/build; - }; - name = Debug; - }; - FBB588C513064FFCB0A03643 /* Release */ = { - isa = XCBuildConfiguration; - buildSettings = { - COMBINE_HIDPI_IMAGES = YES; - GCC_GENERATE_DEBUGGING_SYMBOLS = YES; - GCC_INLINES_ARE_PRIVATE_EXTERN = NO; - GCC_OPTIMIZATION_LEVEL = 0; - GCC_PREPROCESSOR_DEFINITIONS = ("'CMAKE_INTDIR=\"$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME)\"'"); - GCC_SYMBOLS_PRIVATE_EXTERN = NO; - INSTALL_PATH = ""; - OTHER_LDFLAGS = " "; - OTHER_REZFLAGS = ""; - PRODUCT_NAME = ZERO_CHECK; - SECTORDER_FLAGS = ""; - SYMROOT = /Users/yves/Projects/xtd/xtd/build/xtd.strings/xtd.strings; - USE_HEADERMAP = NO; - WARNING_CFLAGS = ("-Wmost","-Wno-four-char-constants","-Wno-unknown-pragmas","$(inherited)"); - }; - name = Release; - }; - FC1DCC4E68994132B08BE609 /* Debug */ = { - isa = XCBuildConfiguration; - buildSettings = { - COMBINE_HIDPI_IMAGES = YES; - GCC_GENERATE_DEBUGGING_SYMBOLS = YES; - GCC_INLINES_ARE_PRIVATE_EXTERN = NO; - GCC_OPTIMIZATION_LEVEL = 0; - GCC_PREPROCESSOR_DEFINITIONS = ("'CMAKE_INTDIR=\"$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME)\"'"); - GCC_SYMBOLS_PRIVATE_EXTERN = NO; - INSTALL_PATH = ""; - OTHER_LDFLAGS = " "; - OTHER_REZFLAGS = ""; - PRODUCT_NAME = install; - SECTORDER_FLAGS = ""; - SYMROOT = /Users/yves/Projects/xtd/xtd/build/xtd.strings/xtd.strings; - USE_HEADERMAP = NO; - WARNING_CFLAGS = ("-Wmost","-Wno-four-char-constants","-Wno-unknown-pragmas","$(inherited)"); - }; - name = Debug; - }; -/* End XCBuildConfiguration section */ - -/* Begin XCConfigurationList section */ - 1807119960FE4E3EB77ECEF4 /* Build configuration list for PBXAggregateTarget "install" */ = { - isa = XCConfigurationList; - buildConfigurations = ( - FC1DCC4E68994132B08BE609 /* Debug */, - 8FB96E84939C4E50B3EE8A98 /* Release */, - 29D0490D16F04447AF884920 /* MinSizeRel */, - 69F87A3CD25A4700BE7B0B81 /* RelWithDebInfo */, - ); - defaultConfigurationIsVisible = 0; - defaultConfigurationName = Debug; - }; - 395E5BCF5B1A4A1CB139A1AA /* Build configuration list for PBXAggregateTarget "ZERO_CHECK" */ = { - isa = XCConfigurationList; - buildConfigurations = ( - 437DB1337C5A44AAB9F92D78 /* Debug */, - FBB588C513064FFCB0A03643 /* Release */, - 14F23A5F6F8A428FA7267682 /* MinSizeRel */, - CCB3D87F6C3C4EA48A4A7605 /* RelWithDebInfo */, - ); - defaultConfigurationIsVisible = 0; - defaultConfigurationName = Debug; - }; - 8EE628D542504DE785CE092F /* Build configuration list for PBXAggregateTarget "ALL_BUILD" */ = { - isa = XCConfigurationList; - buildConfigurations = ( - 10529A9688024F4CABC79EFD /* Debug */, - 52D2AC16C48D44588D42A123 /* Release */, - 549D15D3A31C4F0FBCF3487F /* MinSizeRel */, - 3892F89187DE4C2FB794F07B /* RelWithDebInfo */, - ); - defaultConfigurationIsVisible = 0; - defaultConfigurationName = Debug; - }; - 9F5C7963D5364AE4A82401FA /* Build configuration list for PBXProject "xtd.strings" */ = { - isa = XCConfigurationList; - buildConfigurations = ( - E087BB5D7DC1403F886034DA /* Debug */, - D554E5271522411CA334A084 /* Release */, - 148EDBF593674FD5B4A0E174 /* MinSizeRel */, - 4DB7863940064A2FB68D9F57 /* RelWithDebInfo */, - ); - defaultConfigurationIsVisible = 0; - defaultConfigurationName = Debug; - }; - C2D6A04194444F82AAC47826 /* Build configuration list for PBXNativeTarget "xtd.strings" */ = { - isa = XCConfigurationList; - buildConfigurations = ( - 815F3E0EECB547B2AE3CC0FE /* Debug */, - 192D38AC13234FD5ADC9F9F8 /* Release */, - 2461251259514E0B807BD037 /* MinSizeRel */, - 870ADB89C30F4EDA87BA8448 /* RelWithDebInfo */, - ); - defaultConfigurationIsVisible = 0; - defaultConfigurationName = Debug; - }; -/* End XCConfigurationList section */ - }; - rootObject = 1E8C9A0E044E4E70B15AA5C7 /* Project object */; -} diff --git a/build/xtd.strings/xtd.strings/xtd.strings.xcodeproj/project.xcworkspace/xcshareddata/WorkspaceSettings.xcsettings b/build/xtd.strings/xtd.strings/xtd.strings.xcodeproj/project.xcworkspace/xcshareddata/WorkspaceSettings.xcsettings deleted file mode 100644 index e7eab23838d0..000000000000 --- a/build/xtd.strings/xtd.strings/xtd.strings.xcodeproj/project.xcworkspace/xcshareddata/WorkspaceSettings.xcsettings +++ /dev/null @@ -1,8 +0,0 @@ - - - - - BuildSystemType - Original - - diff --git a/build/xtd.strings/xtd.strings/xtd.stringsConfig.cmake b/build/xtd.strings/xtd.strings/xtd.stringsConfig.cmake deleted file mode 100644 index 8101dc301bfb..000000000000 --- a/build/xtd.strings/xtd.strings/xtd.stringsConfig.cmake +++ /dev/null @@ -1,14 +0,0 @@ -include(CMakeFindDependencyMacro) -include("${CMAKE_CURRENT_LIST_DIR}/xtd.strings.cmake") - -get_filename_component(xtd.strings_INCLUDE_DIRS "${CMAKE_CURRENT_LIST_DIR}/../include" ABSOLUTE) -get_filename_component(xtd.strings_LIBRARIES_DIRS "${CMAKE_CURRENT_LIST_DIR}/../lib" ABSOLUTE) - -set(xtd.strings_LIBRARIES xtd.strings) -set(xtd.strings_FOUND TRUE) - -set(CMAKE_CXX_STANDARD 17) -set(CMAKE_CXX_STANDARD_REQUIRED ON) -if (MSVC) - set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} /utf-8") -endif () diff --git a/build/xtd.xcodeproj/project.pbxproj b/build/xtd.xcodeproj/project.pbxproj deleted file mode 100644 index 54403a4aea5c..000000000000 --- a/build/xtd.xcodeproj/project.pbxproj +++ /dev/null @@ -1,1673 +0,0 @@ -// !$*UTF8*$! -{ - archiveVersion = 1; - classes = { - }; - objectVersion = 46; - objects = { - -/* Begin PBXAggregateTarget section */ - 50394EEE1BD24C4FB2A4CE92 /* ALL_BUILD */ = { - isa = PBXAggregateTarget; - buildConfigurationList = 8BB4822B7B4F4CF4B62EB42F /* Build configuration list for PBXAggregateTarget "ALL_BUILD" */; - buildPhases = ( - 5BB7D30C7B4244ECAC0EABEE /* CMake Rules */, - ); - dependencies = ( - F00DF9957423465EAF891863 /* PBXTargetDependency */, - 773ECC74C44E439D80DF4CC5 /* PBXTargetDependency */, - 8F79130328E04E0EA2D4A791 /* PBXTargetDependency */, - ED262FCE057F49A18CBE56CC /* PBXTargetDependency */, - EC8E944F698247F7BD32602F /* PBXTargetDependency */, - 20083086D5E44067ABB3CEBE /* PBXTargetDependency */, - ); - name = ALL_BUILD; - productName = ALL_BUILD; - }; - 5FC237F2D4EF4159A3B85902 /* ZERO_CHECK */ = { - isa = PBXAggregateTarget; - buildConfigurationList = 79A65DF66F994C2EB333877E /* Build configuration list for PBXAggregateTarget "ZERO_CHECK" */; - buildPhases = ( - 616FDF8C558F4EB99218441B /* CMake Rules */, - ); - dependencies = ( - ); - name = ZERO_CHECK; - productName = ZERO_CHECK; - }; - D8AC47AE86EC421F9902C1EF /* install */ = { - isa = PBXAggregateTarget; - buildConfigurationList = CA6F0E7CF19E4821967D34CD /* Build configuration list for PBXAggregateTarget "install" */; - buildPhases = ( - 9DFEE6331F5A41B5BA5C9D10 /* CMake PostBuild Rules */, - ); - dependencies = ( - 3A82D5FA35D7492C91F4028C /* PBXTargetDependency */, - ); - name = install; - productName = install; - }; -/* End PBXAggregateTarget section */ - -/* Begin PBXBuildFile section */ - 074471AC55D14C48B4429EC4 /* /Users/yves/Projects/xtd/xtd/xtd.console/xtd.console/include/xtd/console.hpp */ = {isa = PBXBuildFile; fileRef = 8D2C23E5511F49388A05BAC8 /* /Users/yves/Projects/xtd/xtd/xtd.console/xtd.console/include/xtd/console.hpp */; }; - 1740A7E8247B4C37916639A5 /* /Users/yves/Projects/xtd/xtd/xtd.console/xtd.console/include/xtd/format.hpp */ = {isa = PBXBuildFile; fileRef = FC5448C9329743A296F2F259 /* /Users/yves/Projects/xtd/xtd/xtd.console/xtd.console/include/xtd/format.hpp */; }; - 18D531936F60483BAB18B908 /* /Users/yves/Projects/xtd/xtd/xtd.delegates/xtd.delegates/include/xtd/action.hpp */ = {isa = PBXBuildFile; fileRef = 047F10C272DA436C9C99E538 /* /Users/yves/Projects/xtd/xtd/xtd.delegates/xtd.delegates/include/xtd/action.hpp */; }; - 19800FB27B3B416AA2E99517 /* /Users/yves/Projects/xtd/xtd/xtd/CMakeLists.txt */ = {isa = PBXBuildFile; fileRef = 943E94422AD04556A075FD79 /* /Users/yves/Projects/xtd/xtd/xtd/CMakeLists.txt */; }; - 1A64222F019E4FD3A26E8DD3 /* /Users/yves/Projects/xtd/xtd/xtd.properties/xtd.properties/src/properties.cpp */ = {isa = PBXBuildFile; fileRef = C0D44A91C3EE49B3AD769AE5 /* /Users/yves/Projects/xtd/xtd/xtd.properties/xtd.properties/src/properties.cpp */; }; - 286C20DB3B8B4B2586A0EAEA /* /Users/yves/Projects/xtd/xtd/xtd.delegates/xtd.delegates/include/xtd/delegates.hpp */ = {isa = PBXBuildFile; fileRef = 329327CA17734F368E534603 /* /Users/yves/Projects/xtd/xtd/xtd.delegates/xtd.delegates/include/xtd/delegates.hpp */; }; - 30257B1640F042938BF9830E /* /Users/yves/Projects/xtd/xtd/xtd.properties/xtd.properties/CMakeLists.txt */ = {isa = PBXBuildFile; fileRef = D434E541671341C5966CD149 /* /Users/yves/Projects/xtd/xtd/xtd.properties/xtd.properties/CMakeLists.txt */; }; - 30AD0110B6BF4F979CF2B8FA /* /Users/yves/Projects/xtd/xtd/xtd.delegates/xtd.delegates/include/xtd/event_args.hpp */ = {isa = PBXBuildFile; fileRef = 638ED99ABEFE4E1C97BA7EDF /* /Users/yves/Projects/xtd/xtd/xtd.delegates/xtd.delegates/include/xtd/event_args.hpp */; }; - 39ABAAB161734ACFAB607D3A /* /Users/yves/Projects/xtd/xtd/xtd.console/xtd.console/include/xtd/foreground_color.hpp */ = {isa = PBXBuildFile; fileRef = FF6F8736CBF4425CB054FD4C /* /Users/yves/Projects/xtd/xtd/xtd.console/xtd.console/include/xtd/foreground_color.hpp */; }; - 3CBC81C84EC2493CA5DF52EA /* /Users/yves/Projects/xtd/xtd/xtd.console/xtd.console/include/xtd/console_special_key.hpp */ = {isa = PBXBuildFile; fileRef = B51003FE333D4B829FA3253C /* /Users/yves/Projects/xtd/xtd/xtd.console/xtd.console/include/xtd/console_special_key.hpp */; }; - 4832CFE6BD61459AAE06FF38 /* /Users/yves/Projects/xtd/xtd/xtd.console/xtd.console/CMakeLists.txt */ = {isa = PBXBuildFile; fileRef = 00050644E53E4003A5F98749 /* /Users/yves/Projects/xtd/xtd/xtd.console/xtd.console/CMakeLists.txt */; }; - 4C2B64C5489F401A9F90D39E /* /Users/yves/Projects/xtd/xtd/xtd.delegates/xtd.delegates/include/xtd/event_handler.hpp */ = {isa = PBXBuildFile; fileRef = BDC4D8708F674F59A80570E6 /* /Users/yves/Projects/xtd/xtd/xtd.delegates/xtd.delegates/include/xtd/event_handler.hpp */; }; - 4CCBB45A8D3744A2AA89FEEE /* /Users/yves/Projects/xtd/xtd/xtd.console/xtd.console/include/xtd/console_modifiers.hpp */ = {isa = PBXBuildFile; fileRef = B205A861D08941BC8C9C1AB0 /* /Users/yves/Projects/xtd/xtd/xtd.console/xtd.console/include/xtd/console_modifiers.hpp */; }; - 4E763C3458AF443B86E8CEB8 /* /Users/yves/Projects/xtd/xtd/xtd.console/xtd.console/include/xtd/basic_console.hpp */ = {isa = PBXBuildFile; fileRef = B248A01B768E439AAA5C2FEE /* /Users/yves/Projects/xtd/xtd/xtd.console/xtd.console/include/xtd/basic_console.hpp */; }; - 5F036E119CE54163B515BEC6 /* /Users/yves/Projects/xtd/xtd/xtd.delegates/xtd.delegates/include/xtd/predicate.hpp */ = {isa = PBXBuildFile; fileRef = E127A4D46CA84385929DC958 /* /Users/yves/Projects/xtd/xtd/xtd.delegates/xtd.delegates/include/xtd/predicate.hpp */; }; - 5F426EA615CD48C6AF2706F2 /* /Users/yves/Projects/xtd/xtd/xtd.delegates/xtd.delegates/CMakeLists.txt */ = {isa = PBXBuildFile; fileRef = 5C5173824CC04D7AA99EF111 /* /Users/yves/Projects/xtd/xtd/xtd.delegates/xtd.delegates/CMakeLists.txt */; }; - 64A587603ACD4DA7856D55A2 /* /Users/yves/Projects/xtd/xtd/xtd.console/xtd.console/include/xtd/beep.hpp */ = {isa = PBXBuildFile; fileRef = 734DFC70BCA240CB8ABC6B2E /* /Users/yves/Projects/xtd/xtd/xtd.console/xtd.console/include/xtd/beep.hpp */; }; - 70BC75EE14034B60A00B3917 /* /Users/yves/Projects/xtd/xtd/xtd/include/xtd/xtd */ = {isa = PBXBuildFile; fileRef = 3B95931082694FB3BE9931C3 /* /Users/yves/Projects/xtd/xtd/xtd/include/xtd/xtd */; }; - 7395CD4901C84E679CB721B8 /* /Users/yves/Projects/xtd/xtd/xtd.strings/xtd.strings/include/xtd/strings */ = {isa = PBXBuildFile; fileRef = B745D620AA8041C3AD30E194 /* /Users/yves/Projects/xtd/xtd/xtd.strings/xtd.strings/include/xtd/strings */; }; - 75E0E633B4A648D3AA7A7F12 /* /Users/yves/Projects/xtd/xtd/xtd.console/xtd.console/src/__opaque_console_gcc.cpp */ = {isa = PBXBuildFile; fileRef = 173A02A8386144D191C60BF6 /* /Users/yves/Projects/xtd/xtd/xtd.console/xtd.console/src/__opaque_console_gcc.cpp */; }; - 7D311EFAD9A246F9955666C0 /* /Users/yves/Projects/xtd/xtd/xtd.properties/xtd.properties/include/xtd/properties.hpp */ = {isa = PBXBuildFile; fileRef = D020B42B2A254E51AE8B39A3 /* /Users/yves/Projects/xtd/xtd/xtd.properties/xtd.properties/include/xtd/properties.hpp */; }; - 817F102540514EEFA84135F7 /* /Users/yves/Projects/xtd/xtd/xtd.console/xtd.console/include/xtd/__opaque_console.hpp */ = {isa = PBXBuildFile; fileRef = 5333D950BD5346C2A57396F1 /* /Users/yves/Projects/xtd/xtd/xtd.console/xtd.console/include/xtd/__opaque_console.hpp */; }; - 9067B5B3E5DE4497A4EBF195 /* /Users/yves/Projects/xtd/xtd/xtd.console/xtd.console/include/xtd/console */ = {isa = PBXBuildFile; fileRef = 0D7049E90EE945128CA41CF6 /* /Users/yves/Projects/xtd/xtd/xtd.console/xtd.console/include/xtd/console */; }; - 99A5113EF4AD4D8A9CEA795A /* /Users/yves/Projects/xtd/xtd/xtd/include/xtd/xtd.hpp */ = {isa = PBXBuildFile; fileRef = 7B37E4C1CB7941A791B1DE8C /* /Users/yves/Projects/xtd/xtd/xtd/include/xtd/xtd.hpp */; }; - 9C9D388AE6934BB1A85F80C4 /* /Users/yves/Projects/xtd/xtd/xtd.strings/xtd.strings/CMakeLists.txt */ = {isa = PBXBuildFile; fileRef = 941D6D1DF3B94C30AFB584F5 /* /Users/yves/Projects/xtd/xtd/xtd.strings/xtd.strings/CMakeLists.txt */; }; - B7E7A10059C143EEAF2A3827 /* /Users/yves/Projects/xtd/xtd/xtd.console/xtd.console/include/xtd/__get_in_rdbuf.hpp */ = {isa = PBXBuildFile; fileRef = 29864DD963A04714A6F10FFA /* /Users/yves/Projects/xtd/xtd/xtd.console/xtd.console/include/xtd/__get_in_rdbuf.hpp */; }; - B81095EF3F4B4FE8ABA80B4A /* /Users/yves/Projects/xtd/xtd/xtd/src/xtd.cpp */ = {isa = PBXBuildFile; fileRef = 906D29DCE446483C8932C2A9 /* /Users/yves/Projects/xtd/xtd/xtd/src/xtd.cpp */; }; - BB6131E3F72D41288F68772E /* /Users/yves/Projects/xtd/xtd/xtd.strings/xtd.strings/include/xtd/__format.hpp */ = {isa = PBXBuildFile; fileRef = 8445BA97679F4EE884A55678 /* /Users/yves/Projects/xtd/xtd/xtd.strings/xtd.strings/include/xtd/__format.hpp */; }; - C4A35989F06E4D5FA8BD2290 /* /Users/yves/Projects/xtd/xtd/xtd.delegates/xtd.delegates/include/xtd/delegate.hpp */ = {isa = PBXBuildFile; fileRef = 3F4E8C99D82A4D15AEE89376 /* /Users/yves/Projects/xtd/xtd/xtd.delegates/xtd.delegates/include/xtd/delegate.hpp */; }; - C67805E4A43F4C419D6D1DCB /* /Users/yves/Projects/xtd/xtd/xtd.console/xtd.console/include/xtd/console_key_info.hpp */ = {isa = PBXBuildFile; fileRef = D3E15A8D32C24C77B4260182 /* /Users/yves/Projects/xtd/xtd/xtd.console/xtd.console/include/xtd/console_key_info.hpp */; }; - C69939DEC7DE42D6A9A065DF /* /Users/yves/Projects/xtd/xtd/xtd.console/xtd.console/include/xtd/console_color.hpp */ = {isa = PBXBuildFile; fileRef = 416027221ECF49128E21DC97 /* /Users/yves/Projects/xtd/xtd/xtd.console/xtd.console/include/xtd/console_color.hpp */; }; - D84C63EFA7F84E9FB50F6A03 /* /Users/yves/Projects/xtd/xtd/xtd.delegates/xtd.delegates/include/xtd/delegates */ = {isa = PBXBuildFile; fileRef = 25073EE2E27142A3BEACEC9B /* /Users/yves/Projects/xtd/xtd/xtd.delegates/xtd.delegates/include/xtd/delegates */; }; - DD4B713CCB2545AB9D903D8D /* /Users/yves/Projects/xtd/xtd/xtd.console/xtd.console/include/xtd/__get_err_rdbuf.hpp */ = {isa = PBXBuildFile; fileRef = D558E91A26054703AB98FD7D /* /Users/yves/Projects/xtd/xtd/xtd.console/xtd.console/include/xtd/__get_err_rdbuf.hpp */; }; - E13D29BD373143A49976DA71 /* /Users/yves/Projects/xtd/xtd/xtd.strings/xtd.strings/src/strings.cpp */ = {isa = PBXBuildFile; fileRef = 55E1B5CF158C419899002105 /* /Users/yves/Projects/xtd/xtd/xtd.strings/xtd.strings/src/strings.cpp */; }; - E1FFFC7BE8E84AE4903435DB /* /Users/yves/Projects/xtd/xtd/xtd.console/xtd.console/include/xtd/__get_out_rdbuf.hpp */ = {isa = PBXBuildFile; fileRef = 67B0AA856D4C4ED0990A6486 /* /Users/yves/Projects/xtd/xtd/xtd.console/xtd.console/include/xtd/__get_out_rdbuf.hpp */; }; - E458FEDC862D4016B1770BD3 /* /Users/yves/Projects/xtd/xtd/xtd.delegates/xtd.delegates/include/xtd/func.hpp */ = {isa = PBXBuildFile; fileRef = 3E9D2F84DE3D46B49C88ACD7 /* /Users/yves/Projects/xtd/xtd/xtd.delegates/xtd.delegates/include/xtd/func.hpp */; }; - E603111135CF4008B3416CC7 /* /Users/yves/Projects/xtd/xtd/xtd.console/xtd.console/src/__opaque_console_win32.cpp */ = {isa = PBXBuildFile; fileRef = 5FC9579D3F5E49379D791CC0 /* /Users/yves/Projects/xtd/xtd/xtd.console/xtd.console/src/__opaque_console_win32.cpp */; }; - E7A82444DF81446E8D1A6053 /* /Users/yves/Projects/xtd/xtd/xtd.console/xtd.console/include/xtd/console_key.hpp */ = {isa = PBXBuildFile; fileRef = 7EF1704F37E34F959A50DE27 /* /Users/yves/Projects/xtd/xtd/xtd.console/xtd.console/include/xtd/console_key.hpp */; }; - ECA80364F18C4F4D9F1D187E /* /Users/yves/Projects/xtd/xtd/xtd.console/xtd.console/include/xtd/background_color.hpp */ = {isa = PBXBuildFile; fileRef = E02DFA6E98D6486E975F48AF /* /Users/yves/Projects/xtd/xtd/xtd.console/xtd.console/include/xtd/background_color.hpp */; }; - F0373E16BF904E99843C4112 /* /Users/yves/Projects/xtd/xtd/xtd.console/xtd.console/include/xtd/reset_color.hpp */ = {isa = PBXBuildFile; fileRef = 61D7E4A207BB4D87B2508A76 /* /Users/yves/Projects/xtd/xtd/xtd.console/xtd.console/include/xtd/reset_color.hpp */; }; - F5FF11C80A5743AAAF27CE7F /* /Users/yves/Projects/xtd/xtd/xtd.delegates/xtd.delegates/src/delegates.cpp */ = {isa = PBXBuildFile; fileRef = 0273460FDDE94D06B6C48FF8 /* /Users/yves/Projects/xtd/xtd/xtd.delegates/xtd.delegates/src/delegates.cpp */; }; - F96ABF7BBB994AA2AD8E1B87 /* /Users/yves/Projects/xtd/xtd/xtd.strings/xtd.strings/include/xtd/strings.hpp */ = {isa = PBXBuildFile; fileRef = 4D4A28215CFF49A293BD9394 /* /Users/yves/Projects/xtd/xtd/xtd.strings/xtd.strings/include/xtd/strings.hpp */; }; - FCE3F80DE18E4A0A8196BF9E /* /Users/yves/Projects/xtd/xtd/xtd.properties/xtd.properties/include/xtd/properties */ = {isa = PBXBuildFile; fileRef = A7735061A9D64BEBB762CE34 /* /Users/yves/Projects/xtd/xtd/xtd.properties/xtd.properties/include/xtd/properties */; }; -/* End PBXBuildFile section */ - -/* Begin PBXBuildStyle section */ - 01914174713D40CFB9542838 /* RelWithDebInfo */ = { - isa = PBXBuildStyle; - buildSettings = { - COPY_PHASE_STRIP = NO; - }; - name = RelWithDebInfo; - }; - 5BEB436167AF4609B06A54B5 /* Debug */ = { - isa = PBXBuildStyle; - buildSettings = { - COPY_PHASE_STRIP = NO; - }; - name = Debug; - }; - B99AE4F1EF404B5A81571075 /* MinSizeRel */ = { - isa = PBXBuildStyle; - buildSettings = { - COPY_PHASE_STRIP = NO; - }; - name = MinSizeRel; - }; - D0120252CC694288AEA23782 /* Release */ = { - isa = PBXBuildStyle; - buildSettings = { - COPY_PHASE_STRIP = NO; - }; - name = Release; - }; -/* End PBXBuildStyle section */ - -/* Begin PBXContainerItemProxy section */ - 0E2D9D99FEFA474A9B127A5B /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = 2A64DBDEF81647EAB6CF856A /* Project object */; - proxyType = 1; - remoteGlobalIDString = B6A8B7F52CD447538E925BAD; - remoteInfo = xtd.properties; - }; - 1FAFF010BF6148F88A69329F /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = 2A64DBDEF81647EAB6CF856A /* Project object */; - proxyType = 1; - remoteGlobalIDString = 64B6160145B74090BEB6B4BD; - remoteInfo = xtd; - }; - 29764859226D4FCFA6364D29 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = 2A64DBDEF81647EAB6CF856A /* Project object */; - proxyType = 1; - remoteGlobalIDString = 50394EEE1BD24C4FB2A4CE92; - remoteInfo = ALL_BUILD; - }; - 2FA9ED0D29B0477680552B40 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = 2A64DBDEF81647EAB6CF856A /* Project object */; - proxyType = 1; - remoteGlobalIDString = 602F63698B04466DAC2A37B5; - remoteInfo = xtd.strings; - }; - 30DA3302A04C429FB7C62C4D /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = 2A64DBDEF81647EAB6CF856A /* Project object */; - proxyType = 1; - remoteGlobalIDString = 5FC237F2D4EF4159A3B85902; - remoteInfo = ZERO_CHECK; - }; - 90B9ED2A89B44D38B7129D49 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = 2A64DBDEF81647EAB6CF856A /* Project object */; - proxyType = 1; - remoteGlobalIDString = F1A89C8CCA574D76B09D25D5; - remoteInfo = xtd.console; - }; - B25241AEBC864DBE9A9DB5F0 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = 2A64DBDEF81647EAB6CF856A /* Project object */; - proxyType = 1; - remoteGlobalIDString = BE60D33E0EE44B00B23BEA4B; - remoteInfo = xtd.delegates; - }; - B94C1750E39545C387509308 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = 2A64DBDEF81647EAB6CF856A /* Project object */; - proxyType = 1; - remoteGlobalIDString = B6A8B7F52CD447538E925BAD; - remoteInfo = xtd.properties; - }; - C63AF9E01C89422DB4A09EFA /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = 2A64DBDEF81647EAB6CF856A /* Project object */; - proxyType = 1; - remoteGlobalIDString = 602F63698B04466DAC2A37B5; - remoteInfo = xtd.strings; - }; - D2BD1A2DDCEE49449CE213DD /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = 2A64DBDEF81647EAB6CF856A /* Project object */; - proxyType = 1; - remoteGlobalIDString = 602F63698B04466DAC2A37B5; - remoteInfo = xtd.strings; - }; - EA00231040D747FCB59D617B /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = 2A64DBDEF81647EAB6CF856A /* Project object */; - proxyType = 1; - remoteGlobalIDString = BE60D33E0EE44B00B23BEA4B; - remoteInfo = xtd.delegates; - }; - FE1D78C2B7DB406BA88D6EBD /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = 2A64DBDEF81647EAB6CF856A /* Project object */; - proxyType = 1; - remoteGlobalIDString = F1A89C8CCA574D76B09D25D5; - remoteInfo = xtd.console; - }; -/* End PBXContainerItemProxy section */ - -/* Begin PBXFileReference section */ - 00050644E53E4003A5F98749 /* /Users/yves/Projects/xtd/xtd/xtd.console/xtd.console/CMakeLists.txt */ = {isa = PBXFileReference; explicitFileType = sourcecode.text; fileEncoding = 4; name = CMakeLists.txt; path = xtd.console/xtd.console/CMakeLists.txt; sourceTree = SOURCE_ROOT; }; - 0273460FDDE94D06B6C48FF8 /* /Users/yves/Projects/xtd/xtd/xtd.delegates/xtd.delegates/src/delegates.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = delegates.cpp; path = xtd.delegates/xtd.delegates/src/delegates.cpp; sourceTree = SOURCE_ROOT; }; - 047F10C272DA436C9C99E538 /* /Users/yves/Projects/xtd/xtd/xtd.delegates/xtd.delegates/include/xtd/action.hpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.h; fileEncoding = 4; name = action.hpp; path = xtd.delegates/xtd.delegates/include/xtd/action.hpp; sourceTree = SOURCE_ROOT; }; - 0D7049E90EE945128CA41CF6 /* /Users/yves/Projects/xtd/xtd/xtd.console/xtd.console/include/xtd/console */ = {isa = PBXFileReference; explicitFileType = sourcecode; fileEncoding = 4; name = console; path = xtd.console/xtd.console/include/xtd/console; sourceTree = SOURCE_ROOT; }; - 173A02A8386144D191C60BF6 /* /Users/yves/Projects/xtd/xtd/xtd.console/xtd.console/src/__opaque_console_gcc.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = __opaque_console_gcc.cpp; path = xtd.console/xtd.console/src/__opaque_console_gcc.cpp; sourceTree = SOURCE_ROOT; }; - 25073EE2E27142A3BEACEC9B /* /Users/yves/Projects/xtd/xtd/xtd.delegates/xtd.delegates/include/xtd/delegates */ = {isa = PBXFileReference; explicitFileType = sourcecode; fileEncoding = 4; name = delegates; path = xtd.delegates/xtd.delegates/include/xtd/delegates; sourceTree = SOURCE_ROOT; }; - 289D2A5EDA1C455992C48C96 /* xtd.strings */ = {isa = PBXFileReference; explicitFileType = archive.ar; path = libxtd.strings.a; sourceTree = BUILT_PRODUCTS_DIR; }; - 29864DD963A04714A6F10FFA /* /Users/yves/Projects/xtd/xtd/xtd.console/xtd.console/include/xtd/__get_in_rdbuf.hpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.h; fileEncoding = 4; name = __get_in_rdbuf.hpp; path = xtd.console/xtd.console/include/xtd/__get_in_rdbuf.hpp; sourceTree = SOURCE_ROOT; }; - 2A89214A6ED445E6B15ABE43 /* xtd.delegates */ = {isa = PBXFileReference; explicitFileType = archive.ar; path = libxtd.delegates.a; sourceTree = BUILT_PRODUCTS_DIR; }; - 329327CA17734F368E534603 /* /Users/yves/Projects/xtd/xtd/xtd.delegates/xtd.delegates/include/xtd/delegates.hpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.h; fileEncoding = 4; name = delegates.hpp; path = xtd.delegates/xtd.delegates/include/xtd/delegates.hpp; sourceTree = SOURCE_ROOT; }; - 3B95931082694FB3BE9931C3 /* /Users/yves/Projects/xtd/xtd/xtd/include/xtd/xtd */ = {isa = PBXFileReference; explicitFileType = sourcecode; fileEncoding = 4; name = xtd; path = xtd/include/xtd/xtd; sourceTree = SOURCE_ROOT; }; - 3E9D2F84DE3D46B49C88ACD7 /* /Users/yves/Projects/xtd/xtd/xtd.delegates/xtd.delegates/include/xtd/func.hpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.h; fileEncoding = 4; name = func.hpp; path = xtd.delegates/xtd.delegates/include/xtd/func.hpp; sourceTree = SOURCE_ROOT; }; - 3F4E8C99D82A4D15AEE89376 /* /Users/yves/Projects/xtd/xtd/xtd.delegates/xtd.delegates/include/xtd/delegate.hpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.h; fileEncoding = 4; name = delegate.hpp; path = xtd.delegates/xtd.delegates/include/xtd/delegate.hpp; sourceTree = SOURCE_ROOT; }; - 416027221ECF49128E21DC97 /* /Users/yves/Projects/xtd/xtd/xtd.console/xtd.console/include/xtd/console_color.hpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.h; fileEncoding = 4; name = console_color.hpp; path = xtd.console/xtd.console/include/xtd/console_color.hpp; sourceTree = SOURCE_ROOT; }; - 4CCDC71723724C8093A1DE30 /* xtd */ = {isa = PBXFileReference; explicitFileType = archive.ar; path = libxtd.a; sourceTree = BUILT_PRODUCTS_DIR; }; - 4D4A28215CFF49A293BD9394 /* /Users/yves/Projects/xtd/xtd/xtd.strings/xtd.strings/include/xtd/strings.hpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.h; fileEncoding = 4; name = strings.hpp; path = xtd.strings/xtd.strings/include/xtd/strings.hpp; sourceTree = SOURCE_ROOT; }; - 5333D950BD5346C2A57396F1 /* /Users/yves/Projects/xtd/xtd/xtd.console/xtd.console/include/xtd/__opaque_console.hpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.h; fileEncoding = 4; name = __opaque_console.hpp; path = xtd.console/xtd.console/include/xtd/__opaque_console.hpp; sourceTree = SOURCE_ROOT; }; - 55E1B5CF158C419899002105 /* /Users/yves/Projects/xtd/xtd/xtd.strings/xtd.strings/src/strings.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = strings.cpp; path = xtd.strings/xtd.strings/src/strings.cpp; sourceTree = SOURCE_ROOT; }; - 5C5173824CC04D7AA99EF111 /* /Users/yves/Projects/xtd/xtd/xtd.delegates/xtd.delegates/CMakeLists.txt */ = {isa = PBXFileReference; explicitFileType = sourcecode.text; fileEncoding = 4; name = CMakeLists.txt; path = xtd.delegates/xtd.delegates/CMakeLists.txt; sourceTree = SOURCE_ROOT; }; - 5FC9579D3F5E49379D791CC0 /* /Users/yves/Projects/xtd/xtd/xtd.console/xtd.console/src/__opaque_console_win32.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = __opaque_console_win32.cpp; path = xtd.console/xtd.console/src/__opaque_console_win32.cpp; sourceTree = SOURCE_ROOT; }; - 61D7E4A207BB4D87B2508A76 /* /Users/yves/Projects/xtd/xtd/xtd.console/xtd.console/include/xtd/reset_color.hpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.h; fileEncoding = 4; name = reset_color.hpp; path = xtd.console/xtd.console/include/xtd/reset_color.hpp; sourceTree = SOURCE_ROOT; }; - 638ED99ABEFE4E1C97BA7EDF /* /Users/yves/Projects/xtd/xtd/xtd.delegates/xtd.delegates/include/xtd/event_args.hpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.h; fileEncoding = 4; name = event_args.hpp; path = xtd.delegates/xtd.delegates/include/xtd/event_args.hpp; sourceTree = SOURCE_ROOT; }; - 67B0AA856D4C4ED0990A6486 /* /Users/yves/Projects/xtd/xtd/xtd.console/xtd.console/include/xtd/__get_out_rdbuf.hpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.h; fileEncoding = 4; name = __get_out_rdbuf.hpp; path = xtd.console/xtd.console/include/xtd/__get_out_rdbuf.hpp; sourceTree = SOURCE_ROOT; }; - 734DFC70BCA240CB8ABC6B2E /* /Users/yves/Projects/xtd/xtd/xtd.console/xtd.console/include/xtd/beep.hpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.h; fileEncoding = 4; name = beep.hpp; path = xtd.console/xtd.console/include/xtd/beep.hpp; sourceTree = SOURCE_ROOT; }; - 7B37E4C1CB7941A791B1DE8C /* /Users/yves/Projects/xtd/xtd/xtd/include/xtd/xtd.hpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.h; fileEncoding = 4; name = xtd.hpp; path = xtd/include/xtd/xtd.hpp; sourceTree = SOURCE_ROOT; }; - 7EF1704F37E34F959A50DE27 /* /Users/yves/Projects/xtd/xtd/xtd.console/xtd.console/include/xtd/console_key.hpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.h; fileEncoding = 4; name = console_key.hpp; path = xtd.console/xtd.console/include/xtd/console_key.hpp; sourceTree = SOURCE_ROOT; }; - 826D56F0702D4877B34F4D06 /* xtd.console */ = {isa = PBXFileReference; explicitFileType = archive.ar; path = libxtd.console.a; sourceTree = BUILT_PRODUCTS_DIR; }; - 8445BA97679F4EE884A55678 /* /Users/yves/Projects/xtd/xtd/xtd.strings/xtd.strings/include/xtd/__format.hpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.h; fileEncoding = 4; name = __format.hpp; path = xtd.strings/xtd.strings/include/xtd/__format.hpp; sourceTree = SOURCE_ROOT; }; - 8D2C23E5511F49388A05BAC8 /* /Users/yves/Projects/xtd/xtd/xtd.console/xtd.console/include/xtd/console.hpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.h; fileEncoding = 4; name = console.hpp; path = xtd.console/xtd.console/include/xtd/console.hpp; sourceTree = SOURCE_ROOT; }; - 906D29DCE446483C8932C2A9 /* /Users/yves/Projects/xtd/xtd/xtd/src/xtd.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = xtd.cpp; path = xtd/src/xtd.cpp; sourceTree = SOURCE_ROOT; }; - 941D6D1DF3B94C30AFB584F5 /* /Users/yves/Projects/xtd/xtd/xtd.strings/xtd.strings/CMakeLists.txt */ = {isa = PBXFileReference; explicitFileType = sourcecode.text; fileEncoding = 4; name = CMakeLists.txt; path = xtd.strings/xtd.strings/CMakeLists.txt; sourceTree = SOURCE_ROOT; }; - 943E94422AD04556A075FD79 /* /Users/yves/Projects/xtd/xtd/xtd/CMakeLists.txt */ = {isa = PBXFileReference; explicitFileType = sourcecode.text; fileEncoding = 4; name = CMakeLists.txt; path = xtd/CMakeLists.txt; sourceTree = SOURCE_ROOT; }; - 95E14257A3094E089D822C92 /* /Users/yves/Projects/xtd/xtd/CMakeLists.txt */ = {isa = PBXFileReference; explicitFileType = sourcecode.text; fileEncoding = 4; name = CMakeLists.txt; path = CMakeLists.txt; sourceTree = SOURCE_ROOT; }; - A7735061A9D64BEBB762CE34 /* /Users/yves/Projects/xtd/xtd/xtd.properties/xtd.properties/include/xtd/properties */ = {isa = PBXFileReference; explicitFileType = sourcecode; fileEncoding = 4; name = properties; path = xtd.properties/xtd.properties/include/xtd/properties; sourceTree = SOURCE_ROOT; }; - B205A861D08941BC8C9C1AB0 /* /Users/yves/Projects/xtd/xtd/xtd.console/xtd.console/include/xtd/console_modifiers.hpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.h; fileEncoding = 4; name = console_modifiers.hpp; path = xtd.console/xtd.console/include/xtd/console_modifiers.hpp; sourceTree = SOURCE_ROOT; }; - B248A01B768E439AAA5C2FEE /* /Users/yves/Projects/xtd/xtd/xtd.console/xtd.console/include/xtd/basic_console.hpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.h; fileEncoding = 4; name = basic_console.hpp; path = xtd.console/xtd.console/include/xtd/basic_console.hpp; sourceTree = SOURCE_ROOT; }; - B51003FE333D4B829FA3253C /* /Users/yves/Projects/xtd/xtd/xtd.console/xtd.console/include/xtd/console_special_key.hpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.h; fileEncoding = 4; name = console_special_key.hpp; path = xtd.console/xtd.console/include/xtd/console_special_key.hpp; sourceTree = SOURCE_ROOT; }; - B745D620AA8041C3AD30E194 /* /Users/yves/Projects/xtd/xtd/xtd.strings/xtd.strings/include/xtd/strings */ = {isa = PBXFileReference; explicitFileType = sourcecode; fileEncoding = 4; name = strings; path = xtd.strings/xtd.strings/include/xtd/strings; sourceTree = SOURCE_ROOT; }; - BDC4D8708F674F59A80570E6 /* /Users/yves/Projects/xtd/xtd/xtd.delegates/xtd.delegates/include/xtd/event_handler.hpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.h; fileEncoding = 4; name = event_handler.hpp; path = xtd.delegates/xtd.delegates/include/xtd/event_handler.hpp; sourceTree = SOURCE_ROOT; }; - C0D44A91C3EE49B3AD769AE5 /* /Users/yves/Projects/xtd/xtd/xtd.properties/xtd.properties/src/properties.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = properties.cpp; path = xtd.properties/xtd.properties/src/properties.cpp; sourceTree = SOURCE_ROOT; }; - D020B42B2A254E51AE8B39A3 /* /Users/yves/Projects/xtd/xtd/xtd.properties/xtd.properties/include/xtd/properties.hpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.h; fileEncoding = 4; name = properties.hpp; path = xtd.properties/xtd.properties/include/xtd/properties.hpp; sourceTree = SOURCE_ROOT; }; - D3E15A8D32C24C77B4260182 /* /Users/yves/Projects/xtd/xtd/xtd.console/xtd.console/include/xtd/console_key_info.hpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.h; fileEncoding = 4; name = console_key_info.hpp; path = xtd.console/xtd.console/include/xtd/console_key_info.hpp; sourceTree = SOURCE_ROOT; }; - D434E541671341C5966CD149 /* /Users/yves/Projects/xtd/xtd/xtd.properties/xtd.properties/CMakeLists.txt */ = {isa = PBXFileReference; explicitFileType = sourcecode.text; fileEncoding = 4; name = CMakeLists.txt; path = xtd.properties/xtd.properties/CMakeLists.txt; sourceTree = SOURCE_ROOT; }; - D558E91A26054703AB98FD7D /* /Users/yves/Projects/xtd/xtd/xtd.console/xtd.console/include/xtd/__get_err_rdbuf.hpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.h; fileEncoding = 4; name = __get_err_rdbuf.hpp; path = xtd.console/xtd.console/include/xtd/__get_err_rdbuf.hpp; sourceTree = SOURCE_ROOT; }; - DE5B7FAF2974469C9999AA82 /* xtd.properties */ = {isa = PBXFileReference; explicitFileType = archive.ar; path = libxtd.properties.a; sourceTree = BUILT_PRODUCTS_DIR; }; - E02DFA6E98D6486E975F48AF /* /Users/yves/Projects/xtd/xtd/xtd.console/xtd.console/include/xtd/background_color.hpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.h; fileEncoding = 4; name = background_color.hpp; path = xtd.console/xtd.console/include/xtd/background_color.hpp; sourceTree = SOURCE_ROOT; }; - E127A4D46CA84385929DC958 /* /Users/yves/Projects/xtd/xtd/xtd.delegates/xtd.delegates/include/xtd/predicate.hpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.h; fileEncoding = 4; name = predicate.hpp; path = xtd.delegates/xtd.delegates/include/xtd/predicate.hpp; sourceTree = SOURCE_ROOT; }; - FC5448C9329743A296F2F259 /* /Users/yves/Projects/xtd/xtd/xtd.console/xtd.console/include/xtd/format.hpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.h; fileEncoding = 4; name = format.hpp; path = xtd.console/xtd.console/include/xtd/format.hpp; sourceTree = SOURCE_ROOT; }; - FF6F8736CBF4425CB054FD4C /* /Users/yves/Projects/xtd/xtd/xtd.console/xtd.console/include/xtd/foreground_color.hpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.h; fileEncoding = 4; name = foreground_color.hpp; path = xtd.console/xtd.console/include/xtd/foreground_color.hpp; sourceTree = SOURCE_ROOT; }; -/* End PBXFileReference section */ - -/* Begin PBXGroup section */ - 01F76E4996A34E0B88EBD77F /* src */ = { - isa = PBXGroup; - children = ( - 906D29DCE446483C8932C2A9 /* /Users/yves/Projects/xtd/xtd/xtd/src/xtd.cpp */, - ); - name = src; - sourceTree = ""; - }; - 0280C381791543FB8B9F37DC /* include */ = { - isa = PBXGroup; - children = ( - 3B95931082694FB3BE9931C3 /* /Users/yves/Projects/xtd/xtd/xtd/include/xtd/xtd */, - 7B37E4C1CB7941A791B1DE8C /* /Users/yves/Projects/xtd/xtd/xtd/include/xtd/xtd.hpp */, - ); - name = include; - sourceTree = ""; - }; - 2083C421985D4FAFA07B257C /* Products */ = { - isa = PBXGroup; - children = ( - 4CCDC71723724C8093A1DE30 /* xtd */, - 826D56F0702D4877B34F4D06 /* xtd.console */, - 2A89214A6ED445E6B15ABE43 /* xtd.delegates */, - DE5B7FAF2974469C9999AA82 /* xtd.properties */, - 289D2A5EDA1C455992C48C96 /* xtd.strings */, - ); - name = Products; - sourceTree = ""; - }; - 297CB664DFCD497992CE6C8D /* include */ = { - isa = PBXGroup; - children = ( - D558E91A26054703AB98FD7D /* /Users/yves/Projects/xtd/xtd/xtd.console/xtd.console/include/xtd/__get_err_rdbuf.hpp */, - 29864DD963A04714A6F10FFA /* /Users/yves/Projects/xtd/xtd/xtd.console/xtd.console/include/xtd/__get_in_rdbuf.hpp */, - 67B0AA856D4C4ED0990A6486 /* /Users/yves/Projects/xtd/xtd/xtd.console/xtd.console/include/xtd/__get_out_rdbuf.hpp */, - 5333D950BD5346C2A57396F1 /* /Users/yves/Projects/xtd/xtd/xtd.console/xtd.console/include/xtd/__opaque_console.hpp */, - E02DFA6E98D6486E975F48AF /* /Users/yves/Projects/xtd/xtd/xtd.console/xtd.console/include/xtd/background_color.hpp */, - B248A01B768E439AAA5C2FEE /* /Users/yves/Projects/xtd/xtd/xtd.console/xtd.console/include/xtd/basic_console.hpp */, - 734DFC70BCA240CB8ABC6B2E /* /Users/yves/Projects/xtd/xtd/xtd.console/xtd.console/include/xtd/beep.hpp */, - 0D7049E90EE945128CA41CF6 /* /Users/yves/Projects/xtd/xtd/xtd.console/xtd.console/include/xtd/console */, - 8D2C23E5511F49388A05BAC8 /* /Users/yves/Projects/xtd/xtd/xtd.console/xtd.console/include/xtd/console.hpp */, - 416027221ECF49128E21DC97 /* /Users/yves/Projects/xtd/xtd/xtd.console/xtd.console/include/xtd/console_color.hpp */, - 7EF1704F37E34F959A50DE27 /* /Users/yves/Projects/xtd/xtd/xtd.console/xtd.console/include/xtd/console_key.hpp */, - D3E15A8D32C24C77B4260182 /* /Users/yves/Projects/xtd/xtd/xtd.console/xtd.console/include/xtd/console_key_info.hpp */, - B205A861D08941BC8C9C1AB0 /* /Users/yves/Projects/xtd/xtd/xtd.console/xtd.console/include/xtd/console_modifiers.hpp */, - B51003FE333D4B829FA3253C /* /Users/yves/Projects/xtd/xtd/xtd.console/xtd.console/include/xtd/console_special_key.hpp */, - FF6F8736CBF4425CB054FD4C /* /Users/yves/Projects/xtd/xtd/xtd.console/xtd.console/include/xtd/foreground_color.hpp */, - FC5448C9329743A296F2F259 /* /Users/yves/Projects/xtd/xtd/xtd.console/xtd.console/include/xtd/format.hpp */, - 61D7E4A207BB4D87B2508A76 /* /Users/yves/Projects/xtd/xtd/xtd.console/xtd.console/include/xtd/reset_color.hpp */, - ); - name = include; - sourceTree = ""; - }; - 2AC33F527211498FADE549F6 /* xtd.console */ = { - isa = PBXGroup; - children = ( - 297CB664DFCD497992CE6C8D /* include */, - E48C5615DA5D436F908D2D24 /* src */, - 00050644E53E4003A5F98749 /* /Users/yves/Projects/xtd/xtd/xtd.console/xtd.console/CMakeLists.txt */, - ); - name = xtd.console; - sourceTree = ""; - }; - 4B21E54EC1E84DF58310C609 /* include */ = { - isa = PBXGroup; - children = ( - A7735061A9D64BEBB762CE34 /* /Users/yves/Projects/xtd/xtd/xtd.properties/xtd.properties/include/xtd/properties */, - D020B42B2A254E51AE8B39A3 /* /Users/yves/Projects/xtd/xtd/xtd.properties/xtd.properties/include/xtd/properties.hpp */, - ); - name = include; - sourceTree = ""; - }; - 5341F829B65A4DA081A06BAD /* CMake Rules */ = { - isa = PBXGroup; - children = ( - ); - name = "CMake Rules"; - sourceTree = ""; - }; - 629A28B031A64694936A1676 /* include */ = { - isa = PBXGroup; - children = ( - 8445BA97679F4EE884A55678 /* /Users/yves/Projects/xtd/xtd/xtd.strings/xtd.strings/include/xtd/__format.hpp */, - B745D620AA8041C3AD30E194 /* /Users/yves/Projects/xtd/xtd/xtd.strings/xtd.strings/include/xtd/strings */, - 4D4A28215CFF49A293BD9394 /* /Users/yves/Projects/xtd/xtd/xtd.strings/xtd.strings/include/xtd/strings.hpp */, - ); - name = include; - sourceTree = ""; - }; - 6966B3FF58F84A3098CBE129 /* src */ = { - isa = PBXGroup; - children = ( - C0D44A91C3EE49B3AD769AE5 /* /Users/yves/Projects/xtd/xtd/xtd.properties/xtd.properties/src/properties.cpp */, - ); - name = src; - sourceTree = ""; - }; - 7C9F341EB764409791A92520 /* ALL_BUILD */ = { - isa = PBXGroup; - children = ( - 5341F829B65A4DA081A06BAD /* CMake Rules */, - 95E14257A3094E089D822C92 /* /Users/yves/Projects/xtd/xtd/CMakeLists.txt */, - ); - name = ALL_BUILD; - sourceTree = ""; - }; - 907903BA3DC74A48A0DD157B /* include */ = { - isa = PBXGroup; - children = ( - 047F10C272DA436C9C99E538 /* /Users/yves/Projects/xtd/xtd/xtd.delegates/xtd.delegates/include/xtd/action.hpp */, - 3F4E8C99D82A4D15AEE89376 /* /Users/yves/Projects/xtd/xtd/xtd.delegates/xtd.delegates/include/xtd/delegate.hpp */, - 25073EE2E27142A3BEACEC9B /* /Users/yves/Projects/xtd/xtd/xtd.delegates/xtd.delegates/include/xtd/delegates */, - 329327CA17734F368E534603 /* /Users/yves/Projects/xtd/xtd/xtd.delegates/xtd.delegates/include/xtd/delegates.hpp */, - 638ED99ABEFE4E1C97BA7EDF /* /Users/yves/Projects/xtd/xtd/xtd.delegates/xtd.delegates/include/xtd/event_args.hpp */, - BDC4D8708F674F59A80570E6 /* /Users/yves/Projects/xtd/xtd/xtd.delegates/xtd.delegates/include/xtd/event_handler.hpp */, - 3E9D2F84DE3D46B49C88ACD7 /* /Users/yves/Projects/xtd/xtd/xtd.delegates/xtd.delegates/include/xtd/func.hpp */, - E127A4D46CA84385929DC958 /* /Users/yves/Projects/xtd/xtd/xtd.delegates/xtd.delegates/include/xtd/predicate.hpp */, - ); - name = include; - sourceTree = ""; - }; - A3166D6775724ADC9610B88F /* xtd */ = { - isa = PBXGroup; - children = ( - D2D7ABAEE2F64A3B9B14FAC5 /* src */, - ); - name = xtd; - sourceTree = ""; - }; - B0296270B74F46A8AC4E728F /* src */ = { - isa = PBXGroup; - children = ( - 0273460FDDE94D06B6C48FF8 /* /Users/yves/Projects/xtd/xtd/xtd.delegates/xtd.delegates/src/delegates.cpp */, - ); - name = src; - sourceTree = ""; - }; - B43ABF99EE474ACDAD36303D /* xtd */ = { - isa = PBXGroup; - children = ( - 0280C381791543FB8B9F37DC /* include */, - 01F76E4996A34E0B88EBD77F /* src */, - 943E94422AD04556A075FD79 /* /Users/yves/Projects/xtd/xtd/xtd/CMakeLists.txt */, - ); - name = xtd; - sourceTree = ""; - }; - BD2D4402891A49BF86BC037F /* xtd.strings */ = { - isa = PBXGroup; - children = ( - 629A28B031A64694936A1676 /* include */, - D5223F6F4A4A4981907F7D91 /* src */, - 941D6D1DF3B94C30AFB584F5 /* /Users/yves/Projects/xtd/xtd/xtd.strings/xtd.strings/CMakeLists.txt */, - ); - name = xtd.strings; - sourceTree = ""; - }; - D2D7ABAEE2F64A3B9B14FAC5 /* src */ = { - isa = PBXGroup; - children = ( - 2AC33F527211498FADE549F6 /* xtd.console */, - E610A478C8C34E32B0333A4C /* xtd.delegates */, - F610801B25524BFCB72A0522 /* xtd.properties */, - BD2D4402891A49BF86BC037F /* xtd.strings */, - B43ABF99EE474ACDAD36303D /* xtd */, - ); - name = src; - sourceTree = ""; - }; - D5223F6F4A4A4981907F7D91 /* src */ = { - isa = PBXGroup; - children = ( - 55E1B5CF158C419899002105 /* /Users/yves/Projects/xtd/xtd/xtd.strings/xtd.strings/src/strings.cpp */, - ); - name = src; - sourceTree = ""; - }; - E48C5615DA5D436F908D2D24 /* src */ = { - isa = PBXGroup; - children = ( - 173A02A8386144D191C60BF6 /* /Users/yves/Projects/xtd/xtd/xtd.console/xtd.console/src/__opaque_console_gcc.cpp */, - 5FC9579D3F5E49379D791CC0 /* /Users/yves/Projects/xtd/xtd/xtd.console/xtd.console/src/__opaque_console_win32.cpp */, - ); - name = src; - sourceTree = ""; - }; - E610A478C8C34E32B0333A4C /* xtd.delegates */ = { - isa = PBXGroup; - children = ( - 907903BA3DC74A48A0DD157B /* include */, - B0296270B74F46A8AC4E728F /* src */, - 5C5173824CC04D7AA99EF111 /* /Users/yves/Projects/xtd/xtd/xtd.delegates/xtd.delegates/CMakeLists.txt */, - ); - name = xtd.delegates; - sourceTree = ""; - }; - EB774FACA79B4D5983D67957 = { - isa = PBXGroup; - children = ( - 7C9F341EB764409791A92520 /* ALL_BUILD */, - A3166D6775724ADC9610B88F /* xtd */, - 2083C421985D4FAFA07B257C /* Products */, - ); - sourceTree = ""; - }; - F610801B25524BFCB72A0522 /* xtd.properties */ = { - isa = PBXGroup; - children = ( - 4B21E54EC1E84DF58310C609 /* include */, - 6966B3FF58F84A3098CBE129 /* src */, - D434E541671341C5966CD149 /* /Users/yves/Projects/xtd/xtd/xtd.properties/xtd.properties/CMakeLists.txt */, - ); - name = xtd.properties; - sourceTree = ""; - }; -/* End PBXGroup section */ - -/* Begin PBXNativeTarget section */ - 602F63698B04466DAC2A37B5 /* xtd.strings */ = { - isa = PBXNativeTarget; - buildConfigurationList = 7E973D0323DD46ED89485A06 /* Build configuration list for PBXNativeTarget "xtd.strings" */; - buildPhases = ( - 75388889C4CF4015A71392A2 /* Sources */, - ); - buildRules = ( - ); - dependencies = ( - ); - name = xtd.strings; - productName = xtd.strings; - productReference = 289D2A5EDA1C455992C48C96 /* xtd.strings */; - productType = "com.apple.product-type.library.static"; - }; - 64B6160145B74090BEB6B4BD /* xtd */ = { - isa = PBXNativeTarget; - buildConfigurationList = 1521C6566A47474D94DFBF37 /* Build configuration list for PBXNativeTarget "xtd" */; - buildPhases = ( - 45FCFC9C028C4E1198B50484 /* Sources */, - ); - buildRules = ( - ); - dependencies = ( - 3A6D339F47B842EE852F739B /* PBXTargetDependency */, - 7AA058A71AE349B398DEA82B /* PBXTargetDependency */, - 0916676AD1F8421EBBA67F69 /* PBXTargetDependency */, - 5C787E7B08BF4807973D2C71 /* PBXTargetDependency */, - ); - name = xtd; - productName = xtd; - productReference = 4CCDC71723724C8093A1DE30 /* xtd */; - productType = "com.apple.product-type.library.static"; - }; - B6A8B7F52CD447538E925BAD /* xtd.properties */ = { - isa = PBXNativeTarget; - buildConfigurationList = 1F5B479B1B624CADB2E1CC28 /* Build configuration list for PBXNativeTarget "xtd.properties" */; - buildPhases = ( - 70CF155C9B6E4728BA56ECE2 /* Sources */, - ); - buildRules = ( - ); - dependencies = ( - ); - name = xtd.properties; - productName = xtd.properties; - productReference = DE5B7FAF2974469C9999AA82 /* xtd.properties */; - productType = "com.apple.product-type.library.static"; - }; - BE60D33E0EE44B00B23BEA4B /* xtd.delegates */ = { - isa = PBXNativeTarget; - buildConfigurationList = 2B640CDBB799454AB572F96E /* Build configuration list for PBXNativeTarget "xtd.delegates" */; - buildPhases = ( - A0F180678E934D9681C8AD2A /* Sources */, - ); - buildRules = ( - ); - dependencies = ( - ); - name = xtd.delegates; - productName = xtd.delegates; - productReference = 2A89214A6ED445E6B15ABE43 /* xtd.delegates */; - productType = "com.apple.product-type.library.static"; - }; - F1A89C8CCA574D76B09D25D5 /* xtd.console */ = { - isa = PBXNativeTarget; - buildConfigurationList = D560BDE1A9174E579BDE01DF /* Build configuration list for PBXNativeTarget "xtd.console" */; - buildPhases = ( - 3615C6970CF34E569A5D593A /* Sources */, - ); - buildRules = ( - ); - dependencies = ( - FDE994E934AB403396F40D90 /* PBXTargetDependency */, - ); - name = xtd.console; - productName = xtd.console; - productReference = 826D56F0702D4877B34F4D06 /* xtd.console */; - productType = "com.apple.product-type.library.static"; - }; -/* End PBXNativeTarget section */ - -/* Begin PBXProject section */ - 2A64DBDEF81647EAB6CF856A /* Project object */ = { - isa = PBXProject; - attributes = { - BuildIndependentTargetsInParallel = YES; - LastUpgradeCheck = 1010; - }; - buildConfigurationList = D7FEA3BE6AAF4C3CB54ABC3F /* Build configuration list for PBXProject "xtd" */; - buildSettings = { - }; - buildStyles = ( - 5BEB436167AF4609B06A54B5 /* Debug */, - D0120252CC694288AEA23782 /* Release */, - B99AE4F1EF404B5A81571075 /* MinSizeRel */, - 01914174713D40CFB9542838 /* RelWithDebInfo */, - ); - compatibilityVersion = "Xcode 3.2"; - hasScannedForEncodings = 0; - mainGroup = EB774FACA79B4D5983D67957; - projectDirPath = ../; - projectRoot = ""; - targets = ( - 50394EEE1BD24C4FB2A4CE92 /* ALL_BUILD */, - 5FC237F2D4EF4159A3B85902 /* ZERO_CHECK */, - D8AC47AE86EC421F9902C1EF /* install */, - 64B6160145B74090BEB6B4BD /* xtd */, - F1A89C8CCA574D76B09D25D5 /* xtd.console */, - BE60D33E0EE44B00B23BEA4B /* xtd.delegates */, - B6A8B7F52CD447538E925BAD /* xtd.properties */, - 602F63698B04466DAC2A37B5 /* xtd.strings */, - ); - }; -/* End PBXProject section */ - -/* Begin PBXShellScriptBuildPhase section */ - 56A09AC440834F40AA428C6D = { - isa = PBXShellScriptBuildPhase; - buildActionMask = 2147483647; - files = ( - ); - inputPaths = ( - ); - outputPaths = ( - ); - runOnlyForDeploymentPostprocessing = 0; - shellPath = /bin/sh; - shellScript = "# shell script goes here -exit 0"; - showEnvVarsInLog = 0; - }; - 5BB7D30C7B4244ECAC0EABEE /* CMake Rules */ = { - isa = PBXShellScriptBuildPhase; - buildActionMask = 2147483647; - files = ( - ); - name = "CMake Rules"; - runOnlyForDeploymentPostprocessing = 0; - shellPath = /bin/sh; - shellScript = "make -C /Users/yves/Projects/xtd/xtd/build -f /Users/yves/Projects/xtd/xtd/build/CMakeScripts/ALL_BUILD_cmakeRulesBuildPhase.make$CONFIGURATION all"; - showEnvVarsInLog = 0; - }; - 616FDF8C558F4EB99218441B /* CMake Rules */ = { - isa = PBXShellScriptBuildPhase; - buildActionMask = 2147483647; - files = ( - ); - name = "CMake Rules"; - runOnlyForDeploymentPostprocessing = 0; - shellPath = /bin/sh; - shellScript = "make -C /Users/yves/Projects/xtd/xtd/build -f /Users/yves/Projects/xtd/xtd/build/CMakeScripts/ZERO_CHECK_cmakeRulesBuildPhase.make$CONFIGURATION all"; - showEnvVarsInLog = 0; - }; - 9DFEE6331F5A41B5BA5C9D10 /* CMake PostBuild Rules */ = { - isa = PBXShellScriptBuildPhase; - buildActionMask = 2147483647; - files = ( - ); - name = "CMake PostBuild Rules"; - runOnlyForDeploymentPostprocessing = 0; - shellPath = /bin/sh; - shellScript = "make -C /Users/yves/Projects/xtd/xtd/build -f /Users/yves/Projects/xtd/xtd/build/CMakeScripts/install_postBuildPhase.make$CONFIGURATION all"; - showEnvVarsInLog = 0; - }; - C1069456DCC54C3D9E37B83B = { - isa = PBXShellScriptBuildPhase; - buildActionMask = 2147483647; - files = ( - ); - inputPaths = ( - ); - outputPaths = ( - ); - runOnlyForDeploymentPostprocessing = 0; - shellPath = /bin/sh; - shellScript = "# shell script goes here -exit 0"; - showEnvVarsInLog = 0; - }; - F90308597BD145A5B0819BA7 = { - isa = PBXShellScriptBuildPhase; - buildActionMask = 2147483647; - files = ( - ); - inputPaths = ( - ); - outputPaths = ( - ); - runOnlyForDeploymentPostprocessing = 0; - shellPath = /bin/sh; - shellScript = "# shell script goes here -exit 0"; - showEnvVarsInLog = 0; - }; -/* End PBXShellScriptBuildPhase section */ - -/* Begin PBXSourcesBuildPhase section */ - 3615C6970CF34E569A5D593A /* Sources */ = { - isa = PBXSourcesBuildPhase; - buildActionMask = 2147483647; - files = ( - 75E0E633B4A648D3AA7A7F12 /* /Users/yves/Projects/xtd/xtd/xtd.console/xtd.console/src/__opaque_console_gcc.cpp */, - E603111135CF4008B3416CC7 /* /Users/yves/Projects/xtd/xtd/xtd.console/xtd.console/src/__opaque_console_win32.cpp */, - ); - runOnlyForDeploymentPostprocessing = 0; - }; - 45FCFC9C028C4E1198B50484 /* Sources */ = { - isa = PBXSourcesBuildPhase; - buildActionMask = 2147483647; - files = ( - B81095EF3F4B4FE8ABA80B4A /* /Users/yves/Projects/xtd/xtd/xtd/src/xtd.cpp */, - ); - runOnlyForDeploymentPostprocessing = 0; - }; - 70CF155C9B6E4728BA56ECE2 /* Sources */ = { - isa = PBXSourcesBuildPhase; - buildActionMask = 2147483647; - files = ( - 1A64222F019E4FD3A26E8DD3 /* /Users/yves/Projects/xtd/xtd/xtd.properties/xtd.properties/src/properties.cpp */, - ); - runOnlyForDeploymentPostprocessing = 0; - }; - 75388889C4CF4015A71392A2 /* Sources */ = { - isa = PBXSourcesBuildPhase; - buildActionMask = 2147483647; - files = ( - E13D29BD373143A49976DA71 /* /Users/yves/Projects/xtd/xtd/xtd.strings/xtd.strings/src/strings.cpp */, - ); - runOnlyForDeploymentPostprocessing = 0; - }; - A0F180678E934D9681C8AD2A /* Sources */ = { - isa = PBXSourcesBuildPhase; - buildActionMask = 2147483647; - files = ( - F5FF11C80A5743AAAF27CE7F /* /Users/yves/Projects/xtd/xtd/xtd.delegates/xtd.delegates/src/delegates.cpp */, - ); - runOnlyForDeploymentPostprocessing = 0; - }; -/* End PBXSourcesBuildPhase section */ - -/* Begin PBXTargetDependency section */ - 0916676AD1F8421EBBA67F69 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - target = B6A8B7F52CD447538E925BAD /* xtd.properties */; - targetProxy = B94C1750E39545C387509308 /* PBXContainerItemProxy */; - }; - 20083086D5E44067ABB3CEBE /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - target = 5FC237F2D4EF4159A3B85902 /* ZERO_CHECK */; - targetProxy = 30DA3302A04C429FB7C62C4D /* PBXContainerItemProxy */; - }; - 3A6D339F47B842EE852F739B /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - target = F1A89C8CCA574D76B09D25D5 /* xtd.console */; - targetProxy = FE1D78C2B7DB406BA88D6EBD /* PBXContainerItemProxy */; - }; - 3A82D5FA35D7492C91F4028C /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - target = 50394EEE1BD24C4FB2A4CE92 /* ALL_BUILD */; - targetProxy = 29764859226D4FCFA6364D29 /* PBXContainerItemProxy */; - }; - 5C787E7B08BF4807973D2C71 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - target = 602F63698B04466DAC2A37B5 /* xtd.strings */; - targetProxy = 2FA9ED0D29B0477680552B40 /* PBXContainerItemProxy */; - }; - 773ECC74C44E439D80DF4CC5 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - target = BE60D33E0EE44B00B23BEA4B /* xtd.delegates */; - targetProxy = B25241AEBC864DBE9A9DB5F0 /* PBXContainerItemProxy */; - }; - 7AA058A71AE349B398DEA82B /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - target = BE60D33E0EE44B00B23BEA4B /* xtd.delegates */; - targetProxy = EA00231040D747FCB59D617B /* PBXContainerItemProxy */; - }; - 8F79130328E04E0EA2D4A791 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - target = B6A8B7F52CD447538E925BAD /* xtd.properties */; - targetProxy = 0E2D9D99FEFA474A9B127A5B /* PBXContainerItemProxy */; - }; - EC8E944F698247F7BD32602F /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - target = 64B6160145B74090BEB6B4BD /* xtd */; - targetProxy = 1FAFF010BF6148F88A69329F /* PBXContainerItemProxy */; - }; - ED262FCE057F49A18CBE56CC /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - target = 602F63698B04466DAC2A37B5 /* xtd.strings */; - targetProxy = C63AF9E01C89422DB4A09EFA /* PBXContainerItemProxy */; - }; - F00DF9957423465EAF891863 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - target = F1A89C8CCA574D76B09D25D5 /* xtd.console */; - targetProxy = 90B9ED2A89B44D38B7129D49 /* PBXContainerItemProxy */; - }; - FDE994E934AB403396F40D90 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - target = 602F63698B04466DAC2A37B5 /* xtd.strings */; - targetProxy = D2BD1A2DDCEE49449CE213DD /* PBXContainerItemProxy */; - }; -/* End PBXTargetDependency section */ - -/* Begin XCBuildConfiguration section */ - 00FFFC08E1CB467FA5D6BC50 /* Debug */ = { - isa = XCBuildConfiguration; - buildSettings = { - COMBINE_HIDPI_IMAGES = YES; - EXECUTABLE_PREFIX = lib; - EXECUTABLE_SUFFIX = .a; - GCC_GENERATE_DEBUGGING_SYMBOLS = YES; - GCC_INLINES_ARE_PRIVATE_EXTERN = NO; - GCC_OPTIMIZATION_LEVEL = 0; - GCC_PREPROCESSOR_DEFINITIONS = ("'CMAKE_INTDIR=\"$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME)\"'"); - GCC_SYMBOLS_PRIVATE_EXTERN = NO; - HEADER_SEARCH_PATHS = (/Users/yves/Projects/xtd/xtd/xtd.console/xtd.console/include,/Users/yves/Projects/xtd/xtd/xtd.strings/xtd.strings/include); - INSTALL_PATH = ""; - LIBRARY_STYLE = STATIC; - OTHER_CPLUSPLUSFLAGS = " '-std=gnu++1z' "; - OTHER_LIBTOOLFLAGS = " "; - OTHER_REZFLAGS = ""; - PRODUCT_NAME = xtd.console; - SECTORDER_FLAGS = ""; - SYMROOT = /Users/yves/Projects/xtd/xtd/build/xtd.console/xtd.console; - USE_HEADERMAP = NO; - WARNING_CFLAGS = ("-Wmost","-Wno-four-char-constants","-Wno-unknown-pragmas","$(inherited)"); - }; - name = Debug; - }; - 040647E9CD0B41BE85EBE442 /* Debug */ = { - isa = XCBuildConfiguration; - buildSettings = { - COMBINE_HIDPI_IMAGES = YES; - GCC_GENERATE_DEBUGGING_SYMBOLS = YES; - GCC_INLINES_ARE_PRIVATE_EXTERN = NO; - GCC_OPTIMIZATION_LEVEL = 0; - GCC_PREPROCESSOR_DEFINITIONS = ("'CMAKE_INTDIR=\"$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME)\"'"); - GCC_SYMBOLS_PRIVATE_EXTERN = NO; - INSTALL_PATH = ""; - OTHER_LDFLAGS = " "; - OTHER_REZFLAGS = ""; - PRODUCT_NAME = ZERO_CHECK; - SECTORDER_FLAGS = ""; - SYMROOT = /Users/yves/Projects/xtd/xtd/build; - USE_HEADERMAP = NO; - WARNING_CFLAGS = ("-Wmost","-Wno-four-char-constants","-Wno-unknown-pragmas","$(inherited)"); - }; - name = Debug; - }; - 080B44EC2A714639AB46E9A4 /* Debug */ = { - isa = XCBuildConfiguration; - buildSettings = { - COMBINE_HIDPI_IMAGES = YES; - EXECUTABLE_PREFIX = lib; - EXECUTABLE_SUFFIX = .a; - GCC_GENERATE_DEBUGGING_SYMBOLS = YES; - GCC_INLINES_ARE_PRIVATE_EXTERN = NO; - GCC_OPTIMIZATION_LEVEL = 0; - GCC_PREPROCESSOR_DEFINITIONS = ("'CMAKE_INTDIR=\"$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME)\"'"); - GCC_SYMBOLS_PRIVATE_EXTERN = NO; - HEADER_SEARCH_PATHS = (/Users/yves/Projects/xtd/xtd/xtd.strings/xtd.strings/include); - INSTALL_PATH = ""; - LIBRARY_STYLE = STATIC; - OTHER_CPLUSPLUSFLAGS = " '-std=gnu++1z' "; - OTHER_LIBTOOLFLAGS = " "; - OTHER_REZFLAGS = ""; - PRODUCT_NAME = xtd.strings; - SECTORDER_FLAGS = ""; - SYMROOT = /Users/yves/Projects/xtd/xtd/build/xtd.strings/xtd.strings; - USE_HEADERMAP = NO; - WARNING_CFLAGS = ("-Wmost","-Wno-four-char-constants","-Wno-unknown-pragmas","$(inherited)"); - }; - name = Debug; - }; - 0986BD633EA4457E8EADEDD8 /* Release */ = { - isa = XCBuildConfiguration; - buildSettings = { - COMBINE_HIDPI_IMAGES = YES; - EXECUTABLE_PREFIX = lib; - EXECUTABLE_SUFFIX = .a; - GCC_GENERATE_DEBUGGING_SYMBOLS = NO; - GCC_INLINES_ARE_PRIVATE_EXTERN = NO; - GCC_OPTIMIZATION_LEVEL = 3; - GCC_PREPROCESSOR_DEFINITIONS = ("'CMAKE_INTDIR=\"$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME)\"'"); - GCC_SYMBOLS_PRIVATE_EXTERN = NO; - HEADER_SEARCH_PATHS = (/Users/yves/Projects/xtd/xtd/xtd.console/xtd.console/include,/Users/yves/Projects/xtd/xtd/xtd.strings/xtd.strings/include); - INSTALL_PATH = ""; - LIBRARY_STYLE = STATIC; - OTHER_CPLUSPLUSFLAGS = " -DNDEBUG '-std=gnu++1z' "; - OTHER_LIBTOOLFLAGS = " "; - OTHER_REZFLAGS = ""; - PRODUCT_NAME = xtd.console; - SECTORDER_FLAGS = ""; - SYMROOT = /Users/yves/Projects/xtd/xtd/build/xtd.console/xtd.console; - USE_HEADERMAP = NO; - WARNING_CFLAGS = ("-Wmost","-Wno-four-char-constants","-Wno-unknown-pragmas","$(inherited)"); - }; - name = Release; - }; - 13F0A06C7EE349C79843CD4C /* MinSizeRel */ = { - isa = XCBuildConfiguration; - buildSettings = { - COMBINE_HIDPI_IMAGES = YES; - EXECUTABLE_PREFIX = lib; - EXECUTABLE_SUFFIX = .a; - GCC_GENERATE_DEBUGGING_SYMBOLS = NO; - GCC_INLINES_ARE_PRIVATE_EXTERN = NO; - GCC_OPTIMIZATION_LEVEL = s; - GCC_PREPROCESSOR_DEFINITIONS = ("'CMAKE_INTDIR=\"$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME)\"'"); - GCC_SYMBOLS_PRIVATE_EXTERN = NO; - HEADER_SEARCH_PATHS = (/Users/yves/Projects/xtd/xtd/xtd.console/xtd.console/include,/Users/yves/Projects/xtd/xtd/xtd.strings/xtd.strings/include); - INSTALL_PATH = ""; - LIBRARY_STYLE = STATIC; - OTHER_CPLUSPLUSFLAGS = " -DNDEBUG '-std=gnu++1z' "; - OTHER_LIBTOOLFLAGS = " "; - OTHER_REZFLAGS = ""; - PRODUCT_NAME = xtd.console; - SECTORDER_FLAGS = ""; - SYMROOT = /Users/yves/Projects/xtd/xtd/build/xtd.console/xtd.console; - USE_HEADERMAP = NO; - WARNING_CFLAGS = ("-Wmost","-Wno-four-char-constants","-Wno-unknown-pragmas","$(inherited)"); - }; - name = MinSizeRel; - }; - 1F106716D6C64D78B3EE0669 /* Debug */ = { - isa = XCBuildConfiguration; - buildSettings = { - ONLY_ACTIVE_ARCH = YES; - SDKROOT = /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk; - SYMROOT = /Users/yves/Projects/xtd/xtd/build/build; - }; - name = Debug; - }; - 24C38C14184D4488B514FC72 /* Release */ = { - isa = XCBuildConfiguration; - buildSettings = { - COMBINE_HIDPI_IMAGES = YES; - EXECUTABLE_PREFIX = lib; - EXECUTABLE_SUFFIX = .a; - GCC_GENERATE_DEBUGGING_SYMBOLS = NO; - GCC_INLINES_ARE_PRIVATE_EXTERN = NO; - GCC_OPTIMIZATION_LEVEL = 3; - GCC_PREPROCESSOR_DEFINITIONS = ("'CMAKE_INTDIR=\"$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME)\"'"); - GCC_SYMBOLS_PRIVATE_EXTERN = NO; - HEADER_SEARCH_PATHS = (/Users/yves/Projects/xtd/xtd/xtd.delegates/xtd.delegates/include); - INSTALL_PATH = ""; - LIBRARY_STYLE = STATIC; - OTHER_CPLUSPLUSFLAGS = " -DNDEBUG '-std=gnu++1z' "; - OTHER_LIBTOOLFLAGS = " "; - OTHER_REZFLAGS = ""; - PRODUCT_NAME = xtd.delegates; - SECTORDER_FLAGS = ""; - SYMROOT = /Users/yves/Projects/xtd/xtd/build/xtd.delegates/xtd.delegates; - USE_HEADERMAP = NO; - WARNING_CFLAGS = ("-Wmost","-Wno-four-char-constants","-Wno-unknown-pragmas","$(inherited)"); - }; - name = Release; - }; - 25DF03F9CB694B528AB82237 /* Release */ = { - isa = XCBuildConfiguration; - buildSettings = { - COMBINE_HIDPI_IMAGES = YES; - EXECUTABLE_PREFIX = lib; - EXECUTABLE_SUFFIX = .a; - GCC_GENERATE_DEBUGGING_SYMBOLS = NO; - GCC_INLINES_ARE_PRIVATE_EXTERN = NO; - GCC_OPTIMIZATION_LEVEL = 3; - GCC_PREPROCESSOR_DEFINITIONS = ("'CMAKE_INTDIR=\"$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME)\"'"); - GCC_SYMBOLS_PRIVATE_EXTERN = NO; - HEADER_SEARCH_PATHS = (/Users/yves/Projects/xtd/xtd/xtd.strings/xtd.strings/include); - INSTALL_PATH = ""; - LIBRARY_STYLE = STATIC; - OTHER_CPLUSPLUSFLAGS = " -DNDEBUG '-std=gnu++1z' "; - OTHER_LIBTOOLFLAGS = " "; - OTHER_REZFLAGS = ""; - PRODUCT_NAME = xtd.strings; - SECTORDER_FLAGS = ""; - SYMROOT = /Users/yves/Projects/xtd/xtd/build/xtd.strings/xtd.strings; - USE_HEADERMAP = NO; - WARNING_CFLAGS = ("-Wmost","-Wno-four-char-constants","-Wno-unknown-pragmas","$(inherited)"); - }; - name = Release; - }; - 277B47FA931246AB88567EEA /* Debug */ = { - isa = XCBuildConfiguration; - buildSettings = { - COMBINE_HIDPI_IMAGES = YES; - EXECUTABLE_PREFIX = lib; - EXECUTABLE_SUFFIX = .a; - GCC_GENERATE_DEBUGGING_SYMBOLS = YES; - GCC_INLINES_ARE_PRIVATE_EXTERN = NO; - GCC_OPTIMIZATION_LEVEL = 0; - GCC_PREPROCESSOR_DEFINITIONS = ("'CMAKE_INTDIR=\"$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME)\"'"); - GCC_SYMBOLS_PRIVATE_EXTERN = NO; - HEADER_SEARCH_PATHS = (/Users/yves/Projects/xtd/xtd/xtd/include,/Users/yves/Projects/xtd/xtd/xtd.console/xtd.console/include,/Users/yves/Projects/xtd/xtd/xtd.strings/xtd.strings/include,/Users/yves/Projects/xtd/xtd/xtd.delegates/xtd.delegates/include,/Users/yves/Projects/xtd/xtd/xtd.properties/xtd.properties/include); - INSTALL_PATH = ""; - LIBRARY_STYLE = STATIC; - OTHER_CPLUSPLUSFLAGS = " '-std=gnu++1z' "; - OTHER_LIBTOOLFLAGS = " "; - OTHER_REZFLAGS = ""; - PRODUCT_NAME = xtd; - SECTORDER_FLAGS = ""; - SYMROOT = /Users/yves/Projects/xtd/xtd/build/xtd; - USE_HEADERMAP = NO; - WARNING_CFLAGS = ("-Wmost","-Wno-four-char-constants","-Wno-unknown-pragmas","$(inherited)"); - }; - name = Debug; - }; - 49D11B7F46C641229FE68328 /* Release */ = { - isa = XCBuildConfiguration; - buildSettings = { - COMBINE_HIDPI_IMAGES = YES; - EXECUTABLE_PREFIX = lib; - EXECUTABLE_SUFFIX = .a; - GCC_GENERATE_DEBUGGING_SYMBOLS = NO; - GCC_INLINES_ARE_PRIVATE_EXTERN = NO; - GCC_OPTIMIZATION_LEVEL = 3; - GCC_PREPROCESSOR_DEFINITIONS = ("'CMAKE_INTDIR=\"$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME)\"'"); - GCC_SYMBOLS_PRIVATE_EXTERN = NO; - HEADER_SEARCH_PATHS = (/Users/yves/Projects/xtd/xtd/xtd/include,/Users/yves/Projects/xtd/xtd/xtd.console/xtd.console/include,/Users/yves/Projects/xtd/xtd/xtd.strings/xtd.strings/include,/Users/yves/Projects/xtd/xtd/xtd.delegates/xtd.delegates/include,/Users/yves/Projects/xtd/xtd/xtd.properties/xtd.properties/include); - INSTALL_PATH = ""; - LIBRARY_STYLE = STATIC; - OTHER_CPLUSPLUSFLAGS = " -DNDEBUG '-std=gnu++1z' "; - OTHER_LIBTOOLFLAGS = " "; - OTHER_REZFLAGS = ""; - PRODUCT_NAME = xtd; - SECTORDER_FLAGS = ""; - SYMROOT = /Users/yves/Projects/xtd/xtd/build/xtd; - USE_HEADERMAP = NO; - WARNING_CFLAGS = ("-Wmost","-Wno-four-char-constants","-Wno-unknown-pragmas","$(inherited)"); - }; - name = Release; - }; - 52D17C00BE844B7BAC84C8A2 /* Release */ = { - isa = XCBuildConfiguration; - buildSettings = { - COMBINE_HIDPI_IMAGES = YES; - GCC_GENERATE_DEBUGGING_SYMBOLS = YES; - GCC_INLINES_ARE_PRIVATE_EXTERN = NO; - GCC_OPTIMIZATION_LEVEL = 0; - GCC_PREPROCESSOR_DEFINITIONS = ("'CMAKE_INTDIR=\"$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME)\"'"); - GCC_SYMBOLS_PRIVATE_EXTERN = NO; - INSTALL_PATH = ""; - OTHER_LDFLAGS = " "; - OTHER_REZFLAGS = ""; - PRODUCT_NAME = install; - SECTORDER_FLAGS = ""; - SYMROOT = /Users/yves/Projects/xtd/xtd/build; - USE_HEADERMAP = NO; - WARNING_CFLAGS = ("-Wmost","-Wno-four-char-constants","-Wno-unknown-pragmas","$(inherited)"); - }; - name = Release; - }; - 5A30D3AB3CEE418AACADFAE4 /* Debug */ = { - isa = XCBuildConfiguration; - buildSettings = { - COMBINE_HIDPI_IMAGES = YES; - GCC_GENERATE_DEBUGGING_SYMBOLS = YES; - GCC_INLINES_ARE_PRIVATE_EXTERN = NO; - GCC_OPTIMIZATION_LEVEL = 0; - GCC_PREPROCESSOR_DEFINITIONS = ("'CMAKE_INTDIR=\"$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME)\"'"); - GCC_SYMBOLS_PRIVATE_EXTERN = NO; - INSTALL_PATH = ""; - OTHER_LDFLAGS = " "; - OTHER_REZFLAGS = ""; - PRODUCT_NAME = install; - SECTORDER_FLAGS = ""; - SYMROOT = /Users/yves/Projects/xtd/xtd/build; - USE_HEADERMAP = NO; - WARNING_CFLAGS = ("-Wmost","-Wno-four-char-constants","-Wno-unknown-pragmas","$(inherited)"); - }; - name = Debug; - }; - 6DE7DCFB2F1E4097A23AF068 /* Debug */ = { - isa = XCBuildConfiguration; - buildSettings = { - COMBINE_HIDPI_IMAGES = YES; - GCC_GENERATE_DEBUGGING_SYMBOLS = YES; - GCC_INLINES_ARE_PRIVATE_EXTERN = NO; - GCC_OPTIMIZATION_LEVEL = 0; - GCC_PREPROCESSOR_DEFINITIONS = ("'CMAKE_INTDIR=\"$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME)\"'"); - GCC_SYMBOLS_PRIVATE_EXTERN = NO; - INSTALL_PATH = ""; - OTHER_LDFLAGS = " "; - OTHER_REZFLAGS = ""; - PRODUCT_NAME = ALL_BUILD; - SECTORDER_FLAGS = ""; - SYMROOT = /Users/yves/Projects/xtd/xtd/build; - USE_HEADERMAP = NO; - WARNING_CFLAGS = ("-Wmost","-Wno-four-char-constants","-Wno-unknown-pragmas","$(inherited)"); - }; - name = Debug; - }; - 71428B72BA1D4F979C0BBE12 /* MinSizeRel */ = { - isa = XCBuildConfiguration; - buildSettings = { - COMBINE_HIDPI_IMAGES = YES; - EXECUTABLE_PREFIX = lib; - EXECUTABLE_SUFFIX = .a; - GCC_GENERATE_DEBUGGING_SYMBOLS = NO; - GCC_INLINES_ARE_PRIVATE_EXTERN = NO; - GCC_OPTIMIZATION_LEVEL = s; - GCC_PREPROCESSOR_DEFINITIONS = ("'CMAKE_INTDIR=\"$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME)\"'"); - GCC_SYMBOLS_PRIVATE_EXTERN = NO; - HEADER_SEARCH_PATHS = (/Users/yves/Projects/xtd/xtd/xtd/include,/Users/yves/Projects/xtd/xtd/xtd.console/xtd.console/include,/Users/yves/Projects/xtd/xtd/xtd.strings/xtd.strings/include,/Users/yves/Projects/xtd/xtd/xtd.delegates/xtd.delegates/include,/Users/yves/Projects/xtd/xtd/xtd.properties/xtd.properties/include); - INSTALL_PATH = ""; - LIBRARY_STYLE = STATIC; - OTHER_CPLUSPLUSFLAGS = " -DNDEBUG '-std=gnu++1z' "; - OTHER_LIBTOOLFLAGS = " "; - OTHER_REZFLAGS = ""; - PRODUCT_NAME = xtd; - SECTORDER_FLAGS = ""; - SYMROOT = /Users/yves/Projects/xtd/xtd/build/xtd; - USE_HEADERMAP = NO; - WARNING_CFLAGS = ("-Wmost","-Wno-four-char-constants","-Wno-unknown-pragmas","$(inherited)"); - }; - name = MinSizeRel; - }; - 74DE0F2E046047C09DAA4D78 /* MinSizeRel */ = { - isa = XCBuildConfiguration; - buildSettings = { - COMBINE_HIDPI_IMAGES = YES; - GCC_GENERATE_DEBUGGING_SYMBOLS = YES; - GCC_INLINES_ARE_PRIVATE_EXTERN = NO; - GCC_OPTIMIZATION_LEVEL = 0; - GCC_PREPROCESSOR_DEFINITIONS = ("'CMAKE_INTDIR=\"$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME)\"'"); - GCC_SYMBOLS_PRIVATE_EXTERN = NO; - INSTALL_PATH = ""; - OTHER_LDFLAGS = " "; - OTHER_REZFLAGS = ""; - PRODUCT_NAME = install; - SECTORDER_FLAGS = ""; - SYMROOT = /Users/yves/Projects/xtd/xtd/build; - USE_HEADERMAP = NO; - WARNING_CFLAGS = ("-Wmost","-Wno-four-char-constants","-Wno-unknown-pragmas","$(inherited)"); - }; - name = MinSizeRel; - }; - 872078C135434CC9B1AFA7C1 /* MinSizeRel */ = { - isa = XCBuildConfiguration; - buildSettings = { - COMBINE_HIDPI_IMAGES = YES; - EXECUTABLE_PREFIX = lib; - EXECUTABLE_SUFFIX = .a; - GCC_GENERATE_DEBUGGING_SYMBOLS = NO; - GCC_INLINES_ARE_PRIVATE_EXTERN = NO; - GCC_OPTIMIZATION_LEVEL = s; - GCC_PREPROCESSOR_DEFINITIONS = ("'CMAKE_INTDIR=\"$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME)\"'"); - GCC_SYMBOLS_PRIVATE_EXTERN = NO; - HEADER_SEARCH_PATHS = (/Users/yves/Projects/xtd/xtd/xtd.strings/xtd.strings/include); - INSTALL_PATH = ""; - LIBRARY_STYLE = STATIC; - OTHER_CPLUSPLUSFLAGS = " -DNDEBUG '-std=gnu++1z' "; - OTHER_LIBTOOLFLAGS = " "; - OTHER_REZFLAGS = ""; - PRODUCT_NAME = xtd.strings; - SECTORDER_FLAGS = ""; - SYMROOT = /Users/yves/Projects/xtd/xtd/build/xtd.strings/xtd.strings; - USE_HEADERMAP = NO; - WARNING_CFLAGS = ("-Wmost","-Wno-four-char-constants","-Wno-unknown-pragmas","$(inherited)"); - }; - name = MinSizeRel; - }; - 8C71EA1C03F941A79547B31C /* RelWithDebInfo */ = { - isa = XCBuildConfiguration; - buildSettings = { - COMBINE_HIDPI_IMAGES = YES; - EXECUTABLE_PREFIX = lib; - EXECUTABLE_SUFFIX = .a; - GCC_GENERATE_DEBUGGING_SYMBOLS = YES; - GCC_INLINES_ARE_PRIVATE_EXTERN = NO; - GCC_OPTIMIZATION_LEVEL = 2; - GCC_PREPROCESSOR_DEFINITIONS = ("'CMAKE_INTDIR=\"$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME)\"'"); - GCC_SYMBOLS_PRIVATE_EXTERN = NO; - HEADER_SEARCH_PATHS = (/Users/yves/Projects/xtd/xtd/xtd.console/xtd.console/include,/Users/yves/Projects/xtd/xtd/xtd.strings/xtd.strings/include); - INSTALL_PATH = ""; - LIBRARY_STYLE = STATIC; - OTHER_CPLUSPLUSFLAGS = " -DNDEBUG '-std=gnu++1z' "; - OTHER_LIBTOOLFLAGS = " "; - OTHER_REZFLAGS = ""; - PRODUCT_NAME = xtd.console; - SECTORDER_FLAGS = ""; - SYMROOT = /Users/yves/Projects/xtd/xtd/build/xtd.console/xtd.console; - USE_HEADERMAP = NO; - WARNING_CFLAGS = ("-Wmost","-Wno-four-char-constants","-Wno-unknown-pragmas","$(inherited)"); - }; - name = RelWithDebInfo; - }; - 9E76B035D1E0468A810992D9 /* MinSizeRel */ = { - isa = XCBuildConfiguration; - buildSettings = { - COMBINE_HIDPI_IMAGES = YES; - EXECUTABLE_PREFIX = lib; - EXECUTABLE_SUFFIX = .a; - GCC_GENERATE_DEBUGGING_SYMBOLS = NO; - GCC_INLINES_ARE_PRIVATE_EXTERN = NO; - GCC_OPTIMIZATION_LEVEL = s; - GCC_PREPROCESSOR_DEFINITIONS = ("'CMAKE_INTDIR=\"$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME)\"'"); - GCC_SYMBOLS_PRIVATE_EXTERN = NO; - HEADER_SEARCH_PATHS = (/Users/yves/Projects/xtd/xtd/xtd.properties/xtd.properties/include); - INSTALL_PATH = ""; - LIBRARY_STYLE = STATIC; - OTHER_CPLUSPLUSFLAGS = " -DNDEBUG '-std=gnu++1z' "; - OTHER_LIBTOOLFLAGS = " "; - OTHER_REZFLAGS = ""; - PRODUCT_NAME = xtd.properties; - SECTORDER_FLAGS = ""; - SYMROOT = /Users/yves/Projects/xtd/xtd/build/xtd.properties/xtd.properties; - USE_HEADERMAP = NO; - WARNING_CFLAGS = ("-Wmost","-Wno-four-char-constants","-Wno-unknown-pragmas","$(inherited)"); - }; - name = MinSizeRel; - }; - A91BF9FF630B40F5BCD85076 /* Release */ = { - isa = XCBuildConfiguration; - buildSettings = { - ONLY_ACTIVE_ARCH = YES; - SDKROOT = /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk; - SYMROOT = /Users/yves/Projects/xtd/xtd/build/build; - }; - name = Release; - }; - AD28E2951A324EC0A7F8AFEE /* Release */ = { - isa = XCBuildConfiguration; - buildSettings = { - COMBINE_HIDPI_IMAGES = YES; - GCC_GENERATE_DEBUGGING_SYMBOLS = YES; - GCC_INLINES_ARE_PRIVATE_EXTERN = NO; - GCC_OPTIMIZATION_LEVEL = 0; - GCC_PREPROCESSOR_DEFINITIONS = ("'CMAKE_INTDIR=\"$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME)\"'"); - GCC_SYMBOLS_PRIVATE_EXTERN = NO; - INSTALL_PATH = ""; - OTHER_LDFLAGS = " "; - OTHER_REZFLAGS = ""; - PRODUCT_NAME = ZERO_CHECK; - SECTORDER_FLAGS = ""; - SYMROOT = /Users/yves/Projects/xtd/xtd/build; - USE_HEADERMAP = NO; - WARNING_CFLAGS = ("-Wmost","-Wno-four-char-constants","-Wno-unknown-pragmas","$(inherited)"); - }; - name = Release; - }; - B9A67CC1DC1A4C359E966B3C /* MinSizeRel */ = { - isa = XCBuildConfiguration; - buildSettings = { - ONLY_ACTIVE_ARCH = YES; - SDKROOT = /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk; - SYMROOT = /Users/yves/Projects/xtd/xtd/build/build; - }; - name = MinSizeRel; - }; - BC3CB22E6EDC4BDAB1AC1C5B /* MinSizeRel */ = { - isa = XCBuildConfiguration; - buildSettings = { - COMBINE_HIDPI_IMAGES = YES; - EXECUTABLE_PREFIX = lib; - EXECUTABLE_SUFFIX = .a; - GCC_GENERATE_DEBUGGING_SYMBOLS = NO; - GCC_INLINES_ARE_PRIVATE_EXTERN = NO; - GCC_OPTIMIZATION_LEVEL = s; - GCC_PREPROCESSOR_DEFINITIONS = ("'CMAKE_INTDIR=\"$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME)\"'"); - GCC_SYMBOLS_PRIVATE_EXTERN = NO; - HEADER_SEARCH_PATHS = (/Users/yves/Projects/xtd/xtd/xtd.delegates/xtd.delegates/include); - INSTALL_PATH = ""; - LIBRARY_STYLE = STATIC; - OTHER_CPLUSPLUSFLAGS = " -DNDEBUG '-std=gnu++1z' "; - OTHER_LIBTOOLFLAGS = " "; - OTHER_REZFLAGS = ""; - PRODUCT_NAME = xtd.delegates; - SECTORDER_FLAGS = ""; - SYMROOT = /Users/yves/Projects/xtd/xtd/build/xtd.delegates/xtd.delegates; - USE_HEADERMAP = NO; - WARNING_CFLAGS = ("-Wmost","-Wno-four-char-constants","-Wno-unknown-pragmas","$(inherited)"); - }; - name = MinSizeRel; - }; - BE4FE7489AA64CB28A8297F7 /* RelWithDebInfo */ = { - isa = XCBuildConfiguration; - buildSettings = { - COMBINE_HIDPI_IMAGES = YES; - GCC_GENERATE_DEBUGGING_SYMBOLS = YES; - GCC_INLINES_ARE_PRIVATE_EXTERN = NO; - GCC_OPTIMIZATION_LEVEL = 0; - GCC_PREPROCESSOR_DEFINITIONS = ("'CMAKE_INTDIR=\"$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME)\"'"); - GCC_SYMBOLS_PRIVATE_EXTERN = NO; - INSTALL_PATH = ""; - OTHER_LDFLAGS = " "; - OTHER_REZFLAGS = ""; - PRODUCT_NAME = ALL_BUILD; - SECTORDER_FLAGS = ""; - SYMROOT = /Users/yves/Projects/xtd/xtd/build; - USE_HEADERMAP = NO; - WARNING_CFLAGS = ("-Wmost","-Wno-four-char-constants","-Wno-unknown-pragmas","$(inherited)"); - }; - name = RelWithDebInfo; - }; - C927315CC70940FF938C80C2 /* RelWithDebInfo */ = { - isa = XCBuildConfiguration; - buildSettings = { - COMBINE_HIDPI_IMAGES = YES; - EXECUTABLE_PREFIX = lib; - EXECUTABLE_SUFFIX = .a; - GCC_GENERATE_DEBUGGING_SYMBOLS = YES; - GCC_INLINES_ARE_PRIVATE_EXTERN = NO; - GCC_OPTIMIZATION_LEVEL = 2; - GCC_PREPROCESSOR_DEFINITIONS = ("'CMAKE_INTDIR=\"$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME)\"'"); - GCC_SYMBOLS_PRIVATE_EXTERN = NO; - HEADER_SEARCH_PATHS = (/Users/yves/Projects/xtd/xtd/xtd/include,/Users/yves/Projects/xtd/xtd/xtd.console/xtd.console/include,/Users/yves/Projects/xtd/xtd/xtd.strings/xtd.strings/include,/Users/yves/Projects/xtd/xtd/xtd.delegates/xtd.delegates/include,/Users/yves/Projects/xtd/xtd/xtd.properties/xtd.properties/include); - INSTALL_PATH = ""; - LIBRARY_STYLE = STATIC; - OTHER_CPLUSPLUSFLAGS = " -DNDEBUG '-std=gnu++1z' "; - OTHER_LIBTOOLFLAGS = " "; - OTHER_REZFLAGS = ""; - PRODUCT_NAME = xtd; - SECTORDER_FLAGS = ""; - SYMROOT = /Users/yves/Projects/xtd/xtd/build/xtd; - USE_HEADERMAP = NO; - WARNING_CFLAGS = ("-Wmost","-Wno-four-char-constants","-Wno-unknown-pragmas","$(inherited)"); - }; - name = RelWithDebInfo; - }; - CAB4985B50D9459E99E7A06B /* RelWithDebInfo */ = { - isa = XCBuildConfiguration; - buildSettings = { - ONLY_ACTIVE_ARCH = YES; - SDKROOT = /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk; - SYMROOT = /Users/yves/Projects/xtd/xtd/build/build; - }; - name = RelWithDebInfo; - }; - CC2F5B9186454840B2B4815D /* Release */ = { - isa = XCBuildConfiguration; - buildSettings = { - COMBINE_HIDPI_IMAGES = YES; - EXECUTABLE_PREFIX = lib; - EXECUTABLE_SUFFIX = .a; - GCC_GENERATE_DEBUGGING_SYMBOLS = NO; - GCC_INLINES_ARE_PRIVATE_EXTERN = NO; - GCC_OPTIMIZATION_LEVEL = 3; - GCC_PREPROCESSOR_DEFINITIONS = ("'CMAKE_INTDIR=\"$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME)\"'"); - GCC_SYMBOLS_PRIVATE_EXTERN = NO; - HEADER_SEARCH_PATHS = (/Users/yves/Projects/xtd/xtd/xtd.properties/xtd.properties/include); - INSTALL_PATH = ""; - LIBRARY_STYLE = STATIC; - OTHER_CPLUSPLUSFLAGS = " -DNDEBUG '-std=gnu++1z' "; - OTHER_LIBTOOLFLAGS = " "; - OTHER_REZFLAGS = ""; - PRODUCT_NAME = xtd.properties; - SECTORDER_FLAGS = ""; - SYMROOT = /Users/yves/Projects/xtd/xtd/build/xtd.properties/xtd.properties; - USE_HEADERMAP = NO; - WARNING_CFLAGS = ("-Wmost","-Wno-four-char-constants","-Wno-unknown-pragmas","$(inherited)"); - }; - name = Release; - }; - CD74E96610694B0F9AD53D87 /* RelWithDebInfo */ = { - isa = XCBuildConfiguration; - buildSettings = { - COMBINE_HIDPI_IMAGES = YES; - GCC_GENERATE_DEBUGGING_SYMBOLS = YES; - GCC_INLINES_ARE_PRIVATE_EXTERN = NO; - GCC_OPTIMIZATION_LEVEL = 0; - GCC_PREPROCESSOR_DEFINITIONS = ("'CMAKE_INTDIR=\"$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME)\"'"); - GCC_SYMBOLS_PRIVATE_EXTERN = NO; - INSTALL_PATH = ""; - OTHER_LDFLAGS = " "; - OTHER_REZFLAGS = ""; - PRODUCT_NAME = ZERO_CHECK; - SECTORDER_FLAGS = ""; - SYMROOT = /Users/yves/Projects/xtd/xtd/build; - USE_HEADERMAP = NO; - WARNING_CFLAGS = ("-Wmost","-Wno-four-char-constants","-Wno-unknown-pragmas","$(inherited)"); - }; - name = RelWithDebInfo; - }; - CE7C5E2568694D97B20543D7 /* Debug */ = { - isa = XCBuildConfiguration; - buildSettings = { - COMBINE_HIDPI_IMAGES = YES; - EXECUTABLE_PREFIX = lib; - EXECUTABLE_SUFFIX = .a; - GCC_GENERATE_DEBUGGING_SYMBOLS = YES; - GCC_INLINES_ARE_PRIVATE_EXTERN = NO; - GCC_OPTIMIZATION_LEVEL = 0; - GCC_PREPROCESSOR_DEFINITIONS = ("'CMAKE_INTDIR=\"$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME)\"'"); - GCC_SYMBOLS_PRIVATE_EXTERN = NO; - HEADER_SEARCH_PATHS = (/Users/yves/Projects/xtd/xtd/xtd.delegates/xtd.delegates/include); - INSTALL_PATH = ""; - LIBRARY_STYLE = STATIC; - OTHER_CPLUSPLUSFLAGS = " '-std=gnu++1z' "; - OTHER_LIBTOOLFLAGS = " "; - OTHER_REZFLAGS = ""; - PRODUCT_NAME = xtd.delegates; - SECTORDER_FLAGS = ""; - SYMROOT = /Users/yves/Projects/xtd/xtd/build/xtd.delegates/xtd.delegates; - USE_HEADERMAP = NO; - WARNING_CFLAGS = ("-Wmost","-Wno-four-char-constants","-Wno-unknown-pragmas","$(inherited)"); - }; - name = Debug; - }; - D680F6BCA55A481AA4AB357F /* RelWithDebInfo */ = { - isa = XCBuildConfiguration; - buildSettings = { - COMBINE_HIDPI_IMAGES = YES; - EXECUTABLE_PREFIX = lib; - EXECUTABLE_SUFFIX = .a; - GCC_GENERATE_DEBUGGING_SYMBOLS = YES; - GCC_INLINES_ARE_PRIVATE_EXTERN = NO; - GCC_OPTIMIZATION_LEVEL = 2; - GCC_PREPROCESSOR_DEFINITIONS = ("'CMAKE_INTDIR=\"$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME)\"'"); - GCC_SYMBOLS_PRIVATE_EXTERN = NO; - HEADER_SEARCH_PATHS = (/Users/yves/Projects/xtd/xtd/xtd.delegates/xtd.delegates/include); - INSTALL_PATH = ""; - LIBRARY_STYLE = STATIC; - OTHER_CPLUSPLUSFLAGS = " -DNDEBUG '-std=gnu++1z' "; - OTHER_LIBTOOLFLAGS = " "; - OTHER_REZFLAGS = ""; - PRODUCT_NAME = xtd.delegates; - SECTORDER_FLAGS = ""; - SYMROOT = /Users/yves/Projects/xtd/xtd/build/xtd.delegates/xtd.delegates; - USE_HEADERMAP = NO; - WARNING_CFLAGS = ("-Wmost","-Wno-four-char-constants","-Wno-unknown-pragmas","$(inherited)"); - }; - name = RelWithDebInfo; - }; - D97582203FCE462580BA1D0F /* Release */ = { - isa = XCBuildConfiguration; - buildSettings = { - COMBINE_HIDPI_IMAGES = YES; - GCC_GENERATE_DEBUGGING_SYMBOLS = YES; - GCC_INLINES_ARE_PRIVATE_EXTERN = NO; - GCC_OPTIMIZATION_LEVEL = 0; - GCC_PREPROCESSOR_DEFINITIONS = ("'CMAKE_INTDIR=\"$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME)\"'"); - GCC_SYMBOLS_PRIVATE_EXTERN = NO; - INSTALL_PATH = ""; - OTHER_LDFLAGS = " "; - OTHER_REZFLAGS = ""; - PRODUCT_NAME = ALL_BUILD; - SECTORDER_FLAGS = ""; - SYMROOT = /Users/yves/Projects/xtd/xtd/build; - USE_HEADERMAP = NO; - WARNING_CFLAGS = ("-Wmost","-Wno-four-char-constants","-Wno-unknown-pragmas","$(inherited)"); - }; - name = Release; - }; - E0E627712B004EE196254940 /* RelWithDebInfo */ = { - isa = XCBuildConfiguration; - buildSettings = { - COMBINE_HIDPI_IMAGES = YES; - EXECUTABLE_PREFIX = lib; - EXECUTABLE_SUFFIX = .a; - GCC_GENERATE_DEBUGGING_SYMBOLS = YES; - GCC_INLINES_ARE_PRIVATE_EXTERN = NO; - GCC_OPTIMIZATION_LEVEL = 2; - GCC_PREPROCESSOR_DEFINITIONS = ("'CMAKE_INTDIR=\"$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME)\"'"); - GCC_SYMBOLS_PRIVATE_EXTERN = NO; - HEADER_SEARCH_PATHS = (/Users/yves/Projects/xtd/xtd/xtd.strings/xtd.strings/include); - INSTALL_PATH = ""; - LIBRARY_STYLE = STATIC; - OTHER_CPLUSPLUSFLAGS = " -DNDEBUG '-std=gnu++1z' "; - OTHER_LIBTOOLFLAGS = " "; - OTHER_REZFLAGS = ""; - PRODUCT_NAME = xtd.strings; - SECTORDER_FLAGS = ""; - SYMROOT = /Users/yves/Projects/xtd/xtd/build/xtd.strings/xtd.strings; - USE_HEADERMAP = NO; - WARNING_CFLAGS = ("-Wmost","-Wno-four-char-constants","-Wno-unknown-pragmas","$(inherited)"); - }; - name = RelWithDebInfo; - }; - EF1B0C02B3A44C91BEB777AA /* RelWithDebInfo */ = { - isa = XCBuildConfiguration; - buildSettings = { - COMBINE_HIDPI_IMAGES = YES; - GCC_GENERATE_DEBUGGING_SYMBOLS = YES; - GCC_INLINES_ARE_PRIVATE_EXTERN = NO; - GCC_OPTIMIZATION_LEVEL = 0; - GCC_PREPROCESSOR_DEFINITIONS = ("'CMAKE_INTDIR=\"$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME)\"'"); - GCC_SYMBOLS_PRIVATE_EXTERN = NO; - INSTALL_PATH = ""; - OTHER_LDFLAGS = " "; - OTHER_REZFLAGS = ""; - PRODUCT_NAME = install; - SECTORDER_FLAGS = ""; - SYMROOT = /Users/yves/Projects/xtd/xtd/build; - USE_HEADERMAP = NO; - WARNING_CFLAGS = ("-Wmost","-Wno-four-char-constants","-Wno-unknown-pragmas","$(inherited)"); - }; - name = RelWithDebInfo; - }; - F31AA0B6A3CA4F11A787E0EF /* MinSizeRel */ = { - isa = XCBuildConfiguration; - buildSettings = { - COMBINE_HIDPI_IMAGES = YES; - GCC_GENERATE_DEBUGGING_SYMBOLS = YES; - GCC_INLINES_ARE_PRIVATE_EXTERN = NO; - GCC_OPTIMIZATION_LEVEL = 0; - GCC_PREPROCESSOR_DEFINITIONS = ("'CMAKE_INTDIR=\"$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME)\"'"); - GCC_SYMBOLS_PRIVATE_EXTERN = NO; - INSTALL_PATH = ""; - OTHER_LDFLAGS = " "; - OTHER_REZFLAGS = ""; - PRODUCT_NAME = ZERO_CHECK; - SECTORDER_FLAGS = ""; - SYMROOT = /Users/yves/Projects/xtd/xtd/build; - USE_HEADERMAP = NO; - WARNING_CFLAGS = ("-Wmost","-Wno-four-char-constants","-Wno-unknown-pragmas","$(inherited)"); - }; - name = MinSizeRel; - }; - F6622F718FFD416CAA55F137 /* MinSizeRel */ = { - isa = XCBuildConfiguration; - buildSettings = { - COMBINE_HIDPI_IMAGES = YES; - GCC_GENERATE_DEBUGGING_SYMBOLS = YES; - GCC_INLINES_ARE_PRIVATE_EXTERN = NO; - GCC_OPTIMIZATION_LEVEL = 0; - GCC_PREPROCESSOR_DEFINITIONS = ("'CMAKE_INTDIR=\"$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME)\"'"); - GCC_SYMBOLS_PRIVATE_EXTERN = NO; - INSTALL_PATH = ""; - OTHER_LDFLAGS = " "; - OTHER_REZFLAGS = ""; - PRODUCT_NAME = ALL_BUILD; - SECTORDER_FLAGS = ""; - SYMROOT = /Users/yves/Projects/xtd/xtd/build; - USE_HEADERMAP = NO; - WARNING_CFLAGS = ("-Wmost","-Wno-four-char-constants","-Wno-unknown-pragmas","$(inherited)"); - }; - name = MinSizeRel; - }; - FDB98F02A1284D06A7E8D17B /* RelWithDebInfo */ = { - isa = XCBuildConfiguration; - buildSettings = { - COMBINE_HIDPI_IMAGES = YES; - EXECUTABLE_PREFIX = lib; - EXECUTABLE_SUFFIX = .a; - GCC_GENERATE_DEBUGGING_SYMBOLS = YES; - GCC_INLINES_ARE_PRIVATE_EXTERN = NO; - GCC_OPTIMIZATION_LEVEL = 2; - GCC_PREPROCESSOR_DEFINITIONS = ("'CMAKE_INTDIR=\"$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME)\"'"); - GCC_SYMBOLS_PRIVATE_EXTERN = NO; - HEADER_SEARCH_PATHS = (/Users/yves/Projects/xtd/xtd/xtd.properties/xtd.properties/include); - INSTALL_PATH = ""; - LIBRARY_STYLE = STATIC; - OTHER_CPLUSPLUSFLAGS = " -DNDEBUG '-std=gnu++1z' "; - OTHER_LIBTOOLFLAGS = " "; - OTHER_REZFLAGS = ""; - PRODUCT_NAME = xtd.properties; - SECTORDER_FLAGS = ""; - SYMROOT = /Users/yves/Projects/xtd/xtd/build/xtd.properties/xtd.properties; - USE_HEADERMAP = NO; - WARNING_CFLAGS = ("-Wmost","-Wno-four-char-constants","-Wno-unknown-pragmas","$(inherited)"); - }; - name = RelWithDebInfo; - }; - FFA6BE4BED024058B20FF855 /* Debug */ = { - isa = XCBuildConfiguration; - buildSettings = { - COMBINE_HIDPI_IMAGES = YES; - EXECUTABLE_PREFIX = lib; - EXECUTABLE_SUFFIX = .a; - GCC_GENERATE_DEBUGGING_SYMBOLS = YES; - GCC_INLINES_ARE_PRIVATE_EXTERN = NO; - GCC_OPTIMIZATION_LEVEL = 0; - GCC_PREPROCESSOR_DEFINITIONS = ("'CMAKE_INTDIR=\"$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME)\"'"); - GCC_SYMBOLS_PRIVATE_EXTERN = NO; - HEADER_SEARCH_PATHS = (/Users/yves/Projects/xtd/xtd/xtd.properties/xtd.properties/include); - INSTALL_PATH = ""; - LIBRARY_STYLE = STATIC; - OTHER_CPLUSPLUSFLAGS = " '-std=gnu++1z' "; - OTHER_LIBTOOLFLAGS = " "; - OTHER_REZFLAGS = ""; - PRODUCT_NAME = xtd.properties; - SECTORDER_FLAGS = ""; - SYMROOT = /Users/yves/Projects/xtd/xtd/build/xtd.properties/xtd.properties; - USE_HEADERMAP = NO; - WARNING_CFLAGS = ("-Wmost","-Wno-four-char-constants","-Wno-unknown-pragmas","$(inherited)"); - }; - name = Debug; - }; -/* End XCBuildConfiguration section */ - -/* Begin XCConfigurationList section */ - 1521C6566A47474D94DFBF37 /* Build configuration list for PBXNativeTarget "xtd" */ = { - isa = XCConfigurationList; - buildConfigurations = ( - 277B47FA931246AB88567EEA /* Debug */, - 49D11B7F46C641229FE68328 /* Release */, - 71428B72BA1D4F979C0BBE12 /* MinSizeRel */, - C927315CC70940FF938C80C2 /* RelWithDebInfo */, - ); - defaultConfigurationIsVisible = 0; - defaultConfigurationName = Debug; - }; - 1F5B479B1B624CADB2E1CC28 /* Build configuration list for PBXNativeTarget "xtd.properties" */ = { - isa = XCConfigurationList; - buildConfigurations = ( - FFA6BE4BED024058B20FF855 /* Debug */, - CC2F5B9186454840B2B4815D /* Release */, - 9E76B035D1E0468A810992D9 /* MinSizeRel */, - FDB98F02A1284D06A7E8D17B /* RelWithDebInfo */, - ); - defaultConfigurationIsVisible = 0; - defaultConfigurationName = Debug; - }; - 2B640CDBB799454AB572F96E /* Build configuration list for PBXNativeTarget "xtd.delegates" */ = { - isa = XCConfigurationList; - buildConfigurations = ( - CE7C5E2568694D97B20543D7 /* Debug */, - 24C38C14184D4488B514FC72 /* Release */, - BC3CB22E6EDC4BDAB1AC1C5B /* MinSizeRel */, - D680F6BCA55A481AA4AB357F /* RelWithDebInfo */, - ); - defaultConfigurationIsVisible = 0; - defaultConfigurationName = Debug; - }; - 79A65DF66F994C2EB333877E /* Build configuration list for PBXAggregateTarget "ZERO_CHECK" */ = { - isa = XCConfigurationList; - buildConfigurations = ( - 040647E9CD0B41BE85EBE442 /* Debug */, - AD28E2951A324EC0A7F8AFEE /* Release */, - F31AA0B6A3CA4F11A787E0EF /* MinSizeRel */, - CD74E96610694B0F9AD53D87 /* RelWithDebInfo */, - ); - defaultConfigurationIsVisible = 0; - defaultConfigurationName = Debug; - }; - 7E973D0323DD46ED89485A06 /* Build configuration list for PBXNativeTarget "xtd.strings" */ = { - isa = XCConfigurationList; - buildConfigurations = ( - 080B44EC2A714639AB46E9A4 /* Debug */, - 25DF03F9CB694B528AB82237 /* Release */, - 872078C135434CC9B1AFA7C1 /* MinSizeRel */, - E0E627712B004EE196254940 /* RelWithDebInfo */, - ); - defaultConfigurationIsVisible = 0; - defaultConfigurationName = Debug; - }; - 8BB4822B7B4F4CF4B62EB42F /* Build configuration list for PBXAggregateTarget "ALL_BUILD" */ = { - isa = XCConfigurationList; - buildConfigurations = ( - 6DE7DCFB2F1E4097A23AF068 /* Debug */, - D97582203FCE462580BA1D0F /* Release */, - F6622F718FFD416CAA55F137 /* MinSizeRel */, - BE4FE7489AA64CB28A8297F7 /* RelWithDebInfo */, - ); - defaultConfigurationIsVisible = 0; - defaultConfigurationName = Debug; - }; - CA6F0E7CF19E4821967D34CD /* Build configuration list for PBXAggregateTarget "install" */ = { - isa = XCConfigurationList; - buildConfigurations = ( - 5A30D3AB3CEE418AACADFAE4 /* Debug */, - 52D17C00BE844B7BAC84C8A2 /* Release */, - 74DE0F2E046047C09DAA4D78 /* MinSizeRel */, - EF1B0C02B3A44C91BEB777AA /* RelWithDebInfo */, - ); - defaultConfigurationIsVisible = 0; - defaultConfigurationName = Debug; - }; - D560BDE1A9174E579BDE01DF /* Build configuration list for PBXNativeTarget "xtd.console" */ = { - isa = XCConfigurationList; - buildConfigurations = ( - 00FFFC08E1CB467FA5D6BC50 /* Debug */, - 0986BD633EA4457E8EADEDD8 /* Release */, - 13F0A06C7EE349C79843CD4C /* MinSizeRel */, - 8C71EA1C03F941A79547B31C /* RelWithDebInfo */, - ); - defaultConfigurationIsVisible = 0; - defaultConfigurationName = Debug; - }; - D7FEA3BE6AAF4C3CB54ABC3F /* Build configuration list for PBXProject "xtd" */ = { - isa = XCConfigurationList; - buildConfigurations = ( - 1F106716D6C64D78B3EE0669 /* Debug */, - A91BF9FF630B40F5BCD85076 /* Release */, - B9A67CC1DC1A4C359E966B3C /* MinSizeRel */, - CAB4985B50D9459E99E7A06B /* RelWithDebInfo */, - ); - defaultConfigurationIsVisible = 0; - defaultConfigurationName = Debug; - }; -/* End XCConfigurationList section */ - }; - rootObject = 2A64DBDEF81647EAB6CF856A /* Project object */; -} diff --git a/build/xtd.xcodeproj/project.xcworkspace/xcshareddata/IDEWorkspaceChecks.plist b/build/xtd.xcodeproj/project.xcworkspace/xcshareddata/IDEWorkspaceChecks.plist deleted file mode 100644 index 18d981003d68..000000000000 --- a/build/xtd.xcodeproj/project.xcworkspace/xcshareddata/IDEWorkspaceChecks.plist +++ /dev/null @@ -1,8 +0,0 @@ - - - - - IDEDidComputeMac32BitWarning - - - diff --git a/build/xtd.xcodeproj/project.xcworkspace/xcshareddata/WorkspaceSettings.xcsettings b/build/xtd.xcodeproj/project.xcworkspace/xcshareddata/WorkspaceSettings.xcsettings deleted file mode 100644 index e7eab23838d0..000000000000 --- a/build/xtd.xcodeproj/project.xcworkspace/xcshareddata/WorkspaceSettings.xcsettings +++ /dev/null @@ -1,8 +0,0 @@ - - - - - BuildSystemType - Original - - diff --git a/build/xtd.xcodeproj/project.xcworkspace/xcuserdata/yves.xcuserdatad/UserInterfaceState.xcuserstate b/build/xtd.xcodeproj/project.xcworkspace/xcuserdata/yves.xcuserdatad/UserInterfaceState.xcuserstate deleted file mode 100644 index 6e81db96647f..000000000000 Binary files a/build/xtd.xcodeproj/project.xcworkspace/xcuserdata/yves.xcuserdatad/UserInterfaceState.xcuserstate and /dev/null differ diff --git a/build/xtd.xcodeproj/project.xcworkspace/xcuserdata/yves.xcuserdatad/WorkspaceSettings.xcsettings b/build/xtd.xcodeproj/project.xcworkspace/xcuserdata/yves.xcuserdatad/WorkspaceSettings.xcsettings deleted file mode 100644 index a8f61126729d..000000000000 --- a/build/xtd.xcodeproj/project.xcworkspace/xcuserdata/yves.xcuserdatad/WorkspaceSettings.xcsettings +++ /dev/null @@ -1,8 +0,0 @@ - - - - - BuildLocationStyle - UseTargetSettings - - diff --git a/build/xtd.xcodeproj/xcuserdata/yves.xcuserdatad/xcschemes/xcschememanagement.plist b/build/xtd.xcodeproj/xcuserdata/yves.xcuserdatad/xcschemes/xcschememanagement.plist deleted file mode 100644 index c4ce8dfba756..000000000000 --- a/build/xtd.xcodeproj/xcuserdata/yves.xcuserdatad/xcschemes/xcschememanagement.plist +++ /dev/null @@ -1,49 +0,0 @@ - - - - - SchemeUserState - - ALL_BUILD.xcscheme_^#shared#^_ - - orderHint - 2 - - ZERO_CHECK.xcscheme_^#shared#^_ - - orderHint - 1 - - install.xcscheme_^#shared#^_ - - orderHint - 0 - - xtd.console.xcscheme_^#shared#^_ - - orderHint - 4 - - xtd.delegates.xcscheme_^#shared#^_ - - orderHint - 5 - - xtd.properties.xcscheme_^#shared#^_ - - orderHint - 6 - - xtd.strings.xcscheme_^#shared#^_ - - orderHint - 7 - - xtd.xcscheme_^#shared#^_ - - orderHint - 3 - - - - diff --git a/build/xtd/CMakeFiles/Export/cmake/xtd-debug.cmake b/build/xtd/CMakeFiles/Export/cmake/xtd-debug.cmake deleted file mode 100644 index 405e13ebd46a..000000000000 --- a/build/xtd/CMakeFiles/Export/cmake/xtd-debug.cmake +++ /dev/null @@ -1,19 +0,0 @@ -#---------------------------------------------------------------- -# Generated CMake target import file for configuration "Debug". -#---------------------------------------------------------------- - -# Commands may need to know the format version. -set(CMAKE_IMPORT_FILE_VERSION 1) - -# Import target "xtd" for configuration "Debug" -set_property(TARGET xtd APPEND PROPERTY IMPORTED_CONFIGURATIONS DEBUG) -set_target_properties(xtd PROPERTIES - IMPORTED_LINK_INTERFACE_LANGUAGES_DEBUG "CXX" - IMPORTED_LOCATION_DEBUG "${_IMPORT_PREFIX}/lib/libxtd.a" - ) - -list(APPEND _IMPORT_CHECK_TARGETS xtd ) -list(APPEND _IMPORT_CHECK_FILES_FOR_xtd "${_IMPORT_PREFIX}/lib/libxtd.a" ) - -# Commands beyond this point should not need to know the version. -set(CMAKE_IMPORT_FILE_VERSION) diff --git a/build/xtd/CMakeFiles/Export/cmake/xtd-minsizerel.cmake b/build/xtd/CMakeFiles/Export/cmake/xtd-minsizerel.cmake deleted file mode 100644 index 9639a1275333..000000000000 --- a/build/xtd/CMakeFiles/Export/cmake/xtd-minsizerel.cmake +++ /dev/null @@ -1,19 +0,0 @@ -#---------------------------------------------------------------- -# Generated CMake target import file for configuration "MinSizeRel". -#---------------------------------------------------------------- - -# Commands may need to know the format version. -set(CMAKE_IMPORT_FILE_VERSION 1) - -# Import target "xtd" for configuration "MinSizeRel" -set_property(TARGET xtd APPEND PROPERTY IMPORTED_CONFIGURATIONS MINSIZEREL) -set_target_properties(xtd PROPERTIES - IMPORTED_LINK_INTERFACE_LANGUAGES_MINSIZEREL "CXX" - IMPORTED_LOCATION_MINSIZEREL "${_IMPORT_PREFIX}/lib/libxtd.a" - ) - -list(APPEND _IMPORT_CHECK_TARGETS xtd ) -list(APPEND _IMPORT_CHECK_FILES_FOR_xtd "${_IMPORT_PREFIX}/lib/libxtd.a" ) - -# Commands beyond this point should not need to know the version. -set(CMAKE_IMPORT_FILE_VERSION) diff --git a/build/xtd/CMakeFiles/Export/cmake/xtd-release.cmake b/build/xtd/CMakeFiles/Export/cmake/xtd-release.cmake deleted file mode 100644 index ecb4e3c8575f..000000000000 --- a/build/xtd/CMakeFiles/Export/cmake/xtd-release.cmake +++ /dev/null @@ -1,19 +0,0 @@ -#---------------------------------------------------------------- -# Generated CMake target import file for configuration "Release". -#---------------------------------------------------------------- - -# Commands may need to know the format version. -set(CMAKE_IMPORT_FILE_VERSION 1) - -# Import target "xtd" for configuration "Release" -set_property(TARGET xtd APPEND PROPERTY IMPORTED_CONFIGURATIONS RELEASE) -set_target_properties(xtd PROPERTIES - IMPORTED_LINK_INTERFACE_LANGUAGES_RELEASE "CXX" - IMPORTED_LOCATION_RELEASE "${_IMPORT_PREFIX}/lib/libxtd.a" - ) - -list(APPEND _IMPORT_CHECK_TARGETS xtd ) -list(APPEND _IMPORT_CHECK_FILES_FOR_xtd "${_IMPORT_PREFIX}/lib/libxtd.a" ) - -# Commands beyond this point should not need to know the version. -set(CMAKE_IMPORT_FILE_VERSION) diff --git a/build/xtd/CMakeFiles/Export/cmake/xtd-relwithdebinfo.cmake b/build/xtd/CMakeFiles/Export/cmake/xtd-relwithdebinfo.cmake deleted file mode 100644 index 4cd4b5311da7..000000000000 --- a/build/xtd/CMakeFiles/Export/cmake/xtd-relwithdebinfo.cmake +++ /dev/null @@ -1,19 +0,0 @@ -#---------------------------------------------------------------- -# Generated CMake target import file for configuration "RelWithDebInfo". -#---------------------------------------------------------------- - -# Commands may need to know the format version. -set(CMAKE_IMPORT_FILE_VERSION 1) - -# Import target "xtd" for configuration "RelWithDebInfo" -set_property(TARGET xtd APPEND PROPERTY IMPORTED_CONFIGURATIONS RELWITHDEBINFO) -set_target_properties(xtd PROPERTIES - IMPORTED_LINK_INTERFACE_LANGUAGES_RELWITHDEBINFO "CXX" - IMPORTED_LOCATION_RELWITHDEBINFO "${_IMPORT_PREFIX}/lib/libxtd.a" - ) - -list(APPEND _IMPORT_CHECK_TARGETS xtd ) -list(APPEND _IMPORT_CHECK_FILES_FOR_xtd "${_IMPORT_PREFIX}/lib/libxtd.a" ) - -# Commands beyond this point should not need to know the version. -set(CMAKE_IMPORT_FILE_VERSION) diff --git a/build/xtd/CMakeFiles/Export/cmake/xtd.cmake b/build/xtd/CMakeFiles/Export/cmake/xtd.cmake deleted file mode 100644 index bdefbe09ec7d..000000000000 --- a/build/xtd/CMakeFiles/Export/cmake/xtd.cmake +++ /dev/null @@ -1,113 +0,0 @@ -# Generated by CMake - -if("${CMAKE_MAJOR_VERSION}.${CMAKE_MINOR_VERSION}" LESS 2.5) - message(FATAL_ERROR "CMake >= 2.6.0 required") -endif() -cmake_policy(PUSH) -cmake_policy(VERSION 2.6) -#---------------------------------------------------------------- -# Generated CMake target import file. -#---------------------------------------------------------------- - -# Commands may need to know the format version. -set(CMAKE_IMPORT_FILE_VERSION 1) - -# Protect against multiple inclusion, which would fail when already imported targets are added once more. -set(_targetsDefined) -set(_targetsNotDefined) -set(_expectedTargets) -foreach(_expectedTarget xtd) - list(APPEND _expectedTargets ${_expectedTarget}) - if(NOT TARGET ${_expectedTarget}) - list(APPEND _targetsNotDefined ${_expectedTarget}) - endif() - if(TARGET ${_expectedTarget}) - list(APPEND _targetsDefined ${_expectedTarget}) - endif() -endforeach() -if("${_targetsDefined}" STREQUAL "${_expectedTargets}") - unset(_targetsDefined) - unset(_targetsNotDefined) - unset(_expectedTargets) - set(CMAKE_IMPORT_FILE_VERSION) - cmake_policy(POP) - return() -endif() -if(NOT "${_targetsDefined}" STREQUAL "") - message(FATAL_ERROR "Some (but not all) targets in this export set were already defined.\nTargets Defined: ${_targetsDefined}\nTargets not yet defined: ${_targetsNotDefined}\n") -endif() -unset(_targetsDefined) -unset(_targetsNotDefined) -unset(_expectedTargets) - - -# Compute the installation prefix relative to this file. -get_filename_component(_IMPORT_PREFIX "${CMAKE_CURRENT_LIST_FILE}" PATH) -get_filename_component(_IMPORT_PREFIX "${_IMPORT_PREFIX}" PATH) -if(_IMPORT_PREFIX STREQUAL "/") - set(_IMPORT_PREFIX "") -endif() - -# Create imported target xtd -add_library(xtd STATIC IMPORTED) - -set_target_properties(xtd PROPERTIES - INTERFACE_INCLUDE_DIRECTORIES "${_IMPORT_PREFIX}/include" - INTERFACE_LINK_LIBRARIES "xtd.console;xtd.delegates;xtd.properties;xtd.strings" -) - -if(CMAKE_VERSION VERSION_LESS 2.8.12) - message(FATAL_ERROR "This file relies on consumers using CMake 2.8.12 or greater.") -endif() - -# Load information for each installed configuration. -get_filename_component(_DIR "${CMAKE_CURRENT_LIST_FILE}" PATH) -file(GLOB CONFIG_FILES "${_DIR}/xtd-*.cmake") -foreach(f ${CONFIG_FILES}) - include(${f}) -endforeach() - -# Cleanup temporary variables. -set(_IMPORT_PREFIX) - -# Loop over all imported files and verify that they actually exist -foreach(target ${_IMPORT_CHECK_TARGETS} ) - foreach(file ${_IMPORT_CHECK_FILES_FOR_${target}} ) - if(NOT EXISTS "${file}" ) - message(FATAL_ERROR "The imported target \"${target}\" references the file - \"${file}\" -but this file does not exist. Possible reasons include: -* The file was deleted, renamed, or moved to another location. -* An install or uninstall procedure did not complete successfully. -* The installation package was faulty and contained - \"${CMAKE_CURRENT_LIST_FILE}\" -but not all the files it references. -") - endif() - endforeach() - unset(_IMPORT_CHECK_FILES_FOR_${target}) -endforeach() -unset(_IMPORT_CHECK_TARGETS) - -# Make sure the targets which have been exported in some other -# export set exist. -unset(${CMAKE_FIND_PACKAGE_NAME}_NOT_FOUND_MESSAGE_targets) -foreach(_target "xtd.console" "xtd.delegates" "xtd.properties" "xtd.strings" ) - if(NOT TARGET "${_target}" ) - set(${CMAKE_FIND_PACKAGE_NAME}_NOT_FOUND_MESSAGE_targets "${${CMAKE_FIND_PACKAGE_NAME}_NOT_FOUND_MESSAGE_targets} ${_target}") - endif() -endforeach() - -if(DEFINED ${CMAKE_FIND_PACKAGE_NAME}_NOT_FOUND_MESSAGE_targets) - if(CMAKE_FIND_PACKAGE_NAME) - set( ${CMAKE_FIND_PACKAGE_NAME}_FOUND FALSE) - set( ${CMAKE_FIND_PACKAGE_NAME}_NOT_FOUND_MESSAGE "The following imported targets are referenced, but are missing: ${${CMAKE_FIND_PACKAGE_NAME}_NOT_FOUND_MESSAGE_targets}") - else() - message(FATAL_ERROR "The following imported targets are referenced, but are missing: ${${CMAKE_FIND_PACKAGE_NAME}_NOT_FOUND_MESSAGE_targets}") - endif() -endif() -unset(${CMAKE_FIND_PACKAGE_NAME}_NOT_FOUND_MESSAGE_targets) - -# Commands beyond this point should not need to know the version. -set(CMAKE_IMPORT_FILE_VERSION) -cmake_policy(POP) diff --git a/build/xtd/Debug/libxtd.a b/build/xtd/Debug/libxtd.a deleted file mode 100644 index af8bb66f0b47..000000000000 Binary files a/build/xtd/Debug/libxtd.a and /dev/null differ diff --git a/build/xtd/cmake_install.cmake b/build/xtd/cmake_install.cmake deleted file mode 100644 index d5aa17330ad1..000000000000 --- a/build/xtd/cmake_install.cmake +++ /dev/null @@ -1,110 +0,0 @@ -# Install script for directory: /Users/yves/Projects/xtd/xtd/xtd - -# Set the install prefix -if(NOT DEFINED CMAKE_INSTALL_PREFIX) - set(CMAKE_INSTALL_PREFIX "/usr/local") -endif() -string(REGEX REPLACE "/$" "" CMAKE_INSTALL_PREFIX "${CMAKE_INSTALL_PREFIX}") - -# Set the install configuration name. -if(NOT DEFINED CMAKE_INSTALL_CONFIG_NAME) - if(BUILD_TYPE) - string(REGEX REPLACE "^[^A-Za-z0-9_]+" "" - CMAKE_INSTALL_CONFIG_NAME "${BUILD_TYPE}") - else() - set(CMAKE_INSTALL_CONFIG_NAME "Release") - endif() - message(STATUS "Install configuration: \"${CMAKE_INSTALL_CONFIG_NAME}\"") -endif() - -# Set the component getting installed. -if(NOT CMAKE_INSTALL_COMPONENT) - if(COMPONENT) - message(STATUS "Install component: \"${COMPONENT}\"") - set(CMAKE_INSTALL_COMPONENT "${COMPONENT}") - else() - set(CMAKE_INSTALL_COMPONENT) - endif() -endif() - -# Is this installation the result of a crosscompile? -if(NOT DEFINED CMAKE_CROSSCOMPILING) - set(CMAKE_CROSSCOMPILING "FALSE") -endif() - -if("x${CMAKE_INSTALL_COMPONENT}x" STREQUAL "xUnspecifiedx" OR NOT CMAKE_INSTALL_COMPONENT) - file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/include/xtd" TYPE DIRECTORY FILES "/Users/yves/Projects/xtd/xtd/xtd/include/xtd/.") -endif() - -if("x${CMAKE_INSTALL_COMPONENT}x" STREQUAL "xUnspecifiedx" OR NOT CMAKE_INSTALL_COMPONENT) - file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/cmake" TYPE FILE FILES "/Users/yves/Projects/xtd/xtd/build/xtd/xtdConfig.cmake") -endif() - -if("x${CMAKE_INSTALL_COMPONENT}x" STREQUAL "xUnspecifiedx" OR NOT CMAKE_INSTALL_COMPONENT) - if("${CMAKE_INSTALL_CONFIG_NAME}" MATCHES "^([Dd][Ee][Bb][Uu][Gg])$") - file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/lib" TYPE FILE OPTIONAL FILES "/Users/yves/Projects/xtd/xtd/build/xtd/Debug/xtd.pdb") - endif() -endif() - -if("x${CMAKE_INSTALL_COMPONENT}x" STREQUAL "xUnspecifiedx" OR NOT CMAKE_INSTALL_COMPONENT) - if("${CMAKE_INSTALL_CONFIG_NAME}" MATCHES "^([Rr][Ee][Ll][Ee][Aa][Ss][Ee])$") - file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/lib" TYPE FILE OPTIONAL FILES "/Users/yves/Projects/xtd/xtd/build/xtd/Release/xtd.pdb") - endif() -endif() - -if("x${CMAKE_INSTALL_COMPONENT}x" STREQUAL "xUnspecifiedx" OR NOT CMAKE_INSTALL_COMPONENT) - if("${CMAKE_INSTALL_CONFIG_NAME}" MATCHES "^([Dd][Ee][Bb][Uu][Gg])$") - file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/lib" TYPE STATIC_LIBRARY FILES "/Users/yves/Projects/xtd/xtd/build/xtd/Debug/libxtd.a") - if(EXISTS "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/lib/libxtd.a" AND - NOT IS_SYMLINK "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/lib/libxtd.a") - execute_process(COMMAND "/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib" "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/lib/libxtd.a") - endif() - elseif("${CMAKE_INSTALL_CONFIG_NAME}" MATCHES "^([Rr][Ee][Ll][Ee][Aa][Ss][Ee])$") - file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/lib" TYPE STATIC_LIBRARY FILES "/Users/yves/Projects/xtd/xtd/build/xtd/Release/libxtd.a") - if(EXISTS "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/lib/libxtd.a" AND - NOT IS_SYMLINK "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/lib/libxtd.a") - execute_process(COMMAND "/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib" "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/lib/libxtd.a") - endif() - elseif("${CMAKE_INSTALL_CONFIG_NAME}" MATCHES "^([Mm][Ii][Nn][Ss][Ii][Zz][Ee][Rr][Ee][Ll])$") - file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/lib" TYPE STATIC_LIBRARY FILES "/Users/yves/Projects/xtd/xtd/build/xtd/MinSizeRel/libxtd.a") - if(EXISTS "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/lib/libxtd.a" AND - NOT IS_SYMLINK "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/lib/libxtd.a") - execute_process(COMMAND "/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib" "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/lib/libxtd.a") - endif() - elseif("${CMAKE_INSTALL_CONFIG_NAME}" MATCHES "^([Rr][Ee][Ll][Ww][Ii][Tt][Hh][Dd][Ee][Bb][Ii][Nn][Ff][Oo])$") - file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/lib" TYPE STATIC_LIBRARY FILES "/Users/yves/Projects/xtd/xtd/build/xtd/RelWithDebInfo/libxtd.a") - if(EXISTS "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/lib/libxtd.a" AND - NOT IS_SYMLINK "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/lib/libxtd.a") - execute_process(COMMAND "/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib" "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/lib/libxtd.a") - endif() - endif() -endif() - -if("x${CMAKE_INSTALL_COMPONENT}x" STREQUAL "xUnspecifiedx" OR NOT CMAKE_INSTALL_COMPONENT) - if(EXISTS "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/cmake/xtd.cmake") - file(DIFFERENT EXPORT_FILE_CHANGED FILES - "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/cmake/xtd.cmake" - "/Users/yves/Projects/xtd/xtd/build/xtd/CMakeFiles/Export/cmake/xtd.cmake") - if(EXPORT_FILE_CHANGED) - file(GLOB OLD_CONFIG_FILES "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/cmake/xtd-*.cmake") - if(OLD_CONFIG_FILES) - message(STATUS "Old export file \"$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/cmake/xtd.cmake\" will be replaced. Removing files [${OLD_CONFIG_FILES}].") - file(REMOVE ${OLD_CONFIG_FILES}) - endif() - endif() - endif() - file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/cmake" TYPE FILE FILES "/Users/yves/Projects/xtd/xtd/build/xtd/CMakeFiles/Export/cmake/xtd.cmake") - if("${CMAKE_INSTALL_CONFIG_NAME}" MATCHES "^([Dd][Ee][Bb][Uu][Gg])$") - file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/cmake" TYPE FILE FILES "/Users/yves/Projects/xtd/xtd/build/xtd/CMakeFiles/Export/cmake/xtd-debug.cmake") - endif() - if("${CMAKE_INSTALL_CONFIG_NAME}" MATCHES "^([Mm][Ii][Nn][Ss][Ii][Zz][Ee][Rr][Ee][Ll])$") - file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/cmake" TYPE FILE FILES "/Users/yves/Projects/xtd/xtd/build/xtd/CMakeFiles/Export/cmake/xtd-minsizerel.cmake") - endif() - if("${CMAKE_INSTALL_CONFIG_NAME}" MATCHES "^([Rr][Ee][Ll][Ww][Ii][Tt][Hh][Dd][Ee][Bb][Ii][Nn][Ff][Oo])$") - file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/cmake" TYPE FILE FILES "/Users/yves/Projects/xtd/xtd/build/xtd/CMakeFiles/Export/cmake/xtd-relwithdebinfo.cmake") - endif() - if("${CMAKE_INSTALL_CONFIG_NAME}" MATCHES "^([Rr][Ee][Ll][Ee][Aa][Ss][Ee])$") - file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/cmake" TYPE FILE FILES "/Users/yves/Projects/xtd/xtd/build/xtd/CMakeFiles/Export/cmake/xtd-release.cmake") - endif() -endif() - diff --git a/build/xtd/xtd.build/Debug/xtd.build/Objects-normal/x86_64/xtd.LinkFileList b/build/xtd/xtd.build/Debug/xtd.build/Objects-normal/x86_64/xtd.LinkFileList deleted file mode 100644 index 8cc12b04deda..000000000000 --- a/build/xtd/xtd.build/Debug/xtd.build/Objects-normal/x86_64/xtd.LinkFileList +++ /dev/null @@ -1 +0,0 @@ -/Users/yves/Projects/xtd/xtd/build/xtd/xtd.build/Debug/xtd.build/Objects-normal/x86_64/xtd.o diff --git a/build/xtd/xtd.build/Debug/xtd.build/Objects-normal/x86_64/xtd.d b/build/xtd/xtd.build/Debug/xtd.build/Objects-normal/x86_64/xtd.d deleted file mode 100644 index 8422d1d7329c..000000000000 --- a/build/xtd/xtd.build/Debug/xtd.build/Objects-normal/x86_64/xtd.d +++ /dev/null @@ -1,24 +0,0 @@ -dependencies: /Users/yves/Projects/xtd/xtd/xtd/src/xtd.cpp \ - /Users/yves/Projects/xtd/xtd/xtd/src/../include/xtd/xtd \ - /Users/yves/Projects/xtd/xtd/xtd/src/../include/xtd/xtd.hpp \ - /Users/yves/Projects/xtd/xtd/xtd.console/xtd.console/include/xtd/console.hpp \ - /Users/yves/Projects/xtd/xtd/xtd.console/xtd.console/include/xtd/__get_err_rdbuf.hpp \ - /Users/yves/Projects/xtd/xtd/xtd.console/xtd.console/include/xtd/__get_in_rdbuf.hpp \ - /Users/yves/Projects/xtd/xtd/xtd.console/xtd.console/include/xtd/__get_out_rdbuf.hpp \ - /Users/yves/Projects/xtd/xtd/xtd.console/xtd.console/include/xtd/__opaque_console.hpp \ - /Users/yves/Projects/xtd/xtd/xtd.console/xtd.console/include/xtd/console_color.hpp \ - /Users/yves/Projects/xtd/xtd/xtd.console/xtd.console/include/xtd/console_key_info.hpp \ - /Users/yves/Projects/xtd/xtd/xtd.console/xtd.console/include/xtd/console_key.hpp \ - /Users/yves/Projects/xtd/xtd/xtd.console/xtd.console/include/xtd/console_modifiers.hpp \ - /Users/yves/Projects/xtd/xtd/xtd.console/xtd.console/include/xtd/console_special_key.hpp \ - /Users/yves/Projects/xtd/xtd/xtd.console/xtd.console/include/xtd/background_color.hpp \ - /Users/yves/Projects/xtd/xtd/xtd.console/xtd.console/include/xtd/basic_console.hpp \ - /Users/yves/Projects/xtd/xtd/xtd.strings/xtd.strings/include/xtd/strings \ - /Users/yves/Projects/xtd/xtd/xtd.strings/xtd.strings/include/xtd/strings.hpp \ - /Users/yves/Projects/xtd/xtd/xtd.strings/xtd.strings/include/xtd/__format.hpp \ - /Users/yves/Projects/xtd/xtd/xtd.console/xtd.console/include/xtd/beep.hpp \ - /Users/yves/Projects/xtd/xtd/xtd.console/xtd.console/include/xtd/foreground_color.hpp \ - /Users/yves/Projects/xtd/xtd/xtd.console/xtd.console/include/xtd/format.hpp \ - /Users/yves/Projects/xtd/xtd/xtd.console/xtd.console/include/xtd/reset_color.hpp \ - /Users/yves/Projects/xtd/xtd/xtd.delegates/xtd.delegates/include/xtd/delegate.hpp \ - /Users/yves/Projects/xtd/xtd/xtd.properties/xtd.properties/include/xtd/properties.hpp diff --git a/build/xtd/xtd.build/Debug/xtd.build/Objects-normal/x86_64/xtd.dia b/build/xtd/xtd.build/Debug/xtd.build/Objects-normal/x86_64/xtd.dia deleted file mode 100644 index c85cbfc50d06..000000000000 Binary files a/build/xtd/xtd.build/Debug/xtd.build/Objects-normal/x86_64/xtd.dia and /dev/null differ diff --git a/build/xtd/xtd.build/Debug/xtd.build/Objects-normal/x86_64/xtd.o b/build/xtd/xtd.build/Debug/xtd.build/Objects-normal/x86_64/xtd.o deleted file mode 100644 index 320e44b8279e..000000000000 Binary files a/build/xtd/xtd.build/Debug/xtd.build/Objects-normal/x86_64/xtd.o and /dev/null differ diff --git a/build/xtd/xtd.build/Debug/xtd.build/dgph b/build/xtd/xtd.build/Debug/xtd.build/dgph deleted file mode 100644 index 8aedc2e2f1e4..000000000000 Binary files a/build/xtd/xtd.build/Debug/xtd.build/dgph and /dev/null differ diff --git a/build/xtd/xtd.build/Debug/xtd.build/dgph~ b/build/xtd/xtd.build/Debug/xtd.build/dgph~ deleted file mode 100644 index f95123cf5456..000000000000 Binary files a/build/xtd/xtd.build/Debug/xtd.build/dgph~ and /dev/null differ diff --git a/build/xtd/xtd.build/Release/xtd.build/dgph b/build/xtd/xtd.build/Release/xtd.build/dgph deleted file mode 100644 index 5e290f071b09..000000000000 Binary files a/build/xtd/xtd.build/Release/xtd.build/dgph and /dev/null differ diff --git a/build/xtd/xtd.build/Release/xtd.build/dgph~ b/build/xtd/xtd.build/Release/xtd.build/dgph~ deleted file mode 100644 index 791e9478e43b..000000000000 Binary files a/build/xtd/xtd.build/Release/xtd.build/dgph~ and /dev/null differ diff --git a/build/xtd/xtdConfig.cmake b/build/xtd/xtdConfig.cmake deleted file mode 100644 index 86c42756bbc8..000000000000 --- a/build/xtd/xtdConfig.cmake +++ /dev/null @@ -1,19 +0,0 @@ -include(CMakeFindDependencyMacro) -include("${CMAKE_CURRENT_LIST_DIR}/xtd.cmake") - -find_package(xtd.console REQUIRED) -find_package(xtd.delegates REQUIRED) -find_package(xtd.properties REQUIRED) -find_package(xtd.strings REQUIRED) - -get_filename_component(xtd_INCLUDE_DIRS "${CMAKE_CURRENT_LIST_DIR}/../include" ABSOLUTE) -get_filename_component(xtd_LIBRARIES_DIRS "${CMAKE_CURRENT_LIST_DIR}/../lib" ABSOLUTE) - -set(xtd_LIBRARIES xtd) -set(xtd_FOUND TRUE) - -set(CMAKE_CXX_STANDARD 17) -set(CMAKE_CXX_STANDARD_REQUIRED ON) -if (MSVC) - set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} /utf-8") -endif () diff --git a/doxygen.txt b/doxygen.txt deleted file mode 100644 index bb1c02be7997..000000000000 --- a/doxygen.txt +++ /dev/null @@ -1,2475 +0,0 @@ -# Doxyfile 1.8.13 - -# This file describes the settings to be used by the documentation system -# doxygen (www.doxygen.org) for a project. -# -# All text after a double hash (##) is considered a comment and is placed in -# front of the TAG it is preceding. -# -# All text after a single hash (#) is considered a comment and will be ignored. -# The format is: -# TAG = value [value, ...] -# For lists, items can also be appended using: -# TAG += value [value, ...] -# Values that contain spaces should be placed between quotes (\" \"). - -#--------------------------------------------------------------------------- -# Project related configuration options -#--------------------------------------------------------------------------- - -# This tag specifies the encoding used for all characters in the config file -# that follow. The default is UTF-8 which is also the encoding used for all text -# before the first occurrence of this tag. Doxygen uses libiconv (or the iconv -# built into libc) for the transcoding. See http://www.gnu.org/software/libiconv -# for the list of possible encodings. -# The default value is: UTF-8. - -DOXYFILE_ENCODING = UTF-8 - -# The PROJECT_NAME tag is a single word (or a sequence of words surrounded by -# double-quotes, unless you are using Doxywizard) that should identify the -# project for which the documentation is generated. This name is used in the -# title of most generated pages and in a few other places. -# The default value is: My Project. - -PROJECT_NAME = "xtd - Reference Guide" - -# The PROJECT_NUMBER tag can be used to enter a project or revision number. This -# could be handy for archiving the generated documentation or if some version -# control system is used. - -PROJECT_NUMBER = 0.0.1 - -# Using the PROJECT_BRIEF tag one can provide an optional one line description -# for a project that appears at the top of each page and should give viewer a -# quick idea about the purpose of the project. Keep the description short. - -PROJECT_BRIEF = "Modern c++17 library to create console, gui and unit test applications." - -# With the PROJECT_LOGO tag one can specify a logo or an icon that is included -# in the documentation. The maximum height of the logo should not exceed 55 -# pixels and the maximum width should not exceed 200 pixels. Doxygen will copy -# the logo to the output directory. - -PROJECT_LOGO = docs/pictures/xtd_doxygen.png - -# The OUTPUT_DIRECTORY tag is used to specify the (relative or absolute) path -# into which the generated documentation will be written. If a relative path is -# entered, it will be relative to the location where doxygen was started. If -# left blank the current directory will be used. - -OUTPUT_DIRECTORY = - -# If the CREATE_SUBDIRS tag is set to YES then doxygen will create 4096 sub- -# directories (in 2 levels) under the output directory of each output format and -# will distribute the generated files over these directories. Enabling this -# option can be useful when feeding doxygen a huge amount of source files, where -# putting all generated files in the same directory would otherwise causes -# performance problems for the file system. -# The default value is: NO. - -CREATE_SUBDIRS = NO - -# If the ALLOW_UNICODE_NAMES tag is set to YES, doxygen will allow non-ASCII -# characters to appear in the names of generated files. If set to NO, non-ASCII -# characters will be escaped, for example _xE3_x81_x84 will be used for Unicode -# U+3044. -# The default value is: NO. - -ALLOW_UNICODE_NAMES = NO - -# The OUTPUT_LANGUAGE tag is used to specify the language in which all -# documentation generated by doxygen is written. Doxygen will use this -# information to generate all constant output in the proper language. -# Possible values are: Afrikaans, Arabic, Armenian, Brazilian, Catalan, Chinese, -# Chinese-Traditional, Croatian, Czech, Danish, Dutch, English (United States), -# Esperanto, Farsi (Persian), Finnish, French, German, Greek, Hungarian, -# Indonesian, Italian, Japanese, Japanese-en (Japanese with English messages), -# Korean, Korean-en (Korean with English messages), Latvian, Lithuanian, -# Macedonian, Norwegian, Persian (Farsi), Polish, Portuguese, Romanian, Russian, -# Serbian, Serbian-Cyrillic, Slovak, Slovene, Spanish, Swedish, Turkish, -# Ukrainian and Vietnamese. -# The default value is: English. - -OUTPUT_LANGUAGE = English - -# If the BRIEF_MEMBER_DESC tag is set to YES, doxygen will include brief member -# descriptions after the members that are listed in the file and class -# documentation (similar to Javadoc). Set to NO to disable this. -# The default value is: YES. - -BRIEF_MEMBER_DESC = YES - -# If the REPEAT_BRIEF tag is set to YES, doxygen will prepend the brief -# description of a member or function before the detailed description -# -# Note: If both HIDE_UNDOC_MEMBERS and BRIEF_MEMBER_DESC are set to NO, the -# brief descriptions will be completely suppressed. -# The default value is: YES. - -REPEAT_BRIEF = YES - -# This tag implements a quasi-intelligent brief description abbreviator that is -# used to form the text in various listings. Each string in this list, if found -# as the leading text of the brief description, will be stripped from the text -# and the result, after processing the whole list, is used as the annotated -# text. Otherwise, the brief description is used as-is. If left blank, the -# following values are used ($name is automatically replaced with the name of -# the entity):The $name class, The $name widget, The $name file, is, provides, -# specifies, contains, represents, a, an and the. - -ABBREVIATE_BRIEF = "The $name class" \ - "The $name widget" \ - "The $name file" \ - is \ - provides \ - specifies \ - contains \ - represents \ - a \ - an \ - the - -# If the ALWAYS_DETAILED_SEC and REPEAT_BRIEF tags are both set to YES then -# doxygen will generate a detailed section even if there is only a brief -# description. -# The default value is: NO. - -ALWAYS_DETAILED_SEC = YES - -# If the INLINE_INHERITED_MEMB tag is set to YES, doxygen will show all -# inherited members of a class in the documentation of that class as if those -# members were ordinary class members. Constructors, destructors and assignment -# operators of the base classes will not be shown. -# The default value is: NO. - -INLINE_INHERITED_MEMB = YES - -# If the FULL_PATH_NAMES tag is set to YES, doxygen will prepend the full path -# before files name in the file list and in the header files. If set to NO the -# shortest path that makes the file name unique will be used -# The default value is: YES. - -FULL_PATH_NAMES = NO - -# The STRIP_FROM_PATH tag can be used to strip a user-defined part of the path. -# Stripping is only done if one of the specified strings matches the left-hand -# part of the path. The tag can be used to show relative paths in the file list. -# If left blank the directory from which doxygen is run is used as the path to -# strip. -# -# Note that you can specify absolute paths here, but also relative paths, which -# will be relative from the directory where doxygen is started. -# This tag requires that the tag FULL_PATH_NAMES is set to YES. - -STRIP_FROM_PATH = - -# The STRIP_FROM_INC_PATH tag can be used to strip a user-defined part of the -# path mentioned in the documentation of a class, which tells the reader which -# header file to include in order to use a class. If left blank only the name of -# the header file containing the class definition is used. Otherwise one should -# specify the list of include paths that are normally passed to the compiler -# using the -I flag. - -STRIP_FROM_INC_PATH = - -# If the SHORT_NAMES tag is set to YES, doxygen will generate much shorter (but -# less readable) file names. This can be useful is your file systems doesn't -# support long names like on DOS, Mac, or CD-ROM. -# The default value is: NO. - -SHORT_NAMES = NO - -# If the JAVADOC_AUTOBRIEF tag is set to YES then doxygen will interpret the -# first line (until the first dot) of a Javadoc-style comment as the brief -# description. If set to NO, the Javadoc-style will behave just like regular Qt- -# style comments (thus requiring an explicit @brief command for a brief -# description.) -# The default value is: NO. - -JAVADOC_AUTOBRIEF = NO - -# If the QT_AUTOBRIEF tag is set to YES then doxygen will interpret the first -# line (until the first dot) of a Qt-style comment as the brief description. If -# set to NO, the Qt-style will behave just like regular Qt-style comments (thus -# requiring an explicit \brief command for a brief description.) -# The default value is: NO. - -QT_AUTOBRIEF = NO - -# The MULTILINE_CPP_IS_BRIEF tag can be set to YES to make doxygen treat a -# multi-line C++ special comment block (i.e. a block of //! or /// comments) as -# a brief description. This used to be the default behavior. The new default is -# to treat a multi-line C++ comment block as a detailed description. Set this -# tag to YES if you prefer the old behavior instead. -# -# Note that setting this tag to YES also means that rational rose comments are -# not recognized any more. -# The default value is: NO. - -MULTILINE_CPP_IS_BRIEF = NO - -# If the INHERIT_DOCS tag is set to YES then an undocumented member inherits the -# documentation from any documented member that it re-implements. -# The default value is: YES. - -INHERIT_DOCS = YES - -# If the SEPARATE_MEMBER_PAGES tag is set to YES then doxygen will produce a new -# page for each member. If set to NO, the documentation of a member will be part -# of the file/class/namespace that contains it. -# The default value is: NO. - -SEPARATE_MEMBER_PAGES = YES - -# The TAB_SIZE tag can be used to set the number of spaces in a tab. Doxygen -# uses this value to replace tabs by spaces in code fragments. -# Minimum value: 1, maximum value: 16, default value: 4. - -TAB_SIZE = 2 - -# This tag can be used to specify a number of aliases that act as commands in -# the documentation. An alias has the form: -# name=value -# For example adding -# "sideeffect=@par Side Effects:\n" -# will allow you to put the command \sideeffect (or @sideeffect) in the -# documentation, which will result in a user-defined paragraph with heading -# "Side Effects:". You can put \n's in the value part of an alias to insert -# newlines. - -ALIASES = - -# This tag can be used to specify a number of word-keyword mappings (TCL only). -# A mapping has the form "name=value". For example adding "class=itcl::class" -# will allow you to use the command class in the itcl::class meaning. - -TCL_SUBST = - -# Set the OPTIMIZE_OUTPUT_FOR_C tag to YES if your project consists of C sources -# only. Doxygen will then generate output that is more tailored for C. For -# instance, some of the names that are used will be different. The list of all -# members will be omitted, etc. -# The default value is: NO. - -OPTIMIZE_OUTPUT_FOR_C = NO - -# Set the OPTIMIZE_OUTPUT_JAVA tag to YES if your project consists of Java or -# Python sources only. Doxygen will then generate output that is more tailored -# for that language. For instance, namespaces will be presented as packages, -# qualified scopes will look different, etc. -# The default value is: NO. - -OPTIMIZE_OUTPUT_JAVA = NO - -# Set the OPTIMIZE_FOR_FORTRAN tag to YES if your project consists of Fortran -# sources. Doxygen will then generate output that is tailored for Fortran. -# The default value is: NO. - -OPTIMIZE_FOR_FORTRAN = NO - -# Set the OPTIMIZE_OUTPUT_VHDL tag to YES if your project consists of VHDL -# sources. Doxygen will then generate output that is tailored for VHDL. -# The default value is: NO. - -OPTIMIZE_OUTPUT_VHDL = NO - -# Doxygen selects the parser to use depending on the extension of the files it -# parses. With this tag you can assign which parser to use for a given -# extension. Doxygen has a built-in mapping, but you can override or extend it -# using this tag. The format is ext=language, where ext is a file extension, and -# language is one of the parsers supported by doxygen: IDL, Java, Javascript, -# C#, C, C++, D, PHP, Objective-C, Python, Fortran (fixed format Fortran: -# FortranFixed, free formatted Fortran: FortranFree, unknown formatted Fortran: -# Fortran. In the later case the parser tries to guess whether the code is fixed -# or free formatted code, this is the default for Fortran type files), VHDL. For -# instance to make doxygen treat .inc files as Fortran files (default is PHP), -# and .f files as C (default is Fortran), use: inc=Fortran f=C. -# -# Note: For files without extension you can use no_extension as a placeholder. -# -# Note that for custom extensions you also need to set FILE_PATTERNS otherwise -# the files are not read by doxygen. - -EXTENSION_MAPPING = - -# If the MARKDOWN_SUPPORT tag is enabled then doxygen pre-processes all comments -# according to the Markdown format, which allows for more readable -# documentation. See http://daringfireball.net/projects/markdown/ for details. -# The output of markdown processing is further processed by doxygen, so you can -# mix doxygen, HTML, and XML commands with Markdown formatting. Disable only in -# case of backward compatibilities issues. -# The default value is: YES. - -MARKDOWN_SUPPORT = YES - -# When the TOC_INCLUDE_HEADINGS tag is set to a non-zero value, all headings up -# to that level are automatically included in the table of contents, even if -# they do not have an id attribute. -# Note: This feature currently applies only to Markdown headings. -# Minimum value: 0, maximum value: 99, default value: 0. -# This tag requires that the tag MARKDOWN_SUPPORT is set to YES. - -TOC_INCLUDE_HEADINGS = 0 - -# When enabled doxygen tries to link words that correspond to documented -# classes, or namespaces to their corresponding documentation. Such a link can -# be prevented in individual cases by putting a % sign in front of the word or -# globally by setting AUTOLINK_SUPPORT to NO. -# The default value is: YES. - -AUTOLINK_SUPPORT = YES - -# If you use STL classes (i.e. std::string, std::vector, etc.) but do not want -# to include (a tag file for) the STL sources as input, then you should set this -# tag to YES in order to let doxygen match functions declarations and -# definitions whose arguments contain STL classes (e.g. func(std::string); -# versus func(std::string) {}). This also make the inheritance and collaboration -# diagrams that involve STL classes more complete and accurate. -# The default value is: NO. - -BUILTIN_STL_SUPPORT = NO - -# If you use Microsoft's C++/CLI language, you should set this option to YES to -# enable parsing support. -# The default value is: NO. - -CPP_CLI_SUPPORT = NO - -# Set the SIP_SUPPORT tag to YES if your project consists of sip (see: -# http://www.riverbankcomputing.co.uk/software/sip/intro) sources only. Doxygen -# will parse them like normal C++ but will assume all classes use public instead -# of private inheritance when no explicit protection keyword is present. -# The default value is: NO. - -SIP_SUPPORT = NO - -# For Microsoft's IDL there are propget and propput attributes to indicate -# getter and setter methods for a property. Setting this option to YES will make -# doxygen to replace the get and set methods by a property in the documentation. -# This will only work if the methods are indeed getting or setting a simple -# type. If this is not the case, or you want to show the methods anyway, you -# should set this option to NO. -# The default value is: YES. - -IDL_PROPERTY_SUPPORT = YES - -# If member grouping is used in the documentation and the DISTRIBUTE_GROUP_DOC -# tag is set to YES then doxygen will reuse the documentation of the first -# member in the group (if any) for the other members of the group. By default -# all members of a group must be documented explicitly. -# The default value is: NO. - -DISTRIBUTE_GROUP_DOC = NO - -# If one adds a struct or class to a group and this option is enabled, then also -# any nested class or struct is added to the same group. By default this option -# is disabled and one has to add nested compounds explicitly via \ingroup. -# The default value is: NO. - -GROUP_NESTED_COMPOUNDS = NO - -# Set the SUBGROUPING tag to YES to allow class member groups of the same type -# (for instance a group of public functions) to be put as a subgroup of that -# type (e.g. under the Public Functions section). Set it to NO to prevent -# subgrouping. Alternatively, this can be done per class using the -# \nosubgrouping command. -# The default value is: YES. - -SUBGROUPING = YES - -# When the INLINE_GROUPED_CLASSES tag is set to YES, classes, structs and unions -# are shown inside the group in which they are included (e.g. using \ingroup) -# instead of on a separate page (for HTML and Man pages) or section (for LaTeX -# and RTF). -# -# Note that this feature does not work in combination with -# SEPARATE_MEMBER_PAGES. -# The default value is: NO. - -INLINE_GROUPED_CLASSES = NO - -# When the INLINE_SIMPLE_STRUCTS tag is set to YES, structs, classes, and unions -# with only public data fields or simple typedef fields will be shown inline in -# the documentation of the scope in which they are defined (i.e. file, -# namespace, or group documentation), provided this scope is documented. If set -# to NO, structs, classes, and unions are shown on a separate page (for HTML and -# Man pages) or section (for LaTeX and RTF). -# The default value is: NO. - -INLINE_SIMPLE_STRUCTS = NO - -# When TYPEDEF_HIDES_STRUCT tag is enabled, a typedef of a struct, union, or -# enum is documented as struct, union, or enum with the name of the typedef. So -# typedef struct TypeS {} TypeT, will appear in the documentation as a struct -# with name TypeT. When disabled the typedef will appear as a member of a file, -# namespace, or class. And the struct will be named TypeS. This can typically be -# useful for C code in case the coding convention dictates that all compound -# types are typedef'ed and only the typedef is referenced, never the tag name. -# The default value is: NO. - -TYPEDEF_HIDES_STRUCT = NO - -# The size of the symbol lookup cache can be set using LOOKUP_CACHE_SIZE. This -# cache is used to resolve symbols given their name and scope. Since this can be -# an expensive process and often the same symbol appears multiple times in the -# code, doxygen keeps a cache of pre-resolved symbols. If the cache is too small -# doxygen will become slower. If the cache is too large, memory is wasted. The -# cache size is given by this formula: 2^(16+LOOKUP_CACHE_SIZE). The valid range -# is 0..9, the default is 0, corresponding to a cache size of 2^16=65536 -# symbols. At the end of a run doxygen will report the cache usage and suggest -# the optimal cache size from a speed point of view. -# Minimum value: 0, maximum value: 9, default value: 0. - -LOOKUP_CACHE_SIZE = 0 - -#--------------------------------------------------------------------------- -# Build related configuration options -#--------------------------------------------------------------------------- - -# If the EXTRACT_ALL tag is set to YES, doxygen will assume all entities in -# documentation are documented, even if no documentation was available. Private -# class members and static file members will be hidden unless the -# EXTRACT_PRIVATE respectively EXTRACT_STATIC tags are set to YES. -# Note: This will also disable the warnings about undocumented members that are -# normally produced when WARNINGS is set to YES. -# The default value is: NO. - -EXTRACT_ALL = NO - -# If the EXTRACT_PRIVATE tag is set to YES, all private members of a class will -# be included in the documentation. -# The default value is: NO. - -EXTRACT_PRIVATE = NO - -# If the EXTRACT_PACKAGE tag is set to YES, all members with package or internal -# scope will be included in the documentation. -# The default value is: NO. - -EXTRACT_PACKAGE = NO - -# If the EXTRACT_STATIC tag is set to YES, all static members of a file will be -# included in the documentation. -# The default value is: NO. - -EXTRACT_STATIC = NO - -# If the EXTRACT_LOCAL_CLASSES tag is set to YES, classes (and structs) defined -# locally in source files will be included in the documentation. If set to NO, -# only classes defined in header files are included. Does not have any effect -# for Java sources. -# The default value is: YES. - -EXTRACT_LOCAL_CLASSES = YES - -# This flag is only useful for Objective-C code. If set to YES, local methods, -# which are defined in the implementation section but not in the interface are -# included in the documentation. If set to NO, only methods in the interface are -# included. -# The default value is: NO. - -EXTRACT_LOCAL_METHODS = NO - -# If this flag is set to YES, the members of anonymous namespaces will be -# extracted and appear in the documentation as a namespace called -# 'anonymous_namespace{file}', where file will be replaced with the base name of -# the file that contains the anonymous namespace. By default anonymous namespace -# are hidden. -# The default value is: NO. - -EXTRACT_ANON_NSPACES = NO - -# If the HIDE_UNDOC_MEMBERS tag is set to YES, doxygen will hide all -# undocumented members inside documented classes or files. If set to NO these -# members will be included in the various overviews, but no documentation -# section is generated. This option has no effect if EXTRACT_ALL is enabled. -# The default value is: NO. - -HIDE_UNDOC_MEMBERS = NO - -# If the HIDE_UNDOC_CLASSES tag is set to YES, doxygen will hide all -# undocumented classes that are normally visible in the class hierarchy. If set -# to NO, these classes will be included in the various overviews. This option -# has no effect if EXTRACT_ALL is enabled. -# The default value is: NO. - -HIDE_UNDOC_CLASSES = NO - -# If the HIDE_FRIEND_COMPOUNDS tag is set to YES, doxygen will hide all friend -# (class|struct|union) declarations. If set to NO, these declarations will be -# included in the documentation. -# The default value is: NO. - -HIDE_FRIEND_COMPOUNDS = NO - -# If the HIDE_IN_BODY_DOCS tag is set to YES, doxygen will hide any -# documentation blocks found inside the body of a function. If set to NO, these -# blocks will be appended to the function's detailed documentation block. -# The default value is: NO. - -HIDE_IN_BODY_DOCS = NO - -# The INTERNAL_DOCS tag determines if documentation that is typed after a -# \internal command is included. If the tag is set to NO then the documentation -# will be excluded. Set it to YES to include the internal documentation. -# The default value is: NO. - -INTERNAL_DOCS = NO - -# If the CASE_SENSE_NAMES tag is set to NO then doxygen will only generate file -# names in lower-case letters. If set to YES, upper-case letters are also -# allowed. This is useful if you have classes or files whose names only differ -# in case and if your file system supports case sensitive file names. Windows -# and Mac users are advised to set this option to NO. -# The default value is: system dependent. - -CASE_SENSE_NAMES = NO - -# If the HIDE_SCOPE_NAMES tag is set to NO then doxygen will show members with -# their full class and namespace scopes in the documentation. If set to YES, the -# scope will be hidden. -# The default value is: NO. - -HIDE_SCOPE_NAMES = NO - -# If the HIDE_COMPOUND_REFERENCE tag is set to NO (default) then doxygen will -# append additional text to a page's title, such as Class Reference. If set to -# YES the compound reference will be hidden. -# The default value is: NO. - -HIDE_COMPOUND_REFERENCE= NO - -# If the SHOW_INCLUDE_FILES tag is set to YES then doxygen will put a list of -# the files that are included by a file in the documentation of that file. -# The default value is: YES. - -SHOW_INCLUDE_FILES = YES - -# If the SHOW_GROUPED_MEMB_INC tag is set to YES then Doxygen will add for each -# grouped member an include statement to the documentation, telling the reader -# which file to include in order to use the member. -# The default value is: NO. - -SHOW_GROUPED_MEMB_INC = NO - -# If the FORCE_LOCAL_INCLUDES tag is set to YES then doxygen will list include -# files with double quotes in the documentation rather than with sharp brackets. -# The default value is: NO. - -FORCE_LOCAL_INCLUDES = NO - -# If the INLINE_INFO tag is set to YES then a tag [inline] is inserted in the -# documentation for inline members. -# The default value is: YES. - -INLINE_INFO = YES - -# If the SORT_MEMBER_DOCS tag is set to YES then doxygen will sort the -# (detailed) documentation of file and class members alphabetically by member -# name. If set to NO, the members will appear in declaration order. -# The default value is: YES. - -SORT_MEMBER_DOCS = YES - -# If the SORT_BRIEF_DOCS tag is set to YES then doxygen will sort the brief -# descriptions of file, namespace and class members alphabetically by member -# name. If set to NO, the members will appear in declaration order. Note that -# this will also influence the order of the classes in the class list. -# The default value is: NO. - -SORT_BRIEF_DOCS = YES - -# If the SORT_MEMBERS_CTORS_1ST tag is set to YES then doxygen will sort the -# (brief and detailed) documentation of class members so that constructors and -# destructors are listed first. If set to NO the constructors will appear in the -# respective orders defined by SORT_BRIEF_DOCS and SORT_MEMBER_DOCS. -# Note: If SORT_BRIEF_DOCS is set to NO this option is ignored for sorting brief -# member documentation. -# Note: If SORT_MEMBER_DOCS is set to NO this option is ignored for sorting -# detailed member documentation. -# The default value is: NO. - -SORT_MEMBERS_CTORS_1ST = YES - -# If the SORT_GROUP_NAMES tag is set to YES then doxygen will sort the hierarchy -# of group names into alphabetical order. If set to NO the group names will -# appear in their defined order. -# The default value is: NO. - -SORT_GROUP_NAMES = YES - -# If the SORT_BY_SCOPE_NAME tag is set to YES, the class list will be sorted by -# fully-qualified names, including namespaces. If set to NO, the class list will -# be sorted only by class name, not including the namespace part. -# Note: This option is not very useful if HIDE_SCOPE_NAMES is set to YES. -# Note: This option applies only to the class list, not to the alphabetical -# list. -# The default value is: NO. - -SORT_BY_SCOPE_NAME = YES - -# If the STRICT_PROTO_MATCHING option is enabled and doxygen fails to do proper -# type resolution of all parameters of a function it will reject a match between -# the prototype and the implementation of a member function even if there is -# only one candidate or it is obvious which candidate to choose by doing a -# simple string match. By disabling STRICT_PROTO_MATCHING doxygen will still -# accept a match between prototype and implementation in such cases. -# The default value is: NO. - -STRICT_PROTO_MATCHING = NO - -# The GENERATE_TODOLIST tag can be used to enable (YES) or disable (NO) the todo -# list. This list is created by putting \todo commands in the documentation. -# The default value is: YES. - -GENERATE_TODOLIST = YES - -# The GENERATE_TESTLIST tag can be used to enable (YES) or disable (NO) the test -# list. This list is created by putting \test commands in the documentation. -# The default value is: YES. - -GENERATE_TESTLIST = YES - -# The GENERATE_BUGLIST tag can be used to enable (YES) or disable (NO) the bug -# list. This list is created by putting \bug commands in the documentation. -# The default value is: YES. - -GENERATE_BUGLIST = YES - -# The GENERATE_DEPRECATEDLIST tag can be used to enable (YES) or disable (NO) -# the deprecated list. This list is created by putting \deprecated commands in -# the documentation. -# The default value is: YES. - -GENERATE_DEPRECATEDLIST= YES - -# The ENABLED_SECTIONS tag can be used to enable conditional documentation -# sections, marked by \if ... \endif and \cond -# ... \endcond blocks. - -ENABLED_SECTIONS = - -# The MAX_INITIALIZER_LINES tag determines the maximum number of lines that the -# initial value of a variable or macro / define can have for it to appear in the -# documentation. If the initializer consists of more lines than specified here -# it will be hidden. Use a value of 0 to hide initializers completely. The -# appearance of the value of individual variables and macros / defines can be -# controlled using \showinitializer or \hideinitializer command in the -# documentation regardless of this setting. -# Minimum value: 0, maximum value: 10000, default value: 30. - -MAX_INITIALIZER_LINES = 0 - -# Set the SHOW_USED_FILES tag to NO to disable the list of files generated at -# the bottom of the documentation of classes and structs. If set to YES, the -# list will mention the files that were used to generate the documentation. -# The default value is: YES. - -SHOW_USED_FILES = YES - -# Set the SHOW_FILES tag to NO to disable the generation of the Files page. This -# will remove the Files entry from the Quick Index and from the Folder Tree View -# (if specified). -# The default value is: YES. - -SHOW_FILES = YES - -# Set the SHOW_NAMESPACES tag to NO to disable the generation of the Namespaces -# page. This will remove the Namespaces entry from the Quick Index and from the -# Folder Tree View (if specified). -# The default value is: YES. - -SHOW_NAMESPACES = YES - -# The FILE_VERSION_FILTER tag can be used to specify a program or script that -# doxygen should invoke to get the current version for each file (typically from -# the version control system). Doxygen will invoke the program by executing (via -# popen()) the command command input-file, where command is the value of the -# FILE_VERSION_FILTER tag, and input-file is the name of an input file provided -# by doxygen. Whatever the program writes to standard output is used as the file -# version. For an example see the documentation. - -FILE_VERSION_FILTER = - -# The LAYOUT_FILE tag can be used to specify a layout file which will be parsed -# by doxygen. The layout file controls the global structure of the generated -# output files in an output format independent way. To create the layout file -# that represents doxygen's defaults, run doxygen with the -l option. You can -# optionally specify a file name after the option, if omitted DoxygenLayout.xml -# will be used as the name of the layout file. -# -# Note that if you run doxygen from a directory containing a file called -# DoxygenLayout.xml, doxygen will parse it automatically even if the LAYOUT_FILE -# tag is left empty. - -LAYOUT_FILE = - -# The CITE_BIB_FILES tag can be used to specify one or more bib files containing -# the reference definitions. This must be a list of .bib files. The .bib -# extension is automatically appended if omitted. This requires the bibtex tool -# to be installed. See also http://en.wikipedia.org/wiki/BibTeX for more info. -# For LaTeX the style of the bibliography can be controlled using -# LATEX_BIB_STYLE. To use this feature you need bibtex and perl available in the -# search path. See also \cite for info how to create references. - -CITE_BIB_FILES = - -#--------------------------------------------------------------------------- -# Configuration options related to warning and progress messages -#--------------------------------------------------------------------------- - -# The QUIET tag can be used to turn on/off the messages that are generated to -# standard output by doxygen. If QUIET is set to YES this implies that the -# messages are off. -# The default value is: NO. - -QUIET = NO - -# The WARNINGS tag can be used to turn on/off the warning messages that are -# generated to standard error (stderr) by doxygen. If WARNINGS is set to YES -# this implies that the warnings are on. -# -# Tip: Turn warnings on while writing the documentation. -# The default value is: YES. - -WARNINGS = YES - -# If the WARN_IF_UNDOCUMENTED tag is set to YES then doxygen will generate -# warnings for undocumented members. If EXTRACT_ALL is set to YES then this flag -# will automatically be disabled. -# The default value is: YES. - -WARN_IF_UNDOCUMENTED = YES - -# If the WARN_IF_DOC_ERROR tag is set to YES, doxygen will generate warnings for -# potential errors in the documentation, such as not documenting some parameters -# in a documented function, or documenting parameters that don't exist or using -# markup commands wrongly. -# The default value is: YES. - -WARN_IF_DOC_ERROR = YES - -# This WARN_NO_PARAMDOC option can be enabled to get warnings for functions that -# are documented, but have no documentation for their parameters or return -# value. If set to NO, doxygen will only warn about wrong or incomplete -# parameter documentation, but not about the absence of documentation. -# The default value is: NO. - -WARN_NO_PARAMDOC = NO - -# If the WARN_AS_ERROR tag is set to YES then doxygen will immediately stop when -# a warning is encountered. -# The default value is: NO. - -WARN_AS_ERROR = NO - -# The WARN_FORMAT tag determines the format of the warning messages that doxygen -# can produce. The string should contain the $file, $line, and $text tags, which -# will be replaced by the file and line number from which the warning originated -# and the warning text. Optionally the format may contain $version, which will -# be replaced by the version of the file (if it could be obtained via -# FILE_VERSION_FILTER) -# The default value is: $file:$line: $text. - -WARN_FORMAT = "$file:$line: $text" - -# The WARN_LOGFILE tag can be used to specify a file to which warning and error -# messages should be written. If left blank the output is written to standard -# error (stderr). - -WARN_LOGFILE = doxygen_warnings.txt - -#--------------------------------------------------------------------------- -# Configuration options related to the input files -#--------------------------------------------------------------------------- - -# The INPUT tag is used to specify the files and/or directories that contain -# documented source files. You may enter file names like myfile.cpp or -# directories like /usr/src/myproject. Separate the files or directories with -# spaces. See also FILE_PATTERNS and EXTENSION_MAPPING -# Note: If this tag is empty the current directory is searched. - -INPUT = xtd.console/xtd.console/include \ - xtd.delegates/xtd.delegates/include \ - xtd.properties/xtd.properties/include \ - xtd.strings/xtd.strings/include - -# This tag can be used to specify the character encoding of the source files -# that doxygen parses. Internally doxygen uses the UTF-8 encoding. Doxygen uses -# libiconv (or the iconv built into libc) for the transcoding. See the libiconv -# documentation (see: http://www.gnu.org/software/libiconv) for the list of -# possible encodings. -# The default value is: UTF-8. - -INPUT_ENCODING = UTF-8 - -# If the value of the INPUT tag contains directories, you can use the -# FILE_PATTERNS tag to specify one or more wildcard patterns (like *.cpp and -# *.h) to filter out the source-files in the directories. -# -# Note that for custom extensions or not directly supported extensions you also -# need to set EXTENSION_MAPPING for the extension otherwise the files are not -# read by doxygen. -# -# If left blank the following patterns are tested:*.c, *.cc, *.cxx, *.cpp, -# *.c++, *.java, *.ii, *.ixx, *.ipp, *.i++, *.inl, *.idl, *.ddl, *.odl, *.h, -# *.hh, *.hxx, *.hpp, *.h++, *.cs, *.d, *.php, *.php4, *.php5, *.phtml, *.inc, -# *.m, *.markdown, *.md, *.mm, *.dox, *.py, *.pyw, *.f90, *.f95, *.f03, *.f08, -# *.f, *.for, *.tcl, *.vhd, *.vhdl, *.ucf and *.qsf. - -FILE_PATTERNS = *.hpp - -# The RECURSIVE tag can be used to specify whether or not subdirectories should -# be searched for input files as well. -# The default value is: NO. - -RECURSIVE = YES - -# The EXCLUDE tag can be used to specify files and/or directories that should be -# excluded from the INPUT source files. This way you can easily exclude a -# subdirectory from a directory tree whose root is specified with the INPUT tag. -# -# Note that relative paths are relative to the directory from which doxygen is -# run. - -EXCLUDE = - -# The EXCLUDE_SYMLINKS tag can be used to select whether or not files or -# directories that are symbolic links (a Unix file system feature) are excluded -# from the input. -# The default value is: NO. - -EXCLUDE_SYMLINKS = NO - -# If the value of the INPUT tag contains directories, you can use the -# EXCLUDE_PATTERNS tag to specify one or more wildcard patterns to exclude -# certain files from those directories. -# -# Note that the wildcards are matched against the file with absolute path, so to -# exclude all test directories for example use the pattern */test/* - -EXCLUDE_PATTERNS = __*.hpp - -# The EXCLUDE_SYMBOLS tag can be used to specify one or more symbol names -# (namespaces, classes, functions, etc.) that should be excluded from the -# output. The symbol name can be a fully qualified name, a word, or if the -# wildcard * is used, a substring. Examples: ANamespace, AClass, -# AClass::ANamespace, ANamespace::*Test -# -# Note that the wildcards are matched against the file with absolute path, so to -# exclude all test directories use the pattern */test/* - -EXCLUDE_SYMBOLS = - -# The EXAMPLE_PATH tag can be used to specify one or more files or directories -# that contain example code fragments that are included (see the \include -# command). - -EXAMPLE_PATH = - -# If the value of the EXAMPLE_PATH tag contains directories, you can use the -# EXAMPLE_PATTERNS tag to specify one or more wildcard pattern (like *.cpp and -# *.h) to filter out the source-files in the directories. If left blank all -# files are included. - -EXAMPLE_PATTERNS = * - -# If the EXAMPLE_RECURSIVE tag is set to YES then subdirectories will be -# searched for input files to be used with the \include or \dontinclude commands -# irrespective of the value of the RECURSIVE tag. -# The default value is: NO. - -EXAMPLE_RECURSIVE = YES - -# The IMAGE_PATH tag can be used to specify one or more files or directories -# that contain images that are to be included in the documentation (see the -# \image command). - -IMAGE_PATH = docs/pictures - -# The INPUT_FILTER tag can be used to specify a program that doxygen should -# invoke to filter for each input file. Doxygen will invoke the filter program -# by executing (via popen()) the command: -# -# -# -# where is the value of the INPUT_FILTER tag, and is the -# name of an input file. Doxygen will then use the output that the filter -# program writes to standard output. If FILTER_PATTERNS is specified, this tag -# will be ignored. -# -# Note that the filter must not add or remove lines; it is applied before the -# code is scanned, but not when the output code is generated. If lines are added -# or removed, the anchors will not be placed correctly. -# -# Note that for custom extensions or not directly supported extensions you also -# need to set EXTENSION_MAPPING for the extension otherwise the files are not -# properly processed by doxygen. - -INPUT_FILTER = - -# The FILTER_PATTERNS tag can be used to specify filters on a per file pattern -# basis. Doxygen will compare the file name with each pattern and apply the -# filter if there is a match. The filters are a list of the form: pattern=filter -# (like *.cpp=my_cpp_filter). See INPUT_FILTER for further information on how -# filters are used. If the FILTER_PATTERNS tag is empty or if none of the -# patterns match the file name, INPUT_FILTER is applied. -# -# Note that for custom extensions or not directly supported extensions you also -# need to set EXTENSION_MAPPING for the extension otherwise the files are not -# properly processed by doxygen. - -FILTER_PATTERNS = - -# If the FILTER_SOURCE_FILES tag is set to YES, the input filter (if set using -# INPUT_FILTER) will also be used to filter the input files that are used for -# producing the source files to browse (i.e. when SOURCE_BROWSER is set to YES). -# The default value is: NO. - -FILTER_SOURCE_FILES = NO - -# The FILTER_SOURCE_PATTERNS tag can be used to specify source filters per file -# pattern. A pattern will override the setting for FILTER_PATTERN (if any) and -# it is also possible to disable source filtering for a specific pattern using -# *.ext= (so without naming a filter). -# This tag requires that the tag FILTER_SOURCE_FILES is set to YES. - -FILTER_SOURCE_PATTERNS = - -# If the USE_MDFILE_AS_MAINPAGE tag refers to the name of a markdown file that -# is part of the input, its contents will be placed on the main page -# (index.html). This can be useful if you have a project on for instance GitHub -# and want to reuse the introduction page also for the doxygen output. - -USE_MDFILE_AS_MAINPAGE = - -#--------------------------------------------------------------------------- -# Configuration options related to source browsing -#--------------------------------------------------------------------------- - -# If the SOURCE_BROWSER tag is set to YES then a list of source files will be -# generated. Documented entities will be cross-referenced with these sources. -# -# Note: To get rid of all source code in the generated output, make sure that -# also VERBATIM_HEADERS is set to NO. -# The default value is: NO. - -SOURCE_BROWSER = NO - -# Setting the INLINE_SOURCES tag to YES will include the body of functions, -# classes and enums directly into the documentation. -# The default value is: NO. - -INLINE_SOURCES = NO - -# Setting the STRIP_CODE_COMMENTS tag to YES will instruct doxygen to hide any -# special comment blocks from generated source code fragments. Normal C, C++ and -# Fortran comments will always remain visible. -# The default value is: YES. - -STRIP_CODE_COMMENTS = YES - -# If the REFERENCED_BY_RELATION tag is set to YES then for each documented -# function all documented functions referencing it will be listed. -# The default value is: NO. - -REFERENCED_BY_RELATION = NO - -# If the REFERENCES_RELATION tag is set to YES then for each documented function -# all documented entities called/used by that function will be listed. -# The default value is: NO. - -REFERENCES_RELATION = NO - -# If the REFERENCES_LINK_SOURCE tag is set to YES and SOURCE_BROWSER tag is set -# to YES then the hyperlinks from functions in REFERENCES_RELATION and -# REFERENCED_BY_RELATION lists will link to the source code. Otherwise they will -# link to the documentation. -# The default value is: YES. - -REFERENCES_LINK_SOURCE = YES - -# If SOURCE_TOOLTIPS is enabled (the default) then hovering a hyperlink in the -# source code will show a tooltip with additional information such as prototype, -# brief description and links to the definition and documentation. Since this -# will make the HTML file larger and loading of large files a bit slower, you -# can opt to disable this feature. -# The default value is: YES. -# This tag requires that the tag SOURCE_BROWSER is set to YES. - -SOURCE_TOOLTIPS = YES - -# If the USE_HTAGS tag is set to YES then the references to source code will -# point to the HTML generated by the htags(1) tool instead of doxygen built-in -# source browser. The htags tool is part of GNU's global source tagging system -# (see http://www.gnu.org/software/global/global.html). You will need version -# 4.8.6 or higher. -# -# To use it do the following: -# - Install the latest version of global -# - Enable SOURCE_BROWSER and USE_HTAGS in the config file -# - Make sure the INPUT points to the root of the source tree -# - Run doxygen as normal -# -# Doxygen will invoke htags (and that will in turn invoke gtags), so these -# tools must be available from the command line (i.e. in the search path). -# -# The result: instead of the source browser generated by doxygen, the links to -# source code will now point to the output of htags. -# The default value is: NO. -# This tag requires that the tag SOURCE_BROWSER is set to YES. - -USE_HTAGS = NO - -# If the VERBATIM_HEADERS tag is set the YES then doxygen will generate a -# verbatim copy of the header file for each class for which an include is -# specified. Set to NO to disable this. -# See also: Section \class. -# The default value is: YES. - -VERBATIM_HEADERS = YES - -# If the CLANG_ASSISTED_PARSING tag is set to YES then doxygen will use the -# clang parser (see: http://clang.llvm.org/) for more accurate parsing at the -# cost of reduced performance. This can be particularly helpful with template -# rich C++ code for which doxygen's built-in parser lacks the necessary type -# information. -# Note: The availability of this option depends on whether or not doxygen was -# generated with the -Duse-libclang=ON option for CMake. -# The default value is: NO. - -CLANG_ASSISTED_PARSING = NO - -# If clang assisted parsing is enabled you can provide the compiler with command -# line options that you would normally use when invoking the compiler. Note that -# the include paths will already be set by doxygen for the files and directories -# specified with INPUT and INCLUDE_PATH. -# This tag requires that the tag CLANG_ASSISTED_PARSING is set to YES. - -CLANG_OPTIONS = - -#--------------------------------------------------------------------------- -# Configuration options related to the alphabetical class index -#--------------------------------------------------------------------------- - -# If the ALPHABETICAL_INDEX tag is set to YES, an alphabetical index of all -# compounds will be generated. Enable this if the project contains a lot of -# classes, structs, unions or interfaces. -# The default value is: YES. - -ALPHABETICAL_INDEX = YES - -# The COLS_IN_ALPHA_INDEX tag can be used to specify the number of columns in -# which the alphabetical index list will be split. -# Minimum value: 1, maximum value: 20, default value: 5. -# This tag requires that the tag ALPHABETICAL_INDEX is set to YES. - -COLS_IN_ALPHA_INDEX = 1 - -# In case all classes in a project start with a common prefix, all classes will -# be put under the same header in the alphabetical index. The IGNORE_PREFIX tag -# can be used to specify a prefix (or a list of prefixes) that should be ignored -# while generating the index headers. -# This tag requires that the tag ALPHABETICAL_INDEX is set to YES. - -IGNORE_PREFIX = - -#--------------------------------------------------------------------------- -# Configuration options related to the HTML output -#--------------------------------------------------------------------------- - -# If the GENERATE_HTML tag is set to YES, doxygen will generate HTML output -# The default value is: YES. - -GENERATE_HTML = YES - -# The HTML_OUTPUT tag is used to specify where the HTML docs will be put. If a -# relative path is entered the value of OUTPUT_DIRECTORY will be put in front of -# it. -# The default directory is: html. -# This tag requires that the tag GENERATE_HTML is set to YES. - -HTML_OUTPUT = ReferenceGuide - -# The HTML_FILE_EXTENSION tag can be used to specify the file extension for each -# generated HTML page (for example: .htm, .php, .asp). -# The default value is: .html. -# This tag requires that the tag GENERATE_HTML is set to YES. - -HTML_FILE_EXTENSION = .html - -# The HTML_HEADER tag can be used to specify a user-defined HTML header file for -# each generated HTML page. If the tag is left blank doxygen will generate a -# standard header. -# -# To get valid HTML the header file that includes any scripts and style sheets -# that doxygen needs, which is dependent on the configuration options used (e.g. -# the setting GENERATE_TREEVIEW). It is highly recommended to start with a -# default header using -# doxygen -w html new_header.html new_footer.html new_stylesheet.css -# YourConfigFile -# and then modify the file new_header.html. See also section "Doxygen usage" -# for information on how to generate the default header that doxygen normally -# uses. -# Note: The header is subject to change so you typically have to regenerate the -# default header when upgrading to a newer version of doxygen. For a description -# of the possible markers and block names see the documentation. -# This tag requires that the tag GENERATE_HTML is set to YES. - -HTML_HEADER = - -# The HTML_FOOTER tag can be used to specify a user-defined HTML footer for each -# generated HTML page. If the tag is left blank doxygen will generate a standard -# footer. See HTML_HEADER for more information on how to generate a default -# footer and what special commands can be used inside the footer. See also -# section "Doxygen usage" for information on how to generate the default footer -# that doxygen normally uses. -# This tag requires that the tag GENERATE_HTML is set to YES. - -HTML_FOOTER = - -# The HTML_STYLESHEET tag can be used to specify a user-defined cascading style -# sheet that is used by each HTML page. It can be used to fine-tune the look of -# the HTML output. If left blank doxygen will generate a default style sheet. -# See also section "Doxygen usage" for information on how to generate the style -# sheet that doxygen normally uses. -# Note: It is recommended to use HTML_EXTRA_STYLESHEET instead of this tag, as -# it is more robust and this tag (HTML_STYLESHEET) will in the future become -# obsolete. -# This tag requires that the tag GENERATE_HTML is set to YES. - -HTML_STYLESHEET = - -# The HTML_EXTRA_STYLESHEET tag can be used to specify additional user-defined -# cascading style sheets that are included after the standard style sheets -# created by doxygen. Using this option one can overrule certain style aspects. -# This is preferred over using HTML_STYLESHEET since it does not replace the -# standard style sheet and is therefore more robust against future updates. -# Doxygen will copy the style sheet files to the output directory. -# Note: The order of the extra style sheet files is of importance (e.g. the last -# style sheet in the list overrules the setting of the previous ones in the -# list). For an example see the documentation. -# This tag requires that the tag GENERATE_HTML is set to YES. - -HTML_EXTRA_STYLESHEET = - -# The HTML_EXTRA_FILES tag can be used to specify one or more extra images or -# other source files which should be copied to the HTML output directory. Note -# that these files will be copied to the base HTML output directory. Use the -# $relpath^ marker in the HTML_HEADER and/or HTML_FOOTER files to load these -# files. In the HTML_STYLESHEET file, use the file name only. Also note that the -# files will be copied as-is; there are no commands or markers available. -# This tag requires that the tag GENERATE_HTML is set to YES. - -HTML_EXTRA_FILES = - -# The HTML_COLORSTYLE_HUE tag controls the color of the HTML output. Doxygen -# will adjust the colors in the style sheet and background images according to -# this color. Hue is specified as an angle on a colorwheel, see -# http://en.wikipedia.org/wiki/Hue for more information. For instance the value -# 0 represents red, 60 is yellow, 120 is green, 180 is cyan, 240 is blue, 300 -# purple, and 360 is red again. -# Minimum value: 0, maximum value: 359, default value: 220. -# This tag requires that the tag GENERATE_HTML is set to YES. - -HTML_COLORSTYLE_HUE = 220 - -# The HTML_COLORSTYLE_SAT tag controls the purity (or saturation) of the colors -# in the HTML output. For a value of 0 the output will use grayscales only. A -# value of 255 will produce the most vivid colors. -# Minimum value: 0, maximum value: 255, default value: 100. -# This tag requires that the tag GENERATE_HTML is set to YES. - -HTML_COLORSTYLE_SAT = 100 - -# The HTML_COLORSTYLE_GAMMA tag controls the gamma correction applied to the -# luminance component of the colors in the HTML output. Values below 100 -# gradually make the output lighter, whereas values above 100 make the output -# darker. The value divided by 100 is the actual gamma applied, so 80 represents -# a gamma of 0.8, The value 220 represents a gamma of 2.2, and 100 does not -# change the gamma. -# Minimum value: 40, maximum value: 240, default value: 80. -# This tag requires that the tag GENERATE_HTML is set to YES. - -HTML_COLORSTYLE_GAMMA = 80 - -# If the HTML_TIMESTAMP tag is set to YES then the footer of each generated HTML -# page will contain the date and time when the page was generated. Setting this -# to YES can help to show when doxygen was last run and thus if the -# documentation is up to date. -# The default value is: NO. -# This tag requires that the tag GENERATE_HTML is set to YES. - -HTML_TIMESTAMP = YES - -# If the HTML_DYNAMIC_SECTIONS tag is set to YES then the generated HTML -# documentation will contain sections that can be hidden and shown after the -# page has loaded. -# The default value is: NO. -# This tag requires that the tag GENERATE_HTML is set to YES. - -HTML_DYNAMIC_SECTIONS = NO - -# With HTML_INDEX_NUM_ENTRIES one can control the preferred number of entries -# shown in the various tree structured indices initially; the user can expand -# and collapse entries dynamically later on. Doxygen will expand the tree to -# such a level that at most the specified number of entries are visible (unless -# a fully collapsed tree already exceeds this amount). So setting the number of -# entries 1 will produce a full collapsed tree by default. 0 is a special value -# representing an infinite number of entries and will result in a full expanded -# tree by default. -# Minimum value: 0, maximum value: 9999, default value: 100. -# This tag requires that the tag GENERATE_HTML is set to YES. - -HTML_INDEX_NUM_ENTRIES = 100 - -# If the GENERATE_DOCSET tag is set to YES, additional index files will be -# generated that can be used as input for Apple's Xcode 3 integrated development -# environment (see: http://developer.apple.com/tools/xcode/), introduced with -# OSX 10.5 (Leopard). To create a documentation set, doxygen will generate a -# Makefile in the HTML output directory. Running make will produce the docset in -# that directory and running make install will install the docset in -# ~/Library/Developer/Shared/Documentation/DocSets so that Xcode will find it at -# startup. See http://developer.apple.com/tools/creatingdocsetswithdoxygen.html -# for more information. -# The default value is: NO. -# This tag requires that the tag GENERATE_HTML is set to YES. - -GENERATE_DOCSET = NO - -# This tag determines the name of the docset feed. A documentation feed provides -# an umbrella under which multiple documentation sets from a single provider -# (such as a company or product suite) can be grouped. -# The default value is: Doxygen generated docs. -# This tag requires that the tag GENERATE_DOCSET is set to YES. - -DOCSET_FEEDNAME = "console generated docs" - -# This tag specifies a string that should uniquely identify the documentation -# set bundle. This should be a reverse domain-name style string, e.g. -# com.mycompany.MyDocSet. Doxygen will append .docset to the name. -# The default value is: org.doxygen.Project. -# This tag requires that the tag GENERATE_DOCSET is set to YES. - -DOCSET_BUNDLE_ID = org.gammasoft.console - -# The DOCSET_PUBLISHER_ID tag specifies a string that should uniquely identify -# the documentation publisher. This should be a reverse domain-name style -# string, e.g. com.mycompany.MyDocSet.documentation. -# The default value is: org.doxygen.Publisher. -# This tag requires that the tag GENERATE_DOCSET is set to YES. - -DOCSET_PUBLISHER_ID = org.gammasoft.console.documentation - -# The DOCSET_PUBLISHER_NAME tag identifies the documentation publisher. -# The default value is: Publisher. -# This tag requires that the tag GENERATE_DOCSET is set to YES. - -DOCSET_PUBLISHER_NAME = gammasoft - -# If the GENERATE_HTMLHELP tag is set to YES then doxygen generates three -# additional HTML index files: index.hhp, index.hhc, and index.hhk. The -# index.hhp is a project file that can be read by Microsoft's HTML Help Workshop -# (see: http://www.microsoft.com/en-us/download/details.aspx?id=21138) on -# Windows. -# -# The HTML Help Workshop contains a compiler that can convert all HTML output -# generated by doxygen into a single compiled HTML file (.chm). Compiled HTML -# files are now used as the Windows 98 help format, and will replace the old -# Windows help format (.hlp) on all Windows platforms in the future. Compressed -# HTML files also contain an index, a table of contents, and you can search for -# words in the documentation. The HTML workshop also contains a viewer for -# compressed HTML files. -# The default value is: NO. -# This tag requires that the tag GENERATE_HTML is set to YES. - -GENERATE_HTMLHELP = NO - -# The CHM_FILE tag can be used to specify the file name of the resulting .chm -# file. You can add a path in front of the file if the result should not be -# written to the html output directory. -# This tag requires that the tag GENERATE_HTMLHELP is set to YES. - -CHM_FILE = - -# The HHC_LOCATION tag can be used to specify the location (absolute path -# including file name) of the HTML help compiler (hhc.exe). If non-empty, -# doxygen will try to run the HTML help compiler on the generated index.hhp. -# The file has to be specified with full path. -# This tag requires that the tag GENERATE_HTMLHELP is set to YES. - -HHC_LOCATION = - -# The GENERATE_CHI flag controls if a separate .chi index file is generated -# (YES) or that it should be included in the master .chm file (NO). -# The default value is: NO. -# This tag requires that the tag GENERATE_HTMLHELP is set to YES. - -GENERATE_CHI = NO - -# The CHM_INDEX_ENCODING is used to encode HtmlHelp index (hhk), content (hhc) -# and project file content. -# This tag requires that the tag GENERATE_HTMLHELP is set to YES. - -CHM_INDEX_ENCODING = - -# The BINARY_TOC flag controls whether a binary table of contents is generated -# (YES) or a normal table of contents (NO) in the .chm file. Furthermore it -# enables the Previous and Next buttons. -# The default value is: NO. -# This tag requires that the tag GENERATE_HTMLHELP is set to YES. - -BINARY_TOC = NO - -# The TOC_EXPAND flag can be set to YES to add extra items for group members to -# the table of contents of the HTML help documentation and to the tree view. -# The default value is: NO. -# This tag requires that the tag GENERATE_HTMLHELP is set to YES. - -TOC_EXPAND = NO - -# If the GENERATE_QHP tag is set to YES and both QHP_NAMESPACE and -# QHP_VIRTUAL_FOLDER are set, an additional index file will be generated that -# can be used as input for Qt's qhelpgenerator to generate a Qt Compressed Help -# (.qch) of the generated HTML documentation. -# The default value is: NO. -# This tag requires that the tag GENERATE_HTML is set to YES. - -GENERATE_QHP = NO - -# If the QHG_LOCATION tag is specified, the QCH_FILE tag can be used to specify -# the file name of the resulting .qch file. The path specified is relative to -# the HTML output folder. -# This tag requires that the tag GENERATE_QHP is set to YES. - -QCH_FILE = - -# The QHP_NAMESPACE tag specifies the namespace to use when generating Qt Help -# Project output. For more information please see Qt Help Project / Namespace -# (see: http://qt-project.org/doc/qt-4.8/qthelpproject.html#namespace). -# The default value is: org.doxygen.Project. -# This tag requires that the tag GENERATE_QHP is set to YES. - -QHP_NAMESPACE = org.doxygen.Project - -# The QHP_VIRTUAL_FOLDER tag specifies the namespace to use when generating Qt -# Help Project output. For more information please see Qt Help Project / Virtual -# Folders (see: http://qt-project.org/doc/qt-4.8/qthelpproject.html#virtual- -# folders). -# The default value is: doc. -# This tag requires that the tag GENERATE_QHP is set to YES. - -QHP_VIRTUAL_FOLDER = doc - -# If the QHP_CUST_FILTER_NAME tag is set, it specifies the name of a custom -# filter to add. For more information please see Qt Help Project / Custom -# Filters (see: http://qt-project.org/doc/qt-4.8/qthelpproject.html#custom- -# filters). -# This tag requires that the tag GENERATE_QHP is set to YES. - -QHP_CUST_FILTER_NAME = - -# The QHP_CUST_FILTER_ATTRS tag specifies the list of the attributes of the -# custom filter to add. For more information please see Qt Help Project / Custom -# Filters (see: http://qt-project.org/doc/qt-4.8/qthelpproject.html#custom- -# filters). -# This tag requires that the tag GENERATE_QHP is set to YES. - -QHP_CUST_FILTER_ATTRS = - -# The QHP_SECT_FILTER_ATTRS tag specifies the list of the attributes this -# project's filter section matches. Qt Help Project / Filter Attributes (see: -# http://qt-project.org/doc/qt-4.8/qthelpproject.html#filter-attributes). -# This tag requires that the tag GENERATE_QHP is set to YES. - -QHP_SECT_FILTER_ATTRS = - -# The QHG_LOCATION tag can be used to specify the location of Qt's -# qhelpgenerator. If non-empty doxygen will try to run qhelpgenerator on the -# generated .qhp file. -# This tag requires that the tag GENERATE_QHP is set to YES. - -QHG_LOCATION = - -# If the GENERATE_ECLIPSEHELP tag is set to YES, additional index files will be -# generated, together with the HTML files, they form an Eclipse help plugin. To -# install this plugin and make it available under the help contents menu in -# Eclipse, the contents of the directory containing the HTML and XML files needs -# to be copied into the plugins directory of eclipse. The name of the directory -# within the plugins directory should be the same as the ECLIPSE_DOC_ID value. -# After copying Eclipse needs to be restarted before the help appears. -# The default value is: NO. -# This tag requires that the tag GENERATE_HTML is set to YES. - -GENERATE_ECLIPSEHELP = NO - -# A unique identifier for the Eclipse help plugin. When installing the plugin -# the directory name containing the HTML and XML files should also have this -# name. Each documentation set should have its own identifier. -# The default value is: org.doxygen.Project. -# This tag requires that the tag GENERATE_ECLIPSEHELP is set to YES. - -ECLIPSE_DOC_ID = org.doxygen.Project - -# If you want full control over the layout of the generated HTML pages it might -# be necessary to disable the index and replace it with your own. The -# DISABLE_INDEX tag can be used to turn on/off the condensed index (tabs) at top -# of each HTML page. A value of NO enables the index and the value YES disables -# it. Since the tabs in the index contain the same information as the navigation -# tree, you can set this option to YES if you also set GENERATE_TREEVIEW to YES. -# The default value is: NO. -# This tag requires that the tag GENERATE_HTML is set to YES. - -DISABLE_INDEX = NO - -# The GENERATE_TREEVIEW tag is used to specify whether a tree-like index -# structure should be generated to display hierarchical information. If the tag -# value is set to YES, a side panel will be generated containing a tree-like -# index structure (just like the one that is generated for HTML Help). For this -# to work a browser that supports JavaScript, DHTML, CSS and frames is required -# (i.e. any modern browser). Windows users are probably better off using the -# HTML help feature. Via custom style sheets (see HTML_EXTRA_STYLESHEET) one can -# further fine-tune the look of the index. As an example, the default style -# sheet generated by doxygen has an example that shows how to put an image at -# the root of the tree instead of the PROJECT_NAME. Since the tree basically has -# the same information as the tab index, you could consider setting -# DISABLE_INDEX to YES when enabling this option. -# The default value is: NO. -# This tag requires that the tag GENERATE_HTML is set to YES. - -GENERATE_TREEVIEW = YES - -# The ENUM_VALUES_PER_LINE tag can be used to set the number of enum values that -# doxygen will group on one line in the generated HTML documentation. -# -# Note that a value of 0 will completely suppress the enum values from appearing -# in the overview section. -# Minimum value: 0, maximum value: 20, default value: 4. -# This tag requires that the tag GENERATE_HTML is set to YES. - -ENUM_VALUES_PER_LINE = 4 - -# If the treeview is enabled (see GENERATE_TREEVIEW) then this tag can be used -# to set the initial width (in pixels) of the frame in which the tree is shown. -# Minimum value: 0, maximum value: 1500, default value: 250. -# This tag requires that the tag GENERATE_HTML is set to YES. - -TREEVIEW_WIDTH = 250 - -# If the EXT_LINKS_IN_WINDOW option is set to YES, doxygen will open links to -# external symbols imported via tag files in a separate window. -# The default value is: NO. -# This tag requires that the tag GENERATE_HTML is set to YES. - -EXT_LINKS_IN_WINDOW = NO - -# Use this tag to change the font size of LaTeX formulas included as images in -# the HTML documentation. When you change the font size after a successful -# doxygen run you need to manually remove any form_*.png images from the HTML -# output directory to force them to be regenerated. -# Minimum value: 8, maximum value: 50, default value: 10. -# This tag requires that the tag GENERATE_HTML is set to YES. - -FORMULA_FONTSIZE = 10 - -# Use the FORMULA_TRANPARENT tag to determine whether or not the images -# generated for formulas are transparent PNGs. Transparent PNGs are not -# supported properly for IE 6.0, but are supported on all modern browsers. -# -# Note that when changing this option you need to delete any form_*.png files in -# the HTML output directory before the changes have effect. -# The default value is: YES. -# This tag requires that the tag GENERATE_HTML is set to YES. - -FORMULA_TRANSPARENT = YES - -# Enable the USE_MATHJAX option to render LaTeX formulas using MathJax (see -# http://www.mathjax.org) which uses client side Javascript for the rendering -# instead of using pre-rendered bitmaps. Use this if you do not have LaTeX -# installed or if you want to formulas look prettier in the HTML output. When -# enabled you may also need to install MathJax separately and configure the path -# to it using the MATHJAX_RELPATH option. -# The default value is: NO. -# This tag requires that the tag GENERATE_HTML is set to YES. - -USE_MATHJAX = NO - -# When MathJax is enabled you can set the default output format to be used for -# the MathJax output. See the MathJax site (see: -# http://docs.mathjax.org/en/latest/output.html) for more details. -# Possible values are: HTML-CSS (which is slower, but has the best -# compatibility), NativeMML (i.e. MathML) and SVG. -# The default value is: HTML-CSS. -# This tag requires that the tag USE_MATHJAX is set to YES. - -MATHJAX_FORMAT = HTML-CSS - -# When MathJax is enabled you need to specify the location relative to the HTML -# output directory using the MATHJAX_RELPATH option. The destination directory -# should contain the MathJax.js script. For instance, if the mathjax directory -# is located at the same level as the HTML output directory, then -# MATHJAX_RELPATH should be ../mathjax. The default value points to the MathJax -# Content Delivery Network so you can quickly see the result without installing -# MathJax. However, it is strongly recommended to install a local copy of -# MathJax from http://www.mathjax.org before deployment. -# The default value is: http://cdn.mathjax.org/mathjax/latest. -# This tag requires that the tag USE_MATHJAX is set to YES. - -MATHJAX_RELPATH = http://cdn.mathjax.org/mathjax/latest - -# The MATHJAX_EXTENSIONS tag can be used to specify one or more MathJax -# extension names that should be enabled during MathJax rendering. For example -# MATHJAX_EXTENSIONS = TeX/AMSmath TeX/AMSsymbols -# This tag requires that the tag USE_MATHJAX is set to YES. - -MATHJAX_EXTENSIONS = - -# The MATHJAX_CODEFILE tag can be used to specify a file with javascript pieces -# of code that will be used on startup of the MathJax code. See the MathJax site -# (see: http://docs.mathjax.org/en/latest/output.html) for more details. For an -# example see the documentation. -# This tag requires that the tag USE_MATHJAX is set to YES. - -MATHJAX_CODEFILE = - -# When the SEARCHENGINE tag is enabled doxygen will generate a search box for -# the HTML output. The underlying search engine uses javascript and DHTML and -# should work on any modern browser. Note that when using HTML help -# (GENERATE_HTMLHELP), Qt help (GENERATE_QHP), or docsets (GENERATE_DOCSET) -# there is already a search function so this one should typically be disabled. -# For large projects the javascript based search engine can be slow, then -# enabling SERVER_BASED_SEARCH may provide a better solution. It is possible to -# search using the keyboard; to jump to the search box use + S -# (what the is depends on the OS and browser, but it is typically -# , /