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
path:
root
/
unittests
Age
Commit message (
Expand
)
Author
2024-08-26
compilers: Allow prelinking with Apple Clang
L. E. Segovia
2024-08-20
linkers: skip -export_dynamic flag before MacOS 10.7
Wolfgang Walther
2024-08-20
format: fix indentation of comments
Charles Brunet
2024-08-15
unittests: use setUpClass instead of setUp for class constant data
Dylan Baker
2024-08-15
unittests: use TestCase.addCleanup for cleaning up builddirs
Dylan Baker
2024-08-15
unittests: use mock.patch.dict to deal with os.environ
Dylan Baker
2024-08-15
unittests: use os.environ.get for MESON_UNIT_TEST_BACKEND
Dylan Baker
2024-08-09
linkers: fix LLD linker response file handling
Benoit Pierre
2024-08-04
Revert "CI: skip LTO tests on cygwin"
Jon Turney
2024-08-01
mformat: fix formatting of empty build file
Charles Brunet
2024-07-30
unittests: fix EncodingWarnings. minus 123 warnings collected by pytest
Eli Schwartz
2024-07-23
CI: skip LTO tests on cygwin
Eli Schwartz
2024-07-21
Remove the exe_exists function
Mads Andreasen
2024-07-17
Remove module type from OptionKey.
Jussi Pakkanen
2024-07-17
Remove language (AKA compiler) type from OptionKey.
Jussi Pakkanen
2024-07-17
Remove option type from OptionKey and get it from OptionStore instead.
Jussi Pakkanen
2024-07-16
unittests: Add type annotations to the helpers module
Dylan Baker
2024-07-11
Move OptionKey in the option source file.
Jussi Pakkanen
2024-07-11
Move project option detection into OptionStore.
Jussi Pakkanen
2024-07-10
Replace exe_exists function with shutil.which()
Mads Andreasen
2024-06-29
linkers: Fix AppleDynamicLinker not returning any rpaths to remove
Piotr BrzeziĆski
2024-06-14
cargo: Load Cargo.lock
Xavier Claessens
2024-06-14
wrap: Clarify PackageDefinition API
Xavier Claessens
2024-06-14
Merge pull request #13307 from mesonbuild/optstorerefactor
Jussi Pakkanen
2024-06-14
Replace direct indexing with named methods.
Jussi Pakkanen
2024-06-14
Rename option variable to optstore to make it unique.
Jussi Pakkanen
2024-06-11
unittests: Add Python unittest for limited API
Andrew McNulty
2024-06-05
Add -export_dynamic flag for AppleDynamicLinker
Wolfgang Walther
2024-06-04
Extract native file parser to machinefile source file.
Jussi Pakkanen
2024-06-02
Create a directory for machine files used in unit tests.
Jussi Pakkanen
2024-06-02
Start moving machine files to their own store.
Jussi Pakkanen
2024-05-23
Refactor option classes to their own file.
Jussi Pakkanen
2024-05-09
implement @PLAINNAME0@ and @BASENAME0@
Stas Sergeev
2024-04-27
mdist: gracefully handle stale Git index
Benjamin Gilbert
2024-04-15
Add bztar support to meson dist
Tristan Partin
2024-04-14
Fix builds with Ninja 12 and remove a 5 year old workaround.
Jussi Pakkanen
2024-04-09
modules: rename qt.py -> _qt.py
Dylan Baker
2024-04-08
meson format command
Charles Brunet
2024-04-08
parser: revert to single StringNode type
Charles Brunet
2024-03-18
mconf: Reload the options files if they have changed
Dylan Baker
2024-03-18
tests: Add tests for configure on changed options
Dylan Baker
2024-03-18
unittests: annotate BasePlatformTests.setconf
Dylan Baker
2024-03-15
tests: Fix unit tests with high parallelism
Jan Alexander Steffens (heftig)
2024-03-15
unittests: Add a helper for copying source trees
Dylan Baker
2024-03-15
Improve error messages for invalid option values
Charles Brunet
2024-03-10
fix reconfigure subproject base options
Charles Brunet
2024-03-10
Fix detection of unknown base options in subproj
Charles Brunet
2024-03-03
Condense test dirs for rc2.
Jussi Pakkanen
2024-03-03
compilers: only wrap multiple input libraries with start/end group
Eli Schwartz
2024-03-01
Fix unknown base options not detected in commandline arguments
Charles Brunet
[next]