| Commit message (Collapse) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| * | | run_unittests: Document the purpose of each test | Nirbheek Chauhan | 2016-12-04 | 1 | -0/+47 | |
| | | | ||||||
| * | | unit tests: Use universal_newlines everywhere | Nirbheek Chauhan | 2016-12-04 | 1 | -9/+12 | |
| | | | | | | | | | | | | | | | | | | | This approach is locale-independent and more correct. For instance, this will work with UTF-16 while the previous approach with binary comparison would not. This also removes the need for doing an explicit decode to utf-8 which is lossy and can fail by yielding no output at all. | |||||
| * | | Compiler check and extra args should always override | Nirbheek Chauhan | 2016-12-04 | 1 | -0/+28 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | We want compiler check arguments (-O0, -fpermissive, etc) to override all other arguments, and we want extra_args passed in by the build file to always override everything. To do this properly, we must split include arguments out, append them first, append all other arguments as usual, and then append the rest. As part of this, we also add the compiler check flags to the cc.compiles() and cc.links() helper functions since they also most likely need them. Also includes a unit test for all this. | |||||
| * | | Merge pull request #1102 from mesonbuild/soname | Jussi Pakkanen | 2016-12-02 | 1 | -0/+51 | |
| |\ \ | | | | | | | Fix soname symlink generation | |||||
| | * | | Allow soname to be an arbitrary string and fix symlink generation. | Jussi Pakkanen | 2016-11-26 | 1 | -5/+4 | |
| | | | | ||||||
| | * | | Bootstrap test code with CMake. | Jussi Pakkanen | 2016-11-21 | 1 | -0/+52 | |
| | |/ | ||||||
| * | | Detect Qt5 properly on more platforms. | Jussi Pakkanen | 2016-11-23 | 1 | -3/+11 | |
| |/ | ||||||
| * | Fix message to be checked in Qt5 unit test. | Elliott Sales de Andrade | 2016-11-14 | 1 | -1/+1 | |
| | | ||||||
| * | Add a unit test for Qt5 detection with qmake | Nirbheek Chauhan | 2016-11-11 | 1 | -4/+26 | |
| | | | | | | | | This can only be done as a unit test because it requires changes to the environment. This also means we need to pass the current environment to subprocess.check_output, which we should always do anyway since the environment is torn down and restored between each test. | |||||
| * | tests: Check that run_target can find a files() argument | Nirbheek Chauhan | 2016-11-09 | 1 | -0/+8 | |
| | | | | | Tests https://github.com/mesonbuild/meson/issues/957 | |||||
| * | The regex to detect version numbers needs to be a bit more complex. Closes #967. | Jussi Pakkanen | 2016-11-02 | 1 | -1/+13 | |
| | | ||||||
| * | Exposes the install names of targets in introspection. Closes #829. | Jussi Pakkanen | 2016-10-30 | 1 | -0/+14 | |
| | | ||||||
| * | Add a unit test to ensure object file order | Nirbheek Chauhan | 2016-10-25 | 1 | -0/+11 | |
| | | | | | | Part of the changes to make input and output filenames in targets be deterministic. | |||||
| * | Add a unittest using the Vala and C warnings test | Nirbheek Chauhan | 2016-10-14 | 1 | -0/+28 | |
| | | | | | | This actually tests that -Wall, -Werror, and -w are set in the right targets. | |||||
| * | Add a unittest for pkg-config file generation | Nirbheek Chauhan | 2016-10-13 | 1 | -0/+21 | |
| | | | | | | This also tests that -lfoo is correctly added to libfoo.pc when the library name is 'libfoo' and name_prefix is '' | |||||
| * | unittests/pic: Actually test that setting b_staticpic works | Nirbheek Chauhan | 2016-10-12 | 1 | -3/+9 | |
| | | | | | | | | The previous test was tautological for the second half because: a) b_staticpic=true is the default b) We weren't refetching the compdb | |||||
| * | Add an option to select if static libraries are built with -fPIC. | Jussi Pakkanen | 2016-10-10 | 1 | -2/+18 | |
| | | ||||||
| * | Review fixes. | Jussi Pakkanen | 2016-10-09 | 1 | -8/+15 | |
| | | ||||||
| * | Pass cmd line args onwards. | Jussi Pakkanen | 2016-10-08 | 1 | -2/+2 | |
| | | ||||||
| * | Store all invocation output. Not shown to users yet. | Jussi Pakkanen | 2016-10-08 | 1 | -4/+5 | |
| | | ||||||
| * | Run unittests. | Jussi Pakkanen | 2016-10-08 | 1 | -0/+61 | |
