-
-
Notifications
You must be signed in to change notification settings - Fork 638
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
add a --toolchain-variant option to select the compiler for C/C++ #6800
add a --toolchain-variant option to select the compiler for C/C++ #6800
Commits on Nov 30, 2018
-
Configuration menu - View commit details
-
Copy full SHA for e78a483 - Browse repository at this point
Copy the full SHA e78a483View commit details -
Configuration menu - View commit details
-
Copy full SHA for a799016 - Browse repository at this point
Copy the full SHA a799016View commit details -
Configuration menu - View commit details
-
Copy full SHA for 71ca371 - Browse repository at this point
Copy the full SHA 71ca371View commit details -
Configuration menu - View commit details
-
Copy full SHA for bf9e9a7 - Browse repository at this point
Copy the full SHA bf9e9a7View commit details -
add magic linking lib dirs args to gcc and make the other test work f…
…or both compilers
Configuration menu - View commit details
-
Copy full SHA for 363c940 - Browse repository at this point
Copy the full SHA 363c940View commit details -
add crti.o back to the command line
i think we were doing it wrong this whole time because we were only invoking llvm in our testing. a mistake i hope we won't be able to make again.
Configuration menu - View commit details
-
Copy full SHA for 1de3799 - Browse repository at this point
Copy the full SHA 1de3799View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6ed4110 - Browse repository at this point
Copy the full SHA 6ed4110View commit details -
Configuration menu - View commit details
-
Copy full SHA for c4b4f28 - Browse repository at this point
Copy the full SHA c4b4f28View commit details -
Configuration menu - View commit details
-
Copy full SHA for ebeb2fa - Browse repository at this point
Copy the full SHA ebeb2faView commit details -
Configuration menu - View commit details
-
Copy full SHA for 282e9db - Browse repository at this point
Copy the full SHA 282e9dbView commit details -
fix error introduced by incorrect git rebase operation
the commit 082a1c0 was the product of a rebase, and this broke the code in unexpected ways, leading to the CI failure. this is a very strange occurrence
Configuration menu - View commit details
-
Copy full SHA for b53b5c0 - Browse repository at this point
Copy the full SHA b53b5c0View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7ee1dd9 - Browse repository at this point
Copy the full SHA 7ee1dd9View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1b9804e - Browse repository at this point
Copy the full SHA 1b9804eView commit details -
make toolchain variant selection more declarative by moving the logic…
… into native_toolchain.py
Configuration menu - View commit details
-
Copy full SHA for 8375a62 - Browse repository at this point
Copy the full SHA 8375a62View commit details -
Configuration menu - View commit details
-
Copy full SHA for b32d643 - Browse repository at this point
Copy the full SHA b32d643View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1a2108d - Browse repository at this point
Copy the full SHA 1a2108dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 15632fe - Browse repository at this point
Copy the full SHA 15632feView commit details -
Configuration menu - View commit details
-
Copy full SHA for 0e3c3e8 - Browse repository at this point
Copy the full SHA 0e3c3e8View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0703beb - Browse repository at this point
Copy the full SHA 0703bebView commit details -
Configuration menu - View commit details
-
Copy full SHA for 6af5aca - Browse repository at this point
Copy the full SHA 6af5acaView commit details -
Configuration menu - View commit details
-
Copy full SHA for 9a25d32 - Browse repository at this point
Copy the full SHA 9a25d32View commit details
Commits on Dec 5, 2018
-
expand docstrings and add types to Executable properties
also respond to various review comments
Configuration menu - View commit details
-
Copy full SHA for 64e3e54 - Browse repository at this point
Copy the full SHA 64e3e54View commit details -
remove some of the include dir dark magic by standardizing options
specifically remove the hardcoded extra include paths in the xcode clang wrapper
Configuration menu - View commit details
-
Copy full SHA for 5473093 - Browse repository at this point
Copy the full SHA 5473093View commit details -
Configuration menu - View commit details
-
Copy full SHA for 55e6908 - Browse repository at this point
Copy the full SHA 55e6908View commit details
Commits on Dec 7, 2018
-
don't add buggy include search flags to the clang invoke, and test bo…
…th toolchains in more tests
Configuration menu - View commit details
-
Copy full SHA for 3cd803a - Browse repository at this point
Copy the full SHA 3cd803aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 408f4cd - Browse repository at this point
Copy the full SHA 408f4cdView commit details -
Configuration menu - View commit details
-
Copy full SHA for a3b4339 - Browse repository at this point
Copy the full SHA a3b4339View commit details -
Configuration menu - View commit details
-
Copy full SHA for 45e4c7a - Browse repository at this point
Copy the full SHA 45e4c7aView commit details