Age | Commit message (Expand) | Author | Files | Lines |
2022-07-03 | move various unused typing-only imports into type-checking blocks | Eli Schwartz | 1 | -1/+3 |
2022-03-22 | OptionOverrideProxy: Make it immutable to avoid copies | Xavier Claessens | 1 | -6/+6 |
2022-03-16 | fix detection of language standard library paths | Paolo Bonzini | 1 | -8/+4 |
2022-01-10 | compilers: push the compiler id to a class variable | Dylan Baker | 1 | -19/+14 |
2022-01-03 | armltdclang: add support for ARM Ltd.'s `armclang` toolchain | Ben Boeckel | 1 | -0/+6 |
2021-11-01 | Revert "known Python 3.5 on windows workaround for subprocess(cwd=str(Path))" | Eli Schwartz | 1 | -2/+1 |
2021-10-10 | Fix typos discovered by codespell | Christian Clauss | 1 | -2/+2 |
2021-09-29 | compilers/elbrus: Deal with C/C++/Fortran stds more correctly | makise-homura | 1 | -0/+11 |
2021-09-29 | compilers/elbrus: Fix incorrect inheritance model of Elbrus*Compiler | makise-homura | 1 | -4/+3 |
2021-09-25 | compilers: Add default search path stdlib_only_link_flags | Dylan Baker | 1 | -6/+27 |
2021-09-20 | compilers: Use standards compliant test | Rohit Goswami | 1 | -1/+1 |
2021-09-10 | nagfor preprocessor flag. | Mat Cross | 1 | -0/+3 |
2021-09-10 | Comments on nagfor options setup. | Mat Cross | 1 | -0/+1 |
2021-09-10 | Implemented some missing operation for the NAG Fortran Compiler. | Mat Cross | 1 | -2/+18 |
2021-08-16 | compilers: Fix extra_args parameter | Dylan Baker | 1 | -1/+2 |
2021-07-05 | more f-strings too complex to be caught by pyupgrade | Eli Schwartz | 1 | -3/+2 |
2021-06-29 | fix: Always explicitly set encoding for text files (fixes #8263) | Daniel Mensinger | 1 | -1/+1 |
2021-03-23 | Remove -pipe from default list of args. Closes #8508. | Jussi Pakkanen | 1 | -6/+0 |
2021-03-19 | split program related classes and functions out of dependencies | Dylan Baker | 1 | -1/+2 |
2021-01-04 | move OptionKey to mesonlib | Dylan Baker | 1 | -2/+2 |
2021-01-04 | use OptionKey for compiler_options | Dylan Baker | 1 | -16/+24 |
2021-01-04 | Add choices to OptionProxy | Dylan Baker | 1 | -3/+3 |
2020-11-24 | compilers/fortran: Add "none" to intel compielrs for standards | Dylan Baker | 1 | -2/+2 |
2020-11-20 | use real pathlib module | Dylan Baker | 1 | -1/+1 |
2020-11-12 | compilers: define standards in the base language compiler | Dylan Baker | 1 | -23/+14 |
2020-10-04 | pathlib: Fix resolve() by overriding it in Python 3.5 | Daniel Mensinger | 1 | -1/+1 |
2020-10-01 | compilers/fortran: make ifort on windows signature match ICL's | Dylan Baker | 1 | -1/+1 |
2020-10-01 | compilers/clike: Store exe_wrapper as ExternalProgram | Dylan Baker | 1 | -1/+1 |
2020-10-01 | compilers/fortran: fix has_multi_*_arguments | Dylan Baker | 1 | -19/+4 |
2020-10-01 | compilers/fortran: add type annotations | Dylan Baker | 1 | -92/+134 |
2020-10-01 | compilers: move get_dependency_gen_args to base Compiler | Dylan Baker | 1 | -3/+0 |
2020-09-24 | compilers: make is_cross part of the base Compiler class | Dylan Baker | 1 | -3/+3 |
2020-09-24 | compilers/mixins/clike: fix mypy issues | Dylan Baker | 1 | -1/+1 |
2020-07-13 | add Nvidia HPC SDK compilers | Michael Hirsch, Ph.D | 1 | -0/+17 |
2020-05-22 | compilers: add fetching of define list for clang | Yevhenii Kolesnikov | 1 | -1/+1 |
2020-05-14 | gfortran: Fix has_header implementation with GCC 10 | Nirbheek Chauhan | 1 | -0/+12 |
2020-04-20 | Compiler options per lang | John Ericson | 1 | -12/+24 |
2020-04-05 | quality / test: Fortran type hinting | Michael Hirsch, Ph.D | 1 | -15/+16 |
2020-03-29 | compilers: Fix accidental coredata mutations | Ole André Vadla RavnÄs | 1 | -1/+2 |
2020-01-27 | Fix missing 'defines' argumet for Elbrus compiler | makise-homura | 1 | -1/+1 |
2020-01-08 | types: import typing as T (fixes #6333) | Daniel Mensinger | 1 | -9/+9 |
2019-12-12 | compilers: Make get_display_language a class or static method | Dylan Baker | 1 | -3/+0 |
2019-12-12 | compilers: move language attribute to the class level | Dylan Baker | 1 | -1/+2 |
2019-12-05 | lgtm: Fix Module imported with `import` and `import from` | Daniel Mensinger | 1 | -7/+6 |
2019-12-04 | intel/intel-cl: use appropriate buildtype options | Michael Hirsch, Ph.D | 1 | -12/+1 |
2019-11-25 | complete gfortran/intel/intel-cl fortran_std test | Michael Hirsch, Ph.D | 1 | -1/+53 |
2019-11-18 | fortran: sync implicit-none args for intel,pgi,gfortran | Michael Hirsch, Ph.D | 1 | -2/+8 |
2019-11-18 | fortran: note there is no has_function for Fortran | Michael Hirsch, Ph.D | 1 | -1/+7 |
2019-10-31 | bugfix: fortran compiler assertionerror from 0c22798 | Michael Hirsch, Ph.D | 1 | -5/+5 |
2019-10-10 | intel-cl: correct argument order | Michael Hirsch, Ph.D | 1 | -2/+2 |