summaryrefslogtreecommitdiff
path: root/docs/markdown
Commit message (Collapse)AuthorAgeFilesLines
* Add support for hex int literals.hexJussi Pakkanen2018-02-032-0/+11
|
* Merge pull request #2228 from mesonbuild/icestormJussi Pakkanen2018-02-022-0/+39
|\ | | | | IceStorm FPGA experiment
| * Added documentation to IceStorm module.icestormJussi Pakkanen2018-02-022-0/+39
| |
* | Added dpdk to the list of users.Jussi Pakkanen2018-02-021-0/+1
|/
* Updated the video page.Jussi Pakkanen2018-02-021-25/+19
|
* add meson.project_license() builtinMartin Kelly2018-01-312-1/+8
| | | | This Fixes #2941.
* Add PipeWire to the list of users. Closes #2986.Jussi Pakkanen2018-01-311-0/+1
|
* docs: Fix some HTML that leaked into the markdownAdam Jackson2018-01-311-1/+1
| | | | Signed-off-by: Adam Jackson <ajax@redhat.com>
* docs: Add 'outlier' to usersSami Kerola2018-01-301-0/+1
| | | | | This is a very small hello world style project, that I hope is useful example for people who are getting started with meson.
* dependencies: Allow setting config-tool binaries in cross fileDylan Baker2018-01-301-0/+13
| | | | | | | | | | | This allows for much easier cross compiler configuration for tools like LLVM. This patch does honor the 'native' keyword, and falls back to searching PATH if the binary name is not specified. I'd be fine with either removing the fallback behavior, or marking it as deprecated and removing it later. Fixes #2921
* Taisei Project uses MesonAndrei Alexeyev2018-01-301-0/+1
|
* Fix typo in reference tablesxknight2018-01-271-1/+1
| | | The possessive form of "its" does not contain an apostrophe.
* Typo.Stefan Seering2018-01-221-1/+1
|
* Correct spelling mistakes.Edward Betts2018-01-191-1/+1
|
* docs: Add Mesa, Libdrm, and IGT as meson usersDylan Baker2018-01-181-0/+3
|
* Removed two deprecations from 2016.Jussi Pakkanen2018-01-171-0/+14
|
* docs: Document the `main` keyword of the `gtest` framework dependencyRaphael Salamon2018-01-171-0/+7
|
* Move version info away from header.Jussi Pakkanen2018-01-141-1/+3
|
* Merge pull request #2815 from taisei-project/fix_windows_compile_resourcesJussi Pakkanen2018-01-131-0/+3
|\ | | | | [windows] make compile_resources use custom targets instead of generators
| * Add a release note snippet for the windows.compile_resources() changeAndrei Alexeyev2018-01-121-0/+3
| |
* | Merge pull request #2764 from mesonbuild/generatorpathJussi Pakkanen2018-01-132-3/+31
|\ \ | |/ |/| Generator outputs can have path segments
| * Added documentation.Jussi Pakkanen2017-12-182-3/+31
| |
* | Merge pull request #2803 from dcbaker/wip/freebsd-fixesJussi Pakkanen2018-01-091-0/+3
|\ \ | | | | | | various BSD fixes
| * | docs: Add netbsd to the reference tableDylan Baker2018-01-061-0/+1
| | |
| * | docs: Add dragonfly BSD to OS reference tableDylan Baker2018-01-061-0/+1
| | |
| * | docs: Add freebsd to the reference tableDylan Baker2018-01-061-0/+1
| | |
* | | Add `export_dynamic` argument to `executable`. (#2662)Nikita Churaev2018-01-091-3/+13
|/ /
* | doc/users: add kshIgor Gnatenko2018-01-061-0/+1
| |
* | Add a missing space.Shlomi Fish2018-01-021-1/+1
| |
* | Correct some grammar.Shlomi Fish2018-01-021-3/+3
| |
* | docs: get_option returns relative paths for xxxdir optionsNirbheek Chauhan2018-01-021-0/+5
| | | | | | | | [skip ci]
* | Add unit test that checks that the sample projects compile.initJussi Pakkanen2017-12-312-1/+11
| |
* | Added documentation for project templates.Jussi Pakkanen2017-12-311-0/+28
| |
* | Merge pull request #2757 from xclaesse/pkgconfigJussi Pakkanen2017-12-311-3/+10
|\ \ | | | | | | pkgconfig: Allow passing Dependency objects to library(_private)
| * | pkgconfig: Update documentationXavier Claessens2017-12-201-3/+10
| | |
* | | Release notes for 0.43 are no longer preliminaryGabríel Arthúr Pétursson2017-12-291-1/+1
| | |
* | | docs: Fix missing syntax highlightingTingPing2017-12-281-4/+8
| | |
* | | docs: find_program native: is available since 0.43Nirbheek Chauhan2017-12-281-1/+1
| | |
* | | Explain test setup a bit more.Jussi Pakkanen2017-12-261-0/+31
| | |
* | | Merge pull request #2334 from mesonbuild/promotedepJussi Pakkanen2017-12-262-10/+61
|\ \ \ | | | | | | | | Add functionality to promote nested dependencies to top level.
| * | | Reformat and update doc page.Jussi Pakkanen2017-12-261-14/+40
| | | |
| * | | Add functionality to promote nested dependencies to top level.Jussi Pakkanen2017-12-172-0/+25
| | | |
* | | | add one more blank line at the tail of Disabler.mdPassw2017-12-261-1/+1
| |/ / |/| | | | | From http://mesonbuild.com/Manual.html , it seems that `Disabler.md` messes up `Modules.md`
* | | Created documentation page for code contributions.Jussi Pakkanen2017-12-202-5/+159
| | |
* | | Allow value 'if-release' for b_ndebug project option. (#1896)Hemmo Nieminen2017-12-171-0/+7
|/ / | | | | | | | | When set, NDEBUG will be automatically defined for for release builds but not for other build types.
* | make clickableShawn Landden2017-12-171-1/+1
| |
* | Update Users.mdShawn Landden2017-12-161-1/+1
| | | | | | now only build system of systemd
* | Enable re-compilation of GNOME gschema files if they have changed.Michael James Gratton2017-12-131-0/+7
| | | | | | | | | | | | | | | | * mesonbuild/modules/gnome.py (GnomeModule.compile_schemas): Allow the depend_files kwarg. * docs/markdown/Gnome-module.md: Add docs for new kwarg (and the only other one that is permitted).
* | Add Geary to the list of users - will use meson for the next release.Michael James Gratton2017-12-131-0/+1
| |
* | docs: Change variable in pkg-config exampleIñigo Martínez2017-12-121-1/+1
| | | | | | The example provided for the `get_pkgconfig_variable` when using using the `define_variable` parameter is not the best example, because it is using `prefix` for both. This changes the retrieved variable for `libdir` so the efect of the variable redefinition is more noticeable.