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
2019-02-28
Fix nvcc error with threads dependency (4999)
John M. Lindemon
2019-02-27
Feed compiler Properties to get its options defaulted
John Ericson
2019-02-27
Sync up initialization logic with Properties and BinaryTable
John Ericson
2019-02-27
Move some configuration classes out of environment.py
John Ericson
2019-02-27
rewriter: Sort dict iterations to fix unit tests
Daniel Mensinger
2019-02-27
Add table entry for CUDA Toolkit 10.1.
Olexa Bilaniuk
2019-02-27
correct Fortran self-dep logic
Michael Hirsch, Ph.D
2019-02-26
Merge pull request #4939 from mensinda/rwDefOpts
Jussi Pakkanen
2019-02-26
Improve declare_dependency() example in Generating-sources.md [skip ci]
Martin Ejdestig
2019-02-26
Fortran: handle self-referential files
Michael Hirsch, Ph.D
2019-02-26
Merge pull request #4914 from mensinda/cmakePreCheck
Jussi Pakkanen
2019-02-26
mconf: Fixed crash for variables in targets (closes #4960)
Daniel Mensinger
2019-02-26
Remove redundant definition of `cflags_mapping`
John Ericson
2019-02-26
unit tests: Use unittest.skipUnless to simplify main()
John Ericson
2019-02-26
Use c++14 instead of c++17 in the tests
Daniel Mensinger
2019-02-26
rewriter: Set and delete default options
Daniel Mensinger
2019-02-26
rewriter: Remove matching regex from list
Daniel Mensinger
2019-02-26
rewriter: Basic default_options support
Daniel Mensinger
2019-02-26
Minor fixes for code review
Daniel Mensinger
2019-02-26
Use tuple comprehensions
Nirbheek Chauhan
2019-02-26
Minor code fixes
Daniel Mensinger
2019-02-26
Use @lru_cache and added return annotation
Daniel Mensinger
2019-02-26
Fixed flake8
Daniel Mensinger
2019-02-26
Fixed minor logic error regarding case conversion
Daniel Mensinger
2019-02-26
Added Mac support
Daniel Mensinger
2019-02-26
Ignore exceptions
Daniel Mensinger
2019-02-26
Preliminary CMake module search
Daniel Mensinger
2019-02-26
Support different CMake files
Daniel Mensinger
2019-02-26
Merge pull request #4982 from mesonbuild/dmddebug
Jussi Pakkanen
2019-02-26
Launch Meson via python3 so the binary name is correct.
Jussi Pakkanen
2019-02-26
Pick target exactly rather than relying on dict order.
Jussi Pakkanen
2019-02-26
Copy python3.5 to python3 so tests pass on Cygwin.
Jussi Pakkanen
2019-02-26
Fall back to current interpreter when python3 not found.
Jussi Pakkanen
2019-02-26
Disable D tests if dmd install is broken.
Jussi Pakkanen
2019-02-25
docs: compiled() only works with compiler.run() results [skip ci]
emersion
2019-02-24
vs: add support for `build_always_stale` for custom targets
Nicolas Schneider
2019-02-24
Merge pull request #4972 from obilaniu/cudafixes
Jussi Pakkanen
2019-02-24
xcode backend: Add target dependency link args
David Vanderson
2019-02-25
ci: Debug why dmd --version is returning 1
Nirbheek Chauhan
2019-02-24
[skip ci] Update the CUDA module documentation.
Olexa Bilaniuk
2019-02-24
Correct Volta+Tegra -> Xavier.
Olexa Bilaniuk
2019-02-24
Allow 'Auto'-mode flags to use the compiler's detected GPU
Olexa Bilaniuk
2019-02-24
Solve NVCC -Werror problem.
Olexa Bilaniuk
2019-02-24
Rework CUDA sanity check.
Olexa Bilaniuk
2019-02-23
azure-pipelines: Fix cygwin python3 installation
Nirbheek Chauhan
2019-02-21
vs: use CustomBuild instead of CustomBuildStep for custom targets
Nicolas Schneider
2019-02-20
Fix get_library_dirs() on FreeBSD
Niclas Zeising
2019-02-20
Fix default_libdir() on FreeBSD
Niclas Zeising
2019-02-19
Clarify in docs the argument types extract_objects() accepts [skip ci]
Maarten ter Huurne
2019-02-19
Allow custom targets with same name in project and subprojects
Raphael Salamon
[next]