summaryrefslogtreecommitdiff
path: root/docs/markdown
AgeCommit message (Collapse)Author
2019-10-28docs: clarify --default-library is for internal libraries [skip ci]rc-matthew-l-weber
Signed-off-by: Matthew Weber <matthew.weber@rockwellcollins.com>
2019-10-22Add source tags targetsMarc-André Lureau
2019-10-19docs: Fix some incorrect links [skip ci]Anton Leontiev
2019-10-19docs: Add missing language identifier [skip ci]Anton Leontiev
2019-10-18Documentation: Extend example for precompiled headersGerion Entrup
The documentation already contains an example for PCH but misses the to show the content of the PCH files and how to create them. With this commit exactly this is exlained.
2019-10-15envconfig: Add Alpha CPU familyMatt Turner
2019-10-08doc: tell that unit-tests "priority" is introduced in 0.52 [skip ci]Gabriel Ganne
2019-10-06Updated version numbers for 0.52.0 release.Jussi Pakkanen
2019-10-06Merge pull request #5953 from mensinda/isystemJussi Pakkanen
Add is_system to dependency
2019-10-04Merge pull request #5990 from dcbaker/extra-benchmark-optionsJussi Pakkanen
Correctly warn and document options to benchmarks
2019-10-04mtest: add gdb_path optionGerion Entrup
When using the '--gdb' argument of meson test the executed binary can now be specified with '--gdb-path'. Closing: #4373
2019-10-03Use include_type instead of is_systemDaniel Mensinger
2019-10-03added docsDaniel Mensinger
2019-10-02docs: update docs on benchmark in regards to arguments acceptedDylan Baker
2019-10-01Add clang-tidy target. Closes #2383.Jussi Pakkanen
2019-10-01doc: Add release snippet for the rework of static librariesXavier Claessens
2019-09-30Add depfile to configure_file()Marc-André Lureau
In qemu, minikconf generates a depfile that meson could use to automatically reconfigure on dependency change. Note: someone clever can perhaps find a way to express this with a ninja rule & depfile=. I didn't manage, so I wrote a simple depfile parser.
2019-09-29Add support for `depth` option in wrap-gitChristoph Weiss
This allows cloning subprojects shallowly. It works recursively for a subproject's submodules in case `clone-recursive` is set to `true`.
2019-09-29environment: Support taking values from dictMarc-André Lureau
Related to #5955.
2019-09-29Add CppCon 2019 talk to videos page. [skip ci]Jussi Pakkanen
2019-09-29Moved changes from preliminary relnote page to snippets. [skip ci]Jussi Pakkanen
2019-09-26envconfig: Add MicroBlaze CPU familyNathan Rossi
Add the CPU family for the MicroBlaze processor. Signed-off-by: Nathan Rossi <nathan@nathanrossi.com>
2019-09-26Clarify the list of languages is optional for project() [skip ci]David Cantrell
2019-09-23Add blocks dependencyPatrick Griffis
This allows easily enabling the blocks clang extension.
2019-09-23Add Windows behavior to executable()'s install_rpath arg doc [skip ci]Khairul Azhar Kasmiran
2019-09-17configure_file(): Allow multiple inputs in command modeXavier Claessens
Closes: #5893
2019-09-15Fix improperly closed code backtick [skip ci]jimbo1qaz
2019-09-09docs: Add a snippet about illumos and Solaris support improvementsDylan Baker
2019-09-09docs: Add sunos to the reference tableDylan Baker
I originally liked "solaris", but I've changed my mind. Both illumos (the open-source fork of OpenSolaris) and Oracle's closed-source Solaris are identified by the same token, and there are differences between them; so using "sunos" as a sort "supertype" for both makes sense to me.
2019-09-06Update Quickstart Guide [skip ci]dundir
2019-09-03docs/syntax: fix typo in dict example [skip ci]Nirbheek Chauhan
2019-09-03docs/syntax: Document that dicts are unordered [skip ci]Nirbheek Chauhan
2019-09-02Fix typoSimon Allen
2019-08-24Add test priorities to force test start orderPeter Hutterer
2019-08-24Vs backend compiler selection (#5448)Dylan Baker
* backends/vs: Only set platform_toolset if it isn't already set * interpreter: set backend up after the compiler Otherwise we won't be able to check which VS toolchain to use. * docs/using-visual-studio: wrap lines * docs: recommend the py launcher instead of python3 for windows * set backend.environment when building a dummy version * backends/vs: Add support for clang-cl with vs2017 and vs2019 backends * backends/vs: Add support for ICL (19.x) with vs2015 and vs2017 backends
2019-08-23Add RxDockVedran Miletić
2019-08-20Merge pull request #5681 from dcbaker/dynamic-linker-splitJussi Pakkanen
split dynamic linker representations from compilers
2019-08-19Add HelenOS to Users.mdJakub Jermář
2019-08-14docs: add snippet for l_undef on appleDylan Baker
I didn't really mean to, but in splitting the linkers and compilers I got this all working.
2019-08-14docs: Add snippet for compiler linker splitDylan Baker
2019-08-13Update vim syntax files link in 0.37 release notes [skip ci]Nirbheek Chauhan
2019-08-12Add is_disabler functionJames Hilliard
This is useful if one needs to check if a variable is a disabler. Signed-off-by: James Hilliard <james.hilliard1@gmail.com>
2019-08-08docs: meson -> Meson in one placeJohn Ericson
2019-08-06Describe how to set up VS external project. [skip ci]Jussi Pakkanen
2019-08-05Add basic Webassembly support via Emscripten.Jussi Pakkanen
2019-08-04Make gettext targets no-ops if gettext is not installed. Closes: #821.Jussi Pakkanen
2019-08-04sourceset: add all_dependencies() methodMarc-André Lureau
'if_true' sources should be built with their dependencies, as illustrated by test case change. Ideally, I think we would want only the files with the dependencies to be built with the flags, but that would probably change the way sourceset are used.
2019-08-02Add aravis to meson users (#5757) [skip-ci]Emmanuel Pacaud
Aravis project is now using meson as its build system.
2019-07-31Allow kconfig to read from configure_file()Marc-André Lureau
At configure time, kconfig can read from configure_file(). "test cases/kconfig/4 load_config builddir/meson.build" was already showing a workaround, now it actually can take configure_file input directly.
2019-07-30DOC: meson test multiple --suite specifications [skip ci]Michael Hirsch, Ph.D
docs:wrap < 80 col