2670 Commits (83665a482a13fa82989103989b544e30f1308795)

Author SHA1 Message Date
Jussi Pakkanen cf5f1a83d5 Fix existing tests. 7 years ago
Joel Klinghed b2ffb6b565 Generate coveragereport directory for gcovr html target 7 years ago
Joel Klinghed 8bad2d9827 Exclude subprojects when doing coverage 7 years ago
Joel Klinghed 79bb1df04f Use standalone coverage script for legacy targets 7 years ago
makise-homura 6230c2a2f6 Fixed indentation and space issues found by SideCI 7 years ago
makise-homura 7cc41baa98 Added Elbrus lcc compilers support as inheritance from gcc ones 7 years ago
Thibault Saunier f48da481ab introspect: tests: Inform about tests run parallelization 7 years ago
Aleksey Filippov f720efa2f4 Add rename parameter to install_data() 7 years ago
Jussi Pakkanen c385f79737 Do not leak out private dependencies for shared libraries. 7 years ago
Aleksey Filippov 7f042b5fe2 Use target.get_id() instead of basename and type_suffix concatenation at call site 7 years ago
Fabrice Fontaine 2e128f71bb Fix FileNotFoundError when restorecon unavailable 7 years ago
Bedarkar, Malhar 831d1e4c2e - Updating cpp_std options similar to other compiler classes 7 years ago
Aleksey Filippov 552916d2d2 pkgconfig: allow any non-found dependency requires arguments 7 years ago
Aleksey Filippov 6e83e41af7 pkgconfig: print requires argument type on error 7 years ago
Joel Klinghed dfc0655bcd fixup! Fix coverage-xml and coverage-text targets for gcovr >= 3.1 7 years ago
Joel Klinghed 4e1b229b37 fixup! Allow gcovr >= 3.1 to be used to generate html coverage report 7 years ago
Joel Klinghed ed8197207e fixup! Fix coverage-xml and coverage-text targets for gcovr >= 3.1 7 years ago
Jukka Laurila 1d0169f4e7 Fix shared library building on xcode. 7 years ago
Nirbheek Chauhan 28b19c78d6 PkgConfigDependency: Search for pkg-config with ExternalProgram 7 years ago
Aleksey Filippov 3493a372e2 Use specific exception types instead of Exception 7 years ago
Aleksey Filippov e4faf396e6 Do not use bare except [flake8] 7 years ago
Aleksey Filippov d977b78f1b Use itertools.chain() instead of list concatenation 7 years ago
Jon Turney 8ca2cf03a5 Show info about possible subproject promotion when appropriate 7 years ago
Niklas Claesson 7074bcb88a Exclude subprojects when doing coverage 7 years ago
Jukka Laurila 52c50da6c7 Refactor: Add log.error and log.exception to reduce code duplication. 7 years ago
Jukka Laurila 8789278e5e Fixed bug 3185. 7 years ago
Jukka Laurila 58ce5fe62d Fix xcode backend to run "meson test" instead of the nonexistent meson_test.py. 7 years ago
Bedarkar, Malhar 93bdbc3162 Backed out changes to Wrap.py to add support for Gerrit 7 years ago
Somasekhar Penugonda a470835778 Meson Github pull request - 3186 requested changes 7 years ago
Mathieu Duponchelle 9f7bdedc94 mesonlib: fix meson detection (again) 7 years ago
Aleksey Filippov bf0e01d779 Get generated headers from link_whole_targets as meson does for link_targets 7 years ago
Evgenii Shatokhin 19718a8d9c Allow passing a compiler object to run_command() 7 years ago
Jukka Laurila 048508c989 Make "meson help" and "meson help <subcommand>" do the expected thing. 7 years ago
Aleksey Filippov 077d59daa4 Add link_whole argument to declare_dependency() 7 years ago
Bedarkar, Malhar a2ee76228e First cut of ARMCC support for MESON. 7 years ago
Jukka Laurila 8f340ffb8d Generate meson.build based on existing source files when meson init is run in a non-empty directory. 7 years ago
Jukka Laurila fcb95847ed Fix the C and C++ project template options, they were reversed before. 7 years ago
Jon Turney daaa49c622 Fix "meson 'test cases/frameworks/4 qt master' _build -Dmethod=qmake" on OSX 7 years ago
Jon Turney 590b6dec97 Fix reporting of Qt detection method used on OSX 7 years ago
Jon Turney 02def38741 Fix QtBaseDependency._framework_detect 7 years ago
Jon Turney 0eade4f3c6 Fix dependency('qt4|5', method: 'qmake') for Cygwin 7 years ago
Alicia Boya García 70270d874d meson test: let gdb handle ^C instead of us 7 years ago
Jussi Pakkanen 80b101d5f3 Bumped version number for new development. 7 years ago
Sander Sweers 3a0ab6a2bc mconf: Make it pep8 compliant 7 years ago
Sander Sweers 9bafde953a mconf: make print_aligned static 7 years ago
Sander Sweers 9d31c751b6 mconf: Do not store dict keys for no reason 7 years ago
Sander Sweers 84d382f963 mconf: User newline instead of printing empty string 7 years ago
Sander Sweers f805f8e109 mconf: Replace usage of keys() on dicts with direct call by sorted 7 years ago
Sander Sweers 41b5983823 Re-implement function print_aligned 7 years ago
Sander Sweers ae90b6586f mconf: Do not turn opt.choices into a string 7 years ago