Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2019-06-09 | Purge `is_cross` and friends without changing user interfaces | John Ericson | 1 | -3/+3 | |
In most cases instead pass `for_machine`, the name of the relevant machines (what compilers target, what targets run on, etc). This allows us to use the cross code path in the native case, deduplicating the code. As one can see, environment got bigger as more information is kept structured there, while ninjabackend got a smaller. Overall a few amount of lines were added, but the hope is what's added is a lot simpler than what's removed. | |||||
2019-04-28 | Added some cahced values | Daniel Mensinger | 1 | -2/+3 | |
2019-02-28 | Fix nvcc error with threads dependency (4999) | John M. Lindemon | 1 | -1/+4 | |
2019-02-24 | Solve NVCC -Werror problem. | Olexa Bilaniuk | 1 | -1/+1 | |
Partially addresses #4961. | |||||
2019-02-24 | Rework CUDA sanity check. | Olexa Bilaniuk | 1 | -69/+81 | |
PArtially addresses #4961. Also make the sanity check do double duty as a GPU architecture detection test. | |||||
2019-02-19 | Add warning level zero | jml1795 | 1 | -1/+2 | |
2019-02-13 | Fixes for CUDA compiler shared library linking. | Olexa Bilaniuk | 1 | -8/+29 | |
Also adds test case for shared library linking. Closes #4912, at least on Linux. The future 0.50.0 does not yet claim to support CUDA on systems other than Linux and backends other than Ninja. | |||||
2019-02-13 | Add werror flags to nvcc. Closes #4911. | Jussi Pakkanen | 1 | -0/+3 | |
2019-01-21 | All the fixes needed to make work against current master. | Jussi Pakkanen | 1 | -1/+10 | |
2019-01-21 | More tests and pic. | Jussi Pakkanen | 1 | -0/+3 | |
2019-01-21 | Clean up minor issues. | Jussi Pakkanen | 1 | -4/+6 | |
2019-01-21 | added cuda compiler | Beau Johnston | 1 | -0/+188 | |