index
:
meson
clippy-json
master
Unnamed repository; edit this file 'description' to name the repository.
root
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
2018-08-28
CompilerArgs: -Wl,-lfoo is also a valid way to pass a library
Nirbheek Chauhan
2018-08-27
d: fix how the DC variable is handled
FFY00
2018-08-27
Add support for custom dist scripts.
Jussi Pakkanen
2018-08-27
Merge pull request #3981 from GoaLitiuM/d-win-fixes
Jussi Pakkanen
2018-08-27
Add a `required` argument to `subproject`
Thibault Saunier
2018-08-27
Merge pull request #4035 from jon-turney/factor-out-version-check
Jussi Pakkanen
2018-08-27
d: disallow dmd frontends (ldmd and gdc)
FFY00
2018-08-27
Remove some spurious calls to the format() function
Jon Turney
2018-08-27
using urlopen() with explicit timeout
Andrei Antonov
2018-08-26
Add a release note snippet
Jon Turney
2018-08-26
Tests for version constraints on custom lookup dependencies
Jon Turney
2018-08-26
Don't use version to check for a not-found fallback
Jon Turney
2018-08-26
Comparison with an unknown dependency version should always fail
Jon Turney
2018-08-26
Apply dependency(version:) check for all dependency types
Jon Turney
2018-08-26
Only use the numeric part of the pcap_lib_version()
Jon Turney
2018-08-26
Pass kwargs to ThreadDependency superclass constructor
Jon Turney
2018-08-26
Drop redundant logging in OpenMPDependency constructor
Jon Turney
2018-08-26
Set is_found in AppleFrameworks constructor
Jon Turney
2018-08-26
Fix a misplaced bracket in GLDependency constructor
Jon Turney
2018-08-23
Revert symlink copy behaviour. Closes #4069.
Jussi Pakkanen
2018-08-23
My bad.
Jussi Pakkanen
2018-08-23
CompilerArgs: Allow calling to_native() multiple times
Nirbheek Chauhan
2018-08-23
compilers: Handle dupes in the --start/end-group logic
Ole André Vadla Ravnås
2018-08-23
Merge pull request #4068 from ndufresne/master
Xavier Claessens
2018-08-23
Merge pull request #3769 from xclaesse/command-line-step2
Xavier Claessens
2018-08-22
Added "native" kwarg to add_XXX_args. Closes #3669.
Jussi Pakkanen
2018-08-22
compilers: Reduce sizes of MSVC linked binaries
Ole André Vadla Ravnås
2018-08-22
Test that system shlibs with undefined symbols can be found
Nirbheek Chauhan
2018-08-22
find_library: Allow undefined symbols while linking
Nirbheek Chauhan
2018-08-22
find_library: Use _build_wrapper to get library dirs
Bruce Richardson
2018-08-22
Set wrap_mode to None by default to know if user passed a value
Xavier Claessens
2018-08-22
mesonmain: Use MesonException instead of RuntimeError in MesonApp init
Xavier Claessens
2018-08-22
mlog.shutdown(): Return the log file path or None if not initialized
Xavier Claessens
2018-08-22
Remove useless __main__ in files that cannot be executed
Xavier Claessens
2018-08-22
interpreter: Simplify get_option_internal() and fix base option fallback
Xavier Claessens
2018-08-22
help: Fix printing list of wrap mode
Nicolas Dufresne
2018-08-21
PkgConfigDependency: Parse library paths in a separate step
Nirbheek Chauhan
2018-08-21
Merge pull request #4064 from xclaesse/allow-dups
Xavier Claessens
2018-08-21
Merge pull request #4036 from jon-turney/fix_issue_3999
Jussi Pakkanen
2018-08-20
UserArrayOption: Allow duplicates when used as <lang>_args option
Xavier Claessens
2018-08-20
Handle proper linking of MSVC runtime libraries
GoaLitiuM
2018-08-20
Remove optimization related arguments from buildtype args, inline release builds
GoaLitiuM
2018-08-20
Fix D tests to run on Windows
GoaLitiuM
2018-08-20
Normalize string constructs of d_import_dirs paths
GoaLitiuM
2018-08-20
Fix import libraries and static library naming
GoaLitiuM
2018-08-20
Ignore unix related compiler arguments on Windows
GoaLitiuM
2018-08-20
Fallback to LDC as static linker when not in MSVC build environment
GoaLitiuM
2018-08-20
Follow target platform defined in MSVC environment for Windows D compilation
GoaLitiuM
2018-08-20
Improve D mixed language test case
GoaLitiuM
2018-08-20
Remap -std=c++14 dialect names for older compilers
David Seifert
[next]