aboutsummaryrefslogtreecommitdiff
path: root/docs/markdown
AgeCommit message (Expand)AuthorFilesLines
2020-03-12coredata: Set buildtype=release from others in more casesNirbheek Chauhan1-5/+17
2020-03-11coredata: Warn on usage of both -Dbuildtype and -Doptimization/-DdebugNirbheek Chauhan1-0/+1
2020-03-09Document the requirement to run tests before coverage [skip ci]Vedran Miletić2-1/+16
2020-03-09Add OpenTitan to the list of users. [skip ci]Jussi Pakkanen1-0/+1
2020-03-09pkgconfig: Document conflicts keywordFini Jastrow1-0/+1
2020-03-09Merge pull request #6532 from jon-turney/languages-native-kwargJussi Pakkanen2-9/+39
2020-03-08Merge pull request #6688 from dcbaker/emcc-linker-bugsJussi Pakkanen4-15/+33
2020-03-08qt5: Add has_tools() methodXavier Claessens2-0/+32
2020-03-07Merge pull request #6203 from xclaesse/override-dependencyJussi Pakkanen2-1/+79
2020-03-06Improve logged messages for overriden dependenciesXavier Claessens1-1/+4
2020-03-06Simplify dependency() fallbackXavier Claessens2-0/+10
2020-03-06Add meson.override_dependency()Xavier Claessens2-1/+66
2020-03-06Update Users.mdAmit D1-0/+10
2020-03-05Document the details of optimization+debug vs buildtype [skip ci]Nirbheek Chauhan1-0/+17
2020-03-04mesonbuild: Add mcompile commandDylan Baker1-0/+21
2020-03-04interpreter: add 'name' method to BuildTargetHolderStéphane Cerveau2-0/+4
2020-03-02add -C to meson initMichael1-0/+5
2020-03-02Users.md: add libratbagStephan Lachnit1-0/+1
2020-03-01Merge pull request #6692 from xclaesse/summary-warningsJussi Pakkanen2-1/+10
2020-03-01Merge pull request #6627 from jon-turney/cwd-relative-file-locationsJussi Pakkanen1-0/+9
2020-02-29Merge pull request #6666 from mensinda/testRefactorJussi Pakkanen1-12/+120
2020-02-28Add release note snippetJon Turney1-0/+9
2020-02-27compilers/linkers: Add a representation for wasm-ldDylan Baker2-1/+7
2020-02-27compilers/mixins/emscripten: Implement thread supportDylan Baker2-14/+26
2020-02-27doc: fix link warningsMathieu Duponchelle3-4/+4
2020-02-26test: Updated docsDaniel Mensinger1-12/+120
2020-02-26summary: Add more info in Subprojects sectionXavier Claessens1-0/+3
2020-02-26summary: Add list_sep keyword argumentXavier Claessens2-1/+7
2020-02-25Typo fix. [skip ci]Jussi Pakkanen2-2/+2
2020-02-25Document the project policy on mixing build systems. [skip ci]Jussi Pakkanen3-0/+61
2020-02-23Merge pull request #6637 from mesonbuild/nirbheek/implement-symbolextractor-w...Jussi Pakkanen1-0/+10
2020-02-23Update Custom-build-targets.mdadamjalkemo1-2/+2
2020-02-22ninjabackend: List PDBs in output list for targetsNirbheek Chauhan1-0/+10
2020-02-21linkers: Update the linker names to be more consistentDylan Baker1-14/+15
2020-02-21docs: Fix reference table for linker namesDylan Baker1-10/+20
2020-02-20Introduce dataonly for the pkgconfig moduleRohan Garg2-0/+17
2020-02-19docs: Fix Dub section being inside CMake section [skip ci]Niklas Hambüchen1-1/+1
2020-02-19modules/cmake: Add a found() method to the cmake subprojectDylan Baker1-0/+2
2020-02-19docs: Improve visibility for `.enabled()` etc., add example [skip ci]Niklas Hambüchen2-5/+32
2020-02-18docs: Mention `cuda` as supported language [skip ci]Niklas Hambüchen1-1/+1
2020-02-18docs: Fix typo 'serie' -> 'series'Niklas Hambüchen1-1/+1
2020-02-17minstall: Add a new option --quietNirbheek Chauhan2-2/+16
2020-02-17modules/python: Do not error out if positional args are passedNirbheek Chauhan1-2/+3
2020-02-17Merge pull request #6621 from jon-turney/project_tests_cleanupJussi Pakkanen1-8/+29
2020-02-14docs: Update documentation about linker selectionNirbheek Chauhan2-5/+23
2020-02-13Document some more details of how project tests workJon Turney1-8/+29
2020-02-12Add unity block size option.Jussi Pakkanen2-0/+13
2020-02-12cmake: Add support for the new JSON trace formatDaniel Mensinger1-0/+5
2020-02-12Refine behaviour of add_languages() when native: is missingJon Turney2-5/+24
2020-02-09Add add_languages(native:)Jon Turney2-9/+20