init commit

This commit is contained in:
SemvdH
2021-04-14 14:19:59 +02:00
commit c23650610e
32 changed files with 4899 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,77 @@
{
"configurations" :
[
{
"directories" :
[
{
"build" : ".",
"minimumCMakeVersion" :
{
"string" : "2.6.3"
},
"projectIndex" : 0,
"source" : ".",
"targetIndexes" :
[
0,
1,
2
]
}
],
"name" : "Debug",
"projects" :
[
{
"directoryIndexes" :
[
0
],
"name" : "hello_world",
"targetIndexes" :
[
0,
1,
2
]
}
],
"targets" :
[
{
"directoryIndex" : 0,
"id" : "hello_world::@6890427a1f51a3e7e1df",
"jsonFile" : "target-hello_world-Debug-56d898603bae97d3019a.json",
"name" : "hello_world",
"projectIndex" : 0
},
{
"directoryIndex" : 0,
"id" : "hello_world.self::@6890427a1f51a3e7e1df",
"jsonFile" : "target-hello_world.self-Debug-6d68fe6fa28e42298fb5.json",
"name" : "hello_world.self",
"projectIndex" : 0
},
{
"directoryIndex" : 0,
"id" : "hello_world.vpk::@6890427a1f51a3e7e1df",
"jsonFile" : "target-hello_world.vpk-Debug-b4f50dfcf6014a3be870.json",
"name" : "hello_world.vpk",
"projectIndex" : 0
}
]
}
],
"kind" : "codemodel",
"paths" :
{
"build" : "/home/semtex99/vita/samples/hello_world2/build",
"source" : "/home/semtex99/vita/samples/hello_world2"
},
"version" :
{
"major" : 2,
"minor" : 0
}
}

View File

@@ -0,0 +1,87 @@
{
"cmake" :
{
"generator" :
{
"name" : "Ninja"
},
"paths" :
{
"cmake" : "/usr/bin/cmake",
"cpack" : "/usr/bin/cpack",
"ctest" : "/usr/bin/ctest",
"root" : "/usr/share/cmake-3.16"
},
"version" :
{
"isDirty" : false,
"major" : 3,
"minor" : 16,
"patch" : 3,
"string" : "3.16.3",
"suffix" : ""
}
},
"objects" :
[
{
"jsonFile" : "codemodel-v2-e2d496adb238cc9b8d89.json",
"kind" : "codemodel",
"version" :
{
"major" : 2,
"minor" : 0
}
},
{
"jsonFile" : "cache-v2-891329016e9b93927130.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-891329016e9b93927130.json",
"kind" : "cache",
"version" :
{
"major" : 2,
"minor" : 0
}
},
{
"jsonFile" : "codemodel-v2-e2d496adb238cc9b8d89.json",
"kind" : "codemodel",
"version" :
{
"major" : 2,
"minor" : 0
}
}
]
}
}
}
}

View File

@@ -0,0 +1,189 @@
{
"artifacts" :
[
{
"path" : "hello_world"
}
],
"backtrace" : 1,
"backtraceGraph" :
{
"commands" :
[
"add_executable",
"link_directories",
"include_directories"
],
"files" :
[
"CMakeLists.txt"
],
"nodes" :
[
{
"file" : 0
},
{
"command" : 0,
"file" : 0,
"line" : 52,
"parent" : 0
},
{
"command" : 1,
"file" : 0,
"line" : 46,
"parent" : 0
},
{
"command" : 2,
"file" : 0,
"line" : 40,
"parent" : 0
}
]
},
"compileGroups" :
[
{
"compileCommandFragments" :
[
{
"fragment" : " -Wl,-q -Wall -O0 -g -DDEBUG -D_DEBUG "
}
],
"includes" :
[
{
"backtrace" : 3,
"path" : "/home/semtex99/vita/samples/hello_world2/../common"
}
],
"language" : "C",
"sourceIndexes" :
[
0,
1
]
}
],
"id" : "hello_world::@6890427a1f51a3e7e1df",
"link" :
{
"commandFragments" :
[
{
"fragment" : "-Wl,-q -Wall -O0 -g -DDEBUG -D_DEBUG",
"role" : "flags"
},
{
"fragment" : "-Wl,-z,nocopyreloc",
"role" : "flags"
},
{
"backtrace" : 2,
"fragment" : "-L/home/semtex99/vita/samples/hello_world2/build",
"role" : "libraryPath"
},
{
"fragment" : "-lvita2d",
"role" : "libraries"
},
{
"fragment" : "-lSceLibKernel_stub",
"role" : "libraries"
},
{
"fragment" : "-lSceDisplay_stub",
"role" : "libraries"
},
{
"fragment" : "-lSceGxm_stub",
"role" : "libraries"
},
{
"fragment" : "-lSceSysmodule_stub",
"role" : "libraries"
},
{
"fragment" : "-lSceCtrl_stub",
"role" : "libraries"
},
{
"fragment" : "-lScePgf_stub",
"role" : "libraries"
},
{
"fragment" : "-lScePvf_stub",
"role" : "libraries"
},
{
"fragment" : "-lSceCommonDialog_stub",
"role" : "libraries"
},
{
"fragment" : "-lfreetype",
"role" : "libraries"
},
{
"fragment" : "-lpng",
"role" : "libraries"
},
{
"fragment" : "-ljpeg",
"role" : "libraries"
},
{
"fragment" : "-lz",
"role" : "libraries"
},
{
"fragment" : "-lm",
"role" : "libraries"
},
{
"fragment" : "-lc",
"role" : "libraries"
},
{
"fragment" : "-lSceAppMgr_stub",
"role" : "libraries"
}
],
"language" : "C"
},
"name" : "hello_world",
"nameOnDisk" : "hello_world",
"paths" :
{
"build" : ".",
"source" : "."
},
"sourceGroups" :
[
{
"name" : "Source Files",
"sourceIndexes" :
[
0,
1
]
}
],
"sources" :
[
{
"backtrace" : 1,
"compileGroupIndex" : 0,
"path" : "src/main.c",
"sourceGroupIndex" : 0
},
{
"backtrace" : 1,
"compileGroupIndex" : 0,
"path" : "/home/semtex99/vita/samples/common/debugScreen.c",
"sourceGroupIndex" : 0
}
],
"type" : "EXECUTABLE"
}

