1. 6a164a2 Run the MSVC 2015 tests first in Appveyor since it's the most likely to break. by Marco Poletti · 6 years ago
  2. 47e544f Run AppVeyor MinGW tests using the MSVC 2017 image instead of the 2015 one. by Marco Poletti · 6 years ago
  3. 066d689 Use #if instead of #ifdef for Fruit macros (apart from include guards). by Marco Poletti · 6 years ago
  4. f869728 Re-add the explicit "-T host=x64" CMake param to Appveyor release builds using MSVC 2017. by Marco Poletti · 7 years ago
  5. ab2f86b Use the standalone CMake installation instead of the one shipped with MSVC 2017 when testing MSVC 2017 in AppVeyor. This is to (hopefully) address a build issue in release mode that was fixed in CMake 3.9.1 (https://gitlab.kitware.com/cmake/cmake/merge_requests/1100) but that's apparently not yet included in the CMake shipped with MSVC 2017. by Marco Poletti · 7 years ago
  6. eb46913 Remove the explicit "-T host=x64" CMake param from Appveyor release builds using MSVC 2017. by Marco Poletti · 7 years ago
  7. 680c75a Another attempt to make Fruit work with MSVC (2015 and 2017) in Appveyor. by Marco Poletti · 7 years ago
  8. 8cc6981 Clean up unnecessary flags and debug prints from the Appveyor config. by Marco Poletti · 7 years ago
  9. 0e7dae9 Another attempt to fix the build in Appveyor. by Marco Poletti · 7 years ago
  10. 94e1d12 Fix compilation under MSVC 2017. by Marco Poletti · 7 years ago
  11. d070db2 Set aggressive Fruit debug flags only in Fruit CI instead of always setting them when CMAKE_BUILD_TYPE=Debug. by Marco Poletti · 7 years ago
  12. e4030d5 Reorder the CI tests in AppVeyor putting MSVC first, since it's the one most likely to fail. by Marco Poletti · 7 years ago
  13. 321d2d4 Fix the AppVeyor build matrix: an entry set neither BOOST_DIR nor FRUIT_USES_BOOST=False, causing a build failure. by Marco Poletti · 7 years ago
  14. 5057598 Clean up the AppVeyor build matrix. Also, add tests with -DBUILD_SHARED_LIBS=False. by Marco Poletti · 7 years ago
  15. 2481eed Use the MSVC 2015 image for AppVeyor tests with MinGW, AppVeyor's MSVC 2017 system image doesn't have MinGW ATM. by Marco Poletti · 7 years ago
  16. 7168d34 Add more debug prints to the AppVeyor test script. by Marco Poletti · 7 years ago
  17. 56e84d4 Introduce a FRUIT_USES_BOOST CMake flag to allow building Fruit without Boost. by Marco Poletti · 7 years ago
  18. 73940f0 Clean up the AppVeyor config/script now that it works for MinGW, and disable runs with MSVC 2017 for now since that system image doesn't have Boost. by Marco Poletti · 7 years ago
  19. 4b0c452 More changes to the AppVeyor config/script: by Marco Poletti · 7 years ago
  20. d56b6e6 More changes to the AppVeyor config/script: by Marco Poletti · 7 years ago
  21. 59b3a02 Some more changes to the AppVeyor config/script. by Marco Poletti · 7 years ago
  22. 4459535 Some changes to the AppVeyor config/script: by Marco Poletti · 7 years ago
  23. baa1889 Specify vcvarsall.bat's dir instead of the file directly in the AppVeyor config. by Marco Poletti · 7 years ago
  24. 0f06c03 Quote variables in the AppVeyor script directly instead of the AppVeyor config, to avoid having quotes where there shouldn't be any (e.g. PATH). by Marco Poletti · 7 years ago
  25. bd26bb9 Fix escaping in the AppVeyor config file. by Marco Poletti · 7 years ago
  26. 70a5537 Set PATH to a fixed string in the AppVeyor script, to avoid undesired interference from directories in the default PATH. by Marco Poletti · 7 years ago
  27. 6845cfd Various fixes to the AppVeyor config/script: by Marco Poletti · 7 years ago
  28. b22cb6d Execute postsubmit.bat via "cmd /c" instead of CALL in AppVeyor, to avoid terminating the parent script if postsubmit.bat fails. by Marco Poletti · 7 years ago
  29. 29550ee Set the VCVARSALL_SCRIPT variable to a non-existent script instead of an empty string, when testing Fruit on Windows/MinGW in AppVeyor. by Marco Poletti · 7 years ago
  30. 0b31f7e Various improvements to the AppVeyor config/script: by Marco Poletti · 7 years ago
  31. 42a37e1 Try running postsubmit.bat with CALL instead of directly, to see if that works. by Marco Poletti · 7 years ago
  32. a5fcc71 Fix quoting in a setx command used when testing Fruit on Windows in AppVeyor. by Marco Poletti · 7 years ago
  33. 8acf626 Change the PATH variable via setx instead of set when running CI tests on Windows. by Marco Poletti · 7 years ago
  34. ac9372d Add an appveyor.xml file for CI with AppVeyor (and a postsubmit.bat script). by Marco Poletti · 7 years ago