aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2018-06-20Added documentation.testcommandJussi Pakkanen2-8/+49
2018-06-20Make it work with current master.Jussi Pakkanen1-8/+9
2018-06-18Add option to only install changed files.Jussi Pakkanen1-8/+22
2018-06-18Refactored installer to use a class to eradicate global variables.Jussi Pakkanen2-270/+265
2018-06-18Made install a top level Meson command.Jussi Pakkanen4-17/+40
2018-06-18generate_gir: Add all the files provided by the CustomTargetCorentin Noël1-3/+4
2018-06-18Make a custom target output dir as an include dir relative to @BUILD_ROOT@Jon Turney1-1/+1
2018-06-18Correctly substitute the internal @BUILD_ROOT@ token with MSVC backendJon Turney1-1/+1
2018-06-18Test windows.compile_resource() when depends: is a custom_targetJon Turney7-0/+104
2018-06-18Make depends: of windows.compile_resources() include-ableJon Turney2-0/+8
2018-06-18Add a depends: keyword to windows.compile_resources()Jon Turney3-5/+9
2018-06-18run_command: Add new kwarg 'capture'Nirbheek Chauhan4-19/+46
2018-06-18Deprecate `build_always`, add `build_always_stale`Alex Hirsch6-11/+34
2018-06-18meson_install: Don't add DESTDIR to install_nameNirbheek Chauhan2-4/+16
2018-06-18Add missing stubs to Compiler.Christoph Behle1-0/+12
2018-06-18Add check for arguments of has_members.Christoph Behle1-0/+2
2018-06-18Use stub to report misuse of get_defineChristoph Behle2-4/+4
2018-06-18Test if compiler supports get_define.Christoph Behle1-1/+4
2018-06-18unittests: Assert that we have pkg-config on all CINirbheek Chauhan1-5/+12
2018-06-18macos: Rewrite install_name for dependent built libraries on installNirbheek Chauhan14-84/+147
2018-06-18depfixer: Rewrite install_name for dylibs on installNirbheek Chauhan2-8/+18
2018-06-18pkgconfig deps: Also resolve paths to shared librariesNirbheek Chauhan2-31/+51
2018-06-18Test that binaries that use external libraries workNirbheek Chauhan9-14/+96
2018-06-18nasm test: use -no-pie (#3710)Mathieu Duponchelle1-1/+6
2018-06-18Add UserFeatureOption typeXavier Claessens10-28/+263
2018-06-17Report exit status or signal that killed the testKurtis Rader6-3/+70
2018-06-17Merge pull request #3715 from jon-turney/duplicate-rsrc-script-nameJussi Pakkanen10-2/+55
2018-06-17Support Rust targets with more than one source file. Closes #3632.Jussi Pakkanen4-3/+20
2018-06-17gtkdoc: Run gtkdoc-scangobj command from build directoryXavier Claessens2-2/+5
2018-06-17Wrap a line in a way that doesn't break link [skip ci]Jon Turney1-2/+2
2018-06-17Fix header level of pcap [skip ci]Jon Turney1-1/+1
2018-06-17Improve documentation of case-(in)senstivity of dependency names [skip ci]Jon Turney1-0/+8
2018-06-12Improved documentation.Christoph Behle2-2/+8
2018-06-12Improve test case.Christoph Behle1-1/+2
2018-06-12Document change in reference manual.Christoph Behle1-0/+2
2018-06-12Always apply concatenate_string_literal.Christoph Behle3-7/+3
2018-06-12Add tests for concatenate_string_literalsChristoph Behle2-4/+29
2018-06-12Make concatenate_string_literals staticChristoph Behle1-1/+2
2018-06-12get_define can concatenate string literals.Christoph Behle3-2/+15
2018-06-12Add test case for string literal concatenation.Christoph Behle2-0/+16
2018-06-12Revert changeChristoph Behle1-2/+2
2018-06-12Concatenate string literals in get_defineChristoph Behle1-3/+4
2018-06-11Also test that the resource has the expected contentsJon Turney2-6/+32
2018-06-10modules/qt: check for un-suffixed moc,rcc,uic on windowsMatthew Waters1-1/+1
2018-06-10Visual Studio: Implement startup projectNiklas Claesson3-6/+53
2018-06-10Add missing FeatureNew for libwmf dependencyNirbheek Chauhan2-0/+7
2018-06-10run_tests: Run all cross tests togetherNirbheek Chauhan2-22/+9
2018-06-10vala: fix extract_all_objects() resultPaolo Bonzini9-2/+91
2018-06-10Document version when custom detectors were added [skip ci]Jon Turney1-4/+23
2018-06-10Document values for dependency(method:) [skip ci]Jon Turney2-13/+37