View File

@@ -0,0 +1,102 @@
{
"backtrace" : 2,
"backtraceGraph" :
{
"commands" :
[
"add_custom_target",
"vita_create_self",
"add_dependencies"
],
"files" :
[
"/usr/local/vitasdk/share/vita.cmake",
"CMakeLists.txt"
],
"nodes" :
[
{
"file" : 1
},
{
"command" : 1,
"file" : 1,
"line" : 80,
"parent" : 0
},
{
"command" : 0,
"file" : 0,
"line" : 89,
"parent" : 1
},
{
"command" : 2,
"file" : 0,
"line" : 96,
"parent" : 1
}
]
},
"dependencies" :
[
{
"backtrace" : 3,
"id" : "hello_world::@6890427a1f51a3e7e1df"
}
],
"id" : "hello_world.self::@6890427a1f51a3e7e1df",
"name" : "hello_world.self",
"paths" :
{
"build" : ".",
"source" : "."
},
"sourceGroups" :
[
{
"name" : "",
"sourceIndexes" :
[
0
]
},
{
"name" : "CMake Rules",
"sourceIndexes" :
[
1,
2,
3
]
}
],
"sources" :
[
{
"backtrace" : 2,
"isGenerated" : true,
"path" : "build/CMakeFiles/hello_world.self",
"sourceGroupIndex" : 0
},
{
"backtrace" : 0,
"isGenerated" : true,
"path" : "build/CMakeFiles/hello_world.self.rule",
"sourceGroupIndex" : 1
},
{
"backtrace" : 0,
"isGenerated" : true,
"path" : "build/hello_world.self.out.rule",
"sourceGroupIndex" : 1
},
{
"backtrace" : 0,
"isGenerated" : true,
"path" : "build/hello_world.velf.rule",
"sourceGroupIndex" : 1
}
],
"type" : "UTILITY"
}

View File

@@ -0,0 +1,102 @@
{
"backtrace" : 2,
"backtraceGraph" :
{
"commands" :
[
"add_custom_target",
"vita_create_vpk",
"add_dependencies"
],
"files" :
[
"/usr/local/vitasdk/share/vita.cmake",
"CMakeLists.txt"
],
"nodes" :
[
{
"file" : 1
},
{
"command" : 1,
"file" : 1,
"line" : 83,
"parent" : 0
},
{
"command" : 0,
"file" : 0,
"line" : 273,
"parent" : 1
},
{
"command" : 2,
"file" : 0,
"line" : 280,
"parent" : 1
}
]
},
"dependencies" :
[
{
"backtrace" : 3,
"id" : "hello_world.self::@6890427a1f51a3e7e1df"
}
],
"id" : "hello_world.vpk::@6890427a1f51a3e7e1df",
"name" : "hello_world.vpk",
"paths" :
{
"build" : ".",
"source" : "."
},
"sourceGroups" :
[
{
"name" : "",
"sourceIndexes" :
[
0
]
},
{
"name" : "CMake Rules",
"sourceIndexes" :
[
1,
2,
3
]
}
],
"sources" :
[
{
"backtrace" : 2,
"isGenerated" : true,
"path" : "build/CMakeFiles/hello_world.vpk",
"sourceGroupIndex" : 0
},
{
"backtrace" : 0,
"isGenerated" : true,
"path" : "build/CMakeFiles/hello_world.vpk.rule",
"sourceGroupIndex" : 1
},
{
"backtrace" : 0,
"isGenerated" : true,
"path" : "build/hello_world.vpk.out.rule",
"sourceGroupIndex" : 1
},
{
"backtrace" : 0,
"isGenerated" : true,
"path" : "build/hello_world.vpk_param.sfo.rule",
"sourceGroupIndex" : 1
}
],
"type" : "UTILITY"
}