| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2017-12-08 | winsdk: Move file copying into NSIS installer | Lenny Komow | |
| Change-Id: If01c5024af802be784d5ea0f897cebdcc604934d | |||
| 2017-10-29 | repo: normalize line termination across repo | Mike Weiblen | |
| This is a scrub of the entire repo to normalize end-of-line termination to conform to the recently added .gitattributes file. A mismatch of line termination can cause difficult-to-resolve conflicts when rebasing or merging. The process performed is described at: https://help.github.com/articles/dealing-with-line-endings/#refreshing-a-repository-after-changing-line-endings The .gitattributes file is required because some files (*.bat and *.sh) are sensitive to line termination. The .gitattributes file is stored in the repo, and overrides settings which could be corrupted by a developer's local git configuration. The .gitattributes file was added in f077c81 This commit completes bcc9fec, which fixed a single file. Change-Id: I75d4594b61cb8aa6a09efb3ed5ace34fe8394871 | |||
| 2017-07-19 | winsdk: Hide runtime in programs and features | Lenny Komow | |
| Change-Id: Ibc5028f660c91f66d986af19f6c7959eb9b55359 | |||
| 2017-06-27 | build: Enable control flow guard on Windows | Slawomir Cygan | |
| This enables the 'Control Flow Guard' security feature, which prevents memory corruption vulnerabilites by placing a restriction on where application can execute from. The change is applied to both VulkanRT and it's NSIS installer. WARN: This change requires re-patching and rebuillding NSIS with attached patch. WARN#2: This change requires Visual Studion 2015 or vs140 toolset to take effect. Control Flow Guard documentation: https://msdn.microsoft.com/en-us/library/windows/desktop/mt637065(v=vs.85).aspx Change-Id: I7683c0570087d994961c79fb64419509f83536a8 | |||
| 2017-04-26 | winsdk: Make copyright signature editable | Lenny Komow | |
| Change-Id: Ie28b5d1e5ba7fbd727122399ef1f35d1eb54305a | |||
| 2017-04-04 | winsdk: Fix missing vulkaninfo file extension | Lenny Komow | |
| Change-Id: I9cef2172ed568372bca512d597099c37e4f0766e | |||
| 2017-02-10 | winsdk: Build runtime from RelWithDebInfo | Lenny Komow | |
| Change-Id: I6d1484035de816d7bea0a3cad16fddf7b86cee24 | |||
| 2017-01-18 | docs: Update runtime installer license copyright | Lenny Komow | |
| Change-Id: I41e6cdeb573754cebbf9c38cffc8be7a7c196591 | |||
| 2017-01-16 | winsdk: Fix RT not reading versions from registry | Lenny Komow | |
| Change-Id: I44bb8c167492739467448925375ae1b99fb8a2db | |||
| 2017-01-13 | winsdk: Allow Configuring layers for older SDKs | Lenny Komow | |
| Change-Id: I9b13d7c43ee159f935d289ea939ac3c2c1e54875 | |||
| 2016-11-10 | winsdk: Fix missing file extension in runtime | Lenny Komow | |
| Change-Id: I251663fb2932823d387af11e94bcd1e2586e0772 | |||
| 2016-11-08 | winsdk: Set runtime to use parameterized build | Lenny Komow | |
| Change-Id: I2f315a25667219620f5dcc3c36ad66d225134eef | |||
| 2016-11-08 | winsdk: Parameterize ConfigureRT program | Lenny Komow | |
| Change-Id: I2f869d5a71fb6c5411aa2ab6a3b133c37fb52a09 | |||
| 2016-11-08 | winsdk: Parameterize runtime NSIS script | Lenny Komow | |
| Change-Id: If1d767f29b6189a44e3f942ab96a55062a2f9cb7 | |||
| 2016-09-09 | winsdk: Fix ConfigureRT.exe not being deleted | Lenny Komow | |
| 2016-09-02 | winsdk: Fix releases showing as older than alphas | Lenny Komow | |
| 2016-08-31 | winsdk: Correct installer log renaming | Lenny Komow | |
| 2016-08-31 | winsdk: Fix powershell error to say ConfigureRT | Lenny Komow | |
| 2016-08-30 | winsdk: Remove rt installer using msvcr120.dll | Lenny Komow | |
| 2016-08-30 | winsdk: Fix uninstall log not clearing old copies | Lenny Komow | |
| 2016-08-17 | winsdk: Create layer registry if it doesn't exist | Lenny Komow | |
| 2016-08-15 | winsdk: Move uninstall log to temp | Lenny Komow | |
| 2016-08-12 | winsdk: Clean up confiure_runtime.c and docs | Lenny Komow | |
| 2016-08-12 | winsdk: Make RT installer use C program | Lenny Komow | |
| 2016-08-12 | winsdk: Add C program for runtime configuration | Lenny Komow | |
| 2016-08-04 | winsdk: Make installer version programmable | Lenny Komow | |
| 2016-07-07 | winsdk: Fix error when installing from syswow64 | Lenny Komow | |
| 2016-06-22 | winsdk: Fix multiple RT uninstall issue | Mark Young | |
| Change originally by David Pinedo. If the same Vulkan Run-time installer is executed multiple times, it will bump the install count for the RT installation. There was a problem during uninstall which failed to look at the install count and would always remove some important files. This fixes that issue. Change-Id: I4dda50b0dbdd9ec901aa25713be7d7348f3d67ec | |||
| 2016-06-10 | winrt: fix error on uninstall | David Pinedo | |
| Remove old log files before writing them. When 2 uninstalls are done in a row, this caused the uninstaller to display an error | |||
| 2016-06-10 | winrtinstaller: display error num in ps warning window | David Pinedo | |
| Display an error number in warning window if powershell script fails. | |||
| 2016-06-09 | winrt: configure loader even if ps script fails | David Pinedo | |
| 2016-06-09 | winrtinstaller: fixed problems introduced by piping script to powershell.exe | David Pinedo | |
| PS script return value is now correctly retrieved by NSIS script. Logging is less verbose, removed extranous errors. | |||
| 2016-06-08 | winrtinstaller: avoid executing ps scripts, instead just pipe cmds to ps | David Pinedo | |
| 2016-06-07 | winrtinstaller: retry ps script failure with full path to powershell.exe | David Pinedo | |
| Also changed diagnostics to log the contents of dir containing powershell.exe, and log the current value of $PATH. | |||
| 2016-06-06 | winsdkinstaller: add cmd copy as additional diagnosic for ps failure | David Pinedo | |
| 2016-06-03 | winrtinstaller: add more logging debug code to powershell script invocation | David Pinedo | |
| 2016-06-03 | winrtinstaller: fixes and diagnostics for powershell config script failure | David Pinedo | |
| 2016-06-01 | winrtinstaller: update signature on powershell config script | David Pinedo | |
| 2016-05-31 | winrt: Disable temp log in RT install. | Mark Young | |
| 2016-05-31 | winrt: Add more Powershell logging to RT install | Mark Young | |
| RT install Powershell script was using echo. Now use transcript recording (which will also include OS, Powershell version, and other info). Also, use Write-Host, Write-Warning, and Write-Error to make errors and warnings more obvious. NOTE: This includes intentional debug code enablement so I can retrieve an RT install that does not remove a copy of the Powershell log file. This will be fixed quickly after the RT install is generated on CruiseControl. | |||
| 2016-05-30 | winrt: Add more error logic to Powershell script | Mark Young | |
| Add more error detection logic to the install config Powershell script to help track down recent failures. | |||
| 2016-05-20 | winrtinstaller: remove dependency on msvcrt redistributables | David Pinedo | |
| Loader and demos now use static version of msvcrt. Runtime Installer no longer installs msvcrt. | |||
| 2016-05-05 | loader: added Windows resource file for vulkan-1.dll | David Pinedo | |
| Properties->Details on vulkan-1.dll will display valid version and build information Address: https://github.com/KhronosGroup/Vulkan-LoaderAndValidationLayers/issues/473 | |||
| 2016-05-02 | winrtinstaller: added patch file to be used when building nsis | David Pinedo | |
| 2016-04-29 | windowsRuntimeInstaller: improve documentation on how to build RT installer | David Pinedo | |
| 2016-04-26 | winrtinstaller: update license | David Pinedo | |
| 2016-04-19 | winrtinstaller: change formatting in RT rtf license | David Pinedo | |
| 2016-04-19 | winrtinstaller: formatting of license files, make them more readable | David Pinedo | |
| 2016-04-19 | winrtinstaller: fix COPYRIGHT.txt filename | David Pinedo | |
| 2016-04-19 | winrtinstaller: get LICENSE.txt file from LVL | David Pinedo | |
