Fixed broken mouse position under OS4. Fixed endianess problem in nuklear.h file

This commit is contained in:
Andrea Palmatè 2024-04-03 13:33:32 +02:00
parent 2fcf0b3d16
commit 6ee29a6b62
66 changed files with 16766 additions and 3302 deletions

8
.idea/.gitignore vendored Normal file
View File

@ -0,0 +1,8 @@
# Default ignored files
/shelf/
/workspace.xml
# Editor-based HTTP Client requests
/httpRequests/
# Datasource local storage ignored files
/dataSources/
/dataSources.local.xml

1
.idea/.name Normal file
View File

@ -0,0 +1 @@
GLFW

2
.idea/glfw.iml Normal file
View File

@ -0,0 +1,2 @@
<?xml version="1.0" encoding="UTF-8"?>
<module classpath="CMake" type="CPP_MODULE" version="4" />

4
.idea/misc.xml Normal file
View File

@ -0,0 +1,4 @@
<?xml version="1.0" encoding="UTF-8"?>
<project version="4">
<component name="CMakeWorkspace" PROJECT_DIR="$PROJECT_DIR$" />
</project>

8
.idea/modules.xml Normal file
View File

@ -0,0 +1,8 @@
<?xml version="1.0" encoding="UTF-8"?>
<project version="4">
<component name="ProjectModuleManager">
<modules>
<module fileurl="file://$PROJECT_DIR$/.idea/glfw.iml" filepath="$PROJECT_DIR$/.idea/glfw.iml" />
</modules>
</component>
</project>

6
.idea/vcs.xml Normal file
View File

@ -0,0 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<project version="4">
<component name="VcsDirectoryMappings">
<mapping directory="" vcs="Git" />
</component>
</project>

File diff suppressed because it is too large Load Diff

View File

@ -0,0 +1,219 @@
{
"inputs" :
[
{
"path" : "CMakeLists.txt"
},
{
"isGenerated" : true,
"path" : "cmake-build-debug/CMakeFiles/3.27.8/CMakeSystem.cmake"
},
{
"isCMake" : true,
"isExternal" : true,
"path" : "C:/Program Files/JetBrains/CLion 2021.3.2/bin/cmake/win/x64/share/cmake-3.27/Modules/CMakeSystemSpecificInitialize.cmake"
},
{
"isCMake" : true,
"isExternal" : true,
"path" : "C:/Program Files/JetBrains/CLion 2021.3.2/bin/cmake/win/x64/share/cmake-3.27/Modules/Platform/Windows-Initialize.cmake"
},
{
"isGenerated" : true,
"path" : "cmake-build-debug/CMakeFiles/3.27.8/CMakeCCompiler.cmake"
},
{
"isCMake" : true,
"isExternal" : true,
"path" : "C:/Program Files/JetBrains/CLion 2021.3.2/bin/cmake/win/x64/share/cmake-3.27/Modules/CMakeSystemSpecificInformation.cmake"
},
{
"isCMake" : true,
"isExternal" : true,
"path" : "C:/Program Files/JetBrains/CLion 2021.3.2/bin/cmake/win/x64/share/cmake-3.27/Modules/CMakeGenericSystem.cmake"
},
{
"isCMake" : true,
"isExternal" : true,
"path" : "C:/Program Files/JetBrains/CLion 2021.3.2/bin/cmake/win/x64/share/cmake-3.27/Modules/CMakeInitializeConfigs.cmake"
},
{
"isCMake" : true,
"isExternal" : true,
"path" : "C:/Program Files/JetBrains/CLion 2021.3.2/bin/cmake/win/x64/share/cmake-3.27/Modules/Platform/Windows.cmake"
},
{
"isCMake" : true,
"isExternal" : true,
"path" : "C:/Program Files/JetBrains/CLion 2021.3.2/bin/cmake/win/x64/share/cmake-3.27/Modules/Platform/WindowsPaths.cmake"
},
{
"isCMake" : true,
"isExternal" : true,
"path" : "C:/Program Files/JetBrains/CLion 2021.3.2/bin/cmake/win/x64/share/cmake-3.27/Modules/CMakeCInformation.cmake"
},
{
"isCMake" : true,
"isExternal" : true,
"path" : "C:/Program Files/JetBrains/CLion 2021.3.2/bin/cmake/win/x64/share/cmake-3.27/Modules/CMakeLanguageInformation.cmake"
},
{
"isCMake" : true,
"isExternal" : true,
"path" : "C:/Program Files/JetBrains/CLion 2021.3.2/bin/cmake/win/x64/share/cmake-3.27/Modules/Compiler/GNU-C.cmake"
},
{
"isCMake" : true,
"isExternal" : true,
"path" : "C:/Program Files/JetBrains/CLion 2021.3.2/bin/cmake/win/x64/share/cmake-3.27/Modules/Compiler/GNU.cmake"
},
{
"isCMake" : true,
"isExternal" : true,
"path" : "C:/Program Files/JetBrains/CLion 2021.3.2/bin/cmake/win/x64/share/cmake-3.27/Modules/Compiler/CMakeCommonCompilerMacros.cmake"
},
{
"isCMake" : true,
"isExternal" : true,
"path" : "C:/Program Files/JetBrains/CLion 2021.3.2/bin/cmake/win/x64/share/cmake-3.27/Modules/Platform/Windows-GNU-C.cmake"
},
{
"isCMake" : true,
"isExternal" : true,
"path" : "C:/Program Files/JetBrains/CLion 2021.3.2/bin/cmake/win/x64/share/cmake-3.27/Modules/Platform/Windows-GNU.cmake"
},
{
"isGenerated" : true,
"path" : "cmake-build-debug/CMakeFiles/3.27.8/CMakeRCCompiler.cmake"
},
{
"isCMake" : true,
"isExternal" : true,
"path" : "C:/Program Files/JetBrains/CLion 2021.3.2/bin/cmake/win/x64/share/cmake-3.27/Modules/CMakeRCInformation.cmake"
},
{
"isCMake" : true,
"isExternal" : true,
"path" : "C:/Program Files/JetBrains/CLion 2021.3.2/bin/cmake/win/x64/share/cmake-3.27/Modules/Platform/Windows-windres.cmake"
},
{
"isCMake" : true,
"isExternal" : true,
"path" : "C:/Program Files/JetBrains/CLion 2021.3.2/bin/cmake/win/x64/share/cmake-3.27/Modules/Platform/Windows-GNU-C-ABI.cmake"
},
{
"isCMake" : true,
"isExternal" : true,
"path" : "C:/Program Files/JetBrains/CLion 2021.3.2/bin/cmake/win/x64/share/cmake-3.27/Modules/CMakeCommonLanguageInclude.cmake"
},
{
"isCMake" : true,
"isExternal" : true,
"path" : "C:/Program Files/JetBrains/CLion 2021.3.2/bin/cmake/win/x64/share/cmake-3.27/Modules/GNUInstallDirs.cmake"
},
{
"isCMake" : true,
"isExternal" : true,
"path" : "C:/Program Files/JetBrains/CLion 2021.3.2/bin/cmake/win/x64/share/cmake-3.27/Modules/CMakeDependentOption.cmake"
},
{
"isCMake" : true,
"isExternal" : true,
"path" : "C:/Program Files/JetBrains/CLion 2021.3.2/bin/cmake/win/x64/share/cmake-3.27/Modules/FindThreads.cmake"
},
{
"isCMake" : true,
"isExternal" : true,
"path" : "C:/Program Files/JetBrains/CLion 2021.3.2/bin/cmake/win/x64/share/cmake-3.27/Modules/CheckLibraryExists.cmake"
},
{
"isCMake" : true,
"isExternal" : true,
"path" : "C:/Program Files/JetBrains/CLion 2021.3.2/bin/cmake/win/x64/share/cmake-3.27/Modules/CheckIncludeFile.cmake"
},
{
"isCMake" : true,
"isExternal" : true,
"path" : "C:/Program Files/JetBrains/CLion 2021.3.2/bin/cmake/win/x64/share/cmake-3.27/Modules/CheckCSourceCompiles.cmake"
},
{
"isCMake" : true,
"isExternal" : true,
"path" : "C:/Program Files/JetBrains/CLion 2021.3.2/bin/cmake/win/x64/share/cmake-3.27/Modules/Internal/CheckSourceCompiles.cmake"
},
{
"isCMake" : true,
"isExternal" : true,
"path" : "C:/Program Files/JetBrains/CLion 2021.3.2/bin/cmake/win/x64/share/cmake-3.27/Modules/FindPackageHandleStandardArgs.cmake"
},
{
"isCMake" : true,
"isExternal" : true,
"path" : "C:/Program Files/JetBrains/CLion 2021.3.2/bin/cmake/win/x64/share/cmake-3.27/Modules/FindPackageMessage.cmake"
},
{
"isCMake" : true,
"isExternal" : true,
"path" : "C:/Program Files/JetBrains/CLion 2021.3.2/bin/cmake/win/x64/share/cmake-3.27/Modules/FindDoxygen.cmake"
},
{
"isCMake" : true,
"isExternal" : true,
"path" : "C:/Program Files/JetBrains/CLion 2021.3.2/bin/cmake/win/x64/share/cmake-3.27/Modules/FindPackageHandleStandardArgs.cmake"
},
{
"isCMake" : true,
"isExternal" : true,
"path" : "C:/Program Files/JetBrains/CLion 2021.3.2/bin/cmake/win/x64/share/cmake-3.27/Modules/FindPackageMessage.cmake"
},
{
"isCMake" : true,
"isExternal" : true,
"path" : "C:/Program Files/JetBrains/CLion 2021.3.2/bin/cmake/win/x64/share/cmake-3.27/Modules/CMakePackageConfigHelpers.cmake"
},
{
"isCMake" : true,
"isExternal" : true,
"path" : "C:/Program Files/JetBrains/CLion 2021.3.2/bin/cmake/win/x64/share/cmake-3.27/Modules/WriteBasicConfigVersionFile.cmake"
},
{
"path" : "CMake/glfw3Config.cmake.in"
},
{
"isCMake" : true,
"isExternal" : true,
"path" : "C:/Program Files/JetBrains/CLion 2021.3.2/bin/cmake/win/x64/share/cmake-3.27/Modules/BasicConfigVersion-SameMajorVersion.cmake.in"
},
{
"path" : "CMake/cmake_uninstall.cmake.in"
},
{
"path" : "src/CMakeLists.txt"
},
{
"isCMake" : true,
"isExternal" : true,
"path" : "C:/Program Files/JetBrains/CLion 2021.3.2/bin/cmake/win/x64/share/cmake-3.27/Modules/CheckIncludeFile.cmake"
},
{
"path" : "CMake/glfw3.pc.in"
},
{
"path" : "examples/CMakeLists.txt"
},
{
"path" : "tests/CMakeLists.txt"
}
],
"kind" : "cmakeFiles",
"paths" :
{
"build" : "D:/Sviluppo/Amiga/glfw/cmake-build-debug",
"source" : "D:/Sviluppo/Amiga/glfw"
},
"version" :
{
"major" : 1,
"minor" : 0
}
}

View File

@ -0,0 +1,410 @@
{
"configurations" :
[
{
"directories" :
[
{
"build" : ".",
"childIndexes" :
[
1,
2,
3
],
"hasInstallRule" : true,
"jsonFile" : "directory-.-Debug-9b46ce50fa70ebfdd1f2.json",
"minimumCMakeVersion" :
{
"string" : "3.4"
},
"projectIndex" : 0,
"source" : ".",
"targetIndexes" :
[
29
]
},
{
"build" : "src",
"hasInstallRule" : true,
"jsonFile" : "directory-src-Debug-d414419053581f81c531.json",
"minimumCMakeVersion" :
{
"string" : "3.4"
},
"parentIndex" : 0,
"projectIndex" : 0,
"source" : "src",
"targetIndexes" :
[
8,
30
]
},
{
"build" : "examples",
"jsonFile" : "directory-examples-Debug-2e8964349ffea94e1580.json",
"minimumCMakeVersion" :
{
"string" : "3.4"
},
"parentIndex" : 0,
"projectIndex" : 0,
"source" : "examples",
"targetIndexes" :
[
1,
7,
10,
17,
18,
20,
21,
26,
27,
31,
33
]
},
{
"build" : "tests",
"jsonFile" : "directory-tests-Debug-70e4927a02b591d5c1f8.json",
"minimumCMakeVersion" :
{
"string" : "3.4"
},
"parentIndex" : 0,
"projectIndex" : 0,
"source" : "tests",
"targetIndexes" :
[
0,
2,
3,
4,
5,
6,
9,
11,
12,
13,
14,
15,
16,
19,
22,
23,
24,
25,
28,
32
]
}
],
"name" : "Debug",
"projects" :
[
{
"directoryIndexes" :
[
0,
1,
2,
3
],
"name" : "GLFW",
"targetIndexes" :
[
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14,
15,
16,
17,
18,
19,
20,
21,
22,
23,
24,
25,
26,
27,
28,
29,
30,
31,
32,
33
]
}
],
"targets" :
[
{
"directoryIndex" : 3,
"id" : "allocator::@a44f0ac069e85531cdee",
"jsonFile" : "target-allocator-Debug-7a061432c58a52dc6bb7.json",
"name" : "allocator",
"projectIndex" : 0
},
{
"directoryIndex" : 2,
"id" : "boing::@714eac15f71a94114fdf",
"jsonFile" : "target-boing-Debug-3fbe175e0481b2a1db12.json",
"name" : "boing",
"projectIndex" : 0
},
{
"directoryIndex" : 3,
"id" : "clipboard::@a44f0ac069e85531cdee",
"jsonFile" : "target-clipboard-Debug-434de2a97e2e75c96fe9.json",
"name" : "clipboard",
"projectIndex" : 0
},
{
"directoryIndex" : 3,
"id" : "cursor::@a44f0ac069e85531cdee",
"jsonFile" : "target-cursor-Debug-9c6a74b9948e6e8a731a.json",
"name" : "cursor",
"projectIndex" : 0
},
{
"directoryIndex" : 3,
"id" : "empty::@a44f0ac069e85531cdee",
"jsonFile" : "target-empty-Debug-d6b73ea9f161df094439.json",
"name" : "empty",
"projectIndex" : 0
},
{
"directoryIndex" : 3,
"id" : "events::@a44f0ac069e85531cdee",
"jsonFile" : "target-events-Debug-c87c6637889bcf7f2090.json",
"name" : "events",
"projectIndex" : 0
},
{
"directoryIndex" : 3,
"id" : "gamma::@a44f0ac069e85531cdee",
"jsonFile" : "target-gamma-Debug-da180234903be4ec6c3a.json",
"name" : "gamma",
"projectIndex" : 0
},
{
"directoryIndex" : 2,
"id" : "gears::@714eac15f71a94114fdf",
"jsonFile" : "target-gears-Debug-9b247c3079837aa7aa55.json",
"name" : "gears",
"projectIndex" : 0
},
{
"directoryIndex" : 1,
"id" : "glfw::@145eef247bfb46b6828c",
"jsonFile" : "target-glfw-Debug-ff27e41b7715aee63573.json",
"name" : "glfw",
"projectIndex" : 0
},
{
"directoryIndex" : 3,
"id" : "glfwinfo::@a44f0ac069e85531cdee",
"jsonFile" : "target-glfwinfo-Debug-30ffbba2b4357aaf95d2.json",
"name" : "glfwinfo",
"projectIndex" : 0
},
{
"directoryIndex" : 2,
"id" : "heightmap::@714eac15f71a94114fdf",
"jsonFile" : "target-heightmap-Debug-6da386c1f1015fffa118.json",
"name" : "heightmap",
"projectIndex" : 0
},
{
"directoryIndex" : 3,
"id" : "icon::@a44f0ac069e85531cdee",
"jsonFile" : "target-icon-Debug-8ab6362c4b38062f8037.json",
"name" : "icon",
"projectIndex" : 0
},
{
"directoryIndex" : 3,
"id" : "iconify::@a44f0ac069e85531cdee",
"jsonFile" : "target-iconify-Debug-0f96616f62ff6a769e5a.json",
"name" : "iconify",
"projectIndex" : 0
},
{
"directoryIndex" : 3,
"id" : "inputlag::@a44f0ac069e85531cdee",
"jsonFile" : "target-inputlag-Debug-a7bf1dfaf2615f93e581.json",
"name" : "inputlag",
"projectIndex" : 0
},
{
"directoryIndex" : 3,
"id" : "joysticks::@a44f0ac069e85531cdee",
"jsonFile" : "target-joysticks-Debug-03388d55b6de21e8dc57.json",
"name" : "joysticks",
"projectIndex" : 0
},
{
"directoryIndex" : 3,
"id" : "monitors::@a44f0ac069e85531cdee",
"jsonFile" : "target-monitors-Debug-5e96cb1bf7a01373f9ca.json",
"name" : "monitors",
"projectIndex" : 0
},
{
"directoryIndex" : 3,
"id" : "msaa::@a44f0ac069e85531cdee",
"jsonFile" : "target-msaa-Debug-5afc1ea6b56ebc29ab24.json",
"name" : "msaa",
"projectIndex" : 0
},
{
"directoryIndex" : 2,
"id" : "offscreen::@714eac15f71a94114fdf",
"jsonFile" : "target-offscreen-Debug-f1a2febdefe349c625a5.json",
"name" : "offscreen",
"projectIndex" : 0
},
{
"directoryIndex" : 2,
"id" : "particles::@714eac15f71a94114fdf",
"jsonFile" : "target-particles-Debug-d18ec1b6c7ccab04a564.json",
"name" : "particles",
"projectIndex" : 0
},
{
"directoryIndex" : 3,
"id" : "reopen::@a44f0ac069e85531cdee",
"jsonFile" : "target-reopen-Debug-2279d4771481cc664d14.json",
"name" : "reopen",
"projectIndex" : 0
},
{
"directoryIndex" : 2,
"id" : "sharing::@714eac15f71a94114fdf",
"jsonFile" : "target-sharing-Debug-3469ff7610602bd01536.json",
"name" : "sharing",
"projectIndex" : 0
},
{
"directoryIndex" : 2,
"id" : "splitview::@714eac15f71a94114fdf",
"jsonFile" : "target-splitview-Debug-452dea404fc086698331.json",
"name" : "splitview",
"projectIndex" : 0
},
{
"directoryIndex" : 3,
"id" : "tearing::@a44f0ac069e85531cdee",
"jsonFile" : "target-tearing-Debug-54ce537f4d91a1fcbd98.json",
"name" : "tearing",
"projectIndex" : 0
},
{
"directoryIndex" : 3,
"id" : "threads::@a44f0ac069e85531cdee",
"jsonFile" : "target-threads-Debug-a0cb128a33c5529d9634.json",
"name" : "threads",
"projectIndex" : 0
},
{
"directoryIndex" : 3,
"id" : "timeout::@a44f0ac069e85531cdee",
"jsonFile" : "target-timeout-Debug-8f4021105a5b8e680d8c.json",
"name" : "timeout",
"projectIndex" : 0
},
{
"directoryIndex" : 3,
"id" : "title::@a44f0ac069e85531cdee",
"jsonFile" : "target-title-Debug-e15035b01e1fbedbe1e5.json",
"name" : "title",
"projectIndex" : 0
},
{
"directoryIndex" : 2,
"id" : "triangle-opengl::@714eac15f71a94114fdf",
"jsonFile" : "target-triangle-opengl-Debug-56e9e2d7b1edd0df1e3f.json",
"name" : "triangle-opengl",
"projectIndex" : 0
},
{
"directoryIndex" : 2,
"id" : "triangle-opengles::@714eac15f71a94114fdf",
"jsonFile" : "target-triangle-opengles-Debug-863f227990ac1baeabf3.json",
"name" : "triangle-opengles",
"projectIndex" : 0
},
{
"directoryIndex" : 3,
"id" : "triangle-vulkan::@a44f0ac069e85531cdee",
"jsonFile" : "target-triangle-vulkan-Debug-015b75692acc1390b873.json",
"name" : "triangle-vulkan",
"projectIndex" : 0
},
{
"directoryIndex" : 0,
"id" : "uninstall::@6890427a1f51a3e7e1df",
"jsonFile" : "target-uninstall-Debug-8d73757990b3b7887d0a.json",
"name" : "uninstall",
"projectIndex" : 0
},
{
"directoryIndex" : 1,
"id" : "update_mappings::@145eef247bfb46b6828c",
"jsonFile" : "target-update_mappings-Debug-6c82edede53b767cde68.json",
"name" : "update_mappings",
"projectIndex" : 0
},
{
"directoryIndex" : 2,
"id" : "wave::@714eac15f71a94114fdf",
"jsonFile" : "target-wave-Debug-70690061be7c7e6e59aa.json",
"name" : "wave",
"projectIndex" : 0
},
{
"directoryIndex" : 3,
"id" : "window::@a44f0ac069e85531cdee",
"jsonFile" : "target-window-Debug-c44a7443c74bc35b5bc1.json",
"name" : "window",
"projectIndex" : 0
},
{
"directoryIndex" : 2,
"id" : "windows::@714eac15f71a94114fdf",
"jsonFile" : "target-windows-Debug-6af3ffccea11ff5c8377.json",
"name" : "windows",
"projectIndex" : 0
}
]
}
],
"kind" : "codemodel",
"paths" :
{
"build" : "D:/Sviluppo/Amiga/glfw/cmake-build-debug",
"source" : "D:/Sviluppo/Amiga/glfw"
},
"version" :
{
"major" : 2,
"minor" : 6
}
}

