summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Always build parser objects anew to avoid leaking old data.parserbuilderJussi Pakkanen2018-03-255-83/+93
* Support data types larger than 128 bytesThierry Reding2018-03-251-1/+1
* Squash target_type warning for jar targetsSam H2018-03-241-0/+4
* Enable b_ndebug on VisualStudioCCompilerAleksey Filippov2018-03-235-14/+2
* docs: In executable() remove statement that all other files are ignored [skip...Alistair Thomas2018-03-231-3/+2
* docs: Update test() to include that a program found with find_program() can b...Alistair Thomas2018-03-231-3/+11
* Added get_asneeded_args method to Intel compiler.Alexis Jeandet2018-03-231-0/+8
* docs: fix one 'target' that should be 'host' [skip ci]John Ericson2018-03-231-1/+1
* docs/FAQ: fix typo [skip ci]Eric Engestrom2018-03-231-1/+1
* Rename '183 as-needed' common test into '184 as-needed'Aleksey Filippov2018-03-237-7/+7
* 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