2973 Commits (4631dbfc27fcd8cece3c1e99d027404017c25ff4)

Author SHA1 Message Date
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 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
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 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 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 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
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
Nirbheek Chauhan 38648bbb9f Fix various small test failures on macOS 6 years ago
Jussi Pakkanen d83f77109a
Convert buildtype to optimization and debug options (#3489) 6 years ago
Thibault Saunier 221ac05c69 interpreter: Also process *TargetHolder returned by modules 6 years ago
Thibault Saunier a95763c715 interpreter: Handle 'bool, str, int' values returned by modules 6 years ago
Marco Trevisan (Treviño) abf65c92af minstall: use follow_symlinks to check executable 6 years ago
Marco Trevisan (Treviño) 5de2a7910a minstall: never follow symlinks when setting ownership 6 years ago
Marco Trevisan (Treviño) 2d010727ed minstall: never try to set chmod on symlinks 6 years ago
Daniel Pirch 6ecd31af19 wraptool: fix manual selection of wrap file to promote 6 years ago
Jon Turney c2f3785383
Use unique output for windows.compile_resources() 6 years ago
Jon Turney d57498a4fd Unconditionally use get_gui_app_args() 6 years ago
Jon Turney 94f09a8454 Explicitly set the Windows subsystem for ninja/VisualC 6 years ago
Nirbheek Chauhan ab1dbfe57f gnome: Filter LDFLAGS passed to g-ir-scanner 6 years ago