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