aboutsummaryrefslogtreecommitdiff
path: root/docs
AgeCommit message (Collapse)AuthorFilesLines
2019-03-14Add libcamera to Users.md [skip ci]Kieran Bingham1-0/+1
Add the libcamera project as a user of Meson.
2019-03-14docsMichael Hirsch, Ph.D1-0/+12
2019-03-13docs/Users: add Knot Resolver to projectsTomas Krizek1-0/+1
2019-03-13docs/Users: fix sort order (Kiwix libraries)Tomas Krizek1-1/+1
2019-03-11Add static as keyword to find_libraryNiklas Claesson2-1/+9
2019-03-11docs: Typos and formatting in the 0.50 release notes [skip ci]Nirbheek Chauhan1-13/+14
2019-03-11docs: Add missing closing quote [skip ci]Thomas DeRensis1-1/+1
2019-03-10docs: fix typo in link anchor [skip ci]Will Thompson1-1/+1
2019-03-10Update everything for new release.0.50.0Jussi Pakkanen30-293/+336
2019-03-10Update Users.md [skip ci]Amit D1-15/+27
2019-03-10Generate release notes from snippets automatically. [skip ci]Jussi Pakkanen4-26/+65
2019-03-09pkgconfig.generate: add FeatureNew and documentation for implict versionEli Schwartz1-1/+1
The documentation for this change was left out of its implementation in commit b4aee4675afd9f9f4a36aea628bab4249d7addbc and was later documented in commit f831c05b553d876a08dcf46478161b60b4e693c4 as if it had always existed.
2019-03-09docs: Add snippet for python module path method [skip ci]Dylan Baker1-0/+5
Which somehow wasn't included in the original pull request.
2019-03-09docs: document that the .path() method for Python is new in 0.50 [skip ci]Dylan Baker1-0/+11
Since this method was not included in 0.46-00.49 we should document that.
2019-03-06Update Users.md [skip ci]Amit D1-0/+10
2019-03-04Merge pull request #4992 from mensinda/rwCLIJussi Pakkanen3-0/+255
rewriter: Add a CLI and docs
2019-03-04docs: Define sorting in Style-guide.md [skip ci]Daniel Mensinger1-0/+32
2019-03-04rewriter: Require '/' for the project IDDaniel Mensinger1-2/+2
2019-03-04rewriter: Mark the CLI as experimentalDaniel Mensinger1-0/+6
2019-03-04rewriter: Mark the info output as experimentalDaniel Mensinger1-2/+1
2019-03-04rewriter: Document info operationDaniel Mensinger1-0/+10
2019-03-04rewriter: Handle duplicate targetDaniel Mensinger1-1/+2
2019-03-04rewriter: Updated docsDaniel Mensinger1-3/+3
2019-03-04rewriter: Remove command aliasDaniel Mensinger1-4/+3
2019-03-04rewriter: Renamed tgt_{add,rm} --> target_{add,rm}Daniel Mensinger1-1/+1
2019-03-04rewriter: Fixed docs.Daniel Mensinger1-2/+40
2019-03-04rewriter: Enforce an empty project ID stringDaniel Mensinger1-1/+1
2019-03-04rewriter: Added docsDaniel Mensinger3-0/+202
2019-03-04Add table for dependency method types. [skip ci]Jussi Pakkanen1-0/+15
2019-03-03mintro: Renamed --dependencies --> --scan-dependenciesDaniel Mensinger2-13/+7
2019-03-03Added docsDaniel Mensinger3-0/+107
2019-03-02mtest: implement TAP parsingPaolo Bonzini2-6/+10
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-02mtest: add support for hard errorsPaolo Bonzini1-1/+3
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-02interpreter: add "protocol" kwarg to testPaolo Bonzini1-4/+7
This is the first step towards adding support for TAP.
2019-03-01mintro: Add subproject_dir to --projectinfoDaniel Schulte1-0/+4
2019-03-01mintro: Add name of subproject the target is contained in to --target outputDaniel Schulte2-0/+5
2019-03-01auto generate msvc pch source file if none is provided by the userNicolas Schneider1-1/+4
2019-02-28Revert "Improve declare_dependency() example in Generating-sources.md [skip ci]"Jussi Pakkanen1-6/+1
This reverts commit 67a01c8d7fc8a4e1c237329ecad4af162186b4ba.
2019-02-28add NetCDFMichael Hirsch, Ph.D2-1/+23
2019-02-26Improve declare_dependency() example in Generating-sources.md [skip ci]Martin Ejdestig1-1/+6
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-25docs: compiled() only works with compiler.run() results [skip ci]emersion1-1/+2
2019-02-24[skip ci] Update the CUDA module documentation.Olexa Bilaniuk1-1/+9
2019-02-19Clarify in docs the argument types extract_objects() accepts [skip ci]Maarten ter Huurne1-5/+7
2019-02-19Allow File arguments in extract_objects() argumentsMaarten ter Huurne1-0/+4
Passed strings are converted to Files, but passing a File directly wasn't supported yet.
2019-02-19Add warning level zerojml17953-2/+5
2019-02-18Fix console log from generator with multiple output nodesjml17951-0/+3
2019-02-18use compile_args instead of compiler_args [skip ci]Jonathan Poelen1-2/+2
2019-02-18Correct pkg-config method in Qt dependency docs [skip ci]Florian Märkl1-1/+1
2019-02-13Fortran 2008/2018 Coarray supportMichael Hirsch, Ph.D2-0/+11
2019-02-13New logo and license text. Closes #4921. [skip ci]Jussi Pakkanen3-2/+13