Commits on Source
975
b44a51d0
resolve symlinks passed to -C
Jul 07, 2021
5215f4fa
cleanup self.options.wd
Jul 07, 2021
30a9bb60
interpreter: use typed_pos_args for is_disabler
Jul 07, 2021
4d05f9d6
interpreter: use typed_pos_args for is_variable
Jul 07, 2021
20c5dfe8
interpreter: use typed_pos_args for get_variable
Jul 07, 2021
9ecd5781
interpreter: use typed_pos_args for set_variable
Jul 07, 2021
e71a6544
interpreter: use typed_pos_args for join_paths
Jul 07, 2021
5aed9dd9
interpreter: use typed_pos_args for add_test_setup
Jul 07, 2021
3135b130
interpreter: use typed_pos_args for include_directories
Jul 07, 2021
09d7da19
interpreter: use typed_kwargs for include_directories
Jul 07, 2021
982973f3
interpreter: use typed_pos_args for alias_target
Jul 07, 2021
6f6db0f2
interpreter: use typed_pos_args configuration_data
Jul 07, 2021
9f07a1ad
interpreter: use typed_pos_args for get_option
Jul 07, 2021
24869380
interpreter: use typed_pos_args for subproject
Jul 07, 2021
3f6afa26
interpreter: use typed_pos_args for assert
Jul 07, 2021
015e4401
interpreter: use typed_pos_args for subdir
Jul 07, 2021
011b58d7
interpreter: use typed_pos_args for project
Jul 07, 2021
011f13bc
interpreter: use typed_pos_args for add_langauges
Jul 07, 2021
52c68ca6
interpreter: use typed_pos_args for files
Jul 07, 2021
f459c0e9
interpreter: remove stringArgs uses
Jul 07, 2021
b5146c02
run_unittests: add test for passing symlinks to setup and test
Jul 13, 2021
a10b0c93
Fix skip condition in sdl2 test.json
Jul 13, 2021
24135c8c
Set MESON_CI_JOBNAME for all CI jobs
Jul 13, 2021
538b3472
Add expected skip annotations for non-linux CI runs to framework tests
Jul 13, 2021
3c81ff8f
Make it an error if MESON_CI_JOBNAME isn't set under CI
Jul 13, 2021
3b3c5808
modules/python: sort imports
Jul 13, 2021
1f7ab2f0
modules/python: Add type annotations
Jul 13, 2021
9eec2a13
modules/python: use typed_pos_args
Jul 13, 2021
a881e849
modules/python: simplify a number of interfaces
Jul 13, 2021
4d67dd19
modules/python: use factory for dependency
Jul 13, 2021
20399a3e
modules/pkgconfig: remove handling of .pcdep
Jul 13, 2021
d6e60616
modules/python: make some internal helpers protected
Jul 13, 2021
eac2d5ee
modules/python: Allow trying a macos framework as well other methods
Jul 13, 2021
dd97ec60
dependencies: drop Dependency.methods and Dependency.get_methods()
Jul 13, 2021
b4e826bf
modules/python: fix up a few simply typing warnings/errors
Jul 13, 2021
d5535065
do not add SONAME to shared modules
Jul 14, 2021
3efed376
linkers: remove is_shared_module argument to get_soname_args
Jul 14, 2021
6614c735
Merge pull request #8996 from bonzini/fix8746
Jul 18, 2021
0be74c78
Merge pull request #8972 from bonzini/C-symlink
Jul 18, 2021
72f8838a
Bump version number for new development.
Jul 18, 2021
4b00d15a
gnome: Always pass absolute -L paths to g-ir-scanner
Jul 18, 2021
9afd589c
Merge pull request #8953 from dcbaker/submit/interpreter-easy-typing
Jul 18, 2021
631abce8
Cuda: Pass -DNDEBUG through
Jul 18, 2021
3b47d161
Cuda: Add test for -DNDEBUG
Jul 18, 2021
d648f349
Cuda: Filter -isystem with system paths
Jul 18, 2021
47a8e7ec
Cuda: Add test for -isystem/usr/include
Jul 18, 2021
28d13f4b
Cuda: Enable PGO
Jul 18, 2021
4f56080c
Cuda: Fix linking with shared versioned internal libs
Jul 18, 2021
5c45a26c
Cuda: Add test for shared versioned internal libs
Jul 18, 2021
0183954e
Fix meson.version().version_compare() regression in subproject
Jul 21, 2021
2379fc72
msubprojects: catch exceptions and continue with others
Jul 21, 2021
5d36d290
Merge pull request #9011 from xclaesse/meson-version-compare
Jul 21, 2021
793175f6
Delete extra data dirs that cause problems for WiX.
Jul 21, 2021
06bf0562
Merge pull request #8994 from SoapGentoo/cuda-fixes
Jul 21, 2021
4703f4c2
Merge pull request #8992 from dcbaker/submit/modernize-python-module-dependency
Jul 22, 2021
5583e448
qt: Allow CustomTargets for qt.preprocess source arguments
Jul 23, 2021
db6efa06
Merge pull request #9005 from jon-turney/xskip-ci-2
Jul 23, 2021
2e30b5a1
Add support for gcovr --sonarqube report
Jul 23, 2021
f8c4752c
C2000 compiler also accepts *.cla files
Jul 25, 2021
e6658646
Added release snippet
Jul 25, 2021
61ec2158
Remove workaround now that we have a new Ninja.
Jul 25, 2021
bf41d565
ast: Add dummy "support" for fstrings in the ast package
Jul 25, 2021
dbf2ace6
coredata: throw a MesonException on unknown options
Jul 26, 2021
7eb4c231
Split run_unittests.py file
Jul 26, 2021
5d88c458
msubprojects: do not follow symlinks when purging
Jul 27, 2021
254969b1
msubprojects: make purge print full paths to comply with the tests
Jul 27, 2021
46380b5b
doc: mention CUDA_PATH in dependency('cuda') [skip ci]
Jul 27, 2021
23ea9fee
build: learn to take CustomTargetIndex as custom_target command
Jul 27, 2021
276fe408
dependencies: make the preferred LibType available to any ExternalDependency
Jul 28, 2021
f95a8f82
intl: fix incorrect detection of header
Jul 28, 2021
1fb6c939
intl dep: support static kwarg
Jul 28, 2021
82e92e90
expand tests to check both static and shared intl dependency
Jul 28, 2021
a450f8c6
interenaltests: Add some version strings with ansi escapes in them
Jul 30, 2021
a79980da
fix bat_info UTF-8 string error
Aug 03, 2021
de7bc71e
Fix when gtest dep is found but does not pass version check
Aug 03, 2021
c0350d61
modules/dlang: Fix dependencies that should have been updated
Aug 03, 2021
3f71779f
Fix python module leaving PKG_CONFIG_LIBDIR set in os.environ.
Aug 03, 2021
daf63fc3
build: Add get_subdir() to GeneratedList
Aug 03, 2021
bc31c230
build: Add annotation to CustomTargetIndex.get_subdir
Aug 03, 2021
630a41eb
ninjabackend: use get_subdir() instead of subdir attribute for cython
Aug 03, 2021
9da99e7a
destdir: Allow relative to build directory
Aug 04, 2021
7ce29e1e
Relax restrictions on detecting boost dependency
Aug 04, 2021
f781c307
Make libs a set from the begining
Aug 04, 2021
3c3fa0a1
add boolean parameter use_system for searching boost
Aug 04, 2021
40d5a38d
Escape path in exclude filter passed to gcovr
Aug 04, 2021
d1b52b91
interpreter: split keyword definitions out of the interpreter
Aug 04, 2021
2307cbd2
interpreter/typing: Add some type annotations
Aug 04, 2021
f4a1da01
interpreterbase/decorators: use a named function for lowering strings
Aug 04, 2021
386b312f
interpreterbase/decorators: fix typed_kwargs return type
Aug 04, 2021
5381ec89
run_mypy: Add interpreter/type_checking to the list of checked modules
Aug 04, 2021
53ce1610
fix spelling error in user output ("depencency" -> "dependency")
Aug 06, 2021
7e8d5207
install: update restore_selinux to use popen_safe
Aug 06, 2021
2c3a68bc
install: apply ldconfig at the end of the install
Aug 06, 2021
51cbb153
minstall: restore_selinux_contexts: fix env test
Aug 06, 2021
1dcde9da
modules: Add API to add test
Aug 06, 2021
943596ab
Fix --force-fallack-for with --wrap-mode=nofallback
Aug 07, 2021
108fe84e
Update iphone cross building.
Aug 08, 2021
f2fe2711
Add support for finding Javascript source libraries with Emscripten.
Aug 08, 2021
5c87167a
interpreter: Fix list contains for Holders (fixes #9020 #9047)
Aug 09, 2021
dd2e3bf4
pkg-config: support for `-l:libfoo.a`
Aug 09, 2021
875 additional commits have been omitted to prevent performance issues.
Loading
Loading