aboutsummaryrefslogtreecommitdiff
path: root/windowsRuntimeInstaller/configure_runtime.c
AgeCommit message (Collapse)Author
2017-12-08winsdk: Move file copying into NSIS installerLenny Komow
Change-Id: If01c5024af802be784d5ea0f897cebdcc604934d
2017-10-29repo: normalize line termination across repoMike 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-01-16winsdk: Fix RT not reading versions from registryLenny Komow
Change-Id: I44bb8c167492739467448925375ae1b99fb8a2db
2017-01-13winsdk: Allow Configuring layers for older SDKsLenny Komow
Change-Id: I9b13d7c43ee159f935d289ea939ac3c2c1e54875
2016-11-08winsdk: Parameterize ConfigureRT programLenny Komow
Change-Id: I2f869d5a71fb6c5411aa2ab6a3b133c37fb52a09
2016-09-02winsdk: Fix releases showing as older than alphasLenny Komow
2016-08-17winsdk: Create layer registry if it doesn't existLenny Komow
2016-08-12winsdk: Clean up confiure_runtime.c and docsLenny Komow
2016-08-12winsdk: Add C program for runtime configurationLenny Komow