Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Can use C++ and FORTRAN in a single target. Closes #2685.dcpp | Jussi Pakkanen | 2018-05-02 | 1 | -1/+3 |
| | |||||
* | Add an OpenMP dependency. | Elliott Sales de Andrade | 2018-04-17 | 1 | -0/+19 |
| | | | | | This works similarly to the thread dependency which stores the various inconsistent flags in each compiler. | ||||
* | Add macOS linker versioning information | Tom Schoonjans | 2018-04-16 | 1 | -2/+2 |
| | | | | | | This patch exploits the information residing in ltversion to set the -compatibility_version and -current_version flags that are passed to the linker on macOS. | ||||
* | Added Elbrus lcc compilers support as inheritance from gcc ones | makise-homura | 2018-03-19 | 1 | -0/+7 |
| | |||||
* | Use os.path: basename() and dirname() instead of split() | Aleksey Filippov | 2018-01-30 | 1 | -1/+1 |
| | | | | | | | | | | | | According to Python documentation[1] dirname and basename are defined as follows: os.path.dirname() = os.path.split()[0] os.path.basename() = os.path.split()[1] For the purpose of better readability split() is replaced by appropriate function if only one part of returned tuple is used. [1]: https://docs.python.org/3/library/os.path.html#os.path.split | ||||
* | Merge pull request #2791 from behlec/compiler-version | Jussi Pakkanen | 2017-12-20 | 1 | -18/+18 |
|\ | | | | | Add more version information to compiler | ||||
| * | More version information for Fortran. | Christoph Behle | 2017-12-16 | 1 | -18/+18 |
| | | |||||
* | | Use -MD instead of -MMD for reliability. | Jussi Pakkanen | 2017-12-18 | 1 | -1/+1 |
|/ | |||||
* | gfortran: Add coverage arguments | Nirbheek Chauhan | 2017-08-15 | 1 | -0/+6 |
| | |||||
* | Add info on module include flag for Fortran compilers. | Elliott Sales de Andrade | 2017-08-04 | 1 | -0/+9 |
| | |||||
* | Add build_rpath as new property allowing people to specify rpath entries ↵ | Jussi Pakkanen | 2017-07-21 | 1 | -2/+2 |
| | | | | that are used in the build tree but will be removed on install. | ||||
* | Split out languages from compilers.py | Alistair Thomas | 2017-06-23 | 1 | -0/+289 |