Thomas DeRensis
86a7d67179
docs: Add missing closing quote [skip ci]
2019-03-11 15:18:31 +00:00
Will Thompson
ca355a79fb
docs: fix typo in link anchor [skip ci]
2019-03-10 20:01:43 +00:00
Jussi Pakkanen
9f48f5fe94
Update everything for new release.
2019-03-10 19:25:09 +02:00
Amit D
2bec1633fc
Update Users.md [skip ci]
2019-03-10 18:46:31 +02:00
Jussi Pakkanen
5a4defadab
Generate release notes from snippets automatically. [skip ci]
2019-03-10 18:40:27 +02:00
Eli Schwartz
311cbf347b
pkgconfig.generate: add FeatureNew and documentation for implict version
...
The documentation for this change was left out of its implementation in
commit b4aee4675a
and was later documented
in commit f831c05b55
as if it had always
existed.
2019-03-09 19:39:51 +02:00
Dylan Baker
e42e19702c
docs: Add snippet for python module path method [skip ci]
...
Which somehow wasn't included in the original pull request.
2019-03-09 19:01:57 +02:00
Dylan Baker
bd6bae0c71
docs: document that the .path() method for Python is new in 0.50 [skip ci]
...
Since this method was not included in 0.46-00.49 we should document that.
2019-03-09 19:01:57 +02:00
Amit D
068217a385
Update Users.md [skip ci]
2019-03-06 22:42:14 +02:00
Jussi Pakkanen
94bb29738e
Merge pull request #4992 from mensinda/rwCLI
...
rewriter: Add a CLI and docs
2019-03-04 17:49:32 +02:00
Daniel Mensinger
17ce9bc0e5
docs: Define sorting in Style-guide.md [skip ci]
2019-03-04 17:49:02 +02:00
Daniel Mensinger
594bf678c7
rewriter: Require '/' for the project ID
2019-03-04 13:00:30 +01:00
Daniel Mensinger
976c136ab6
rewriter: Mark the CLI as experimental
2019-03-04 13:00:30 +01:00
Daniel Mensinger
0a3b91c1c9
rewriter: Mark the info output as experimental
2019-03-04 13:00:30 +01:00
Daniel Mensinger
dd5791309e
rewriter: Document info operation
2019-03-04 13:00:30 +01:00
Daniel Mensinger
e724fd5438
rewriter: Handle duplicate target
2019-03-04 13:00:29 +01:00
Daniel Mensinger
ff5e7eb104
rewriter: Updated docs
2019-03-04 13:00:07 +01:00
Daniel Mensinger
90b557e38a
rewriter: Remove command alias
2019-03-04 13:00:07 +01:00
Daniel Mensinger
1290330894
rewriter: Renamed tgt_{add,rm} --> target_{add,rm}
2019-03-04 13:00:06 +01:00
Daniel Mensinger
c98987c19e
rewriter: Fixed docs.
2019-03-04 13:00:06 +01:00
Daniel Mensinger
eabc35340d
rewriter: Enforce an empty project ID string
2019-03-04 13:00:06 +01:00
Daniel Mensinger
d4fe805a51
rewriter: Added docs
2019-03-04 13:00:06 +01:00
Jussi Pakkanen
81f0eef2df
Add table for dependency method types. [skip ci]
2019-03-04 11:25:50 +02:00
Daniel Mensinger
7074f12644
mintro: Renamed --dependencies --> --scan-dependencies
2019-03-03 23:19:04 +01:00
Daniel Mensinger
f29f854861
Added docs
2019-03-03 23:19:03 +01:00
Paolo Bonzini
91f847d308
mtest: implement TAP parsing
...
This provides an initial support for parsing TAP output. It detects failures
and skipped tests without relying on exit code, as well as early termination
of the test due to an error or a crash.
For now, subtests are not recorded in the TestRun object. However, because the
TAP output goes on stdout, it is printed by --print-errorlogs when a test does
not behave as expected. Handling subtests as TestRuns, and serializing them
to JSON, can be added later.
The parser was written specifically for Meson, and comes with its own
test suite.
Fixes #2923 .
2019-03-02 09:07:54 +01:00
Paolo Bonzini
f2e513791e
mtest: add support for hard errors
...
Hard errors also come from the GNU Automake test protocol. They happen when
e.g., the set-up of a test case scenario fails, or when some
other unexpected or highly undesirable condition is encountered.
TAP will use them for parse errors too. Add them to the exitcode protocol
first.
2019-03-02 09:07:54 +01:00
Paolo Bonzini
4b5cf3f7c5
interpreter: add "protocol" kwarg to test
...
This is the first step towards adding support for TAP.
2019-03-02 09:07:54 +01:00
Daniel Schulte
f0b0bcf86d
mintro: Add subproject_dir to --projectinfo
2019-03-01 23:40:33 +02:00
Daniel Schulte
924cf5e622
mintro: Add name of subproject the target is contained in to --target output
2019-03-01 22:29:52 +02:00
Nicolas Schneider
ded0defc3f
auto generate msvc pch source file if none is provided by the user
2019-03-01 21:50:31 +02:00
Jussi Pakkanen
a322dc534b
Revert "Improve declare_dependency() example in Generating-sources.md [skip ci]"
...
This reverts commit 67a01c8d7f
.
2019-02-28 22:41:06 +02:00
Michael Hirsch, Ph.D
71cffa67fa
add NetCDF
2019-02-28 22:13:38 +02:00
Martin Ejdestig
67a01c8d7f
Improve declare_dependency() example in Generating-sources.md [skip ci]
...
By using private_dir_include() instead of enumerating headers in sources
of declare_dependency. Much more convenient, especially when there are
many headers.
Found out about this by reading #4638 . It is not documented anywhere as
far as I can tell.
2019-02-26 19:19:43 +02:00
emersion
06e939bcbb
docs: compiled() only works with compiler.run() results [skip ci]
2019-02-25 00:21:26 +02:00
Olexa Bilaniuk
104397a429
[skip ci] Update the CUDA module documentation.
2019-02-24 11:01:05 -05:00
Maarten ter Huurne
b4ef257593
Clarify in docs the argument types extract_objects() accepts [skip ci]
2019-02-19 22:42:12 -05:00
Maarten ter Huurne
37a962e90c
Allow File arguments in extract_objects() arguments
...
Passed strings are converted to Files, but passing a File directly
wasn't supported yet.
2019-02-19 10:02:30 -05:00
jml1795
a9e63568fe
Add warning level zero
2019-02-19 00:06:27 +02:00
jml1795
80f16cac8f
Fix console log from generator with multiple output nodes
2019-02-18 22:02:15 +02:00
Jonathan Poelen
f424bdaf33
use compile_args instead of compiler_args [skip ci]
2019-02-18 21:59:10 +02:00
Florian Märkl
43d975ed10
Correct pkg-config method in Qt dependency docs [skip ci]
2019-02-18 21:57:34 +02:00
Michael Hirsch, Ph.D
ebfb09f5d6
Fortran 2008/2018 Coarray support
2019-02-13 21:09:18 +02:00
Jussi Pakkanen
011c77ee22
New logo and license text. Closes #4921 . [skip ci]
2019-02-13 20:45:42 +02:00
Jussi Pakkanen
82e4cb7731
Merge pull request #4743 from dcbaker/native-file-extended
...
Extend native files to store install path information
2019-02-12 20:04:23 +02:00
Jussi Pakkanen
a32f31fdfa
Merge pull request #4826 from mensinda/confDefOpts
...
mconf: Use introspection to print the project default options (fixes #2543 )
2019-02-12 20:00:34 +02:00
Dylan Baker
b5d847e38c
allow paths to be set in the cross file
...
Just like the previous patch, but for cross files
Fixes #1433
2019-02-11 12:50:32 -08:00
Dylan Baker
5b896ed70b
allow setting directory locations in a native file
...
This allows the person running configure (either a developer, user, or
distro maintainer) to keep a configuration of where various kinds of
files should end up.
2019-02-11 12:50:32 -08:00
ericLemanissier
bb3997a39c
fix documentation typo for default_library option [skip ci]
2019-02-08 10:12:26 -08:00
Jussi Pakkanen
849667c981
Fix Cuda doc page heading. [skip ci]
2019-02-07 11:09:44 +02:00