aboutsummaryrefslogtreecommitdiff
path: root/backends.py
AgeCommit message (Expand)AuthorFilesLines
2016-01-15Organise files into a module structure.Jussi Pakkanen1-408/+0
2016-01-02Can tag include directories as system dirs to reduce compiler warning noise. ...Jussi Pakkanen1-2/+2
2015-12-28Handle custom targets that produce static libraries that are then linked to o...Jussi Pakkanen1-0/+3
2015-12-23Moved pkg-config to a module so we no longer need special case code in core f...Jussi Pakkanen1-26/+0
2015-12-12Create all dirs at the beginning rather than on-demand as a side effect.Jussi Pakkanen1-2/+3
2015-12-12Fix incorrect private_dir_abs method.Jussi Pakkanen1-10/+4
2015-12-12Merge pull request #330 from mesonbuild/swiftJussi Pakkanen1-10/+17
2015-12-11Can build Swift libraries and link them.Jussi Pakkanen1-0/+7
2015-12-10Reworked swift code so now can use multiple source files in one target.Jussi Pakkanen1-10/+10
2015-12-09Added possibility to have multiple test suites so you can run only a subset o...Jussi Pakkanen1-2/+3
2015-12-08Can specify a working directory for tests. Closes #326.Jussi Pakkanen1-2/+3
2015-11-25Can define benchmarks and run them.Jussi Pakkanen1-1/+11
2015-11-19Can use built exes in custom targets.Jussi Pakkanen1-0/+17
2015-11-08Regression fix.Jussi Pakkanen1-1/+1
2015-11-06Merged default library branch.Jussi Pakkanen1-9/+10
2015-11-06Fixed run targets on VS2010.Jussi Pakkanen1-1/+1
2015-11-06Use absolute paths on msvc projecte because their cwd varies. The correct sol...Jussi Pakkanen1-6/+13
2015-11-05Simple custom targets work in VS2010.Jussi Pakkanen1-1/+41
2015-11-04Regenerator script works, but is not run automatically yet.Jussi Pakkanen1-0/+17
2015-11-03Refactored builtin options to a dictionary and created a new default library ...Jussi Pakkanen1-9/+10
2015-10-04Can set compiler options, added language versions for Gnu and Clang.Jussi Pakkanen1-0/+1
2015-09-20Windows fix.Jussi Pakkanen1-2/+1
2015-09-17Merged trunk changes.Jussi Pakkanen1-1/+1
2015-09-17Added conf option for build tree layout.Jussi Pakkanen1-2/+4
2015-09-17Added outdir() method to build targets so we can make output dirs togglable.Jussi Pakkanen1-2/+1
2015-09-03Fix all tests except gir, which requires some new functionality.Jussi Pakkanen1-1/+1
2015-09-03Converted a bunch of locations to support different target output path.Jussi Pakkanen1-3/+11
2015-09-02Started target out dir refactoring with some clarifying renamings.Jussi Pakkanen1-4/+7
2015-08-27Added multiple selectable warning levels.Jussi Pakkanen1-1/+1
2015-08-23Made Fortran static libraries work. Closes #237.Jussi Pakkanen1-0/+6
2015-08-21Add version numbers to projects and generate a dep manifest.Jussi Pakkanen1-0/+12
2015-08-21Can add file objects to command line arguments. Closes #235.Jussi Pakkanen1-1/+6
2015-08-06Put build type warning flags at the beginning so they are overridable.Jussi Pakkanen1-2/+2
2015-07-29Merge pull request #214 from mesonbuild/crossJussi Pakkanen1-2/+2
2015-07-28Simulate rpath on windows by adding dll subdirectories to global path in tests.Jussi Pakkanen1-2/+18
2015-07-27Support target-only cross compilation properly.Jussi Pakkanen1-1/+1
2015-07-27Changed cross compilation file to new format.Jussi Pakkanen1-1/+1
2015-07-23Added timeout kwarg to tests.Jussi Pakkanen1-2/+4
2015-07-05Give top level targets unique private directories even if they share a basena...Jussi Pakkanen1-1/+1
2015-06-17Removed prints that stayed behind by accident.Jussi Pakkanen1-3/+0
2015-06-17Fixed broken subdir object extraction and moved tests.Jussi Pakkanen1-1/+4
2015-06-11Fix extract_object in a subproject.Jussi Pakkanen1-1/+7
2015-05-29backends: Add extra args after compiler.std_warn_args.Mathieu Duponchelle1-1/+1
2015-05-21Make extract_objects work with subdirectories.Jussi Pakkanen1-3/+4
2015-05-17A fix.Jussi Pakkanen1-0/+2
2015-04-26A few more eradications of plain strings.Jussi Pakkanen1-2/+1
2015-04-22Use File objects for all sources. Fix all basic tests.Jussi Pakkanen1-0/+2
2015-03-27Generate configure files immediately when they are declared. Closes #88.Jussi Pakkanen1-83/+3
2015-03-27Allow use of external test executables. Closes #89.Jussi Pakkanen1-1/+6
2015-03-23Add should_fail kwarg to test to indicate tests that should fail.Jussi Pakkanen1-2/+3