cpp-peglib/example
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
..
calc2.cc Fix compiler warning about "old style cast" 2016-06-01 16:27:24 +02:00
calc2.vcxproj Converted vcxproj files for vc++ 2015. 2015-07-29 17:57:43 -04:00
calc3.cc Major change in the way to handle token boundary. 2016-01-23 22:07:25 -05:00
calc3.vcxproj Converted vcxproj files for vc++ 2015. 2015-07-29 17:57:43 -04:00
calc.cc Fix compiler warning about "old style cast" 2016-06-01 16:27:24 +02:00
calc.vcxproj Converted vcxproj files for vc++ 2015. 2015-07-29 17:57:43 -04:00
CMakeLists.txt Add test support for windows MSVC 2015 on appveyor 2016-06-07 11:51:12 +02:00
example.sln Moving files. 2015-08-05 08:59:25 -04:00