summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Reference-manual: Clarify fallback dependency types [skip ci]nirbheek/fix-another-fallback-vercmp-bugNirbheek Chauhan2018-09-041-2/+5
* Test + fix for not-found dependency fallback version comparisonNirbheek Chauhan2018-09-033-2/+16
* Remove unnecessary -lquadmath from FORTRAN flags.Jussi Pakkanen2018-09-021-1/+1
* Meson should warn if b_lundef is mixed with any sanitizer with clangAlexis Jeandet2018-09-021-4/+3
* gnome: fix generate_gir when linking with libasanMathieu Duponchelle2018-08-312-1/+9
* Improve support for macOS dylib versioningNirbheek Chauhan2018-08-299-73/+183
* Merge pull request #4016 from thiblahute/hotdocJussi Pakkanen2018-08-2917-23/+595
|\
| * hotdoc: Add documentationThibault Saunier2018-08-284-2/+105
| * docs: Use meson to build documentationThibault Saunier2018-08-284-24/+25
| * modules: Add an 'hotdoc' moduleThibault Saunier2018-08-289-1/+464
| * interpreter: Also process *TargetHolder returned by modulesThibault Saunier2018-08-181-0/+3
| * interpreter: Handle 'bool, str, int' values returned by modulesThibault Saunier2018-08-181-1/+3
* | Make `-std=` fallback remapping more robustDavid Seifert2018-08-291-11/+54
* | 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