907 Commits (f8fcc7174d2c36d1fa1c91be52990ce600d806de)

Author SHA1 Message Date
John Ericson a4b2fbc807 Use a real linker arg in 'test cases/common/177 initial c_args' 6 years ago
Dylan Baker b791ede1b1 tests: modify partial_dependency test to cover a bug 6 years ago
Jussi Pakkanen 3196e4e141 Support link_whole with custom targets. 6 years ago
Jussi Pakkanen fd624a848e Fix codegen with clang-cl. 6 years ago
Jussi Pakkanen 6ee2796879 THANK YOU STEVE JOBS FOR YOUR GREAT MODERN TOOLCHAIN! 6 years ago
Jussi Pakkanen 19eb0e762a Win fixes. 6 years ago
Jussi Pakkanen e81f48db16 Can link against custom targets. Closes #4908. 6 years ago
Jussi Pakkanen 93df9530c8 Make custom lib script work with MSVC. 6 years ago
Jussi Pakkanen 4b95dd3a6d Add test script to generate a static library with a custom target. 6 years ago
Antoine Jacoutot 85ca6adfb4 test: fix "get define" on OpenBSD 6 years ago
Jussi Pakkanen 7589471978 Condense directory numbering for release. 6 years ago
Dylan Baker 841da29d2c Fix ternary in thing (#5007) 6 years ago
Paolo Bonzini 91f847d308 mtest: implement TAP parsing 6 years ago
Nicolas Schneider ded0defc3f auto generate msvc pch source file if none is provided by the user 6 years ago
Raphael Salamon c23ac0b3dc Allow custom targets with same name in project and subprojects 6 years ago
Maarten ter Huurne 37a962e90c Allow File arguments in extract_objects() arguments 6 years ago
jml1795 a9e63568fe Add warning level zero 6 years ago
Michael Hirsch, Ph.D 6b874339cc BUGFIX: Fortran openmp 6 years ago
Dylan Baker 5b896ed70b allow setting directory locations in a native file 6 years ago
Nicolas Schneider 2044bc53b3 use same compiler args for pch as for regular target 6 years ago
Nirbheek Chauhan 1575bd988a configure_file: Allow setting install_dir: false with deprecation 6 years ago
Michael Hirsch, Ph.D da34bea893 pep8 py37 6 years ago
Nicolas Schneider 09739284be vs: fix PCH 6 years ago
Jussi Pakkanen 3997649139 Disable mixed (mscv/clang + gnu) Windows Fortran tests. Closes #4829. 6 years ago
Jan Tojnar 33d82201bd run_command: add env kwarg 6 years ago
David Fort ceaebf6bac add support for generating cmake files 6 years ago
Luca Boccassi 267792174c custom_target: do not let install override build_by_default 6 years ago
Xavier Claessens 339ee5137b Fix missing language in unit test 6 years ago
Marco Trevisan (Treviño) 95c1cdf776 interpreter: obey to the install argument in configure_file 6 years ago
Jussi Pakkanen d085002d18 Calculate target paths correctly when workdir is set. 6 years ago
Xavier Claessens aa840afb3a Always flatten include_directories lists 6 years ago
Xavier Claessens 90c9b868b2 parser: Fix line continuation outside of (), [] or {} 6 years ago
Xavier Claessens 83964f64fa pkgconfig: Fix flag deduplication 6 years ago
Jussi Pakkanen 3a6e2aeed9 Can use plain strings for include_directories. 6 years ago
Jussi Pakkanen 6c76ac8017 Handle strings in cross file args. Closes #4671. 6 years ago
Xavier Claessens b6cede2928 find_library: Add 'has_headers' kwarg 6 years ago
Jon Turney 272623c5a3
Skip openmp test for windows clang 6 years ago
Jon Turney 65160a969e
Don't rely on -fPIC being ignored where it's meaningless 6 years ago
Jussi Pakkanen f7e657629f Disable broken MMX code. 6 years ago
Jussi Pakkanen 58b838a80b Can specify keyword arguments with a dict. 6 years ago
Xavier Claessens 8612f1543f pkgconfig: Improve and document generator behaviour 6 years ago
Jon Turney d55c0b6e94 azure: Install the DMD D compiler 6 years ago
Dylan Baker 21a7528b2f compilers/c_function_attributes: fix for ICC 6 years ago
Jussi Pakkanen 75648a2c9e Fix alignment with MSVC. 6 years ago
Jussi Pakkanen 0859442480 Refactor check to its own function. 6 years ago
Dimitri John Ledkov 621df77049 Fix simd instruction alignment on 32bit kernels. 6 years ago
Jon Turney 94cdb68a3a
Deal with clang-cl generating empty implibs 6 years ago
Jon Turney e116b94833
Install modules in a subdir to fit with platform name mangling 6 years ago
Jon Turney 5d51329d27
Extend test to when both name_{suf,pre}fix: are used 6 years ago
Jon Turney e64a9c9830
Generate import lib even if both name_suffix and name_prefix are used 6 years ago