This commit is contained in:
MassiveAtoms
2020-04-17 12:27:05 -03:00
commit 45993b5e53
41 changed files with 22390 additions and 0 deletions

View File

@@ -0,0 +1 @@
{"requests":[{"kind":"cache","version":2},{"kind":"codemodel","version":2}]}

File diff suppressed because it is too large Load Diff

View File

@@ -0,0 +1,68 @@
{
"configurations" :
[
{
"directories" :
[
{
"build" : ".",
"minimumCMakeVersion" :
{
"string" : "3.15"
},
"projectIndex" : 0,
"source" : ".",
"targetIndexes" :
[
0,
1
]
}
],
"name" : "Debug",
"projects" :
[
{
"directoryIndexes" :
[
0
],
"name" : "project",
"targetIndexes" :
[
0,
1
]
}
],
"targets" :
[
{
"directoryIndex" : 0,
"id" : "project::@6890427a1f51a3e7e1df",
"jsonFile" : "target-project-Debug-edc364d0ad79c8a351ac.json",
"name" : "project",
"projectIndex" : 0
},
{
"directoryIndex" : 0,
"id" : "test::@6890427a1f51a3e7e1df",
"jsonFile" : "target-test-Debug-641e49cf048cf8498fb4.json",
"name" : "test",
"projectIndex" : 0
}
]
}
],
"kind" : "codemodel",
"paths" :
{
"build" : "C:/Users/MassiveAtoms/Desktop/test-build/build",
"source" : "C:/Users/MassiveAtoms/Desktop/test-build"
},
"version" :
{
"major" : 2,
"minor" : 0
}
}

View File

@@ -0,0 +1,88 @@
{
"cmake" :
{
"generator" :
{
"multiConfig" : false,
"name" : "Ninja"
},
"paths" :
{
"cmake" : "C:/msys64/mingw64/bin/cmake.exe",
"cpack" : "C:/msys64/mingw64/bin/cpack.exe",
"ctest" : "C:/msys64/mingw64/bin/ctest.exe",
"root" : "C:/msys64/mingw64/share/cmake-3.17"
},
"version" :
{
"isDirty" : false,
"major" : 3,
"minor" : 17,
"patch" : 0,
"string" : "3.17.0",
"suffix" : ""
}
},
"objects" :
[
{
"jsonFile" : "codemodel-v2-b560a1633024c0ae40f9.json",
"kind" : "codemodel",
"version" :
{
"major" : 2,
"minor" : 0
}
},
{
"jsonFile" : "cache-v2-6cd86ec7576d79d5a8a6.json",
"kind" : "cache",
"version" :
{
"major" : 2,
"minor" : 0
}
}
],
"reply" :
{
"client-vscode" :
{
"query.json" :
{
"requests" :
[
{
"kind" : "cache",
"version" : 2
},
{
"kind" : "codemodel",
"version" : 2
}
],
"responses" :
[
{
"jsonFile" : "cache-v2-6cd86ec7576d79d5a8a6.json",
"kind" : "cache",
"version" :
{
"major" : 2,
"minor" : 0
}
},
{
"jsonFile" : "codemodel-v2-b560a1633024c0ae40f9.json",
"kind" : "codemodel",
"version" :
{
"major" : 2,
"minor" : 0
}
}
]
}
}
}
}

View File

