summaryrefslogtreecommitdiff
path: root/bin
AgeCommit message (Expand)AuthorFilesLines
2020-01-31bin/pick-ui: Add a new maintainer script for picking patchesDylan Baker5-0/+1129
2019-12-27meson: simplify install_megadrivers.py invocationEric Engestrom2-1/+3
2019-11-05meson: add windows support to symbols checksEric Engestrom1-3/+41
2019-10-25bin/gen_release_notes.py: Add a warning if new features are introduced in a p...Dylan Baker1-2/+5
2019-10-25bin/gen_release_notes.py: html escape all external dataDylan Baker1-4/+7
2019-10-25bin/post_release.py: Add .html to hrefsDylan Baker1-2/+3
2019-10-25bin/post_version.py: white space fixesDylan Baker1-1/+1
2019-10-25bin/post_version.py: Pass version as an argumentDylan Baker1-16/+10
2019-10-25bin/gen_release_notes.py: Return "None" if there are no new featuresDylan Baker1-0/+2
2019-10-25bin/gen_release_notes.py: strip '#' from gitlab bugsDylan Baker1-1/+1
2019-10-25bin/gen_release_notes.py: fix conditional of bugfixDylan Baker1-1/+1
2019-10-13symbols-check: ignore exported C++ symbolsEric Engestrom1-0/+4
2019-10-03bin: delete unused releasing scriptsDylan Baker2-64/+0
2019-10-03release: Add an update_release_calendar.py scriptDylan Baker1-0/+122
2019-10-03scripts: Add a gen_release_notes.py scriptDylan Baker3-0/+326
2019-09-25bin/get-pick-list: use --oneline=pretty instead of --onelineDylan Baker1-1/+1
2019-09-24bin/get-pick-list.sh: sha1 commits can be smaller than 8 charsJuan A. Suarez Romero1-1/+1
2019-08-04symbols-check: fix `nm` invocation on MacOSEric Engestrom1-4/+14
2019-08-04symbols-check: discard platform symbols earlyEric Engestrom1-2/+2
2019-08-04symbols-check: skip test if we can't get the symbols listEric Engestrom1-1/+6
2019-07-10symbols-check: introduce new python scriptEric Engestrom2-0/+116
2019-04-29delete autotools .gitignore filesEric Engestrom1-9/+0
2019-04-11meson: remove meson-created megadrivers symlinksEric Engestrom1-0/+7
2019-04-09bin: drop unused import from install_megadrivers.pyEric Engestrom1-1/+0
2019-04-01meson: strip rpath from megadriversEric Engestrom1-1/+0
2019-03-22bin/install_megadrivers.py: Fix regression for set DESTDIRDylan Baker1-1/+5
2019-03-20bin/install_megadrivers.py: Correctly handle DESTDIR=''Dylan Baker1-1/+1
2019-02-13get-pick-list: Add --pretty=medium to the arguments for Cc patchesDylan Baker1-2/+2
2019-02-07meson: add script to print the options before configuring a builddirEric Engestrom1-0/+63
2019-01-18bin/meson-cmd-extract: Also handle cross and native filesDylan Baker1-0/+11
2019-01-15meson: Add a script to extract the cmd line used for mesonDylan Baker1-0/+77
2019-01-14bin/get-pick-list.sh: fix redirection in shAndres Gomez1-1/+1
2019-01-14bin/get-pick-list.sh: fix the oneline printingAndres Gomez1-1/+1
2018-12-21bin/get-pick-list.sh: warn when commit lists invalid shaEmil Velikov1-0/+11
2018-12-21bin/get-pick-list.sh: rework handing of sha nominationsEmil Velikov1-16/+30
2018-11-15bin/get-pick-list.sh: handle reverts prior to the branchpointEmil Velikov1-1/+8
2018-11-15bin/get-pick-list.sh: use test instead of [ ]Emil Velikov1-4/+4
2018-11-15bin/get-pick-list.sh: handle unofficial "broken by" tagEmil Velikov1-1/+8
2018-11-15bin/get-pick-list.sh: handle fixes tag with missing colonEmil Velikov1-1/+5
2018-11-15bin/get-pick-list.sh: flesh out is_sha_nominationEmil Velikov1-2/+9
2018-11-15bin/get-pick-list.sh: tweak the commit sha matching patternEmil Velikov1-1/+1
2018-11-15bin/get-pick-list.sh: handle the fixes tagEmil Velikov2-84/+43
2018-11-15bin/get-pick-list.sh: handle "typod" usecase.Emil Velikov2-43/+8
2018-11-15bin/get-pick-list.sh: prefix output with "[stable] "Emil Velikov1-0/+15
2018-11-15bin/get-pick-list.sh: simplify git oneline printingEmil Velikov1-1/+1
2018-08-23bin/git_sha1_gen.py: remove execute bit/shebangEmil Velikov1-2/+0
2018-08-23bin/install_megadrivers.py: Remove shebang and executable bitMathieu Bridon1-1/+0
2018-08-16bin: always define MESA_GIT_SHA1 to make it directly usable in codeEric Engestrom1-2/+2
2018-08-16git_sha1: simplify logicEric Engestrom1-5/+1
2018-08-16bin: split `write_if_different()` outEric Engestrom1-7/+14