View File

@ -0,0 +1,100 @@
{
"backtraceGraph" :
{
"commands" :
[
"install"
],
"files" :
[
"CMakeLists.txt"
],
"nodes" :
[
{
"file" : 0
},
{
"command" : 0,
"file" : 0,
"line" : 146,
"parent" : 0
},
{
"command" : 0,
"file" : 0,
"line" : 149,
"parent" : 0
},
{
"command" : 0,
"file" : 0,
"line" : 153,
"parent" : 0
},
{
"command" : 0,
"file" : 0,
"line" : 156,
"parent" : 0
}
]
},
"installers" :
[
{
"backtrace" : 1,
"component" : "Unspecified",
"destination" : "include",
"paths" :
[
"include/GLFW"
],
"type" : "directory"
},
{
"backtrace" : 2,
"component" : "Unspecified",
"destination" : "lib/cmake/glfw3",
"paths" :
[
"cmake-build-debug/src/glfw3Config.cmake",
"cmake-build-debug/src/glfw3ConfigVersion.cmake"
],
"type" : "file"
},
{
"backtrace" : 3,
"component" : "Unspecified",
"destination" : "lib/cmake/glfw3",
"exportName" : "glfwTargets",
"exportTargets" :
[
{
"id" : "glfw::@145eef247bfb46b6828c",
"index" : 8
}
],
"paths" :
[
"CMakeFiles/Export/f367bd07922f2ecfc14cf5547f1f7c4e/glfw3Targets.cmake"
],
"type" : "export"
},
{
"backtrace" : 4,
"component" : "Unspecified",
"destination" : "lib/pkgconfig",
"paths" :
[
"cmake-build-debug/src/glfw3.pc"
],
"type" : "file"
}
],
"paths" :
{
"build" : ".",
"source" : "."
}
}

View File

@ -0,0 +1,14 @@
{
"backtraceGraph" :
{
"commands" : [],
"files" : [],
"nodes" : []
},
"installers" : [],
"paths" :
{
"build" : "examples",
"source" : "examples"
}
}

View File

@ -0,0 +1,45 @@
{
"backtraceGraph" :
{
"commands" :
[
"install"
],
"files" :
[
"src/CMakeLists.txt"
],
"nodes" :
[
{
"file" : 0
},
{
"command" : 0,
"file" : 0,
"line" : 408,
"parent" : 0
}
]
},
"installers" :
[
{
"backtrace" : 1,
"component" : "Unspecified",
"destination" : "lib",
"paths" :
[
"src/libglfw3.a"
],
"targetId" : "glfw::@145eef247bfb46b6828c",
"targetIndex" : 8,
"type" : "target"
}
],
"paths" :
{
"build" : "src",
"source" : "src"
}
}

View File

@ -0,0 +1,14 @@
{
"backtraceGraph" :
{
"commands" : [],
"files" : [],
"nodes" : []
},
"installers" : [],
"paths" :
{
"build" : "tests",
"source" : "tests"
}
}

View File

@ -0,0 +1,108 @@
{
"cmake" :
{
"generator" :
{
"multiConfig" : false,
"name" : "Ninja"
},
"paths" :
{
"cmake" : "C:/Program Files/JetBrains/CLion 2021.3.2/bin/cmake/win/x64/bin/cmake.exe",
"cpack" : "C:/Program Files/JetBrains/CLion 2021.3.2/bin/cmake/win/x64/bin/cpack.exe",
"ctest" : "C:/Program Files/JetBrains/CLion 2021.3.2/bin/cmake/win/x64/bin/ctest.exe",
"root" : "C:/Program Files/JetBrains/CLion 2021.3.2/bin/cmake/win/x64/share/cmake-3.27"
},
"version" :
{
"isDirty" : false,
"major" : 3,
"minor" : 27,
"patch" : 8,
"string" : "3.27.8",
"suffix" : ""
}
},
"objects" :
[
{
"jsonFile" : "codemodel-v2-66932cd819c4254ef0e4.json",
"kind" : "codemodel",
"version" :
{
"major" : 2,
"minor" : 6
}
},
{
"jsonFile" : "cache-v2-9a9feb66c013017bc427.json",
"kind" : "cache",
"version" :
{
"major" : 2,
"minor" : 0
}
},
{
"jsonFile" : "cmakeFiles-v1-c02c31bdf2ff6a21ba27.json",
"kind" : "cmakeFiles",
"version" :
{
"major" : 1,
"minor" : 0
}
},
{
"jsonFile" : "toolchains-v1-540d6f25f331ef7e00c3.json",
"kind" : "toolchains",
"version" :
{
"major" : 1,
"minor" : 0
}
}
],
"reply" :
{
"cache-v2" :
{
"jsonFile" : "cache-v2-9a9feb66c013017bc427.json",
"kind" : "cache",
"version" :
{
"major" : 2,
"minor" : 0
}
},
"cmakeFiles-v1" :
{
"jsonFile" : "cmakeFiles-v1-c02c31bdf2ff6a21ba27.json",
"kind" : "cmakeFiles",
"version" :
{
"major" : 1,
"minor" : 0
}
},
"codemodel-v2" :
{
"jsonFile" : "codemodel-v2-66932cd819c4254ef0e4.json",
"kind" : "codemodel",
"version" :
{
"major" : 2,
"minor" : 6
}
},
"toolchains-v1" :
{
"jsonFile" : "toolchains-v1-540d6f25f331ef7e00c3.json",
"kind" : "toolchains",
"version" :
{
"major" : 1,
"minor" : 0
}
}
}
}

View File

@ -0,0 +1,159 @@
{
"artifacts" :
[
{
"path" : "tests/allocator.exe"
},
{
"path" : "tests/allocator.pdb"
}
],
"backtrace" : 1,
"backtraceGraph" :
{
"commands" :
[
"add_executable",
"include_directories",
"set_target_properties"
],
"files" :
[
"tests/CMakeLists.txt"
],
"nodes" :
[
{
"file" : 0
},
{
"command" : 0,
"file" : 0,
"line" : 22,
"parent" : 0
},
{
"command" : 1,
"file" : 0,
"line" : 4,
"parent" : 0
},
{
"command" : 2,
"file" : 0,
"line" : 56,
"parent" : 0
}
]
},
"compileGroups" :
[
{
"compileCommandFragments" :
[
{
"fragment" : "-g -std=gnu99 -fdiagnostics-color=always"
}
],
"includes" :
[
{
"backtrace" : 2,
"path" : "D:/Sviluppo/Amiga/glfw/deps"
},
{
"backtrace" : 1,
"path" : "D:/Sviluppo/Amiga/glfw/include"
}
],
"language" : "C",
"languageStandard" :
{
"backtraces" :
[
3
],
"standard" : "99"
},
"sourceIndexes" :
[
0
]
}
],
"dependencies" :
[
{
"backtrace" : 1,
"id" : "glfw::@145eef247bfb46b6828c"
}
],
"folder" :
{
"name" : "GLFW3/Tests"
},
"id" : "allocator::@a44f0ac069e85531cdee",
"link" :
{
"commandFragments" :
[
{
"fragment" : "-g",
"role" : "flags"
},
{
"fragment" : "",
"role" : "flags"
},
{
"backtrace" : 1,
"fragment" : "src\\libglfw3.a",
"role" : "libraries"
},
{
"fragment" : "-lkernel32 -luser32 -lgdi32 -lwinspool -lshell32 -lole32 -loleaut32 -luuid -lcomdlg32 -ladvapi32",
"role" : "libraries"
}
],
"language" : "C"
},
"name" : "allocator",
"nameOnDisk" : "allocator.exe",
"paths" :
{
"build" : "tests",
"source" : "tests"
},
"sourceGroups" :
[
{
"name" : "Source Files",
"sourceIndexes" :
[
0
]
},
{
"name" : "Header Files",
"sourceIndexes" :
[
1
]
}
],
"sources" :
[
{
"backtrace" : 1,
"compileGroupIndex" : 0,
"path" : "tests/allocator.c",
"sourceGroupIndex" : 0
},
{
"backtrace" : 1,
"path" : "deps/glad/gl.h",
"sourceGroupIndex" : 1
}
],
"type" : "EXECUTABLE"
}

View File

@ -0,0 +1,184 @@
{
"artifacts" :
[
{
"path" : "examples/boing.exe"
},
{
"path" : "examples/boing.pdb"
}
],
"backtrace" : 1,
"backtraceGraph" :
{
"commands" :
[
"add_executable",
"include_directories",
"set_target_properties"
],
"files" :
[
"examples/CMakeLists.txt"
],
"nodes" :
[
{
"file" : 0
},
{
"command" : 0,
"file" : 0,
"line" : 28,
"parent" : 0
},
{
"command" : 1,
"file" : 0,
"line" : 4,
"parent" : 0
},
{
"command" : 2,
"file" : 0,
"line" : 49,
"parent" : 0
}
]
},
"compileGroups" :
[
{
"compileCommandFragments" :
[
{
"fragment" : "-g -std=gnu99 -fdiagnostics-color=always"
}
],
"includes" :
[
{
"backtrace" : 2,
"path" : "D:/Sviluppo/Amiga/glfw/deps"
},
{
"backtrace" : 1,
"path" : "D:/Sviluppo/Amiga/glfw/include"
}
],
"language" : "C",
"languageStandard" :
{
"backtraces" :
[
3
],
"standard" : "99"
},
"sourceIndexes" :
[
0
]
},
{
"includes" :
[
{
"backtrace" : 2,
"path" : "D:/Sviluppo/Amiga/glfw/deps"
},
{
"backtrace" : 1,
"path" : "D:/Sviluppo/Amiga/glfw/include"
}
],
"language" : "RC",
"sourceIndexes" :
[
1
]
}
],
"dependencies" :
[
{
"backtrace" : 1,
"id" : "glfw::@145eef247bfb46b6828c"
}
],
"folder" :
{
"name" : "GLFW3/Examples"
},
"id" : "boing::@714eac15f71a94114fdf",
"link" :
{
"commandFragments" :
[
{
"fragment" : "-g",
"role" : "flags"
},
{
"fragment" : "-mwindows",
"role" : "flags"
},
{
"backtrace" : 1,
"fragment" : "src\\libglfw3.a",
"role" : "libraries"
},
{
"fragment" : "-lkernel32 -luser32 -lgdi32 -lwinspool -lshell32 -lole32 -loleaut32 -luuid -lcomdlg32 -ladvapi32",
"role" : "libraries"
}
],
"language" : "C"
},
"name" : "boing",
"nameOnDisk" : "boing.exe",
"paths" :
{
"build" : "examples",
"source" : "examples"
},
"sourceGroups" :
[
{
"name" : "Source Files",
"sourceIndexes" :
[
0,
1
]
},
{
"name" : "Header Files",
"sourceIndexes" :
[
2
]
}
],
"sources" :
[
{
"backtrace" : 1,
"compileGroupIndex" : 0,
"path" : "examples/boing.c",
"sourceGroupIndex" : 0
},
{
"backtrace" : 1,
"compileGroupIndex" : 1,
"path" : "examples/glfw.rc",
"sourceGroupIndex" : 0
},
{
"backtrace" : 1,
"path" : "deps/glad/gl.h",
"sourceGroupIndex" : 1
}
],
"type" : "EXECUTABLE"
}

View File

@ -0,0 +1,173 @@
{
"artifacts" :
[
{
"path" : "tests/clipboard.exe"
},
{
"path" : "tests/clipboard.pdb"
}
],
"backtrace" : 1,
"backtraceGraph" :
{
"commands" :
[
"add_executable",
"include_directories",
"set_target_properties"
],
"files" :
[
"tests/CMakeLists.txt"
],
"nodes" :
[
{
"file" : 0
},
{
"command" : 0,
"file" : 0,
"line" : 23,
"parent" : 0
},
{
"command" : 1,
"file" : 0,
"line" : 4,
"parent" : 0
},
{
"command" : 2,
"file" : 0,
"line" : 56,
"parent" : 0
}
]
},
"compileGroups" :
[
{
"compileCommandFragments" :
[
{
"fragment" : "-g -std=gnu99 -fdiagnostics-color=always"
}
],
"includes" :
[
{
"backtrace" : 2,
"path" : "D:/Sviluppo/Amiga/glfw/deps"
},
{
"backtrace" : 1,
"path" : "D:/Sviluppo/Amiga/glfw/include"
}
],
"language" : "C",
"languageStandard" :
{
"backtraces" :
[
3
],
"standard" : "99"
},
"sourceIndexes" :
[
0,
2
]
}
],
"dependencies" :
[
{
"backtrace" : 1,
"id" : "glfw::@145eef247bfb46b6828c"
}
],
"folder" :
{
"name" : "GLFW3/Tests"
},
"id" : "clipboard::@a44f0ac069e85531cdee",
"link" :
{
"commandFragments" :
[
{
"fragment" : "-g",
"role" : "flags"
},
{
"fragment" : "",
"role" : "flags"
},
{
"backtrace" : 1,
"fragment" : "src\\libglfw3.a",
"role" : "libraries"
},
{
"fragment" : "-lkernel32 -luser32 -lgdi32 -lwinspool -lshell32 -lole32 -loleaut32 -luuid -lcomdlg32 -ladvapi32",
"role" : "libraries"
}
],
"language" : "C"
},
"name" : "clipboard",
"nameOnDisk" : "clipboard.exe",
"paths" :
{
"build" : "tests",
"source" : "tests"
},
"sourceGroups" :
[
{
"name" : "Source Files",
"sourceIndexes" :
[
0,
2
]
},
{
"name" : "Header Files",
"sourceIndexes" :
[
1,
3
]
}
],
"sources" :
[
{
"backtrace" : 1,
"compileGroupIndex" : 0,
"path" : "tests/clipboard.c",
"sourceGroupIndex" : 0
},
{
"backtrace" : 1,
"path" : "deps/getopt.h",
"sourceGroupIndex" : 1
},
{
"backtrace" : 1,
"compileGroupIndex" : 0,
"path" : "deps/getopt.c",
"sourceGroupIndex" : 0
},
{
"backtrace" : 1,
"path" : "deps/glad/gl.h",
"sourceGroupIndex" : 1
}
],
"type" : "EXECUTABLE"
}

View File

