Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | CUDA: Properly de-duplicate libs when doing device linking | Robert Maynard | 2018-07-17 | 1 | -5/+17 |
* | CUDA: Pass more link libraries to device linking | Robert Maynard | 2018-03-28 | 1 | -30/+24 |
* | Meta: modernize old-fashioned loops to range-based `for`. | Pavel Solodovnikov | 2017-09-12 | 1 | -10/+8 |
* | Pass large types by const&, small types by value | Daniel Pfeifer | 2017-06-03 | 1 | -3/+2 |
* | CUDA: Static libraries can now explicitly resolve device symbols | Robert Maynard | 2017-04-26 | 1 | -3/+18 |
* | fix some include-what-you-use diagnostics | Daniel Pfeifer | 2017-02-17 | 1 | -1/+9 |
* | CUDA: Now pass correct FLAGS when device link cuda executables. | Robert Maynard | 2017-01-12 | 1 | -0/+6 |
* | CUDA: Add LinkLineComputer that computes cuda dlink lines. | Robert Maynard | 2016-11-14 | 1 | -0/+74 |