4221 Commits (686fd03af51eba6964f06f4885a52b747d2053f9)

Author SHA1 Message Date
Dylan Baker 686fd03af5 linkers: Add Ccrx Dynamic Linker 5 years ago
Dylan Baker 3406b315be linkers: Add class for Intel Xild linker. 5 years ago
Dylan Baker c0a1ec9346 linkers: Add the AppleDynamicLinker 5 years ago
Dylan Baker 43d47899f8 linkers: Add LLVM linker 5 years ago
Dylan Baker d708b274a1 linkers: Add GNU linkers 5 years ago
Dylan Baker b5b48f33bc linkers: Add a PosixDynamicLinkerMixin 5 years ago
Dylan Baker 6770af4d36 linkers: Add a Dynamiclinker base class 5 years ago
Dylan Baker b0f4ee2f94 compilers/rust: Proxy extra kwargs to Compiler.__init__ 5 years ago
Dylan Baker 18b1bf9292 compilers: Make MSVClike compilers proxy extra keyword arguments 5 years ago
Dylan Baker 16e04a9bde compilers/fortran: Make ifort (windows) proxy extra args to Compiler 5 years ago
Dylan Baker 61255eca16 compilers/cuda: pass through extra kwargs 5 years ago
Dylan Baker 1f66e6708b compilers/swift: Pass extra args to the Compiler constructor 5 years ago
Dylan Baker b5c76a6c02 compilers/fortran: fix ifort (linux, mac) dependency generation 5 years ago
Dylan Baker 29f351c05a environment: Handle OBJC[PP] clang detection like C[PP] 5 years ago
Dylan Baker e7db288e19 compilers/objc[pp]: Pass extra keyword arguments to Compiler constructor 5 years ago
Dylan Baker 1c455ee630 environment: Use a single function to check for ObjC and ObjC++ 5 years ago
Dylan Baker 499c44dc77 compilers/cuda: don't use re for replacement 5 years ago
Michael Hirsch, Ph.D f5f7a7bbb3 compilers/mixins/pgi: simplify pic logic 5 years ago
Dylan Baker 90e43dbdfe re-architect the D compiler abstractions 5 years ago
Xavier Claessens 0ab3d97566 gnome: Use find_program() to get glib-compile-resources 5 years ago
John Ericson d8335fb032 Put native file before cross file in options list 5 years ago
James Hilliard b21fd95f73 Add is_disabler function 5 years ago
Jussi Pakkanen 8764e4f579 Print only host platform info in some cases during native builds 5 years ago
Aleksey Gurtovoy e5b515aa1d ninjabackend: Squish Coco support 5 years ago
Xavier Claessens 7cc112df0d dist: Add '-C' option and print better error message 5 years ago
Jussi Pakkanen 5fd4963766 Made build. options alias basic ones when native building. 5 years ago
Jussi Pakkanen 534c95cc3e Made set_option kwargs named-only. 5 years ago
Jussi Pakkanen 8a4aceef43 Do not print build and host settings when compiling natively. 5 years ago
Jussi Pakkanen b739652bc4 Do not print build compiler info when not cross compiling. It is confusing. 5 years ago
Jussi Pakkanen f41bdae368 Add basic Webassembly support via Emscripten. 5 years ago
Jan Beich ddbf60f86d environment: simplify powerpc conditionals 5 years ago
Jan Beich 147d3f752c environment: simplify CPU logic via hw.machine_arch on BSDs 5 years ago
Jussi Pakkanen 5f2e44b0dd Make gettext targets no-ops if gettext is not installed. Closes: #821. 5 years ago
Xavier Claessens 32bd8a3847 Fix cross compilation on OSX 5 years ago
Marc-André Lureau 8ba1405742 sourceset: add all_dependencies() method 5 years ago
Marc-André Lureau 940ebd658b sourceset: fix using FeatureCheck decorators 5 years ago
Xavier Claessens 44ac680e55 gtkdoc: Use find_program() to get gtkdoc tools 5 years ago
Marcin Niestroj 987539e233 Improve support for crosscompiled CMake modules 5 years ago
Jussi Pakkanen 9a62d6932b Make ARM compilers work on Linux. 5 years ago
Michael Hirsch, Ph.D 7aecfb1540 remove unreachable code 5 years ago
Dylan Baker e33183a4cc coredata: Ignore directories when searching for machine files 5 years ago
Michael Hirsch, Ph.D f3fbac9d2b OpenMP:stop searching when openmp headers are first found 5 years ago
Marc-André Lureau 06aaffa4e1 Allow kconfig to read from configure_file() 5 years ago
Daniel Mensinger bee74eea16
cmake: Parse a subset of generator expressions 5 years ago
Daniel Mensinger b72b5365af mintro: Fix crash related to the sources kwarg (fixes #5741) 5 years ago
Michael Hirsch, Ph.D c2f2e51105
PGI: fix openmp for 190common test 5 years ago
Michael Hirsch, Ph.D fe638d63d9
OpenMP is intrinsic to PGI 5 years ago
Michael Hirsch, Ph.D d0e78a2534
default libtype to static to allow windows compilers to not skip 5 years ago
Michael Hirsch, Ph.D 7eebb6749a
no special shared lib args for PGI 5 years ago
Michael Hirsch, Ph.D 1e08d81476
PGI -shared is for Linux only 5 years ago