@ -0,0 +1,159 @@
{
"artifacts" :
[
{
"path" : "tests/cursor.exe"
},
{
"path" : "tests/cursor.pdb"
}
],
"backtrace" : 1,
"backtraceGraph" :
{
"commands" :
[
"add_executable",
"include_directories",
"set_target_properties"
],
"files" :
[
"tests/CMakeLists.txt"
],
"nodes" :
[
{
"file" : 0
},
{
"command" : 0,
"file" : 0,
"line" : 30,
"parent" : 0
},
{
"command" : 1,
"file" : 0,
"line" : 4,
"parent" : 0
},
{
"command" : 2,
"file" : 0,
"line" : 56,
"parent" : 0
}
]
},
"compileGroups" :
[
{
"compileCommandFragments" :
[
{
"fragment" : "-g -std=gnu99 -fdiagnostics-color=always"
}
],
"includes" :
[
{
"backtrace" : 2,
"path" : "D:/Sviluppo/Amiga/glfw/deps"
},
{
"backtrace" : 1,
"path" : "D:/Sviluppo/Amiga/glfw/include"
}
],
"language" : "C",
"languageStandard" :
{
"backtraces" :
[
3
],
"standard" : "99"
},
"sourceIndexes" :
[
0
]
}
],
"dependencies" :
[
{
"backtrace" : 1,
"id" : "glfw::@145eef247bfb46b6828c"
}
],
"folder" :
{
"name" : "GLFW3/Tests"
},
"id" : "cursor::@a44f0ac069e85531cdee",
"link" :
{
"commandFragments" :
[
{
"fragment" : "-g",
"role" : "flags"
},
{
"fragment" : "",
"role" : "flags"
},
{
"backtrace" : 1,
"fragment" : "src\\libglfw3.a",
"role" : "libraries"
},
{
"fragment" : "-lkernel32 -luser32 -lgdi32 -lwinspool -lshell32 -lole32 -loleaut32 -luuid -lcomdlg32 -ladvapi32",
"role" : "libraries"
}
],
"language" : "C"
},
"name" : "cursor",
"nameOnDisk" : "cursor.exe",
"paths" :
{
"build" : "tests",
"source" : "tests"
},
"sourceGroups" :
[
{
"name" : "Source Files",
"sourceIndexes" :
[
0
]
},
{
"name" : "Header Files",
"sourceIndexes" :
[
1
]
}
],
"sources" :
[
{
"backtrace" : 1,
"compileGroupIndex" : 0,
"path" : "tests/cursor.c",
"sourceGroupIndex" : 0
},
{
"backtrace" : 1,
"path" : "deps/glad/gl.h",
"sourceGroupIndex" : 1
}
],
"type" : "EXECUTABLE"
}

View File

@ -0,0 +1,173 @@
{
"artifacts" :
[
{
"path" : "tests/empty.exe"
},
{
"path" : "tests/empty.pdb"
}
],
"backtrace" : 1,
"backtraceGraph" :
{
"commands" :
[
"add_executable",
"include_directories",
"set_target_properties"
],
"files" :
[
"tests/CMakeLists.txt"
],
"nodes" :
[
{
"file" : 0
},
{
"command" : 0,
"file" : 0,
"line" : 32,
"parent" : 0
},
{
"command" : 1,
"file" : 0,
"line" : 4,
"parent" : 0
},
{
"command" : 2,
"file" : 0,
"line" : 56,
"parent" : 0
}
]
},
"compileGroups" :
[
{
"compileCommandFragments" :
[
{
"fragment" : "-g -std=gnu99 -fdiagnostics-color=always"
}
],
"includes" :
[
{
"backtrace" : 2,
"path" : "D:/Sviluppo/Amiga/glfw/deps"
},
{
"backtrace" : 1,
"path" : "D:/Sviluppo/Amiga/glfw/include"
}
],
"language" : "C",
"languageStandard" :
{
"backtraces" :
[
3
],
"standard" : "99"
},
"sourceIndexes" :
[
0,
2
]
}
],
"dependencies" :
[
{
"backtrace" : 1,
"id" : "glfw::@145eef247bfb46b6828c"
}
],
"folder" :
{
"name" : "GLFW3/Tests"
},
"id" : "empty::@a44f0ac069e85531cdee",
"link" :
{
"commandFragments" :
[
{
"fragment" : "-g",
"role" : "flags"
},
{
"fragment" : "-mwindows",
"role" : "flags"
},
{
"backtrace" : 1,
"fragment" : "src\\libglfw3.a",
"role" : "libraries"
},
{
"fragment" : "-lkernel32 -luser32 -lgdi32 -lwinspool -lshell32 -lole32 -loleaut32 -luuid -lcomdlg32 -ladvapi32",
"role" : "libraries"
}
],
"language" : "C"
},
"name" : "empty",
"nameOnDisk" : "empty.exe",
"paths" :
{
"build" : "tests",
"source" : "tests"
},
"sourceGroups" :
[
{
"name" : "Source Files",
"sourceIndexes" :
[
0,
2
]
},
{
"name" : "Header Files",
"sourceIndexes" :
[
1,
3
]
}
],
"sources" :
[
{
"backtrace" : 1,
"compileGroupIndex" : 0,
"path" : "tests/empty.c",
"sourceGroupIndex" : 0
},
{
"backtrace" : 1,
"path" : "deps/tinycthread.h",
"sourceGroupIndex" : 1
},
{
"backtrace" : 1,
"compileGroupIndex" : 0,
"path" : "deps/tinycthread.c",
"sourceGroupIndex" : 0
},
{
"backtrace" : 1,
"path" : "deps/glad/gl.h",
"sourceGroupIndex" : 1
}
],
"type" : "EXECUTABLE"
}

View File

@ -0,0 +1,173 @@
{
"artifacts" :
[
{
"path" : "tests/events.exe"
},
{
"path" : "tests/events.pdb"
}
],
"backtrace" : 1,
"backtraceGraph" :
{
"commands" :
[
"add_executable",
"include_directories",
"set_target_properties"
],
"files" :
[
"tests/CMakeLists.txt"
],
"nodes" :
[
{
"file" : 0
},
{
"command" : 0,
"file" : 0,
"line" : 24,
"parent" : 0
},
{
"command" : 1,
"file" : 0,
"line" : 4,
"parent" : 0
},
{
"command" : 2,
"file" : 0,
"line" : 56,
"parent" : 0
}
]
},
"compileGroups" :
[
{
"compileCommandFragments" :
[
{
"fragment" : "-g -std=gnu99 -fdiagnostics-color=always"
}
],
"includes" :
[
{
"backtrace" : 2,
"path" : "D:/Sviluppo/Amiga/glfw/deps"
},
{
"backtrace" : 1,
"path" : "D:/Sviluppo/Amiga/glfw/include"
}
],
"language" : "C",
"languageStandard" :
{
"backtraces" :
[
3
],
"standard" : "99"
},
"sourceIndexes" :
[
0,
2
]
}
],
"dependencies" :
[
{
"backtrace" : 1,
"id" : "glfw::@145eef247bfb46b6828c"
}
],
"folder" :
{
"name" : "GLFW3/Tests"
},
"id" : "events::@a44f0ac069e85531cdee",
"link" :
{
"commandFragments" :
[
{
"fragment" : "-g",
"role" : "flags"
},
{
"fragment" : "",
"role" : "flags"
},
{
"backtrace" : 1,
"fragment" : "src\\libglfw3.a",
"role" : "libraries"
},
{
"fragment" : "-lkernel32 -luser32 -lgdi32 -lwinspool -lshell32 -lole32 -loleaut32 -luuid -lcomdlg32 -ladvapi32",
"role" : "libraries"
}
],
"language" : "C"
},
"name" : "events",
"nameOnDisk" : "events.exe",
"paths" :
{
"build" : "tests",
"source" : "tests"
},
"sourceGroups" :
[
{
"name" : "Source Files",
"sourceIndexes" :
[
0,
2
]
},
{
"name" : "Header Files",
"sourceIndexes" :
[
1,
3
]
}
],
"sources" :
[
{
"backtrace" : 1,
"compileGroupIndex" : 0,
"path" : "tests/events.c",
"sourceGroupIndex" : 0
},
{
"backtrace" : 1,
"path" : "deps/getopt.h",
"sourceGroupIndex" : 1
},
{
"backtrace" : 1,
"compileGroupIndex" : 0,
"path" : "deps/getopt.c",
"sourceGroupIndex" : 0
},
{
"backtrace" : 1,
"path" : "deps/glad/gl.h",
"sourceGroupIndex" : 1
}
],
"type" : "EXECUTABLE"
}

View File

@ -0,0 +1,159 @@
{
"artifacts" :
[
{
"path" : "tests/gamma.exe"
},
{
"path" : "tests/gamma.pdb"
}
],
"backtrace" : 1,
"backtraceGraph" :
{
"commands" :
[
"add_executable",
"include_directories",
"set_target_properties"
],
"files" :
[
"tests/CMakeLists.txt"
],
"nodes" :
[
{
"file" : 0
},
{
"command" : 0,
"file" : 0,
"line" : 33,
"parent" : 0
},
{
"command" : 1,
"file" : 0,
"line" : 4,
"parent" : 0
},
{
"command" : 2,
"file" : 0,
"line" : 56,
"parent" : 0
}
]
},
"compileGroups" :
[
{
"compileCommandFragments" :
[
{
"fragment" : "-g -std=gnu99 -fdiagnostics-color=always"
}
],
"includes" :
[
{
"backtrace" : 2,
"path" : "D:/Sviluppo/Amiga/glfw/deps"
},
{
"backtrace" : 1,
"path" : "D:/Sviluppo/Amiga/glfw/include"
}
],
"language" : "C",
"languageStandard" :
{
"backtraces" :
[
3
],
"standard" : "99"
},
"sourceIndexes" :
[
0
]
}
],
"dependencies" :
[
{
"backtrace" : 1,
"id" : "glfw::@145eef247bfb46b6828c"
}
],
"folder" :
{
"name" : "GLFW3/Tests"
},
"id" : "gamma::@a44f0ac069e85531cdee",
"link" :
{
"commandFragments" :
[
{
"fragment" : "-g",
"role" : "flags"
},
{
"fragment" : "-mwindows",
"role" : "flags"
},
{
"backtrace" : 1,
"fragment" : "src\\libglfw3.a",
"role" : "libraries"
},
{
"fragment" : "-lkernel32 -luser32 -lgdi32 -lwinspool -lshell32 -lole32 -loleaut32 -luuid -lcomdlg32 -ladvapi32",
"role" : "libraries"
}
],
"language" : "C"
},
"name" : "gamma",
"nameOnDisk" : "gamma.exe",
"paths" :
{
"build" : "tests",
"source" : "tests"
},
"sourceGroups" :
[
{
"name" : "Source Files",
"sourceIndexes" :
[
0
]
},
{
"name" : "Header Files",
"sourceIndexes" :
[
1
]
}
],
"sources" :
[
{
"backtrace" : 1,
"compileGroupIndex" : 0,
"path" : "tests/gamma.c",
"sourceGroupIndex" : 0
},
{
"backtrace" : 1,
"path" : "deps/glad/gl.h",
"sourceGroupIndex" : 1
}
],
"type" : "EXECUTABLE"
}

View File

@ -0,0 +1,184 @@
{
"artifacts" :
[
{
"path" : "examples/gears.exe"
},
{
"path" : "examples/gears.pdb"
}
],
"backtrace" : 1,
"backtraceGraph" :
{
"commands" :
[
"add_executable",
"include_directories",
"set_target_properties"
],
"files" :
[
"examples/CMakeLists.txt"
],
"nodes" :
[
{
"file" : 0
},
{
"command" : 0,
"file" : 0,
"line" : 29,
"parent" : 0
},
{
"command" : 1,
"file" : 0,
"line" : 4,
"parent" : 0
},
{
"command" : 2,
"file" : 0,
"line" : 49,
"parent" : 0
}
]
},
"compileGroups" :
[
{
"compileCommandFragments" :
[
{
"fragment" : "-g -std=gnu99 -fdiagnostics-color=always"
}
],
"includes" :
[
{
"backtrace" : 2,
"path" : "D:/Sviluppo/Amiga/glfw/deps"
},
{
"backtrace" : 1,
"path" : "D:/Sviluppo/Amiga/glfw/include"
}
],
"language" : "C",
"languageStandard" :
{
"backtraces" :
[
3
],
"standard" : "99"
},
"sourceIndexes" :
[
0
]
},
{
"includes" :
[
{
"backtrace" : 2,
"path" : "D:/Sviluppo/Amiga/glfw/deps"
},
{
"backtrace" : 1,
"path" : "D:/Sviluppo/Amiga/glfw/include"
}
],
"language" : "RC",
"sourceIndexes" :
[
1
]
}
],
"dependencies" :
[
{
"backtrace" : 1,
"id" : "glfw::@145eef247bfb46b6828c"
}
],
"folder" :
{
"name" : "GLFW3/Examples"
},
"id" : "gears::@714eac15f71a94114fdf",
"link" :
{
"commandFragments" :
[
{
"fragment" : "-g",
"role" : "flags"
},
{
"fragment" : "-mwindows",
"role" : "flags"
},
{
"backtrace" : 1,
"fragment" : "src\\libglfw3.a",
"role" : "libraries"
},
{
"fragment" : "-lkernel32 -luser32 -lgdi32 -lwinspool -lshell32 -lole32 -loleaut32 -luuid -lcomdlg32 -ladvapi32",
"role" : "libraries"
}
],
"language" : "C"
},
"name" : "gears",
"nameOnDisk" : "gears.exe",
"paths" :
{
"build" : "examples",
"source" : "examples"
},
"sourceGroups" :
[
{
"name" : "Source Files",
"sourceIndexes" :
[
0,
1
]
},
{
"name" : "Header Files",
"sourceIndexes" :
[
2
]
}
],
"sources" :
[
{
"backtrace" : 1,
"compileGroupIndex" : 0,
"path" : "examples/gears.c",
"sourceGroupIndex" : 0
},
{
"backtrace" : 1,
"compileGroupIndex" : 1,
"path" : "examples/glfw.rc",
"sourceGroupIndex" : 0
},
{
"backtrace" : 1,
"path" : "deps/glad/gl.h",
"sourceGroupIndex" : 1
}
],
"type" : "EXECUTABLE"
}

View File

@ -0,0 +1,442 @@
{
"archive" : {},
"artifacts" :
[
{
"path" : "src/libglfw3.a"
}
],
"backtrace" : 1,
"backtraceGraph" :
{
"commands" :
[
"add_library",
"install",
"target_compile_options",
"target_compile_definitions",
"target_include_directories",
"set_target_properties",
"target_sources"
],
"files" :
[
"src/CMakeLists.txt"
],
"nodes" :
[
{
"file" : 0
},
{
"command" : 0,
"file" : 0,
"line" : 2,
"parent" : 0
},
{
"command" : 1,
"file" : 0,
"line" : 408,
"parent" : 0
},
{
"command" : 2,
"file" : 0,
"line" : 287,
"parent" : 0
},
{
"command" : 3,
"file" : 0,
"line" : 291,
"parent" : 0
},
{
"command" : 3,
"file" : 0,
"line" : 299,
"parent" : 0
},
{
"command" : 3,
"file" : 0,
"line" : 40,
"parent" : 0
},
{
"command" : 4,
"file" : 0,
"line" : 149,
"parent" : 0
},
{
"command" : 4,
"file" : 0,
"line" : 152,
"parent" : 0
},
{
"command" : 5,
"file" : 0,
"line" : 139,
"parent" : 0
},
{
"command" : 6,
"file" : 0,
"line" : 16,
"parent" : 0
},
{
"command" : 6,
"file" : 0,
"line" : 41,
"parent" : 0
}
]
},
"compileGroups" :
[
{
"compileCommandFragments" :
[
{
"fragment" : "-g -std=c99 -fdiagnostics-color=always"
},
{
"backtrace" : 3,
"fragment" : "-Wall"
},
{
"fragment" : "-Wdeclaration-after-statement"
}
],
"defines" :
[
{
"backtrace" : 4,
"define" : "UNICODE"
},
{
"backtrace" : 5,
"define" : "WINVER=0x0501"
},
{
"backtrace" : 6,
"define" : "_GLFW_WIN32"
},
{
"backtrace" : 4,
"define" : "_UNICODE"
}
],
"includes" :
[
{
"backtrace" : 7,
"path" : "D:/Sviluppo/Amiga/glfw/include"
},
{
"backtrace" : 8,
"path" : "D:/Sviluppo/Amiga/glfw/src"
},
{
"backtrace" : 8,
"path" : "D:/Sviluppo/Amiga/glfw/cmake-build-debug/src"
}
],
"language" : "C",
"languageStandard" :
{
"backtraces" :
[
9
],
"standard" : "99"
},
"sourceIndexes" :
[
5,
6,
7,
8,
9,
10,
11,
12,
13,
16,
17,
18,
19,
22,
23,
24,
27,
28,
29,
30,
31
]
}
],
"folder" :
{
"name" : "GLFW3"
},
"id" : "glfw::@145eef247bfb46b6828c",
"install" :
{
"destinations" :
[
{
"backtrace" : 2,
"path" : "lib"
}
],
"prefix" :
{
"path" : "C:/Program Files (x86)/GLFW"
}
},
"name" : "glfw",
"nameOnDisk" : "libglfw3.a",
"paths" :
{
"build" : "src",
"source" : "src"
},
"sourceGroups" :
[
{
"name" : "Header Files",
"sourceIndexes" :
[
0,
1,
2,
3,
4,
14,
15,
20,
21,
25,
26
]
},
{
"name" : "Source Files",
"sourceIndexes" :
[
5,
6,
7,
8,
9,
10,
11,
12,
13,
16,
17,
18,
19,
22,
23,
24,
27,
28,
29,
30,
31
]
}
],
"sources" :
[
{
"backtrace" : 1,
"path" : "include/GLFW/glfw3.h",
"sourceGroupIndex" : 0
},
{
"backtrace" : 1,
"path" : "include/GLFW/glfw3native.h",
"sourceGroupIndex" : 0
},
{
"backtrace" : 1,
"path" : "src/internal.h",
"sourceGroupIndex" : 0
},
{
"backtrace" : 1,
"path" : "src/platform.h",
"sourceGroupIndex" : 0
},
{
"backtrace" : 1,
"path" : "src/mappings.h",
"sourceGroupIndex" : 0
},
{
"backtrace" : 1,
"compileGroupIndex" : 0,
"path" : "src/context.c",
"sourceGroupIndex" : 1
},
{
"backtrace" : 1,
"compileGroupIndex" : 0,
"path" : "src/init.c",
"sourceGroupIndex" : 1
},
{
"backtrace" : 1,
"compileGroupIndex" : 0,
"path" : "src/input.c",
"sourceGroupIndex" : 1
},
{
"backtrace" : 1,
"compileGroupIndex" : 0,
"path" : "src/monitor.c",
"sourceGroupIndex" : 1
},
{
"backtrace" : 1,
"compileGroupIndex" : 0,
"path" : "src/platform.c",
"sourceGroupIndex" : 1
},
{
"backtrace" : 1,
"compileGroupIndex" : 0,
"path" : "src/vulkan.c",
"sourceGroupIndex" : 1
},
{
"backtrace" : 1,
"compileGroupIndex" : 0,
"path" : "src/window.c",
"sourceGroupIndex" : 1
},
{
"backtrace" : 1,
"compileGroupIndex" : 0,
"path" : "src/egl_context.c",
"sourceGroupIndex" : 1
},
{
"backtrace" : 1,
"compileGroupIndex" : 0,
"path" : "src/osmesa_context.c",
"sourceGroupIndex" : 1
},
{
"backtrace" : 1,
"path" : "src/null_platform.h",
"sourceGroupIndex" : 0
},
{
"backtrace" : 1,
"path" : "src/null_joystick.h",
"sourceGroupIndex" : 0
},
{
"backtrace" : 1,
"compileGroupIndex" : 0,
"path" : "src/null_init.c",
"sourceGroupIndex" : 1
},
{
"backtrace" : 1,
"compileGroupIndex" : 0,
"path" : "src/null_monitor.c",
"sourceGroupIndex" : 1
},
{
"backtrace" : 1,
"compileGroupIndex" : 0,
"path" : "src/null_window.c",
"sourceGroupIndex" : 1
},
{
"backtrace" : 1,
"compileGroupIndex" : 0,
"path" : "src/null_joystick.c",
"sourceGroupIndex" : 1
},
{
"backtrace" : 10,
"path" : "src/win32_time.h",
"sourceGroupIndex" : 0
},
{
"backtrace" : 10,
"path" : "src/win32_thread.h",
"sourceGroupIndex" : 0
},
{
"backtrace" : 10,
"compileGroupIndex" : 0,
"path" : "src/win32_module.c",
"sourceGroupIndex" : 1
},
{
"backtrace" : 10,
"compileGroupIndex" : 0,
"path" : "src/win32_time.c",
"sourceGroupIndex" : 1
},
{
"backtrace" : 10,
"compileGroupIndex" : 0,
"path" : "src/win32_thread.c",
"sourceGroupIndex" : 1
},
{
"backtrace" : 11,
"path" : "src/win32_platform.h",
"sourceGroupIndex" : 0
},
{
"backtrace" : 11,
"path" : "src/win32_joystick.h",
"sourceGroupIndex" : 0
},
{
"backtrace" : 11,
"compileGroupIndex" : 0,
"path" : "src/win32_init.c",
"sourceGroupIndex" : 1
},
{
"backtrace" : 11,
"compileGroupIndex" : 0,
"path" : "src/win32_joystick.c",
"sourceGroupIndex" : 1
},
{
"backtrace" : 11,
"compileGroupIndex" : 0,
"path" : "src/win32_monitor.c",
"sourceGroupIndex" : 1
},
{
"backtrace" : 11,
"compileGroupIndex" : 0,
"path" : "src/win32_window.c",
"sourceGroupIndex" : 1
},
{
"backtrace" : 11,
"compileGroupIndex" : 0,
"path" : "src/wgl_context.c",
"sourceGroupIndex" : 1
}
],
"type" : "STATIC_LIBRARY"
}

