index
:
meson
clippy-json
master
Unnamed repository; edit this file 'description' to name the repository.
root
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
2018-03-21
Add unittests for b_ndebug=if-release and buildtype interactions
Aleksey Filippov
2018-03-21
Add tests for b_ndebug=if-release and buildtype default options
Aleksey Filippov
2018-03-20
Open mesontest logfiles in utf-8 mode
nyorain
2018-03-20
Grab a file lock on the build dir during modifications.
Jussi Pakkanen
2018-03-20
Docs: Correct env variable SCAN_BUILD to SCANBUILD
Marvin Scholz
2018-03-20
options: s/yiel/yield/ typo
Thibault Saunier
2018-03-20
Merge pull request #3223 from sarum9in/rename
Jussi Pakkanen
2018-03-19
Add install_data() rename snippet
Aleksey Filippov
2018-03-19
Add install_data() rename documentation
Aleksey Filippov
2018-03-19
Create a helper for checking if a string has a path component
Nirbheek Chauhan
2018-03-19
Merge pull request #3251 from mesonbuild/fixpkgconfigdeps
Jussi Pakkanen
2018-03-19
Add -Wl,-dead_strip_dylibs support
David Seifert
2018-03-19
Fix existing tests.
Jussi Pakkanen
2018-03-19
fixing some typos on the icestorm page
Felipe CorrĂȘa da Silva Sanches
2018-03-18
introspect: tests: Inform about tests run parallelization
Thibault Saunier
2018-03-18
Project-templates.md: Fix help command name [skip ci]
Martin Hostettler
2018-03-18
Replaced appveyor account by mesonbuild
Aleksey Filippov
2018-03-17
Add install_data() failing rename test
Aleksey Filippov
2018-03-17
Add install_data() succeeding rename tests
Aleksey Filippov
2018-03-17
Add rename parameter to install_data()
Aleksey Filippov
2018-03-17
Fix appveyor failures: do not use PowerShell since it triggers NativeCommandE...
Aleksey Filippov
2018-03-17
Do not leak out private dependencies for shared libraries.
Jussi Pakkanen
2018-03-16
Add test for pkgconfig generation and usage.
Jussi Pakkanen
2018-03-15
Use target.get_id() instead of basename and type_suffix concatenation at call...
Aleksey Filippov
2018-03-15
Fix FileNotFoundError when restorecon unavailable
Fabrice Fontaine
2018-03-14
Turn deprecated commands into errors.
Jussi Pakkanen
2018-03-13
Merge pull request #3127 from bluetech/method-permitted-kwargs
Jussi Pakkanen
2018-03-13
Merge pull request #3145 from thejk/gcovr
Jussi Pakkanen
2018-03-13
pkgconfig: allow any non-found dependency requires arguments
Aleksey Filippov
2018-03-13
pkgconfig: print requires argument type on error
Aleksey Filippov
2018-03-13
fixup! Fix coverage-xml and coverage-text targets for gcovr >= 3.1
Joel Klinghed
2018-03-13
Fix snippet heading to conform to new formatting rules.
Jussi Pakkanen
2018-03-12
fixup! Allow gcovr >= 3.1 to be used to generate html coverage report
Joel Klinghed
2018-03-12
fixup! Fix coverage-xml and coverage-text targets for gcovr >= 3.1
Joel Klinghed
2018-03-12
Merge pull request #3205 from sarum9in/use-itertools
Jussi Pakkanen
2018-03-12
Fix shared library building on xcode.
Jukka Laurila
2018-03-12
Use os.path.dirname() instead of os.path.split(...)[0]
Aleksey Filippov
2018-03-12
Merge pull request #3131 from sarum9in/pkgconfig
Jussi Pakkanen
2018-03-12
PkgConfigDependency: Search for pkg-config with ExternalProgram
Nirbheek Chauhan
2018-03-12
Fix typo preventing soname unit tests from running
Jon Turney
2018-03-12
Link "External commands" page from run_command() reference [skip ci]
Aleksey Filippov
2018-03-12
Use specific exception types instead of Exception
Aleksey Filippov
2018-03-11
Use subprocess.check_output() instead of Popen().communicate()
Aleksey Filippov
2018-03-11
Do not use bare except [flake8]
Aleksey Filippov
2018-03-11
Use itertools.chain() instead of list concatenation
Aleksey Filippov
2018-03-11
docs: update for mesonintrospect.py -> meson introspect
Jon Turney
2018-03-11
docs: Add custom dependencies missing documentation
Jon Turney
2018-03-11
docs: polish documentation for custom dependency detectors
Jon Turney
2018-03-11
docs: update system cross file documentation
Jon Turney
2018-03-11
docs: remove reference to mesongui
Jon Turney
[next]