Age | Commit message (Expand) | Author | Files | Lines |
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 |
2019-10-07 | compilers: replace CompilerType with MachineInfo | Dylan Baker | 1 | -30/+65 |
2019-08-30 | compilers: Move the compiler argument to proxy linker flags to the compiler c... | Dylan Baker | 1 | -0/+6 |
2019-08-14 | compilers: Dispatch to dynamic linker class | Dylan Baker | 1 | -7/+1 |
2019-08-14 | compilers/fortran: Make ifort (windows) proxy extra args to Compiler | Dylan Baker | 1 | -2/+2 |
2019-08-14 | compilers/fortran: fix ifort (linux, mac) dependency generation | Dylan Baker | 1 | -1/+7 |
2019-07-29 | Flang: add links for non-flang main program | Michael Hirsch, Ph.D | 1 | -0/+3 |
2019-07-15 | compilers: split pgi compiler out of compilers module | Dylan Baker | 1 | -1/+1 |
2019-07-15 | compilers: put elbrus in mixins | Dylan Baker | 1 | -1/+1 |
2019-07-15 | compilers: Put clang mixin in a module | Dylan Baker | 1 | -1/+1 |
2019-07-15 | compilers: Put Intel compiler classes into the mixins folder | Dylan Baker | 1 | -2/+1 |
2019-07-15 | compilers: split gnu and gnulike compilers out of compilers | Dylan Baker | 1 | -5/+4 |
2019-07-15 | compilers: Move clike into a mixins directory | Dylan Baker | 1 | -1/+1 |
2019-06-24 | known Python 3.5 on windows workaround for subprocess(cwd=str(Path)) | Michael Hirsch, Ph.D | 1 | -1/+2 |
2019-06-24 | windows ifort can't do shared_library sanely | Michael Hirsch, Ph.D | 1 | -4/+2 |
2019-06-24 | correct missing argument for IntelClFortranCompiler | Michael Hirsch, Ph.D | 1 | -9/+11 |
2019-06-09 | Purge `is_cross` and friends without changing user interfaces | John Ericson | 1 | -28/+24 |
2019-05-16 | compilers/fortran: Fix all has_argument methods in meson | Dylan Baker | 1 | -0/+20 |
2019-05-13 | compilers: Add basic ICL abstractions | Dylan Baker | 1 | -1/+33 |
2019-05-13 | compilers: rename IntelCompiler to IntelGnuLikeCompiler | Dylan Baker | 1 | -4/+4 |
2019-05-03 | compilers: Split C-Like functionality into a mixin classes | Dylan Baker | 1 | -172/+5 |
2019-05-02 | Merge pull request #4952 from mensinda/cacheCompiles | Dylan Baker | 1 | -10/+10 |
2019-05-02 | per-target manual specification of link_language | Michael Hirsch, Ph.D | 1 | -1/+3 |
2019-04-28 | Disable cache for dependencies | Daniel Mensinger | 1 | -4/+4 |
2019-04-28 | Add disable_cache to the fortran compiler | Daniel Mensinger | 1 | -6/+6 |
2019-04-27 | better default order for fotran compiler search | Michael Hirsch, Ph.D | 1 | -2/+2 |
2019-04-22 | fortran: fix compile.links() when passing dependencies | Tamer Fahmy | 1 | -1/+1 |
2019-04-05 | BUGFIX: don't crash Meson on bad existing exe file for Fortran sanity check | Michael Hirsch, Ph.D | 1 | -11/+24 |
2019-03-27 | Sanity check with external args | John Ericson | 1 | -2/+13 |
2019-03-25 | more efficient submodule filenaming | Michael Hirsch, Ph.D | 1 | -3/+4 |
2019-03-25 | BUGFIX: match submodule output names by compiler | Michael Hirsch, Ph.D | 1 | -1/+11 |
2019-03-20 | replace library type strings with an enum | Dylan Baker | 1 | -2/+2 |
2019-03-11 | Add static as keyword to find_library | Niklas Claesson | 1 | -2/+3 |