View File

@ -0,0 +1,179 @@
{
"artifacts" :
[
{
"path" : "tests/glfwinfo.exe"
},
{
"path" : "tests/glfwinfo.pdb"
}
],
"backtrace" : 1,
"backtraceGraph" :
{
"commands" :
[
"add_executable",
"include_directories",
"set_target_properties"
],
"files" :
[
"tests/CMakeLists.txt"
],
"nodes" :
[
{
"file" : 0
},
{
"command" : 0,
"file" : 0,
"line" : 26,
"parent" : 0
},
{
"command" : 1,
"file" : 0,
"line" : 4,
"parent" : 0
},
{
"command" : 2,
"file" : 0,
"line" : 56,
"parent" : 0
}
]
},
"compileGroups" :
[
{
"compileCommandFragments" :
[
{
"fragment" : "-g -std=gnu99 -fdiagnostics-color=always"
}
],
"includes" :
[
{
"backtrace" : 2,
"path" : "D:/Sviluppo/Amiga/glfw/deps"
},
{
"backtrace" : 1,
"path" : "D:/Sviluppo/Amiga/glfw/include"
}
],
"language" : "C",
"languageStandard" :
{
"backtraces" :
[
3
],
"standard" : "99"
},
"sourceIndexes" :
[
0,
2
]
}
],
"dependencies" :
[
{
"backtrace" : 1,
"id" : "glfw::@145eef247bfb46b6828c"
}
],
"folder" :
{
"name" : "GLFW3/Tests"
},
"id" : "glfwinfo::@a44f0ac069e85531cdee",
"link" :
{
"commandFragments" :
[
{
"fragment" : "-g",
"role" : "flags"
},
{
"fragment" : "",
"role" : "flags"
},
{
"backtrace" : 1,
"fragment" : "src\\libglfw3.a",
"role" : "libraries"
},
{
"fragment" : "-lkernel32 -luser32 -lgdi32 -lwinspool -lshell32 -lole32 -loleaut32 -luuid -lcomdlg32 -ladvapi32",
"role" : "libraries"
}
],
"language" : "C"
},
"name" : "glfwinfo",
"nameOnDisk" : "glfwinfo.exe",
"paths" :
{
"build" : "tests",
"source" : "tests"
},
"sourceGroups" :
[
{
"name" : "Source Files",
"sourceIndexes" :
[
0,
2
]
},
{
"name" : "Header Files",
"sourceIndexes" :
[
1,
3,
4
]
}
],
"sources" :
[
{
"backtrace" : 1,
"compileGroupIndex" : 0,
"path" : "tests/glfwinfo.c",
"sourceGroupIndex" : 0
},
{
"backtrace" : 1,
"path" : "deps/getopt.h",
"sourceGroupIndex" : 1
},
{
"backtrace" : 1,
"compileGroupIndex" : 0,
"path" : "deps/getopt.c",
"sourceGroupIndex" : 0
},
{
"backtrace" : 1,
"path" : "deps/glad/gl.h",
"sourceGroupIndex" : 1
},
{
"backtrace" : 1,
"path" : "deps/glad/vulkan.h",
"sourceGroupIndex" : 1
}
],
"type" : "EXECUTABLE"
}

View File

@ -0,0 +1,184 @@
{
"artifacts" :
[
{
"path" : "examples/heightmap.exe"
},
{
"path" : "examples/heightmap.pdb"
}
],
"backtrace" : 1,
"backtraceGraph" :
{
"commands" :
[
"add_executable",
"include_directories",
"set_target_properties"
],
"files" :
[
"examples/CMakeLists.txt"
],
"nodes" :
[
{
"file" : 0
},
{
"command" : 0,
"file" : 0,
"line" : 30,
"parent" : 0
},
{
"command" : 1,
"file" : 0,
"line" : 4,
"parent" : 0
},
{
"command" : 2,
"file" : 0,
"line" : 49,
"parent" : 0
}
]
},
"compileGroups" :
[
{
"compileCommandFragments" :
[
{
"fragment" : "-g -std=gnu99 -fdiagnostics-color=always"
}
],
"includes" :
[
{
"backtrace" : 2,
"path" : "D:/Sviluppo/Amiga/glfw/deps"
},
{
"backtrace" : 1,
"path" : "D:/Sviluppo/Amiga/glfw/include"
}
],
"language" : "C",
"languageStandard" :
{
"backtraces" :
[
3
],
"standard" : "99"
},
"sourceIndexes" :
[
0
]
},
{
"includes" :
[
{
"backtrace" : 2,
"path" : "D:/Sviluppo/Amiga/glfw/deps"
},
{
"backtrace" : 1,
"path" : "D:/Sviluppo/Amiga/glfw/include"
}
],
"language" : "RC",
"sourceIndexes" :
[
1
]
}
],
"dependencies" :
[
{
"backtrace" : 1,
"id" : "glfw::@145eef247bfb46b6828c"
}
],
"folder" :
{
"name" : "GLFW3/Examples"
},
"id" : "heightmap::@714eac15f71a94114fdf",
"link" :
{
"commandFragments" :
[
{
"fragment" : "-g",
"role" : "flags"
},
{
"fragment" : "-mwindows",
"role" : "flags"
},
{
"backtrace" : 1,
"fragment" : "src\\libglfw3.a",
"role" : "libraries"
},
{
"fragment" : "-lkernel32 -luser32 -lgdi32 -lwinspool -lshell32 -lole32 -loleaut32 -luuid -lcomdlg32 -ladvapi32",
"role" : "libraries"
}
],
"language" : "C"
},
"name" : "heightmap",
"nameOnDisk" : "heightmap.exe",
"paths" :
{
"build" : "examples",
"source" : "examples"
},
"sourceGroups" :
[
{
"name" : "Source Files",
"sourceIndexes" :
[
0,
1
]
},
{
"name" : "Header Files",
"sourceIndexes" :
[
2
]
}
],
"sources" :
[
{
"backtrace" : 1,
"compileGroupIndex" : 0,
"path" : "examples/heightmap.c",
"sourceGroupIndex" : 0
},
{
"backtrace" : 1,
"compileGroupIndex" : 1,
"path" : "examples/glfw.rc",
"sourceGroupIndex" : 0
},
{
"backtrace" : 1,
"path" : "deps/glad/gl.h",
"sourceGroupIndex" : 1
}
],
"type" : "EXECUTABLE"
}

View File

@ -0,0 +1,159 @@
{
"artifacts" :
[
{
"path" : "tests/icon.exe"
},
{
"path" : "tests/icon.pdb"
}
],
"backtrace" : 1,
"backtraceGraph" :
{
"commands" :
[
"add_executable",
"include_directories",
"set_target_properties"
],
"files" :
[
"tests/CMakeLists.txt"
],
"nodes" :
[
{
"file" : 0
},
{
"command" : 0,
"file" : 0,
"line" : 34,
"parent" : 0
},
{
"command" : 1,
"file" : 0,
"line" : 4,
"parent" : 0
},
{
"command" : 2,
"file" : 0,
"line" : 56,
"parent" : 0
}
]
},
"compileGroups" :
[
{
"compileCommandFragments" :
[
{
"fragment" : "-g -std=gnu99 -fdiagnostics-color=always"
}
],
"includes" :
[
{
"backtrace" : 2,
"path" : "D:/Sviluppo/Amiga/glfw/deps"
},
{
"backtrace" : 1,
"path" : "D:/Sviluppo/Amiga/glfw/include"
}
],
"language" : "C",
"languageStandard" :
{
"backtraces" :
[
3
],
"standard" : "99"
},
"sourceIndexes" :
[
0
]
}
],
"dependencies" :
[
{
"backtrace" : 1,
"id" : "glfw::@145eef247bfb46b6828c"
}
],
"folder" :
{
"name" : "GLFW3/Tests"
},
"id" : "icon::@a44f0ac069e85531cdee",
"link" :
{
"commandFragments" :
[
{
"fragment" : "-g",
"role" : "flags"
},
{
"fragment" : "-mwindows",
"role" : "flags"
},
{
"backtrace" : 1,
"fragment" : "src\\libglfw3.a",
"role" : "libraries"
},
{
"fragment" : "-lkernel32 -luser32 -lgdi32 -lwinspool -lshell32 -lole32 -loleaut32 -luuid -lcomdlg32 -ladvapi32",
"role" : "libraries"
}
],
"language" : "C"
},
"name" : "icon",
"nameOnDisk" : "icon.exe",
"paths" :
{
"build" : "tests",
"source" : "tests"
},
"sourceGroups" :
[
{
"name" : "Source Files",
"sourceIndexes" :
[
0
]
},
{
"name" : "Header Files",
"sourceIndexes" :
[
1
]
}
],
"sources" :
[
{
"backtrace" : 1,
"compileGroupIndex" : 0,
"path" : "tests/icon.c",
"sourceGroupIndex" : 0
},
{
"backtrace" : 1,
"path" : "deps/glad/gl.h",
"sourceGroupIndex" : 1
}
],
"type" : "EXECUTABLE"
}

View File

@ -0,0 +1,173 @@
{
"artifacts" :
[
{
"path" : "tests/iconify.exe"
},
{
"path" : "tests/iconify.pdb"
}
],
"backtrace" : 1,
"backtraceGraph" :
{
"commands" :
[
"add_executable",
"include_directories",
"set_target_properties"
],
"files" :
[
"tests/CMakeLists.txt"
],
"nodes" :
[
{
"file" : 0
},
{
"command" : 0,
"file" : 0,
"line" : 27,
"parent" : 0
},
{
"command" : 1,
"file" : 0,
"line" : 4,
"parent" : 0
},
{
"command" : 2,
"file" : 0,
"line" : 56,
"parent" : 0
}
]
},
"compileGroups" :
[
{
"compileCommandFragments" :
[
{
"fragment" : "-g -std=gnu99 -fdiagnostics-color=always"
}
],
"includes" :
[
{
"backtrace" : 2,
"path" : "D:/Sviluppo/Amiga/glfw/deps"
},
{
"backtrace" : 1,
"path" : "D:/Sviluppo/Amiga/glfw/include"
}
],
"language" : "C",
"languageStandard" :
{
"backtraces" :
[
3
],
"standard" : "99"
},
"sourceIndexes" :
[
0,
2
]
}
],
"dependencies" :
[
{
"backtrace" : 1,
"id" : "glfw::@145eef247bfb46b6828c"
}
],
"folder" :
{
"name" : "GLFW3/Tests"
},
"id" : "iconify::@a44f0ac069e85531cdee",
"link" :
{
"commandFragments" :
[
{
"fragment" : "-g",
"role" : "flags"
},
{
"fragment" : "",
"role" : "flags"
},
{
"backtrace" : 1,
"fragment" : "src\\libglfw3.a",
"role" : "libraries"
},
{
"fragment" : "-lkernel32 -luser32 -lgdi32 -lwinspool -lshell32 -lole32 -loleaut32 -luuid -lcomdlg32 -ladvapi32",
"role" : "libraries"
}
],
"language" : "C"
},
"name" : "iconify",
"nameOnDisk" : "iconify.exe",
"paths" :
{
"build" : "tests",
"source" : "tests"
},
"sourceGroups" :
[
{
"name" : "Source Files",
"sourceIndexes" :
[
0,
2
]
},
{
"name" : "Header Files",
"sourceIndexes" :
[
1,
3
]
}
],
"sources" :
[
{
"backtrace" : 1,
"compileGroupIndex" : 0,
"path" : "tests/iconify.c",
"sourceGroupIndex" : 0
},
{
"backtrace" : 1,
"path" : "deps/getopt.h",
"sourceGroupIndex" : 1
},
{
"backtrace" : 1,
"compileGroupIndex" : 0,
"path" : "deps/getopt.c",
"sourceGroupIndex" : 0
},
{
"backtrace" : 1,
"path" : "deps/glad/gl.h",
"sourceGroupIndex" : 1
}
],
"type" : "EXECUTABLE"
}

View File

@ -0,0 +1,173 @@
{
"artifacts" :
[
{
"path" : "tests/inputlag.exe"
},
{
"path" : "tests/inputlag.pdb"
}
],
"backtrace" : 1,
"backtraceGraph" :
{
"commands" :
[
"add_executable",
"include_directories",
"set_target_properties"
],
"files" :
[
"tests/CMakeLists.txt"
],
"nodes" :
[
{
"file" : 0
},
{
"command" : 0,
"file" : 0,
"line" : 35,
"parent" : 0
},
{
"command" : 1,
"file" : 0,
"line" : 4,
"parent" : 0
},
{
"command" : 2,
"file" : 0,
"line" : 56,
"parent" : 0
}
]
},
"compileGroups" :
[
{
"compileCommandFragments" :
[
{
"fragment" : "-g -std=gnu99 -fdiagnostics-color=always"
}
],
"includes" :
[
{
"backtrace" : 2,
"path" : "D:/Sviluppo/Amiga/glfw/deps"
},
{
"backtrace" : 1,
"path" : "D:/Sviluppo/Amiga/glfw/include"
}
],
"language" : "C",
"languageStandard" :
{
"backtraces" :
[
3
],
"standard" : "99"
},
"sourceIndexes" :
[
0,
2
]
}
],
"dependencies" :
[
{
"backtrace" : 1,
"id" : "glfw::@145eef247bfb46b6828c"
}
],
"folder" :
{
"name" : "GLFW3/Tests"
},
"id" : "inputlag::@a44f0ac069e85531cdee",
"link" :
{
"commandFragments" :
[
{
"fragment" : "-g",
"role" : "flags"
},
{
"fragment" : "-mwindows",
"role" : "flags"
},
{
"backtrace" : 1,
"fragment" : "src\\libglfw3.a",
"role" : "libraries"
},
{
"fragment" : "-lkernel32 -luser32 -lgdi32 -lwinspool -lshell32 -lole32 -loleaut32 -luuid -lcomdlg32 -ladvapi32",
"role" : "libraries"
}
],
"language" : "C"
},
"name" : "inputlag",
"nameOnDisk" : "inputlag.exe",
"paths" :
{
"build" : "tests",
"source" : "tests"
},
"sourceGroups" :
[
{
"name" : "Source Files",
"sourceIndexes" :
[
0,
2
]
},
{
"name" : "Header Files",
"sourceIndexes" :
[
1,
3
]
}
],
"sources" :
[
{
"backtrace" : 1,
"compileGroupIndex" : 0,
"path" : "tests/inputlag.c",
"sourceGroupIndex" : 0
},
{
"backtrace" : 1,
"path" : "deps/getopt.h",
"sourceGroupIndex" : 1
},
{
"backtrace" : 1,
"compileGroupIndex" : 0,
"path" : "deps/getopt.c",
"sourceGroupIndex" : 0
},
{
"backtrace" : 1,
"path" : "deps/glad/gl.h",
"sourceGroupIndex" : 1
}
],
"type" : "EXECUTABLE"
}

