summaryrefslogtreecommitdiffstats
path: root/BuildTools (follow)
Commit message (Expand)AuthorAgeFilesLines
* Update error message for mismatched clang-format (#192)Shootfast2021-03-011-1/+1
* travis: fixed CMake unpack commandsassiduous2021-01-291-2/+2
* travis: fixed CMake download linkassiduous2021-01-291-1/+1
* Appveyor and travis: updated CMake to 3.19.3assiduous2021-01-294-6/+6
* Updated CMake to use VulkanSDK 1.2.162.1assiduous2021-01-291-1/+1
* Attempting to fix travis buildassiduous2020-11-241-2/+2
* travis: updated Vulkan SDK downloading commandsassiduous2020-11-241-2/+3
* Travis: updated Vulkan SDK version to 1.2.154.0; enabled downloading the SDK ...assiduous2020-11-241-6/+5
* iOS build: switched to using CMake-provided toolchain from custom toolchainassiduous2020-11-222-2/+2
* Re-enabled d3d12 tests with dxc on CIassiduous2020-09-111-0/+1
* Fixed CMake issues with CMAKE_VS_WINDOWS_TARGET_PLATFORM_VERSION not being de...assiduous2020-09-111-1/+0
* A bunch of random updatesassiduous2020-09-091-1/+1
* Merge branch 'master' into mesh_shaderazhirnov2020-09-082-2/+2
|\
| * Updated third-party modulesassiduous2020-09-082-2/+2
* | added argument --comp=dxc to run tests with DXC compilerazhirnov2020-09-021-0/+1
|/
* Bash function for format validation in submodules (#155)Dario Pellegrini2020-08-102-26/+54
* Validate format won't crash if it cannot load the provided binary (#154)Dario Pellegrini2020-08-081-6/+32
* Vulkan backend on iOS: switched to linking statically with MoltenVk libraryassiduous2020-04-281-2/+2
* Enabled format validation on Linuxassiduous2020-03-274-8/+7
* Enabled format validation on MacOSassiduous2020-03-262-7/+6
* Updated clang-format to the latest releaseassiduous2020-03-261-0/+0
* travis: switched to using gcc 9assiduous2020-02-271-5/+5
* Travis build script: switched to OS64 x arm and enabled Vulkanassiduous2020-02-201-2/+1
* Another attempt to fix code signing build problem on travisassiduous2020-02-202-6/+6
* iOS travis build: removed xcpretty to understand why the build failsassiduous2020-02-201-1/+1
* Another attempt to fix Max/iOS travis buildassiduous2020-02-201-1/+1
* Fixed XCode code signing build settingsassiduous2020-02-202-3/+5
* Attempting to fix code signing issue on ios CI buildassiduous2020-02-201-2/+3
* travis.yml: updated Vulkan SDK to 1.2.131.2assiduous2020-02-201-1/+1
* travis: enabled DiligentCoreTest on Linuxassiduous2019-12-291-2/+3
* travis: fixed scripts to hopefully properly return error code to the shell th...assiduous2019-12-293-9/+13
* Enabled DiligentCoreTest for OSX build on travisassiduous2019-12-283-2/+11
* Updated travis build scripts to hopefully catch build failureassiduous2019-12-282-2/+2
* Fixed MacOS/clang build issues; enabled building test projects on travisassiduous2019-12-282-4/+4
* Update to linux/mac build scripts to not terminate current shellassiduous2019-12-282-2/+2
* fixed build scripts to pipe xcode error code to travisassiduous2019-12-282-2/+2
* moved public public headers of GraphicsTools project to interface folder to m...assiduous2019-12-261-1/+1
* Fixed run_tests.batassiduous2019-12-201-3/+3
* Renamed UnitTests folder to Testsassiduous2019-12-201-2/+2
* Fixed run_tests.bat to avoid strange behavior of errorlevelassiduous2019-12-131-12/+3
* Added HLSL2GLSLConverter testsEgor Yusov2019-12-121-1/+2
* Added Shader Resource Array testEgor Yusov2019-12-091-9/+9
* Updated run_tests.bat to return the error code of the last failing testEgor Yusov2019-12-091-3/+12
* Updated run_test.bat to capture error in any of the test scriptsEgor Yusov2019-12-081-4/+7
* Fixed run_tests.batEgor Yusov2019-12-071-2/+2
* Experimenting with appveyor to understand why API tests failEgor Yusov2019-12-071-2/+2
* appveyor: enabled D3D11 and D3D12 API tests againEgor Yusov2019-12-071-3/+3
* temporary disabled API tests as they cause build failureEgor Yusov2019-12-071-2/+2
* appveyor: fixed test running commandEgor Yusov2019-12-071-0/+28
* appveyor: fixed run test instructionEgor Yusov2019-12-041-5/+0