* remove make_verbose flag
* add Actions badges and minor improvements to README
* only run CI for legitimate PRs
* Revert "only run CI for legitimate PRs"
This reverts commit 5825797333576c538635a81d661c8ef67be0023a.
* fix cmake flag typo V41
* added Actions workflow for special build cases
* fix typo in CMake flag
* add build_type and minor fixes
* use run for each step
* debugging runs-on error
* debugging some more
* major strip down to help debugging
* run ubuntu-gcc combo only
* remove special CI for later
* Add GitHub Actions
* Add Windows Check
* Fix wrong os selection
* Add XCode version
* Upgrade GCC Version
* Make GCC match Ubuntu name
* Do not fail everyone when one failed
* More checks on ccache
* Do not expose GenericValue on Windows
* Fix BetweenFactor for Windows
* Update
* Add Python CI
* Typo
* Add note about GENERICVALUE_VISIBILITY
* Fix Windows Boost
* Change substitution scheme to PowerShell
* Fix the spurious error of the Point3 default constructor
* Separate builds to allow easier restarts
* Fix uninitialized variable usage
* Change of policy, only build python stuff, mac and win on PRs
* Further separate the Python tests