View File

@ -0,0 +1,159 @@
{
"artifacts" :
[
{
"path" : "tests/joysticks.exe"
},
{
"path" : "tests/joysticks.pdb"
}
],
"backtrace" : 1,
"backtraceGraph" :
{
"commands" :
[
"add_executable",
"include_directories",
"set_target_properties"
],
"files" :
[
"tests/CMakeLists.txt"
],
"nodes" :
[
{
"file" : 0
},
{
"command" : 0,
"file" : 0,
"line" : 36,
"parent" : 0
},
{
"command" : 1,
"file" : 0,
"line" : 4,
"parent" : 0
},
{
"command" : 2,
"file" : 0,
"line" : 56,
"parent" : 0
}
]
},
"compileGroups" :
[
{
"compileCommandFragments" :
[
{
"fragment" : "-g -std=gnu99 -fdiagnostics-color=always"
}
],
"includes" :
[
{
"backtrace" : 2,
"path" : "D:/Sviluppo/Amiga/glfw/deps"
},
{
"backtrace" : 1,
"path" : "D:/Sviluppo/Amiga/glfw/include"
}
],
"language" : "C",
"languageStandard" :
{
"backtraces" :
[
3
],
"standard" : "99"
},
"sourceIndexes" :
[
0
]
}
],
"dependencies" :
[
{
"backtrace" : 1,
"id" : "glfw::@145eef247bfb46b6828c"
}
],
"folder" :
{
"name" : "GLFW3/Tests"
},
"id" : "joysticks::@a44f0ac069e85531cdee",
"link" :
{
"commandFragments" :
[
{
"fragment" : "-g",
"role" : "flags"
},
{
"fragment" : "-mwindows",
"role" : "flags"
},
{
"backtrace" : 1,
"fragment" : "src\\libglfw3.a",
"role" : "libraries"
},
{
"fragment" : "-lkernel32 -luser32 -lgdi32 -lwinspool -lshell32 -lole32 -loleaut32 -luuid -lcomdlg32 -ladvapi32",
"role" : "libraries"
}
],
"language" : "C"
},
"name" : "joysticks",
"nameOnDisk" : "joysticks.exe",
"paths" :
{
"build" : "tests",
"source" : "tests"
},
"sourceGroups" :
[
{
"name" : "Source Files",
"sourceIndexes" :
[
0
]
},
{
"name" : "Header Files",
"sourceIndexes" :
[
1
]
}
],
"sources" :
[
{
"backtrace" : 1,
"compileGroupIndex" : 0,
"path" : "tests/joysticks.c",
"sourceGroupIndex" : 0
},
{
"backtrace" : 1,
"path" : "deps/glad/gl.h",
"sourceGroupIndex" : 1
}
],
"type" : "EXECUTABLE"
}

View File

@ -0,0 +1,173 @@
{
"artifacts" :
[
{
"path" : "tests/monitors.exe"
},
{
"path" : "tests/monitors.pdb"
}
],
"backtrace" : 1,
"backtraceGraph" :
{
"commands" :
[
"add_executable",
"include_directories",
"set_target_properties"
],
"files" :
[
"tests/CMakeLists.txt"
],
"nodes" :
[
{
"file" : 0
},
{
"command" : 0,
"file" : 0,
"line" : 28,
"parent" : 0
},
{
"command" : 1,
"file" : 0,
"line" : 4,
"parent" : 0
},
{
"command" : 2,
"file" : 0,
"line" : 56,
"parent" : 0
}
]
},
"compileGroups" :
[
{
"compileCommandFragments" :
[
{
"fragment" : "-g -std=gnu99 -fdiagnostics-color=always"
}
],
"includes" :
[
{
"backtrace" : 2,
"path" : "D:/Sviluppo/Amiga/glfw/deps"
},
{
"backtrace" : 1,
"path" : "D:/Sviluppo/Amiga/glfw/include"
}
],
"language" : "C",
"languageStandard" :
{
"backtraces" :
[
3
],
"standard" : "99"
},
"sourceIndexes" :
[
0,
2
]
}
],
"dependencies" :
[
{
"backtrace" : 1,
"id" : "glfw::@145eef247bfb46b6828c"
}
],
"folder" :
{
"name" : "GLFW3/Tests"
},
"id" : "monitors::@a44f0ac069e85531cdee",
"link" :
{
"commandFragments" :
[
{
"fragment" : "-g",
"role" : "flags"
},
{
"fragment" : "",
"role" : "flags"
},
{
"backtrace" : 1,
"fragment" : "src\\libglfw3.a",
"role" : "libraries"
},
{
"fragment" : "-lkernel32 -luser32 -lgdi32 -lwinspool -lshell32 -lole32 -loleaut32 -luuid -lcomdlg32 -ladvapi32",
"role" : "libraries"
}
],
"language" : "C"
},
"name" : "monitors",
"nameOnDisk" : "monitors.exe",
"paths" :
{
"build" : "tests",
"source" : "tests"
},
"sourceGroups" :
[
{
"name" : "Source Files",
"sourceIndexes" :
[
0,
2
]
},
{
"name" : "Header Files",
"sourceIndexes" :
[
1,
3
]
}
],
"sources" :
[
{
"backtrace" : 1,
"compileGroupIndex" : 0,
"path" : "tests/monitors.c",
"sourceGroupIndex" : 0
},
{
"backtrace" : 1,
"path" : "deps/getopt.h",
"sourceGroupIndex" : 1
},
{
"backtrace" : 1,
"compileGroupIndex" : 0,
"path" : "deps/getopt.c",
"sourceGroupIndex" : 0
},
{
"backtrace" : 1,
"path" : "deps/glad/gl.h",
"sourceGroupIndex" : 1
}
],
"type" : "EXECUTABLE"
}

View File

@ -0,0 +1,173 @@
{
"artifacts" :
[
{
"path" : "tests/msaa.exe"
},
{
"path" : "tests/msaa.pdb"
}
],
"backtrace" : 1,
"backtraceGraph" :
{
"commands" :
[
"add_executable",
"include_directories",
"set_target_properties"
],
"files" :
[
"tests/CMakeLists.txt"
],
"nodes" :
[
{
"file" : 0
},
{
"command" : 0,
"file" : 0,
"line" : 25,
"parent" : 0
},
{
"command" : 1,
"file" : 0,
"line" : 4,
"parent" : 0
},
{
"command" : 2,
"file" : 0,
"line" : 56,
"parent" : 0
}
]
},
"compileGroups" :
[
{
"compileCommandFragments" :
[
{
"fragment" : "-g -std=gnu99 -fdiagnostics-color=always"
}
],
"includes" :
[
{
"backtrace" : 2,
"path" : "D:/Sviluppo/Amiga/glfw/deps"
},
{
"backtrace" : 1,
"path" : "D:/Sviluppo/Amiga/glfw/include"
}
],
"language" : "C",
"languageStandard" :
{
"backtraces" :
[
3
],
"standard" : "99"
},
"sourceIndexes" :
[
0,
2
]
}
],
"dependencies" :
[
{
"backtrace" : 1,
"id" : "glfw::@145eef247bfb46b6828c"
}
],
"folder" :
{
"name" : "GLFW3/Tests"
},
"id" : "msaa::@a44f0ac069e85531cdee",
"link" :
{
"commandFragments" :
[
{
"fragment" : "-g",
"role" : "flags"
},
{
"fragment" : "",
"role" : "flags"
},
{
"backtrace" : 1,
"fragment" : "src\\libglfw3.a",
"role" : "libraries"
},
{
"fragment" : "-lkernel32 -luser32 -lgdi32 -lwinspool -lshell32 -lole32 -loleaut32 -luuid -lcomdlg32 -ladvapi32",
"role" : "libraries"
}
],
"language" : "C"
},
"name" : "msaa",
"nameOnDisk" : "msaa.exe",
"paths" :
{
"build" : "tests",
"source" : "tests"
},
"sourceGroups" :
[
{
"name" : "Source Files",
"sourceIndexes" :
[
0,
2
]
},
{
"name" : "Header Files",
"sourceIndexes" :
[
1,
3
]
}
],
"sources" :
[
{
"backtrace" : 1,
"compileGroupIndex" : 0,
"path" : "tests/msaa.c",
"sourceGroupIndex" : 0
},
{
"backtrace" : 1,
"path" : "deps/getopt.h",
"sourceGroupIndex" : 1
},
{
"backtrace" : 1,
"compileGroupIndex" : 0,
"path" : "deps/getopt.c",
"sourceGroupIndex" : 0
},
{
"backtrace" : 1,
"path" : "deps/glad/gl.h",
"sourceGroupIndex" : 1
}
],
"type" : "EXECUTABLE"
}

View File

@ -0,0 +1,184 @@
{
"artifacts" :
[
{
"path" : "examples/offscreen.exe"
},
{
"path" : "examples/offscreen.pdb"
}
],
"backtrace" : 1,
"backtraceGraph" :
{
"commands" :
[
"add_executable",
"include_directories",
"set_target_properties"
],
"files" :
[
"examples/CMakeLists.txt"
],
"nodes" :
[
{
"file" : 0
},
{
"command" : 0,
"file" : 0,
"line" : 31,
"parent" : 0
},
{
"command" : 1,
"file" : 0,
"line" : 4,
"parent" : 0
},
{
"command" : 2,
"file" : 0,
"line" : 49,
"parent" : 0
}
]
},
"compileGroups" :
[
{
"compileCommandFragments" :
[
{
"fragment" : "-g -std=gnu99 -fdiagnostics-color=always"
}
],
"includes" :
[
{
"backtrace" : 2,
"path" : "D:/Sviluppo/Amiga/glfw/deps"
},
{
"backtrace" : 1,
"path" : "D:/Sviluppo/Amiga/glfw/include"
}
],
"language" : "C",
"languageStandard" :
{
"backtraces" :
[
3
],
"standard" : "99"
},
"sourceIndexes" :
[
0
]
},
{
"includes" :
[
{
"backtrace" : 2,
"path" : "D:/Sviluppo/Amiga/glfw/deps"
},
{
"backtrace" : 1,
"path" : "D:/Sviluppo/Amiga/glfw/include"
}
],
"language" : "RC",
"sourceIndexes" :
[
1
]
}
],
"dependencies" :
[
{
"backtrace" : 1,
"id" : "glfw::@145eef247bfb46b6828c"
}
],
"folder" :
{
"name" : "GLFW3/Examples"
},
"id" : "offscreen::@714eac15f71a94114fdf",
"link" :
{
"commandFragments" :
[
{
"fragment" : "-g",
"role" : "flags"
},
{
"fragment" : "",
"role" : "flags"
},
{
"backtrace" : 1,
"fragment" : "src\\libglfw3.a",
"role" : "libraries"
},
{
"fragment" : "-lkernel32 -luser32 -lgdi32 -lwinspool -lshell32 -lole32 -loleaut32 -luuid -lcomdlg32 -ladvapi32",
"role" : "libraries"
}
],
"language" : "C"
},
"name" : "offscreen",
"nameOnDisk" : "offscreen.exe",
"paths" :
{
"build" : "examples",
"source" : "examples"
},
"sourceGroups" :
[
{
"name" : "Source Files",
"sourceIndexes" :
[
0,
1
]
},
{
"name" : "Header Files",
"sourceIndexes" :
[
2
]
}
],
"sources" :
[
{
"backtrace" : 1,
"compileGroupIndex" : 0,
"path" : "examples/offscreen.c",
"sourceGroupIndex" : 0
},
{
"backtrace" : 1,
"compileGroupIndex" : 1,
"path" : "examples/glfw.rc",
"sourceGroupIndex" : 0
},
{
"backtrace" : 1,
"path" : "deps/glad/gl.h",
"sourceGroupIndex" : 1
}
],
"type" : "EXECUTABLE"
}

View File

@ -0,0 +1,212 @@
{
"artifacts" :
[
{
"path" : "examples/particles.exe"
},
{
"path" : "examples/particles.pdb"
}
],
"backtrace" : 1,
"backtraceGraph" :
{
"commands" :
[
"add_executable",
"include_directories",
"set_target_properties"
],
"files" :
[
"examples/CMakeLists.txt"
],
"nodes" :
[
{
"file" : 0
},
{
"command" : 0,
"file" : 0,
"line" : 32,
"parent" : 0
},
{
"command" : 1,
"file" : 0,
"line" : 4,
"parent" : 0
},
{
"command" : 2,
"file" : 0,
"line" : 49,
"parent" : 0
}
]
},
"compileGroups" :
[
{
"compileCommandFragments" :
[
{
"fragment" : "-g -std=gnu99 -fdiagnostics-color=always"
}
],
"includes" :
[
{
"backtrace" : 2,
"path" : "D:/Sviluppo/Amiga/glfw/deps"
},
{
"backtrace" : 1,
"path" : "D:/Sviluppo/Amiga/glfw/include"
}
],
"language" : "C",
"languageStandard" :
{
"backtraces" :
[
3
],
"standard" : "99"
},
"sourceIndexes" :
[
0,
3,
5
]
},
{
"includes" :
[
{
"backtrace" : 2,
"path" : "D:/Sviluppo/Amiga/glfw/deps"
},
{
"backtrace" : 1,
"path" : "D:/Sviluppo/Amiga/glfw/include"
}
],
"language" : "RC",
"sourceIndexes" :
[
1
]
}
],
"dependencies" :
[
{
"backtrace" : 1,
"id" : "glfw::@145eef247bfb46b6828c"
}
],
"folder" :
{
"name" : "GLFW3/Examples"
},
"id" : "particles::@714eac15f71a94114fdf",
"link" :
{
"commandFragments" :
[
{
"fragment" : "-g",
"role" : "flags"
},
{
"fragment" : "-mwindows",
"role" : "flags"
},
{
"backtrace" : 1,
"fragment" : "src\\libglfw3.a",
"role" : "libraries"
},
{
"fragment" : "-lkernel32 -luser32 -lgdi32 -lwinspool -lshell32 -lole32 -loleaut32 -luuid -lcomdlg32 -ladvapi32",
"role" : "libraries"
}
],
"language" : "C"
},
"name" : "particles",
"nameOnDisk" : "particles.exe",
"paths" :
{
"build" : "examples",
"source" : "examples"
},
"sourceGroups" :
[
{
"name" : "Source Files",
"sourceIndexes" :
[
0,
1,
3,
5
]
},
{
"name" : "Header Files",
"sourceIndexes" :
[
2,
4,
6
]
}
],
"sources" :
[
{
"backtrace" : 1,
"compileGroupIndex" : 0,
"path" : "examples/particles.c",
"sourceGroupIndex" : 0
},
{
"backtrace" : 1,
"compileGroupIndex" : 1,
"path" : "examples/glfw.rc",
"sourceGroupIndex" : 0
},
{
"backtrace" : 1,
"path" : "deps/tinycthread.h",
"sourceGroupIndex" : 1
},
{
"backtrace" : 1,
"compileGroupIndex" : 0,
"path" : "deps/tinycthread.c",
"sourceGroupIndex" : 0
},
{
"backtrace" : 1,
"path" : "deps/getopt.h",
"sourceGroupIndex" : 1
},
{
"backtrace" : 1,
"compileGroupIndex" : 0,
"path" : "deps/getopt.c",
"sourceGroupIndex" : 0
},
{
"backtrace" : 1,
"path" : "deps/glad/gl.h",
"sourceGroupIndex" : 1
}
],
"type" : "EXECUTABLE"
}

View File

@ -0,0 +1,159 @@
{
"artifacts" :
[
{
"path" : "tests/reopen.exe"
},
{
"path" : "tests/reopen.pdb"
}
],
"backtrace" : 1,
"backtraceGraph" :
{
"commands" :
[
"add_executable",
"include_directories",
"set_target_properties"
],
"files" :
[
"tests/CMakeLists.txt"
],
"nodes" :
[
{
"file" : 0
},
{
"command" : 0,
"file" : 0,
"line" : 29,
"parent" : 0
},
{
"command" : 1,
"file" : 0,
"line" : 4,
"parent" : 0
},
{
"command" : 2,
"file" : 0,
"line" : 56,
"parent" : 0
}
]
},
"compileGroups" :
[
{
"compileCommandFragments" :
[
{
"fragment" : "-g -std=gnu99 -fdiagnostics-color=always"
}
],
"includes" :
[
{
"backtrace" : 2,
"path" : "D:/Sviluppo/Amiga/glfw/deps"
},
{
"backtrace" : 1,
"path" : "D:/Sviluppo/Amiga/glfw/include"
}
],
"language" : "C",
"languageStandard" :
{
"backtraces" :
[
3
],
"standard" : "99"
},
"sourceIndexes" :
[
0
]
}
],
"dependencies" :
[
{
"backtrace" : 1,
"id" : "glfw::@145eef247bfb46b6828c"
}
],
"folder" :
{
"name" : "GLFW3/Tests"
},
"id" : "reopen::@a44f0ac069e85531cdee",
"link" :
{
"commandFragments" :
[
{
"fragment" : "-g",
"role" : "flags"
},
{
"fragment" : "",
"role" : "flags"
},
{
"backtrace" : 1,
"fragment" : "src\\libglfw3.a",
"role" : "libraries"
},
{
"fragment" : "-lkernel32 -luser32 -lgdi32 -lwinspool -lshell32 -lole32 -loleaut32 -luuid -lcomdlg32 -ladvapi32",
"role" : "libraries"
}
],
"language" : "C"
},
"name" : "reopen",
"nameOnDisk" : "reopen.exe",
"paths" :
{
"build" : "tests",
"source" : "tests"
},
"sourceGroups" :
[
{
"name" : "Source Files",
"sourceIndexes" :
[
0
]
},
{
"name" : "Header Files",
"sourceIndexes" :
[
1
]
}
],
"sources" :
[
{
"backtrace" : 1,
"compileGroupIndex" : 0,
"path" : "tests/reopen.c",
"sourceGroupIndex" : 0
},
{
"backtrace" : 1,
"path" : "deps/glad/gl.h",
"sourceGroupIndex" : 1
}
],
"type" : "EXECUTABLE"
}

