2901 Commits (a956698c795ef0aa076f13e9b8864b51706acbfd)

Author SHA1 Message Date
Jon Turney a956698c79
Pass kwargs to ThreadDependency superclass constructor 7 years ago
Jon Turney 15d902cdb0
Drop redundant logging in OpenMPDependency constructor 7 years ago
Jon Turney 921977589a
Set is_found in AppleFrameworks constructor 7 years ago
Jon Turney e75b7cdc15
Fix a misplaced bracket in GLDependency constructor 7 years ago
Jussi Pakkanen f34f0717e0 Revert symlink copy behaviour. Closes #4069. 7 years ago
Jussi Pakkanen 23e6200c14 My bad. 7 years ago
Nirbheek Chauhan 79aec5f342 CompilerArgs: Allow calling to_native() multiple times 7 years ago
Ole André Vadla Ravnås a7e6c1aaa4 compilers: Handle dupes in the --start/end-group logic 7 years ago
Jussi Pakkanen 54aed1a92c Added "native" kwarg to add_XXX_args. Closes #3669. 7 years ago
Ole André Vadla Ravnås 6cd71a8033 compilers: Reduce sizes of MSVC linked binaries 7 years ago
Nirbheek Chauhan bb5f2ca3da find_library: Allow undefined symbols while linking 7 years ago
Bruce Richardson 8c9296e8e6 find_library: Use _build_wrapper to get library dirs 7 years ago
Xavier Claessens 05cab3dee5 Set wrap_mode to None by default to know if user passed a value 7 years ago
Xavier Claessens 55bbb3600f mesonmain: Use MesonException instead of RuntimeError in MesonApp init 7 years ago
Xavier Claessens bef8187e43 mlog.shutdown(): Return the log file path or None if not initialized 7 years ago
Xavier Claessens 1e6d72eb5a Remove useless __main__ in files that cannot be executed 7 years ago
Xavier Claessens fda99b08a4 interpreter: Simplify get_option_internal() and fix base option fallback 7 years ago
Nicolas Dufresne 3147b41787 help: Fix printing list of wrap mode 7 years ago
Nirbheek Chauhan 05b54b4767 PkgConfigDependency: Parse library paths in a separate step 7 years ago
Xavier Claessens 576f3bb1bf UserArrayOption: Allow duplicates when used as <lang>_args option 7 years ago
David Seifert e0120b4586 Remap -std=c++14 dialect names for older compilers 7 years ago
GoaLitiuM e677f2f552 Pass -install-name arguments to linker 7 years ago
GoaLitiuM c2a872c4fc Fix D soname arguments for Windows and OSX 7 years ago
GoaLitiuM 12d5c6114e Fix wrong DMD optimization levels 7 years ago
Nirbheek Chauhan 38648bbb9f Fix various small test failures on macOS 7 years ago
Jussi Pakkanen d83f77109a
Convert buildtype to optimization and debug options (#3489) 7 years ago
Marco Trevisan (Treviño) abf65c92af minstall: use follow_symlinks to check executable 7 years ago
Marco Trevisan (Treviño) 5de2a7910a minstall: never follow symlinks when setting ownership 7 years ago
Marco Trevisan (Treviño) 2d010727ed minstall: never try to set chmod on symlinks 7 years ago
Daniel Pirch 6ecd31af19 wraptool: fix manual selection of wrap file to promote 7 years ago
Jon Turney c2f3785383
Use unique output for windows.compile_resources() 7 years ago
Jon Turney d57498a4fd Unconditionally use get_gui_app_args() 7 years ago
Jon Turney 94f09a8454 Explicitly set the Windows subsystem for ninja/VisualC 7 years ago
Nirbheek Chauhan ab1dbfe57f gnome: Filter LDFLAGS passed to g-ir-scanner 7 years ago
Nirbheek Chauhan d16dca7677 gnome: Filter CFLAGS that are passed to g-ir-scanner 7 years ago
Nirbheek Chauhan d03cf04598 install_subdir: Also copy dangling symlinks 7 years ago
Xavier Claessens 4f088365e4 interpreter: Add support for dict addition 7 years ago
Nirbheek Chauhan 219dec39c0 Fix yielding when subproject option type is different 7 years ago
mohdamerkhalidi 28754ea621 Adding a new AR Linker Class for the ARM Compiler. (#3949) 7 years ago
Nirbheek Chauhan f80c11e7ee Clarify the FeatureNew summary message 7 years ago
Nirbheek Chauhan fc90c4a331 Print only custom env vars in the test log for each test 7 years ago
Nirbheek Chauhan 43ececb036 Skip FeatureNew checks when project() has not been parsed 7 years ago
Nirbheek Chauhan ecede89b5d Fix FeatureNew false positive in vcs_tag 7 years ago
Jussi Pakkanen 1b2f8acbeb Add support for s390x CPUs. Closes #3897. 7 years ago
Nirbheek Chauhan ae5ebd258f PkgConfigDependency: Don't try to resolve internal compiler libs 7 years ago
Nirbheek Chauhan 2ee28029f9 Install meson.exe as the entrypoint on Windows 7 years ago
John Ericson 9f5c84279e Fix bug and clarify error message in cross file validation 7 years ago
Zachary Michaels 8417c1a20f Add support for c++2a and gnu++2a 7 years ago
Jussi Pakkanen fb2cdd0fe2 Call it gnu_symbol_visibility instead. 7 years ago
Jussi Pakkanen 3c62eaa9ff Updated sample projects to use visibility kwarg. 7 years ago