summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Fix detection to work with never Java compilers.java9Jussi Pakkanen2018-03-291-1/+1
* Document the new and improved review guidelines. [skip ci]Jussi Pakkanen2018-03-221-0/+39
* Enable CI builds for release branchesAleksey Filippov2018-03-212-0/+4
* Fix b_ndebug=if-release silently not workingJussi Pakkanen2018-03-2110-6/+102
|\
| * Disable b_ndebug tests on MSVCAleksey Filippov2018-03-213-0/+12
| * Fix b_ndebug=if-release optionAleksey Filippov2018-03-213-6/+26
| * Add unittests for b_ndebug=if-release and buildtype interactionsAleksey Filippov2018-03-213-0/+28
| * Add tests for b_ndebug=if-release and buildtype default optionsAleksey Filippov2018-03-214-0/+36
* | Do not install configure_file output if install_dir is empty. Closes #3270.Jussi Pakkanen2018-03-213-3/+12
|/
* Open mesontest logfiles in utf-8 modenyorain2018-03-201-2/+2
* Grab a file lock on the build dir during modifications.Jussi Pakkanen2018-03-203-1/+53
* Docs: Correct env variable SCAN_BUILD to SCANBUILDMarvin Scholz2018-03-201-2/+2
* options: s/yiel/yield/ typoThibault Saunier2018-03-201-1/+1
* Merge pull request #3223 from sarum9in/renameJussi Pakkanen2018-03-2015-8/+58
|\
| * Add install_data() rename snippetAleksey Filippov2018-03-191-0/+11
| * Add install_data() rename documentationAleksey Filippov2018-03-192-0/+20
| * Add install_data() failing rename testAleksey Filippov2018-03-173-0/+3
| * Add install_data() succeeding rename testsAleksey Filippov2018-03-176-0/+10
| * Add rename parameter to install_data()Aleksey Filippov2018-03-173-8/+14
* | Create a helper for checking if a string has a path componentNirbheek Chauhan2018-03-195-13/+20
* | Merge pull request #3251 from mesonbuild/fixpkgconfigdepsJussi Pakkanen2018-03-199-5/+106
|\ \
| * | Fix existing tests.Jussi Pakkanen2018-03-193-3/+13
| * | Do not leak out private dependencies for shared libraries.Jussi Pakkanen2018-03-172-1/+18
| * | Add test for pkgconfig generation and usage.Jussi Pakkanen2018-03-167-2/+76
* | | Add -Wl,-dead_strip_dylibs supportDavid Seifert2018-03-197-3/+91
* | | fixing some typos on the icestorm pageFelipe CorrĂȘa da Silva Sanches2018-03-191-3/+3
* | | introspect: tests: Inform about tests run parallelizationThibault Saunier2018-03-181-0/+1
* | | Project-templates.md: Fix help command name [skip ci]Martin Hostettler2018-03-181-1/+1
* | | Replaced appveyor account by mesonbuildAleksey Filippov2018-03-181-1/+1
| |/ |/|
* | Fix appveyor failures: do not use PowerShell since it triggers NativeCommandE...Aleksey Filippov2018-03-171-14/+8
* | Use target.get_id() instead of basename and type_suffix concatenation at call...Aleksey Filippov2018-03-159-14/+53
* | Fix FileNotFoundError when restorecon unavailableFabrice Fontaine2018-03-151-0/+4
* | Turn deprecated commands into errors.Jussi Pakkanen2018-03-145-16/+11
* | Merge pull request #3127 from bluetech/method-permitted-kwargsJussi Pakkanen2018-03-135-2/+138
|\ \
| * | Warn if non-permitted keyword arguments are given to compiler methodsRan Benita2018-02-234-1/+137
| * | Remove invalid kwarg from test cases/linuxlike/9 compiler checks with depende...Ran Benita2018-02-231-1/+1
* | | Merge pull request #3145 from thejk/gcovrJussi Pakkanen2018-03-136-16/+61
|\ \ \
| * | | fixup! Fix coverage-xml and coverage-text targets for gcovr >= 3.1Joel Klinghed2018-03-131-1/+2
| * | | fixup! Allow gcovr >= 3.1 to be used to generate html coverage reportJoel Klinghed2018-03-123-5/+5
| * | | fixup! Fix coverage-xml and coverage-text targets for gcovr >= 3.1Joel Klinghed2018-03-123-6/+6
| * | | Allow gcovr >= 3.1 to be used to generate html coverage reportJoel Klinghed2018-02-275-6/+28
| * | | Fix coverage-xml and coverage-text targets for gcovr >= 3.1Joel Klinghed2018-02-273-10/+32
* | | | pkgconfig: allow any non-found dependency requires argumentsAleksey Filippov2018-03-131-0/+2
* | | | pkgconfig: print requires argument type on errorAleksey Filippov2018-03-131-1/+2
| |_|/ |/| |
* | | Fix snippet heading to conform to new formatting rules.Jussi Pakkanen2018-03-131-1/+1
* | | Merge pull request #3205 from sarum9in/use-itertoolsJussi Pakkanen2018-03-126-14/+10
|\ \ \
| * | | Use specific exception types instead of ExceptionAleksey Filippov2018-03-122-3/+3
| * | | Use subprocess.check_output() instead of Popen().communicate()Aleksey Filippov2018-03-111-6/+2
| * | | Do not use bare except [flake8]Aleksey Filippov2018-03-114-6/+6
| * | | Use itertools.chain() instead of list concatenationAleksey Filippov2018-03-112-2/+2