View File

@ -0,0 +1,184 @@
{
"artifacts" :
[
{
"path" : "examples/sharing.exe"
},
{
"path" : "examples/sharing.pdb"
}
],
"backtrace" : 1,
"backtraceGraph" :
{
"commands" :
[
"add_executable",
"include_directories",
"set_target_properties"
],
"files" :
[
"examples/CMakeLists.txt"
],
"nodes" :
[
{
"file" : 0
},
{
"command" : 0,
"file" : 0,
"line" : 33,
"parent" : 0
},
{
"command" : 1,
"file" : 0,
"line" : 4,
"parent" : 0
},
{
"command" : 2,
"file" : 0,
"line" : 49,
"parent" : 0
}
]
},
"compileGroups" :
[
{
"compileCommandFragments" :
[
{
"fragment" : "-g -std=gnu99 -fdiagnostics-color=always"
}
],
"includes" :
[
{
"backtrace" : 2,
"path" : "D:/Sviluppo/Amiga/glfw/deps"
},
{
"backtrace" : 1,
"path" : "D:/Sviluppo/Amiga/glfw/include"
}
],
"language" : "C",
"languageStandard" :
{
"backtraces" :
[
3
],
"standard" : "99"
},
"sourceIndexes" :
[
0
]
},
{
"includes" :
[
{
"backtrace" : 2,
"path" : "D:/Sviluppo/Amiga/glfw/deps"
},
{
"backtrace" : 1,
"path" : "D:/Sviluppo/Amiga/glfw/include"
}
],
"language" : "RC",
"sourceIndexes" :
[
1
]
}
],
"dependencies" :
[
{
"backtrace" : 1,
"id" : "glfw::@145eef247bfb46b6828c"
}
],
"folder" :
{
"name" : "GLFW3/Examples"
},
"id" : "sharing::@714eac15f71a94114fdf",
"link" :
{
"commandFragments" :
[
{
"fragment" : "-g",
"role" : "flags"
},
{
"fragment" : "-mwindows",
"role" : "flags"
},
{
"backtrace" : 1,
"fragment" : "src\\libglfw3.a",
"role" : "libraries"
},
{
"fragment" : "-lkernel32 -luser32 -lgdi32 -lwinspool -lshell32 -lole32 -loleaut32 -luuid -lcomdlg32 -ladvapi32",
"role" : "libraries"
}
],
"language" : "C"
},
"name" : "sharing",
"nameOnDisk" : "sharing.exe",
"paths" :
{
"build" : "examples",
"source" : "examples"
},
"sourceGroups" :
[
{
"name" : "Source Files",
"sourceIndexes" :
[
0,
1
]
},
{
"name" : "Header Files",
"sourceIndexes" :
[
2
]
}
],
"sources" :
[
{
"backtrace" : 1,
"compileGroupIndex" : 0,
"path" : "examples/sharing.c",
"sourceGroupIndex" : 0
},
{
"backtrace" : 1,
"compileGroupIndex" : 1,
"path" : "examples/glfw.rc",
"sourceGroupIndex" : 0
},
{
"backtrace" : 1,
"path" : "deps/glad/gl.h",
"sourceGroupIndex" : 1
}
],
"type" : "EXECUTABLE"
}

View File

@ -0,0 +1,184 @@
{
"artifacts" :
[
{
"path" : "examples/splitview.exe"
},
{
"path" : "examples/splitview.pdb"
}
],
"backtrace" : 1,
"backtraceGraph" :
{
"commands" :
[
"add_executable",
"include_directories",
"set_target_properties"
],
"files" :
[
"examples/CMakeLists.txt"
],
"nodes" :
[
{
"file" : 0
},
{
"command" : 0,
"file" : 0,
"line" : 34,
"parent" : 0
},
{
"command" : 1,
"file" : 0,
"line" : 4,
"parent" : 0
},
{
"command" : 2,
"file" : 0,
"line" : 49,
"parent" : 0
}
]
},
"compileGroups" :
[
{
"compileCommandFragments" :
[
{
"fragment" : "-g -std=gnu99 -fdiagnostics-color=always"
}
],
"includes" :
[
{
"backtrace" : 2,
"path" : "D:/Sviluppo/Amiga/glfw/deps"
},
{
"backtrace" : 1,
"path" : "D:/Sviluppo/Amiga/glfw/include"
}
],
"language" : "C",
"languageStandard" :
{
"backtraces" :
[
3
],
"standard" : "99"
},
"sourceIndexes" :
[
0
]
},
{
"includes" :
[
{
"backtrace" : 2,
"path" : "D:/Sviluppo/Amiga/glfw/deps"
},
{
"backtrace" : 1,
"path" : "D:/Sviluppo/Amiga/glfw/include"
}
],
"language" : "RC",
"sourceIndexes" :
[
1
]
}
],
"dependencies" :
[
{
"backtrace" : 1,
"id" : "glfw::@145eef247bfb46b6828c"
}
],
"folder" :
{
"name" : "GLFW3/Examples"
},
"id" : "splitview::@714eac15f71a94114fdf",
"link" :
{
"commandFragments" :
[
{
"fragment" : "-g",
"role" : "flags"
},
{
"fragment" : "-mwindows",
"role" : "flags"
},
{
"backtrace" : 1,
"fragment" : "src\\libglfw3.a",
"role" : "libraries"
},
{
"fragment" : "-lkernel32 -luser32 -lgdi32 -lwinspool -lshell32 -lole32 -loleaut32 -luuid -lcomdlg32 -ladvapi32",
"role" : "libraries"
}
],
"language" : "C"
},
"name" : "splitview",
"nameOnDisk" : "splitview.exe",
"paths" :
{
"build" : "examples",
"source" : "examples"
},
"sourceGroups" :
[
{
"name" : "Source Files",
"sourceIndexes" :
[
0,
1
]
},
{
"name" : "Header Files",
"sourceIndexes" :
[
2
]
}
],
"sources" :
[
{
"backtrace" : 1,
"compileGroupIndex" : 0,
"path" : "examples/splitview.c",
"sourceGroupIndex" : 0
},
{
"backtrace" : 1,
"compileGroupIndex" : 1,
"path" : "examples/glfw.rc",
"sourceGroupIndex" : 0
},
{
"backtrace" : 1,
"path" : "deps/glad/gl.h",
"sourceGroupIndex" : 1
}
],
"type" : "EXECUTABLE"
}

View File

@ -0,0 +1,159 @@
{
"artifacts" :
[
{
"path" : "tests/tearing.exe"
},
{
"path" : "tests/tearing.pdb"
}
],
"backtrace" : 1,
"backtraceGraph" :
{
"commands" :
[
"add_executable",
"include_directories",
"set_target_properties"
],
"files" :
[
"tests/CMakeLists.txt"
],
"nodes" :
[
{
"file" : 0
},
{
"command" : 0,
"file" : 0,
"line" : 37,
"parent" : 0
},
{
"command" : 1,
"file" : 0,
"line" : 4,
"parent" : 0
},
{
"command" : 2,
"file" : 0,
"line" : 56,
"parent" : 0
}
]
},
"compileGroups" :
[
{
"compileCommandFragments" :
[
{
"fragment" : "-g -std=gnu99 -fdiagnostics-color=always"
}
],
"includes" :
[
{
"backtrace" : 2,
"path" : "D:/Sviluppo/Amiga/glfw/deps"
},
{
"backtrace" : 1,
"path" : "D:/Sviluppo/Amiga/glfw/include"
}
],
"language" : "C",
"languageStandard" :
{
"backtraces" :
[
3
],
"standard" : "99"
},
"sourceIndexes" :
[
0
]
}
],
"dependencies" :
[
{
"backtrace" : 1,
"id" : "glfw::@145eef247bfb46b6828c"
}
],
"folder" :
{
"name" : "GLFW3/Tests"
},
"id" : "tearing::@a44f0ac069e85531cdee",
"link" :
{
"commandFragments" :
[
{
"fragment" : "-g",
"role" : "flags"
},
{
"fragment" : "-mwindows",
"role" : "flags"
},
{
"backtrace" : 1,
"fragment" : "src\\libglfw3.a",
"role" : "libraries"
},
{
"fragment" : "-lkernel32 -luser32 -lgdi32 -lwinspool -lshell32 -lole32 -loleaut32 -luuid -lcomdlg32 -ladvapi32",
"role" : "libraries"
}
],
"language" : "C"
},
"name" : "tearing",
"nameOnDisk" : "tearing.exe",
"paths" :
{
"build" : "tests",
"source" : "tests"
},
"sourceGroups" :
[
{
"name" : "Source Files",
"sourceIndexes" :
[
0
]
},
{
"name" : "Header Files",
"sourceIndexes" :
[
1
]
}
],
"sources" :
[
{
"backtrace" : 1,
"compileGroupIndex" : 0,
"path" : "tests/tearing.c",
"sourceGroupIndex" : 0
},
{
"backtrace" : 1,
"path" : "deps/glad/gl.h",
"sourceGroupIndex" : 1
}
],
"type" : "EXECUTABLE"
}

View File

@ -0,0 +1,173 @@
{
"artifacts" :
[
{
"path" : "tests/threads.exe"
},
{
"path" : "tests/threads.pdb"
}
],
"backtrace" : 1,
"backtraceGraph" :
{
"commands" :
[
"add_executable",
"include_directories",
"set_target_properties"
],
"files" :
[
"tests/CMakeLists.txt"
],
"nodes" :
[
{
"file" : 0
},
{
"command" : 0,
"file" : 0,
"line" : 38,
"parent" : 0
},
{
"command" : 1,
"file" : 0,
"line" : 4,
"parent" : 0
},
{
"command" : 2,
"file" : 0,
"line" : 56,
"parent" : 0
}
]
},
"compileGroups" :
[
{
"compileCommandFragments" :
[
{
"fragment" : "-g -std=gnu99 -fdiagnostics-color=always"
}
],
"includes" :
[
{
"backtrace" : 2,
"path" : "D:/Sviluppo/Amiga/glfw/deps"
},
{
"backtrace" : 1,
"path" : "D:/Sviluppo/Amiga/glfw/include"
}
],
"language" : "C",
"languageStandard" :
{
"backtraces" :
[
3
],
"standard" : "99"
},
"sourceIndexes" :
[
0,
2
]
}
],
"dependencies" :
[
{
"backtrace" : 1,
"id" : "glfw::@145eef247bfb46b6828c"
}
],
"folder" :
{
"name" : "GLFW3/Tests"
},
"id" : "threads::@a44f0ac069e85531cdee",
"link" :
{
"commandFragments" :
[
{
"fragment" : "-g",
"role" : "flags"
},
{
"fragment" : "-mwindows",
"role" : "flags"
},
{
"backtrace" : 1,
"fragment" : "src\\libglfw3.a",
"role" : "libraries"
},
{
"fragment" : "-lkernel32 -luser32 -lgdi32 -lwinspool -lshell32 -lole32 -loleaut32 -luuid -lcomdlg32 -ladvapi32",
"role" : "libraries"
}
],
"language" : "C"
},
"name" : "threads",
"nameOnDisk" : "threads.exe",
"paths" :
{
"build" : "tests",
"source" : "tests"
},
"sourceGroups" :
[
{
"name" : "Source Files",
"sourceIndexes" :
[
0,
2
]
},
{
"name" : "Header Files",
"sourceIndexes" :
[
1,
3
]
}
],
"sources" :
[
{
"backtrace" : 1,
"compileGroupIndex" : 0,
"path" : "tests/threads.c",
"sourceGroupIndex" : 0
},
{
"backtrace" : 1,
"path" : "deps/tinycthread.h",
"sourceGroupIndex" : 1
},
{
"backtrace" : 1,
"compileGroupIndex" : 0,
"path" : "deps/tinycthread.c",
"sourceGroupIndex" : 0
},
{
"backtrace" : 1,
"path" : "deps/glad/gl.h",
"sourceGroupIndex" : 1
}
],
"type" : "EXECUTABLE"
}

View File

@ -0,0 +1,159 @@
{
"artifacts" :
[
{
"path" : "tests/timeout.exe"
},
{
"path" : "tests/timeout.pdb"
}
],
"backtrace" : 1,
"backtraceGraph" :
{
"commands" :
[
"add_executable",
"include_directories",
"set_target_properties"
],
"files" :
[
"tests/CMakeLists.txt"
],
"nodes" :
[
{
"file" : 0
},
{
"command" : 0,
"file" : 0,
"line" : 39,
"parent" : 0
},
{
"command" : 1,
"file" : 0,
"line" : 4,
"parent" : 0
},
{
"command" : 2,
"file" : 0,
"line" : 56,
"parent" : 0
}
]
},
"compileGroups" :
[
{
"compileCommandFragments" :
[
{
"fragment" : "-g -std=gnu99 -fdiagnostics-color=always"
}
],
"includes" :
[
{
"backtrace" : 2,
"path" : "D:/Sviluppo/Amiga/glfw/deps"
},
{
"backtrace" : 1,
"path" : "D:/Sviluppo/Amiga/glfw/include"
}
],
"language" : "C",
"languageStandard" :
{
"backtraces" :
[
3
],
"standard" : "99"
},
"sourceIndexes" :
[
0
]
}
],
"dependencies" :
[
{
"backtrace" : 1,
"id" : "glfw::@145eef247bfb46b6828c"
}
],
"folder" :
{
"name" : "GLFW3/Tests"
},
"id" : "timeout::@a44f0ac069e85531cdee",
"link" :
{
"commandFragments" :
[
{
"fragment" : "-g",
"role" : "flags"
},
{
"fragment" : "-mwindows",
"role" : "flags"
},
{
"backtrace" : 1,
"fragment" : "src\\libglfw3.a",
"role" : "libraries"
},
{
"fragment" : "-lkernel32 -luser32 -lgdi32 -lwinspool -lshell32 -lole32 -loleaut32 -luuid -lcomdlg32 -ladvapi32",
"role" : "libraries"
}
],
"language" : "C"
},
"name" : "timeout",
"nameOnDisk" : "timeout.exe",
"paths" :
{
"build" : "tests",
"source" : "tests"
},
"sourceGroups" :
[
{
"name" : "Source Files",
"sourceIndexes" :
[
0
]
},
{
"name" : "Header Files",
"sourceIndexes" :
[
1
]
}
],
"sources" :
[
{
"backtrace" : 1,
"compileGroupIndex" : 0,
"path" : "tests/timeout.c",
"sourceGroupIndex" : 0
},
{
"backtrace" : 1,
"path" : "deps/glad/gl.h",
"sourceGroupIndex" : 1
}
],
"type" : "EXECUTABLE"
}

View File

@ -0,0 +1,159 @@
{
"artifacts" :
[
{
"path" : "tests/title.exe"
},
{
"path" : "tests/title.pdb"
}
],
"backtrace" : 1,
"backtraceGraph" :
{
"commands" :
[
"add_executable",
"include_directories",
"set_target_properties"
],
"files" :
[
"tests/CMakeLists.txt"
],
"nodes" :
[
{
"file" : 0
},
{
"command" : 0,
"file" : 0,
"line" : 40,
"parent" : 0
},
{
"command" : 1,
"file" : 0,
"line" : 4,
"parent" : 0
},
{
"command" : 2,
"file" : 0,
"line" : 56,
"parent" : 0
}
]
},
"compileGroups" :
[
{
"compileCommandFragments" :
[
{
"fragment" : "-g -std=gnu99 -fdiagnostics-color=always"
}
],
"includes" :
[
{
"backtrace" : 2,
"path" : "D:/Sviluppo/Amiga/glfw/deps"
},
{
"backtrace" : 1,
"path" : "D:/Sviluppo/Amiga/glfw/include"
}
],
"language" : "C",
"languageStandard" :
{
"backtraces" :
[
3
],
"standard" : "99"
},
"sourceIndexes" :
[
0
]
}
],
"dependencies" :
[
{
"backtrace" : 1,
"id" : "glfw::@145eef247bfb46b6828c"
}
],
"folder" :
{
"name" : "GLFW3/Tests"
},
"id" : "title::@a44f0ac069e85531cdee",
"link" :
{
"commandFragments" :
[
{
"fragment" : "-g",
"role" : "flags"
},
{
"fragment" : "-mwindows",
"role" : "flags"
},
{
"backtrace" : 1,
"fragment" : "src\\libglfw3.a",
"role" : "libraries"
},
{
"fragment" : "-lkernel32 -luser32 -lgdi32 -lwinspool -lshell32 -lole32 -loleaut32 -luuid -lcomdlg32 -ladvapi32",
"role" : "libraries"
}
],
"language" : "C"
},
"name" : "title",
"nameOnDisk" : "title.exe",
"paths" :
{
"build" : "tests",
"source" : "tests"
},
"sourceGroups" :
[
{
"name" : "Source Files",
"sourceIndexes" :
[
0
]
},
{
"name" : "Header Files",
"sourceIndexes" :
[
1
]
}
],
"sources" :
[
{
"backtrace" : 1,
"compileGroupIndex" : 0,
"path" : "tests/title.c",
"sourceGroupIndex" : 0
},
{
"backtrace" : 1,
"path" : "deps/glad/gl.h",
"sourceGroupIndex" : 1
}
],
"type" : "EXECUTABLE"
}

View File

