aboutsummaryrefslogtreecommitdiff
path: root/docs
AgeCommit message (Collapse)AuthorFilesLines
2018-03-25Add test(depends) documentationAleksey Filippov2-0/+12
2018-03-23docs: In executable() remove statement that all other files are ignored ↵Alistair Thomas1-3/+2
[skip ci] Currently Meson returns an error that no compiler can be found for an unknown file extension
2018-03-23docs: Update test() to include that a program found with find_program() can ↵Alistair Thomas1-3/+11
be used [skip ci]
2018-03-23docs: fix one 'target' that should be 'host' [skip ci]John Ericson1-1/+1
The target platform of cross compiler is the host platform of the project being built.
2018-03-23docs/FAQ: fix typo [skip ci]Eric Engestrom1-1/+1
2018-03-22Document the new and improved review guidelines. [skip ci]Jussi Pakkanen1-0/+39
2018-03-21Do not install configure_file output if install_dir is empty. Closes #3270.Jussi Pakkanen1-1/+2
2018-03-20Docs: Correct env variable SCAN_BUILD to SCANBUILDMarvin Scholz1-2/+2
2018-03-20Merge pull request #3223 from sarum9in/renameJussi Pakkanen3-0/+31
Add install_data() rename parameter
2018-03-19Add install_data() rename snippetAleksey Filippov1-0/+11
2018-03-19Add install_data() rename documentationAleksey Filippov2-0/+20
2018-03-19fixing some typos on the icestorm pageFelipe Corrêa da Silva Sanches1-3/+3
2018-03-18Project-templates.md: Fix help command name [skip ci]Martin Hostettler1-1/+1
2018-03-14Turn deprecated commands into errors.Jussi Pakkanen1-0/+7
2018-03-13Merge pull request #3145 from thejk/gcovrJussi Pakkanen2-2/+2
Support gcovr >= 3.1 and add gcovr html report as fallback
2018-03-13Fix snippet heading to conform to new formatting rules.Jussi Pakkanen1-1/+1
2018-03-12Merge pull request #3131 from sarum9in/pkgconfigJussi Pakkanen2-2/+8
Pkgconfig accepts libraries and pkgconfig-dependencies in requires/requires_private parameters
2018-03-12Link "External commands" page from run_command() reference [skip ci]Aleksey Filippov1-0/+2
2018-03-11docs: update for mesonintrospect.py -> meson introspectJon Turney1-5/+5
mesonintrospect is deprecated since 59a35c4c (PR #2067)
2018-03-11docs: Add custom dependencies missing documentationJon Turney1-0/+26
Add some brief documnentation about custom dependency lookups which are implemented but not documented.
2018-03-11docs: polish documentation for custom dependency detectorsJon Turney1-12/+12
Various grammar fixes Fix syntax of MPI examples Add Qt4
2018-03-11docs: update system cross file documentationJon Turney1-2/+2
Works on all non-Windows since cf98f5e3 (PR #3119)
2018-03-11docs: remove reference to mesonguiJon Turney1-3/+1
mesongui was removed in 71f18226 (PR #574)
2018-03-10Refactor: Add log.error and log.exception to reduce code duplication.Jukka Laurila1-0/+5
2018-03-07Gnome-module.md: Add information about output files to mkenums()Eduardo Lima (Etrunko)1-1/+3
[skip ci]
2018-03-07doc: Tweak text about get_option('foodir') in reference manual [skip ci]Jon Turney1-2/+7
* The example for executable()'s install_dir: should use join_paths() * Clarify how to use directory options which are potentially not prefix relative This is mentioned in https://github.com/mesonbuild/meson/issues/1637 and see also https://patchwork.freedesktop.org/patch/200373/ for an example of this usage, and the possible confusion that can arise.
2018-03-06Merge pull request #3086 from sarum9in/declare-link-wholeJussi Pakkanen2-0/+6
Add declare_dependency() link_whole parameter
2018-03-06Allow passing a compiler object to run_command()Evgenii Shatokhin2-3/+17
Sometimes it is needed to run the current compiler with specific options not to compile a file but rather to obtain additional info. For example, GCC has several -print-* options to query it about the paths to different libraries and development files. One use case is to get the location of development files for GCC plugins, which is not easily obtainable by other means: gcc -print-file-name=plugin For this purpose, it would be convenient if the compiler object returned by meson.get_compiler(lang) could be used in run_command() directly. This commit implements it. Signed-off-by: Evgenii Shatokhin <eshatokhin@virtuozzo.com>
2018-03-06Make "meson help" and "meson help <subcommand>" do the expected thing.Jukka Laurila1-0/+6
2018-03-06Improve vcs_tag documentation [skip ci]Nirbheek Chauhan1-4/+12
Document that dependencies must be explicitly signalled, just like with a custom target.
2018-03-06Document declare_dependency() link_whole parameterAleksey Filippov2-0/+6
2018-03-06Generate meson.build based on existing source files when meson init is run ↵Jukka Laurila1-0/+19
in a non-empty directory.
2018-03-05Add Python minimum version requirement in release notes. [skip ci]Jussi Pakkanen1-12/+19
2018-03-05doc: Fix a syntax error in an example in 'Generating sources'. [skip ci]TÖRÖK Attila1-1/+1
2018-03-04Add missing code block end marker.Jussi Pakkanen1-0/+1
2018-03-04Updated information for new release.0.45.0Jussi Pakkanen21-170/+194
2018-03-04Explain change of default better. [skip ci]Jussi Pakkanen1-32/+165
2018-03-04Fixing broken language arguments [skip ci]Tim Ansell1-1/+1
Missing ending pipe was causing it to fail to render.
2018-03-04Document wxwidgets dependency, closes #3159 [skip ci]Aleksey Filippov1-2/+26
2018-03-04The "outputs" kwarg should be "output" and rewrapping. Closes #3166. [skip ci]Jussi Pakkanen2-16/+64
2018-03-01Add jpakkane's answer to "Why must all subprojects be inside a single ↵Aleksey Filippov1-0/+24
directory?" [skip ci]
2018-03-01Add links to Subprojects.md page from subproject() and subproject object ↵Aleksey Filippov1-1/+3
documentation [skip ci]
2018-03-01Add reference to implicit_include_directories from include_directories() ↵Aleksey Filippov1-0/+4
[skip ci] Closes #3153
2018-02-27Allow gcovr >= 3.1 to be used to generate html coverage reportJoel Klinghed2-2/+2
Modern gcovr includes html generation support so if lcov and genhtml are not available fallback to gcovr. Kept lcov and genhtml as default so to not surprise existing users of coverage-html with the different output of gcovr. gcovr added html support in 3.0 but as there already is a test for 3.1 because of the changes to -r/--rootdir I opted to only allow html generation for >= 3.1 to keep things simple.
2018-02-25Add a release note snippet for the improved test setup selection.Hemmo Nieminen1-0/+16
2018-02-25Adding a "Projects using Meson" to Community section (#3138)Tim Ansell1-0/+10
2018-02-25Merge pull request #3132 from mesonbuild/cscJussi Pakkanen1-0/+4
Visual Studio C# compiler support and some fixes
2018-02-25[skip ci] docs: Add reference table for language args parameter names (#3126)Hylke Bons2-0/+20
2018-02-24Document pkgconfig.generate() requires parametersAleksey Filippov2-2/+8
2018-02-25Added release note snippet for csc support.Jussi Pakkanen1-0/+4