diff --git a/.github/workflows/android-opengl.yml b/.github/workflows/android-opengl.yml index 2f87a9204..50d384767 100644 --- a/.github/workflows/android-opengl.yml +++ b/.github/workflows/android-opengl.yml @@ -22,4 +22,4 @@ jobs: - name: Get Submodules run: ./get_dlc - name: Compile - run: ./make android -g opengl --kinc . --from Tests/Empty --compile + run: ./make android -g opengl --kore . --from Tests/Empty --compile diff --git a/.github/workflows/android-vulkan.yml b/.github/workflows/android-vulkan.yml index 26ce0acb4..9a9486ba8 100644 --- a/.github/workflows/android-vulkan.yml +++ b/.github/workflows/android-vulkan.yml @@ -22,4 +22,4 @@ jobs: - name: Get Submodules run: ./get_dlc - name: Compile - run: ./make android -g vulkan --kinc . --from Tests/Empty --compile + run: ./make android -g vulkan --kore . --from Tests/Empty --compile diff --git a/.github/workflows/doxygen.yml b/.github/workflows/doxygen.yml index 917ee5e16..fc6f356d3 100644 --- a/.github/workflows/doxygen.yml +++ b/.github/workflows/doxygen.yml @@ -22,7 +22,7 @@ jobs: - name: Create documentation run: doxygen Doxyfile - name: Clone website - run: git clone -b gh-pages https://github.com/Kode/Kinc.git Kinc-pages + run: git clone -b gh-pages https://github.com/Kode/Kore.git Kinc-pages - name: Remove old documentation run: rm -r Kinc-pages/api - name: Copy new documentation diff --git a/.github/workflows/emscripten-webgl.yml b/.github/workflows/emscripten-webgl.yml index 4ae94f218..4cc0ee570 100644 --- a/.github/workflows/emscripten-webgl.yml +++ b/.github/workflows/emscripten-webgl.yml @@ -22,6 +22,6 @@ jobs: - name: Get Submodules run: ./get_dlc - name: Compile (kmake) - run: ./make emscripten --kinc . --from Tests/Empty + run: ./make emscripten --kore . --from Tests/Empty - name: Compile (emscripten) run: git clone https://github.com/emscripten-core/emsdk.git && cd emsdk && ./emsdk install latest && ./emsdk activate latest && source ./emsdk_env.sh && cd ../build/Release && ninja diff --git a/.github/workflows/emscripten-webgpu.yml b/.github/workflows/emscripten-webgpu.yml index ecd050b9d..fe6de674e 100644 --- a/.github/workflows/emscripten-webgpu.yml +++ b/.github/workflows/emscripten-webgpu.yml @@ -22,6 +22,6 @@ jobs: - name: Get Submodules run: ./get_dlc - name: Compile (kmake) - run: ./make emscripten -g webgpu --kinc . --from Tests/Empty + run: ./make emscripten -g webgpu --kore . --from Tests/Empty - name: Compile (emscripten) run: git clone https://github.com/emscripten-core/emsdk.git && cd emsdk && ./emsdk install latest && ./emsdk activate latest && source ./emsdk_env.sh && cd ../build/Release && ninja diff --git a/.github/workflows/ios-metal.yml b/.github/workflows/ios-metal.yml index 6e2121b10..257afd585 100644 --- a/.github/workflows/ios-metal.yml +++ b/.github/workflows/ios-metal.yml @@ -18,4 +18,4 @@ jobs: - name: Get Submodules run: ./get_dlc - name: Compile - run: ./make ios -g metal --kinc . --from Tests/Empty --nosigning --compile + run: ./make ios -g metal --kore . --from Tests/Empty --nosigning --compile diff --git a/.github/workflows/ios-opengl.yml b/.github/workflows/ios-opengl.yml index 364eb2aea..381c46566 100644 --- a/.github/workflows/ios-opengl.yml +++ b/.github/workflows/ios-opengl.yml @@ -18,4 +18,4 @@ jobs: - name: Get Submodules run: ./get_dlc - name: Compile - run: ./make ios -g opengl --kinc . --from Tests/Empty --nosigning --compile + run: ./make ios -g opengl --kore . --from Tests/Empty --nosigning --compile diff --git a/.github/workflows/linux-arm-opengl.yml b/.github/workflows/linux-arm-opengl.yml index acd656c05..5e1244949 100644 --- a/.github/workflows/linux-arm-opengl.yml +++ b/.github/workflows/linux-arm-opengl.yml @@ -22,13 +22,13 @@ jobs: - name: Get Submodules run: ./get_dlc - name: Compile - run: ./make -g opengl --kinc . --from Tests/Empty --compile + run: ./make -g opengl --kore . --from Tests/Empty --compile - name: Clean run: rm -r build - name: Get ImageMagick and xvfb run: sudo apt install imagemagick xvfb - name: Compile Test 1 - run: ./make -g opengl --kinc . --from Tests/Shader --compile + run: ./make -g opengl --kore . --from Tests/Shader --compile - name: Copy Test 1 run: cp build/Release/ShaderTest Tests/Shader/Deployment/ShaderTest - name: Run Test 1 @@ -37,7 +37,7 @@ jobs: - name: Check Test 1 run: compare-im6 -metric mae Tests/Shader/reference.png Tests/Shader/Deployment/test.png difference.png - name: Compile Test 2 (SIMD) - run: ./make -g opengl --kinc . --from Tests/SIMD --compile + run: ./make -g opengl --kore . --from Tests/SIMD --compile - name: Copy Test 2 run: cp build/Release/SIMD Tests/SIMD/Deployment/SIMD - name: Run Test 2 diff --git a/.github/workflows/linux-opengl.yml b/.github/workflows/linux-opengl.yml index c6988fcf9..ce652b617 100644 --- a/.github/workflows/linux-opengl.yml +++ b/.github/workflows/linux-opengl.yml @@ -22,13 +22,13 @@ jobs: - name: Get Submodules run: ./get_dlc - name: Compile - run: ./make -g opengl --kinc . --from Tests/Empty --compile + run: ./make -g opengl --kore . --from Tests/Empty --compile - name: Clean run: rm -r build - name: Get ImageMagick and xvfb run: sudo apt install imagemagick xvfb - name: Compile Test 1 - run: ./make -g opengl --kinc . --from Tests/Shader --compile + run: ./make -g opengl --kore . --from Tests/Shader --compile - name: Copy Test 1 run: cp build/Release/ShaderTest Tests/Shader/Deployment/ShaderTest - name: Run Test 1 @@ -37,7 +37,7 @@ jobs: - name: Check Test 1 run: compare-im6 -metric mae Tests/Shader/reference.png Tests/Shader/Deployment/test.png difference.png - name: Compile Test 2 (SIMD) - run: ./make -g opengl --kinc . --from Tests/SIMD --compile + run: ./make -g opengl --kore . --from Tests/SIMD --compile - name: Copy Test 2 run: cp build/Release/SIMD Tests/SIMD/Deployment/SIMD - name: Run Test 2 diff --git a/.github/workflows/linux-vulkan.yml b/.github/workflows/linux-vulkan.yml index 13b7864fd..1879e9aab 100644 --- a/.github/workflows/linux-vulkan.yml +++ b/.github/workflows/linux-vulkan.yml @@ -26,4 +26,4 @@ jobs: - name: Get Submodules run: ./get_dlc - name: Compile - run: ./make -g vulkan --kinc . --from Tests/Empty --compile + run: ./make -g vulkan --kore . --from Tests/Empty --compile diff --git a/.github/workflows/macos-metal.yml b/.github/workflows/macos-metal.yml index a8f7e8d1c..fb818e794 100644 --- a/.github/workflows/macos-metal.yml +++ b/.github/workflows/macos-metal.yml @@ -18,6 +18,6 @@ jobs: - name: Get Submodules run: ./get_dlc - name: Compile - run: ./make -g metal --kinc . --from Tests/Empty --compile + run: ./make -g metal --kore . --from Tests/Empty --compile - name: Compile and Run Test 2 (SIMD) - run: ./make --kinc . --from Tests/SIMD --run + run: ./make --kore . --from Tests/SIMD --run diff --git a/.github/workflows/macos-opengl.yml b/.github/workflows/macos-opengl.yml index 267c23b4c..8d6839969 100644 --- a/.github/workflows/macos-opengl.yml +++ b/.github/workflows/macos-opengl.yml @@ -18,4 +18,4 @@ jobs: - name: Get Submodules run: ./get_dlc - name: Compile - run: ./make -g opengl --kinc . --from Tests/Empty --compile + run: ./make -g opengl --kore . --from Tests/Empty --compile diff --git a/.github/workflows/uwp.yml b/.github/workflows/uwp.yml index 34a70320f..8d26b3801 100644 --- a/.github/workflows/uwp.yml +++ b/.github/workflows/uwp.yml @@ -18,4 +18,4 @@ jobs: - name: Get Submodules run: .\get_dlc.bat - name: Compile - run: .\make.bat windowsapp -v vs2022 --kinc . --from Tests/Empty --compile + run: .\make.bat windowsapp -v vs2022 --kore . --from Tests/Empty --compile diff --git a/.github/workflows/wasm.yml b/.github/workflows/wasm.yml index 63a8e93f5..5868a8476 100644 --- a/.github/workflows/wasm.yml +++ b/.github/workflows/wasm.yml @@ -22,4 +22,4 @@ jobs: - name: Get Submodules run: ./get_dlc - name: Compile - run: ./make wasm --kinc . --from Tests/Empty --compile + run: ./make wasm --kore . --from Tests/Empty --compile diff --git a/.github/workflows/windows-direct3d11.yml b/.github/workflows/windows-direct3d11.yml index 5a4bcb749..999efe5ba 100644 --- a/.github/workflows/windows-direct3d11.yml +++ b/.github/workflows/windows-direct3d11.yml @@ -18,14 +18,14 @@ jobs: - name: Get Submodules run: .\get_dlc.bat - name: Compile - run: .\make.bat -v vs2022 -g direct3d11 --kinc . --from Tests/Empty --compile + run: .\make.bat -v vs2022 -g direct3d11 --kore . --from Tests/Empty --compile - name: Get ImageMagick run: | choco install -y imagemagick.app --no-progress Get-ChildItem -Path "${env:ProgramFiles}" | Where-Object {($_.Name -Like 'ImageMagick*')} | % { $_.FullName } | Out-File -Append -FilePath $env:GITHUB_PATH -Encoding utf8 - name: Compile and run Test 1 - run: .\make.bat -v vs2022 -g direct3d11 --kinc . --from Tests/Shader --run + run: .\make.bat -v vs2022 -g direct3d11 --kore . --from Tests/Shader --run - name: Check Test 1 run: magick compare -metric mae .\Tests\Shader\reference.png .\Tests\Shader\Deployment\test.png difference.png - name: Compile and run Test 2 (SIMD) - run: .\make.bat -v vs2022 --kinc . --from Tests/SIMD --compile --run + run: .\make.bat -v vs2022 --kore . --from Tests/SIMD --compile --run diff --git a/.github/workflows/windows-direct3d12.yml b/.github/workflows/windows-direct3d12.yml index 9c2043a50..5741cb2d1 100644 --- a/.github/workflows/windows-direct3d12.yml +++ b/.github/workflows/windows-direct3d12.yml @@ -18,4 +18,4 @@ jobs: - name: Get Submodules run: .\get_dlc.bat - name: Compile - run: .\make.bat -v vs2022 -g direct3d12 --kinc . --from Tests/Empty --compile + run: .\make.bat -v vs2022 -g direct3d12 --kore . --from Tests/Empty --compile diff --git a/.github/workflows/windows-direct3d9.yml b/.github/workflows/windows-direct3d9.yml index 6cf9c6e3b..b3360a1bb 100644 --- a/.github/workflows/windows-direct3d9.yml +++ b/.github/workflows/windows-direct3d9.yml @@ -20,4 +20,4 @@ jobs: - name: Install DirectX run: choco install -y directx --no-progress - name: Compile - run: .\make.bat -v vs2022 -g direct3d9 -a directsound --kinc . --from Tests/Empty --compile + run: .\make.bat -v vs2022 -g direct3d9 -a directsound --kore . --from Tests/Empty --compile diff --git a/.github/workflows/windows-opengl.yml b/.github/workflows/windows-opengl.yml index 7ebe44eb8..1c4a055c0 100644 --- a/.github/workflows/windows-opengl.yml +++ b/.github/workflows/windows-opengl.yml @@ -18,4 +18,4 @@ jobs: - name: Get Submodules run: .\get_dlc.bat - name: Compile - run: .\make.bat -v vs2022 -g opengl --kinc . --from Tests/Empty --compile + run: .\make.bat -v vs2022 -g opengl --kore . --from Tests/Empty --compile diff --git a/.github/workflows/windows-vulkan.yml b/.github/workflows/windows-vulkan.yml index eb474789c..84e9fdd55 100644 --- a/.github/workflows/windows-vulkan.yml +++ b/.github/workflows/windows-vulkan.yml @@ -23,6 +23,6 @@ jobs: - name: Get Submodules run: .\get_dlc.bat - name: Compile - run: .\make.bat -v vs2022 -g vulkan --kinc . --from Tests/Empty --compile + run: .\make.bat -v vs2022 -g vulkan --kore . --from Tests/Empty --compile env: VULKAN_SDK: C:\VulkanSDK\1.3.275.0 diff --git a/Tools/linux_arm b/Tools/linux_arm index 15faba91d..7a05b005d 160000 --- a/Tools/linux_arm +++ b/Tools/linux_arm @@ -1 +1 @@ -Subproject commit 15faba91d819f867f642ca4070f4af88f75d3065 +Subproject commit 7a05b005d45b816d2ea729f96ce784813a09de9a diff --git a/Tools/linux_arm64 b/Tools/linux_arm64 index 9ae6c3fe9..cc87dc454 160000 --- a/Tools/linux_arm64 +++ b/Tools/linux_arm64 @@ -1 +1 @@ -Subproject commit 9ae6c3fe9853a09dbc649ca8b49b5794737aea5e +Subproject commit cc87dc454d55ac27a1a8c0b7256fd40e36160769 diff --git a/Tools/linux_x64 b/Tools/linux_x64 index 0a76c2aa0..12ef8086f 160000 --- a/Tools/linux_x64 +++ b/Tools/linux_x64 @@ -1 +1 @@ -Subproject commit 0a76c2aa0be6e27127e9fe0fa6a72b575bbadb0c +Subproject commit 12ef8086f1e7e35cf1e17820cdb53e040c9c9a45 diff --git a/Tools/macos b/Tools/macos index 004165ed2..93d0de019 160000 --- a/Tools/macos +++ b/Tools/macos @@ -1 +1 @@ -Subproject commit 004165ed2466d76ef00238668432a613389231b4 +Subproject commit 93d0de019a187e228409f8b560434efdf4f86eb9 diff --git a/Tools/windows_x64 b/Tools/windows_x64 index a8be23dbc..724c06a7a 160000 --- a/Tools/windows_x64 +++ b/Tools/windows_x64 @@ -1 +1 @@ -Subproject commit a8be23dbcdddf1c03f2856dd10cf232d4309f311 +Subproject commit 724c06a7ab9feb89c254b090222a8d9dbb1a1832