-
Notifications
You must be signed in to change notification settings - Fork 19
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
merge main into v1.0.0 #60
Commits on Aug 26, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 2ebbb02 - Browse repository at this point
Copy the full SHA 2ebbb02View commit details -
Configuration menu - View commit details
-
Copy full SHA for a0f303a - Browse repository at this point
Copy the full SHA a0f303aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 6728a70 - Browse repository at this point
Copy the full SHA 6728a70View commit details -
Merge pull request #58 from JAicewizard/add_fortran
Add support for fortran and openmp as toolchains
Configuration menu - View commit details
-
Copy full SHA for f699471 - Browse repository at this point
Copy the full SHA f699471View commit details -
Configuration menu - View commit details
-
Copy full SHA for c617c9d - Browse repository at this point
Copy the full SHA c617c9dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 312d098 - Browse repository at this point
Copy the full SHA 312d098View commit details -
Configuration menu - View commit details
-
Copy full SHA for cd8f0ed - Browse repository at this point
Copy the full SHA cd8f0edView commit details -
Configuration menu - View commit details
-
Copy full SHA for aba3a56 - Browse repository at this point
Copy the full SHA aba3a56View commit details -
Pass the compilers using CMAKE_XXX_COMPILER instead of XXX env variable
The previous method of setting the CC and friends environment variables causes some issues with some vcpkg ports. Sometimes a port must be compiled for the host, but when the CC env variable is set, this overwrites all settings. This leads to a situation where code that must be compiled for the host architecture (eg amd64) will be compiled with an arm64 cross-compiler.
Configuration menu - View commit details
-
Copy full SHA for aa77bd4 - Browse repository at this point
Copy the full SHA aa77bd4View commit details
Commits on Aug 27, 2024
-
Merge pull request #59 from JAicewizard/fix_compiler_passing
Pass the compilers using CMAKE_XXX_COMPILER instead of XXX env variable
Configuration menu - View commit details
-
Copy full SHA for 9d5363c - Browse repository at this point
Copy the full SHA 9d5363cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 620695c - Browse repository at this point
Copy the full SHA 620695cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 71c5d20 - Browse repository at this point
Copy the full SHA 71c5d20View commit details -
Configuration menu - View commit details
-
Copy full SHA for d6bcda4 - Browse repository at this point
Copy the full SHA d6bcda4View commit details -
Merge pull request #62 from JAicewizard/custom_vcpkg
Allow vcpkg custom git url
Configuration menu - View commit details
-
Copy full SHA for b07a1a6 - Browse repository at this point
Copy the full SHA b07a1a6View commit details -
Merge pull request #61 from samansmink/add-custom-toolchain-script
Add custom toolchain script
Configuration menu - View commit details
-
Copy full SHA for 638a972 - Browse repository at this point
Copy the full SHA 638a972View commit details