aboutsummaryrefslogtreecommitdiff
path: root/backends.py
AgeCommit message (Expand)AuthorFilesLines
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
2014-11-16Harmonised copyright declarations.Jussi Pakkanen1-1/+1
2014-10-18Workaround for Clang linker bug where it can not find shared libraries in rpa...Jussi Pakkanen1-0/+5
2014-09-05Made include args always return arrays for consistency.Jussi Pakkanen1-2/+2
2014-08-24Can specify Valgrind command line arguments.Jussi Pakkanen1-2/+4
2014-08-11Updated copyright years.Jussi Pakkanen1-1/+1
2014-08-03Scan Fortran dependencies at the beginning for all sources.Jussi Pakkanen1-114/+0
2014-08-01Basic Fortran support.Jussi Pakkanen1-1/+0
2014-07-27Make it possible to generate source files in custom targets.Jussi Pakkanen1-3/+29
2014-07-19More betterer sorting.Jussi Pakkanen1-1/+2
2014-07-18Can compile C# programs with Mono.Jussi Pakkanen1-0/+9
2014-07-18Added option for werror.Jussi Pakkanen1-0/+2
2014-07-08Can now build object files in generators, too.Jussi Pakkanen1-1/+3
2014-06-22The mass flags -> args renaming for consistency.Jussi Pakkanen1-10/+10
2014-06-18Can compile very basic Rust programs.Jussi Pakkanen1-0/+9
2014-06-11Can specify standalone command targets.Jussi Pakkanen1-0/+2
2014-06-07Store build flags into coredata as it is persistent and needs to survive over...Jussi Pakkanen1-1/+1
2014-06-07Get compile and link flags from envvars.Jussi Pakkanen1-1/+2
2014-05-19Can define custom targets.Jussi Pakkanen1-0/+2
2014-05-10Now can compile Vala executables.Jussi Pakkanen1-2/+17
2014-04-16Fixed unity builds for Qt5.Jussi Pakkanen1-1/+2