Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2018-03-18 | Project-templates.md: Fix help command name [skip ci] | Martin Hostettler | 1 | -1/+1 | |
2018-03-18 | Replaced appveyor account by mesonbuild | Aleksey Filippov | 1 | -1/+1 | |
2018-03-17 | Fix appveyor failures: do not use PowerShell since it triggers ↵ | Aleksey Filippov | 1 | -14/+8 | |
NativeCommandError if pacman prints to stderr Split command to avoid "The input line is too long." error. Also use --needed for pacman to not reinstall already installed packages. | |||||
2018-03-15 | Use target.get_id() instead of basename and type_suffix concatenation at ↵ | Aleksey Filippov | 9 | -14/+53 | |
call site Fixes the bug with flat layout and identical target names in subprojects. Without this change directories are not created with subproject prefix and they can collide. Remove dead makedirs code in Backend.__init__(), during initialization of backend build.targets is empty. Create output directories in Vs2010Backend.generate_projects() instead. Also use double blank line in run_unittests.py according to https://www.python.org/dev/peps/pep-0008/#blank-lines. | |||||
2018-03-15 | Fix FileNotFoundError when restorecon unavailable | Fabrice Fontaine | 1 | -0/+4 | |
Fixes: - http://autobuild.buildroot.net/results/d5dcdfdfab3503fdc387f99e68267972a38c417d Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com> | |||||
2018-03-14 | Turn deprecated commands into errors. | Jussi Pakkanen | 5 | -16/+11 | |
2018-03-13 | Merge pull request #3127 from bluetech/method-permitted-kwargs | Jussi Pakkanen | 5 | -2/+138 | |
2018-03-13 | Merge pull request #3145 from thejk/gcovr | Jussi Pakkanen | 6 | -16/+61 | |
Support gcovr >= 3.1 and add gcovr html report as fallback | |||||
2018-03-13 | pkgconfig: allow any non-found dependency requires arguments | Aleksey Filippov | 1 | -0/+2 | |
On some platforms such as OSX external dependency falls back to different dependency types if it is not found. | |||||
2018-03-13 | pkgconfig: print requires argument type on error | Aleksey Filippov | 1 | -1/+2 | |
2018-03-13 | fixup! Fix coverage-xml and coverage-text targets for gcovr >= 3.1 | Joel Klinghed | 1 | -1/+2 | |
Fix fail cases of detect_gcovr | |||||
2018-03-13 | Fix snippet heading to conform to new formatting rules. | Jussi Pakkanen | 1 | -1/+1 | |
2018-03-12 | fixup! Allow gcovr >= 3.1 to be used to generate html coverage report | Joel Klinghed | 3 | -5/+5 | |
Rename gcovr_3_1 to gcovr_new_rootdir | |||||
2018-03-12 | fixup! Fix coverage-xml and coverage-text targets for gcovr >= 3.1 | Joel Klinghed | 3 | -6/+6 | |
Rename gcovr_3_1 to gcovr_new_rootdir | |||||
2018-03-12 | Merge pull request #3205 from sarum9in/use-itertools | Jussi Pakkanen | 6 | -14/+10 | |
2018-03-12 | Fix shared library building on xcode. | Jukka Laurila | 1 | -1/+1 | |
2018-03-12 | Use os.path.dirname() instead of os.path.split(...)[0] | Aleksey Filippov | 1 | -1/+1 | |
2018-03-12 | Merge pull request #3131 from sarum9in/pkgconfig | Jussi Pakkanen | 6 | -9/+61 | |
Pkgconfig accepts libraries and pkgconfig-dependencies in requires/requires_private parameters | |||||
2018-03-12 | PkgConfigDependency: Search for pkg-config with ExternalProgram | Nirbheek Chauhan | 1 | -16/+16 | |
Strawberry Perl on Windows ships with a Perl implementation of pkg-config embedded inside a BAT file. True horror of horrors, but people do use it, so search for pkg-config with ExternalProgram which has the right Windows-specific cases to deal with that. Closes https://github.com/mesonbuild/meson/issues/3221 | |||||
2018-03-12 | Fix typo preventing soname unit tests from running | Jon Turney | 1 | -1/+1 | |
Fix a typo in ac256cb6 preventing soname unit tests from running | |||||
2018-03-12 | Link "External commands" page from run_command() reference [skip ci] | Aleksey Filippov | 1 | -0/+2 | |
2018-03-12 | Use specific exception types instead of Exception | Aleksey Filippov | 2 | -3/+3 | |
2018-03-11 | Use subprocess.check_output() instead of Popen().communicate() | Aleksey Filippov | 1 | -6/+2 | |
2018-03-11 | Do not use bare except [flake8] | Aleksey Filippov | 4 | -6/+6 | |
Use more specific exception types where appropriate. This patch does not change bare except calls if exception is re-raised. | |||||
2018-03-11 | Use itertools.chain() instead of list concatenation | Aleksey Filippov | 2 | -2/+2 | |
2018-03-11 | docs: update for mesonintrospect.py -> meson introspect | Jon Turney | 1 | -5/+5 | |
mesonintrospect is deprecated since 59a35c4c (PR #2067) | |||||
2018-03-11 | docs: Add custom dependencies missing documentation | Jon Turney | 1 | -0/+26 | |
Add some brief documnentation about custom dependency lookups which are implemented but not documented. | |||||
2018-03-11 | docs: polish documentation for custom dependency detectors | Jon Turney | 1 | -12/+12 | |
Various grammar fixes Fix syntax of MPI examples Add Qt4 | |||||
2018-03-11 | docs: update system cross file documentation | Jon Turney | 1 | -2/+2 | |
Works on all non-Windows since cf98f5e3 (PR #3119) | |||||
2018-03-11 | docs: remove reference to mesongui | Jon Turney | 1 | -3/+1 | |
mesongui was removed in 71f18226 (PR #574) | |||||
2018-03-10 | Merge pull request #3203 from jukkalaurila/bug3185 | Jussi Pakkanen | 3 | -0/+24 | |
Fix bug 3185, "Setting -Dc_args=... option and some others during initial run fails silently' | |||||
2018-03-10 | Show info about possible subproject promotion when appropriate | Jon Turney | 1 | -1/+6 | |
Move call to print_nested_info down into do_subproject() So we don't print info about possible subproject promotion unless subproject failure is due to directory non-existence And we do do that for subproject('foo'), as well as for dependency(fallback: ['foo', ...]) | |||||
2018-03-10 | Add LANG to Dockerfile | Niklas Claesson | 1 | -0/+2 | |
2018-03-10 | Exclude subprojects when doing coverage | Niklas Claesson | 3 | -5/+30 | |
2018-03-10 | Refactor: Add log.error and log.exception to reduce code duplication. | Jukka Laurila | 6 | -24/+37 | |
2018-03-10 | Fix C++ code used for doxygen test | Alex Hirsch | 4 | -7/+10 | |
2018-03-09 | Fixed bug 3185. | Jukka Laurila | 1 | -0/+13 | |
2018-03-09 | Add test for bug https://github.com/mesonbuild/meson/issues/3185 | Jukka Laurila | 2 | -0/+11 | |
2018-03-09 | Default run_project_tests backend to ninja instead of xcode on OS X. | Jukka Laurila | 1 | -2/+0 | |
The xcode backend is still incomplete and fails many tests. | |||||
2018-03-09 | Fix xcode backend to run "meson test" instead of the nonexistent meson_test.py. | Jukka Laurila | 1 | -3/+1 | |
2018-03-07 | setup.py: set the python_requires field | Dylan Baker | 1 | -2/+4 | |
This instructs tools like pip that meson requires python 3.5 or greater, so if one tries to install on an older version pip will fall back to an older version of meson. This won't fix 0.45 since it's already in the wild (unless someone wants to delete and re-upload the version on pypi). But it should fix future versions. Retain the hand rolled version check, but update it to enforce our actual requirements. | |||||
2018-03-07 | Merge pull request #3195 from sarum9in/link_whole-generators | Jussi Pakkanen | 7 | -1/+132 | |
Get generated headers from link_whole_targets as meson does for link_targets | |||||
2018-03-07 | Gnome-module.md: Add information about output files to mkenums() | Eduardo Lima (Etrunko) | 1 | -1/+3 | |
[skip ci] | |||||
2018-03-07 | doc: Tweak text about get_option('foodir') in reference manual [skip ci] | Jon Turney | 1 | -2/+7 | |
* The example for executable()'s install_dir: should use join_paths() * Clarify how to use directory options which are potentially not prefix relative This is mentioned in https://github.com/mesonbuild/meson/issues/1637 and see also https://patchwork.freedesktop.org/patch/200373/ for an example of this usage, and the possible confusion that can arise. | |||||
2018-03-07 | Add indentation to 'common/64 custom header generator' test case | Aleksey Filippov | 1 | -3/+3 | |
2018-03-07 | mesonlib: fix meson detection (again) | Mathieu Duponchelle | 1 | -5/+4 | |
Starting from 8fc424418720da4ef61bde9348f4cc1a149d1cb2, tests failed on my system (python 3.6 arch) because shutil.which('meson.py') returns 'meson.py', not './meson.py'. Refactor that codepath by using os.path.isabs instead of "m_dir == '.'", also remove the adjacent comment because it doesn't make much sense. | |||||
2018-03-07 | Skip whole_archive test for VS older than 2015 | Aleksey Filippov | 1 | -0/+7 | |
2018-03-07 | Get generated headers from link_whole_targets as meson does for link_targets | Aleksey Filippov | 1 | -1/+2 | |
2018-03-07 | Add 'common/180 generator link whole' test case | Aleksey Filippov | 6 | -0/+123 | |
This test covers usage of generated files in static_library that is later linked into shared_library. | |||||
2018-03-06 | Merge pull request #3086 from sarum9in/declare-link-whole | Jussi Pakkanen | 11 | -5/+45 | |
Add declare_dependency() link_whole parameter |