summaryrefslogtreecommitdiff
path: root/bin
AgeCommit message (Expand)AuthorFilesLines
2020-08-19pick-ui: specify git commands in "resolve cherry pick" messageEric Engestrom1-2/+2
2020-08-05bin/gen_release_notes: automatically commit release notesEric Engestrom1-0/+5
2020-05-27tree-wide: fix deprecated GitLab URLsEric Engestrom1-10/+10
2020-05-20post_version.py: stop adding release candidates to the index and relnotesEric Engestrom1-4/+8
2020-05-20post_version.py: invert `is_point` into `is_first_release` to make its purpos...Eric Engestrom1-9/+7
2020-05-20post_version.py: fix branch name construction for release candidatesEric Engestrom1-2/+13
2020-04-21pick-ui: show commit sha in the pick listEric Engestrom1-1/+1
2020-04-21pick-ui: make .pick_status.json path relative to the git root instead of the ...Eric Engestrom1-1/+4
2020-04-21pick-ui: compute .pick_status.json path only onceEric Engestrom1-7/+6
2020-04-20pick-ui: auto-scroll the feedback windowEric Engestrom1-0/+2
2020-04-20bin/pick-ui: Add a new maintainer script for picking patchesDylan Baker5-0/+1142
2020-04-20bin/gen_release_notes.py: Fix version detection for .0 releaseDylan Baker2-37/+15
2020-03-12gen_release_notes: resolve ambiguity by renaming `version` to `previous_versi...Eric Engestrom1-10/+10
2020-03-12gen_release_notes: fix version in "you should wait" messageEric Engestrom1-1/+1
2020-03-07gen_release_notes: fix vulkan version reportedEric Engestrom1-1/+1
2020-03-06bin/gen_release_notes.py: fix commit list commandEric Engestrom1-1/+1
2020-03-05bin/post_version.py: Make the git commit as well.Dylan Baker2-0/+10
2020-03-05bin/post_version.py: Pretty print the htmlDylan Baker1-3/+3
2020-03-05bin/post_version.py: Update the release calendar as wellDylan Baker2-0/+190
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