summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Update documentation about compiler envvars and cross files. [skip ci]crosswarningsJussi Pakkanen2018-06-241-11/+46
* Warn if compiler envvars point to cross compilers. Closes #3782.Jussi Pakkanen2018-06-241-0/+7
* Return a better warning if compiled executable is invalid.Jussi Pakkanen2018-06-241-1/+4
* gtkdochelper: pass CC to gtkdoc-scangobjRoss Burton2018-06-201-0/+1
* Document environment() append/prepend/set with multiple values [skip ci]Nirbheek Chauhan2018-06-201-12/+15
* gdbus_codegen: Only add autocleanup args if glib is new enoughNirbheek Chauhan2018-06-201-10/+22
* Validate cpu_family (#3753)Ross Burton2018-06-203-0/+46
* pkgconfig dep: Special-case D link argumentsNirbheek Chauhan2018-06-201-2/+6
* Rename clike_langs to clink_langs for clarityNirbheek Chauhan2018-06-207-33/+33
* dependencies: Don't assume self.compiler is a C compilerNirbheek Chauhan2018-06-209-34/+42
* ninjabackend: Obvious typo, missing spaceNirbheek Chauhan2018-06-201-1/+1
* Downgrade unknown option from exception to warningXavier Claessens2018-06-192-6/+4
* gtkdoc: Fix dependencies not being built before invoking gtkdocXavier Claessens2018-06-191-7/+7
* Properly name the targetsCorentin Noël2018-06-191-6/+8
* Add more tests to ensure no future regressionCorentin Noël2018-06-191-0/+4
* gdbus_codegen: Keep the same behavior for all GLib versionsCorentin Noël2018-06-191-51/+62
* generate_gir: Add all the files provided by the CustomTargetCorentin Noël2018-06-181-3/+4
* Make a custom target output dir as an include dir relative to @BUILD_ROOT@Jon Turney2018-06-181-1/+1
* Correctly substitute the internal @BUILD_ROOT@ token with MSVC backendJon Turney2018-06-181-1/+1
* Test windows.compile_resource() when depends: is a custom_targetJon Turney2018-06-187-0/+104
* Make depends: of windows.compile_resources() include-ableJon Turney2018-06-182-0/+8
* Add a depends: keyword to windows.compile_resources()Jon Turney2018-06-183-5/+9
* run_command: Add new kwarg 'capture'Nirbheek Chauhan2018-06-184-19/+46
* Deprecate `build_always`, add `build_always_stale`Alex Hirsch2018-06-186-11/+34
* meson_install: Don't add DESTDIR to install_nameNirbheek Chauhan2018-06-182-4/+16
* Add missing stubs to Compiler.Christoph Behle2018-06-181-0/+12
* Add check for arguments of has_members.Christoph Behle2018-06-181-0/+2
* Use stub to report misuse of get_defineChristoph Behle2018-06-182-4/+4
* Test if compiler supports get_define.Christoph Behle2018-06-181-1/+4
* unittests: Assert that we have pkg-config on all CINirbheek Chauhan2018-06-181-5/+12
* macos: Rewrite install_name for dependent built libraries on installNirbheek Chauhan2018-06-1814-84/+147
* depfixer: Rewrite install_name for dylibs on installNirbheek Chauhan2018-06-182-8/+18
* pkgconfig deps: Also resolve paths to shared librariesNirbheek Chauhan2018-06-182-31/+51
* Test that binaries that use external libraries workNirbheek Chauhan2018-06-189-14/+96
* nasm test: use -no-pie (#3710)Mathieu Duponchelle2018-06-181-1/+6
* Add UserFeatureOption typeXavier Claessens2018-06-1810-28/+263
* Report exit status or signal that killed the testKurtis Rader2018-06-176-3/+70
* Merge pull request #3715 from jon-turney/duplicate-rsrc-script-nameJussi Pakkanen2018-06-1710-2/+55
|\
| * Also test that the resource has the expected contentsJon Turney2018-06-112-6/+32
| * Test for Windows resource compilation reusing the same script nameJon Turney2018-06-078-0/+25
| * Use a unique name for windows resource compilation custom targetJon Turney2018-06-071-2/+4
* | Support Rust targets with more than one source file. Closes #3632.Jussi Pakkanen2018-06-174-3/+20
* | gtkdoc: Run gtkdoc-scangobj command from build directoryXavier Claessens2018-06-172-2/+5
* | Wrap a line in a way that doesn't break link [skip ci]Jon Turney2018-06-171-2/+2
* | Fix header level of pcap [skip ci]Jon Turney2018-06-171-1/+1
* | Improve documentation of case-(in)senstivity of dependency names [skip ci]Jon Turney2018-06-171-0/+8
* | Improved documentation.Christoph Behle2018-06-122-2/+8
* | Improve test case.Christoph Behle2018-06-121-1/+2
* | Document change in reference manual.Christoph Behle2018-06-121-0/+2
* | Always apply concatenate_string_literal.Christoph Behle2018-06-123-7/+3