Jeff Trull
|
ccec592137
|
Upgrade stale CI config (#199)
* Update runner OS options so all jobs execute
* Add C++20 to matrix
* Add gcc-9 and msvc-14.3 (via Appveyor) to matrix
|
2024-01-17 11:43:50 -08:00 |
|
Alexander Grund
|
7b87a15af1
|
Add VS 2013 to Appveyor builds
This is not actually supported but should also not error.
See #153
|
2022-03-09 16:19:46 +01:00 |
|
Jeff Trull
|
9382ac9e8b
|
MSVC-related cleanups (#150)
* Replace several sprintf's with boost::format or std::to_string
* Clean up MSVC builds by removing pre-C++11 toolsets
* Update build badges
|
2022-02-20 17:54:26 -08:00 |
|
Jeff Trull
|
87459418b8
|
Remove support for C++03 and prior compilers
This removes only support for C++98/03 as a compiler for this library.
Wave continues to support C++98 and C++03 constructs as a preprocessor.
|
2021-11-03 16:05:59 -07:00 |
|
Jeff Trull
|
6d67672d76
|
Add VS2019 testing to Appveyor matrix
Following pdimov code in "assert" library
|
2020-10-28 16:25:06 -07:00 |
|
Jeff Trull
|
584482cdf3
|
Repair appveyor 32b build with advice from pdimov
|
2020-10-28 16:21:03 -07:00 |
|
Jeff Trull
|
592c55a2ab
|
Incorporate samples and wave driver into CI system
Also:
- fix a few minor issues that were revealed by the process
- add build status badge in minimal README
|
2020-02-10 21:20:37 -08:00 |
|
Robert Lenhardt
|
cef3c0dd41
|
disabling mingw and cygwin builds, they fail to build for reasons unrelated to wave
|
2018-10-17 09:03:21 +02:00 |
|
Robert Lenhardt
|
e8ef1c4955
|
fix indentation in appveyor.yml
|
2018-10-06 18:41:31 +02:00 |
|
Robert Lenhardt
|
95536fe2d9
|
add newline at end of appveyor.yml
|
2018-10-06 18:39:08 +02:00 |
|
Robert Lenhardt
|
f7b4fd22fd
|
add appveyor.yml
|
2018-10-06 17:04:43 +02:00 |
|