summaryrefslogtreecommitdiff
path: root/mesonbuild/backend
Commit message (Expand)AuthorAgeFilesLines
* Review fixes.Jussi Pakkanen2017-11-212-3/+3
* Replaced sys.executable use with the mesonlib equivalent.Jussi Pakkanen2017-11-203-7/+8
* namespace run_targets by subprojectMartin Kelly2017-10-311-4/+9
* Use long form of valac options and make --basedir use relative pathAlistair Thomas2017-10-031-4/+4
* Merge github.com:mesonbuild/meson into vala-target-dirsCorentin Noël2017-10-031-0/+24
|\
| * Merge pull request #2397 from mesonbuild/prebuiltJussi Pakkanen2017-10-021-0/+24
| |\
| | * Add rpath entries for all found libraries outside of system libraries.prebuiltJussi Pakkanen2017-10-021-3/+8
| | * Fix MSVC builds.Jussi Pakkanen2017-10-011-1/+3
| | * Add an rpath entry to shared libraries that are linked from the source tree.Jussi Pakkanen2017-09-301-0/+17
* | | Reduce code complexity, fix nested array in files instructionCorentin Noël2017-10-031-4/+3
* | | Allow different directories for Vala filesCorentin Noël2017-10-021-2/+8
|/ /
* | backends: avoid extraneous trailing os.path.sep when joining pathsLiam Staskawicz2017-10-011-2/+5
* | Merge pull request #2313 from dcbaker/fix-2180Jussi Pakkanen2017-10-012-11/+36
|\ \ | |/ |/|
| * vs: Fix link_whole usage with the vs backendNirbheek Chauhan2017-09-302-8/+27
| * vs: Fix detection of options vs libraries in link argsNirbheek Chauhan2017-09-301-0/+2
| * vs: Add a helper for adding a project referenceNirbheek Chauhan2017-09-301-3/+7
* | Implement capture for generatorsNiklas Claesson2017-09-292-1/+24
* | Allow CustomTarget's to be indexedDylan Baker2017-09-273-7/+10
* | Merge pull request #2357 from LukeShu/flake8Jussi Pakkanen2017-09-222-21/+19
|\ \ | |/ |/|
| * flake8: Clean up complained-about unused importsLuke Shumaker2017-09-212-2/+1
| * flake8: Perform suggested whitespace/formatting changesLuke Shumaker2017-09-212-19/+18
* | Merge pull request #2340 from NickeZ/generator-fixJussi Pakkanen2017-09-212-2/+2
|\ \ | |/ |/|
| * Add @PLAINNAME@ and @BASENAME@ to arguments argument for GeneratorNiklas Claesson2017-09-202-2/+2
* | ninja: Generator is more informative on what it is doing.Florian Zwoch2017-09-201-1/+1
* | ninja: Fix the dependency on the VAPI when 'vala_vapi' is usedGuillaume Poirier-Morency2017-09-181-1/+1
|/
* Revert "Revert "Merge pull request #1931 from centricular/use-patched-ninja""Nirbheek Chauhan2017-09-181-6/+5
* Merge pull request #1943 from QuLogic/duplicate-namesJussi Pakkanen2017-09-123-78/+48
|\
| * Remove VS implementation of object name resolver.Elliott Sales de Andrade2017-08-141-33/+1
| * Fix object extraction in unity builds.Elliott Sales de Andrade2017-08-141-12/+9
| * Use full relative paths to generate object names.Elliott Sales de Andrade2017-08-141-5/+27
| * Use object_filename_from_source when creating objects.Elliott Sales de Andrade2017-08-142-15/+2
| * Only calculate absolute source path when necessary.Elliott Sales de Andrade2017-08-141-9/+6
| * Simplify path-determination in compile-generation.Elliott Sales de Andrade2017-08-141-14/+13
* | Renamed test serialisation from is_cross to is_cross_built for clarity.Jussi Pakkanen2017-09-121-5/+5
* | An external program is never a "cross test".Jussi Pakkanen2017-09-121-0/+4
* | backends: Add custom target inc dirs before target inc dirsNirbheek Chauhan2017-09-112-9/+15
* | csharp: Take into account project and global argsThibault Saunier2017-08-241-0/+2
* | c#: Handle external dependencies from .pc filesThibault Saunier2017-08-241-1/+4
* | ninjabackend: Add support for generated csharp sources.Thibault Saunier2017-08-231-0/+9
* | Fix coverage target breakage and add a test for it.Jussi Pakkanen2017-08-201-1/+1
* | Make all functionality invokable via the main Meson binary,Jussi Pakkanen2017-08-183-60/+43
* | Ignore encoding when scanning Fortran sources.Jussi Pakkanen2017-08-171-1/+3
|/
* ninja: Fix detection of vs compiler usageNirbheek Chauhan2017-08-151-4/+6
* ninja: Fix cleaning in various edge casesNirbheek Chauhan2017-08-151-25/+68
* Use "meson test" in test invocations so it will not print the deprecation war...Jussi Pakkanen2017-08-142-4/+4
* Allow excluding files from `install_subdir`Elliott Sales de Andrade2017-08-061-1/+1
* Add option to disable implicit include directories. Closes #2139.Jussi Pakkanen2017-08-052-5/+11
* Add option to limit maximum number of concurrent link processes.Jussi Pakkanen2017-08-051-1/+13
* Fix #1993nyorain2017-08-041-2/+2
* Vala: enable colored warning and error output (#2142)Ben2017-08-011-0/+1