@@ -0,0 +1,119 @@
{
"artifacts" :
[
{
"path" : "project.exe"
},
{
"path" : "project.pdb"
}
],
"backtrace" : 1,
"backtraceGraph" :
{
"commands" :
[
"add_executable"
],
"files" :
[
"CMakeLists.txt"
],
"nodes" :
[
{
"file" : 0
},
{
"command" : 0,
"file" : 0,
"line" : 6,
"parent" : 0
}
]
},
"compileGroups" :
[
{
"compileCommandFragments" :
[
{
"fragment" : "-g -Xclang -gcodeview -O0 -D_DEBUG -D_DLL -D_MT -Xclang --dependent-lib=msvcrtd "
},
{
"fragment" : "-std=gnu++17"
}
],
"language" : "CXX",
"sourceIndexes" :
[
2
]
}
],
"id" : "project::@6890427a1f51a3e7e1df",
"link" :
{
"commandFragments" :
[
{
"fragment" : "-g -Xclang -gcodeview -O0 -D_DEBUG -D_DLL -D_MT -Xclang --dependent-lib=msvcrtd",
"role" : "flags"
},
{
"fragment" : "",
"role" : "flags"
},
{
"fragment" : "-lkernel32 -luser32 -lgdi32 -lwinspool -lshell32 -lole32 -loleaut32 -luuid -lcomdlg32 -ladvapi32 -loldnames",
"role" : "libraries"
}
],
"language" : "CXX"
},
"name" : "project",
"nameOnDisk" : "project.exe",
"paths" :
{
"build" : ".",
"source" : "."
},
"sourceGroups" :
[
{
"name" : "Header Files",
"sourceIndexes" :
[
0,
1
]
},
{
"name" : "Source Files",
"sourceIndexes" :
[
2
]
}
],
"sources" :
[
{
"backtrace" : 1,
"path" : "Point.h",
"sourceGroupIndex" : 0
},
{
"backtrace" : 1,
"path" : "shapes.h",
"sourceGroupIndex" : 0
},
{
"backtrace" : 1,
"compileGroupIndex" : 0,
"path" : "main.cpp",
"sourceGroupIndex" : 1
}
],
"type" : "EXECUTABLE"
}

View File

@@ -0,0 +1,125 @@
{
"artifacts" :
[
{
"path" : "test.exe"
},
{
"path" : "test.pdb"
}
],
"backtrace" : 1,
"backtraceGraph" :
{
"commands" :
[
"add_executable"
],
"files" :
[
"CMakeLists.txt"
],
"nodes" :
[
{
"file" : 0
},
{
"command" : 0,
"file" : 0,
"line" : 12,
"parent" : 0
}
]
},
"compileGroups" :
[
{
"compileCommandFragments" :
[
{
"fragment" : "-g -Xclang -gcodeview -O0 -D_DEBUG -D_DLL -D_MT -Xclang --dependent-lib=msvcrtd "
},
{
"fragment" : "-std=gnu++17"
}
],
"language" : "CXX",
"sourceIndexes" :
[
3
]
}
],
"id" : "test::@6890427a1f51a3e7e1df",
"link" :
{
"commandFragments" :
[
{
"fragment" : "-g -Xclang -gcodeview -O0 -D_DEBUG -D_DLL -D_MT -Xclang --dependent-lib=msvcrtd",
"role" : "flags"
},
{
"fragment" : "",
"role" : "flags"
},
{
"fragment" : "-lkernel32 -luser32 -lgdi32 -lwinspool -lshell32 -lole32 -loleaut32 -luuid -lcomdlg32 -ladvapi32 -loldnames",
"role" : "libraries"
}
],
"language" : "CXX"
},
"name" : "test",
"nameOnDisk" : "test.exe",
"paths" :
{
"build" : ".",
"source" : "."
},
"sourceGroups" :
[
{
"name" : "Header Files",
"sourceIndexes" :
[
0,
1,
2
]
},
{
"name" : "Source Files",
"sourceIndexes" :
[
3
]
}
],
"sources" :
[
{
"backtrace" : 1,
"path" : "Point.h",
"sourceGroupIndex" : 0
},
{
"backtrace" : 1,
"path" : "shapes.h",
"sourceGroupIndex" : 0
},
{
"backtrace" : 1,
"path" : "catch2.hpp",
"sourceGroupIndex" : 0
},
{
"backtrace" : 1,
"compileGroupIndex" : 0,
"path" : "test.cpp",
"sourceGroupIndex" : 1
}
],
"type" : "EXECUTABLE"
}