| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2016-06-14 | loader: GH362 - Fix json output of escape chars | Mark Young | |
| The strings from the JSON file already add escape characters. So, \ becomes \\ in the JSON file strings. However, the cJSON library was adding \\ for ever encountered \ when converting to a string. This became messy as C:\\vulkanSDK\\layerfile.json became C:\\\\vulkanSDK\\\\layerfile.json. Change-Id: I006252e33d6e91e2bef704dd5dee0777105388a7 | |||
| 2016-02-24 | loader: Fix MSVS warnings | Karl Schultz | |
| Apply branch 'fix-warnings' of https://github.com/null77/Vulkan-LoaderAndValidationLayers into null77-fix-warnings | |||
| 2016-02-03 | loader:Update copyright and apply clang-format (no logic changes) | Jon Ashburn | |
| 2016-01-21 | Make cJSON case-sensitive | Antoine Labour | |
| 2015-07-17 | Windows: more fixes for windows compile | Tony Barbour | |
| 2015-07-17 | Windows: More windows compilier fixes | Tony Barbour | |
| 2015-07-01 | loader: Add parsing of JSON file to find location of ICD libraries | Jon Ashburn | |
| Works on Linux not yet on Windows. | |||
