| Commit message (Expand) | Author | Age | Files | Lines |
* | move OptionKey to mesonlib | Dylan Baker | 2021-01-04 | 1 | -2/+2 |
* | use OptionKey for compiler_options | Dylan Baker | 2021-01-04 | 1 | -16/+24 |
* | Add choices to OptionProxy | Dylan Baker | 2021-01-04 | 1 | -3/+3 |
* | compilers/fortran: Add "none" to intel compielrs for standards | Dylan Baker | 2020-11-24 | 1 | -2/+2 |
* | use real pathlib module | Dylan Baker | 2020-11-20 | 1 | -1/+1 |
* | compilers: define standards in the base language compiler | Dylan Baker | 2020-11-12 | 1 | -23/+14 |
* | pathlib: Fix resolve() by overriding it in Python 3.5 | Daniel Mensinger | 2020-10-04 | 1 | -1/+1 |
* | compilers/fortran: make ifort on windows signature match ICL's | Dylan Baker | 2020-10-01 | 1 | -1/+1 |
* | compilers/clike: Store exe_wrapper as ExternalProgram | Dylan Baker | 2020-10-01 | 1 | -1/+1 |
* | compilers/fortran: fix has_multi_*_arguments | Dylan Baker | 2020-10-01 | 1 | -19/+4 |
* | compilers/fortran: add type annotations | Dylan Baker | 2020-10-01 | 1 | -92/+134 |
* | compilers: move get_dependency_gen_args to base Compiler | Dylan Baker | 2020-10-01 | 1 | -3/+0 |
* | compilers: make is_cross part of the base Compiler class | Dylan Baker | 2020-09-24 | 1 | -3/+3 |
* | compilers/mixins/clike: fix mypy issues | Dylan Baker | 2020-09-24 | 1 | -1/+1 |
* | add Nvidia HPC SDK compilers | Michael Hirsch, Ph.D | 2020-07-13 | 1 | -0/+17 |
* | compilers: add fetching of define list for clang | Yevhenii Kolesnikov | 2020-05-22 | 1 | -1/+1 |
* | gfortran: Fix has_header implementation with GCC 10 | Nirbheek Chauhan | 2020-05-14 | 1 | -0/+12 |
* | Compiler options per lang | John Ericson | 2020-04-20 | 1 | -12/+24 |
* | quality / test: Fortran type hinting | Michael Hirsch, Ph.D | 2020-04-05 | 1 | -15/+16 |
* | compilers: Fix accidental coredata mutations | Ole André Vadla RavnÄs | 2020-03-29 | 1 | -1/+2 |
* | Fix missing 'defines' argumet for Elbrus compiler | makise-homura | 2020-01-27 | 1 | -1/+1 |
* | types: import typing as T (fixes #6333) | Daniel Mensinger | 2020-01-08 | 1 | -9/+9 |
* | compilers: Make get_display_language a class or static method | Dylan Baker | 2019-12-12 | 1 | -3/+0 |
* | compilers: move language attribute to the class level | Dylan Baker | 2019-12-12 | 1 | -1/+2 |
* | lgtm: Fix Module imported with `import` and `import from` | Daniel Mensinger | 2019-12-05 | 1 | -7/+6 |
* | intel/intel-cl: use appropriate buildtype options | Michael Hirsch, Ph.D | 2019-12-04 | 1 | -12/+1 |
* | complete gfortran/intel/intel-cl fortran_std test | Michael Hirsch, Ph.D | 2019-11-25 | 1 | -1/+53 |
* | fortran: sync implicit-none args for intel,pgi,gfortran | Michael Hirsch, Ph.D | 2019-11-18 | 1 | -2/+8 |
* | fortran: note there is no has_function for Fortran | Michael Hirsch, Ph.D | 2019-11-18 | 1 | -1/+7 |
* | bugfix: fortran compiler assertionerror from 0c22798 | Michael Hirsch, Ph.D | 2019-10-31 | 1 | -5/+5 |
* | intel-cl: correct argument order | Michael Hirsch, Ph.D | 2019-10-10 | 1 | -2/+2 |
* | compilers: replace CompilerType with MachineInfo | Dylan Baker | 2019-10-07 | 1 | -30/+65 |
* | compilers: Move the compiler argument to proxy linker flags to the compiler c... | Dylan Baker | 2019-08-30 | 1 | -0/+6 |
* | compilers: Dispatch to dynamic linker class | Dylan Baker | 2019-08-14 | 1 | -7/+1 |
* | compilers/fortran: Make ifort (windows) proxy extra args to Compiler | Dylan Baker | 2019-08-14 | 1 | -2/+2 |
* | compilers/fortran: fix ifort (linux, mac) dependency generation | Dylan Baker | 2019-08-14 | 1 | -1/+7 |
* | Flang: add links for non-flang main program | Michael Hirsch, Ph.D | 2019-07-29 | 1 | -0/+3 |
* | compilers: split pgi compiler out of compilers module | Dylan Baker | 2019-07-15 | 1 | -1/+1 |
* | compilers: put elbrus in mixins | Dylan Baker | 2019-07-15 | 1 | -1/+1 |
* | compilers: Put clang mixin in a module | Dylan Baker | 2019-07-15 | 1 | -1/+1 |
* | compilers: Put Intel compiler classes into the mixins folder | Dylan Baker | 2019-07-15 | 1 | -2/+1 |
* | compilers: split gnu and gnulike compilers out of compilers | Dylan Baker | 2019-07-15 | 1 | -5/+4 |
* | compilers: Move clike into a mixins directory | Dylan Baker | 2019-07-15 | 1 | -1/+1 |
* | known Python 3.5 on windows workaround for subprocess(cwd=str(Path)) | Michael Hirsch, Ph.D | 2019-06-24 | 1 | -1/+2 |
* | windows ifort can't do shared_library sanely | Michael Hirsch, Ph.D | 2019-06-24 | 1 | -4/+2 |
* | correct missing argument for IntelClFortranCompiler | Michael Hirsch, Ph.D | 2019-06-24 | 1 | -9/+11 |
* | Purge `is_cross` and friends without changing user interfaces | John Ericson | 2019-06-09 | 1 | -28/+24 |
* | compilers/fortran: Fix all has_argument methods in meson | Dylan Baker | 2019-05-16 | 1 | -0/+20 |
* | compilers: Add basic ICL abstractions | Dylan Baker | 2019-05-13 | 1 | -1/+33 |
* | compilers: rename IntelCompiler to IntelGnuLikeCompiler | Dylan Baker | 2019-05-13 | 1 | -4/+4 |