Elliott Sales de Andrade
dcaf2d7b3d
Accept string exe with Backend.serialise_executable.
...
Normally, this accepts a build.Executable, but it accept
build.BuildTarget and build.CustomTarget as well. Now it will also
accept a string path.
9 years ago
Igor Gnatenko
3ed1ff1c71
macros.meson: override all supported options ( #717 )
...
Signed-off-by: Igor Gnatenko <i.gnatenko.brain@gmail.com>
9 years ago
Jussi Pakkanen
808451b5c7
Do not error out if git pull fails on subprojects. Closes #720 .
9 years ago
Jussi Pakkanen
d3ce0a4395
Merge pull request #700 from mesonbuild/sysconfdir
...
Added sysconfdir option. Closes #694 .
9 years ago
Igor Gnatenko
bf2ec8fd8f
Merge pull request #709 from vinszent/master
...
'name' needs to be 'self.name' in DependencyException
9 years ago
ippytraxx
9aef099bc7
'name' needs to be 'self.name' in DependencyException
9 years ago
Matthias Klumpp
d98959f2cb
Make D compilers return colored output by default
9 years ago
Matthias Klumpp
76fe77f9a8
Don't automatically override the -L flag of D compilers
...
Works around / resolves #702 .
9 years ago
Jussi Pakkanen
a52154eba5
Change default and add explanatory comment for why we do that.
9 years ago
Jussi Pakkanen
c4ade56150
Added sysconfdir option. Closes #694 .
9 years ago
Jussi Pakkanen
fae8ad90a4
Consistent kwarg popping.
9 years ago
Jussi Pakkanen
4b3414cba0
Add extra_args kwarg to glib-compile-resources. Closes #698 .
9 years ago
Nirbheek Chauhan
24aa7f300a
tests: Don't fail wxwidgets test if wxwidgets is not installed ( #639 )
...
The widgets pull in lots of deprecated libraries, so don't require it
9 years ago
Jussi Pakkanen
6ae40344e0
Merge pull request #680 from centricular/osx-dylib-soversion
...
Add a test to find libfoo.X.dylib via -lfoo
9 years ago
Jussi Pakkanen
e3783f0f59
Check input file for existance. Closes #697 .
9 years ago
Jussi Pakkanen
399d653803
Merge pull request #685 from ximion/master
...
Implement D support
9 years ago
Matthias Klumpp
309f7a1b4a
interpreter: Rename get_unittest_flag() to unittest_args()
9 years ago
Matthias Klumpp
12a01c26f3
trivial: Use stringlistify
9 years ago
Matthias Klumpp
b80bdf65df
Simplify D compiler argument translation
9 years ago
Matthias Klumpp
d767d8ca39
Split D library test into static/shared tests
...
This allows us to disable the shared library test if the GNU D compiler
is detected.
This is useful, because gdc can not yet build proper shared libraries.
We also add a new test here which tests versioning of D shared
libraries.
9 years ago
Jussi Pakkanen
5a926172e6
No fpic on Windows C++. Closes #690 .
9 years ago
Matthias Klumpp
57c54a678c
Allow build definitions to retrieve the unittest flag of a D compiler
...
D allows programmers to define their tests alongside the actual code in
a unittest scope[1].
When compiled with a special flag, the compiler will build a binary
containing the tests instead of the actual application.
This is a strightforward and easy way to run tests and works well with
Mesons test() command.
Since using just one flag name to enable unittest mode would be too
boring, compiler developers invented multiple ones.
Adding this helper method makes it easy for people writing Meson build
descriptions for D projects to enable unittestmode.
[1]: https://dlang.org/spec/unittest.html
9 years ago
Matthias Klumpp
3eb90414f6
Add testcase for mixed C and D compilation
9 years ago
Matthias Klumpp
56823272ab
Implement D support
...
This patch adds support for the D programming language[1] to Meson.
The following compilers are supported:
* LDC
* GDC
* DMD
[1]: http://dlang.org/
9 years ago
Aleksander Piotrowski
d6fd462387
Fix URL to Ninja project
9 years ago
Nirbheek Chauhan
88037c4385
shared_library: Add vs_module_defs to link_depends
...
With this, if the module definitions file is edited, the shared library
and all reverse-dependencies will be re-linked.
Fixes #643
9 years ago
Nirbheek Chauhan
5f3097a492
Don't add the soversion to the dylib filename on OS X
...
Doing so messes up library search with -lfoo.
See: https://github.com/mesonbuild/meson/pull/680
9 years ago
Nirbheek Chauhan
2549ed8290
Add a test to find libfoo.X.dylib via -lfoo
...
Alex Băluț reported that on OS X libfoo.0.dylib cannot be found as -lfoo by the
linker, and you must use -lfoo.0 instead. Add a test for this so the CI can
catch such problems. The next commit will contain the fix.
9 years ago
Igor Gnatenko
58359c8fac
add .mailmap ( #679 )
...
to have better short-overview from git-shortlog(1).
Signed-off-by: Igor Gnatenko <i.gnatenko.brain@gmail.com>
9 years ago
Nirbheek Chauhan
e0dcb3160a
BuildTarget: Print a better message when passing GeneratedList to 'objects' ( #681 )
9 years ago
Jussi Pakkanen
5b1559a4e8
Merge pull request #673 from centricular/inherited-env-flags
...
Two changes to how we inherit cflags/linkflags from the environment
9 years ago
Jussi Pakkanen
c6ca8a59be
Add missing name.
9 years ago
Igor Gnatenko
bde123d70c
Merge pull request #629 from wtay/master
...
gnome.py: typelib files should be installed in libdir
9 years ago
Jussi Pakkanen
af0e3e2675
Use our config template rather than Autoconf's.
9 years ago
Jussi Pakkanen
7f4ecfc742
A few more checks for ac converter tool.
9 years ago
Nirbheek Chauhan
a5e01fa155
Only append compile flags to the link flags when appropriate
...
We should only append the compiler flags to the link flags when the
compiler is used as a wrapper around the linker during the link process
9 years ago
Nirbheek Chauhan
5b7e4ac1f6
compilers: Always return a copy of the exelist
...
The consumer might append to it, which will mess up the original object
9 years ago
Nirbheek Chauhan
01b43e5f0a
Print the CFLAGS/LDFLAGS/etc inherited from the environment
...
People can forget it and then wonder what's wrong. Just explicitly print
it.
9 years ago
Jussi Pakkanen
2ea1fb849c
Doc clarification.
9 years ago
Jussi Pakkanen
40aff7caa0
File name update in manifest.
9 years ago
Jussi Pakkanen
3671c40a4b
Handle both DT_RPATH as well as DT_RUNPATH when fixing rpath settings.
9 years ago
Igor Gnatenko
23c3d4eb5d
Merge pull request #664 from mesonbuild/asneeded
...
Add option for as-needed link option.
9 years ago
Jussi Pakkanen
58ca96994f
Add option for as-needed link option.
9 years ago
Nirbheek Chauhan
909a62ca1a
test common/86: Move static library back ( #662 )
...
This reverts 15ab984d8e
Also see #459
9 years ago
Jussi Pakkanen
657f357fc6
Merge pull request #605 from mesonbuild/ternary
...
Added ternary operator support
9 years ago
Jussi Pakkanen
b382abdd2c
Forbid nested ternary operations.
9 years ago
Jussi Pakkanen
d90fcb4048
Created ternary operator. Closes #538 .
9 years ago
Nirbheek Chauhan
58ad092ff3
interpreter: Print what subproject dir could not be found
...
Fixes #655
9 years ago
Jussi Pakkanen
4f6be39d26
Update version for new development.
9 years ago
Jussi Pakkanen
37ddadcd87
Raise version number for release.
9 years ago