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
2016-12-06
Fix compiler arg checking if ccache is used.
Jussi Pakkanen
2016-12-06
Merge pull request #1103 from mesonbuild/rewriter
Jussi Pakkanen
2016-12-04
Store subdir information for each node so we can remove files set in other su...
Jussi Pakkanen
2016-12-04
Use copytree to prepare for further tests.
Jussi Pakkanen
2016-12-04
Renamed rewriter.
Jussi Pakkanen
2016-12-04
Added unit test for rewriter.
Jussi Pakkanen
2016-12-03
Print readelf output if soversion can not be determined to help debugging.
Jussi Pakkanen
2016-12-04
run_unittests: Document the purpose of each test
Nirbheek Chauhan
2016-12-04
unit tests: Use universal_newlines everywhere
Nirbheek Chauhan
2016-12-04
Compiler check and extra args should always override
Nirbheek Chauhan
2016-12-02
Merge pull request #1102 from mesonbuild/soname
Jussi Pakkanen
2016-11-26
Allow soname to be an arbitrary string and fix symlink generation.
Jussi Pakkanen
2016-11-23
Detect Qt5 properly on more platforms.
Jussi Pakkanen
2016-11-21
Bootstrap test code with CMake.
Jussi Pakkanen
2016-11-14
Fix message to be checked in Qt5 unit test.
Elliott Sales de Andrade
2016-11-11
Add a unit test for Qt5 detection with qmake
Nirbheek Chauhan
2016-11-09
tests: Check that run_target can find a files() argument
Nirbheek Chauhan
2016-11-02
The regex to detect version numbers needs to be a bit more complex. Closes #967.
Jussi Pakkanen
2016-10-30
Exposes the install names of targets in introspection. Closes #829.
Jussi Pakkanen
2016-10-25
Add a unit test to ensure object file order
Nirbheek Chauhan
2016-10-14
Add a unittest using the Vala and C warnings test
Nirbheek Chauhan
2016-10-13
Add a unittest for pkg-config file generation
Nirbheek Chauhan
2016-10-12
unittests/pic: Actually test that setting b_staticpic works
Nirbheek Chauhan
2016-10-10
Add an option to select if static libraries are built with -fPIC.
Jussi Pakkanen
2016-10-09
Review fixes.
Jussi Pakkanen
2016-10-08
Pass cmd line args onwards.
Jussi Pakkanen
2016-10-08
Store all invocation output. Not shown to users yet.
Jussi Pakkanen
2016-10-08
Run unittests.
Jussi Pakkanen