aboutsummaryrefslogtreecommitdiff
path: root/docs
AgeCommit message (Expand)AuthorFilesLines
2020-02-06doc: filesystem moduleMichael Hirsch, Ph.D1-4/+8
2020-02-06fs: add expanduser methodMichael Hirsch, Ph.D1-2/+14
2020-02-06fs: add methods as_posix, is_absoluteMichael Hirsch, Ph.D1-5/+36
2020-02-06docs: explain the purpose of order-only deps for generated files [skip ci]Marc Herbert1-5/+6
2020-02-05docMichael Hirsch, Ph.D2-3/+3
2020-02-05add get_external_property to replace get_cross_propertyMichael Hirsch, Ph.D2-10/+17
2020-02-05add native-file properties testsMichael Hirsch, Ph.D1-0/+4
2020-02-05add meson.get_native_property for native filesMichael Hirsch, Ph.D1-0/+16
2020-02-05Merge pull request #6573 from michaelbadcrumble/add_sample_templatesJussi Pakkanen1-0/+6
2020-02-05pkgconfig: Generate -uninstalled.pc filesXavier Claessens2-0/+19
2020-02-04interpreter: Iterate custom target outputsXavier Claessens1-0/+6
2020-02-02add feature noteMichael1-0/+6
2020-01-30Small cleanups for the LLVM dependency class (#6548)Dylan Baker1-0/+2
2020-01-28Add ability to specify project branch to installKyle Stone1-1/+5
2020-01-27Tell contributors not to write things in the snippet help file. [skip ci]Jussi Pakkanen1-3/+3
2020-01-27Only provide 64 bit MSIs going forward. [skip ci]Jussi Pakkanen1-0/+7
2020-01-27docs: small cleanups and clarifications to setting the dynamic linker [skip ci]Dylan Baker1-3/+5
2020-01-27Merge pull request #6423 from dcbaker/declare-dependency-variablesJussi Pakkanen3-13/+42
2020-01-27Update wrapdb docs to reflect repositories split [skip ci]Lisa White1-3/+3
2020-01-26Support multiple args to message() and warning()Xavier Claessens2-0/+10
2020-01-25docs: Update the release procedure to include release candidates [skip ci]Dylan Baker1-8/+31
2020-01-24Remove trial conversions as it is stale. [skip ci]Jussi Pakkanen2-23/+0
2020-01-23Add LCA2020 talk to videos page. [skip ci]Jussi Pakkanen1-1/+5
2020-01-23Set source and build dir envvars when running dist.Jussi Pakkanen1-8/+11
2020-01-23Add m68k to known cpus for Motorola 68000 series processorsDylan Baker1-26/+27
2020-01-22environment: Replace LD with <LANG>LDDylan Baker1-11/+23
2020-01-22envconfig: add pkg_config_libdir propertyStéphane Cerveau2-0/+8
2020-01-22Add link to PDF manual site on the front page. [skip ci]Jussi Pakkanen1-1/+7
2020-01-22Reformat user list page. [skip ci]Jussi Pakkanen1-8/+15
2020-01-21docs: Fix typo in linkNiklas HambĂŒchen1-1/+1
2020-01-21Users.md: add qboot [skip ci]Marc-Andre Lureau1-0/+1
2020-01-20add zrythm to Users.md [skip ci]alex-tee1-0/+1
2020-01-17Update Users.mdAmit D1-1/+1
2020-01-17Update Users.mdAmit D1-3/+3
2020-01-15Add s390 to list of known architecturesDylan Baker1-0/+1
2020-01-14Update Users.mdAmit D1-1/+1
2020-01-09docs: Add documentation for variables keywordDylan Baker3-13/+42
2020-01-08mention lack of up-to-date dependencies explicitly [skip ci]Vadim Zhukov1-1/+3
2020-01-08[skip ci] Use more up-to-date wording for package managersVadim Zhukov1-4/+2
2020-01-07Prepare new release.0.53.0Jussi Pakkanen18-170/+194
2019-12-23doc: examples of run_project_tests.py optionsMichael Hirsch, Ph.D1-33/+42
2019-12-22cmake: Fix obeject librariesDaniel Mensinger1-0/+11
2019-12-19summary: Change 'section' to be a kwarg instead of positionalXavier Claessens2-25/+23
2019-12-19add compiler.get_linker_id() methodMichael Hirsch, Ph.D4-29/+46
2019-12-19fs: rename samefile => is_samepathMichael Hirsch, Ph.D1-8/+19
2019-12-18python: add embed to the python dependency functionDaniel Mensinger2-1/+9
2019-12-18Merge pull request #4649 from dcbaker/summary-functionJussi Pakkanen2-0/+100
2019-12-12summary: Add bool_yn keyword argumentXavier Claessens1-0/+4
2019-12-12summary: Allow section with no title, and passing key/value separatelyXavier Claessens1-5/+12
2019-12-12Add a summary() function for configuration summarizationXavier Claessens2-0/+89