Commit Graph

4 Commits

Author SHA1 Message Date
yhirose
b26e2477ff C++17 support 2020-11-09 13:18:38 -05:00
yhirose
fd8a684a20 Added Visual C++ 2019 to appveyor.yml 2020-01-23 17:27:29 -05:00
yhirose
c89c44f1ef Added Visual Studio 2017 to AppVeyor config 2019-01-11 23:17:58 -05:00
hvellyr
f98f8697c6 Add test support for windows MSVC 2015 on appveyor
- build the code with source and execution charset set to utf-8 (required
  for unicode chars in the source code)

- Example/culebra/linenoise.hpp requires being build with UNICODE on windows

  The WIN32 part of that code actually is written against wchar support
  only (e.g. wsprintf, wcstol, ...); but some pieces requires the UNICODE def
  being set explicitely (e.g. GetEnvironmentVariable).

- don't build lint and language subfolders on windows at all (for now)
2016-06-07 11:51:12 +02:00