6411 Commits (8cd3e166d8206cae49b29fd3aa20ebb9c8113dcd)
 

Author SHA1 Message Date
Thibault Saunier 731906504e Add a `required` argument to `subproject` 6 years ago
Jussi Pakkanen 899b0aae9f
Merge pull request #4035 from jon-turney/factor-out-version-check 6 years ago
FFY00 ac07ae7d41 d: disallow dmd frontends (ldmd and gdc) 6 years ago
Jon Turney e0e980e064 Remove some spurious calls to the format() function 6 years ago
Andrei Antonov 8f7781f1d6 using urlopen() with explicit timeout 6 years ago
Jon Turney 7fff8318f5
Add a release note snippet 6 years ago
Jon Turney dadf6e2233
Tests for version constraints on custom lookup dependencies 6 years ago
Jon Turney 0f568cc8d5
Don't use version to check for a not-found fallback 6 years ago
Jon Turney 6a4c2d63d7
Comparison with an unknown dependency version should always fail 6 years ago
Jon Turney 1ffb44fa01
Apply dependency(version:) check for all dependency types 6 years ago
Jon Turney b8de56ee61
Only use the numeric part of the pcap_lib_version() 6 years ago
Jon Turney a956698c79
Pass kwargs to ThreadDependency superclass constructor 6 years ago
Jon Turney 15d902cdb0
Drop redundant logging in OpenMPDependency constructor 6 years ago
Jon Turney 921977589a
Set is_found in AppleFrameworks constructor 6 years ago
Jon Turney e75b7cdc15
Fix a misplaced bracket in GLDependency constructor 6 years ago
Jussi Pakkanen f34f0717e0 Revert symlink copy behaviour. Closes #4069. 6 years ago
Jussi Pakkanen 23e6200c14 My bad. 6 years ago
Nirbheek Chauhan 79aec5f342 CompilerArgs: Allow calling to_native() multiple times 6 years ago
Ole André Vadla Ravnås a7e6c1aaa4 compilers: Handle dupes in the --start/end-group logic 6 years ago
Xavier Claessens a94099bc65
Merge pull request #4068 from ndufresne/master 6 years ago
Xavier Claessens 3f3ae097d5
Merge pull request #3769 from xclaesse/command-line-step2 6 years ago
Jussi Pakkanen 54aed1a92c Added "native" kwarg to add_XXX_args. Closes #3669. 6 years ago
Ole André Vadla Ravnås 6cd71a8033 compilers: Reduce sizes of MSVC linked binaries 6 years ago
Nirbheek Chauhan 5e93393cd9 Test that system shlibs with undefined symbols can be found 6 years ago
Nirbheek Chauhan bb5f2ca3da find_library: Allow undefined symbols while linking 6 years ago
Bruce Richardson 8c9296e8e6 find_library: Use _build_wrapper to get library dirs 6 years ago
Xavier Claessens 05cab3dee5 Set wrap_mode to None by default to know if user passed a value 6 years ago
Xavier Claessens 55bbb3600f mesonmain: Use MesonException instead of RuntimeError in MesonApp init 6 years ago
Xavier Claessens bef8187e43 mlog.shutdown(): Return the log file path or None if not initialized 6 years ago
Xavier Claessens 1e6d72eb5a Remove useless __main__ in files that cannot be executed 6 years ago
Xavier Claessens fda99b08a4 interpreter: Simplify get_option_internal() and fix base option fallback 6 years ago
Nicolas Dufresne 3147b41787 help: Fix printing list of wrap mode 6 years ago
Nirbheek Chauhan 05b54b4767 PkgConfigDependency: Parse library paths in a separate step 6 years ago
Xavier Claessens 79f8c76326
Merge pull request #4064 from xclaesse/allow-dups 6 years ago
Jussi Pakkanen 19617f8661
Merge pull request #4036 from jon-turney/fix_issue_3999 6 years ago
Xavier Claessens 576f3bb1bf UserArrayOption: Allow duplicates when used as <lang>_args option 6 years ago
GoaLitiuM fd2c3b4c77 Handle proper linking of MSVC runtime libraries 6 years ago
GoaLitiuM b208cbda81 Remove optimization related arguments from buildtype args, inline release builds 6 years ago
GoaLitiuM 96bac154bf Fix D tests to run on Windows 6 years ago
GoaLitiuM 9d5448ab45 Normalize string constructs of d_import_dirs paths 6 years ago
GoaLitiuM 4a1d64cb6c Fix import libraries and static library naming 6 years ago
GoaLitiuM 7ab938d9af Ignore unix related compiler arguments on Windows 6 years ago
GoaLitiuM 82b38b6071 Fallback to LDC as static linker when not in MSVC build environment 6 years ago
GoaLitiuM 79f05b189a Follow target platform defined in MSVC environment for Windows D compilation 6 years ago
GoaLitiuM 6e00ab6236 Improve D mixed language test case 6 years ago
David Seifert e0120b4586 Remap -std=c++14 dialect names for older compilers 6 years ago
GoaLitiuM e677f2f552 Pass -install-name arguments to linker 6 years ago
GoaLitiuM c2a872c4fc Fix D soname arguments for Windows and OSX 6 years ago
GoaLitiuM 12d5c6114e Fix wrong DMD optimization levels 6 years ago
GoaLitiuM 7bcd31949f Remove dependency to D runtime in mixed language tests 6 years ago