1 file changed
+1
-1
lines changed- .github/workflows/ci.yml+31
- .github/workflows/ios.yml+36
- .github/workflows/macos.yml+44
- .github/workflows/windows.yml+46
- Build/AzureDevOps/azure-pipelines.yml-255
- Build/CMake/Android/FindGLTFSDK.android_arm64-v8a.cmake-13
- Build/CMake/Android/FindGLTFSDK.android_armeabi-v7a.cmake-13
- Build/CMake/Android/FindGLTFSDK.android_x86.cmake-13
- Build/CMake/Android/FindGLTFSDK.android_x86_64.cmake-13
- Build/CMake/FindGLTFSDK.iOS.cmake-13
- Build/CMake/FindGLTFSDK.iOSSimulator64.cmake-13
- Build/CMake/FindGLTFSDK.macOS.cmake-13
- Build/Scripts/GetGitCommand.ps1-26
- Build/Scripts/New-AnnotatedTag.ps1-55
- Build/Scripts/ReleaseNotesHelper.psm1-168
- Build/Scripts/ReleaseNotesPRChecker.ps1-140
- Build/Scripts/ReleaseNotesTags.json-6
- Build/Scripts/RestorePackages.ps1-14
- Build/Scripts/SetBuildVariables.json-36
- Build/Scripts/SetBuildVariables.ps1-74
- Build/Scripts/Tests.Android.json-11
- Build/Scripts/VersionGenerator.ps1-256
- Build/Scripts/VersionGeneratorAndModifier.ps1-31
- Build/Scripts/VersionModifier.ps1-251
- Build/Scripts/winbuild.ps1-98
- Build/Scripts/wininit.ps1-85
- Build/macOSPackageRoot/packages.config-4
- CMakeLists.txt+4-2
- GLTFSDK.Samples/Deserialize/CMakeLists.txt+1-3
- GLTFSDK.Samples/Deserialize/Deserialize.vcxproj-261
- GLTFSDK.Samples/Deserialize/Deserialize.vcxproj.filters-22
- GLTFSDK.Samples/Deserialize/Source/main.cpp+23-10
- GLTFSDK.Samples/Serialize/CMakeLists.txt+1-3
- GLTFSDK.Samples/Serialize/Serialize.vcxproj-261
- GLTFSDK.Samples/Serialize/Serialize.vcxproj.filters-22
- GLTFSDK.Samples/Serialize/Source/main.cpp+21-10
- GLTFSDK.Shared.CPP/GLTFSDK.Shared.CPP.vcxitems-115
- GLTFSDK.Shared.CPP/GLTFSDK.Shared.CPP.vcxitems.filters-308
- GLTFSDK.Test/CMakeLists.txt+1-3
- GLTFSDK.Test/Source/AnimationUtilsTests.cpp+10-9
- GLTFSDK.Test/Source/PBRUtilsTests.cpp+1-1
- GLTFSDK.Test/Source/TestUtils.h+13-1
- GLTFSDK.sln-112
- GLTFSDK/CMakeLists.txt+17-8
- GLTFSDK/GLTFSDK.Android.CPP.nuspec-50
- GLTFSDK/GLTFSDK.CPP.autopkg-135
- GLTFSDK/GLTFSDK.Windows.CPP.autopkg-135
- GLTFSDK/GLTFSDK.iOS.CPP.nuspec-33
- GLTFSDK/GLTFSDK.macOS.CPP.nuspec-35
- GLTFSDK/GLTFSDK.vcxproj-219
- GLTFSDK/GLTFSDK.vcxproj.filters-14
- GLTFSDK/GenerateSchemaJsonHeader.ps1+1-1
- GLTFSDK/Inc/GLTFSDK/GLBResourceWriter.h+3
- GLTFSDK/Inc/GLTFSDK/GLTFResourceWriter.h+1
- GLTFSDK/Inc/GLTFSDK/PBRUtils.h+1
- GLTFSDK/Inc/GLTFSDK/ResourceReaderUtils.h+1
- GLTFSDK/Source/Deserialize.cpp+1
- GLTFSDK/Source/ExtensionsKHR.cpp+10
- GLTFSDK/Source/GLBResourceWriter.cpp+12-2
- GLTFSDK/Source/Validation.cpp+2
- GLTFSDK/Source/Version.cpp+1
- GLTFSDK/packages.config-4
- README.md+1-8
- SECURITY.md+41
- XPlatScripts/.gitrepo-11
- XPlatScripts/NuGet.macOS/.gitignore-2
- XPlatScripts/NuGet.macOS/CalculateNugetClosureAndUpdatePackages.ps1-24
- XPlatScripts/NuGet.macOS/CalculateNugetPackageClosure.ps1-224
- XPlatScripts/NuGet.macOS/CanvasCoreNugetPackages.config-9
- XPlatScripts/NuGet.macOS/CreateAccessToken.ps1-42
- XPlatScripts/NuGet.macOS/Find-Git.ps1-10
- XPlatScripts/NuGet.macOS/Get-AppxDetailsFromFile.ps1-23
- XPlatScripts/NuGet.macOS/Get-VstsArtifact.ps1-137
- XPlatScripts/NuGet.macOS/Get-VstsRestAuthString.ps1-56
- XPlatScripts/NuGet.macOS/GetNuGetCommand.ps1-57
- XPlatScripts/NuGet.macOS/Install-AppxFiles.ps1-70
- XPlatScripts/NuGet.macOS/Invoke-AndroidEmulatorTest.ps1-139
- XPlatScripts/NuGet.macOS/Invoke-CommandWithRetries.ps1-84
- XPlatScripts/NuGet.macOS/Invoke-Tests.ps1-745
- XPlatScripts/NuGet.macOS/Invoke-VstsRestMethod.ps1-118
- XPlatScripts/NuGet.macOS/Invoke-WackTests.ps1-176
- XPlatScripts/NuGet.macOS/Invoke-iOSSimulatorTest.ps1-224
- XPlatScripts/NuGet.macOS/New-ConfigFile.ps1-20
- XPlatScripts/NuGet.macOS/NuGet.Config-19
- XPlatScripts/NuGet.macOS/NuGetHelper.psm1-93
- XPlatScripts/NuGet.macOS/NuGetPush.ps1-37
- XPlatScripts/NuGet.macOS/NuGetRestore.ps1-147
- XPlatScripts/NuGet.macOS/Publish-Tests.ps1-223
- XPlatScripts/NuGet.macOS/RunPowershellScript.sh-4
- XPlatScripts/NuGet.macOS/SerializeForPostbuild.ps1-138
- XPlatScripts/NuGet.macOS/SummarizeTestFailures.ps1-184
- XPlatScripts/NuGet.macOS/Uninstall-AppxFiles.ps1-124
- XPlatScripts/NuGet.macOS/UpdateNugetPackages.ps1-175
- XPlatScripts/NuGet.macOS/WinAppDeploy.ps1-29
- androidbuild.ps1-145
- macbuild.ps1-130
- macinit.ps1-119
0 commit comments