Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-04-04 | VS projects: use Unicode for VC10+ | Marcel Raad | |
All Windows APIs have been natively UTF-16 since Windows 2000 and the non-Unicode variants are just wrappers around them. Only Windows 9x doesn't understand Unicode without the UnicoWS DLL. As later Visual Studio versions cannot target Windows 9x anyway, using the ANSI API doesn't really have any benefit there. This avoids issues like KNOWN_BUGS 6.5. Ref: https://github.com/curl/curl/issues/2120 Closes https://github.com/curl/curl/pull/3720 | |||
2019-04-01 | VC15 project: remove MinimalRebuild | Marcel Raad | |
Already done in commit d5cfefd0ea8e331b884186bff484210fad36e345 for the library project, but I forgot the tool project template. Now also removed for that. | |||
2017-12-22 | build: Added Visual Studio 2017 project files | Steve Holme | |