aboutsummaryrefslogtreecommitdiff
path: root/loader/cJSON.c
AgeCommit message (Collapse)Author
2016-06-14loader: GH362 - Fix json output of escape charsMark 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-24loader: Fix MSVS warningsKarl Schultz
Apply branch 'fix-warnings' of https://github.com/null77/Vulkan-LoaderAndValidationLayers into null77-fix-warnings
2016-02-03loader:Update copyright and apply clang-format (no logic changes)Jon Ashburn
2016-01-21Make cJSON case-sensitiveAntoine Labour
2015-07-17Windows: more fixes for windows compileTony Barbour
2015-07-17Windows: More windows compilier fixesTony Barbour
2015-07-01loader: Add parsing of JSON file to find location of ICD librariesJon Ashburn
Works on Linux not yet on Windows.