diff --git a/.gitignore b/.gitignore index bf962da..e98c9dd 100644 --- a/.gitignore +++ b/.gitignore @@ -1,4 +1,7 @@ out node_modules client/server -.vscode-test \ No newline at end of file +.vscode-test +server/src/cmake-build-debug +server/src/build +server/build \ No newline at end of file diff --git a/client/src/extension.ts b/client/src/extension.ts index 4359e97..053e989 100644 --- a/client/src/extension.ts +++ b/client/src/extension.ts @@ -37,18 +37,16 @@ export function activate(context: ExtensionContext) { // Options to control the language client let clientOptions: LanguageClientOptions = { - // Register the server for plain text documents - documentSelector: [{ scheme: 'file', language: 'plaintext' }], + documentSelector: [{ scheme: 'file', language: 'Angelscript' }], synchronize: { - // Notify the server about file changes to '.clientrc files contained in the workspace - fileEvents: workspace.createFileSystemWatcher('**/.clientrc') + fileEvents: workspace.createFileSystemWatcher('**/.clientrc'), } }; // Create the language client and start the client. client = new LanguageClient( - 'languageServerExample', - 'Language Server Example', + 'AngelscriptLanguageServer', + 'Angelscript Language Server', serverOptions, clientOptions ); diff --git a/language-configuration.json b/language-configuration.json new file mode 100644 index 0000000..1e62f12 --- /dev/null +++ b/language-configuration.json @@ -0,0 +1,71 @@ +{ + "comments": { + "blockComment": [ + "/*", + "*/" + ], + "lineComment": "//" + }, + "brackets": [ + [ + "(", + ")" + ], + [ + "[", + "]" + ], + [ + "{", + "}" + ] + ], + "autoClosingPairs": [ + [ + "(", + ")" + ], + [ + "[", + "]" + ], + [ + "{", + "}" + ], + [ + "'", + "'" + ], + [ + "\"", + "\"" + ] + ], + "surroundingPairs": [ + [ + "(", + ")" + ], + [ + "[", + "]" + ], + [ + "{", + "}" + ], + [ + "'", + "'" + ], + [ + "\"", + "\"" + ] + ], + "indentationRules": { + "increaseIndentPattern": "^((?!\\/\\/).)*(\\{[^}\"'`]*|\\([^)\"'`]*|\\[[^\\]\"'`]*)$", + "decreaseIndentPattern": "^((?!.*?\\/\\*).*\\*/)?\\s*[\\)\\}\\]].*$" + } +} \ No newline at end of file diff --git a/package-lock.json b/package-lock.json index d3d485d..01267af 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,5 +1,5 @@ { - "name": "lsp-sample", + "name": "angelscript-languageserver", "version": "1.0.0", "lockfileVersion": 1, "requires": true, diff --git a/package.json b/package.json index 60bb479..c16b3f1 100644 --- a/package.json +++ b/package.json @@ -1,14 +1,13 @@ { - "name": "lsp-sample", - "description": "A language server example", - "author": "Microsoft Corporation", + "name": "angelscript-languageserver", + "description": "Language server for Angelscript, provides grammars and basic compile checks.", + "author": "Deukhoofd", "license": "MIT", "version": "1.0.0", "repository": { "type": "git", - "url": "https://github.com/Microsoft/vscode-extension-samples" + "url": "https://git.p-epsilon.com/Deukhoofd/AngelscriptLanguageServer" }, - "publisher": "vscode-samples", "categories": [], "keywords": [ "multi-root ready" @@ -17,21 +16,15 @@ "vscode": "^1.43.0" }, "activationEvents": [ - "onLanguage:plaintext" + "onLanguage:Angelscript" ], "main": "./client/out/extension", "contributes": { "configuration": { "type": "object", - "title": "Example configuration", + "title": "Angelscript", "properties": { - "languageServerExample.maxNumberOfProblems": { - "scope": "resource", - "type": "number", - "default": 100, - "description": "Controls the maximum number of problems produced by the server." - }, - "languageServerExample.trace.server": { + "angelscript-languageserver.trace.server": { "scope": "window", "type": "string", "enum": [ @@ -43,7 +36,23 @@ "description": "Traces the communication between VS Code and the language server." } } - } + }, + "languages": [ + { + "id": "Angelscript", + "filenamePatterns": [ + "*.as" + ], + "configuration": "./language-configuration.json" + } + ], + "grammars": [ + { + "language": "Angelscript", + "scopeName": "source.angelscript", + "path": "./syntaxes/as.tmGrammar" + } + ] }, "scripts": { "vscode:prepublish": "npm run compile", diff --git a/server/build/.ninja_deps b/server/build/.ninja_deps deleted file mode 100644 index 26916e0..0000000 Binary files a/server/build/.ninja_deps and /dev/null differ diff --git a/server/build/.ninja_log b/server/build/.ninja_log deleted file mode 100644 index adb1bc1..0000000 --- a/server/build/.ninja_log +++ /dev/null @@ -1,59 +0,0 @@ -# ninja log v5 -4 154 1600379235574778584 CMakeFiles/aslsp-native.dir/angelscript/source/as_callfunc_xenon.cpp.o a02400409680049a -2 155 1600379235571445173 CMakeFiles/aslsp-native.dir/angelscript/source/as_callfunc_mips.cpp.o d216ad40ce01a5ec -2 162 1600379235581445408 CMakeFiles/aslsp-native.dir/angelscript/source/as_atomic.cpp.o 1e325f58d86d87ae -2 166 1600379235578111994 CMakeFiles/aslsp-native.dir/angelscript/source/as_callfunc_arm.cpp.o ca0851b0699faad5 -3 167 1600379235581445408 CMakeFiles/aslsp-native.dir/angelscript/source/as_callfunc_sh4.cpp.o e5fc623a2329f63 -4 176 1600379235574778584 CMakeFiles/aslsp-native.dir/angelscript/source/as_callfunc_x64_mingw.cpp.o 2c3674f32d22ad3 -4 193 1600379235574778584 CMakeFiles/aslsp-native.dir/angelscript/source/as_callfunc_x64_msvc.cpp.o 68e19e47bedd188 -3 206 1600379235588112232 CMakeFiles/aslsp-native.dir/angelscript/source/as_callfunc_ppc_64.cpp.o 90a5ef1f88c22bca -4 226 1600379235594779053 CMakeFiles/aslsp-native.dir/angelscript/source/as_callfunc_x86.cpp.o dc2d67becbdc6c91 -3 236 1600379235634779996 CMakeFiles/aslsp-native.dir/angelscript/source/as_callfunc_ppc.cpp.o 1f6f054c0792f418 -3 283 1600379235698114822 CMakeFiles/aslsp-native.dir/angelscript/source/as_callfunc_x64_gcc.cpp.o fb18af9988cd25d6 -1 296 1600379235708115057 CMakeFiles/aslsp-native.dir/angelscript/extensions/scripthandle/scripthandle.cpp.o b7519fcd1d27ea92 -162 344 1600379235761449649 CMakeFiles/aslsp-native.dir/angelscript/source/as_globalproperty.cpp.o ccf7983327120b9 -2 360 1600379235774783297 CMakeFiles/aslsp-native.dir/angelscript/source/as_callfunc.cpp.o d0ee6e275956dfc0 -166 390 1600379235808117415 CMakeFiles/aslsp-native.dir/angelscript/source/as_memory.cpp.o 364fa4f6316edeef -236 437 1600379235854785179 CMakeFiles/aslsp-native.dir/angelscript/source/as_scriptcode.cpp.o ae61b95de75db02c -155 446 1600379235858118593 CMakeFiles/aslsp-native.dir/angelscript/source/as_generic.cpp.o 35a45f5bb1ed79bb -11 458 1600379235874785652 CMakeFiles/aslsp-native.dir/angelscript/source/as_datatype.cpp.o a217bf20768e0e3b -193 489 1600379235908119771 CMakeFiles/aslsp-native.dir/angelscript/source/as_outputbuffer.cpp.o 84a896f3c7a44c4b -344 589 1600379236008122125 CMakeFiles/aslsp-native.dir/angelscript/source/as_scriptnode.cpp.o a101106fdd9e231d -446 650 1600379236068123538 CMakeFiles/aslsp-native.dir/angelscript/source/as_thread.cpp.o b381482841157085 -177 688 1600379236104791070 CMakeFiles/aslsp-native.dir/angelscript/source/as_objecttype.cpp.o e7d50bd95cb3481b -155 727 1600379236144792013 CMakeFiles/aslsp-native.dir/angelscript/source/as_gc.cpp.o e2fbeb345cac84ae -390 746 1600379236164792482 CMakeFiles/aslsp-native.dir/angelscript/source/as_string.cpp.o 2992b1090df406e6 -360 771 1600379236188126365 CMakeFiles/aslsp-native.dir/angelscript/source/as_scriptobject.cpp.o 3d1a3baba6fc13ee -1 775 1600379236191459779 CMakeFiles/aslsp-native.dir/angelscript/extensions/scriptstdstring/scriptstdstring_utils.cpp.o 7b81d35f6748ada -8 800 1600379236211460250 CMakeFiles/aslsp-native.dir/angelscript/source/as_configgroup.cpp.o 21781561fef8ecf1 -589 818 1600379236238127543 CMakeFiles/aslsp-native.dir/angelscript/source/as_variablescope.cpp.o a4017562e3973ac6 -437 848 1600379236264794840 CMakeFiles/aslsp-native.dir/angelscript/source/as_string_util.cpp.o d5626ec2ce043c61 -489 862 1600379236281461900 CMakeFiles/aslsp-native.dir/angelscript/source/as_typeinfo.cpp.o 6a38f21a793aa42 -458 864 1600379236284795311 CMakeFiles/aslsp-native.dir/angelscript/source/as_tokenizer.cpp.o 6f4e51927746fdf4 -0 995 1600379236414798374 CMakeFiles/aslsp-native.dir/angelscript/extensions/scriptarray/scriptarray.cpp.o 5034fa74a8673b2e -0 1327 1600379236744806146 CMakeFiles/aslsp-native.dir/src/Core.cpp.o bf63b49ba07a03ac -296 1392 1600379236811474383 CMakeFiles/aslsp-native.dir/angelscript/source/as_scriptfunction.cpp.o 8065631e6ed97d27 -167 1484 1600379236904809918 CMakeFiles/aslsp-native.dir/angelscript/source/as_module.cpp.o c5d284220c631eb2 -2 1544 1600379236961477919 CMakeFiles/aslsp-native.dir/angelscript/source/as_bytecode.cpp.o 3caac14bc7133826 -9 1673 1600379237091480982 CMakeFiles/aslsp-native.dir/angelscript/source/as_context.cpp.o 8773eea21628e882 -1 1705 1600379237121481687 CMakeFiles/aslsp-native.dir/angelscript/extensions/scriptstdstring/scriptstdstring.cpp.o 2822a14e14179592 -1 1930 1600379237348153694 CMakeFiles/aslsp-native.dir/angelscript/extensions/scripthelper/scripthelper.cpp.o 2b3e6966f863b184 -1 2176 1600379237591492761 CMakeFiles/aslsp-native.dir/angelscript/extensions/scriptbuilder/scriptbuilder.cpp.o d8e84f23d4e542fd -226 2552 1600379237971501711 CMakeFiles/aslsp-native.dir/angelscript/source/as_restore.cpp.o 861c2d2882ffdfa3 -207 2583 1600379238001502420 CMakeFiles/aslsp-native.dir/angelscript/source/as_parser.cpp.o 623b74e73c09b10b -283 2831 1600379238248174896 CMakeFiles/aslsp-native.dir/angelscript/source/as_scriptengine.cpp.o cae80f1c53cc765a -2 2928 1600379238344843842 CMakeFiles/aslsp-native.dir/angelscript/source/as_builder.cpp.o e64f4cf144b487d5 -5 5547 1600379240961572154 CMakeFiles/aslsp-native.dir/angelscript/source/as_compiler.cpp.o 81587fcfeca3ab32 -2 1136 1600379315173320044 CMakeFiles/aslsp-native.dir/src/Database.cpp.o 4ae467d19d1ceb2f -1136 1258 1600379315299989692 Release/aslsp-native.node bcc1485ab37d99f6 -2 863 1600379482780598702 CMakeFiles/aslsp-native.dir/src/Core.cpp.o bf63b49ba07a03ac -2 1161 1600379483077272350 CMakeFiles/aslsp-native.dir/src/Database.cpp.o 4ae467d19d1ceb2f -1161 1266 1600379483183941527 Release/aslsp-native.node bcc1485ab37d99f6 -1 1124 1600379570142654125 CMakeFiles/aslsp-native.dir/src/Database.cpp.o 4ae467d19d1ceb2f -1124 1237 1600379570259323534 Release/aslsp-native.node bcc1485ab37d99f6 -1 859 1600379863089542518 CMakeFiles/aslsp-native.dir/src/Core.cpp.o bf63b49ba07a03ac -2 1161 1600379863389549570 CMakeFiles/aslsp-native.dir/src/Database.cpp.o 4ae467d19d1ceb2f -1162 1266 1600379863499552156 Release/aslsp-native.node bcc1485ab37d99f6 -1 848 1600381171990430092 CMakeFiles/aslsp-native.dir/src/Core.cpp.o bf63b49ba07a03ac -1 1207 1600381172350438581 CMakeFiles/aslsp-native.dir/src/Database.cpp.o 4ae467d19d1ceb2f -1207 1333 1600381172477108234 Release/aslsp-native.node bcc1485ab37d99f6 diff --git a/server/build/CMakeCache.txt b/server/build/CMakeCache.txt deleted file mode 100644 index 22805a0..0000000 --- a/server/build/CMakeCache.txt +++ /dev/null @@ -1,378 +0,0 @@ -# This is the CMakeCache file. -# For build in directory: /home/nathan/Projects/AngelscriptLanguageServer/server/build -# It was generated by CMake: /usr/bin/cmake -# You can edit this file to change values found and used by cmake. -# If you do not want to change any of the values, simply exit the editor. -# If you do want to change a value, simply edit, save, and exit the editor. -# The syntax for the file is as follows: -# KEY:TYPE=VALUE -# KEY is the name of a variable in the cache. -# TYPE is a hint to GUIs for the type of VALUE, DO NOT EDIT TYPE!. -# VALUE is the current value for the KEY. - -######################## -# EXTERNAL cache entries -######################## - -//Path to a program. -CMAKE_ADDR2LINE:FILEPATH=/usr/bin/addr2line - -//Path to a program. -CMAKE_AR:FILEPATH=/usr/bin/ar - -//Choose the type of build, options are: None Debug Release RelWithDebInfo -// MinSizeRel ... -CMAKE_BUILD_TYPE:STRING=Release - -//CXX compiler -CMAKE_CXX_COMPILER:FILEPATH=/usr/bin/clang++ - -//LLVM archiver -CMAKE_CXX_COMPILER_AR:FILEPATH=/usr/bin/llvm-ar - -//Generate index for LLVM archive -CMAKE_CXX_COMPILER_RANLIB:FILEPATH=/usr/bin/llvm-ranlib - -//Flags used by the CXX compiler during all build types. -CMAKE_CXX_FLAGS:STRING= - -//Flags used by the CXX compiler during DEBUG builds. -CMAKE_CXX_FLAGS_DEBUG:STRING=-g - -//Flags used by the CXX compiler during MINSIZEREL builds. -CMAKE_CXX_FLAGS_MINSIZEREL:STRING=-Os -DNDEBUG - -//Flags used by the CXX compiler during RELEASE builds. -CMAKE_CXX_FLAGS_RELEASE:STRING=-O3 -DNDEBUG - -//Flags used by the CXX compiler during RELWITHDEBINFO builds. -CMAKE_CXX_FLAGS_RELWITHDEBINFO:STRING=-O2 -g -DNDEBUG - -//C compiler -CMAKE_C_COMPILER:FILEPATH=/usr/bin/clang - -//LLVM archiver -CMAKE_C_COMPILER_AR:FILEPATH=/usr/bin/llvm-ar - -//Generate index for LLVM archive -CMAKE_C_COMPILER_RANLIB:FILEPATH=/usr/bin/llvm-ranlib - -//Flags used by the C compiler during all build types. -CMAKE_C_FLAGS:STRING= - -//Flags used by the C compiler during DEBUG builds. -CMAKE_C_FLAGS_DEBUG:STRING=-g - -//Flags used by the C compiler during MINSIZEREL builds. -CMAKE_C_FLAGS_MINSIZEREL:STRING=-Os -DNDEBUG - -//Flags used by the C compiler during RELEASE builds. -CMAKE_C_FLAGS_RELEASE:STRING=-O3 -DNDEBUG - -//Flags used by the C compiler during RELWITHDEBINFO builds. -CMAKE_C_FLAGS_RELWITHDEBINFO:STRING=-O2 -g -DNDEBUG - -//Path to a program. -CMAKE_DLLTOOL:FILEPATH=/usr/bin/llvm-dlltool - -//Flags used by the linker during all build types. -CMAKE_EXE_LINKER_FLAGS:STRING= - -//Flags used by the linker during DEBUG builds. -CMAKE_EXE_LINKER_FLAGS_DEBUG:STRING= - -//Flags used by the linker during MINSIZEREL builds. -CMAKE_EXE_LINKER_FLAGS_MINSIZEREL:STRING= - -//Flags used by the linker during RELEASE builds. -CMAKE_EXE_LINKER_FLAGS_RELEASE:STRING= - -//Flags used by the linker during RELWITHDEBINFO builds. -CMAKE_EXE_LINKER_FLAGS_RELWITHDEBINFO:STRING= - -//Enable/Disable output of compile commands during generation. -CMAKE_EXPORT_COMPILE_COMMANDS:BOOL= - -//Install path prefix, prepended onto install directories. -CMAKE_INSTALL_PREFIX:PATH=/usr/local - -//No help, variable specified on the command line. -CMAKE_JS_INC:UNINITIALIZED=/home/nathan/.cmake-js/node-x64/v14.10.0/include/node - -//No help, variable specified on the command line. -CMAKE_JS_SRC:UNINITIALIZED= - -//No help, variable specified on the command line. -CMAKE_JS_VERSION:UNINITIALIZED=6.1.0 - -//No help, variable specified on the command line. -CMAKE_LIBRARY_OUTPUT_DIRECTORY:UNINITIALIZED=/home/nathan/Projects/AngelscriptLanguageServer/server/build/Release - -//Path to a program. -CMAKE_LINKER:FILEPATH=/usr/bin/ld - -//Program used to build from build.ninja files. -CMAKE_MAKE_PROGRAM:FILEPATH=/usr/bin/ninja - -//Flags used by the linker during the creation of modules during -// all build types. -CMAKE_MODULE_LINKER_FLAGS:STRING= - -//Flags used by the linker during the creation of modules during -// DEBUG builds. -CMAKE_MODULE_LINKER_FLAGS_DEBUG:STRING= - -//Flags used by the linker during the creation of modules during -// MINSIZEREL builds. -CMAKE_MODULE_LINKER_FLAGS_MINSIZEREL:STRING= - -//Flags used by the linker during the creation of modules during -// RELEASE builds. -CMAKE_MODULE_LINKER_FLAGS_RELEASE:STRING= - -//Flags used by the linker during the creation of modules during -// RELWITHDEBINFO builds. -CMAKE_MODULE_LINKER_FLAGS_RELWITHDEBINFO:STRING= - -//Path to a program. -CMAKE_NM:FILEPATH=/usr/bin/nm - -//Path to a program. -CMAKE_OBJCOPY:FILEPATH=/usr/bin/objcopy - -//Path to a program. -CMAKE_OBJDUMP:FILEPATH=/usr/bin/objdump - -//Value Computed by CMake -CMAKE_PROJECT_DESCRIPTION:STATIC= - -//Value Computed by CMake -CMAKE_PROJECT_HOMEPAGE_URL:STATIC= - -//Value Computed by CMake -CMAKE_PROJECT_NAME:STATIC=aslsp-native - -//Path to a program. -CMAKE_RANLIB:FILEPATH=/usr/bin/ranlib - -//Path to a program. -CMAKE_READELF:FILEPATH=/usr/bin/readelf - -//Flags used by the linker during the creation of shared libraries -// during all build types. -CMAKE_SHARED_LINKER_FLAGS:STRING= - -//Flags used by the linker during the creation of shared libraries -// during DEBUG builds. -CMAKE_SHARED_LINKER_FLAGS_DEBUG:STRING= - -//Flags used by the linker during the creation of shared libraries -// during MINSIZEREL builds. -CMAKE_SHARED_LINKER_FLAGS_MINSIZEREL:STRING= - -//Flags used by the linker during the creation of shared libraries -// during RELEASE builds. -CMAKE_SHARED_LINKER_FLAGS_RELEASE:STRING= - -//Flags used by the linker during the creation of shared libraries -// during RELWITHDEBINFO builds. -CMAKE_SHARED_LINKER_FLAGS_RELWITHDEBINFO:STRING= - -//If set, runtime paths are not added when installing shared libraries, -// but are added when building. -CMAKE_SKIP_INSTALL_RPATH:BOOL=NO - -//If set, runtime paths are not added when using shared libraries. -CMAKE_SKIP_RPATH:BOOL=NO - -//Flags used by the linker during the creation of static libraries -// during all build types. -CMAKE_STATIC_LINKER_FLAGS:STRING= - -//Flags used by the linker during the creation of static libraries -// during DEBUG builds. -CMAKE_STATIC_LINKER_FLAGS_DEBUG:STRING= - -//Flags used by the linker during the creation of static libraries -// during MINSIZEREL builds. -CMAKE_STATIC_LINKER_FLAGS_MINSIZEREL:STRING= - -//Flags used by the linker during the creation of static libraries -// during RELEASE builds. -CMAKE_STATIC_LINKER_FLAGS_RELEASE:STRING= - -//Flags used by the linker during the creation of static libraries -// during RELWITHDEBINFO builds. -CMAKE_STATIC_LINKER_FLAGS_RELWITHDEBINFO:STRING= - -//Path to a program. -CMAKE_STRIP:FILEPATH=/usr/bin/strip - -//If this value is on, makefiles will be generated without the -// .SILENT directive, and all commands will be echoed to the console -// during the make. This is useful for debugging only. With Visual -// Studio IDE projects all commands are done without /nologo. -CMAKE_VERBOSE_MAKEFILE:BOOL=FALSE - -//No help, variable specified on the command line. -NODE_ARCH:UNINITIALIZED=x64 - -//No help, variable specified on the command line. -NODE_RUNTIME:UNINITIALIZED=node - -//No help, variable specified on the command line. -NODE_RUNTIMEVERSION:UNINITIALIZED=14.10.0 - -//Value Computed by CMake -aslsp-native_BINARY_DIR:STATIC=/home/nathan/Projects/AngelscriptLanguageServer/server/build - -//Value Computed by CMake -aslsp-native_SOURCE_DIR:STATIC=/home/nathan/Projects/AngelscriptLanguageServer/server/src - - -######################## -# INTERNAL cache entries -######################## - -//ADVANCED property for variable: CMAKE_ADDR2LINE -CMAKE_ADDR2LINE-ADVANCED:INTERNAL=1 -//ADVANCED property for variable: CMAKE_AR -CMAKE_AR-ADVANCED:INTERNAL=1 -//This is the directory where this CMakeCache.txt was created -CMAKE_CACHEFILE_DIR:INTERNAL=/home/nathan/Projects/AngelscriptLanguageServer/server/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=18 -//Patch version of cmake used to create the current loaded cache -CMAKE_CACHE_PATCH_VERSION:INTERNAL=2 -//Path to CMake executable. -CMAKE_COMMAND:INTERNAL=/usr/bin/cmake -//Path to cpack program executable. -CMAKE_CPACK_COMMAND:INTERNAL=/usr/bin/cpack -//Path to ctest program executable. -CMAKE_CTEST_COMMAND:INTERNAL=/usr/bin/ctest -//ADVANCED property for variable: CMAKE_CXX_COMPILER -CMAKE_CXX_COMPILER-ADVANCED:INTERNAL=1 -//ADVANCED property for variable: CMAKE_CXX_COMPILER_AR -CMAKE_CXX_COMPILER_AR-ADVANCED:INTERNAL=1 -//ADVANCED property for variable: CMAKE_CXX_COMPILER_RANLIB -CMAKE_CXX_COMPILER_RANLIB-ADVANCED:INTERNAL=1 -//ADVANCED property for variable: CMAKE_CXX_FLAGS -CMAKE_CXX_FLAGS-ADVANCED:INTERNAL=1 -//ADVANCED property for variable: CMAKE_CXX_FLAGS_DEBUG -CMAKE_CXX_FLAGS_DEBUG-ADVANCED:INTERNAL=1 -//ADVANCED property for variable: CMAKE_CXX_FLAGS_MINSIZEREL -CMAKE_CXX_FLAGS_MINSIZEREL-ADVANCED:INTERNAL=1 -//ADVANCED property for variable: CMAKE_CXX_FLAGS_RELEASE -CMAKE_CXX_FLAGS_RELEASE-ADVANCED:INTERNAL=1 -//ADVANCED property for variable: CMAKE_CXX_FLAGS_RELWITHDEBINFO -CMAKE_CXX_FLAGS_RELWITHDEBINFO-ADVANCED:INTERNAL=1 -//ADVANCED property for variable: CMAKE_C_COMPILER -CMAKE_C_COMPILER-ADVANCED:INTERNAL=1 -//ADVANCED property for variable: CMAKE_C_COMPILER_AR -CMAKE_C_COMPILER_AR-ADVANCED:INTERNAL=1 -//ADVANCED property for variable: CMAKE_C_COMPILER_RANLIB -CMAKE_C_COMPILER_RANLIB-ADVANCED:INTERNAL=1 -//ADVANCED property for variable: CMAKE_C_FLAGS -CMAKE_C_FLAGS-ADVANCED:INTERNAL=1 -//ADVANCED property for variable: CMAKE_C_FLAGS_DEBUG -CMAKE_C_FLAGS_DEBUG-ADVANCED:INTERNAL=1 -//ADVANCED property for variable: CMAKE_C_FLAGS_MINSIZEREL -CMAKE_C_FLAGS_MINSIZEREL-ADVANCED:INTERNAL=1 -//ADVANCED property for variable: CMAKE_C_FLAGS_RELEASE -CMAKE_C_FLAGS_RELEASE-ADVANCED:INTERNAL=1 -//ADVANCED property for variable: CMAKE_C_FLAGS_RELWITHDEBINFO -CMAKE_C_FLAGS_RELWITHDEBINFO-ADVANCED:INTERNAL=1 -//ADVANCED property for variable: CMAKE_DLLTOOL -CMAKE_DLLTOOL-ADVANCED:INTERNAL=1 -//Executable file format -CMAKE_EXECUTABLE_FORMAT:INTERNAL=ELF -//ADVANCED property for variable: CMAKE_EXE_LINKER_FLAGS -CMAKE_EXE_LINKER_FLAGS-ADVANCED:INTERNAL=1 -//ADVANCED property for variable: CMAKE_EXE_LINKER_FLAGS_DEBUG -CMAKE_EXE_LINKER_FLAGS_DEBUG-ADVANCED:INTERNAL=1 -//ADVANCED property for variable: CMAKE_EXE_LINKER_FLAGS_MINSIZEREL -CMAKE_EXE_LINKER_FLAGS_MINSIZEREL-ADVANCED:INTERNAL=1 -//ADVANCED property for variable: CMAKE_EXE_LINKER_FLAGS_RELEASE -CMAKE_EXE_LINKER_FLAGS_RELEASE-ADVANCED:INTERNAL=1 -//ADVANCED property for variable: CMAKE_EXE_LINKER_FLAGS_RELWITHDEBINFO -CMAKE_EXE_LINKER_FLAGS_RELWITHDEBINFO-ADVANCED:INTERNAL=1 -//ADVANCED property for variable: CMAKE_EXPORT_COMPILE_COMMANDS -CMAKE_EXPORT_COMPILE_COMMANDS-ADVANCED:INTERNAL=1 -//Name of external makefile project generator. -CMAKE_EXTRA_GENERATOR:INTERNAL= -//Name of generator. -CMAKE_GENERATOR:INTERNAL=Ninja -//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=/home/nathan/Projects/AngelscriptLanguageServer/server/src -//Install .so files without execute permission. -CMAKE_INSTALL_SO_NO_EXE:INTERNAL=0 -//ADVANCED property for variable: CMAKE_LINKER -CMAKE_LINKER-ADVANCED:INTERNAL=1 -//ADVANCED property for variable: CMAKE_MAKE_PROGRAM -CMAKE_MAKE_PROGRAM-ADVANCED:INTERNAL=1 -//ADVANCED property for variable: CMAKE_MODULE_LINKER_FLAGS -CMAKE_MODULE_LINKER_FLAGS-ADVANCED:INTERNAL=1 -//ADVANCED property for variable: CMAKE_MODULE_LINKER_FLAGS_DEBUG -CMAKE_MODULE_LINKER_FLAGS_DEBUG-ADVANCED:INTERNAL=1 -//ADVANCED property for variable: CMAKE_MODULE_LINKER_FLAGS_MINSIZEREL -CMAKE_MODULE_LINKER_FLAGS_MINSIZEREL-ADVANCED:INTERNAL=1 -//ADVANCED property for variable: CMAKE_MODULE_LINKER_FLAGS_RELEASE -CMAKE_MODULE_LINKER_FLAGS_RELEASE-ADVANCED:INTERNAL=1 -//ADVANCED property for variable: CMAKE_MODULE_LINKER_FLAGS_RELWITHDEBINFO -CMAKE_MODULE_LINKER_FLAGS_RELWITHDEBINFO-ADVANCED:INTERNAL=1 -//ADVANCED property for variable: CMAKE_NM -CMAKE_NM-ADVANCED:INTERNAL=1 -//number of local generators -CMAKE_NUMBER_OF_MAKEFILES:INTERNAL=1 -//ADVANCED property for variable: CMAKE_OBJCOPY -CMAKE_OBJCOPY-ADVANCED:INTERNAL=1 -//ADVANCED property for variable: CMAKE_OBJDUMP -CMAKE_OBJDUMP-ADVANCED:INTERNAL=1 -//Platform information initialized -CMAKE_PLATFORM_INFO_INITIALIZED:INTERNAL=1 -//ADVANCED property for variable: CMAKE_RANLIB -CMAKE_RANLIB-ADVANCED:INTERNAL=1 -//ADVANCED property for variable: CMAKE_READELF -CMAKE_READELF-ADVANCED:INTERNAL=1 -//Path to CMake installation. -CMAKE_ROOT:INTERNAL=/usr/share/cmake-3.18 -//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 - diff --git a/server/build/CMakeFiles/3.18.2/CMakeCCompiler.cmake b/server/build/CMakeFiles/3.18.2/CMakeCCompiler.cmake deleted file mode 100644 index e5965f9..0000000 --- a/server/build/CMakeFiles/3.18.2/CMakeCCompiler.cmake +++ /dev/null @@ -1,77 +0,0 @@ -set(CMAKE_C_COMPILER "/usr/bin/clang") -set(CMAKE_C_COMPILER_ARG1 "") -set(CMAKE_C_COMPILER_ID "Clang") -set(CMAKE_C_COMPILER_VERSION "10.0.1") -set(CMAKE_C_COMPILER_VERSION_INTERNAL "") -set(CMAKE_C_COMPILER_WRAPPER "") -set(CMAKE_C_STANDARD_COMPUTED_DEFAULT "11") -set(CMAKE_C_COMPILE_FEATURES "c_std_90;c_function_prototypes;c_std_99;c_restrict;c_variadic_macros;c_std_11;c_static_assert") -set(CMAKE_C90_COMPILE_FEATURES "c_std_90;c_function_prototypes") -set(CMAKE_C99_COMPILE_FEATURES "c_std_99;c_restrict;c_variadic_macros") -set(CMAKE_C11_COMPILE_FEATURES "c_std_11;c_static_assert") - -set(CMAKE_C_PLATFORM_ID "Linux") -set(CMAKE_C_SIMULATE_ID "") -set(CMAKE_C_COMPILER_FRONTEND_VARIANT "GNU") -set(CMAKE_C_SIMULATE_VERSION "") - - - - -set(CMAKE_AR "/usr/bin/ar") -set(CMAKE_C_COMPILER_AR "/usr/bin/llvm-ar") -set(CMAKE_RANLIB "/usr/bin/ranlib") -set(CMAKE_C_COMPILER_RANLIB "/usr/bin/llvm-ranlib") -set(CMAKE_LINKER "/usr/bin/ld") -set(CMAKE_MT "") -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 "ELF") -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_INCLUDE_DIRECTORIES "/usr/local/include;/usr/lib/clang/10.0.1/include;/usr/include") -set(CMAKE_C_IMPLICIT_LINK_LIBRARIES "gcc;gcc_s;c;gcc;gcc_s") -set(CMAKE_C_IMPLICIT_LINK_DIRECTORIES "/usr/lib64/gcc/x86_64-pc-linux-gnu/10.2.0;/usr/lib64;/lib64;/usr/lib;/lib") -set(CMAKE_C_IMPLICIT_LINK_FRAMEWORK_DIRECTORIES "") diff --git a/server/build/CMakeFiles/3.18.2/CMakeCXXCompiler.cmake b/server/build/CMakeFiles/3.18.2/CMakeCXXCompiler.cmake deleted file mode 100644 index 9189f11..0000000 --- a/server/build/CMakeFiles/3.18.2/CMakeCXXCompiler.cmake +++ /dev/null @@ -1,89 +0,0 @@ -set(CMAKE_CXX_COMPILER "/usr/bin/clang++") -set(CMAKE_CXX_COMPILER_ARG1 "") -set(CMAKE_CXX_COMPILER_ID "Clang") -set(CMAKE_CXX_COMPILER_VERSION "10.0.1") -set(CMAKE_CXX_COMPILER_VERSION_INTERNAL "") -set(CMAKE_CXX_COMPILER_WRAPPER "") -set(CMAKE_CXX_STANDARD_COMPUTED_DEFAULT "14") -set(CMAKE_CXX_COMPILE_FEATURES "cxx_std_98;cxx_template_template_parameters;cxx_std_11;cxx_alias_templates;cxx_alignas;cxx_alignof;cxx_attributes;cxx_auto_type;cxx_constexpr;cxx_decltype;cxx_decltype_incomplete_return_types;cxx_default_function_template_args;cxx_defaulted_functions;cxx_defaulted_move_initializers;cxx_delegating_constructors;cxx_deleted_functions;cxx_enum_forward_declarations;cxx_explicit_conversions;cxx_extended_friend_declarations;cxx_extern_templates;cxx_final;cxx_func_identifier;cxx_generalized_initializers;cxx_inheriting_constructors;cxx_inline_namespaces;cxx_lambdas;cxx_local_type_template_args;cxx_long_long_type;cxx_noexcept;cxx_nonstatic_member_init;cxx_nullptr;cxx_override;cxx_range_for;cxx_raw_string_literals;cxx_reference_qualified_functions;cxx_right_angle_brackets;cxx_rvalue_references;cxx_sizeof_member;cxx_static_assert;cxx_strong_enums;cxx_thread_local;cxx_trailing_return_types;cxx_unicode_literals;cxx_uniform_initialization;cxx_unrestricted_unions;cxx_user_literals;cxx_variadic_macros;cxx_variadic_templates;cxx_std_14;cxx_aggregate_default_initializers;cxx_attribute_deprecated;cxx_binary_literals;cxx_contextual_conversions;cxx_decltype_auto;cxx_digit_separators;cxx_generic_lambdas;cxx_lambda_init_captures;cxx_relaxed_constexpr;cxx_return_type_deduction;cxx_variable_templates;cxx_std_17;cxx_std_20") -set(CMAKE_CXX98_COMPILE_FEATURES "cxx_std_98;cxx_template_template_parameters") -set(CMAKE_CXX11_COMPILE_FEATURES "cxx_std_11;cxx_alias_templates;cxx_alignas;cxx_alignof;cxx_attributes;cxx_auto_type;cxx_constexpr;cxx_decltype;cxx_decltype_incomplete_return_types;cxx_default_function_template_args;cxx_defaulted_functions;cxx_defaulted_move_initializers;cxx_delegating_constructors;cxx_deleted_functions;cxx_enum_forward_declarations;cxx_explicit_conversions;cxx_extended_friend_declarations;cxx_extern_templates;cxx_final;cxx_func_identifier;cxx_generalized_initializers;cxx_inheriting_constructors;cxx_inline_namespaces;cxx_lambdas;cxx_local_type_template_args;cxx_long_long_type;cxx_noexcept;cxx_nonstatic_member_init;cxx_nullptr;cxx_override;cxx_range_for;cxx_raw_string_literals;cxx_reference_qualified_functions;cxx_right_angle_brackets;cxx_rvalue_references;cxx_sizeof_member;cxx_static_assert;cxx_strong_enums;cxx_thread_local;cxx_trailing_return_types;cxx_unicode_literals;cxx_uniform_initialization;cxx_unrestricted_unions;cxx_user_literals;cxx_variadic_macros;cxx_variadic_templates") -set(CMAKE_CXX14_COMPILE_FEATURES "cxx_std_14;cxx_aggregate_default_initializers;cxx_attribute_deprecated;cxx_binary_literals;cxx_contextual_conversions;cxx_decltype_auto;cxx_digit_separators;cxx_generic_lambdas;cxx_lambda_init_captures;cxx_relaxed_constexpr;cxx_return_type_deduction;cxx_variable_templates") -set(CMAKE_CXX17_COMPILE_FEATURES "cxx_std_17") -set(CMAKE_CXX20_COMPILE_FEATURES "cxx_std_20") - -set(CMAKE_CXX_PLATFORM_ID "Linux") -set(CMAKE_CXX_SIMULATE_ID "") -set(CMAKE_CXX_COMPILER_FRONTEND_VARIANT "GNU") -set(CMAKE_CXX_SIMULATE_VERSION "") - - - - -set(CMAKE_AR "/usr/bin/ar") -set(CMAKE_CXX_COMPILER_AR "/usr/bin/llvm-ar") -set(CMAKE_RANLIB "/usr/bin/ranlib") -set(CMAKE_CXX_COMPILER_RANLIB "/usr/bin/llvm-ranlib") -set(CMAKE_LINKER "/usr/bin/ld") -set(CMAKE_MT "") -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_SOURCE_FILE_EXTENSIONS C;M;c++;cc;cpp;cxx;m;mm;CPP) -set(CMAKE_CXX_IGNORE_EXTENSIONS inl;h;hpp;HPP;H;o;O;obj;OBJ;def;DEF;rc;RC) - -foreach (lang C OBJC OBJCXX) - if (CMAKE_${lang}_COMPILER_ID_RUN) - foreach(extension IN LISTS CMAKE_${lang}_SOURCE_FILE_EXTENSIONS) - list(REMOVE_ITEM CMAKE_CXX_SOURCE_FILE_EXTENSIONS ${extension}) - endforeach() - endif() -endforeach() - -set(CMAKE_CXX_LINKER_PREFERENCE 30) -set(CMAKE_CXX_LINKER_PREFERENCE_PROPAGATES 1) - -# Save compiler ABI information. -set(CMAKE_CXX_SIZEOF_DATA_PTR "8") -set(CMAKE_CXX_COMPILER_ABI "ELF") -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_INCLUDE_DIRECTORIES "/usr/include/c++/10.2.0;/usr/include/c++/10.2.0/x86_64-pc-linux-gnu;/usr/include/c++/10.2.0/backward;/usr/local/include;/usr/lib/clang/10.0.1/include;/usr/include") -set(CMAKE_CXX_IMPLICIT_LINK_LIBRARIES "stdc++;m;gcc_s;gcc;c;gcc_s;gcc") -set(CMAKE_CXX_IMPLICIT_LINK_DIRECTORIES "/usr/lib64/gcc/x86_64-pc-linux-gnu/10.2.0;/usr/lib64;/lib64;/usr/lib;/lib") -set(CMAKE_CXX_IMPLICIT_LINK_FRAMEWORK_DIRECTORIES "") diff --git a/server/build/CMakeFiles/3.18.2/CMakeDetermineCompilerABI_C.bin b/server/build/CMakeFiles/3.18.2/CMakeDetermineCompilerABI_C.bin deleted file mode 100755 index 4f5cc43..0000000 Binary files a/server/build/CMakeFiles/3.18.2/CMakeDetermineCompilerABI_C.bin and /dev/null differ diff --git a/server/build/CMakeFiles/3.18.2/CMakeDetermineCompilerABI_CXX.bin b/server/build/CMakeFiles/3.18.2/CMakeDetermineCompilerABI_CXX.bin deleted file mode 100755 index 045bfb3..0000000 Binary files a/server/build/CMakeFiles/3.18.2/CMakeDetermineCompilerABI_CXX.bin and /dev/null differ diff --git a/server/build/CMakeFiles/3.18.2/CMakeSystem.cmake b/server/build/CMakeFiles/3.18.2/CMakeSystem.cmake deleted file mode 100644 index 4cbe3a8..0000000 --- a/server/build/CMakeFiles/3.18.2/CMakeSystem.cmake +++ /dev/null @@ -1,15 +0,0 @@ -set(CMAKE_HOST_SYSTEM "Linux-5.8.6-1-MANJARO") -set(CMAKE_HOST_SYSTEM_NAME "Linux") -set(CMAKE_HOST_SYSTEM_VERSION "5.8.6-1-MANJARO") -set(CMAKE_HOST_SYSTEM_PROCESSOR "x86_64") - - - -set(CMAKE_SYSTEM "Linux-5.8.6-1-MANJARO") -set(CMAKE_SYSTEM_NAME "Linux") -set(CMAKE_SYSTEM_VERSION "5.8.6-1-MANJARO") -set(CMAKE_SYSTEM_PROCESSOR "x86_64") - -set(CMAKE_CROSSCOMPILING "FALSE") - -set(CMAKE_SYSTEM_LOADED 1) diff --git a/server/build/CMakeFiles/3.18.2/CompilerIdC/CMakeCCompilerId.c b/server/build/CMakeFiles/3.18.2/CompilerIdC/CMakeCCompilerId.c deleted file mode 100644 index 6c0aa93..0000000 --- a/server/build/CMakeFiles/3.18.2/CompilerIdC/CMakeCCompilerId.c +++ /dev/null @@ -1,674 +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 -# if defined(__GNUC__) -# define SIMULATE_ID "GNU" -# 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 -# if defined(__GNUC__) -# define SIMULATE_VERSION_MAJOR DEC(__GNUC__) -# elif defined(__GNUG__) -# define SIMULATE_VERSION_MAJOR DEC(__GNUG__) -# endif -# if defined(__GNUC_MINOR__) -# define SIMULATE_VERSION_MINOR DEC(__GNUC_MINOR__) -# endif -# if defined(__GNUC_PATCHLEVEL__) -# define SIMULATE_VERSION_PATCH DEC(__GNUC_PATCHLEVEL__) -# endif - -#elif defined(__PATHCC__) -# define COMPILER_ID "PathScale" -# define COMPILER_VERSION_MAJOR DEC(__PATHCC__) -# define COMPILER_VERSION_MINOR DEC(__PATHCC_MINOR__) -# if defined(__PATHCC_PATCHLEVEL__) -# define COMPILER_VERSION_PATCH DEC(__PATHCC_PATCHLEVEL__) -# endif - -#elif defined(__BORLANDC__) && defined(__CODEGEARC_VERSION__) -# define COMPILER_ID "Embarcadero" -# define COMPILER_VERSION_MAJOR HEX(__CODEGEARC_VERSION__>>24 & 0x00FF) -# define COMPILER_VERSION_MINOR HEX(__CODEGEARC_VERSION__>>16 & 0x00FF) -# define COMPILER_VERSION_PATCH DEC(__CODEGEARC_VERSION__ & 0xFFFF) - -#elif defined(__BORLANDC__) -# define COMPILER_ID "Borland" - /* __BORLANDC__ = 0xVRR */ -# define COMPILER_VERSION_MAJOR HEX(__BORLANDC__>>8) -# define COMPILER_VERSION_MINOR HEX(__BORLANDC__ & 0xFF) - -#elif defined(__WATCOMC__) && __WATCOMC__ < 1200 -# define COMPILER_ID "Watcom" - /* __WATCOMC__ = VVRR */ -# define COMPILER_VERSION_MAJOR DEC(__WATCOMC__ / 100) -# define COMPILER_VERSION_MINOR DEC((__WATCOMC__ / 10) % 10) -# if (__WATCOMC__ % 10) > 0 -# define COMPILER_VERSION_PATCH DEC(__WATCOMC__ % 10) -# endif - -#elif defined(__WATCOMC__) -# define COMPILER_ID "OpenWatcom" - /* __WATCOMC__ = VVRP + 1100 */ -# define COMPILER_VERSION_MAJOR DEC((__WATCOMC__ - 1100) / 100) -# define COMPILER_VERSION_MINOR DEC((__WATCOMC__ / 10) % 10) -# if (__WATCOMC__ % 10) > 0 -# define COMPILER_VERSION_PATCH DEC(__WATCOMC__ % 10) -# endif - -#elif defined(__SUNPRO_C) -# define COMPILER_ID "SunPro" -# if __SUNPRO_C >= 0x5100 - /* __SUNPRO_C = 0xVRRP */ -# define COMPILER_VERSION_MAJOR HEX(__SUNPRO_C>>12) -# define COMPILER_VERSION_MINOR HEX(__SUNPRO_C>>4 & 0xFF) -# define COMPILER_VERSION_PATCH HEX(__SUNPRO_C & 0xF) -# else - /* __SUNPRO_CC = 0xVRP */ -# define COMPILER_VERSION_MAJOR HEX(__SUNPRO_C>>8) -# define COMPILER_VERSION_MINOR HEX(__SUNPRO_C>>4 & 0xF) -# define COMPILER_VERSION_PATCH HEX(__SUNPRO_C & 0xF) -# endif - -#elif defined(__HP_cc) -# define COMPILER_ID "HP" - /* __HP_cc = VVRRPP */ -# define COMPILER_VERSION_MAJOR DEC(__HP_cc/10000) -# define COMPILER_VERSION_MINOR DEC(__HP_cc/100 % 100) -# define COMPILER_VERSION_PATCH DEC(__HP_cc % 100) - -#elif defined(__DECC) -# define COMPILER_ID "Compaq" - /* __DECC_VER = VVRRTPPPP */ -# define COMPILER_VERSION_MAJOR DEC(__DECC_VER/10000000) -# define COMPILER_VERSION_MINOR DEC(__DECC_VER/100000 % 100) -# define COMPILER_VERSION_PATCH DEC(__DECC_VER % 10000) - -#elif defined(__IBMC__) && defined(__COMPILER_VER__) -# define COMPILER_ID "zOS" - /* __IBMC__ = VRP */ -# define COMPILER_VERSION_MAJOR DEC(__IBMC__/100) -# define COMPILER_VERSION_MINOR DEC(__IBMC__/10 % 10) -# define COMPILER_VERSION_PATCH DEC(__IBMC__ % 10) - -#elif defined(__ibmxl__) && defined(__clang__) -# define COMPILER_ID "XLClang" -# define COMPILER_VERSION_MAJOR DEC(__ibmxl_version__) -# define COMPILER_VERSION_MINOR DEC(__ibmxl_release__) -# define COMPILER_VERSION_PATCH DEC(__ibmxl_modification__) -# define COMPILER_VERSION_TWEAK DEC(__ibmxl_ptf_fix_level__) - - -#elif defined(__IBMC__) && !defined(__COMPILER_VER__) && __IBMC__ >= 800 -# define COMPILER_ID "XL" - /* __IBMC__ = VRP */ -# define COMPILER_VERSION_MAJOR DEC(__IBMC__/100) -# define COMPILER_VERSION_MINOR DEC(__IBMC__/10 % 10) -# define COMPILER_VERSION_PATCH DEC(__IBMC__ % 10) - -#elif defined(__IBMC__) && !defined(__COMPILER_VER__) && __IBMC__ < 800 -# define COMPILER_ID "VisualAge" - /* __IBMC__ = VRP */ -# define COMPILER_VERSION_MAJOR DEC(__IBMC__/100) -# define COMPILER_VERSION_MINOR DEC(__IBMC__/10 % 10) -# define COMPILER_VERSION_PATCH DEC(__IBMC__ % 10) - -#elif defined(__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(__ghs__) -# define COMPILER_ID "GHS" -/* __GHS_VERSION_NUMBER = VVVVRP */ -# ifdef __GHS_VERSION_NUMBER -# define COMPILER_VERSION_MAJOR DEC(__GHS_VERSION_NUMBER / 100) -# define COMPILER_VERSION_MINOR DEC(__GHS_VERSION_NUMBER / 10 % 10) -# define COMPILER_VERSION_PATCH DEC(__GHS_VERSION_NUMBER % 10) -# endif - -#elif defined(__TINYC__) -# define COMPILER_ID "TinyCC" - -#elif defined(__BCC__) -# define COMPILER_ID "Bruce" - -#elif defined(__SCO_VERSION__) -# define COMPILER_ID "SCO" - -#elif defined(__ARMCC_VERSION) && !defined(__clang__) -# define COMPILER_ID "ARMCC" -#if __ARMCC_VERSION >= 1000000 - /* __ARMCC_VERSION = VRRPPPP */ - # define COMPILER_VERSION_MAJOR DEC(__ARMCC_VERSION/1000000) - # define COMPILER_VERSION_MINOR DEC(__ARMCC_VERSION/10000 % 100) - # define COMPILER_VERSION_PATCH DEC(__ARMCC_VERSION % 10000) -#else - /* __ARMCC_VERSION = VRPPPP */ - # define COMPILER_VERSION_MAJOR DEC(__ARMCC_VERSION/100000) - # define COMPILER_VERSION_MINOR DEC(__ARMCC_VERSION/10000 % 10) - # define COMPILER_VERSION_PATCH DEC(__ARMCC_VERSION % 10000) -#endif - - -#elif defined(__clang__) && defined(__apple_build_version__) -# define COMPILER_ID "AppleClang" -# if defined(_MSC_VER) -# define SIMULATE_ID "MSVC" -# endif -# define COMPILER_VERSION_MAJOR DEC(__clang_major__) -# define COMPILER_VERSION_MINOR DEC(__clang_minor__) -# define COMPILER_VERSION_PATCH DEC(__clang_patchlevel__) -# if defined(_MSC_VER) - /* _MSC_VER = VVRR */ -# define SIMULATE_VERSION_MAJOR DEC(_MSC_VER / 100) -# define SIMULATE_VERSION_MINOR DEC(_MSC_VER % 100) -# endif -# define COMPILER_VERSION_TWEAK DEC(__apple_build_version__) - -#elif defined(__clang__) && defined(__ARMCOMPILER_VERSION) -# define COMPILER_ID "ARMClang" - # define COMPILER_VERSION_MAJOR DEC(__ARMCOMPILER_VERSION/1000000) - # define COMPILER_VERSION_MINOR DEC(__ARMCOMPILER_VERSION/10000 % 100) - # define COMPILER_VERSION_PATCH DEC(__ARMCOMPILER_VERSION % 10000) -# define COMPILER_VERSION_INTERNAL DEC(__ARMCOMPILER_VERSION) - -#elif defined(__clang__) -# define COMPILER_ID "Clang" -# if defined(_MSC_VER) -# define SIMULATE_ID "MSVC" -# endif -# define COMPILER_VERSION_MAJOR DEC(__clang_major__) -# define COMPILER_VERSION_MINOR DEC(__clang_minor__) -# define COMPILER_VERSION_PATCH DEC(__clang_patchlevel__) -# if defined(_MSC_VER) - /* _MSC_VER = VVRR */ -# define SIMULATE_VERSION_MAJOR DEC(_MSC_VER / 100) -# define SIMULATE_VERSION_MINOR DEC(_MSC_VER % 100) -# endif - -#elif defined(__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__) && defined(__ICCARM__) -# define COMPILER_VERSION_MAJOR DEC((__VER__) / 1000000) -# define COMPILER_VERSION_MINOR DEC(((__VER__) / 1000) % 1000) -# define COMPILER_VERSION_PATCH DEC((__VER__) % 1000) -# define COMPILER_VERSION_INTERNAL DEC(__IAR_SYSTEMS_ICC__) -# elif defined(__VER__) && (defined(__ICCAVR__) || defined(__ICCRX__) || defined(__ICCRH850__) || defined(__ICCRL78__) || defined(__ICC430__) || defined(__ICCRISCV__) || defined(__ICCV850__) || defined(__ICC8051__)) -# define COMPILER_VERSION_MAJOR DEC((__VER__) / 100) -# define COMPILER_VERSION_MINOR DEC((__VER__) - (((__VER__) / 100)*100)) -# define COMPILER_VERSION_PATCH DEC(__SUBVERSION__) -# define COMPILER_VERSION_INTERNAL DEC(__IAR_SYSTEMS_ICC__) -# endif - -#elif defined(__SDCC_VERSION_MAJOR) || defined(SDCC) -# define COMPILER_ID "SDCC" -# if defined(__SDCC_VERSION_MAJOR) -# define COMPILER_VERSION_MAJOR DEC(__SDCC_VERSION_MAJOR) -# define COMPILER_VERSION_MINOR DEC(__SDCC_VERSION_MINOR) -# define COMPILER_VERSION_PATCH DEC(__SDCC_VERSION_PATCH) -# else - /* SDCC = VRP */ -# define COMPILER_VERSION_MAJOR DEC(SDCC/100) -# define COMPILER_VERSION_MINOR DEC(SDCC/10 % 10) -# define COMPILER_VERSION_PATCH DEC(SDCC % 10) -# endif - - -/* These compilers are either not known or too old to define an - identification macro. Try to identify the platform and guess that - it is the native compiler. */ -#elif defined(__hpux) || defined(__hpua) -# define COMPILER_ID "HP" - -#else /* unknown compiler */ -# define COMPILER_ID "" -#endif - -/* Construct the string literal in pieces to prevent the source from - getting matched. Store it in a pointer rather than an array - because some compilers will just produce instructions to fill the - array rather than assigning a pointer to a static array. */ -char const* info_compiler = "INFO" ":" "compiler[" COMPILER_ID "]"; -#ifdef SIMULATE_ID -char const* info_simulate = "INFO" ":" "simulate[" SIMULATE_ID "]"; -#endif - -#ifdef __QNXNTO__ -char const* qnxnto = "INFO" ":" "qnxnto[]"; -#endif - -#if defined(__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(__hpux) || defined(__hpux__) -# define PLATFORM_ID "HP-UX" - -#elif defined(__HAIKU__) -# define PLATFORM_ID "Haiku" - -#elif defined(__BeOS) || defined(__BEOS__) || defined(_BEOS) -# define PLATFORM_ID "BeOS" - -#elif defined(__QNX__) || defined(__QNXNTO__) -# define PLATFORM_ID "QNX" - -#elif defined(__tru64) || defined(_tru64) || defined(__TRU64__) -# define PLATFORM_ID "Tru64" - -#elif defined(__riscos) || defined(__riscos__) -# define PLATFORM_ID "RISCos" - -#elif defined(__sinix) || defined(__sinix__) || defined(__SINIX__) -# define PLATFORM_ID "SINIX" - -#elif defined(__UNIX_SV__) -# define PLATFORM_ID "UNIX_SV" - -#elif defined(__bsdos__) -# define PLATFORM_ID "BSDOS" - -#elif defined(_MPRAS) || defined(MPRAS) -# define PLATFORM_ID "MP-RAS" - -#elif defined(__osf) || defined(__osf__) -# define PLATFORM_ID "OSF1" - -#elif defined(_SCO_SV) || defined(SCO_SV) || defined(sco_sv) -# define PLATFORM_ID "SCO_SV" - -#elif defined(__ultrix) || defined(__ultrix__) || defined(_ULTRIX) -# define PLATFORM_ID "ULTRIX" - -#elif defined(__XENIX__) || defined(_XENIX) || defined(XENIX) -# define PLATFORM_ID "Xenix" - -#elif defined(__WATCOMC__) -# if defined(__LINUX__) -# define PLATFORM_ID "Linux" - -# elif defined(__DOS__) -# define PLATFORM_ID "DOS" - -# elif defined(__OS2__) -# define PLATFORM_ID "OS2" - -# elif defined(__WINDOWS__) -# define PLATFORM_ID "Windows3x" - -# elif defined(__VXWORKS__) -# define PLATFORM_ID "VxWorks" - -# else /* unknown platform */ -# define PLATFORM_ID -# endif - -#elif defined(__INTEGRITY) -# if defined(INT_178B) -# define PLATFORM_ID "Integrity178" - -# else /* regular Integrity */ -# define PLATFORM_ID "Integrity" -# endif - -#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(__ICCRX__) -# define ARCHITECTURE_ID "RX" - -# elif defined(__ICCRH850__) -# define ARCHITECTURE_ID "RH850" - -# elif defined(__ICCRL78__) -# define ARCHITECTURE_ID "RL78" - -# elif defined(__ICCRISCV__) -# define ARCHITECTURE_ID "RISCV" - -# elif defined(__ICCAVR__) -# define ARCHITECTURE_ID "AVR" - -# elif defined(__ICC430__) -# define ARCHITECTURE_ID "MSP430" - -# elif defined(__ICCV850__) -# define ARCHITECTURE_ID "V850" - -# elif defined(__ICC8051__) -# define ARCHITECTURE_ID "8051" - -# else /* unknown architecture */ -# define ARCHITECTURE_ID "" -# endif - -#elif defined(__ghs__) -# if defined(__PPC64__) -# define ARCHITECTURE_ID "PPC64" - -# elif defined(__ppc__) -# define ARCHITECTURE_ID "PPC" - -# elif defined(__ARM__) -# define ARCHITECTURE_ID "ARM" - -# elif defined(__x86_64__) -# define ARCHITECTURE_ID "x64" - -# elif defined(__i386__) -# define ARCHITECTURE_ID "X86" - -# else /* unknown architecture */ -# define ARCHITECTURE_ID "" -# endif -#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/server/build/CMakeFiles/3.18.2/CompilerIdC/a.out b/server/build/CMakeFiles/3.18.2/CompilerIdC/a.out deleted file mode 100755 index ebeac08..0000000 Binary files a/server/build/CMakeFiles/3.18.2/CompilerIdC/a.out and /dev/null differ diff --git a/server/build/CMakeFiles/3.18.2/CompilerIdCXX/CMakeCXXCompilerId.cpp b/server/build/CMakeFiles/3.18.2/CompilerIdCXX/CMakeCXXCompilerId.cpp deleted file mode 100644 index 37c21ca..0000000 --- a/server/build/CMakeFiles/3.18.2/CompilerIdCXX/CMakeCXXCompilerId.cpp +++ /dev/null @@ -1,663 +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 -# if defined(__GNUC__) -# define SIMULATE_ID "GNU" -# 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 -# if defined(__GNUC__) -# define SIMULATE_VERSION_MAJOR DEC(__GNUC__) -# elif defined(__GNUG__) -# define SIMULATE_VERSION_MAJOR DEC(__GNUG__) -# endif -# if defined(__GNUC_MINOR__) -# define SIMULATE_VERSION_MINOR DEC(__GNUC_MINOR__) -# endif -# if defined(__GNUC_PATCHLEVEL__) -# define SIMULATE_VERSION_PATCH DEC(__GNUC_PATCHLEVEL__) -# endif - -#elif defined(__PATHCC__) -# define COMPILER_ID "PathScale" -# define COMPILER_VERSION_MAJOR DEC(__PATHCC__) -# define COMPILER_VERSION_MINOR DEC(__PATHCC_MINOR__) -# if defined(__PATHCC_PATCHLEVEL__) -# define COMPILER_VERSION_PATCH DEC(__PATHCC_PATCHLEVEL__) -# endif - -#elif defined(__BORLANDC__) && defined(__CODEGEARC_VERSION__) -# define COMPILER_ID "Embarcadero" -# define COMPILER_VERSION_MAJOR HEX(__CODEGEARC_VERSION__>>24 & 0x00FF) -# define COMPILER_VERSION_MINOR HEX(__CODEGEARC_VERSION__>>16 & 0x00FF) -# define COMPILER_VERSION_PATCH DEC(__CODEGEARC_VERSION__ & 0xFFFF) - -#elif defined(__BORLANDC__) -# define COMPILER_ID "Borland" - /* __BORLANDC__ = 0xVRR */ -# define COMPILER_VERSION_MAJOR HEX(__BORLANDC__>>8) -# define COMPILER_VERSION_MINOR HEX(__BORLANDC__ & 0xFF) - -#elif defined(__WATCOMC__) && __WATCOMC__ < 1200 -# define COMPILER_ID "Watcom" - /* __WATCOMC__ = VVRR */ -# define COMPILER_VERSION_MAJOR DEC(__WATCOMC__ / 100) -# define COMPILER_VERSION_MINOR DEC((__WATCOMC__ / 10) % 10) -# if (__WATCOMC__ % 10) > 0 -# define COMPILER_VERSION_PATCH DEC(__WATCOMC__ % 10) -# endif - -#elif defined(__WATCOMC__) -# define COMPILER_ID "OpenWatcom" - /* __WATCOMC__ = VVRP + 1100 */ -# define COMPILER_VERSION_MAJOR DEC((__WATCOMC__ - 1100) / 100) -# define COMPILER_VERSION_MINOR DEC((__WATCOMC__ / 10) % 10) -# if (__WATCOMC__ % 10) > 0 -# define COMPILER_VERSION_PATCH DEC(__WATCOMC__ % 10) -# endif - -#elif defined(__SUNPRO_CC) -# define COMPILER_ID "SunPro" -# if __SUNPRO_CC >= 0x5100 - /* __SUNPRO_CC = 0xVRRP */ -# define COMPILER_VERSION_MAJOR HEX(__SUNPRO_CC>>12) -# define COMPILER_VERSION_MINOR HEX(__SUNPRO_CC>>4 & 0xFF) -# define COMPILER_VERSION_PATCH HEX(__SUNPRO_CC & 0xF) -# else - /* __SUNPRO_CC = 0xVRP */ -# define COMPILER_VERSION_MAJOR HEX(__SUNPRO_CC>>8) -# define COMPILER_VERSION_MINOR HEX(__SUNPRO_CC>>4 & 0xF) -# define COMPILER_VERSION_PATCH HEX(__SUNPRO_CC & 0xF) -# endif - -#elif defined(__HP_aCC) -# define COMPILER_ID "HP" - /* __HP_aCC = VVRRPP */ -# define COMPILER_VERSION_MAJOR DEC(__HP_aCC/10000) -# define COMPILER_VERSION_MINOR DEC(__HP_aCC/100 % 100) -# define COMPILER_VERSION_PATCH DEC(__HP_aCC % 100) - -#elif defined(__DECCXX) -# define COMPILER_ID "Compaq" - /* __DECCXX_VER = VVRRTPPPP */ -# define COMPILER_VERSION_MAJOR DEC(__DECCXX_VER/10000000) -# define COMPILER_VERSION_MINOR DEC(__DECCXX_VER/100000 % 100) -# define COMPILER_VERSION_PATCH DEC(__DECCXX_VER % 10000) - -#elif defined(__IBMCPP__) && defined(__COMPILER_VER__) -# define COMPILER_ID "zOS" - /* __IBMCPP__ = VRP */ -# define COMPILER_VERSION_MAJOR DEC(__IBMCPP__/100) -# define COMPILER_VERSION_MINOR DEC(__IBMCPP__/10 % 10) -# define COMPILER_VERSION_PATCH DEC(__IBMCPP__ % 10) - -#elif defined(__ibmxl__) && defined(__clang__) -# define COMPILER_ID "XLClang" -# define COMPILER_VERSION_MAJOR DEC(__ibmxl_version__) -# define COMPILER_VERSION_MINOR DEC(__ibmxl_release__) -# define COMPILER_VERSION_PATCH DEC(__ibmxl_modification__) -# define COMPILER_VERSION_TWEAK DEC(__ibmxl_ptf_fix_level__) - - -#elif defined(__IBMCPP__) && !defined(__COMPILER_VER__) && __IBMCPP__ >= 800 -# define COMPILER_ID "XL" - /* __IBMCPP__ = VRP */ -# define COMPILER_VERSION_MAJOR DEC(__IBMCPP__/100) -# define COMPILER_VERSION_MINOR DEC(__IBMCPP__/10 % 10) -# define COMPILER_VERSION_PATCH DEC(__IBMCPP__ % 10) - -#elif defined(__IBMCPP__) && !defined(__COMPILER_VER__) && __IBMCPP__ < 800 -# define COMPILER_ID "VisualAge" - /* __IBMCPP__ = VRP */ -# define COMPILER_VERSION_MAJOR DEC(__IBMCPP__/100) -# define COMPILER_VERSION_MINOR DEC(__IBMCPP__/10 % 10) -# define COMPILER_VERSION_PATCH DEC(__IBMCPP__ % 10) - -#elif defined(__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(__ghs__) -# define COMPILER_ID "GHS" -/* __GHS_VERSION_NUMBER = VVVVRP */ -# ifdef __GHS_VERSION_NUMBER -# define COMPILER_VERSION_MAJOR DEC(__GHS_VERSION_NUMBER / 100) -# define COMPILER_VERSION_MINOR DEC(__GHS_VERSION_NUMBER / 10 % 10) -# define COMPILER_VERSION_PATCH DEC(__GHS_VERSION_NUMBER % 10) -# endif - -#elif defined(__SCO_VERSION__) -# define COMPILER_ID "SCO" - -#elif defined(__ARMCC_VERSION) && !defined(__clang__) -# define COMPILER_ID "ARMCC" -#if __ARMCC_VERSION >= 1000000 - /* __ARMCC_VERSION = VRRPPPP */ - # define COMPILER_VERSION_MAJOR DEC(__ARMCC_VERSION/1000000) - # define COMPILER_VERSION_MINOR DEC(__ARMCC_VERSION/10000 % 100) - # define COMPILER_VERSION_PATCH DEC(__ARMCC_VERSION % 10000) -#else - /* __ARMCC_VERSION = VRPPPP */ - # define COMPILER_VERSION_MAJOR DEC(__ARMCC_VERSION/100000) - # define COMPILER_VERSION_MINOR DEC(__ARMCC_VERSION/10000 % 10) - # define COMPILER_VERSION_PATCH DEC(__ARMCC_VERSION % 10000) -#endif - - -#elif defined(__clang__) && defined(__apple_build_version__) -# define COMPILER_ID "AppleClang" -# if defined(_MSC_VER) -# define SIMULATE_ID "MSVC" -# endif -# define COMPILER_VERSION_MAJOR DEC(__clang_major__) -# define COMPILER_VERSION_MINOR DEC(__clang_minor__) -# define COMPILER_VERSION_PATCH DEC(__clang_patchlevel__) -# if defined(_MSC_VER) - /* _MSC_VER = VVRR */ -# define SIMULATE_VERSION_MAJOR DEC(_MSC_VER / 100) -# define SIMULATE_VERSION_MINOR DEC(_MSC_VER % 100) -# endif -# define COMPILER_VERSION_TWEAK DEC(__apple_build_version__) - -#elif defined(__clang__) && defined(__ARMCOMPILER_VERSION) -# define COMPILER_ID "ARMClang" - # define COMPILER_VERSION_MAJOR DEC(__ARMCOMPILER_VERSION/1000000) - # define COMPILER_VERSION_MINOR DEC(__ARMCOMPILER_VERSION/10000 % 100) - # define COMPILER_VERSION_PATCH DEC(__ARMCOMPILER_VERSION % 10000) -# define COMPILER_VERSION_INTERNAL DEC(__ARMCOMPILER_VERSION) - -#elif defined(__clang__) -# define COMPILER_ID "Clang" -# if defined(_MSC_VER) -# define SIMULATE_ID "MSVC" -# endif -# define COMPILER_VERSION_MAJOR DEC(__clang_major__) -# define COMPILER_VERSION_MINOR DEC(__clang_minor__) -# define COMPILER_VERSION_PATCH DEC(__clang_patchlevel__) -# if defined(_MSC_VER) - /* _MSC_VER = VVRR */ -# define SIMULATE_VERSION_MAJOR DEC(_MSC_VER / 100) -# define SIMULATE_VERSION_MINOR DEC(_MSC_VER % 100) -# endif - -#elif defined(__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__) && defined(__ICCARM__) -# define COMPILER_VERSION_MAJOR DEC((__VER__) / 1000000) -# define COMPILER_VERSION_MINOR DEC(((__VER__) / 1000) % 1000) -# define COMPILER_VERSION_PATCH DEC((__VER__) % 1000) -# define COMPILER_VERSION_INTERNAL DEC(__IAR_SYSTEMS_ICC__) -# elif defined(__VER__) && (defined(__ICCAVR__) || defined(__ICCRX__) || defined(__ICCRH850__) || defined(__ICCRL78__) || defined(__ICC430__) || defined(__ICCRISCV__) || defined(__ICCV850__) || defined(__ICC8051__)) -# define COMPILER_VERSION_MAJOR DEC((__VER__) / 100) -# define COMPILER_VERSION_MINOR DEC((__VER__) - (((__VER__) / 100)*100)) -# define COMPILER_VERSION_PATCH DEC(__SUBVERSION__) -# define COMPILER_VERSION_INTERNAL DEC(__IAR_SYSTEMS_ICC__) -# endif - - -/* These compilers are either not known or too old to define an - identification macro. Try to identify the platform and guess that - it is the native compiler. */ -#elif defined(__hpux) || defined(__hpua) -# define COMPILER_ID "HP" - -#else /* unknown compiler */ -# define COMPILER_ID "" -#endif - -/* Construct the string literal in pieces to prevent the source from - getting matched. Store it in a pointer rather than an array - because some compilers will just produce instructions to fill the - array rather than assigning a pointer to a static array. */ -char const* info_compiler = "INFO" ":" "compiler[" COMPILER_ID "]"; -#ifdef SIMULATE_ID -char const* info_simulate = "INFO" ":" "simulate[" SIMULATE_ID "]"; -#endif - -#ifdef __QNXNTO__ -char const* qnxnto = "INFO" ":" "qnxnto[]"; -#endif - -#if defined(__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(__hpux) || defined(__hpux__) -# define PLATFORM_ID "HP-UX" - -#elif defined(__HAIKU__) -# define PLATFORM_ID "Haiku" - -#elif defined(__BeOS) || defined(__BEOS__) || defined(_BEOS) -# define PLATFORM_ID "BeOS" - -#elif defined(__QNX__) || defined(__QNXNTO__) -# define PLATFORM_ID "QNX" - -#elif defined(__tru64) || defined(_tru64) || defined(__TRU64__) -# define PLATFORM_ID "Tru64" - -#elif defined(__riscos) || defined(__riscos__) -# define PLATFORM_ID "RISCos" - -#elif defined(__sinix) || defined(__sinix__) || defined(__SINIX__) -# define PLATFORM_ID "SINIX" - -#elif defined(__UNIX_SV__) -# define PLATFORM_ID "UNIX_SV" - -#elif defined(__bsdos__) -# define PLATFORM_ID "BSDOS" - -#elif defined(_MPRAS) || defined(MPRAS) -# define PLATFORM_ID "MP-RAS" - -#elif defined(__osf) || defined(__osf__) -# define PLATFORM_ID "OSF1" - -#elif defined(_SCO_SV) || defined(SCO_SV) || defined(sco_sv) -# define PLATFORM_ID "SCO_SV" - -#elif defined(__ultrix) || defined(__ultrix__) || defined(_ULTRIX) -# define PLATFORM_ID "ULTRIX" - -#elif defined(__XENIX__) || defined(_XENIX) || defined(XENIX) -# define PLATFORM_ID "Xenix" - -#elif defined(__WATCOMC__) -# if defined(__LINUX__) -# define PLATFORM_ID "Linux" - -# elif defined(__DOS__) -# define PLATFORM_ID "DOS" - -# elif defined(__OS2__) -# define PLATFORM_ID "OS2" - -# elif defined(__WINDOWS__) -# define PLATFORM_ID "Windows3x" - -# elif defined(__VXWORKS__) -# define PLATFORM_ID "VxWorks" - -# else /* unknown platform */ -# define PLATFORM_ID -# endif - -#elif defined(__INTEGRITY) -# if defined(INT_178B) -# define PLATFORM_ID "Integrity178" - -# else /* regular Integrity */ -# define PLATFORM_ID "Integrity" -# endif - -#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(__ICCRX__) -# define ARCHITECTURE_ID "RX" - -# elif defined(__ICCRH850__) -# define ARCHITECTURE_ID "RH850" - -# elif defined(__ICCRL78__) -# define ARCHITECTURE_ID "RL78" - -# elif defined(__ICCRISCV__) -# define ARCHITECTURE_ID "RISCV" - -# elif defined(__ICCAVR__) -# define ARCHITECTURE_ID "AVR" - -# elif defined(__ICC430__) -# define ARCHITECTURE_ID "MSP430" - -# elif defined(__ICCV850__) -# define ARCHITECTURE_ID "V850" - -# elif defined(__ICC8051__) -# define ARCHITECTURE_ID "8051" - -# else /* unknown architecture */ -# define ARCHITECTURE_ID "" -# endif - -#elif defined(__ghs__) -# if defined(__PPC64__) -# define ARCHITECTURE_ID "PPC64" - -# elif defined(__ppc__) -# define ARCHITECTURE_ID "PPC" - -# elif defined(__ARM__) -# define ARCHITECTURE_ID "ARM" - -# elif defined(__x86_64__) -# define ARCHITECTURE_ID "x64" - -# elif defined(__i386__) -# define ARCHITECTURE_ID "X86" - -# else /* unknown architecture */ -# define ARCHITECTURE_ID "" -# endif -#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(__INTEL_COMPILER) && defined(_MSVC_LANG) && _MSVC_LANG < 201403L -# if defined(__INTEL_CXX11_MODE__) -# if defined(__cpp_aggregate_nsdmi) -# define CXX_STD 201402L -# else -# define CXX_STD 201103L -# endif -# else -# define CXX_STD 199711L -# endif -#elif defined(_MSC_VER) && defined(_MSVC_LANG) -# define CXX_STD _MSVC_LANG -#else -# define CXX_STD __cplusplus -#endif - -const char* info_language_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/server/build/CMakeFiles/3.18.2/CompilerIdCXX/a.out b/server/build/CMakeFiles/3.18.2/CompilerIdCXX/a.out deleted file mode 100755 index 4dab9cd..0000000 Binary files a/server/build/CMakeFiles/3.18.2/CompilerIdCXX/a.out and /dev/null differ diff --git a/server/build/CMakeFiles/CMakeOutput.log b/server/build/CMakeFiles/CMakeOutput.log deleted file mode 100644 index f9c7f58..0000000 --- a/server/build/CMakeFiles/CMakeOutput.log +++ /dev/null @@ -1,337 +0,0 @@ -The system is: Linux - 5.8.6-1-MANJARO - x86_64 -Compiling the C compiler identification source file "CMakeCCompilerId.c" succeeded. -Compiler: /usr/bin/clang -Build flags: -Id flags: - -The output was: -0 - - -Compilation of the C compiler identification source "CMakeCCompilerId.c" produced "a.out" - -The C compiler identification is Clang, found in "/home/nathan/Projects/AngelscriptLanguageServer/server/build/CMakeFiles/3.18.2/CompilerIdC/a.out" - -Compiling the CXX compiler identification source file "CMakeCXXCompilerId.cpp" succeeded. -Compiler: /usr/bin/clang++ -Build flags: -Id flags: - -The output was: -0 - - -Compilation of the CXX compiler identification source "CMakeCXXCompilerId.cpp" produced "a.out" - -The CXX compiler identification is Clang, found in "/home/nathan/Projects/AngelscriptLanguageServer/server/build/CMakeFiles/3.18.2/CompilerIdCXX/a.out" - -Detecting C compiler ABI info compiled with the following output: -Change Dir: /home/nathan/Projects/AngelscriptLanguageServer/server/build/CMakeFiles/CMakeTmp - -Run Build Command(s):/usr/bin/ninja cmTC_96a68 && [1/2] Building C object CMakeFiles/cmTC_96a68.dir/CMakeCCompilerABI.c.o -clang version 10.0.1 -Target: x86_64-pc-linux-gnu -Thread model: posix -InstalledDir: /usr/bin -Found candidate GCC installation: /usr/bin/../lib/gcc/x86_64-pc-linux-gnu/10.2.0 -Found candidate GCC installation: /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/10.2.0 -Found candidate GCC installation: /usr/lib/gcc/x86_64-pc-linux-gnu/10.2.0 -Found candidate GCC installation: /usr/lib64/gcc/x86_64-pc-linux-gnu/10.2.0 -Selected GCC installation: /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/10.2.0 -Candidate multilib: .;@m64 -Candidate multilib: 32;@m32 -Selected multilib: .;@m64 - (in-process) - "/usr/bin/clang-10" -cc1 -triple x86_64-pc-linux-gnu -emit-obj -mrelax-all -disable-free -disable-llvm-verifier -discard-value-names -main-file-name CMakeCCompilerABI.c -mrelocation-model pic -pic-level 2 -pic-is-pie -mthread-model posix -mframe-pointer=all -fmath-errno -fno-rounding-math -masm-verbose -mconstructor-aliases -munwind-tables -target-cpu x86-64 -dwarf-column-info -fno-split-dwarf-inlining -debugger-tuning=gdb -v -resource-dir /usr/lib/clang/10.0.1 -dependency-file CMakeFiles/cmTC_96a68.dir/CMakeCCompilerABI.c.o.d -MT CMakeFiles/cmTC_96a68.dir/CMakeCCompilerABI.c.o -sys-header-deps -internal-isystem /usr/local/include -internal-isystem /usr/lib/clang/10.0.1/include -internal-externc-isystem /include -internal-externc-isystem /usr/include -fdebug-compilation-dir /home/nathan/Projects/AngelscriptLanguageServer/server/build/CMakeFiles/CMakeTmp -ferror-limit 19 -fmessage-length 0 -stack-protector 2 -fgnuc-version=4.2.1 -fobjc-runtime=gcc -fdiagnostics-show-option -faddrsig -o CMakeFiles/cmTC_96a68.dir/CMakeCCompilerABI.c.o -x c /usr/share/cmake-3.18/Modules/CMakeCCompilerABI.c -clang -cc1 version 10.0.1 based upon LLVM 10.0.1 default target x86_64-pc-linux-gnu -ignoring nonexistent directory "/include" -#include "..." search starts here: -#include <...> search starts here: - /usr/local/include - /usr/lib/clang/10.0.1/include - /usr/include -End of search list. -[2/2] Linking C executable cmTC_96a68 -clang version 10.0.1 -Target: x86_64-pc-linux-gnu -Thread model: posix -InstalledDir: /usr/bin -Found candidate GCC installation: /usr/bin/../lib/gcc/x86_64-pc-linux-gnu/10.2.0 -Found candidate GCC installation: /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/10.2.0 -Found candidate GCC installation: /usr/lib/gcc/x86_64-pc-linux-gnu/10.2.0 -Found candidate GCC installation: /usr/lib64/gcc/x86_64-pc-linux-gnu/10.2.0 -Selected GCC installation: /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/10.2.0 -Candidate multilib: .;@m64 -Candidate multilib: 32;@m32 -Selected multilib: .;@m64 - "/usr/bin/ld" -pie --eh-frame-hdr -m elf_x86_64 -dynamic-linker /lib64/ld-linux-x86-64.so.2 -o cmTC_96a68 /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/10.2.0/../../../../lib64/Scrt1.o /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/10.2.0/../../../../lib64/crti.o /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/10.2.0/crtbeginS.o -L/usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/10.2.0 -L/usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/10.2.0/../../../../lib64 -L/usr/bin/../lib64 -L/lib/../lib64 -L/usr/lib/../lib64 -L/usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/10.2.0/../../.. -L/usr/bin/../lib -L/lib -L/usr/lib CMakeFiles/cmTC_96a68.dir/CMakeCCompilerABI.c.o -lgcc --as-needed -lgcc_s --no-as-needed -lc -lgcc --as-needed -lgcc_s --no-as-needed /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/10.2.0/crtendS.o /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/10.2.0/../../../../lib64/crtn.o - - - -Parsed C implicit include dir info from above output: rv=done - found start of include info - found start of implicit include info - add: [/usr/local/include] - add: [/usr/lib/clang/10.0.1/include] - add: [/usr/include] - end of search list found - collapse include dir [/usr/local/include] ==> [/usr/local/include] - collapse include dir [/usr/lib/clang/10.0.1/include] ==> [/usr/lib/clang/10.0.1/include] - collapse include dir [/usr/include] ==> [/usr/include] - implicit include dirs: [/usr/local/include;/usr/lib/clang/10.0.1/include;/usr/include] - - -Parsed C implicit link information from above output: - link line regex: [^( *|.*[/\])(ld|CMAKE_LINK_STARTFILE-NOTFOUND|([^/\]+-)?ld|collect2)[^/\]*( |$)] - ignore line: [Change Dir: /home/nathan/Projects/AngelscriptLanguageServer/server/build/CMakeFiles/CMakeTmp] - ignore line: [] - ignore line: [Run Build Command(s):/usr/bin/ninja cmTC_96a68 && [1/2] Building C object CMakeFiles/cmTC_96a68.dir/CMakeCCompilerABI.c.o] - ignore line: [clang version 10.0.1 ] - ignore line: [Target: x86_64-pc-linux-gnu] - ignore line: [Thread model: posix] - ignore line: [InstalledDir: /usr/bin] - ignore line: [Found candidate GCC installation: /usr/bin/../lib/gcc/x86_64-pc-linux-gnu/10.2.0] - ignore line: [Found candidate GCC installation: /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/10.2.0] - ignore line: [Found candidate GCC installation: /usr/lib/gcc/x86_64-pc-linux-gnu/10.2.0] - ignore line: [Found candidate GCC installation: /usr/lib64/gcc/x86_64-pc-linux-gnu/10.2.0] - ignore line: [Selected GCC installation: /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/10.2.0] - ignore line: [Candidate multilib: .] - ignore line: [@m64] - ignore line: [Candidate multilib: 32] - ignore line: [@m32] - ignore line: [Selected multilib: .] - ignore line: [@m64] - ignore line: [ (in-process)] - ignore line: [ "/usr/bin/clang-10" -cc1 -triple x86_64-pc-linux-gnu -emit-obj -mrelax-all -disable-free -disable-llvm-verifier -discard-value-names -main-file-name CMakeCCompilerABI.c -mrelocation-model pic -pic-level 2 -pic-is-pie -mthread-model posix -mframe-pointer=all -fmath-errno -fno-rounding-math -masm-verbose -mconstructor-aliases -munwind-tables -target-cpu x86-64 -dwarf-column-info -fno-split-dwarf-inlining -debugger-tuning=gdb -v -resource-dir /usr/lib/clang/10.0.1 -dependency-file CMakeFiles/cmTC_96a68.dir/CMakeCCompilerABI.c.o.d -MT CMakeFiles/cmTC_96a68.dir/CMakeCCompilerABI.c.o -sys-header-deps -internal-isystem /usr/local/include -internal-isystem /usr/lib/clang/10.0.1/include -internal-externc-isystem /include -internal-externc-isystem /usr/include -fdebug-compilation-dir /home/nathan/Projects/AngelscriptLanguageServer/server/build/CMakeFiles/CMakeTmp -ferror-limit 19 -fmessage-length 0 -stack-protector 2 -fgnuc-version=4.2.1 -fobjc-runtime=gcc -fdiagnostics-show-option -faddrsig -o CMakeFiles/cmTC_96a68.dir/CMakeCCompilerABI.c.o -x c /usr/share/cmake-3.18/Modules/CMakeCCompilerABI.c] - ignore line: [clang -cc1 version 10.0.1 based upon LLVM 10.0.1 default target x86_64-pc-linux-gnu] - ignore line: [ignoring nonexistent directory "/include"] - ignore line: [#include "..." search starts here:] - ignore line: [#include <...> search starts here:] - ignore line: [ /usr/local/include] - ignore line: [ /usr/lib/clang/10.0.1/include] - ignore line: [ /usr/include] - ignore line: [End of search list.] - ignore line: [[2/2] Linking C executable cmTC_96a68] - ignore line: [clang version 10.0.1 ] - ignore line: [Target: x86_64-pc-linux-gnu] - ignore line: [Thread model: posix] - ignore line: [InstalledDir: /usr/bin] - ignore line: [Found candidate GCC installation: /usr/bin/../lib/gcc/x86_64-pc-linux-gnu/10.2.0] - ignore line: [Found candidate GCC installation: /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/10.2.0] - ignore line: [Found candidate GCC installation: /usr/lib/gcc/x86_64-pc-linux-gnu/10.2.0] - ignore line: [Found candidate GCC installation: /usr/lib64/gcc/x86_64-pc-linux-gnu/10.2.0] - ignore line: [Selected GCC installation: /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/10.2.0] - ignore line: [Candidate multilib: .] - ignore line: [@m64] - ignore line: [Candidate multilib: 32] - ignore line: [@m32] - ignore line: [Selected multilib: .] - ignore line: [@m64] - link line: [ "/usr/bin/ld" -pie --eh-frame-hdr -m elf_x86_64 -dynamic-linker /lib64/ld-linux-x86-64.so.2 -o cmTC_96a68 /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/10.2.0/../../../../lib64/Scrt1.o /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/10.2.0/../../../../lib64/crti.o /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/10.2.0/crtbeginS.o -L/usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/10.2.0 -L/usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/10.2.0/../../../../lib64 -L/usr/bin/../lib64 -L/lib/../lib64 -L/usr/lib/../lib64 -L/usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/10.2.0/../../.. -L/usr/bin/../lib -L/lib -L/usr/lib CMakeFiles/cmTC_96a68.dir/CMakeCCompilerABI.c.o -lgcc --as-needed -lgcc_s --no-as-needed -lc -lgcc --as-needed -lgcc_s --no-as-needed /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/10.2.0/crtendS.o /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/10.2.0/../../../../lib64/crtn.o] - arg [/usr/bin/ld] ==> ignore - arg [-pie] ==> ignore - arg [--eh-frame-hdr] ==> ignore - arg [-m] ==> ignore - arg [elf_x86_64] ==> ignore - arg [-dynamic-linker] ==> ignore - arg [/lib64/ld-linux-x86-64.so.2] ==> ignore - arg [-o] ==> ignore - arg [cmTC_96a68] ==> ignore - arg [/usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/10.2.0/../../../../lib64/Scrt1.o] ==> ignore - arg [/usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/10.2.0/../../../../lib64/crti.o] ==> ignore - arg [/usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/10.2.0/crtbeginS.o] ==> ignore - arg [-L/usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/10.2.0] ==> dir [/usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/10.2.0] - arg [-L/usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/10.2.0/../../../../lib64] ==> dir [/usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/10.2.0/../../../../lib64] - arg [-L/usr/bin/../lib64] ==> dir [/usr/bin/../lib64] - arg [-L/lib/../lib64] ==> dir [/lib/../lib64] - arg [-L/usr/lib/../lib64] ==> dir [/usr/lib/../lib64] - arg [-L/usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/10.2.0/../../..] ==> dir [/usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/10.2.0/../../..] - arg [-L/usr/bin/../lib] ==> dir [/usr/bin/../lib] - arg [-L/lib] ==> dir [/lib] - arg [-L/usr/lib] ==> dir [/usr/lib] - arg [CMakeFiles/cmTC_96a68.dir/CMakeCCompilerABI.c.o] ==> ignore - arg [-lgcc] ==> lib [gcc] - arg [--as-needed] ==> ignore - arg [-lgcc_s] ==> lib [gcc_s] - arg [--no-as-needed] ==> ignore - arg [-lc] ==> lib [c] - arg [-lgcc] ==> lib [gcc] - arg [--as-needed] ==> ignore - arg [-lgcc_s] ==> lib [gcc_s] - arg [--no-as-needed] ==> ignore - arg [/usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/10.2.0/crtendS.o] ==> ignore - arg [/usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/10.2.0/../../../../lib64/crtn.o] ==> ignore - collapse library dir [/usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/10.2.0] ==> [/usr/lib64/gcc/x86_64-pc-linux-gnu/10.2.0] - collapse library dir [/usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/10.2.0/../../../../lib64] ==> [/usr/lib64] - collapse library dir [/usr/bin/../lib64] ==> [/usr/lib64] - collapse library dir [/lib/../lib64] ==> [/lib64] - collapse library dir [/usr/lib/../lib64] ==> [/usr/lib64] - collapse library dir [/usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/10.2.0/../../..] ==> [/usr/lib64] - collapse library dir [/usr/bin/../lib] ==> [/usr/lib] - collapse library dir [/lib] ==> [/lib] - collapse library dir [/usr/lib] ==> [/usr/lib] - implicit libs: [gcc;gcc_s;c;gcc;gcc_s] - implicit dirs: [/usr/lib64/gcc/x86_64-pc-linux-gnu/10.2.0;/usr/lib64;/lib64;/usr/lib;/lib] - implicit fwks: [] - - -Detecting CXX compiler ABI info compiled with the following output: -Change Dir: /home/nathan/Projects/AngelscriptLanguageServer/server/build/CMakeFiles/CMakeTmp - -Run Build Command(s):/usr/bin/ninja cmTC_50724 && [1/2] Building CXX object CMakeFiles/cmTC_50724.dir/CMakeCXXCompilerABI.cpp.o -clang version 10.0.1 -Target: x86_64-pc-linux-gnu -Thread model: posix -InstalledDir: /usr/bin -Found candidate GCC installation: /usr/bin/../lib/gcc/x86_64-pc-linux-gnu/10.2.0 -Found candidate GCC installation: /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/10.2.0 -Found candidate GCC installation: /usr/lib/gcc/x86_64-pc-linux-gnu/10.2.0 -Found candidate GCC installation: /usr/lib64/gcc/x86_64-pc-linux-gnu/10.2.0 -Selected GCC installation: /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/10.2.0 -Candidate multilib: .;@m64 -Candidate multilib: 32;@m32 -Selected multilib: .;@m64 - (in-process) - "/usr/bin/clang-10" -cc1 -triple x86_64-pc-linux-gnu -emit-obj -mrelax-all -disable-free -disable-llvm-verifier -discard-value-names -main-file-name CMakeCXXCompilerABI.cpp -mrelocation-model pic -pic-level 2 -pic-is-pie -mthread-model posix -mframe-pointer=all -fmath-errno -fno-rounding-math -masm-verbose -mconstructor-aliases -munwind-tables -target-cpu x86-64 -dwarf-column-info -fno-split-dwarf-inlining -debugger-tuning=gdb -v -resource-dir /usr/lib/clang/10.0.1 -dependency-file CMakeFiles/cmTC_50724.dir/CMakeCXXCompilerABI.cpp.o.d -MT CMakeFiles/cmTC_50724.dir/CMakeCXXCompilerABI.cpp.o -sys-header-deps -internal-isystem /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/10.2.0/../../../../include/c++/10.2.0 -internal-isystem /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/10.2.0/../../../../include/c++/10.2.0/x86_64-pc-linux-gnu -internal-isystem /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/10.2.0/../../../../include/c++/10.2.0/backward -internal-isystem /usr/local/include -internal-isystem /usr/lib/clang/10.0.1/include -internal-externc-isystem /include -internal-externc-isystem /usr/include -fdeprecated-macro -fdebug-compilation-dir /home/nathan/Projects/AngelscriptLanguageServer/server/build/CMakeFiles/CMakeTmp -ferror-limit 19 -fmessage-length 0 -stack-protector 2 -fgnuc-version=4.2.1 -fobjc-runtime=gcc -fcxx-exceptions -fexceptions -fdiagnostics-show-option -faddrsig -o CMakeFiles/cmTC_50724.dir/CMakeCXXCompilerABI.cpp.o -x c++ /usr/share/cmake-3.18/Modules/CMakeCXXCompilerABI.cpp -clang -cc1 version 10.0.1 based upon LLVM 10.0.1 default target x86_64-pc-linux-gnu -ignoring nonexistent directory "/include" -#include "..." search starts here: -#include <...> search starts here: - /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/10.2.0/../../../../include/c++/10.2.0 - /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/10.2.0/../../../../include/c++/10.2.0/x86_64-pc-linux-gnu - /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/10.2.0/../../../../include/c++/10.2.0/backward - /usr/local/include - /usr/lib/clang/10.0.1/include - /usr/include -End of search list. -[2/2] Linking CXX executable cmTC_50724 -clang version 10.0.1 -Target: x86_64-pc-linux-gnu -Thread model: posix -InstalledDir: /usr/bin -Found candidate GCC installation: /usr/bin/../lib/gcc/x86_64-pc-linux-gnu/10.2.0 -Found candidate GCC installation: /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/10.2.0 -Found candidate GCC installation: /usr/lib/gcc/x86_64-pc-linux-gnu/10.2.0 -Found candidate GCC installation: /usr/lib64/gcc/x86_64-pc-linux-gnu/10.2.0 -Selected GCC installation: /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/10.2.0 -Candidate multilib: .;@m64 -Candidate multilib: 32;@m32 -Selected multilib: .;@m64 - "/usr/bin/ld" -pie --eh-frame-hdr -m elf_x86_64 -dynamic-linker /lib64/ld-linux-x86-64.so.2 -o cmTC_50724 /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/10.2.0/../../../../lib64/Scrt1.o /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/10.2.0/../../../../lib64/crti.o /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/10.2.0/crtbeginS.o -L/usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/10.2.0 -L/usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/10.2.0/../../../../lib64 -L/usr/bin/../lib64 -L/lib/../lib64 -L/usr/lib/../lib64 -L/usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/10.2.0/../../.. -L/usr/bin/../lib -L/lib -L/usr/lib CMakeFiles/cmTC_50724.dir/CMakeCXXCompilerABI.cpp.o -lstdc++ -lm -lgcc_s -lgcc -lc -lgcc_s -lgcc /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/10.2.0/crtendS.o /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/10.2.0/../../../../lib64/crtn.o - - - -Parsed CXX implicit include dir info from above output: rv=done - found start of include info - found start of implicit include info - add: [/usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/10.2.0/../../../../include/c++/10.2.0] - add: [/usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/10.2.0/../../../../include/c++/10.2.0/x86_64-pc-linux-gnu] - add: [/usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/10.2.0/../../../../include/c++/10.2.0/backward] - add: [/usr/local/include] - add: [/usr/lib/clang/10.0.1/include] - add: [/usr/include] - end of search list found - collapse include dir [/usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/10.2.0/../../../../include/c++/10.2.0] ==> [/usr/include/c++/10.2.0] - collapse include dir [/usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/10.2.0/../../../../include/c++/10.2.0/x86_64-pc-linux-gnu] ==> [/usr/include/c++/10.2.0/x86_64-pc-linux-gnu] - collapse include dir [/usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/10.2.0/../../../../include/c++/10.2.0/backward] ==> [/usr/include/c++/10.2.0/backward] - collapse include dir [/usr/local/include] ==> [/usr/local/include] - collapse include dir [/usr/lib/clang/10.0.1/include] ==> [/usr/lib/clang/10.0.1/include] - collapse include dir [/usr/include] ==> [/usr/include] - implicit include dirs: [/usr/include/c++/10.2.0;/usr/include/c++/10.2.0/x86_64-pc-linux-gnu;/usr/include/c++/10.2.0/backward;/usr/local/include;/usr/lib/clang/10.0.1/include;/usr/include] - - -Parsed CXX implicit link information from above output: - link line regex: [^( *|.*[/\])(ld|CMAKE_LINK_STARTFILE-NOTFOUND|([^/\]+-)?ld|collect2)[^/\]*( |$)] - ignore line: [Change Dir: /home/nathan/Projects/AngelscriptLanguageServer/server/build/CMakeFiles/CMakeTmp] - ignore line: [] - ignore line: [Run Build Command(s):/usr/bin/ninja cmTC_50724 && [1/2] Building CXX object CMakeFiles/cmTC_50724.dir/CMakeCXXCompilerABI.cpp.o] - ignore line: [clang version 10.0.1 ] - ignore line: [Target: x86_64-pc-linux-gnu] - ignore line: [Thread model: posix] - ignore line: [InstalledDir: /usr/bin] - ignore line: [Found candidate GCC installation: /usr/bin/../lib/gcc/x86_64-pc-linux-gnu/10.2.0] - ignore line: [Found candidate GCC installation: /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/10.2.0] - ignore line: [Found candidate GCC installation: /usr/lib/gcc/x86_64-pc-linux-gnu/10.2.0] - ignore line: [Found candidate GCC installation: /usr/lib64/gcc/x86_64-pc-linux-gnu/10.2.0] - ignore line: [Selected GCC installation: /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/10.2.0] - ignore line: [Candidate multilib: .] - ignore line: [@m64] - ignore line: [Candidate multilib: 32] - ignore line: [@m32] - ignore line: [Selected multilib: .] - ignore line: [@m64] - ignore line: [ (in-process)] - ignore line: [ "/usr/bin/clang-10" -cc1 -triple x86_64-pc-linux-gnu -emit-obj -mrelax-all -disable-free -disable-llvm-verifier -discard-value-names -main-file-name CMakeCXXCompilerABI.cpp -mrelocation-model pic -pic-level 2 -pic-is-pie -mthread-model posix -mframe-pointer=all -fmath-errno -fno-rounding-math -masm-verbose -mconstructor-aliases -munwind-tables -target-cpu x86-64 -dwarf-column-info -fno-split-dwarf-inlining -debugger-tuning=gdb -v -resource-dir /usr/lib/clang/10.0.1 -dependency-file CMakeFiles/cmTC_50724.dir/CMakeCXXCompilerABI.cpp.o.d -MT CMakeFiles/cmTC_50724.dir/CMakeCXXCompilerABI.cpp.o -sys-header-deps -internal-isystem /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/10.2.0/../../../../include/c++/10.2.0 -internal-isystem /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/10.2.0/../../../../include/c++/10.2.0/x86_64-pc-linux-gnu -internal-isystem /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/10.2.0/../../../../include/c++/10.2.0/backward -internal-isystem /usr/local/include -internal-isystem /usr/lib/clang/10.0.1/include -internal-externc-isystem /include -internal-externc-isystem /usr/include -fdeprecated-macro -fdebug-compilation-dir /home/nathan/Projects/AngelscriptLanguageServer/server/build/CMakeFiles/CMakeTmp -ferror-limit 19 -fmessage-length 0 -stack-protector 2 -fgnuc-version=4.2.1 -fobjc-runtime=gcc -fcxx-exceptions -fexceptions -fdiagnostics-show-option -faddrsig -o CMakeFiles/cmTC_50724.dir/CMakeCXXCompilerABI.cpp.o -x c++ /usr/share/cmake-3.18/Modules/CMakeCXXCompilerABI.cpp] - ignore line: [clang -cc1 version 10.0.1 based upon LLVM 10.0.1 default target x86_64-pc-linux-gnu] - ignore line: [ignoring nonexistent directory "/include"] - ignore line: [#include "..." search starts here:] - ignore line: [#include <...> search starts here:] - ignore line: [ /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/10.2.0/../../../../include/c++/10.2.0] - ignore line: [ /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/10.2.0/../../../../include/c++/10.2.0/x86_64-pc-linux-gnu] - ignore line: [ /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/10.2.0/../../../../include/c++/10.2.0/backward] - ignore line: [ /usr/local/include] - ignore line: [ /usr/lib/clang/10.0.1/include] - ignore line: [ /usr/include] - ignore line: [End of search list.] - ignore line: [[2/2] Linking CXX executable cmTC_50724] - ignore line: [clang version 10.0.1 ] - ignore line: [Target: x86_64-pc-linux-gnu] - ignore line: [Thread model: posix] - ignore line: [InstalledDir: /usr/bin] - ignore line: [Found candidate GCC installation: /usr/bin/../lib/gcc/x86_64-pc-linux-gnu/10.2.0] - ignore line: [Found candidate GCC installation: /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/10.2.0] - ignore line: [Found candidate GCC installation: /usr/lib/gcc/x86_64-pc-linux-gnu/10.2.0] - ignore line: [Found candidate GCC installation: /usr/lib64/gcc/x86_64-pc-linux-gnu/10.2.0] - ignore line: [Selected GCC installation: /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/10.2.0] - ignore line: [Candidate multilib: .] - ignore line: [@m64] - ignore line: [Candidate multilib: 32] - ignore line: [@m32] - ignore line: [Selected multilib: .] - ignore line: [@m64] - link line: [ "/usr/bin/ld" -pie --eh-frame-hdr -m elf_x86_64 -dynamic-linker /lib64/ld-linux-x86-64.so.2 -o cmTC_50724 /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/10.2.0/../../../../lib64/Scrt1.o /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/10.2.0/../../../../lib64/crti.o /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/10.2.0/crtbeginS.o -L/usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/10.2.0 -L/usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/10.2.0/../../../../lib64 -L/usr/bin/../lib64 -L/lib/../lib64 -L/usr/lib/../lib64 -L/usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/10.2.0/../../.. -L/usr/bin/../lib -L/lib -L/usr/lib CMakeFiles/cmTC_50724.dir/CMakeCXXCompilerABI.cpp.o -lstdc++ -lm -lgcc_s -lgcc -lc -lgcc_s -lgcc /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/10.2.0/crtendS.o /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/10.2.0/../../../../lib64/crtn.o] - arg [/usr/bin/ld] ==> ignore - arg [-pie] ==> ignore - arg [--eh-frame-hdr] ==> ignore - arg [-m] ==> ignore - arg [elf_x86_64] ==> ignore - arg [-dynamic-linker] ==> ignore - arg [/lib64/ld-linux-x86-64.so.2] ==> ignore - arg [-o] ==> ignore - arg [cmTC_50724] ==> ignore - arg [/usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/10.2.0/../../../../lib64/Scrt1.o] ==> ignore - arg [/usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/10.2.0/../../../../lib64/crti.o] ==> ignore - arg [/usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/10.2.0/crtbeginS.o] ==> ignore - arg [-L/usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/10.2.0] ==> dir [/usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/10.2.0] - arg [-L/usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/10.2.0/../../../../lib64] ==> dir [/usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/10.2.0/../../../../lib64] - arg [-L/usr/bin/../lib64] ==> dir [/usr/bin/../lib64] - arg [-L/lib/../lib64] ==> dir [/lib/../lib64] - arg [-L/usr/lib/../lib64] ==> dir [/usr/lib/../lib64] - arg [-L/usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/10.2.0/../../..] ==> dir [/usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/10.2.0/../../..] - arg [-L/usr/bin/../lib] ==> dir [/usr/bin/../lib] - arg [-L/lib] ==> dir [/lib] - arg [-L/usr/lib] ==> dir [/usr/lib] - arg [CMakeFiles/cmTC_50724.dir/CMakeCXXCompilerABI.cpp.o] ==> ignore - arg [-lstdc++] ==> lib [stdc++] - arg [-lm] ==> lib [m] - arg [-lgcc_s] ==> lib [gcc_s] - arg [-lgcc] ==> lib [gcc] - arg [-lc] ==> lib [c] - arg [-lgcc_s] ==> lib [gcc_s] - arg [-lgcc] ==> lib [gcc] - arg [/usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/10.2.0/crtendS.o] ==> ignore - arg [/usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/10.2.0/../../../../lib64/crtn.o] ==> ignore - collapse library dir [/usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/10.2.0] ==> [/usr/lib64/gcc/x86_64-pc-linux-gnu/10.2.0] - collapse library dir [/usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/10.2.0/../../../../lib64] ==> [/usr/lib64] - collapse library dir [/usr/bin/../lib64] ==> [/usr/lib64] - collapse library dir [/lib/../lib64] ==> [/lib64] - collapse library dir [/usr/lib/../lib64] ==> [/usr/lib64] - collapse library dir [/usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/10.2.0/../../..] ==> [/usr/lib64] - collapse library dir [/usr/bin/../lib] ==> [/usr/lib] - collapse library dir [/lib] ==> [/lib] - collapse library dir [/usr/lib] ==> [/usr/lib] - implicit libs: [stdc++;m;gcc_s;gcc;c;gcc_s;gcc] - implicit dirs: [/usr/lib64/gcc/x86_64-pc-linux-gnu/10.2.0;/usr/lib64;/lib64;/usr/lib;/lib] - implicit fwks: [] - - diff --git a/server/build/CMakeFiles/TargetDirectories.txt b/server/build/CMakeFiles/TargetDirectories.txt deleted file mode 100644 index 2d87029..0000000 --- a/server/build/CMakeFiles/TargetDirectories.txt +++ /dev/null @@ -1,3 +0,0 @@ -/home/nathan/Projects/AngelscriptLanguageServer/server/build/CMakeFiles/rebuild_cache.dir -/home/nathan/Projects/AngelscriptLanguageServer/server/build/CMakeFiles/edit_cache.dir -/home/nathan/Projects/AngelscriptLanguageServer/server/build/CMakeFiles/aslsp-native.dir diff --git a/server/build/CMakeFiles/aslsp-native.dir/angelscript/extensions/scriptarray/scriptarray.cpp.o b/server/build/CMakeFiles/aslsp-native.dir/angelscript/extensions/scriptarray/scriptarray.cpp.o deleted file mode 100644 index fd2f588..0000000 Binary files a/server/build/CMakeFiles/aslsp-native.dir/angelscript/extensions/scriptarray/scriptarray.cpp.o and /dev/null differ diff --git a/server/build/CMakeFiles/aslsp-native.dir/angelscript/extensions/scriptbuilder/scriptbuilder.cpp.o b/server/build/CMakeFiles/aslsp-native.dir/angelscript/extensions/scriptbuilder/scriptbuilder.cpp.o deleted file mode 100644 index f1fad58..0000000 Binary files a/server/build/CMakeFiles/aslsp-native.dir/angelscript/extensions/scriptbuilder/scriptbuilder.cpp.o and /dev/null differ diff --git a/server/build/CMakeFiles/aslsp-native.dir/angelscript/extensions/scripthandle/scripthandle.cpp.o b/server/build/CMakeFiles/aslsp-native.dir/angelscript/extensions/scripthandle/scripthandle.cpp.o deleted file mode 100644 index 7e68e11..0000000 Binary files a/server/build/CMakeFiles/aslsp-native.dir/angelscript/extensions/scripthandle/scripthandle.cpp.o and /dev/null differ diff --git a/server/build/CMakeFiles/aslsp-native.dir/angelscript/extensions/scripthelper/scripthelper.cpp.o b/server/build/CMakeFiles/aslsp-native.dir/angelscript/extensions/scripthelper/scripthelper.cpp.o deleted file mode 100644 index f908dce..0000000 Binary files a/server/build/CMakeFiles/aslsp-native.dir/angelscript/extensions/scripthelper/scripthelper.cpp.o and /dev/null differ diff --git a/server/build/CMakeFiles/aslsp-native.dir/angelscript/extensions/scriptstdstring/scriptstdstring.cpp.o b/server/build/CMakeFiles/aslsp-native.dir/angelscript/extensions/scriptstdstring/scriptstdstring.cpp.o deleted file mode 100644 index a7b24d9..0000000 Binary files a/server/build/CMakeFiles/aslsp-native.dir/angelscript/extensions/scriptstdstring/scriptstdstring.cpp.o and /dev/null differ diff --git a/server/build/CMakeFiles/aslsp-native.dir/angelscript/extensions/scriptstdstring/scriptstdstring_utils.cpp.o b/server/build/CMakeFiles/aslsp-native.dir/angelscript/extensions/scriptstdstring/scriptstdstring_utils.cpp.o deleted file mode 100644 index 8952545..0000000 Binary files a/server/build/CMakeFiles/aslsp-native.dir/angelscript/extensions/scriptstdstring/scriptstdstring_utils.cpp.o and /dev/null differ diff --git a/server/build/CMakeFiles/aslsp-native.dir/angelscript/source/as_atomic.cpp.o b/server/build/CMakeFiles/aslsp-native.dir/angelscript/source/as_atomic.cpp.o deleted file mode 100644 index c3d0e4c..0000000 Binary files a/server/build/CMakeFiles/aslsp-native.dir/angelscript/source/as_atomic.cpp.o and /dev/null differ diff --git a/server/build/CMakeFiles/aslsp-native.dir/angelscript/source/as_builder.cpp.o b/server/build/CMakeFiles/aslsp-native.dir/angelscript/source/as_builder.cpp.o deleted file mode 100644 index 877d05c..0000000 Binary files a/server/build/CMakeFiles/aslsp-native.dir/angelscript/source/as_builder.cpp.o and /dev/null differ diff --git a/server/build/CMakeFiles/aslsp-native.dir/angelscript/source/as_bytecode.cpp.o b/server/build/CMakeFiles/aslsp-native.dir/angelscript/source/as_bytecode.cpp.o deleted file mode 100644 index 5ddd6ea..0000000 Binary files a/server/build/CMakeFiles/aslsp-native.dir/angelscript/source/as_bytecode.cpp.o and /dev/null differ diff --git a/server/build/CMakeFiles/aslsp-native.dir/angelscript/source/as_callfunc.cpp.o b/server/build/CMakeFiles/aslsp-native.dir/angelscript/source/as_callfunc.cpp.o deleted file mode 100644 index aad0c8c..0000000 Binary files a/server/build/CMakeFiles/aslsp-native.dir/angelscript/source/as_callfunc.cpp.o and /dev/null differ diff --git a/server/build/CMakeFiles/aslsp-native.dir/angelscript/source/as_callfunc_arm.cpp.o b/server/build/CMakeFiles/aslsp-native.dir/angelscript/source/as_callfunc_arm.cpp.o deleted file mode 100644 index add3322..0000000 Binary files a/server/build/CMakeFiles/aslsp-native.dir/angelscript/source/as_callfunc_arm.cpp.o and /dev/null differ diff --git a/server/build/CMakeFiles/aslsp-native.dir/angelscript/source/as_callfunc_mips.cpp.o b/server/build/CMakeFiles/aslsp-native.dir/angelscript/source/as_callfunc_mips.cpp.o deleted file mode 100644 index 849f90d..0000000 Binary files a/server/build/CMakeFiles/aslsp-native.dir/angelscript/source/as_callfunc_mips.cpp.o and /dev/null differ diff --git a/server/build/CMakeFiles/aslsp-native.dir/angelscript/source/as_callfunc_ppc.cpp.o b/server/build/CMakeFiles/aslsp-native.dir/angelscript/source/as_callfunc_ppc.cpp.o deleted file mode 100644 index 9174dde..0000000 Binary files a/server/build/CMakeFiles/aslsp-native.dir/angelscript/source/as_callfunc_ppc.cpp.o and /dev/null differ diff --git a/server/build/CMakeFiles/aslsp-native.dir/angelscript/source/as_callfunc_ppc_64.cpp.o b/server/build/CMakeFiles/aslsp-native.dir/angelscript/source/as_callfunc_ppc_64.cpp.o deleted file mode 100644 index a556d30..0000000 Binary files a/server/build/CMakeFiles/aslsp-native.dir/angelscript/source/as_callfunc_ppc_64.cpp.o and /dev/null differ diff --git a/server/build/CMakeFiles/aslsp-native.dir/angelscript/source/as_callfunc_sh4.cpp.o b/server/build/CMakeFiles/aslsp-native.dir/angelscript/source/as_callfunc_sh4.cpp.o deleted file mode 100644 index 061c772..0000000 Binary files a/server/build/CMakeFiles/aslsp-native.dir/angelscript/source/as_callfunc_sh4.cpp.o and /dev/null differ diff --git a/server/build/CMakeFiles/aslsp-native.dir/angelscript/source/as_callfunc_x64_gcc.cpp.o b/server/build/CMakeFiles/aslsp-native.dir/angelscript/source/as_callfunc_x64_gcc.cpp.o deleted file mode 100644 index 0860b00..0000000 Binary files a/server/build/CMakeFiles/aslsp-native.dir/angelscript/source/as_callfunc_x64_gcc.cpp.o and /dev/null differ diff --git a/server/build/CMakeFiles/aslsp-native.dir/angelscript/source/as_callfunc_x64_mingw.cpp.o b/server/build/CMakeFiles/aslsp-native.dir/angelscript/source/as_callfunc_x64_mingw.cpp.o deleted file mode 100644 index b745be2..0000000 Binary files a/server/build/CMakeFiles/aslsp-native.dir/angelscript/source/as_callfunc_x64_mingw.cpp.o and /dev/null differ diff --git a/server/build/CMakeFiles/aslsp-native.dir/angelscript/source/as_callfunc_x64_msvc.cpp.o b/server/build/CMakeFiles/aslsp-native.dir/angelscript/source/as_callfunc_x64_msvc.cpp.o deleted file mode 100644 index c77a6db..0000000 Binary files a/server/build/CMakeFiles/aslsp-native.dir/angelscript/source/as_callfunc_x64_msvc.cpp.o and /dev/null differ diff --git a/server/build/CMakeFiles/aslsp-native.dir/angelscript/source/as_callfunc_x86.cpp.o b/server/build/CMakeFiles/aslsp-native.dir/angelscript/source/as_callfunc_x86.cpp.o deleted file mode 100644 index ab39653..0000000 Binary files a/server/build/CMakeFiles/aslsp-native.dir/angelscript/source/as_callfunc_x86.cpp.o and /dev/null differ diff --git a/server/build/CMakeFiles/aslsp-native.dir/angelscript/source/as_callfunc_xenon.cpp.o b/server/build/CMakeFiles/aslsp-native.dir/angelscript/source/as_callfunc_xenon.cpp.o deleted file mode 100644 index ba4f85e..0000000 Binary files a/server/build/CMakeFiles/aslsp-native.dir/angelscript/source/as_callfunc_xenon.cpp.o and /dev/null differ diff --git a/server/build/CMakeFiles/aslsp-native.dir/angelscript/source/as_compiler.cpp.o b/server/build/CMakeFiles/aslsp-native.dir/angelscript/source/as_compiler.cpp.o deleted file mode 100644 index 028a727..0000000 Binary files a/server/build/CMakeFiles/aslsp-native.dir/angelscript/source/as_compiler.cpp.o and /dev/null differ diff --git a/server/build/CMakeFiles/aslsp-native.dir/angelscript/source/as_configgroup.cpp.o b/server/build/CMakeFiles/aslsp-native.dir/angelscript/source/as_configgroup.cpp.o deleted file mode 100644 index ef9a0f3..0000000 Binary files a/server/build/CMakeFiles/aslsp-native.dir/angelscript/source/as_configgroup.cpp.o and /dev/null differ diff --git a/server/build/CMakeFiles/aslsp-native.dir/angelscript/source/as_context.cpp.o b/server/build/CMakeFiles/aslsp-native.dir/angelscript/source/as_context.cpp.o deleted file mode 100644 index 3ce33c7..0000000 Binary files a/server/build/CMakeFiles/aslsp-native.dir/angelscript/source/as_context.cpp.o and /dev/null differ diff --git a/server/build/CMakeFiles/aslsp-native.dir/angelscript/source/as_datatype.cpp.o b/server/build/CMakeFiles/aslsp-native.dir/angelscript/source/as_datatype.cpp.o deleted file mode 100644 index 90cc3c1..0000000 Binary files a/server/build/CMakeFiles/aslsp-native.dir/angelscript/source/as_datatype.cpp.o and /dev/null differ diff --git a/server/build/CMakeFiles/aslsp-native.dir/angelscript/source/as_gc.cpp.o b/server/build/CMakeFiles/aslsp-native.dir/angelscript/source/as_gc.cpp.o deleted file mode 100644 index 1ca926d..0000000 Binary files a/server/build/CMakeFiles/aslsp-native.dir/angelscript/source/as_gc.cpp.o and /dev/null differ diff --git a/server/build/CMakeFiles/aslsp-native.dir/angelscript/source/as_generic.cpp.o b/server/build/CMakeFiles/aslsp-native.dir/angelscript/source/as_generic.cpp.o deleted file mode 100644 index b7fb8c3..0000000 Binary files a/server/build/CMakeFiles/aslsp-native.dir/angelscript/source/as_generic.cpp.o and /dev/null differ diff --git a/server/build/CMakeFiles/aslsp-native.dir/angelscript/source/as_globalproperty.cpp.o b/server/build/CMakeFiles/aslsp-native.dir/angelscript/source/as_globalproperty.cpp.o deleted file mode 100644 index 72b8fbe..0000000 Binary files a/server/build/CMakeFiles/aslsp-native.dir/angelscript/source/as_globalproperty.cpp.o and /dev/null differ diff --git a/server/build/CMakeFiles/aslsp-native.dir/angelscript/source/as_memory.cpp.o b/server/build/CMakeFiles/aslsp-native.dir/angelscript/source/as_memory.cpp.o deleted file mode 100644 index f4ad48c..0000000 Binary files a/server/build/CMakeFiles/aslsp-native.dir/angelscript/source/as_memory.cpp.o and /dev/null differ diff --git a/server/build/CMakeFiles/aslsp-native.dir/angelscript/source/as_module.cpp.o b/server/build/CMakeFiles/aslsp-native.dir/angelscript/source/as_module.cpp.o deleted file mode 100644 index ae3f954..0000000 Binary files a/server/build/CMakeFiles/aslsp-native.dir/angelscript/source/as_module.cpp.o and /dev/null differ diff --git a/server/build/CMakeFiles/aslsp-native.dir/angelscript/source/as_objecttype.cpp.o b/server/build/CMakeFiles/aslsp-native.dir/angelscript/source/as_objecttype.cpp.o deleted file mode 100644 index 6fd354e..0000000 Binary files a/server/build/CMakeFiles/aslsp-native.dir/angelscript/source/as_objecttype.cpp.o and /dev/null differ diff --git a/server/build/CMakeFiles/aslsp-native.dir/angelscript/source/as_outputbuffer.cpp.o b/server/build/CMakeFiles/aslsp-native.dir/angelscript/source/as_outputbuffer.cpp.o deleted file mode 100644 index 7f3d797..0000000 Binary files a/server/build/CMakeFiles/aslsp-native.dir/angelscript/source/as_outputbuffer.cpp.o and /dev/null differ diff --git a/server/build/CMakeFiles/aslsp-native.dir/angelscript/source/as_parser.cpp.o b/server/build/CMakeFiles/aslsp-native.dir/angelscript/source/as_parser.cpp.o deleted file mode 100644 index cbfe6ca..0000000 Binary files a/server/build/CMakeFiles/aslsp-native.dir/angelscript/source/as_parser.cpp.o and /dev/null differ diff --git a/server/build/CMakeFiles/aslsp-native.dir/angelscript/source/as_restore.cpp.o b/server/build/CMakeFiles/aslsp-native.dir/angelscript/source/as_restore.cpp.o deleted file mode 100644 index c7a8f67..0000000 Binary files a/server/build/CMakeFiles/aslsp-native.dir/angelscript/source/as_restore.cpp.o and /dev/null differ diff --git a/server/build/CMakeFiles/aslsp-native.dir/angelscript/source/as_scriptcode.cpp.o b/server/build/CMakeFiles/aslsp-native.dir/angelscript/source/as_scriptcode.cpp.o deleted file mode 100644 index 0755ac9..0000000 Binary files a/server/build/CMakeFiles/aslsp-native.dir/angelscript/source/as_scriptcode.cpp.o and /dev/null differ diff --git a/server/build/CMakeFiles/aslsp-native.dir/angelscript/source/as_scriptengine.cpp.o b/server/build/CMakeFiles/aslsp-native.dir/angelscript/source/as_scriptengine.cpp.o deleted file mode 100644 index 7254d0f..0000000 Binary files a/server/build/CMakeFiles/aslsp-native.dir/angelscript/source/as_scriptengine.cpp.o and /dev/null differ diff --git a/server/build/CMakeFiles/aslsp-native.dir/angelscript/source/as_scriptfunction.cpp.o b/server/build/CMakeFiles/aslsp-native.dir/angelscript/source/as_scriptfunction.cpp.o deleted file mode 100644 index 9a72c10..0000000 Binary files a/server/build/CMakeFiles/aslsp-native.dir/angelscript/source/as_scriptfunction.cpp.o and /dev/null differ diff --git a/server/build/CMakeFiles/aslsp-native.dir/angelscript/source/as_scriptnode.cpp.o b/server/build/CMakeFiles/aslsp-native.dir/angelscript/source/as_scriptnode.cpp.o deleted file mode 100644 index a97b142..0000000 Binary files a/server/build/CMakeFiles/aslsp-native.dir/angelscript/source/as_scriptnode.cpp.o and /dev/null differ diff --git a/server/build/CMakeFiles/aslsp-native.dir/angelscript/source/as_scriptobject.cpp.o b/server/build/CMakeFiles/aslsp-native.dir/angelscript/source/as_scriptobject.cpp.o deleted file mode 100644 index 1658a98..0000000 Binary files a/server/build/CMakeFiles/aslsp-native.dir/angelscript/source/as_scriptobject.cpp.o and /dev/null differ diff --git a/server/build/CMakeFiles/aslsp-native.dir/angelscript/source/as_string.cpp.o b/server/build/CMakeFiles/aslsp-native.dir/angelscript/source/as_string.cpp.o deleted file mode 100644 index ba28ff5..0000000 Binary files a/server/build/CMakeFiles/aslsp-native.dir/angelscript/source/as_string.cpp.o and /dev/null differ diff --git a/server/build/CMakeFiles/aslsp-native.dir/angelscript/source/as_string_util.cpp.o b/server/build/CMakeFiles/aslsp-native.dir/angelscript/source/as_string_util.cpp.o deleted file mode 100644 index ad242c9..0000000 Binary files a/server/build/CMakeFiles/aslsp-native.dir/angelscript/source/as_string_util.cpp.o and /dev/null differ diff --git a/server/build/CMakeFiles/aslsp-native.dir/angelscript/source/as_thread.cpp.o b/server/build/CMakeFiles/aslsp-native.dir/angelscript/source/as_thread.cpp.o deleted file mode 100644 index 42e0541..0000000 Binary files a/server/build/CMakeFiles/aslsp-native.dir/angelscript/source/as_thread.cpp.o and /dev/null differ diff --git a/server/build/CMakeFiles/aslsp-native.dir/angelscript/source/as_tokenizer.cpp.o b/server/build/CMakeFiles/aslsp-native.dir/angelscript/source/as_tokenizer.cpp.o deleted file mode 100644 index e48318d..0000000 Binary files a/server/build/CMakeFiles/aslsp-native.dir/angelscript/source/as_tokenizer.cpp.o and /dev/null differ diff --git a/server/build/CMakeFiles/aslsp-native.dir/angelscript/source/as_typeinfo.cpp.o b/server/build/CMakeFiles/aslsp-native.dir/angelscript/source/as_typeinfo.cpp.o deleted file mode 100644 index fb9a69b..0000000 Binary files a/server/build/CMakeFiles/aslsp-native.dir/angelscript/source/as_typeinfo.cpp.o and /dev/null differ diff --git a/server/build/CMakeFiles/aslsp-native.dir/angelscript/source/as_variablescope.cpp.o b/server/build/CMakeFiles/aslsp-native.dir/angelscript/source/as_variablescope.cpp.o deleted file mode 100644 index 8746d97..0000000 Binary files a/server/build/CMakeFiles/aslsp-native.dir/angelscript/source/as_variablescope.cpp.o and /dev/null differ diff --git a/server/build/CMakeFiles/aslsp-native.dir/src/Core.cpp.o b/server/build/CMakeFiles/aslsp-native.dir/src/Core.cpp.o deleted file mode 100644 index f066850..0000000 Binary files a/server/build/CMakeFiles/aslsp-native.dir/src/Core.cpp.o and /dev/null differ diff --git a/server/build/CMakeFiles/aslsp-native.dir/src/Database.cpp.o b/server/build/CMakeFiles/aslsp-native.dir/src/Database.cpp.o deleted file mode 100644 index 72f80e3..0000000 Binary files a/server/build/CMakeFiles/aslsp-native.dir/src/Database.cpp.o and /dev/null differ diff --git a/server/build/CMakeFiles/cmake.check_cache b/server/build/CMakeFiles/cmake.check_cache deleted file mode 100644 index 3dccd73..0000000 --- a/server/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/server/build/CMakeFiles/rules.ninja b/server/build/CMakeFiles/rules.ninja deleted file mode 100644 index 8519037..0000000 --- a/server/build/CMakeFiles/rules.ninja +++ /dev/null @@ -1,64 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Generated by "Ninja" Generator, CMake Version 3.18 - -# This file contains all the rules used to get the outputs files -# built from the input files. -# It is included in the main 'build.ninja'. - -# ============================================================================= -# Project: aslsp-native -# Configurations: Release -# ============================================================================= -# ============================================================================= - -############################################# -# Rule for running custom commands. - -rule CUSTOM_COMMAND - command = $COMMAND - description = $DESC - - -############################################# -# Rule for compiling CXX files. - -rule CXX_COMPILER__aslsp-native_Release - depfile = $DEP_FILE - deps = gcc - command = /usr/bin/clang++ $DEFINES $INCLUDES $FLAGS -MD -MT $out -MF $DEP_FILE -o $out -c $in - description = Building CXX object $out - - -############################################# -# Rule for linking CXX shared library. - -rule CXX_SHARED_LIBRARY_LINKER__aslsp-native_Release - command = $PRE_LINK && /usr/bin/clang++ -fPIC $LANGUAGE_COMPILE_FLAGS $ARCH_FLAGS $LINK_FLAGS -shared $SONAME_FLAG$SONAME -o $TARGET_FILE $in $LINK_PATH $LINK_LIBRARIES && $POST_BUILD - description = Linking CXX shared library $TARGET_FILE - restat = $RESTAT - - -############################################# -# Rule for re-running cmake. - -rule RERUN_CMAKE - command = /usr/bin/cmake --regenerate-during-build -S/home/nathan/Projects/AngelscriptLanguageServer/server/src -B/home/nathan/Projects/AngelscriptLanguageServer/server/build - description = Re-running CMake... - generator = 1 - - -############################################# -# Rule for cleaning all built files. - -rule CLEAN - command = /usr/bin/ninja $FILE_ARG -t clean $TARGETS - description = Cleaning all built files... - - -############################################# -# Rule for printing all primary targets available. - -rule HELP - command = /usr/bin/ninja -t targets - description = All primary targets available: - diff --git a/server/build/Release/aslsp-native.node b/server/build/Release/aslsp-native.node deleted file mode 100755 index 4bff61d..0000000 Binary files a/server/build/Release/aslsp-native.node and /dev/null differ diff --git a/server/build/build.ninja b/server/build/build.ninja deleted file mode 100644 index 7b21a1f..0000000 --- a/server/build/build.ninja +++ /dev/null @@ -1,598 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Generated by "Ninja" Generator, CMake Version 3.18 - -# This file contains all the build statements describing the -# compilation DAG. - -# ============================================================================= -# Write statements declared in CMakeLists.txt: -# -# Which is the root file. -# ============================================================================= - -# ============================================================================= -# Project: aslsp-native -# Configurations: Release -# ============================================================================= - -############################################# -# Minimal version of Ninja required by this file - -ninja_required_version = 1.5 - - -############################################# -# Set configuration variable for custom commands. - -CONFIGURATION = Release -# ============================================================================= -# Include auxiliary files. - - -############################################# -# Include rules file. - -include CMakeFiles/rules.ninja - - -############################################# -# Utility command for rebuild_cache - -build CMakeFiles/rebuild_cache.util: CUSTOM_COMMAND - COMMAND = cd /home/nathan/Projects/AngelscriptLanguageServer/server/build && /usr/bin/cmake --regenerate-during-build -S/home/nathan/Projects/AngelscriptLanguageServer/server/src -B/home/nathan/Projects/AngelscriptLanguageServer/server/build - DESC = Running CMake to regenerate build system... - pool = console - restat = 1 - -build rebuild_cache: phony CMakeFiles/rebuild_cache.util - - -############################################# -# Utility command for edit_cache - -build CMakeFiles/edit_cache.util: CUSTOM_COMMAND - COMMAND = cd /home/nathan/Projects/AngelscriptLanguageServer/server/build && /usr/bin/cmake-gui -S/home/nathan/Projects/AngelscriptLanguageServer/server/src -B/home/nathan/Projects/AngelscriptLanguageServer/server/build - DESC = Running CMake cache editor... - pool = console - restat = 1 - -build edit_cache: phony CMakeFiles/edit_cache.util - -# ============================================================================= -# Object build statements for SHARED_LIBRARY target aslsp-native - - -############################################# -# Order-only phony target for aslsp-native - -build cmake_object_order_depends_target_aslsp-native: phony || CMakeFiles/aslsp-native.dir - -build CMakeFiles/aslsp-native.dir/src/Core.cpp.o: CXX_COMPILER__aslsp-native_Release /home/nathan/Projects/AngelscriptLanguageServer/server/src/src/Core.cpp || cmake_object_order_depends_target_aslsp-native - DEFINES = -DNAPI_VERSION=6 -Daslsp_native_EXPORTS - DEP_FILE = CMakeFiles/aslsp-native.dir/src/Core.cpp.o.d - FLAGS = -O3 -DNDEBUG -fPIC -std=gnu++2a - INCLUDES = -I/home/nathan/.cmake-js/node-x64/v14.10.0/include/node -I/home/nathan/Projects/AngelscriptLanguageServer/server/src/angelscript/include -I/home/nathan/Projects/AngelscriptLanguageServer/server/node_modules/node-addon-api - OBJECT_DIR = CMakeFiles/aslsp-native.dir - OBJECT_FILE_DIR = CMakeFiles/aslsp-native.dir/src - TARGET_COMPILE_PDB = CMakeFiles/aslsp-native.dir/ - TARGET_PDB = Release/aslsp-native.pdb - -build CMakeFiles/aslsp-native.dir/src/Database.cpp.o: CXX_COMPILER__aslsp-native_Release /home/nathan/Projects/AngelscriptLanguageServer/server/src/src/Database.cpp || cmake_object_order_depends_target_aslsp-native - DEFINES = -DNAPI_VERSION=6 -Daslsp_native_EXPORTS - DEP_FILE = CMakeFiles/aslsp-native.dir/src/Database.cpp.o.d - FLAGS = -O3 -DNDEBUG -fPIC -std=gnu++2a - INCLUDES = -I/home/nathan/.cmake-js/node-x64/v14.10.0/include/node -I/home/nathan/Projects/AngelscriptLanguageServer/server/src/angelscript/include -I/home/nathan/Projects/AngelscriptLanguageServer/server/node_modules/node-addon-api - OBJECT_DIR = CMakeFiles/aslsp-native.dir - OBJECT_FILE_DIR = CMakeFiles/aslsp-native.dir/src - TARGET_COMPILE_PDB = CMakeFiles/aslsp-native.dir/ - TARGET_PDB = Release/aslsp-native.pdb - -build CMakeFiles/aslsp-native.dir/angelscript/extensions/scriptarray/scriptarray.cpp.o: CXX_COMPILER__aslsp-native_Release /home/nathan/Projects/AngelscriptLanguageServer/server/src/angelscript/extensions/scriptarray/scriptarray.cpp || cmake_object_order_depends_target_aslsp-native - DEFINES = -DNAPI_VERSION=6 -Daslsp_native_EXPORTS - DEP_FILE = CMakeFiles/aslsp-native.dir/angelscript/extensions/scriptarray/scriptarray.cpp.o.d - FLAGS = -O3 -DNDEBUG -fPIC -std=gnu++2a - INCLUDES = -I/home/nathan/.cmake-js/node-x64/v14.10.0/include/node -I/home/nathan/Projects/AngelscriptLanguageServer/server/src/angelscript/include -I/home/nathan/Projects/AngelscriptLanguageServer/server/node_modules/node-addon-api - OBJECT_DIR = CMakeFiles/aslsp-native.dir - OBJECT_FILE_DIR = CMakeFiles/aslsp-native.dir/angelscript/extensions/scriptarray - TARGET_COMPILE_PDB = CMakeFiles/aslsp-native.dir/ - TARGET_PDB = Release/aslsp-native.pdb - -build CMakeFiles/aslsp-native.dir/angelscript/extensions/scriptbuilder/scriptbuilder.cpp.o: CXX_COMPILER__aslsp-native_Release /home/nathan/Projects/AngelscriptLanguageServer/server/src/angelscript/extensions/scriptbuilder/scriptbuilder.cpp || cmake_object_order_depends_target_aslsp-native - DEFINES = -DNAPI_VERSION=6 -Daslsp_native_EXPORTS - DEP_FILE = CMakeFiles/aslsp-native.dir/angelscript/extensions/scriptbuilder/scriptbuilder.cpp.o.d - FLAGS = -O3 -DNDEBUG -fPIC -std=gnu++2a - INCLUDES = -I/home/nathan/.cmake-js/node-x64/v14.10.0/include/node -I/home/nathan/Projects/AngelscriptLanguageServer/server/src/angelscript/include -I/home/nathan/Projects/AngelscriptLanguageServer/server/node_modules/node-addon-api - OBJECT_DIR = CMakeFiles/aslsp-native.dir - OBJECT_FILE_DIR = CMakeFiles/aslsp-native.dir/angelscript/extensions/scriptbuilder - TARGET_COMPILE_PDB = CMakeFiles/aslsp-native.dir/ - TARGET_PDB = Release/aslsp-native.pdb - -build CMakeFiles/aslsp-native.dir/angelscript/extensions/scripthandle/scripthandle.cpp.o: CXX_COMPILER__aslsp-native_Release /home/nathan/Projects/AngelscriptLanguageServer/server/src/angelscript/extensions/scripthandle/scripthandle.cpp || cmake_object_order_depends_target_aslsp-native - DEFINES = -DNAPI_VERSION=6 -Daslsp_native_EXPORTS - DEP_FILE = CMakeFiles/aslsp-native.dir/angelscript/extensions/scripthandle/scripthandle.cpp.o.d - FLAGS = -O3 -DNDEBUG -fPIC -std=gnu++2a - INCLUDES = -I/home/nathan/.cmake-js/node-x64/v14.10.0/include/node -I/home/nathan/Projects/AngelscriptLanguageServer/server/src/angelscript/include -I/home/nathan/Projects/AngelscriptLanguageServer/server/node_modules/node-addon-api - OBJECT_DIR = CMakeFiles/aslsp-native.dir - OBJECT_FILE_DIR = CMakeFiles/aslsp-native.dir/angelscript/extensions/scripthandle - TARGET_COMPILE_PDB = CMakeFiles/aslsp-native.dir/ - TARGET_PDB = Release/aslsp-native.pdb - -build CMakeFiles/aslsp-native.dir/angelscript/extensions/scripthelper/scripthelper.cpp.o: CXX_COMPILER__aslsp-native_Release /home/nathan/Projects/AngelscriptLanguageServer/server/src/angelscript/extensions/scripthelper/scripthelper.cpp || cmake_object_order_depends_target_aslsp-native - DEFINES = -DNAPI_VERSION=6 -Daslsp_native_EXPORTS - DEP_FILE = CMakeFiles/aslsp-native.dir/angelscript/extensions/scripthelper/scripthelper.cpp.o.d - FLAGS = -O3 -DNDEBUG -fPIC -std=gnu++2a - INCLUDES = -I/home/nathan/.cmake-js/node-x64/v14.10.0/include/node -I/home/nathan/Projects/AngelscriptLanguageServer/server/src/angelscript/include -I/home/nathan/Projects/AngelscriptLanguageServer/server/node_modules/node-addon-api - OBJECT_DIR = CMakeFiles/aslsp-native.dir - OBJECT_FILE_DIR = CMakeFiles/aslsp-native.dir/angelscript/extensions/scripthelper - TARGET_COMPILE_PDB = CMakeFiles/aslsp-native.dir/ - TARGET_PDB = Release/aslsp-native.pdb - -build CMakeFiles/aslsp-native.dir/angelscript/extensions/scriptstdstring/scriptstdstring.cpp.o: CXX_COMPILER__aslsp-native_Release /home/nathan/Projects/AngelscriptLanguageServer/server/src/angelscript/extensions/scriptstdstring/scriptstdstring.cpp || cmake_object_order_depends_target_aslsp-native - DEFINES = -DNAPI_VERSION=6 -Daslsp_native_EXPORTS - DEP_FILE = CMakeFiles/aslsp-native.dir/angelscript/extensions/scriptstdstring/scriptstdstring.cpp.o.d - FLAGS = -O3 -DNDEBUG -fPIC -std=gnu++2a - INCLUDES = -I/home/nathan/.cmake-js/node-x64/v14.10.0/include/node -I/home/nathan/Projects/AngelscriptLanguageServer/server/src/angelscript/include -I/home/nathan/Projects/AngelscriptLanguageServer/server/node_modules/node-addon-api - OBJECT_DIR = CMakeFiles/aslsp-native.dir - OBJECT_FILE_DIR = CMakeFiles/aslsp-native.dir/angelscript/extensions/scriptstdstring - TARGET_COMPILE_PDB = CMakeFiles/aslsp-native.dir/ - TARGET_PDB = Release/aslsp-native.pdb - -build CMakeFiles/aslsp-native.dir/angelscript/extensions/scriptstdstring/scriptstdstring_utils.cpp.o: CXX_COMPILER__aslsp-native_Release /home/nathan/Projects/AngelscriptLanguageServer/server/src/angelscript/extensions/scriptstdstring/scriptstdstring_utils.cpp || cmake_object_order_depends_target_aslsp-native - DEFINES = -DNAPI_VERSION=6 -Daslsp_native_EXPORTS - DEP_FILE = CMakeFiles/aslsp-native.dir/angelscript/extensions/scriptstdstring/scriptstdstring_utils.cpp.o.d - FLAGS = -O3 -DNDEBUG -fPIC -std=gnu++2a - INCLUDES = -I/home/nathan/.cmake-js/node-x64/v14.10.0/include/node -I/home/nathan/Projects/AngelscriptLanguageServer/server/src/angelscript/include -I/home/nathan/Projects/AngelscriptLanguageServer/server/node_modules/node-addon-api - OBJECT_DIR = CMakeFiles/aslsp-native.dir - OBJECT_FILE_DIR = CMakeFiles/aslsp-native.dir/angelscript/extensions/scriptstdstring - TARGET_COMPILE_PDB = CMakeFiles/aslsp-native.dir/ - TARGET_PDB = Release/aslsp-native.pdb - -build CMakeFiles/aslsp-native.dir/angelscript/source/as_atomic.cpp.o: CXX_COMPILER__aslsp-native_Release /home/nathan/Projects/AngelscriptLanguageServer/server/src/angelscript/source/as_atomic.cpp || cmake_object_order_depends_target_aslsp-native - DEFINES = -DNAPI_VERSION=6 -Daslsp_native_EXPORTS - DEP_FILE = CMakeFiles/aslsp-native.dir/angelscript/source/as_atomic.cpp.o.d - FLAGS = -O3 -DNDEBUG -fPIC -std=gnu++2a - INCLUDES = -I/home/nathan/.cmake-js/node-x64/v14.10.0/include/node -I/home/nathan/Projects/AngelscriptLanguageServer/server/src/angelscript/include -I/home/nathan/Projects/AngelscriptLanguageServer/server/node_modules/node-addon-api - OBJECT_DIR = CMakeFiles/aslsp-native.dir - OBJECT_FILE_DIR = CMakeFiles/aslsp-native.dir/angelscript/source - TARGET_COMPILE_PDB = CMakeFiles/aslsp-native.dir/ - TARGET_PDB = Release/aslsp-native.pdb - -build CMakeFiles/aslsp-native.dir/angelscript/source/as_builder.cpp.o: CXX_COMPILER__aslsp-native_Release /home/nathan/Projects/AngelscriptLanguageServer/server/src/angelscript/source/as_builder.cpp || cmake_object_order_depends_target_aslsp-native - DEFINES = -DNAPI_VERSION=6 -Daslsp_native_EXPORTS - DEP_FILE = CMakeFiles/aslsp-native.dir/angelscript/source/as_builder.cpp.o.d - FLAGS = -O3 -DNDEBUG -fPIC -std=gnu++2a - INCLUDES = -I/home/nathan/.cmake-js/node-x64/v14.10.0/include/node -I/home/nathan/Projects/AngelscriptLanguageServer/server/src/angelscript/include -I/home/nathan/Projects/AngelscriptLanguageServer/server/node_modules/node-addon-api - OBJECT_DIR = CMakeFiles/aslsp-native.dir - OBJECT_FILE_DIR = CMakeFiles/aslsp-native.dir/angelscript/source - TARGET_COMPILE_PDB = CMakeFiles/aslsp-native.dir/ - TARGET_PDB = Release/aslsp-native.pdb - -build CMakeFiles/aslsp-native.dir/angelscript/source/as_bytecode.cpp.o: CXX_COMPILER__aslsp-native_Release /home/nathan/Projects/AngelscriptLanguageServer/server/src/angelscript/source/as_bytecode.cpp || cmake_object_order_depends_target_aslsp-native - DEFINES = -DNAPI_VERSION=6 -Daslsp_native_EXPORTS - DEP_FILE = CMakeFiles/aslsp-native.dir/angelscript/source/as_bytecode.cpp.o.d - FLAGS = -O3 -DNDEBUG -fPIC -std=gnu++2a - INCLUDES = -I/home/nathan/.cmake-js/node-x64/v14.10.0/include/node -I/home/nathan/Projects/AngelscriptLanguageServer/server/src/angelscript/include -I/home/nathan/Projects/AngelscriptLanguageServer/server/node_modules/node-addon-api - OBJECT_DIR = CMakeFiles/aslsp-native.dir - OBJECT_FILE_DIR = CMakeFiles/aslsp-native.dir/angelscript/source - TARGET_COMPILE_PDB = CMakeFiles/aslsp-native.dir/ - TARGET_PDB = Release/aslsp-native.pdb - -build CMakeFiles/aslsp-native.dir/angelscript/source/as_callfunc.cpp.o: CXX_COMPILER__aslsp-native_Release /home/nathan/Projects/AngelscriptLanguageServer/server/src/angelscript/source/as_callfunc.cpp || cmake_object_order_depends_target_aslsp-native - DEFINES = -DNAPI_VERSION=6 -Daslsp_native_EXPORTS - DEP_FILE = CMakeFiles/aslsp-native.dir/angelscript/source/as_callfunc.cpp.o.d - FLAGS = -O3 -DNDEBUG -fPIC -std=gnu++2a - INCLUDES = -I/home/nathan/.cmake-js/node-x64/v14.10.0/include/node -I/home/nathan/Projects/AngelscriptLanguageServer/server/src/angelscript/include -I/home/nathan/Projects/AngelscriptLanguageServer/server/node_modules/node-addon-api - OBJECT_DIR = CMakeFiles/aslsp-native.dir - OBJECT_FILE_DIR = CMakeFiles/aslsp-native.dir/angelscript/source - TARGET_COMPILE_PDB = CMakeFiles/aslsp-native.dir/ - TARGET_PDB = Release/aslsp-native.pdb - -build CMakeFiles/aslsp-native.dir/angelscript/source/as_callfunc_arm.cpp.o: CXX_COMPILER__aslsp-native_Release /home/nathan/Projects/AngelscriptLanguageServer/server/src/angelscript/source/as_callfunc_arm.cpp || cmake_object_order_depends_target_aslsp-native - DEFINES = -DNAPI_VERSION=6 -Daslsp_native_EXPORTS - DEP_FILE = CMakeFiles/aslsp-native.dir/angelscript/source/as_callfunc_arm.cpp.o.d - FLAGS = -O3 -DNDEBUG -fPIC -std=gnu++2a - INCLUDES = -I/home/nathan/.cmake-js/node-x64/v14.10.0/include/node -I/home/nathan/Projects/AngelscriptLanguageServer/server/src/angelscript/include -I/home/nathan/Projects/AngelscriptLanguageServer/server/node_modules/node-addon-api - OBJECT_DIR = CMakeFiles/aslsp-native.dir - OBJECT_FILE_DIR = CMakeFiles/aslsp-native.dir/angelscript/source - TARGET_COMPILE_PDB = CMakeFiles/aslsp-native.dir/ - TARGET_PDB = Release/aslsp-native.pdb - -build CMakeFiles/aslsp-native.dir/angelscript/source/as_callfunc_mips.cpp.o: CXX_COMPILER__aslsp-native_Release /home/nathan/Projects/AngelscriptLanguageServer/server/src/angelscript/source/as_callfunc_mips.cpp || cmake_object_order_depends_target_aslsp-native - DEFINES = -DNAPI_VERSION=6 -Daslsp_native_EXPORTS - DEP_FILE = CMakeFiles/aslsp-native.dir/angelscript/source/as_callfunc_mips.cpp.o.d - FLAGS = -O3 -DNDEBUG -fPIC -std=gnu++2a - INCLUDES = -I/home/nathan/.cmake-js/node-x64/v14.10.0/include/node -I/home/nathan/Projects/AngelscriptLanguageServer/server/src/angelscript/include -I/home/nathan/Projects/AngelscriptLanguageServer/server/node_modules/node-addon-api - OBJECT_DIR = CMakeFiles/aslsp-native.dir - OBJECT_FILE_DIR = CMakeFiles/aslsp-native.dir/angelscript/source - TARGET_COMPILE_PDB = CMakeFiles/aslsp-native.dir/ - TARGET_PDB = Release/aslsp-native.pdb - -build CMakeFiles/aslsp-native.dir/angelscript/source/as_callfunc_ppc.cpp.o: CXX_COMPILER__aslsp-native_Release /home/nathan/Projects/AngelscriptLanguageServer/server/src/angelscript/source/as_callfunc_ppc.cpp || cmake_object_order_depends_target_aslsp-native - DEFINES = -DNAPI_VERSION=6 -Daslsp_native_EXPORTS - DEP_FILE = CMakeFiles/aslsp-native.dir/angelscript/source/as_callfunc_ppc.cpp.o.d - FLAGS = -O3 -DNDEBUG -fPIC -std=gnu++2a - INCLUDES = -I/home/nathan/.cmake-js/node-x64/v14.10.0/include/node -I/home/nathan/Projects/AngelscriptLanguageServer/server/src/angelscript/include -I/home/nathan/Projects/AngelscriptLanguageServer/server/node_modules/node-addon-api - OBJECT_DIR = CMakeFiles/aslsp-native.dir - OBJECT_FILE_DIR = CMakeFiles/aslsp-native.dir/angelscript/source - TARGET_COMPILE_PDB = CMakeFiles/aslsp-native.dir/ - TARGET_PDB = Release/aslsp-native.pdb - -build CMakeFiles/aslsp-native.dir/angelscript/source/as_callfunc_ppc_64.cpp.o: CXX_COMPILER__aslsp-native_Release /home/nathan/Projects/AngelscriptLanguageServer/server/src/angelscript/source/as_callfunc_ppc_64.cpp || cmake_object_order_depends_target_aslsp-native - DEFINES = -DNAPI_VERSION=6 -Daslsp_native_EXPORTS - DEP_FILE = CMakeFiles/aslsp-native.dir/angelscript/source/as_callfunc_ppc_64.cpp.o.d - FLAGS = -O3 -DNDEBUG -fPIC -std=gnu++2a - INCLUDES = -I/home/nathan/.cmake-js/node-x64/v14.10.0/include/node -I/home/nathan/Projects/AngelscriptLanguageServer/server/src/angelscript/include -I/home/nathan/Projects/AngelscriptLanguageServer/server/node_modules/node-addon-api - OBJECT_DIR = CMakeFiles/aslsp-native.dir - OBJECT_FILE_DIR = CMakeFiles/aslsp-native.dir/angelscript/source - TARGET_COMPILE_PDB = CMakeFiles/aslsp-native.dir/ - TARGET_PDB = Release/aslsp-native.pdb - -build CMakeFiles/aslsp-native.dir/angelscript/source/as_callfunc_sh4.cpp.o: CXX_COMPILER__aslsp-native_Release /home/nathan/Projects/AngelscriptLanguageServer/server/src/angelscript/source/as_callfunc_sh4.cpp || cmake_object_order_depends_target_aslsp-native - DEFINES = -DNAPI_VERSION=6 -Daslsp_native_EXPORTS - DEP_FILE = CMakeFiles/aslsp-native.dir/angelscript/source/as_callfunc_sh4.cpp.o.d - FLAGS = -O3 -DNDEBUG -fPIC -std=gnu++2a - INCLUDES = -I/home/nathan/.cmake-js/node-x64/v14.10.0/include/node -I/home/nathan/Projects/AngelscriptLanguageServer/server/src/angelscript/include -I/home/nathan/Projects/AngelscriptLanguageServer/server/node_modules/node-addon-api - OBJECT_DIR = CMakeFiles/aslsp-native.dir - OBJECT_FILE_DIR = CMakeFiles/aslsp-native.dir/angelscript/source - TARGET_COMPILE_PDB = CMakeFiles/aslsp-native.dir/ - TARGET_PDB = Release/aslsp-native.pdb - -build CMakeFiles/aslsp-native.dir/angelscript/source/as_callfunc_x64_gcc.cpp.o: CXX_COMPILER__aslsp-native_Release /home/nathan/Projects/AngelscriptLanguageServer/server/src/angelscript/source/as_callfunc_x64_gcc.cpp || cmake_object_order_depends_target_aslsp-native - DEFINES = -DNAPI_VERSION=6 -Daslsp_native_EXPORTS - DEP_FILE = CMakeFiles/aslsp-native.dir/angelscript/source/as_callfunc_x64_gcc.cpp.o.d - FLAGS = -O3 -DNDEBUG -fPIC -std=gnu++2a - INCLUDES = -I/home/nathan/.cmake-js/node-x64/v14.10.0/include/node -I/home/nathan/Projects/AngelscriptLanguageServer/server/src/angelscript/include -I/home/nathan/Projects/AngelscriptLanguageServer/server/node_modules/node-addon-api - OBJECT_DIR = CMakeFiles/aslsp-native.dir - OBJECT_FILE_DIR = CMakeFiles/aslsp-native.dir/angelscript/source - TARGET_COMPILE_PDB = CMakeFiles/aslsp-native.dir/ - TARGET_PDB = Release/aslsp-native.pdb - -build CMakeFiles/aslsp-native.dir/angelscript/source/as_callfunc_x64_mingw.cpp.o: CXX_COMPILER__aslsp-native_Release /home/nathan/Projects/AngelscriptLanguageServer/server/src/angelscript/source/as_callfunc_x64_mingw.cpp || cmake_object_order_depends_target_aslsp-native - DEFINES = -DNAPI_VERSION=6 -Daslsp_native_EXPORTS - DEP_FILE = CMakeFiles/aslsp-native.dir/angelscript/source/as_callfunc_x64_mingw.cpp.o.d - FLAGS = -O3 -DNDEBUG -fPIC -std=gnu++2a - INCLUDES = -I/home/nathan/.cmake-js/node-x64/v14.10.0/include/node -I/home/nathan/Projects/AngelscriptLanguageServer/server/src/angelscript/include -I/home/nathan/Projects/AngelscriptLanguageServer/server/node_modules/node-addon-api - OBJECT_DIR = CMakeFiles/aslsp-native.dir - OBJECT_FILE_DIR = CMakeFiles/aslsp-native.dir/angelscript/source - TARGET_COMPILE_PDB = CMakeFiles/aslsp-native.dir/ - TARGET_PDB = Release/aslsp-native.pdb - -build CMakeFiles/aslsp-native.dir/angelscript/source/as_callfunc_x64_msvc.cpp.o: CXX_COMPILER__aslsp-native_Release /home/nathan/Projects/AngelscriptLanguageServer/server/src/angelscript/source/as_callfunc_x64_msvc.cpp || cmake_object_order_depends_target_aslsp-native - DEFINES = -DNAPI_VERSION=6 -Daslsp_native_EXPORTS - DEP_FILE = CMakeFiles/aslsp-native.dir/angelscript/source/as_callfunc_x64_msvc.cpp.o.d - FLAGS = -O3 -DNDEBUG -fPIC -std=gnu++2a - INCLUDES = -I/home/nathan/.cmake-js/node-x64/v14.10.0/include/node -I/home/nathan/Projects/AngelscriptLanguageServer/server/src/angelscript/include -I/home/nathan/Projects/AngelscriptLanguageServer/server/node_modules/node-addon-api - OBJECT_DIR = CMakeFiles/aslsp-native.dir - OBJECT_FILE_DIR = CMakeFiles/aslsp-native.dir/angelscript/source - TARGET_COMPILE_PDB = CMakeFiles/aslsp-native.dir/ - TARGET_PDB = Release/aslsp-native.pdb - -build CMakeFiles/aslsp-native.dir/angelscript/source/as_callfunc_x86.cpp.o: CXX_COMPILER__aslsp-native_Release /home/nathan/Projects/AngelscriptLanguageServer/server/src/angelscript/source/as_callfunc_x86.cpp || cmake_object_order_depends_target_aslsp-native - DEFINES = -DNAPI_VERSION=6 -Daslsp_native_EXPORTS - DEP_FILE = CMakeFiles/aslsp-native.dir/angelscript/source/as_callfunc_x86.cpp.o.d - FLAGS = -O3 -DNDEBUG -fPIC -std=gnu++2a - INCLUDES = -I/home/nathan/.cmake-js/node-x64/v14.10.0/include/node -I/home/nathan/Projects/AngelscriptLanguageServer/server/src/angelscript/include -I/home/nathan/Projects/AngelscriptLanguageServer/server/node_modules/node-addon-api - OBJECT_DIR = CMakeFiles/aslsp-native.dir - OBJECT_FILE_DIR = CMakeFiles/aslsp-native.dir/angelscript/source - TARGET_COMPILE_PDB = CMakeFiles/aslsp-native.dir/ - TARGET_PDB = Release/aslsp-native.pdb - -build CMakeFiles/aslsp-native.dir/angelscript/source/as_callfunc_xenon.cpp.o: CXX_COMPILER__aslsp-native_Release /home/nathan/Projects/AngelscriptLanguageServer/server/src/angelscript/source/as_callfunc_xenon.cpp || cmake_object_order_depends_target_aslsp-native - DEFINES = -DNAPI_VERSION=6 -Daslsp_native_EXPORTS - DEP_FILE = CMakeFiles/aslsp-native.dir/angelscript/source/as_callfunc_xenon.cpp.o.d - FLAGS = -O3 -DNDEBUG -fPIC -std=gnu++2a - INCLUDES = -I/home/nathan/.cmake-js/node-x64/v14.10.0/include/node -I/home/nathan/Projects/AngelscriptLanguageServer/server/src/angelscript/include -I/home/nathan/Projects/AngelscriptLanguageServer/server/node_modules/node-addon-api - OBJECT_DIR = CMakeFiles/aslsp-native.dir - OBJECT_FILE_DIR = CMakeFiles/aslsp-native.dir/angelscript/source - TARGET_COMPILE_PDB = CMakeFiles/aslsp-native.dir/ - TARGET_PDB = Release/aslsp-native.pdb - -build CMakeFiles/aslsp-native.dir/angelscript/source/as_compiler.cpp.o: CXX_COMPILER__aslsp-native_Release /home/nathan/Projects/AngelscriptLanguageServer/server/src/angelscript/source/as_compiler.cpp || cmake_object_order_depends_target_aslsp-native - DEFINES = -DNAPI_VERSION=6 -Daslsp_native_EXPORTS - DEP_FILE = CMakeFiles/aslsp-native.dir/angelscript/source/as_compiler.cpp.o.d - FLAGS = -O3 -DNDEBUG -fPIC -std=gnu++2a - INCLUDES = -I/home/nathan/.cmake-js/node-x64/v14.10.0/include/node -I/home/nathan/Projects/AngelscriptLanguageServer/server/src/angelscript/include -I/home/nathan/Projects/AngelscriptLanguageServer/server/node_modules/node-addon-api - OBJECT_DIR = CMakeFiles/aslsp-native.dir - OBJECT_FILE_DIR = CMakeFiles/aslsp-native.dir/angelscript/source - TARGET_COMPILE_PDB = CMakeFiles/aslsp-native.dir/ - TARGET_PDB = Release/aslsp-native.pdb - -build CMakeFiles/aslsp-native.dir/angelscript/source/as_configgroup.cpp.o: CXX_COMPILER__aslsp-native_Release /home/nathan/Projects/AngelscriptLanguageServer/server/src/angelscript/source/as_configgroup.cpp || cmake_object_order_depends_target_aslsp-native - DEFINES = -DNAPI_VERSION=6 -Daslsp_native_EXPORTS - DEP_FILE = CMakeFiles/aslsp-native.dir/angelscript/source/as_configgroup.cpp.o.d - FLAGS = -O3 -DNDEBUG -fPIC -std=gnu++2a - INCLUDES = -I/home/nathan/.cmake-js/node-x64/v14.10.0/include/node -I/home/nathan/Projects/AngelscriptLanguageServer/server/src/angelscript/include -I/home/nathan/Projects/AngelscriptLanguageServer/server/node_modules/node-addon-api - OBJECT_DIR = CMakeFiles/aslsp-native.dir - OBJECT_FILE_DIR = CMakeFiles/aslsp-native.dir/angelscript/source - TARGET_COMPILE_PDB = CMakeFiles/aslsp-native.dir/ - TARGET_PDB = Release/aslsp-native.pdb - -build CMakeFiles/aslsp-native.dir/angelscript/source/as_context.cpp.o: CXX_COMPILER__aslsp-native_Release /home/nathan/Projects/AngelscriptLanguageServer/server/src/angelscript/source/as_context.cpp || cmake_object_order_depends_target_aslsp-native - DEFINES = -DNAPI_VERSION=6 -Daslsp_native_EXPORTS - DEP_FILE = CMakeFiles/aslsp-native.dir/angelscript/source/as_context.cpp.o.d - FLAGS = -O3 -DNDEBUG -fPIC -std=gnu++2a - INCLUDES = -I/home/nathan/.cmake-js/node-x64/v14.10.0/include/node -I/home/nathan/Projects/AngelscriptLanguageServer/server/src/angelscript/include -I/home/nathan/Projects/AngelscriptLanguageServer/server/node_modules/node-addon-api - OBJECT_DIR = CMakeFiles/aslsp-native.dir - OBJECT_FILE_DIR = CMakeFiles/aslsp-native.dir/angelscript/source - TARGET_COMPILE_PDB = CMakeFiles/aslsp-native.dir/ - TARGET_PDB = Release/aslsp-native.pdb - -build CMakeFiles/aslsp-native.dir/angelscript/source/as_datatype.cpp.o: CXX_COMPILER__aslsp-native_Release /home/nathan/Projects/AngelscriptLanguageServer/server/src/angelscript/source/as_datatype.cpp || cmake_object_order_depends_target_aslsp-native - DEFINES = -DNAPI_VERSION=6 -Daslsp_native_EXPORTS - DEP_FILE = CMakeFiles/aslsp-native.dir/angelscript/source/as_datatype.cpp.o.d - FLAGS = -O3 -DNDEBUG -fPIC -std=gnu++2a - INCLUDES = -I/home/nathan/.cmake-js/node-x64/v14.10.0/include/node -I/home/nathan/Projects/AngelscriptLanguageServer/server/src/angelscript/include -I/home/nathan/Projects/AngelscriptLanguageServer/server/node_modules/node-addon-api - OBJECT_DIR = CMakeFiles/aslsp-native.dir - OBJECT_FILE_DIR = CMakeFiles/aslsp-native.dir/angelscript/source - TARGET_COMPILE_PDB = CMakeFiles/aslsp-native.dir/ - TARGET_PDB = Release/aslsp-native.pdb - -build CMakeFiles/aslsp-native.dir/angelscript/source/as_gc.cpp.o: CXX_COMPILER__aslsp-native_Release /home/nathan/Projects/AngelscriptLanguageServer/server/src/angelscript/source/as_gc.cpp || cmake_object_order_depends_target_aslsp-native - DEFINES = -DNAPI_VERSION=6 -Daslsp_native_EXPORTS - DEP_FILE = CMakeFiles/aslsp-native.dir/angelscript/source/as_gc.cpp.o.d - FLAGS = -O3 -DNDEBUG -fPIC -std=gnu++2a - INCLUDES = -I/home/nathan/.cmake-js/node-x64/v14.10.0/include/node -I/home/nathan/Projects/AngelscriptLanguageServer/server/src/angelscript/include -I/home/nathan/Projects/AngelscriptLanguageServer/server/node_modules/node-addon-api - OBJECT_DIR = CMakeFiles/aslsp-native.dir - OBJECT_FILE_DIR = CMakeFiles/aslsp-native.dir/angelscript/source - TARGET_COMPILE_PDB = CMakeFiles/aslsp-native.dir/ - TARGET_PDB = Release/aslsp-native.pdb - -build CMakeFiles/aslsp-native.dir/angelscript/source/as_generic.cpp.o: CXX_COMPILER__aslsp-native_Release /home/nathan/Projects/AngelscriptLanguageServer/server/src/angelscript/source/as_generic.cpp || cmake_object_order_depends_target_aslsp-native - DEFINES = -DNAPI_VERSION=6 -Daslsp_native_EXPORTS - DEP_FILE = CMakeFiles/aslsp-native.dir/angelscript/source/as_generic.cpp.o.d - FLAGS = -O3 -DNDEBUG -fPIC -std=gnu++2a - INCLUDES = -I/home/nathan/.cmake-js/node-x64/v14.10.0/include/node -I/home/nathan/Projects/AngelscriptLanguageServer/server/src/angelscript/include -I/home/nathan/Projects/AngelscriptLanguageServer/server/node_modules/node-addon-api - OBJECT_DIR = CMakeFiles/aslsp-native.dir - OBJECT_FILE_DIR = CMakeFiles/aslsp-native.dir/angelscript/source - TARGET_COMPILE_PDB = CMakeFiles/aslsp-native.dir/ - TARGET_PDB = Release/aslsp-native.pdb - -build CMakeFiles/aslsp-native.dir/angelscript/source/as_globalproperty.cpp.o: CXX_COMPILER__aslsp-native_Release /home/nathan/Projects/AngelscriptLanguageServer/server/src/angelscript/source/as_globalproperty.cpp || cmake_object_order_depends_target_aslsp-native - DEFINES = -DNAPI_VERSION=6 -Daslsp_native_EXPORTS - DEP_FILE = CMakeFiles/aslsp-native.dir/angelscript/source/as_globalproperty.cpp.o.d - FLAGS = -O3 -DNDEBUG -fPIC -std=gnu++2a - INCLUDES = -I/home/nathan/.cmake-js/node-x64/v14.10.0/include/node -I/home/nathan/Projects/AngelscriptLanguageServer/server/src/angelscript/include -I/home/nathan/Projects/AngelscriptLanguageServer/server/node_modules/node-addon-api - OBJECT_DIR = CMakeFiles/aslsp-native.dir - OBJECT_FILE_DIR = CMakeFiles/aslsp-native.dir/angelscript/source - TARGET_COMPILE_PDB = CMakeFiles/aslsp-native.dir/ - TARGET_PDB = Release/aslsp-native.pdb - -build CMakeFiles/aslsp-native.dir/angelscript/source/as_memory.cpp.o: CXX_COMPILER__aslsp-native_Release /home/nathan/Projects/AngelscriptLanguageServer/server/src/angelscript/source/as_memory.cpp || cmake_object_order_depends_target_aslsp-native - DEFINES = -DNAPI_VERSION=6 -Daslsp_native_EXPORTS - DEP_FILE = CMakeFiles/aslsp-native.dir/angelscript/source/as_memory.cpp.o.d - FLAGS = -O3 -DNDEBUG -fPIC -std=gnu++2a - INCLUDES = -I/home/nathan/.cmake-js/node-x64/v14.10.0/include/node -I/home/nathan/Projects/AngelscriptLanguageServer/server/src/angelscript/include -I/home/nathan/Projects/AngelscriptLanguageServer/server/node_modules/node-addon-api - OBJECT_DIR = CMakeFiles/aslsp-native.dir - OBJECT_FILE_DIR = CMakeFiles/aslsp-native.dir/angelscript/source - TARGET_COMPILE_PDB = CMakeFiles/aslsp-native.dir/ - TARGET_PDB = Release/aslsp-native.pdb - -build CMakeFiles/aslsp-native.dir/angelscript/source/as_module.cpp.o: CXX_COMPILER__aslsp-native_Release /home/nathan/Projects/AngelscriptLanguageServer/server/src/angelscript/source/as_module.cpp || cmake_object_order_depends_target_aslsp-native - DEFINES = -DNAPI_VERSION=6 -Daslsp_native_EXPORTS - DEP_FILE = CMakeFiles/aslsp-native.dir/angelscript/source/as_module.cpp.o.d - FLAGS = -O3 -DNDEBUG -fPIC -std=gnu++2a - INCLUDES = -I/home/nathan/.cmake-js/node-x64/v14.10.0/include/node -I/home/nathan/Projects/AngelscriptLanguageServer/server/src/angelscript/include -I/home/nathan/Projects/AngelscriptLanguageServer/server/node_modules/node-addon-api - OBJECT_DIR = CMakeFiles/aslsp-native.dir - OBJECT_FILE_DIR = CMakeFiles/aslsp-native.dir/angelscript/source - TARGET_COMPILE_PDB = CMakeFiles/aslsp-native.dir/ - TARGET_PDB = Release/aslsp-native.pdb - -build CMakeFiles/aslsp-native.dir/angelscript/source/as_objecttype.cpp.o: CXX_COMPILER__aslsp-native_Release /home/nathan/Projects/AngelscriptLanguageServer/server/src/angelscript/source/as_objecttype.cpp || cmake_object_order_depends_target_aslsp-native - DEFINES = -DNAPI_VERSION=6 -Daslsp_native_EXPORTS - DEP_FILE = CMakeFiles/aslsp-native.dir/angelscript/source/as_objecttype.cpp.o.d - FLAGS = -O3 -DNDEBUG -fPIC -std=gnu++2a - INCLUDES = -I/home/nathan/.cmake-js/node-x64/v14.10.0/include/node -I/home/nathan/Projects/AngelscriptLanguageServer/server/src/angelscript/include -I/home/nathan/Projects/AngelscriptLanguageServer/server/node_modules/node-addon-api - OBJECT_DIR = CMakeFiles/aslsp-native.dir - OBJECT_FILE_DIR = CMakeFiles/aslsp-native.dir/angelscript/source - TARGET_COMPILE_PDB = CMakeFiles/aslsp-native.dir/ - TARGET_PDB = Release/aslsp-native.pdb - -build CMakeFiles/aslsp-native.dir/angelscript/source/as_outputbuffer.cpp.o: CXX_COMPILER__aslsp-native_Release /home/nathan/Projects/AngelscriptLanguageServer/server/src/angelscript/source/as_outputbuffer.cpp || cmake_object_order_depends_target_aslsp-native - DEFINES = -DNAPI_VERSION=6 -Daslsp_native_EXPORTS - DEP_FILE = CMakeFiles/aslsp-native.dir/angelscript/source/as_outputbuffer.cpp.o.d - FLAGS = -O3 -DNDEBUG -fPIC -std=gnu++2a - INCLUDES = -I/home/nathan/.cmake-js/node-x64/v14.10.0/include/node -I/home/nathan/Projects/AngelscriptLanguageServer/server/src/angelscript/include -I/home/nathan/Projects/AngelscriptLanguageServer/server/node_modules/node-addon-api - OBJECT_DIR = CMakeFiles/aslsp-native.dir - OBJECT_FILE_DIR = CMakeFiles/aslsp-native.dir/angelscript/source - TARGET_COMPILE_PDB = CMakeFiles/aslsp-native.dir/ - TARGET_PDB = Release/aslsp-native.pdb - -build CMakeFiles/aslsp-native.dir/angelscript/source/as_parser.cpp.o: CXX_COMPILER__aslsp-native_Release /home/nathan/Projects/AngelscriptLanguageServer/server/src/angelscript/source/as_parser.cpp || cmake_object_order_depends_target_aslsp-native - DEFINES = -DNAPI_VERSION=6 -Daslsp_native_EXPORTS - DEP_FILE = CMakeFiles/aslsp-native.dir/angelscript/source/as_parser.cpp.o.d - FLAGS = -O3 -DNDEBUG -fPIC -std=gnu++2a - INCLUDES = -I/home/nathan/.cmake-js/node-x64/v14.10.0/include/node -I/home/nathan/Projects/AngelscriptLanguageServer/server/src/angelscript/include -I/home/nathan/Projects/AngelscriptLanguageServer/server/node_modules/node-addon-api - OBJECT_DIR = CMakeFiles/aslsp-native.dir - OBJECT_FILE_DIR = CMakeFiles/aslsp-native.dir/angelscript/source - TARGET_COMPILE_PDB = CMakeFiles/aslsp-native.dir/ - TARGET_PDB = Release/aslsp-native.pdb - -build CMakeFiles/aslsp-native.dir/angelscript/source/as_restore.cpp.o: CXX_COMPILER__aslsp-native_Release /home/nathan/Projects/AngelscriptLanguageServer/server/src/angelscript/source/as_restore.cpp || cmake_object_order_depends_target_aslsp-native - DEFINES = -DNAPI_VERSION=6 -Daslsp_native_EXPORTS - DEP_FILE = CMakeFiles/aslsp-native.dir/angelscript/source/as_restore.cpp.o.d - FLAGS = -O3 -DNDEBUG -fPIC -std=gnu++2a - INCLUDES = -I/home/nathan/.cmake-js/node-x64/v14.10.0/include/node -I/home/nathan/Projects/AngelscriptLanguageServer/server/src/angelscript/include -I/home/nathan/Projects/AngelscriptLanguageServer/server/node_modules/node-addon-api - OBJECT_DIR = CMakeFiles/aslsp-native.dir - OBJECT_FILE_DIR = CMakeFiles/aslsp-native.dir/angelscript/source - TARGET_COMPILE_PDB = CMakeFiles/aslsp-native.dir/ - TARGET_PDB = Release/aslsp-native.pdb - -build CMakeFiles/aslsp-native.dir/angelscript/source/as_scriptcode.cpp.o: CXX_COMPILER__aslsp-native_Release /home/nathan/Projects/AngelscriptLanguageServer/server/src/angelscript/source/as_scriptcode.cpp || cmake_object_order_depends_target_aslsp-native - DEFINES = -DNAPI_VERSION=6 -Daslsp_native_EXPORTS - DEP_FILE = CMakeFiles/aslsp-native.dir/angelscript/source/as_scriptcode.cpp.o.d - FLAGS = -O3 -DNDEBUG -fPIC -std=gnu++2a - INCLUDES = -I/home/nathan/.cmake-js/node-x64/v14.10.0/include/node -I/home/nathan/Projects/AngelscriptLanguageServer/server/src/angelscript/include -I/home/nathan/Projects/AngelscriptLanguageServer/server/node_modules/node-addon-api - OBJECT_DIR = CMakeFiles/aslsp-native.dir - OBJECT_FILE_DIR = CMakeFiles/aslsp-native.dir/angelscript/source - TARGET_COMPILE_PDB = CMakeFiles/aslsp-native.dir/ - TARGET_PDB = Release/aslsp-native.pdb - -build CMakeFiles/aslsp-native.dir/angelscript/source/as_scriptengine.cpp.o: CXX_COMPILER__aslsp-native_Release /home/nathan/Projects/AngelscriptLanguageServer/server/src/angelscript/source/as_scriptengine.cpp || cmake_object_order_depends_target_aslsp-native - DEFINES = -DNAPI_VERSION=6 -Daslsp_native_EXPORTS - DEP_FILE = CMakeFiles/aslsp-native.dir/angelscript/source/as_scriptengine.cpp.o.d - FLAGS = -O3 -DNDEBUG -fPIC -std=gnu++2a - INCLUDES = -I/home/nathan/.cmake-js/node-x64/v14.10.0/include/node -I/home/nathan/Projects/AngelscriptLanguageServer/server/src/angelscript/include -I/home/nathan/Projects/AngelscriptLanguageServer/server/node_modules/node-addon-api - OBJECT_DIR = CMakeFiles/aslsp-native.dir - OBJECT_FILE_DIR = CMakeFiles/aslsp-native.dir/angelscript/source - TARGET_COMPILE_PDB = CMakeFiles/aslsp-native.dir/ - TARGET_PDB = Release/aslsp-native.pdb - -build CMakeFiles/aslsp-native.dir/angelscript/source/as_scriptfunction.cpp.o: CXX_COMPILER__aslsp-native_Release /home/nathan/Projects/AngelscriptLanguageServer/server/src/angelscript/source/as_scriptfunction.cpp || cmake_object_order_depends_target_aslsp-native - DEFINES = -DNAPI_VERSION=6 -Daslsp_native_EXPORTS - DEP_FILE = CMakeFiles/aslsp-native.dir/angelscript/source/as_scriptfunction.cpp.o.d - FLAGS = -O3 -DNDEBUG -fPIC -std=gnu++2a - INCLUDES = -I/home/nathan/.cmake-js/node-x64/v14.10.0/include/node -I/home/nathan/Projects/AngelscriptLanguageServer/server/src/angelscript/include -I/home/nathan/Projects/AngelscriptLanguageServer/server/node_modules/node-addon-api - OBJECT_DIR = CMakeFiles/aslsp-native.dir - OBJECT_FILE_DIR = CMakeFiles/aslsp-native.dir/angelscript/source - TARGET_COMPILE_PDB = CMakeFiles/aslsp-native.dir/ - TARGET_PDB = Release/aslsp-native.pdb - -build CMakeFiles/aslsp-native.dir/angelscript/source/as_scriptnode.cpp.o: CXX_COMPILER__aslsp-native_Release /home/nathan/Projects/AngelscriptLanguageServer/server/src/angelscript/source/as_scriptnode.cpp || cmake_object_order_depends_target_aslsp-native - DEFINES = -DNAPI_VERSION=6 -Daslsp_native_EXPORTS - DEP_FILE = CMakeFiles/aslsp-native.dir/angelscript/source/as_scriptnode.cpp.o.d - FLAGS = -O3 -DNDEBUG -fPIC -std=gnu++2a - INCLUDES = -I/home/nathan/.cmake-js/node-x64/v14.10.0/include/node -I/home/nathan/Projects/AngelscriptLanguageServer/server/src/angelscript/include -I/home/nathan/Projects/AngelscriptLanguageServer/server/node_modules/node-addon-api - OBJECT_DIR = CMakeFiles/aslsp-native.dir - OBJECT_FILE_DIR = CMakeFiles/aslsp-native.dir/angelscript/source - TARGET_COMPILE_PDB = CMakeFiles/aslsp-native.dir/ - TARGET_PDB = Release/aslsp-native.pdb - -build CMakeFiles/aslsp-native.dir/angelscript/source/as_scriptobject.cpp.o: CXX_COMPILER__aslsp-native_Release /home/nathan/Projects/AngelscriptLanguageServer/server/src/angelscript/source/as_scriptobject.cpp || cmake_object_order_depends_target_aslsp-native - DEFINES = -DNAPI_VERSION=6 -Daslsp_native_EXPORTS - DEP_FILE = CMakeFiles/aslsp-native.dir/angelscript/source/as_scriptobject.cpp.o.d - FLAGS = -O3 -DNDEBUG -fPIC -std=gnu++2a - INCLUDES = -I/home/nathan/.cmake-js/node-x64/v14.10.0/include/node -I/home/nathan/Projects/AngelscriptLanguageServer/server/src/angelscript/include -I/home/nathan/Projects/AngelscriptLanguageServer/server/node_modules/node-addon-api - OBJECT_DIR = CMakeFiles/aslsp-native.dir - OBJECT_FILE_DIR = CMakeFiles/aslsp-native.dir/angelscript/source - TARGET_COMPILE_PDB = CMakeFiles/aslsp-native.dir/ - TARGET_PDB = Release/aslsp-native.pdb - -build CMakeFiles/aslsp-native.dir/angelscript/source/as_string.cpp.o: CXX_COMPILER__aslsp-native_Release /home/nathan/Projects/AngelscriptLanguageServer/server/src/angelscript/source/as_string.cpp || cmake_object_order_depends_target_aslsp-native - DEFINES = -DNAPI_VERSION=6 -Daslsp_native_EXPORTS - DEP_FILE = CMakeFiles/aslsp-native.dir/angelscript/source/as_string.cpp.o.d - FLAGS = -O3 -DNDEBUG -fPIC -std=gnu++2a - INCLUDES = -I/home/nathan/.cmake-js/node-x64/v14.10.0/include/node -I/home/nathan/Projects/AngelscriptLanguageServer/server/src/angelscript/include -I/home/nathan/Projects/AngelscriptLanguageServer/server/node_modules/node-addon-api - OBJECT_DIR = CMakeFiles/aslsp-native.dir - OBJECT_FILE_DIR = CMakeFiles/aslsp-native.dir/angelscript/source - TARGET_COMPILE_PDB = CMakeFiles/aslsp-native.dir/ - TARGET_PDB = Release/aslsp-native.pdb - -build CMakeFiles/aslsp-native.dir/angelscript/source/as_string_util.cpp.o: CXX_COMPILER__aslsp-native_Release /home/nathan/Projects/AngelscriptLanguageServer/server/src/angelscript/source/as_string_util.cpp || cmake_object_order_depends_target_aslsp-native - DEFINES = -DNAPI_VERSION=6 -Daslsp_native_EXPORTS - DEP_FILE = CMakeFiles/aslsp-native.dir/angelscript/source/as_string_util.cpp.o.d - FLAGS = -O3 -DNDEBUG -fPIC -std=gnu++2a - INCLUDES = -I/home/nathan/.cmake-js/node-x64/v14.10.0/include/node -I/home/nathan/Projects/AngelscriptLanguageServer/server/src/angelscript/include -I/home/nathan/Projects/AngelscriptLanguageServer/server/node_modules/node-addon-api - OBJECT_DIR = CMakeFiles/aslsp-native.dir - OBJECT_FILE_DIR = CMakeFiles/aslsp-native.dir/angelscript/source - TARGET_COMPILE_PDB = CMakeFiles/aslsp-native.dir/ - TARGET_PDB = Release/aslsp-native.pdb - -build CMakeFiles/aslsp-native.dir/angelscript/source/as_thread.cpp.o: CXX_COMPILER__aslsp-native_Release /home/nathan/Projects/AngelscriptLanguageServer/server/src/angelscript/source/as_thread.cpp || cmake_object_order_depends_target_aslsp-native - DEFINES = -DNAPI_VERSION=6 -Daslsp_native_EXPORTS - DEP_FILE = CMakeFiles/aslsp-native.dir/angelscript/source/as_thread.cpp.o.d - FLAGS = -O3 -DNDEBUG -fPIC -std=gnu++2a - INCLUDES = -I/home/nathan/.cmake-js/node-x64/v14.10.0/include/node -I/home/nathan/Projects/AngelscriptLanguageServer/server/src/angelscript/include -I/home/nathan/Projects/AngelscriptLanguageServer/server/node_modules/node-addon-api - OBJECT_DIR = CMakeFiles/aslsp-native.dir - OBJECT_FILE_DIR = CMakeFiles/aslsp-native.dir/angelscript/source - TARGET_COMPILE_PDB = CMakeFiles/aslsp-native.dir/ - TARGET_PDB = Release/aslsp-native.pdb - -build CMakeFiles/aslsp-native.dir/angelscript/source/as_tokenizer.cpp.o: CXX_COMPILER__aslsp-native_Release /home/nathan/Projects/AngelscriptLanguageServer/server/src/angelscript/source/as_tokenizer.cpp || cmake_object_order_depends_target_aslsp-native - DEFINES = -DNAPI_VERSION=6 -Daslsp_native_EXPORTS - DEP_FILE = CMakeFiles/aslsp-native.dir/angelscript/source/as_tokenizer.cpp.o.d - FLAGS = -O3 -DNDEBUG -fPIC -std=gnu++2a - INCLUDES = -I/home/nathan/.cmake-js/node-x64/v14.10.0/include/node -I/home/nathan/Projects/AngelscriptLanguageServer/server/src/angelscript/include -I/home/nathan/Projects/AngelscriptLanguageServer/server/node_modules/node-addon-api - OBJECT_DIR = CMakeFiles/aslsp-native.dir - OBJECT_FILE_DIR = CMakeFiles/aslsp-native.dir/angelscript/source - TARGET_COMPILE_PDB = CMakeFiles/aslsp-native.dir/ - TARGET_PDB = Release/aslsp-native.pdb - -build CMakeFiles/aslsp-native.dir/angelscript/source/as_typeinfo.cpp.o: CXX_COMPILER__aslsp-native_Release /home/nathan/Projects/AngelscriptLanguageServer/server/src/angelscript/source/as_typeinfo.cpp || cmake_object_order_depends_target_aslsp-native - DEFINES = -DNAPI_VERSION=6 -Daslsp_native_EXPORTS - DEP_FILE = CMakeFiles/aslsp-native.dir/angelscript/source/as_typeinfo.cpp.o.d - FLAGS = -O3 -DNDEBUG -fPIC -std=gnu++2a - INCLUDES = -I/home/nathan/.cmake-js/node-x64/v14.10.0/include/node -I/home/nathan/Projects/AngelscriptLanguageServer/server/src/angelscript/include -I/home/nathan/Projects/AngelscriptLanguageServer/server/node_modules/node-addon-api - OBJECT_DIR = CMakeFiles/aslsp-native.dir - OBJECT_FILE_DIR = CMakeFiles/aslsp-native.dir/angelscript/source - TARGET_COMPILE_PDB = CMakeFiles/aslsp-native.dir/ - TARGET_PDB = Release/aslsp-native.pdb - -build CMakeFiles/aslsp-native.dir/angelscript/source/as_variablescope.cpp.o: CXX_COMPILER__aslsp-native_Release /home/nathan/Projects/AngelscriptLanguageServer/server/src/angelscript/source/as_variablescope.cpp || cmake_object_order_depends_target_aslsp-native - DEFINES = -DNAPI_VERSION=6 -Daslsp_native_EXPORTS - DEP_FILE = CMakeFiles/aslsp-native.dir/angelscript/source/as_variablescope.cpp.o.d - FLAGS = -O3 -DNDEBUG -fPIC -std=gnu++2a - INCLUDES = -I/home/nathan/.cmake-js/node-x64/v14.10.0/include/node -I/home/nathan/Projects/AngelscriptLanguageServer/server/src/angelscript/include -I/home/nathan/Projects/AngelscriptLanguageServer/server/node_modules/node-addon-api - OBJECT_DIR = CMakeFiles/aslsp-native.dir - OBJECT_FILE_DIR = CMakeFiles/aslsp-native.dir/angelscript/source - TARGET_COMPILE_PDB = CMakeFiles/aslsp-native.dir/ - TARGET_PDB = Release/aslsp-native.pdb - - -# ============================================================================= -# Link build statements for SHARED_LIBRARY target aslsp-native - - -############################################# -# Link the shared library Release/aslsp-native.node - -build Release/aslsp-native.node: CXX_SHARED_LIBRARY_LINKER__aslsp-native_Release CMakeFiles/aslsp-native.dir/src/Core.cpp.o CMakeFiles/aslsp-native.dir/src/Database.cpp.o CMakeFiles/aslsp-native.dir/angelscript/extensions/scriptarray/scriptarray.cpp.o CMakeFiles/aslsp-native.dir/angelscript/extensions/scriptbuilder/scriptbuilder.cpp.o CMakeFiles/aslsp-native.dir/angelscript/extensions/scripthandle/scripthandle.cpp.o CMakeFiles/aslsp-native.dir/angelscript/extensions/scripthelper/scripthelper.cpp.o CMakeFiles/aslsp-native.dir/angelscript/extensions/scriptstdstring/scriptstdstring.cpp.o CMakeFiles/aslsp-native.dir/angelscript/extensions/scriptstdstring/scriptstdstring_utils.cpp.o CMakeFiles/aslsp-native.dir/angelscript/source/as_atomic.cpp.o CMakeFiles/aslsp-native.dir/angelscript/source/as_builder.cpp.o CMakeFiles/aslsp-native.dir/angelscript/source/as_bytecode.cpp.o CMakeFiles/aslsp-native.dir/angelscript/source/as_callfunc.cpp.o CMakeFiles/aslsp-native.dir/angelscript/source/as_callfunc_arm.cpp.o CMakeFiles/aslsp-native.dir/angelscript/source/as_callfunc_mips.cpp.o CMakeFiles/aslsp-native.dir/angelscript/source/as_callfunc_ppc.cpp.o CMakeFiles/aslsp-native.dir/angelscript/source/as_callfunc_ppc_64.cpp.o CMakeFiles/aslsp-native.dir/angelscript/source/as_callfunc_sh4.cpp.o CMakeFiles/aslsp-native.dir/angelscript/source/as_callfunc_x64_gcc.cpp.o CMakeFiles/aslsp-native.dir/angelscript/source/as_callfunc_x64_mingw.cpp.o CMakeFiles/aslsp-native.dir/angelscript/source/as_callfunc_x64_msvc.cpp.o CMakeFiles/aslsp-native.dir/angelscript/source/as_callfunc_x86.cpp.o CMakeFiles/aslsp-native.dir/angelscript/source/as_callfunc_xenon.cpp.o CMakeFiles/aslsp-native.dir/angelscript/source/as_compiler.cpp.o CMakeFiles/aslsp-native.dir/angelscript/source/as_configgroup.cpp.o CMakeFiles/aslsp-native.dir/angelscript/source/as_context.cpp.o CMakeFiles/aslsp-native.dir/angelscript/source/as_datatype.cpp.o CMakeFiles/aslsp-native.dir/angelscript/source/as_gc.cpp.o CMakeFiles/aslsp-native.dir/angelscript/source/as_generic.cpp.o CMakeFiles/aslsp-native.dir/angelscript/source/as_globalproperty.cpp.o CMakeFiles/aslsp-native.dir/angelscript/source/as_memory.cpp.o CMakeFiles/aslsp-native.dir/angelscript/source/as_module.cpp.o CMakeFiles/aslsp-native.dir/angelscript/source/as_objecttype.cpp.o CMakeFiles/aslsp-native.dir/angelscript/source/as_outputbuffer.cpp.o CMakeFiles/aslsp-native.dir/angelscript/source/as_parser.cpp.o CMakeFiles/aslsp-native.dir/angelscript/source/as_restore.cpp.o CMakeFiles/aslsp-native.dir/angelscript/source/as_scriptcode.cpp.o CMakeFiles/aslsp-native.dir/angelscript/source/as_scriptengine.cpp.o CMakeFiles/aslsp-native.dir/angelscript/source/as_scriptfunction.cpp.o CMakeFiles/aslsp-native.dir/angelscript/source/as_scriptnode.cpp.o CMakeFiles/aslsp-native.dir/angelscript/source/as_scriptobject.cpp.o CMakeFiles/aslsp-native.dir/angelscript/source/as_string.cpp.o CMakeFiles/aslsp-native.dir/angelscript/source/as_string_util.cpp.o CMakeFiles/aslsp-native.dir/angelscript/source/as_thread.cpp.o CMakeFiles/aslsp-native.dir/angelscript/source/as_tokenizer.cpp.o CMakeFiles/aslsp-native.dir/angelscript/source/as_typeinfo.cpp.o CMakeFiles/aslsp-native.dir/angelscript/source/as_variablescope.cpp.o - LANGUAGE_COMPILE_FLAGS = -O3 -DNDEBUG - OBJECT_DIR = CMakeFiles/aslsp-native.dir - POST_BUILD = : - PRE_LINK = : - SONAME = aslsp-native.node - SONAME_FLAG = -Wl,-soname, - TARGET_COMPILE_PDB = CMakeFiles/aslsp-native.dir/ - TARGET_FILE = Release/aslsp-native.node - TARGET_PDB = Release/aslsp-native.pdb - -# ============================================================================= -# Target aliases. - -build aslsp-native: phony Release/aslsp-native.node - -build aslsp-native.node: phony Release/aslsp-native.node - -# ============================================================================= -# Folder targets. - -# ============================================================================= - -############################################# -# Folder: /home/nathan/Projects/AngelscriptLanguageServer/server/build - -build all: phony Release/aslsp-native.node - -# ============================================================================= -# Built-in targets - - -############################################# -# Re-run CMake if any of its inputs changed. - -build build.ninja: RERUN_CMAKE | /home/nathan/Projects/AngelscriptLanguageServer/server/src/CMakeLists.txt /usr/share/cmake-3.18/Modules/CMakeCCompiler.cmake.in /usr/share/cmake-3.18/Modules/CMakeCCompilerABI.c /usr/share/cmake-3.18/Modules/CMakeCInformation.cmake /usr/share/cmake-3.18/Modules/CMakeCXXCompiler.cmake.in /usr/share/cmake-3.18/Modules/CMakeCXXCompilerABI.cpp /usr/share/cmake-3.18/Modules/CMakeCXXInformation.cmake /usr/share/cmake-3.18/Modules/CMakeCheckCompilerFlagCommonPatterns.cmake /usr/share/cmake-3.18/Modules/CMakeCommonLanguageInclude.cmake /usr/share/cmake-3.18/Modules/CMakeCompilerIdDetection.cmake /usr/share/cmake-3.18/Modules/CMakeDetermineCCompiler.cmake /usr/share/cmake-3.18/Modules/CMakeDetermineCXXCompiler.cmake /usr/share/cmake-3.18/Modules/CMakeDetermineCompileFeatures.cmake /usr/share/cmake-3.18/Modules/CMakeDetermineCompiler.cmake /usr/share/cmake-3.18/Modules/CMakeDetermineCompilerABI.cmake /usr/share/cmake-3.18/Modules/CMakeDetermineCompilerId.cmake /usr/share/cmake-3.18/Modules/CMakeDetermineSystem.cmake /usr/share/cmake-3.18/Modules/CMakeFindBinUtils.cmake /usr/share/cmake-3.18/Modules/CMakeGenericSystem.cmake /usr/share/cmake-3.18/Modules/CMakeInitializeConfigs.cmake /usr/share/cmake-3.18/Modules/CMakeLanguageInformation.cmake /usr/share/cmake-3.18/Modules/CMakeNinjaFindMake.cmake /usr/share/cmake-3.18/Modules/CMakeParseImplicitIncludeInfo.cmake /usr/share/cmake-3.18/Modules/CMakeParseImplicitLinkInfo.cmake /usr/share/cmake-3.18/Modules/CMakeSystem.cmake.in /usr/share/cmake-3.18/Modules/CMakeSystemSpecificInformation.cmake /usr/share/cmake-3.18/Modules/CMakeSystemSpecificInitialize.cmake /usr/share/cmake-3.18/Modules/CMakeTestCCompiler.cmake /usr/share/cmake-3.18/Modules/CMakeTestCXXCompiler.cmake /usr/share/cmake-3.18/Modules/CMakeTestCompilerCommon.cmake /usr/share/cmake-3.18/Modules/Compiler/ADSP-DetermineCompiler.cmake /usr/share/cmake-3.18/Modules/Compiler/ARMCC-DetermineCompiler.cmake /usr/share/cmake-3.18/Modules/Compiler/ARMClang-DetermineCompiler.cmake /usr/share/cmake-3.18/Modules/Compiler/AppleClang-DetermineCompiler.cmake /usr/share/cmake-3.18/Modules/Compiler/Borland-DetermineCompiler.cmake /usr/share/cmake-3.18/Modules/Compiler/Bruce-C-DetermineCompiler.cmake /usr/share/cmake-3.18/Modules/Compiler/CMakeCommonCompilerMacros.cmake /usr/share/cmake-3.18/Modules/Compiler/Clang-C.cmake /usr/share/cmake-3.18/Modules/Compiler/Clang-CXX.cmake /usr/share/cmake-3.18/Modules/Compiler/Clang-DetermineCompiler.cmake /usr/share/cmake-3.18/Modules/Compiler/Clang-DetermineCompilerInternal.cmake /usr/share/cmake-3.18/Modules/Compiler/Clang-FindBinUtils.cmake /usr/share/cmake-3.18/Modules/Compiler/Clang.cmake /usr/share/cmake-3.18/Modules/Compiler/Comeau-CXX-DetermineCompiler.cmake /usr/share/cmake-3.18/Modules/Compiler/Compaq-C-DetermineCompiler.cmake /usr/share/cmake-3.18/Modules/Compiler/Compaq-CXX-DetermineCompiler.cmake /usr/share/cmake-3.18/Modules/Compiler/Cray-DetermineCompiler.cmake /usr/share/cmake-3.18/Modules/Compiler/Embarcadero-DetermineCompiler.cmake /usr/share/cmake-3.18/Modules/Compiler/Fujitsu-DetermineCompiler.cmake /usr/share/cmake-3.18/Modules/Compiler/GHS-DetermineCompiler.cmake /usr/share/cmake-3.18/Modules/Compiler/GNU-C-DetermineCompiler.cmake /usr/share/cmake-3.18/Modules/Compiler/GNU-CXX-DetermineCompiler.cmake /usr/share/cmake-3.18/Modules/Compiler/GNU.cmake /usr/share/cmake-3.18/Modules/Compiler/HP-C-DetermineCompiler.cmake /usr/share/cmake-3.18/Modules/Compiler/HP-CXX-DetermineCompiler.cmake /usr/share/cmake-3.18/Modules/Compiler/IAR-DetermineCompiler.cmake /usr/share/cmake-3.18/Modules/Compiler/IBMCPP-C-DetermineVersionInternal.cmake /usr/share/cmake-3.18/Modules/Compiler/IBMCPP-CXX-DetermineVersionInternal.cmake /usr/share/cmake-3.18/Modules/Compiler/Intel-DetermineCompiler.cmake /usr/share/cmake-3.18/Modules/Compiler/MSVC-DetermineCompiler.cmake /usr/share/cmake-3.18/Modules/Compiler/NVIDIA-DetermineCompiler.cmake /usr/share/cmake-3.18/Modules/Compiler/OpenWatcom-DetermineCompiler.cmake /usr/share/cmake-3.18/Modules/Compiler/PGI-DetermineCompiler.cmake /usr/share/cmake-3.18/Modules/Compiler/PathScale-DetermineCompiler.cmake /usr/share/cmake-3.18/Modules/Compiler/SCO-DetermineCompiler.cmake /usr/share/cmake-3.18/Modules/Compiler/SDCC-C-DetermineCompiler.cmake /usr/share/cmake-3.18/Modules/Compiler/SunPro-C-DetermineCompiler.cmake /usr/share/cmake-3.18/Modules/Compiler/SunPro-CXX-DetermineCompiler.cmake /usr/share/cmake-3.18/Modules/Compiler/TI-DetermineCompiler.cmake /usr/share/cmake-3.18/Modules/Compiler/TinyCC-C-DetermineCompiler.cmake /usr/share/cmake-3.18/Modules/Compiler/VisualAge-C-DetermineCompiler.cmake /usr/share/cmake-3.18/Modules/Compiler/VisualAge-CXX-DetermineCompiler.cmake /usr/share/cmake-3.18/Modules/Compiler/Watcom-DetermineCompiler.cmake /usr/share/cmake-3.18/Modules/Compiler/XL-C-DetermineCompiler.cmake /usr/share/cmake-3.18/Modules/Compiler/XL-CXX-DetermineCompiler.cmake /usr/share/cmake-3.18/Modules/Compiler/XLClang-C-DetermineCompiler.cmake /usr/share/cmake-3.18/Modules/Compiler/XLClang-CXX-DetermineCompiler.cmake /usr/share/cmake-3.18/Modules/Compiler/zOS-C-DetermineCompiler.cmake /usr/share/cmake-3.18/Modules/Compiler/zOS-CXX-DetermineCompiler.cmake /usr/share/cmake-3.18/Modules/Internal/CMakeCheckCompilerFlag.cmake /usr/share/cmake-3.18/Modules/Internal/FeatureTesting.cmake /usr/share/cmake-3.18/Modules/Platform/Linux-Clang-C.cmake /usr/share/cmake-3.18/Modules/Platform/Linux-Clang-CXX.cmake /usr/share/cmake-3.18/Modules/Platform/Linux-Determine-CXX.cmake /usr/share/cmake-3.18/Modules/Platform/Linux-GNU-C.cmake /usr/share/cmake-3.18/Modules/Platform/Linux-GNU-CXX.cmake /usr/share/cmake-3.18/Modules/Platform/Linux-GNU.cmake /usr/share/cmake-3.18/Modules/Platform/Linux.cmake /usr/share/cmake-3.18/Modules/Platform/UnixPaths.cmake CMakeCache.txt CMakeFiles/3.18.2/CMakeCCompiler.cmake CMakeFiles/3.18.2/CMakeCXXCompiler.cmake CMakeFiles/3.18.2/CMakeSystem.cmake - pool = console - - -############################################# -# A missing CMake input file is not an error. - -build /home/nathan/Projects/AngelscriptLanguageServer/server/src/CMakeLists.txt /usr/share/cmake-3.18/Modules/CMakeCCompiler.cmake.in /usr/share/cmake-3.18/Modules/CMakeCCompilerABI.c /usr/share/cmake-3.18/Modules/CMakeCInformation.cmake /usr/share/cmake-3.18/Modules/CMakeCXXCompiler.cmake.in /usr/share/cmake-3.18/Modules/CMakeCXXCompilerABI.cpp /usr/share/cmake-3.18/Modules/CMakeCXXInformation.cmake /usr/share/cmake-3.18/Modules/CMakeCheckCompilerFlagCommonPatterns.cmake /usr/share/cmake-3.18/Modules/CMakeCommonLanguageInclude.cmake /usr/share/cmake-3.18/Modules/CMakeCompilerIdDetection.cmake /usr/share/cmake-3.18/Modules/CMakeDetermineCCompiler.cmake /usr/share/cmake-3.18/Modules/CMakeDetermineCXXCompiler.cmake /usr/share/cmake-3.18/Modules/CMakeDetermineCompileFeatures.cmake /usr/share/cmake-3.18/Modules/CMakeDetermineCompiler.cmake /usr/share/cmake-3.18/Modules/CMakeDetermineCompilerABI.cmake /usr/share/cmake-3.18/Modules/CMakeDetermineCompilerId.cmake /usr/share/cmake-3.18/Modules/CMakeDetermineSystem.cmake /usr/share/cmake-3.18/Modules/CMakeFindBinUtils.cmake /usr/share/cmake-3.18/Modules/CMakeGenericSystem.cmake /usr/share/cmake-3.18/Modules/CMakeInitializeConfigs.cmake /usr/share/cmake-3.18/Modules/CMakeLanguageInformation.cmake /usr/share/cmake-3.18/Modules/CMakeNinjaFindMake.cmake /usr/share/cmake-3.18/Modules/CMakeParseImplicitIncludeInfo.cmake /usr/share/cmake-3.18/Modules/CMakeParseImplicitLinkInfo.cmake /usr/share/cmake-3.18/Modules/CMakeSystem.cmake.in /usr/share/cmake-3.18/Modules/CMakeSystemSpecificInformation.cmake /usr/share/cmake-3.18/Modules/CMakeSystemSpecificInitialize.cmake /usr/share/cmake-3.18/Modules/CMakeTestCCompiler.cmake /usr/share/cmake-3.18/Modules/CMakeTestCXXCompiler.cmake /usr/share/cmake-3.18/Modules/CMakeTestCompilerCommon.cmake /usr/share/cmake-3.18/Modules/Compiler/ADSP-DetermineCompiler.cmake /usr/share/cmake-3.18/Modules/Compiler/ARMCC-DetermineCompiler.cmake /usr/share/cmake-3.18/Modules/Compiler/ARMClang-DetermineCompiler.cmake /usr/share/cmake-3.18/Modules/Compiler/AppleClang-DetermineCompiler.cmake /usr/share/cmake-3.18/Modules/Compiler/Borland-DetermineCompiler.cmake /usr/share/cmake-3.18/Modules/Compiler/Bruce-C-DetermineCompiler.cmake /usr/share/cmake-3.18/Modules/Compiler/CMakeCommonCompilerMacros.cmake /usr/share/cmake-3.18/Modules/Compiler/Clang-C.cmake /usr/share/cmake-3.18/Modules/Compiler/Clang-CXX.cmake /usr/share/cmake-3.18/Modules/Compiler/Clang-DetermineCompiler.cmake /usr/share/cmake-3.18/Modules/Compiler/Clang-DetermineCompilerInternal.cmake /usr/share/cmake-3.18/Modules/Compiler/Clang-FindBinUtils.cmake /usr/share/cmake-3.18/Modules/Compiler/Clang.cmake /usr/share/cmake-3.18/Modules/Compiler/Comeau-CXX-DetermineCompiler.cmake /usr/share/cmake-3.18/Modules/Compiler/Compaq-C-DetermineCompiler.cmake /usr/share/cmake-3.18/Modules/Compiler/Compaq-CXX-DetermineCompiler.cmake /usr/share/cmake-3.18/Modules/Compiler/Cray-DetermineCompiler.cmake /usr/share/cmake-3.18/Modules/Compiler/Embarcadero-DetermineCompiler.cmake /usr/share/cmake-3.18/Modules/Compiler/Fujitsu-DetermineCompiler.cmake /usr/share/cmake-3.18/Modules/Compiler/GHS-DetermineCompiler.cmake /usr/share/cmake-3.18/Modules/Compiler/GNU-C-DetermineCompiler.cmake /usr/share/cmake-3.18/Modules/Compiler/GNU-CXX-DetermineCompiler.cmake /usr/share/cmake-3.18/Modules/Compiler/GNU.cmake /usr/share/cmake-3.18/Modules/Compiler/HP-C-DetermineCompiler.cmake /usr/share/cmake-3.18/Modules/Compiler/HP-CXX-DetermineCompiler.cmake /usr/share/cmake-3.18/Modules/Compiler/IAR-DetermineCompiler.cmake /usr/share/cmake-3.18/Modules/Compiler/IBMCPP-C-DetermineVersionInternal.cmake /usr/share/cmake-3.18/Modules/Compiler/IBMCPP-CXX-DetermineVersionInternal.cmake /usr/share/cmake-3.18/Modules/Compiler/Intel-DetermineCompiler.cmake /usr/share/cmake-3.18/Modules/Compiler/MSVC-DetermineCompiler.cmake /usr/share/cmake-3.18/Modules/Compiler/NVIDIA-DetermineCompiler.cmake /usr/share/cmake-3.18/Modules/Compiler/OpenWatcom-DetermineCompiler.cmake /usr/share/cmake-3.18/Modules/Compiler/PGI-DetermineCompiler.cmake /usr/share/cmake-3.18/Modules/Compiler/PathScale-DetermineCompiler.cmake /usr/share/cmake-3.18/Modules/Compiler/SCO-DetermineCompiler.cmake /usr/share/cmake-3.18/Modules/Compiler/SDCC-C-DetermineCompiler.cmake /usr/share/cmake-3.18/Modules/Compiler/SunPro-C-DetermineCompiler.cmake /usr/share/cmake-3.18/Modules/Compiler/SunPro-CXX-DetermineCompiler.cmake /usr/share/cmake-3.18/Modules/Compiler/TI-DetermineCompiler.cmake /usr/share/cmake-3.18/Modules/Compiler/TinyCC-C-DetermineCompiler.cmake /usr/share/cmake-3.18/Modules/Compiler/VisualAge-C-DetermineCompiler.cmake /usr/share/cmake-3.18/Modules/Compiler/VisualAge-CXX-DetermineCompiler.cmake /usr/share/cmake-3.18/Modules/Compiler/Watcom-DetermineCompiler.cmake /usr/share/cmake-3.18/Modules/Compiler/XL-C-DetermineCompiler.cmake /usr/share/cmake-3.18/Modules/Compiler/XL-CXX-DetermineCompiler.cmake /usr/share/cmake-3.18/Modules/Compiler/XLClang-C-DetermineCompiler.cmake /usr/share/cmake-3.18/Modules/Compiler/XLClang-CXX-DetermineCompiler.cmake /usr/share/cmake-3.18/Modules/Compiler/zOS-C-DetermineCompiler.cmake /usr/share/cmake-3.18/Modules/Compiler/zOS-CXX-DetermineCompiler.cmake /usr/share/cmake-3.18/Modules/Internal/CMakeCheckCompilerFlag.cmake /usr/share/cmake-3.18/Modules/Internal/FeatureTesting.cmake /usr/share/cmake-3.18/Modules/Platform/Linux-Clang-C.cmake /usr/share/cmake-3.18/Modules/Platform/Linux-Clang-CXX.cmake /usr/share/cmake-3.18/Modules/Platform/Linux-Determine-CXX.cmake /usr/share/cmake-3.18/Modules/Platform/Linux-GNU-C.cmake /usr/share/cmake-3.18/Modules/Platform/Linux-GNU-CXX.cmake /usr/share/cmake-3.18/Modules/Platform/Linux-GNU.cmake /usr/share/cmake-3.18/Modules/Platform/Linux.cmake /usr/share/cmake-3.18/Modules/Platform/UnixPaths.cmake CMakeCache.txt CMakeFiles/3.18.2/CMakeCCompiler.cmake CMakeFiles/3.18.2/CMakeCXXCompiler.cmake CMakeFiles/3.18.2/CMakeSystem.cmake: phony - - -############################################# -# Clean all the built files. - -build clean: CLEAN - - -############################################# -# Print all primary targets available. - -build help: HELP - - -############################################# -# Make the all target the default. - -default all diff --git a/server/build/cmake_install.cmake b/server/build/cmake_install.cmake deleted file mode 100644 index 63724e9..0000000 --- a/server/build/cmake_install.cmake +++ /dev/null @@ -1,54 +0,0 @@ -# Install script for directory: /home/nathan/Projects/AngelscriptLanguageServer/server/src - -# Set the install prefix -if(NOT DEFINED CMAKE_INSTALL_PREFIX) - set(CMAKE_INSTALL_PREFIX "/usr/local") -endif() -string(REGEX REPLACE "/$" "" CMAKE_INSTALL_PREFIX "${CMAKE_INSTALL_PREFIX}") - -# Set the install configuration name. -if(NOT DEFINED CMAKE_INSTALL_CONFIG_NAME) - if(BUILD_TYPE) - string(REGEX REPLACE "^[^A-Za-z0-9_]+" "" - CMAKE_INSTALL_CONFIG_NAME "${BUILD_TYPE}") - else() - set(CMAKE_INSTALL_CONFIG_NAME "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() - -# Install shared libraries without execute permission? -if(NOT DEFINED CMAKE_INSTALL_SO_NO_EXE) - set(CMAKE_INSTALL_SO_NO_EXE "0") -endif() - -# Is this installation the result of a crosscompile? -if(NOT DEFINED CMAKE_CROSSCOMPILING) - set(CMAKE_CROSSCOMPILING "FALSE") -endif() - -# Set default install directory permissions. -if(NOT DEFINED CMAKE_OBJDUMP) - set(CMAKE_OBJDUMP "/usr/bin/objdump") -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 "/home/nathan/Projects/AngelscriptLanguageServer/server/build/${CMAKE_INSTALL_MANIFEST}" - "${CMAKE_INSTALL_MANIFEST_CONTENT}") diff --git a/server/src/server.ts b/server/src/server.ts index 046ad28..7953edd 100644 --- a/server/src/server.ts +++ b/server/src/server.ts @@ -10,12 +10,9 @@ import { ProposedFeatures, InitializeParams, DidChangeConfigurationNotification, - CompletionItem, - CompletionItemKind, - TextDocumentPositionParams, TextDocumentSyncKind, InitializeResult, - Position + Position, } from 'vscode-languageserver'; import { @@ -23,26 +20,55 @@ import { } from 'vscode-languageserver-textdocument'; import * as NativeWrapper from './wrapper' -import { type } from 'os'; -import { off } from 'process'; +import * as fs from 'fs'; +import * as path from 'path'; // Create a connection for the server, using Node's IPC as a transport. // Also include all preview / proposed LSP features. -let connection = createConnection(ProposedFeatures.all); -let database = NativeWrapper.BuildDatabase(); +const connection = createConnection(ProposedFeatures.all); +const database = NativeWrapper.BuildDatabase(); + +//TODO: change these based on user settings +database.setEngineProperty(NativeWrapper.ASEngineProperty.asEP_DISALLOW_EMPTY_LIST_ELEMENTS, 1); +database.setEngineProperty(NativeWrapper.ASEngineProperty.asEP_DISALLOW_VALUE_ASSIGN_FOR_REF_TYPE, 0); +database.setEngineProperty(NativeWrapper.ASEngineProperty.asEP_ALLOW_UNSAFE_REFERENCES, 1); +database.setEngineProperty(NativeWrapper.ASEngineProperty.asEP_ALWAYS_IMPL_DEFAULT_CONSTRUCT, 1); +database.setEngineProperty(NativeWrapper.ASEngineProperty.asEP_AUTO_GARBAGE_COLLECT, 0); +database.setEngineProperty(NativeWrapper.ASEngineProperty.asEP_REQUIRE_ENUM_SCOPE, 1); +database.setEngineProperty(NativeWrapper.ASEngineProperty.asEP_PROPERTY_ACCESSOR_MODE, 2); +database.setEngineProperty(NativeWrapper.ASEngineProperty.asEP_COMPILER_WARNINGS, 2); // Create a simple text document manager. let documents: TextDocuments = new TextDocuments(TextDocument); +let allFiles: Map = new Map(); let hasConfigurationCapability: boolean = false; let hasWorkspaceFolderCapability: boolean = false; let hasDiagnosticRelatedInformationCapability: boolean = false; +function registerFiles(directoryName: string) { + let files = fs.readdirSync(directoryName); + files.forEach(function (file) { + let f = fs.statSync(directoryName + path.sep + file); + if (f.isDirectory()) { + registerFiles(directoryName + path.sep + file) + } else { + if (path.extname(file) == ".as") { + const filepath = directoryName + path.sep + file; + var uri = "file://" + filepath; + if (!allFiles.get(uri)) { + connection.console.log("Loaded new file at uri " + uri); + let td = TextDocument.create(uri, "Angelscript", 0, fs.readFileSync(filepath, 'utf8')); + allFiles.set(uri, td); + } + } + } + }) +} + connection.onInitialize((params: InitializeParams) => { let capabilities = params.capabilities; - // Does the client support the `workspace/configuration` request? - // If not, we fall back using global settings. hasConfigurationCapability = !!( capabilities.workspace && !!capabilities.workspace.configuration ); @@ -58,10 +84,6 @@ connection.onInitialize((params: InitializeParams) => { const result: InitializeResult = { capabilities: { textDocumentSync: TextDocumentSyncKind.Incremental, - // Tell the client that this server supports code completion. - completionProvider: { - resolveProvider: true - } } }; if (hasWorkspaceFolderCapability) { @@ -80,64 +102,45 @@ connection.onInitialized(() => { connection.client.register(DidChangeConfigurationNotification.type, undefined); } if (hasWorkspaceFolderCapability) { - connection.workspace.onDidChangeWorkspaceFolders(_event => { - connection.console.log('Workspace folder change event received.'); - }); + connection.workspace. + connection.workspace.onDidChangeWorkspaceFolders(_event => { + connection.console.log('Workspace folder change event received.'); + }); } + + connection.workspace.getWorkspaceFolders().then((ws) => { + ws?.forEach(element => { + registerFiles(element.uri.substr(7)) + }); + database.reset(); + allFiles.forEach(loadScript); + validateBuild(); + }) }); -// The example settings -interface ExampleSettings { - maxNumberOfProblems: number; -} - -// The global settings, used when the `workspace/configuration` request is not supported by the client. -// Please note that this is not the case when using this server with the client provided in this example -// but could happen with other clients. -const defaultSettings: ExampleSettings = { maxNumberOfProblems: 1000 }; -let globalSettings: ExampleSettings = defaultSettings; - -// Cache the settings of all open documents -let documentSettings: Map> = new Map(); connection.onDidChangeConfiguration(change => { - if (hasConfigurationCapability) { - // Reset all cached document settings - documentSettings.clear(); - } else { - globalSettings = ( - (change.settings.languageServerExample || defaultSettings) - ); - } - - // Revalidate all open text documents - documents.all().forEach(validateTextDocument); -}); - -function getDocumentSettings(resource: string): Thenable { - if (!hasConfigurationCapability) { - return Promise.resolve(globalSettings); - } - let result = documentSettings.get(resource); - if (!result) { - result = connection.workspace.getConfiguration({ - scopeUri: resource, - section: 'languageServerExample' - }); - documentSettings.set(resource, result); - } - return result; -} - -// Only keep settings for open documents -documents.onDidClose(e => { - documentSettings.delete(e.document.uri); }); // The content of a text document has changed. This event is emitted // when the text document first opened or when its content has changed. documents.onDidChangeContent(change => { - validateTextDocument(change.document); + if (change.document.languageId != "Angelscript") + return; + var current = allFiles.get(change.document.uri); + if (current != null && current != change.document){ + if (current.version == 0){ + allFiles.set(change.document.uri, change.document); + return; + } + } + else if (current == null){ + allFiles.set(change.document.uri, change.document); + } + + database.reset(); + allFiles.forEach(loadScript); + validateBuild(); }); function convertSeverity(type: NativeWrapper.MessageType): DiagnosticSeverity { @@ -151,48 +154,77 @@ function convertSeverity(type: NativeWrapper.MessageType): DiagnosticSeverity { } } -async function validateTextDocument(textDocument: TextDocument): Promise { - // In this simple example we get the settings for every validate run. - let settings = await getDocumentSettings(textDocument.uri); - - // The validator creates diagnostics for all uppercase words length 2 and more +function loadScript(textDocument: TextDocument): void { + if (textDocument.languageId != "Angelscript") + return; + if (!fs.existsSync(textDocument.uri.substr(7))){ + allFiles.delete(textDocument.uri); + return; + } let text = textDocument.getText(); - - database.reset(); database.loadScript(textDocument.uri, text); +} + +async function validateBuild(): Promise { var r = database.build(); - if (r < 0) { + if (r < -1) { connection.console.log(r.toString()); } + connection.console.log("Building"); - connection.console.log("Here") var messages = database.messages(); - connection.console.log(messages.length.toString()) - - let diagnostics: Diagnostic[] = []; - connection.console.log(textDocument.uri.toString()); - connection.console.log(messages.length.toString()); + let diagnostics: Map = new Map(); for (let i = 0; i < messages.length; i++) { let msg = messages[i]; if (msg.type == NativeWrapper.MessageType.Information) continue; + if (msg.section == ""){ + if (msg.type == NativeWrapper.MessageType.Error){ + connection.window.showErrorMessage(msg.message); + } + else if (msg.type == NativeWrapper.MessageType.Warning){ + connection.window.showWarningMessage(msg.message); + } + continue; + } let startPos = Position.create(msg.row - 1, msg.col - 1); + if (startPos.line < 0) startPos.line = 0; + if (startPos.character < 0) startPos.character = 0; + let textDocument = documents.get(msg.section); + if (textDocument == undefined) + continue; let offset = textDocument.offsetAt(startPos); - let end = text.indexOf(" ", offset + 1); let diagnostic: Diagnostic = { severity: convertSeverity(msg.type), range: { start: startPos, - end: textDocument.positionAt(end) + end: textDocument.positionAt(offset + 1) }, message: msg.message, source: 'Angelscript' }; - diagnostics.push(diagnostic); + if (msg.type == NativeWrapper.MessageType.Error){ + connection.console.error(`[${msg.section}:${msg.row - 1},${msg.col - 1}] ${msg.message}`) + } + + var diag = diagnostics.get(msg.section); + if (diag) { + diag.push(diagnostic) + } + else { + diagnostics.set(msg.section, [diagnostic]); + } } + + documents.all().forEach(element => { + let v = diagnostics.get(element.uri); + if (v) + connection.sendDiagnostics({ uri: element.uri, diagnostics: v }); + else + connection.sendDiagnostics({ uri: element.uri, diagnostics: [] }); + }); // Send the computed diagnostics to VSCode. - connection.sendDiagnostics({ uri: textDocument.uri, diagnostics }); } connection.onDidChangeWatchedFiles(_change => { @@ -200,42 +232,6 @@ connection.onDidChangeWatchedFiles(_change => { connection.console.log('We received an file change event'); }); -// This handler provides the initial list of the completion items. -connection.onCompletion( - (_textDocumentPosition: TextDocumentPositionParams): CompletionItem[] => { - // The pass parameter contains the position of the text document in - // which code complete got requested. For the example we ignore this - // info and always provide the same completion items. - return [ - { - label: 'TypeScript', - kind: CompletionItemKind.Text, - data: 1 - }, - { - label: 'JavaScript', - kind: CompletionItemKind.Text, - data: 2 - } - ]; - } -); - -// This handler resolves additional information for the item selected in -// the completion list. -connection.onCompletionResolve( - (item: CompletionItem): CompletionItem => { - if (item.data === 1) { - item.detail = 'TypeScript details'; - item.documentation = 'TypeScript documentation'; - } else if (item.data === 2) { - item.detail = 'JavaScript details'; - item.documentation = 'JavaScript documentation'; - } - return item; - } -); - // Make the text document manager listen on the connection // for open, change and close text document events documents.listen(connection); diff --git a/server/src/src/Database.cpp b/server/src/src/Database.cpp index f68ab6d..a069a89 100644 --- a/server/src/src/Database.cpp +++ b/server/src/src/Database.cpp @@ -1,14 +1,13 @@ #include "Database.hpp" #include +#include "../angelscript/extensions/scriptarray/scriptarray.h" Napi::Object Database::Init(Napi::Env env, Napi::Object exports) { Napi::Function func = DefineClass(env, "Database", - { - InstanceMethod("reset", &Database::Reset), - InstanceMethod("loadScript", &Database::LoadScript), - InstanceMethod("build", &Database::Build), - InstanceMethod("messages", &Database::GetMessages)}); + {InstanceMethod("reset", &Database::Reset), InstanceMethod("loadScript", &Database::LoadScript), + InstanceMethod("build", &Database::Build), InstanceMethod("messages", &Database::GetMessages), + InstanceMethod("setEngineProperty", &Database::SetEngineProperty)}); auto* constructor = new Napi::FunctionReference(); *constructor = Napi::Persistent(func); @@ -25,9 +24,20 @@ void Database::MessageCallback(const asSMessageInfo* msg) { Database::Database(const Napi::CallbackInfo& info) : ObjectWrap(info) { _engine = asCreateScriptEngine(); _engine->SetMessageCallback(asMETHOD(Database, MessageCallback), this, asCALL_THISCALL); + + RegisterStdString(_engine); + RegisterScriptArray(_engine, true); + Reset(info); } +void Database::SetEngineProperty(const Napi::CallbackInfo& info) { + auto property = info[0].As().Int32Value(); + auto value = info[1].As().Int32Value(); + + _engine->SetEngineProperty(static_cast(property), value); +} + void Database::Reset(const Napi::CallbackInfo&) { _engine->DiscardModule("Module"); _builder.StartNewModule(_engine, "Module"); diff --git a/server/src/src/Database.hpp b/server/src/src/Database.hpp index 47c039e..a256754 100644 --- a/server/src/src/Database.hpp +++ b/server/src/src/Database.hpp @@ -18,6 +18,7 @@ public: static Napi::Object Init(Napi::Env env, Napi::Object exports); explicit Database(const Napi::CallbackInfo& info); + void SetEngineProperty(const Napi::CallbackInfo& info); void Reset(const Napi::CallbackInfo& info); void LoadScript(const Napi::CallbackInfo& info); Napi::Value Build(const Napi::CallbackInfo& info); diff --git a/server/src/wrapper.ts b/server/src/wrapper.ts index 0c8369f..222cb6c 100644 --- a/server/src/wrapper.ts +++ b/server/src/wrapper.ts @@ -1,33 +1,66 @@ const wrapper = require('bindings')('aslsp-native'); -export enum MessageType{ +export enum MessageType { Error = 0, Warning = 1, Information = 2 } -export interface Message{ +export enum ASEngineProperty { + asEP_ALLOW_UNSAFE_REFERENCES = 1, + asEP_OPTIMIZE_BYTECODE = 2, + asEP_COPY_SCRIPT_SECTIONS = 3, + asEP_MAX_STACK_SIZE = 4, + asEP_USE_CHARACTER_LITERALS = 5, + asEP_ALLOW_MULTILINE_STRINGS = 6, + asEP_ALLOW_IMPLICIT_HANDLE_TYPES = 7, + asEP_BUILD_WITHOUT_LINE_CUES = 8, + asEP_INIT_GLOBAL_VARS_AFTER_BUILD = 9, + asEP_REQUIRE_ENUM_SCOPE = 10, + asEP_SCRIPT_SCANNER = 11, + asEP_INCLUDE_JIT_INSTRUCTIONS = 12, + asEP_STRING_ENCODING = 13, + asEP_PROPERTY_ACCESSOR_MODE = 14, + asEP_EXPAND_DEF_ARRAY_TO_TMPL = 15, + asEP_AUTO_GARBAGE_COLLECT = 16, + asEP_DISALLOW_GLOBAL_VARS = 17, + asEP_ALWAYS_IMPL_DEFAULT_CONSTRUCT = 18, + asEP_COMPILER_WARNINGS = 19, + asEP_DISALLOW_VALUE_ASSIGN_FOR_REF_TYPE = 20, + asEP_ALTER_SYNTAX_NAMED_ARGS = 21, + asEP_DISABLE_INTEGER_DIVISION = 22, + asEP_DISALLOW_EMPTY_LIST_ELEMENTS = 23, + asEP_PRIVATE_PROP_AS_PROTECTED = 24, + asEP_ALLOW_UNICODE_IDENTIFIERS = 25, + asEP_HEREDOC_TRIM_MODE = 26, + asEP_MAX_NESTED_CALLS = 27, + asEP_GENERIC_CALL_MODE = 28, + asEP_INIT_STACK_SIZE = 29, + asEP_INIT_CALL_STACK_SIZE = 30, + asEP_MAX_CALL_STACK_SIZE = 31, +} + +export interface Message { section: string, row: number, col: number, - type: number, + type: MessageType, message: string } export interface ScriptDatabase { - reset() : void; + setEngineProperty(property: ASEngineProperty, value: number): void; + reset(): void; loadScript(name: string, script: string): void; - build(): number; - messages(): Message[]; } -export function BuildDatabase() : ScriptDatabase{ +export function BuildDatabase(): ScriptDatabase { return new wrapper.Database(); } -export function testRun() : void{ +export function testRun(): void { const db = module.exports.BuildDatabase(); db.loadScript("m.as", "int foo(){return 10}"); db.build(); diff --git a/syntaxes/as.tmGrammar b/syntaxes/as.tmGrammar new file mode 100644 index 0000000..aa23d2e --- /dev/null +++ b/syntaxes/as.tmGrammar @@ -0,0 +1,325 @@ + + + + + comment + Made by Wronex :D + fileTypes + + as + + firstLineMatch + -\*- C\+\+ -\*- + foldingStartMarker + (?x) + /\*\*(?!\*) + |^(?![^{]*?//|[^{]*?/\*(?!.*?\*/.*?\{)).*?\{\s*($|//|/\*(?!.*?\*/.*\S)) + + foldingStopMarker + (?<!\*)\*\*/|^\s*\} + keyEquivalent + ^~C + name + AngelScript + patterns + + + + captures + + 1 + + name + punctuation.definition.comment.angelscript + + + match + (//).*$\n? + name + comment.line.double-slash.angelscript + + + begin + /\* + captures + + 0 + + name + punctuation.definition.comment.angelscript + + + end + \*/ + name + comment.block.angelscript + + + begin + """ + beginCaptures + + 0 + + name + punctuation.definition.string.begin.angelscript + + + end + """ + endCaptures + + 0 + + name + punctuation.definition.string.end.angelscript + + + name + string.quoted.double.angelscript + + + begin + " + beginCaptures + + 0 + + name + punctuation.definition.string.begin.angelscript + + + end + " + endCaptures + + 0 + + name + punctuation.definition.string.end.angelscript + + + name + string.quoted.double.angelscript + patterns + + + match + \\. + name + constant.character.escape.angelscript + + + + + begin + ' + beginCaptures + + 0 + + name + punctuation.definition.string.begin.angelscript + + + end + ' + endCaptures + + 0 + + name + punctuation.definition.string.end.angelscript + + + name + string.quoted.single.angelscript + patterns + + + match + \\. + name + constant.character.escape.angelscript + + + + + match + (~|!|&&|\|\|) + name + keyword.operator.logical.angelscript + + + match + [-!%&><@*+=/?:] + name + keyword.operator.symbolic.angelscript + + + match + \b(for|in|break|continue|while|do|return|if|else|case|switch|namespace)\b + name + keyword.control.angelscript + + + match + \b(is|cast)\b + name + keyword.operator.angelscript + + + match + \b(or|and|xor|not)\b + name + keyword.operator.logical.angelscript + + + match + \b(get|in|inout|out|override|set|private|public|const|default|final|shared|mixin)\b + name + storage.modifier.angelscript + + + match + \b(enum|void|bool|typedef|funcdef|int|int8|int16|int32|int64|uint|uint8|uint16|uint32|uint64|string|ref|array|double|float|auto|dictionary)\b + name + storage.type.angelscript + + + match + [A-Za-z][A-Za-z0-9]+@ + name + storage.type.angelscript + + + match + \b(null|true|false)\b + name + constant.language.angelscript + + + match + \b(this|super)\b + name + variable.language.angelscript + + + match + \b(import|from)\b + name + keyword.control.import.angelscript + + + match + \b((0(x|X)[0-9a-fA-F]*)|(([0-9]+\.?[0-9]*)|(\.[0-9]+))((e|E)(\+|-)?[0-9]+)?)(L|l|UL|ul|u|U|F|f)?\b + name + constant.numeric.angelscript + + + match + ^\s*\#([a-zA-Z_0-9]*)? + name + keyword.control.import.angelscript + + + + + captures + + 1 + + name + markup.heading.angelscript + + + match + ^\s*\[(.*)\]\s*? + name + meta.metadata.angelscript + + + match + \.[a-zA-Z_][a-zA-Z_0-9]*\b(?!\s*\() + name + variable.other.dot-access.angelscript + + + captures + + 1 + + name + storage.type.class.angelscript + + 2 + + name + entity.name.type.class.angelscript + + 3 + + name + entity.other.inherited-class.angelscript + + 5 + + name + entity.other.inherited-class.angelscript + + 7 + + name + entity.other.inherited-class.angelscript + + 9 + + name + entity.other.inherited-class.angelscript + + 11 + + name + entity.other.inherited-class.angelscript + + + match + \b(class|interface)\s+([a-zA-Z_0-9]*)(?:\s*:\s*([a-zA-Z_0-9]*)(\s*,\s*([a-zA-Z_0-9]*))?(\s*,\s*([a-zA-Z_0-9]*))?(\s*,\s*([a-zA-Z_0-9]*))?(\s*,\s*([a-zA-Z_0-9]*))?)? + name + meta.class.angelscript + + + captures + + 2 + + name + meta.function-call.angelscript + + + match + (\b|\.)([a-zA-Z_][a-zA-Z_0-9]*)\b(\s*\() + + + match + \b([A-Z][A-Z0-9_]+)\b + name + constant.other.angelscript + + + scopeName + source.angelscript + uuid + 69E25C06-FA48-4207-BF35-11353888A8F6 + +