summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Improve support for macOS dylib versioningnirbheek/add-osx-dylib-versionNirbheek Chauhan2018-08-299-73/+183
* Deduplicate build-tree RPATHs on macOSDavid Seifert2018-08-282-2/+10
* CompilerArgs: -Wl,-lfoo is also a valid way to pass a libraryNirbheek Chauhan2018-08-282-2/+5
* d: fix how the DC variable is handledFFY002018-08-271-6/+2
* Add support for custom dist scripts.Jussi Pakkanen2018-08-2710-16/+123
* Merge pull request #3981 from GoaLitiuM/d-win-fixesJussi Pakkanen2018-08-2719-57/+278
|\
| * Handle proper linking of MSVC runtime librariesGoaLitiuM2018-08-203-4/+72
| * Remove optimization related arguments from buildtype args, inline release buildsGoaLitiuM2018-08-201-6/+6
| * Fix D tests to run on WindowsGoaLitiuM2018-08-2012-30/+76
| * Normalize string constructs of d_import_dirs pathsGoaLitiuM2018-08-201-1/+1
| * Fix import libraries and static library namingGoaLitiuM2018-08-202-1/+8
| * Ignore unix related compiler arguments on WindowsGoaLitiuM2018-08-201-0/+5
| * Fallback to LDC as static linker when not in MSVC build environmentGoaLitiuM2018-08-202-1/+58
| * Follow target platform defined in MSVC environment for Windows D compilationGoaLitiuM2018-08-202-14/+52
* | Add a `required` argument to `subproject`Thibault Saunier2018-08-2714-15/+140
* | Merge pull request #4035 from jon-turney/factor-out-version-checkJussi Pakkanen2018-08-2724-67/+145
|\ \
| * | Add a release note snippetJon Turney2018-08-262-2/+19
| * | Tests for version constraints on custom lookup dependenciesJon Turney2018-08-2616-0/+62
| * | Don't use version to check for a not-found fallbackJon Turney2018-08-261-1/+1
| * | Comparison with an unknown dependency version should always failJon Turney2018-08-265-36/+36
| * | Apply dependency(version:) check for all dependency typesJon Turney2018-08-261-33/+31
| * | Only use the numeric part of the pcap_lib_version()Jon Turney2018-08-261-2/+5
| * | Pass kwargs to ThreadDependency superclass constructorJon Turney2018-08-261-1/+1
| * | Drop redundant logging in OpenMPDependency constructorJon Turney2018-08-261-1/+0
| * | Set is_found in AppleFrameworks constructorJon Turney2018-08-261-2/+1
| * | Fix a misplaced bracket in GLDependency constructorJon Turney2018-08-261-1/+1
* | | d: disallow dmd frontends (ldmd and gdc)FFY002018-08-271-0/+6
* | | Remove some spurious calls to the format() functionJon Turney2018-08-271-3/+3
* | | using urlopen() with explicit timeoutAndrei Antonov2018-08-273-6/+8
|/ /
* | Revert symlink copy behaviour. Closes #4069.Jussi Pakkanen2018-08-231-1/+13
* | My bad.Jussi Pakkanen2018-08-231-1/+1
* | CompilerArgs: Allow calling to_native() multiple timesNirbheek Chauhan2018-08-232-12/+39
* | compilers: Handle dupes in the --start/end-group logicOle André Vadla RavnÄs2018-08-231-3/+4
* | Merge pull request #4068 from ndufresne/masterXavier Claessens2018-08-231-1/+8
|\ \
| * | help: Fix printing list of wrap modeNicolas Dufresne2018-08-221-1/+8
* | | Merge pull request #3769 from xclaesse/command-line-step2Xavier Claessens2018-08-237-36/+24
|\ \ \
| * | | Set wrap_mode to None by default to know if user passed a valueXavier Claessens2018-08-222-2/+3
| * | | mesonmain: Use MesonException instead of RuntimeError in MesonApp initXavier Claessens2018-08-221-5/+5
| * | | mlog.shutdown(): Return the log file path or None if not initializedXavier Claessens2018-08-221-0/+3
| * | | Remove useless __main__ in files that cannot be executedXavier Claessens2018-08-223-11/+1
| * | | interpreter: Simplify get_option_internal() and fix base option fallbackXavier Claessens2018-08-221-18/+12
| |/ /
* | | Added "native" kwarg to add_XXX_args. Closes #3669.Jussi Pakkanen2018-08-2210-40/+160
* | | compilers: Reduce sizes of MSVC linked binariesOle André Vadla RavnÄs2018-08-222-4/+7
* | | Test that system shlibs with undefined symbols can be foundNirbheek Chauhan2018-08-225-43/+80
* | | find_library: Allow undefined symbols while linkingNirbheek Chauhan2018-08-222-1/+29
* | | find_library: Use _build_wrapper to get library dirsBruce Richardson2018-08-226-67/+66
|/ /
* | PkgConfigDependency: Parse library paths in a separate stepNirbheek Chauhan2018-08-212-21/+46
* | Merge pull request #4064 from xclaesse/allow-dupsXavier Claessens2018-08-212-4/+5
|\ \
| * | UserArrayOption: Allow duplicates when used as <lang>_args optionXavier Claessens2018-08-202-4/+5
| |/
* | Merge pull request #4036 from jon-turney/fix_issue_3999Jussi Pakkanen2018-08-2112-12/+89
|\ \ | |/ |/|