summaryrefslogtreecommitdiff
path: root/docs/markdown
Commit message (Collapse)AuthorAgeFilesLines
* Add option for controlling RTTI.cppnoexceptJussi Pakkanen2019-10-303-0/+15
|
* docs: clarify --default-library is for internal libraries [skip ci]rc-matthew-l-weber2019-10-281-1/+4
| | | Signed-off-by: Matthew Weber <matthew.weber@rockwellcollins.com>
* Add source tags targetsMarc-André Lureau2019-10-221-0/+4
|
* docs: Fix some incorrect links [skip ci]Anton Leontiev2019-10-1910-14/+15
|
* docs: Add missing language identifier [skip ci]Anton Leontiev2019-10-193-6/+9
|
* Documentation: Extend example for precompiled headersGerion Entrup2019-10-181-5/+16
| | | | | | | 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.
* envconfig: Add Alpha CPU familyMatt Turner2019-10-151-0/+1
|
* doc: tell that unit-tests "priority" is introduced in 0.52 [skip ci]Gabriel Ganne2019-10-081-0/+2
|
* Updated version numbers for 0.52.0 release.0.52.0Jussi Pakkanen2019-10-0626-217/+243
|
* Merge pull request #5953 from mensinda/isystemJussi Pakkanen2019-10-062-0/+23
|\ | | | | Add is_system to dependency
| * Use include_type instead of is_systemDaniel Mensinger2019-10-033-17/+20
| |
| * added docsDaniel Mensinger2019-10-032-0/+20
| |
* | Merge pull request #5990 from dcbaker/extra-benchmark-optionsJussi Pakkanen2019-10-041-0/+3
|\ \ | | | | | | Correctly warn and document options to benchmarks
| * | docs: update docs on benchmark in regards to arguments acceptedDylan Baker2019-10-021-0/+3
| |/
* | mtest: add gdb_path optionGerion Entrup2019-10-042-0/+15
|/ | | | | | | When using the '--gdb' argument of meson test the executed binary can now be specified with '--gdb-path'. Closing: #4373
* Add clang-tidy target. Closes #2383.Jussi Pakkanen2019-10-011-0/+8
|
* doc: Add release snippet for the rework of static librariesXavier Claessens2019-10-011-0/+34
|
* Add depfile to configure_file()Marc-André Lureau2019-09-302-0/+6
| | | | | | | | | 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.
* Add support for `depth` option in wrap-gitChristoph Weiss2019-09-292-0/+15
| | | | | This allows cloning subprojects shallowly. It works recursively for a subproject's submodules in case `clone-recursive` is set to `true`.
* environment: Support taking values from dictMarc-André Lureau2019-09-293-5/+30
| | | | Related to #5955.
* Add CppCon 2019 talk to videos page. [skip ci]Jussi Pakkanen2019-09-291-0/+3
|
* Moved changes from preliminary relnote page to snippets. [skip ci]Jussi Pakkanen2019-09-293-10/+9
|
* envconfig: Add MicroBlaze CPU familyNathan Rossi2019-09-261-0/+1
| | | | | | Add the CPU family for the MicroBlaze processor. Signed-off-by: Nathan Rossi <nathan@nathanrossi.com>
* Clarify the list of languages is optional for project() [skip ci]David Cantrell2019-09-261-2/+2
|
* Add blocks dependencyPatrick Griffis2019-09-232-0/+14
| | | | This allows easily enabling the blocks clang extension.
* Add Windows behavior to executable()'s install_rpath arg doc [skip ci]Khairul Azhar Kasmiran2019-09-231-1/+1
|
* configure_file(): Allow multiple inputs in command modeXavier Claessens2019-09-172-1/+7
| | | | Closes: #5893
* Fix improperly closed code backtick [skip ci]jimbo1qaz2019-09-151-1/+1
|
* docs: Add a snippet about illumos and Solaris support improvementsDylan Baker2019-09-091-0/+4
|
* docs: Add sunos to the reference tableDylan Baker2019-09-091-0/+1
| | | | | | | | 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.
* Update Quickstart Guide [skip ci]dundir2019-09-061-16/+58
|
* docs/syntax: fix typo in dict example [skip ci]Nirbheek Chauhan2019-09-031-1/+1
|
* docs/syntax: Document that dicts are unordered [skip ci]Nirbheek Chauhan2019-09-031-1/+1
|
* Fix typoSimon Allen2019-09-021-1/+1
|
* Add test priorities to force test start orderPeter Hutterer2019-08-242-0/+19
|
* Vs backend compiler selection (#5448)Dylan Baker2019-08-241-4/+32
| | | | | | | | | | | | | | | | | | * 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
* Add RxDockVedran Miletić2019-08-231-0/+1
|
* Merge pull request #5681 from dcbaker/dynamic-linker-splitJussi Pakkanen2019-08-202-0/+11
|\ | | | | split dynamic linker representations from compilers
| * docs: add snippet for l_undef on appleDylan Baker2019-08-141-0/+5
| | | | | | | | | | I didn't really mean to, but in splitting the linkers and compilers I got this all working.
| * docs: Add snippet for compiler linker splitDylan Baker2019-08-141-0/+6
| |
* | Add HelenOS to Users.mdJakub Jermář2019-08-191-0/+1
| |
* | Update vim syntax files link in 0.37 release notes [skip ci]Nirbheek Chauhan2019-08-131-1/+1
|/
* Add is_disabler functionJames Hilliard2019-08-122-0/+19
| | | | | | This is useful if one needs to check if a variable is a disabler. Signed-off-by: James Hilliard <james.hilliard1@gmail.com>
* docs: meson -> Meson in one placeJohn Ericson2019-08-081-1/+1
|
* Describe how to set up VS external project. [skip ci]Jussi Pakkanen2019-08-061-0/+57
|
* Add basic Webassembly support via Emscripten.Jussi Pakkanen2019-08-052-0/+9
|
* Make gettext targets no-ops if gettext is not installed. Closes: #821.Jussi Pakkanen2019-08-041-0/+7
|
* sourceset: add all_dependencies() methodMarc-André Lureau2019-08-042-0/+15
| | | | | | | | | '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.
* Add aravis to meson users (#5757) [skip-ci]Emmanuel Pacaud2019-08-021-0/+1
| | | Aravis project is now using meson as its build system.
* Allow kconfig to read from configure_file()Marc-André Lureau2019-07-311-0/+3
| | | | | | | | 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.