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
/
run_unittests.py
Age
Commit message (
Expand
)
Author
2017-10-02
Merge pull request #2397 from mesonbuild/prebuilt
Jussi Pakkanen
2017-10-01
Use listify and extract_as_list everywhere
Nirbheek Chauhan
2017-10-01
Fix tests on OSX.
Jussi Pakkanen
2017-10-01
Fix MSVC builds.
Jussi Pakkanen
2017-09-30
Add an rpath entry to shared libraries that are linked from the source tree.
Jussi Pakkanen
2017-09-30
Moved prebuilt static library under unit tests.
Jussi Pakkanen
2017-09-30
Moved prebuilt object test under unittests.
Jussi Pakkanen
2017-09-21
flake8: Perform suggested whitespace/formatting changes
Luke Shumaker
2017-09-15
Add test for get_option(b_xxx) on reconfigure.
Hristo Venev
2017-09-11
Add a test for the custom target incdirs change
Nirbheek Chauhan
2017-09-06
Merge pull request #2236 from trhd/env
Jussi Pakkanen
2017-09-04
Permit overriding find_program from the cross file.
Jussi Pakkanen
2017-09-01
Add a regression test for test suites.
Hemmo Nieminen
2017-08-20
Fix coverage target breakage and add a test for it.
Jussi Pakkanen
2017-08-20
Remove PHONY because Windows and OSX file systems are crap. Closes #2199.
Jussi Pakkanen
2017-08-15
Add a test for dirs with reserved target names
Nirbheek Chauhan
2017-08-15
run_unittests: Add a helper for asserting path existence
Nirbheek Chauhan
2017-08-14
Use "meson test" in test invocations so it will not print the deprecation war...
Jussi Pakkanen
2017-08-13
unit tests: Select test cases inside run_unittests.py
Nirbheek Chauhan
2017-08-02
Print deprecation warnings on old style commands.
Jussi Pakkanen
2017-07-24
Ensure same compiler flags are used for compiling PCH as normal sources
Gabríel Arthúr Pétursson
2017-07-23
find_library: Ignore libs on MSVC properly
Nirbheek Chauhan
2017-07-21
Add build_rpath as new property allowing people to specify rpath entries that...
Jussi Pakkanen
2017-07-20
Add a mesonintrospect --dependencies test
Martin Ejdestig
2017-07-17
unittests: Don't pass /nologo to `cl` during detection
Nirbheek Chauhan
2017-07-17
unittests: Check value of cc.is_64 with MSVC
Nirbheek Chauhan
2017-07-17
unittests: Ensure that the compiler version is not blank
Nirbheek Chauhan
2017-06-23
Split out languages from compilers.py
Alistair Thomas
2017-06-22
Split linkers out from compilers.py
Alistair Thomas
2017-06-21
Merge pull request #1920 from QuLogic/hg-dist
Jussi Pakkanen
2017-06-18
Handle both pkg-config and pkgconf argument order. Closes #1934.
Jussi Pakkanen
2017-06-18
Merge pull request #1951 from mesonbuild/dedupfix
Jussi Pakkanen
2017-06-18
Preserve standalone -D arguments always.
Jussi Pakkanen
2017-06-17
Failing test for -D dedupping.
Jussi Pakkanen
2017-06-17
Use the Windows proof dir deleter consistently.
Jussi Pakkanen
2017-06-13
Add test for Mercurial dist'ing.
Elliott Sales de Andrade
2017-06-12
tests/unit/8: Rename to 9 and add -l flags
Nirbheek Chauhan
2017-06-12
Created unit test to ensure linker arguments from consecutive dependencies ar...
Jussi Pakkanen
2017-06-12
Preserve -L -l pairings fetched from external deps
Nirbheek Chauhan
2017-06-10
tests: Add Boost unit tests and project tests on Windows
Nirbheek Chauhan
2017-06-10
tests: Increase dependencies coverage a bit more
Nirbheek Chauhan
2017-06-09
tests: Improve llvm dependency test coverage
Nirbheek Chauhan
2017-06-09
unit tests: Add class to generate failing tests
Nirbheek Chauhan
2017-06-08
Do not use context managers. Because Windows.
Jussi Pakkanen
2017-06-07
Merged needs_exe_wrapper branch.
Jussi Pakkanen
2017-06-05
unit tests: Skip tests if no readelf found
Nirbheek Chauhan
2017-06-05
unit tests: Also check RUNPATH when fetching RPATH
Nirbheek Chauhan
2017-06-05
Use absolute RPATHs while linking due to a binutils bug
Nirbheek Chauhan
2017-06-05
unit tests: Use only implementation of get_soname
Nirbheek Chauhan
2017-06-02
ninja: Use shlex.quote for quoting on non-Windows
Nirbheek Chauhan
[next]