You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Nicolas Schneider
b1c3d150fe
vs: always consider run, install, and test targets out-of-date
...
Pre/PostBuildEvents do not run if no other build steps are out-of-date.
For most run targets (including install and test) that have no other
build steps, VS considers these to be always up-to-date after they have
been built once.
On the other hand, CustomBuild has clearly defined inputs and outputs
that define whether the target is up-to-date or not. By using a
nonexistent file as output of CustomBuild, it is always considered
out-of-date.
This aligns the VS behavior with ninja. `ninja install` unconditionally
installs, `ninja test` always runs the tests, and a run target always
gets executed, without any checks whether it is up-to-date or not.
6 years ago
..
ast
allow setting directory locations in a native file
6 years ago
backend
vs: always consider run, install, and test targets out-of-date
6 years ago
compilers
Fortran 2008 submodule ( #4874 )
6 years ago
dependencies
dub: fix detecting packages with different compilers and archs
6 years ago
modules
Merge pull request #4626 from Ericson2314/consolidate-properties
6 years ago
scripts
dist: Handle git worktrees, which have a .git file instead of dir
6 years ago
wrap
pep8 py37
6 years ago
__init__.py
Renamed meson package to mesonbuild so that we can have a script named meson in the same toplevel dir.
9 years ago
build.py
Add cuda_args keyword.
6 years ago
coredata.py
allow setting directory locations in a native file
6 years ago
environment.py
allow paths to be set in the cross file
6 years ago
interpreter.py
allow setting directory locations in a native file
6 years ago
interpreterbase.py
correct naming to CudaCompiler, pep8
6 years ago
linkers.py
Add support for Renesas CC-RX toolchain
6 years ago
mconf.py
Merge pull request #4743 from dcbaker/native-file-extended
6 years ago
mesonlib.py
mesonlib: Use class syntax for defining MachineChoice
6 years ago
mesonmain.py
pep8 py37
6 years ago
minit.py
Use a single ArgumentParser for all subcommands
6 years ago
minstall.py
pep8 py37
6 years ago
mintro.py
Merge pull request #4826 from mensinda/confDefOpts
6 years ago
mlog.py
do_subproject: Improve log messages and formatting
6 years ago
mparser.py
pep8 py37
6 years ago
msetup.py
Merge pull request #4732 from mensinda/introMesonInfo2
6 years ago
msubprojects.py
Add 'meson subprojects download' command
6 years ago
mtest.py
mtest: Don't use thread executor when enabled gdb in test_setup
6 years ago
munstable_coredata.py
Add new meson.py unstable-coredata subcommand.
6 years ago
optinterpreter.py
UserFeatureOption: Default to 'auto' when no value specified
7 years ago
rewriter.py
Fixed style issues
6 years ago