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