@ -0,0 +1,184 @@
{
"artifacts" :
[
{
"path" : "examples/triangle-opengl.exe"
},
{
"path" : "examples/triangle-opengl.pdb"
}
],
"backtrace" : 1,
"backtraceGraph" :
{
"commands" :
[
"add_executable",
"include_directories",
"set_target_properties"
],
"files" :
[
"examples/CMakeLists.txt"
],
"nodes" :
[
{
"file" : 0
},
{
"command" : 0,
"file" : 0,
"line" : 35,
"parent" : 0
},
{
"command" : 1,
"file" : 0,
"line" : 4,
"parent" : 0
},
{
"command" : 2,
"file" : 0,
"line" : 49,
"parent" : 0
}
]
},
"compileGroups" :
[
{
"compileCommandFragments" :
[
{
"fragment" : "-g -std=gnu99 -fdiagnostics-color=always"
}
],
"includes" :
[
{
"backtrace" : 2,
"path" : "D:/Sviluppo/Amiga/glfw/deps"
},
{
"backtrace" : 1,
"path" : "D:/Sviluppo/Amiga/glfw/include"
}
],
"language" : "C",
"languageStandard" :
{
"backtraces" :
[
3
],
"standard" : "99"
},
"sourceIndexes" :
[
0
]
},
{
"includes" :
[
{
"backtrace" : 2,
"path" : "D:/Sviluppo/Amiga/glfw/deps"
},
{
"backtrace" : 1,
"path" : "D:/Sviluppo/Amiga/glfw/include"
}
],
"language" : "RC",
"sourceIndexes" :
[
1
]
}
],
"dependencies" :
[
{
"backtrace" : 1,
"id" : "glfw::@145eef247bfb46b6828c"
}
],
"folder" :
{
"name" : "GLFW3/Examples"
},
"id" : "triangle-opengl::@714eac15f71a94114fdf",
"link" :
{
"commandFragments" :
[
{
"fragment" : "-g",
"role" : "flags"
},
{
"fragment" : "-mwindows",
"role" : "flags"
},
{
"backtrace" : 1,
"fragment" : "src\\libglfw3.a",
"role" : "libraries"
},
{
"fragment" : "-lkernel32 -luser32 -lgdi32 -lwinspool -lshell32 -lole32 -loleaut32 -luuid -lcomdlg32 -ladvapi32",
"role" : "libraries"
}
],
"language" : "C"
},
"name" : "triangle-opengl",
"nameOnDisk" : "triangle-opengl.exe",
"paths" :
{
"build" : "examples",
"source" : "examples"
},
"sourceGroups" :
[
{
"name" : "Source Files",
"sourceIndexes" :
[
0,
1
]
},
{
"name" : "Header Files",
"sourceIndexes" :
[
2
]
}
],
"sources" :
[
{
"backtrace" : 1,
"compileGroupIndex" : 0,
"path" : "examples/triangle-opengl.c",
"sourceGroupIndex" : 0
},
{
"backtrace" : 1,
"compileGroupIndex" : 1,
"path" : "examples/glfw.rc",
"sourceGroupIndex" : 0
},
{
"backtrace" : 1,
"path" : "deps/glad/gl.h",
"sourceGroupIndex" : 1
}
],
"type" : "EXECUTABLE"
}

View File

@ -0,0 +1,184 @@
{
"artifacts" :
[
{
"path" : "examples/triangle-opengles.exe"
},
{
"path" : "examples/triangle-opengles.pdb"
}
],
"backtrace" : 1,
"backtraceGraph" :
{
"commands" :
[
"add_executable",
"include_directories",
"set_target_properties"
],
"files" :
[
"examples/CMakeLists.txt"
],
"nodes" :
[
{
"file" : 0
},
{
"command" : 0,
"file" : 0,
"line" : 36,
"parent" : 0
},
{
"command" : 1,
"file" : 0,
"line" : 4,
"parent" : 0
},
{
"command" : 2,
"file" : 0,
"line" : 49,
"parent" : 0
}
]
},
"compileGroups" :
[
{
"compileCommandFragments" :
[
{
"fragment" : "-g -std=gnu99 -fdiagnostics-color=always"
}
],
"includes" :
[
{
"backtrace" : 2,
"path" : "D:/Sviluppo/Amiga/glfw/deps"
},
{
"backtrace" : 1,
"path" : "D:/Sviluppo/Amiga/glfw/include"
}
],
"language" : "C",
"languageStandard" :
{
"backtraces" :
[
3
],
"standard" : "99"
},
"sourceIndexes" :
[
0
]
},
{
"includes" :
[
{
"backtrace" : 2,
"path" : "D:/Sviluppo/Amiga/glfw/deps"
},
{
"backtrace" : 1,
"path" : "D:/Sviluppo/Amiga/glfw/include"
}
],
"language" : "RC",
"sourceIndexes" :
[
1
]
}
],
"dependencies" :
[
{
"backtrace" : 1,
"id" : "glfw::@145eef247bfb46b6828c"
}
],
"folder" :
{
"name" : "GLFW3/Examples"
},
"id" : "triangle-opengles::@714eac15f71a94114fdf",
"link" :
{
"commandFragments" :
[
{
"fragment" : "-g",
"role" : "flags"
},
{
"fragment" : "-mwindows",
"role" : "flags"
},
{
"backtrace" : 1,
"fragment" : "src\\libglfw3.a",
"role" : "libraries"
},
{
"fragment" : "-lkernel32 -luser32 -lgdi32 -lwinspool -lshell32 -lole32 -loleaut32 -luuid -lcomdlg32 -ladvapi32",
"role" : "libraries"
}
],
"language" : "C"
},
"name" : "triangle-opengles",
"nameOnDisk" : "triangle-opengles.exe",
"paths" :
{
"build" : "examples",
"source" : "examples"
},
"sourceGroups" :
[
{
"name" : "Source Files",
"sourceIndexes" :
[
0,
1
]
},
{
"name" : "Header Files",
"sourceIndexes" :
[
2
]
}
],
"sources" :
[
{
"backtrace" : 1,
"compileGroupIndex" : 0,
"path" : "examples/triangle-opengles.c",
"sourceGroupIndex" : 0
},
{
"backtrace" : 1,
"compileGroupIndex" : 1,
"path" : "examples/glfw.rc",
"sourceGroupIndex" : 0
},
{
"backtrace" : 1,
"path" : "deps/glad/gles2.h",
"sourceGroupIndex" : 1
}
],
"type" : "EXECUTABLE"
}

View File

@ -0,0 +1,159 @@
{
"artifacts" :
[
{
"path" : "tests/triangle-vulkan.exe"
},
{
"path" : "tests/triangle-vulkan.pdb"
}
],
"backtrace" : 1,
"backtraceGraph" :
{
"commands" :
[
"add_executable",
"include_directories",
"set_target_properties"
],
"files" :
[
"tests/CMakeLists.txt"
],
"nodes" :
[
{
"file" : 0
},
{
"command" : 0,
"file" : 0,
"line" : 41,
"parent" : 0
},
{
"command" : 1,
"file" : 0,
"line" : 4,
"parent" : 0
},
{
"command" : 2,
"file" : 0,
"line" : 56,
"parent" : 0
}
]
},
"compileGroups" :
[
{
"compileCommandFragments" :
[
{
"fragment" : "-g -std=gnu99 -fdiagnostics-color=always"
}
],
"includes" :
[
{
"backtrace" : 2,
"path" : "D:/Sviluppo/Amiga/glfw/deps"
},
{
"backtrace" : 1,
"path" : "D:/Sviluppo/Amiga/glfw/include"
}
],
"language" : "C",
"languageStandard" :
{
"backtraces" :
[
3
],
"standard" : "99"
},
"sourceIndexes" :
[
0
]
}
],
"dependencies" :
[
{
"backtrace" : 1,
"id" : "glfw::@145eef247bfb46b6828c"
}
],
"folder" :
{
"name" : "GLFW3/Tests"
},
"id" : "triangle-vulkan::@a44f0ac069e85531cdee",
"link" :
{
"commandFragments" :
[
{
"fragment" : "-g",
"role" : "flags"
},
{
"fragment" : "-mwindows",
"role" : "flags"
},
{
"backtrace" : 1,
"fragment" : "src\\libglfw3.a",
"role" : "libraries"
},
{
"fragment" : "-lkernel32 -luser32 -lgdi32 -lwinspool -lshell32 -lole32 -loleaut32 -luuid -lcomdlg32 -ladvapi32",
"role" : "libraries"
}
],
"language" : "C"
},
"name" : "triangle-vulkan",
"nameOnDisk" : "triangle-vulkan.exe",
"paths" :
{
"build" : "tests",
"source" : "tests"
},
"sourceGroups" :
[
{
"name" : "Source Files",
"sourceIndexes" :
[
0
]
},
{
"name" : "Header Files",
"sourceIndexes" :
[
1
]
}
],
"sources" :
[
{
"backtrace" : 1,
"compileGroupIndex" : 0,
"path" : "tests/triangle-vulkan.c",
"sourceGroupIndex" : 0
},
{
"backtrace" : 1,
"path" : "deps/glad/vulkan.h",
"sourceGroupIndex" : 1
}
],
"type" : "EXECUTABLE"
}

View File

@ -0,0 +1,70 @@
{
"backtrace" : 1,
"backtraceGraph" :
{
"commands" :
[
"add_custom_target"
],
"files" :
[
"CMakeLists.txt"
],
"nodes" :
[
{
"file" : 0
},
{
"command" : 0,
"file" : 0,
"line" : 169,
"parent" : 0
}
]
},
"folder" :
{
"name" : "GLFW3"
},
"id" : "uninstall::@6890427a1f51a3e7e1df",
"name" : "uninstall",
"paths" :
{
"build" : ".",
"source" : "."
},
"sourceGroups" :
[
{
"name" : "",
"sourceIndexes" :
[
0
]
},
{
"name" : "CMake Rules",
"sourceIndexes" :
[
1
]
}
],
"sources" :
[
{
"backtrace" : 1,
"isGenerated" : true,
"path" : "cmake-build-debug/CMakeFiles/uninstall",
"sourceGroupIndex" : 0
},
{
"backtrace" : 0,
"isGenerated" : true,
"path" : "cmake-build-debug/CMakeFiles/uninstall.rule",
"sourceGroupIndex" : 1
}
],
"type" : "UTILITY"
}

View File

@ -0,0 +1,88 @@
{
"backtrace" : 1,
"backtraceGraph" :
{
"commands" :
[
"add_custom_target"
],
"files" :
[
"src/CMakeLists.txt"
],
"nodes" :
[
{
"file" : 0
},
{
"command" : 0,
"file" : 0,
"line" : 23,
"parent" : 0
}
]
},
"folder" :
{
"name" : "GLFW3"
},
"id" : "update_mappings::@145eef247bfb46b6828c",
"name" : "update_mappings",
"paths" :
{
"build" : "src",
"source" : "src"
},
"sourceGroups" :
[
{
"name" : "Header Files",
"sourceIndexes" :
[
0
]
},
{
"name" : "",
"sourceIndexes" :
[
1,
2
]
},
{
"name" : "CMake Rules",
"sourceIndexes" :
[
3
]
}
],
"sources" :
[
{
"backtrace" : 1,
"path" : "src/mappings.h.in",
"sourceGroupIndex" : 0
},
{
"backtrace" : 1,
"path" : "CMake/GenerateMappings.cmake",
"sourceGroupIndex" : 1
},
{
"backtrace" : 1,
"isGenerated" : true,
"path" : "cmake-build-debug/src/CMakeFiles/update_mappings",
"sourceGroupIndex" : 1
},
{
"backtrace" : 0,
"isGenerated" : true,
"path" : "cmake-build-debug/src/CMakeFiles/update_mappings.rule",
"sourceGroupIndex" : 2
}
],
"type" : "UTILITY"
}

View File

@ -0,0 +1,184 @@
{
"artifacts" :
[
{
"path" : "examples/wave.exe"
},
{
"path" : "examples/wave.pdb"
}
],
"backtrace" : 1,
"backtraceGraph" :
{
"commands" :
[
"add_executable",
"include_directories",
"set_target_properties"
],
"files" :
[
"examples/CMakeLists.txt"
],
"nodes" :
[
{
"file" : 0
},
{
"command" : 0,
"file" : 0,
"line" : 37,
"parent" : 0
},
{
"command" : 1,
"file" : 0,
"line" : 4,
"parent" : 0
},
{
"command" : 2,
"file" : 0,
"line" : 49,
"parent" : 0
}
]
},
"compileGroups" :
[
{
"compileCommandFragments" :
[
{
"fragment" : "-g -std=gnu99 -fdiagnostics-color=always"
}
],
"includes" :
[
{
"backtrace" : 2,
"path" : "D:/Sviluppo/Amiga/glfw/deps"
},
{
"backtrace" : 1,
"path" : "D:/Sviluppo/Amiga/glfw/include"
}
],
"language" : "C",
"languageStandard" :
{
"backtraces" :
[
3
],
"standard" : "99"
},
"sourceIndexes" :
[
0
]
},
{
"includes" :
[
{
"backtrace" : 2,
"path" : "D:/Sviluppo/Amiga/glfw/deps"
},
{
"backtrace" : 1,
"path" : "D:/Sviluppo/Amiga/glfw/include"
}
],
"language" : "RC",
"sourceIndexes" :
[
1
]
}
],
"dependencies" :
[
{
"backtrace" : 1,
"id" : "glfw::@145eef247bfb46b6828c"
}
],
"folder" :
{
"name" : "GLFW3/Examples"
},
"id" : "wave::@714eac15f71a94114fdf",
"link" :
{
"commandFragments" :
[
{
"fragment" : "-g",
"role" : "flags"
},
{
"fragment" : "-mwindows",
"role" : "flags"
},
{
"backtrace" : 1,
"fragment" : "src\\libglfw3.a",
"role" : "libraries"
},
{
"fragment" : "-lkernel32 -luser32 -lgdi32 -lwinspool -lshell32 -lole32 -loleaut32 -luuid -lcomdlg32 -ladvapi32",
"role" : "libraries"
}
],
"language" : "C"
},
"name" : "wave",
"nameOnDisk" : "wave.exe",
"paths" :
{
"build" : "examples",
"source" : "examples"
},
"sourceGroups" :
[
{
"name" : "Source Files",
"sourceIndexes" :
[
0,
1
]
},
{
"name" : "Header Files",
"sourceIndexes" :
[
2
]
}
],
"sources" :
[
{
"backtrace" : 1,
"compileGroupIndex" : 0,
"path" : "examples/wave.c",
"sourceGroupIndex" : 0
},
{
"backtrace" : 1,
"compileGroupIndex" : 1,
"path" : "examples/glfw.rc",
"sourceGroupIndex" : 0
},
{
"backtrace" : 1,
"path" : "deps/glad/gl.h",
"sourceGroupIndex" : 1
}
],
"type" : "EXECUTABLE"
}

View File

@ -0,0 +1,159 @@
{
"artifacts" :
[
{
"path" : "tests/window.exe"
},
{
"path" : "tests/window.pdb"
}
],
"backtrace" : 1,
"backtraceGraph" :
{
"commands" :
[
"add_executable",
"include_directories",
"set_target_properties"
],
"files" :
[
"tests/CMakeLists.txt"
],
"nodes" :
[
{
"file" : 0
},
{
"command" : 0,
"file" : 0,
"line" : 42,
"parent" : 0
},
{
"command" : 1,
"file" : 0,
"line" : 4,
"parent" : 0
},
{
"command" : 2,
"file" : 0,
"line" : 56,
"parent" : 0
}
]
},
"compileGroups" :
[
{
"compileCommandFragments" :
[
{
"fragment" : "-g -std=gnu99 -fdiagnostics-color=always"
}
],
"includes" :
[
{
"backtrace" : 2,
"path" : "D:/Sviluppo/Amiga/glfw/deps"
},
{
"backtrace" : 1,
"path" : "D:/Sviluppo/Amiga/glfw/include"
}
],
"language" : "C",
"languageStandard" :
{
"backtraces" :
[
3
],
"standard" : "99"
},
"sourceIndexes" :
[
0
]
}
],
"dependencies" :
[
{
"backtrace" : 1,
"id" : "glfw::@145eef247bfb46b6828c"
}
],
"folder" :
{
"name" : "GLFW3/Tests"
},
"id" : "window::@a44f0ac069e85531cdee",
"link" :
{
"commandFragments" :
[
{
"fragment" : "-g",
"role" : "flags"
},
{
"fragment" : "-mwindows",
"role" : "flags"
},
{
"backtrace" : 1,
"fragment" : "src\\libglfw3.a",
"role" : "libraries"
},
{
"fragment" : "-lkernel32 -luser32 -lgdi32 -lwinspool -lshell32 -lole32 -loleaut32 -luuid -lcomdlg32 -ladvapi32",
"role" : "libraries"
}
],
"language" : "C"
},
"name" : "window",
"nameOnDisk" : "window.exe",
"paths" :
{
"build" : "tests",
"source" : "tests"
},
"sourceGroups" :
[
{
"name" : "Source Files",
"sourceIndexes" :
[
0
]
},
{
"name" : "Header Files",
"sourceIndexes" :
[
1
]
}
],
"sources" :
[
{
"backtrace" : 1,
"compileGroupIndex" : 0,
"path" : "tests/window.c",
"sourceGroupIndex" : 0
},
{
"backtrace" : 1,
"path" : "deps/glad/gl.h",
"sourceGroupIndex" : 1
}
],
"type" : "EXECUTABLE"
}

View File

@ -0,0 +1,184 @@
{
"artifacts" :
[
{
"path" : "examples/windows.exe"
},
{
"path" : "examples/windows.pdb"
}
],
"backtrace" : 1,
"backtraceGraph" :
{
"commands" :
[
"add_executable",
"include_directories",
"set_target_properties"
],
"files" :
[
"examples/CMakeLists.txt"
],
"nodes" :
[
{
"file" : 0
},
{
"command" : 0,
"file" : 0,
"line" : 38,
"parent" : 0
},
{
"command" : 1,
"file" : 0,
"line" : 4,
"parent" : 0
},
{
"command" : 2,
"file" : 0,
"line" : 49,
"parent" : 0
}
]
},
"compileGroups" :
[
{
"compileCommandFragments" :
[
{
"fragment" : "-g -std=gnu99 -fdiagnostics-color=always"
}
],
"includes" :
[
{
"backtrace" : 2,
"path" : "D:/Sviluppo/Amiga/glfw/deps"
},
{
"backtrace" : 1,
"path" : "D:/Sviluppo/Amiga/glfw/include"
}
],
"language" : "C",
"languageStandard" :
{
"backtraces" :
[
3
],
"standard" : "99"
},
"sourceIndexes" :
[
0
]
},
{
"includes" :
[
{
"backtrace" : 2,
"path" : "D:/Sviluppo/Amiga/glfw/deps"
},
{
"backtrace" : 1,
"path" : "D:/Sviluppo/Amiga/glfw/include"
}
],
"language" : "RC",
"sourceIndexes" :
[
1
]
}
],
"dependencies" :
[
{
"backtrace" : 1,
"id" : "glfw::@145eef247bfb46b6828c"
}
],
"folder" :
{
"name" : "GLFW3/Examples"
},
"id" : "windows::@714eac15f71a94114fdf",
"link" :
{
"commandFragments" :
[
{
"fragment" : "-g",
"role" : "flags"
},
{
"fragment" : "-mwindows",
"role" : "flags"
},
{
"backtrace" : 1,
"fragment" : "src\\libglfw3.a",
"role" : "libraries"
},
{
"fragment" : "-lkernel32 -luser32 -lgdi32 -lwinspool -lshell32 -lole32 -loleaut32 -luuid -lcomdlg32 -ladvapi32",
"role" : "libraries"
}
],
"language" : "C"
},
"name" : "windows",
"nameOnDisk" : "windows.exe",
"paths" :
{
"build" : "examples",
"source" : "examples"
},
"sourceGroups" :
[
{
"name" : "Source Files",
"sourceIndexes" :
[
0,
1
]
},
{
"name" : "Header Files",
"sourceIndexes" :
[
2
]
}
],
"sources" :
[
{
"backtrace" : 1,
"compileGroupIndex" : 0,
"path" : "examples/windows.c",
"sourceGroupIndex" : 0
},
{
"backtrace" : 1,
"compileGroupIndex" : 1,
"path" : "examples/glfw.rc",
"sourceGroupIndex" : 0
},
{
"backtrace" : 1,
"path" : "deps/glad/gl.h",
"sourceGroupIndex" : 1
}
],
"type" : "EXECUTABLE"
}

View File

@ -0,0 +1,51 @@
{
"kind" : "toolchains",
"toolchains" :
[
{
"compiler" :
{
"id" : "GNU",
"implicit" :
{
"includeDirectories" :
[
"C:/Program Files/JetBrains/CLion 2021.3.2/bin/mingw/lib/gcc/x86_64-w64-mingw32/13.1.0/include",
"C:/Program Files/JetBrains/CLion 2021.3.2/bin/mingw/include",
"C:/Program Files/JetBrains/CLion 2021.3.2/bin/mingw/lib/gcc/x86_64-w64-mingw32/13.1.0/include-fixed",
"C:/Program Files/JetBrains/CLion 2021.3.2/bin/mingw/x86_64-w64-mingw32/include"
],
"linkDirectories" : [],
"linkFrameworkDirectories" : [],
"linkLibraries" : []
},
"path" : "C:/Program Files/JetBrains/CLion 2021.3.2/bin/mingw/bin/gcc.exe",
"version" : "13.1.0"
},
"language" : "C",
"sourceFileExtensions" :
[
"c",
"m"
]
},
{
"compiler" :
{
"implicit" : {},
"path" : "C:/Program Files/JetBrains/CLion 2021.3.2/bin/mingw/bin/windres.exe"
},
"language" : "RC",
"sourceFileExtensions" :
[
"rc",
"RC"
]
}
],
"version" :
{
"major" : 1,
"minor" : 0
}
}

View File

@ -0,0 +1,3 @@
Start testing: Apr 02 15:33 ora legale Europa occidentale
----------------------------------------------------------
End testing: Apr 02 15:33 ora legale Europa occidentale

View File

@ -0,0 +1,13 @@
prefix=C:/Program Files (x86)/GLFW
exec_prefix=${prefix}
includedir=C:/Program Files (x86)/GLFW/include
libdir=C:/Program Files (x86)/GLFW/lib
Name: GLFW
Description: A multi-platform library for OpenGL, window and input
Version: 3.4.0
URL: https://www.glfw.org/
Requires.private:
Libs: -L${libdir} -lglfw3
Libs.private: -lgdi32
Cflags: -I${includedir}

View File

@ -0,0 +1,3 @@
include(CMakeFindDependencyMacro)
find_dependency(Threads)
include("${CMAKE_CURRENT_LIST_DIR}/glfw3Targets.cmake")

View File

@ -0,0 +1,65 @@
# This is a basic version file for the Config-mode of find_package().
# It is used by write_basic_package_version_file() as input file for configure_file()
# to create a version-file which can be installed along a config.cmake file.
#
# The created file sets PACKAGE_VERSION_EXACT if the current version string and
# the requested version string are exactly the same and it sets
# PACKAGE_VERSION_COMPATIBLE if the current version is >= requested version,
# but only if the requested major version is the same as the current one.
# The variable CVF_VERSION must be set before calling configure_file().
set(PACKAGE_VERSION "3.4.0")
if(PACKAGE_VERSION VERSION_LESS PACKAGE_FIND_VERSION)
set(PACKAGE_VERSION_COMPATIBLE FALSE)
else()
if("3.4.0" MATCHES "^([0-9]+)\\.")
set(CVF_VERSION_MAJOR "${CMAKE_MATCH_1}")
if(NOT CVF_VERSION_MAJOR VERSION_EQUAL 0)
string(REGEX REPLACE "^0+" "" CVF_VERSION_MAJOR "${CVF_VERSION_MAJOR}")
endif()
else()
set(CVF_VERSION_MAJOR "3.4.0")
endif()
if(PACKAGE_FIND_VERSION_RANGE)
# both endpoints of the range must have the expected major version
math (EXPR CVF_VERSION_MAJOR_NEXT "${CVF_VERSION_MAJOR} + 1")
if (NOT PACKAGE_FIND_VERSION_MIN_MAJOR STREQUAL CVF_VERSION_MAJOR
OR ((PACKAGE_FIND_VERSION_RANGE_MAX STREQUAL "INCLUDE" AND NOT PACKAGE_FIND_VERSION_MAX_MAJOR STREQUAL CVF_VERSION_MAJOR)
OR (PACKAGE_FIND_VERSION_RANGE_MAX STREQUAL "EXCLUDE" AND NOT PACKAGE_FIND_VERSION_MAX VERSION_LESS_EQUAL CVF_VERSION_MAJOR_NEXT)))
set(PACKAGE_VERSION_COMPATIBLE FALSE)
elseif(PACKAGE_FIND_VERSION_MIN_MAJOR STREQUAL CVF_VERSION_MAJOR
AND ((PACKAGE_FIND_VERSION_RANGE_MAX STREQUAL "INCLUDE" AND PACKAGE_VERSION VERSION_LESS_EQUAL PACKAGE_FIND_VERSION_MAX)
OR (PACKAGE_FIND_VERSION_RANGE_MAX STREQUAL "EXCLUDE" AND PACKAGE_VERSION VERSION_LESS PACKAGE_FIND_VERSION_MAX)))
set(PACKAGE_VERSION_COMPATIBLE TRUE)
else()
set(PACKAGE_VERSION_COMPATIBLE FALSE)
endif()
else()
if(PACKAGE_FIND_VERSION_MAJOR STREQUAL CVF_VERSION_MAJOR)
set(PACKAGE_VERSION_COMPATIBLE TRUE)
else()
set(PACKAGE_VERSION_COMPATIBLE FALSE)
endif()
if(PACKAGE_FIND_VERSION STREQUAL PACKAGE_VERSION)
set(PACKAGE_VERSION_EXACT TRUE)
endif()
endif()
endif()
# if the installed or the using project don't have CMAKE_SIZEOF_VOID_P set, ignore it:
if("${CMAKE_SIZEOF_VOID_P}" STREQUAL "" OR "8" STREQUAL "")
return()
endif()
# check that the installed version has the same 32/64bit-ness as the one which is currently searching:
if(NOT CMAKE_SIZEOF_VOID_P STREQUAL "8")
math(EXPR installedBits "8 * 8")
set(PACKAGE_VERSION "${PACKAGE_VERSION} (${installedBits}bit)")
set(PACKAGE_VERSION_UNSUITABLE TRUE)
endif()

8930
deps/nuklear.h vendored

File diff suppressed because it is too large Load Diff

View File

@ -140,7 +140,7 @@ nk_glfw3_render(enum nk_anti_aliasing AA)
config.vertex_layout = vertex_layout;
config.vertex_size = sizeof(struct nk_glfw_vertex);
config.vertex_alignment = NK_ALIGNOF(struct nk_glfw_vertex);
config.null = dev->null;
//config.null = dev->null;
config.circle_segment_count = 22;
config.curve_segment_count = 22;
config.arc_segment_count = 22;

View File

@ -499,6 +499,7 @@ int _glfwInitOS4(void)
OS4_LockPubScreen();
_glfwPollMonitorsOS4();
OS4_UnlockPubScreen();
OS4_FindApplicationName();
@ -507,8 +508,6 @@ int _glfwInitOS4(void)
void _glfwTerminateOS4(void)
{
OS4_UnlockPubScreen();
if (_glfw.os4.appMsgPort) {
struct Message *msg;

View File

@ -268,6 +268,5 @@ OS4_UnlockPubScreen()
{
if (_glfw.os4.publicScreen) {
IIntuition->UnlockPubScreen(NULL, _glfw.os4.publicScreen);
_glfw.os4.publicScreen = NULL;
}
}

View File

@ -121,6 +121,8 @@ typedef struct _GLFWwindowOS4
_GLFWcursor *currentCursor;
int width;
int height;
int oldwidth;
int oldheight;
char *title;
GLFWbool visible;
GLFWbool iconified;
@ -170,9 +172,6 @@ typedef struct _GLFWcursorOS4
typedef struct _GLFWlibraryOS4 {
STRPTR appName;
int xcursor;
int ycursor;
char keynames[GLFW_KEY_LAST + 1][17];
short int keycodes[512];
short int scancodes[GLFW_KEY_LAST + 1];

View File

@ -186,8 +186,8 @@ OS4_DefineWindowBox(_GLFWwindow* window, const _GLFWwndconfig *wndconfig, struct
box->Width = screen->Width;
box->Height = screen->Height;
} else {
box->Left = wndconfig->xpos;
box->Top = wndconfig->ypos;
box->Left = window->os4.xpos;
box->Top = window->os4.ypos;
box->Width = wndconfig->width;
box->Height = wndconfig->height;
}
@ -294,6 +294,12 @@ static void fitToMonitor(_GLFWwindow* window)
&window->os4.ypos);
window->os4.width = mode.width;
window->os4.height = mode.height;
IIntuition->SetWindowAttrs(window->os4.handle,
WA_Left, 0,
WA_Top, 0,
WA_Width, mode.width,
WA_Height, mode.height,
TAG_DONE);
}
static void acquireMonitor(_GLFWwindow* window)
@ -382,9 +388,14 @@ static int createNativeWindow(_GLFWwindow* window,
}
else
{
int x = 0, y = 0;
if (_glfw.os4.publicScreen) {
x = (_glfw.os4.publicScreen->Width - wndconfig->width) / 2;
y = (_glfw.os4.publicScreen->Height - wndconfig->height) / 2;
}
window->os4.fullscreen = GLFW_FALSE;
window->os4.xpos = 17;
window->os4.ypos = 17;
window->os4.xpos = x;
window->os4.ypos = y;
window->os4.width = wndconfig->width;
window->os4.height = wndconfig->height;
}
@ -436,8 +447,8 @@ static int createNativeWindow(_GLFWwindow* window,
_glfwGetWindowPosOS4(window, &window->os4.xpos, &window->os4.ypos);
_glfwGetWindowSizeOS4(window, &window->os4.width, &window->os4.height);
window->os4.lastCursorPosX = window->os4.xpos;
window->os4.lastCursorPosY = window->os4.ypos;
window->os4.oldxpos = window->os4.xpos;
window->os4.oldypos = window->os4.ypos;
if (wndconfig->decorated && wndconfig->width > 99 && wndconfig->height ) {
OS4_CreateIconifyGadget(window);
@ -559,13 +570,10 @@ void _glfwSetWindowMonitorOS4(_GLFWwindow* window,
int width, int height,
int refreshRate)
{
if (window->monitor == monitor)
{
if (!monitor)
if (monitor && window->monitor == monitor)
{
_glfwSetWindowPosOS4(window, xpos, ypos);
_glfwSetWindowSizeOS4(window, width, height);
}
return;
}
@ -603,6 +611,9 @@ void _glfwSetWindowPosOS4(_GLFWwindow* window, int xpos, int ypos)
if (window->os4.xpos != xpos || window->os4.ypos != ypos)
{
window->os4.oldxpos = window->os4.xpos;
window->os4.oldypos = window->os4.ypos;
window->os4.xpos = xpos;
window->os4.ypos = ypos;
_glfwInputWindowPos(window, xpos, ypos);
@ -611,9 +622,6 @@ void _glfwSetWindowPosOS4(_GLFWwindow* window, int xpos, int ypos)
WA_Left, xpos,
WA_Top, ypos,
TAG_DONE);
window->os4.lastCursorPosX = xpos;
window->os4.lastCursorPosY = ypos;
}
}
@ -744,7 +752,7 @@ void _glfwRestoreWindowOS4(_GLFWwindow* window)
}
else if (window->os4.maximized)
{
OS4_ResizeWindow(window, window->os4.width, window->os4.height, window->os4.oldxpos, window->os4.oldypos);
OS4_ResizeWindow(window, window->os4.oldwidth, window->os4.oldheight, window->os4.oldxpos, window->os4.oldypos);
window->os4.maximized = GLFW_FALSE;
_glfwInputWindowMaximize(window, GLFW_FALSE);
}
@ -756,6 +764,9 @@ void _glfwMaximizeWindowOS4(_GLFWwindow* window)
{
window->os4.oldxpos = window->os4.xpos;
window->os4.oldypos = window->os4.ypos;
window->os4.oldwidth = window->os4.width;
window->os4.oldheight = window->os4.height;
printf("%d %d %d %d\n", window->os4.oldwidth, window->os4.oldheight, window->os4.oldxpos, window->os4.oldypos);
OS4_ResizeWindow(window, window->maxwidth, window->maxheight, 0, 0);
@ -771,10 +782,10 @@ int _glfwWindowMaximizedOS4(_GLFWwindow* window)
int _glfwWindowHoveredOS4(_GLFWwindow* window)
{
return _glfw.os4.xcursor >= window->os4.xpos &&
_glfw.os4.ycursor >= window->os4.ypos &&
_glfw.os4.xcursor <= window->os4.xpos + window->os4.width - 1 &&
_glfw.os4.ycursor <= window->os4.ypos + window->os4.height - 1;
return window->os4.lastCursorPosX >= window->os4.xpos &&
window->os4.lastCursorPosY >= window->os4.ypos &&
window->os4.lastCursorPosX <= window->os4.xpos + window->os4.width - 1 &&
window->os4.lastCursorPosY <= window->os4.ypos + window->os4.height - 1;
}
int _glfwFramebufferTransparentOS4(_GLFWwindow* window)
@ -809,9 +820,11 @@ float _glfwGetWindowOpacityOS4(_GLFWwindow* window)
void _glfwSetWindowOpacityOS4(_GLFWwindow* window, float opacity)
{
window->os4.opacity = opacity;
int iOpacity = (int)opacity * 255;
int iOpacity = (int) (opacity * 255);
if (iOpacity < 30) {
iOpacity = 30;
window->os4.opacity = (float) 0.11;
}
IIntuition->SetWindowAttrs(window->os4.handle, WA_Opaqueness, iOpacity, TAG_DONE);
}
@ -902,8 +915,8 @@ void _glfwPollEventsOS4(void)
switch (msg.Class) {
case IDCMP_MOUSEMOVE:
window->os4.xpos = msg.WindowMouseX;
window->os4.ypos = msg.WindowMouseY;
window->os4.lastCursorPosX = msg.WindowMouseX;
window->os4.lastCursorPosY = msg.WindowMouseY;
_glfwInputCursorPos(window, msg.WindowMouseX, msg.WindowMouseY);
break;
@ -1055,15 +1068,15 @@ void _glfwPostEmptyEventOS4(void)
void _glfwGetCursorPosOS4(_GLFWwindow* window, double* xpos, double* ypos)
{
if (xpos)
*xpos = window->os4.xpos;
*xpos = window->os4.lastCursorPosX;
if (ypos)
*ypos = window->os4.ypos;
*ypos = window->os4.lastCursorPosY;
}
void _glfwSetCursorPosOS4(_GLFWwindow* window, double x, double y)
{
_glfw.os4.xcursor = window->os4.xpos + (int) x;
_glfw.os4.ycursor = window->os4.ypos + (int) y;
window->os4.lastCursorPosX = window->os4.xpos + (int) x;
window->os4.lastCursorPosY = window->os4.ypos + (int) y;
}
void _glfwSetCursorModeOS4(_GLFWwindow* window, int mode)

View File

@ -41,6 +41,9 @@
#define NK_INCLUDE_VERTEX_BUFFER_OUTPUT
#define NK_INCLUDE_STANDARD_VARARGS
#define NK_BUTTON_TRIGGER_ON_RELEASE
#ifdef GLFW_PLATFORM_OS4
#define NK_BIGENDIAN
#endif
#include <nuklear.h>
#define NK_GLFW_GL2_IMPLEMENTATION

View File

@ -40,6 +40,9 @@
#define NK_INCLUDE_DEFAULT_ALLOCATOR
#define NK_INCLUDE_VERTEX_BUFFER_OUTPUT
#define NK_INCLUDE_STANDARD_VARARGS
#ifdef GLFW_PLATFORM_OS4
#define NK_BIGENDIAN
#endif
#include <nuklear.h>
#define NK_GLFW_GL2_IMPLEMENTATION

View File

@ -38,6 +38,9 @@
#define NK_INCLUDE_VERTEX_BUFFER_OUTPUT
#define NK_INCLUDE_STANDARD_VARARGS
#define NK_BUTTON_TRIGGER_ON_RELEASE
#ifdef GLFW_PLATFORM_OS4
#define NK_BIGENDIAN
#endif
#include <nuklear.h>
#define NK_GLFW_GL2_IMPLEMENTATION