| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2025-04-29 | qbe: Update to latest git | Michael Forney | |
| Drop patch for zeroizing registers. | |||
| 2024-05-06 | oksh: bump to 7.5 | hovercats | |
| 2024-03-22 | qbe: Update to latest git | Michael Forney | |
| 2024-02-08 | qbe: Update to latest git | Michael Forney | |
| 2022-04-03 | qbe: Update to latest git | Michael Forney | |
| 2022-02-10 | qbe: Update to latest git | Michael Forney | |
| 2021-10-26 | qbe: Update to latest git and tweak some patches | Michael Forney | |
| 2021-09-07 | qbe: Update to latest git | Michael Forney | |
| 2020-08-13 | qbe: Update to latest git | Michael Forney | |
| 2020-06-05 | qbe: Disable some warnings | Michael Forney | |
| 2020-02-20 | Use -Wpedantic over -pedantic | Michael Forney | |
| 2019-11-25 | qbe: Update to latest git | Michael Forney | |
| 2019-11-20 | qbe: Fix usage of compound literal outside its scope | Michael Forney | |
| This popped up after upgrading to gcc 9.2, so is likely caused by some new optimization. | |||
| 2019-07-03 | qbe: Add a few patches to fix various things | Michael Forney | |
| 2019-05-16 | qbe: Update to latest git and apply some patches | Michael Forney | |
| 2019-04-23 | qbe: Update to latest git | Michael Forney | |
| 2019-03-19 | Rename rev to ver, and keep track of package versions as well | Michael Forney | |
| 2019-03-06 | qbe: Fix an aliasing bug | Michael Forney | |
| 2019-03-03 | qbe: Update to latest git and add a few patches | Michael Forney | |
| 2018-08-27 | qbe: Update to latest git | Michael Forney | |
| 2017-09-25 | Rewrite ninja generation scripts in Lua | Michael Forney | |
| 2017-08-16 | qbe: Update to latest git | Michael Forney | |
| 2017-07-03 | qbe: Update to latest git | Michael Forney | |
| 2017-02-17 | qbe: Update to latest git | Michael Forney | |
| 2017-02-09 | qbe: Update to latest git | Michael Forney | |
| 2017-01-22 | qbe: Update to latest git | Michael Forney | |
| 2017-01-05 | qbe: Update to latest git | Michael Forney | |
| 2016-12-31 | qbe: Update to latest git | Michael Forney | |
| 2016-12-13 | Move to flat package hierarchy | Michael Forney | |
| Note to self: never try to move submodules again To migrate your existing submodules (more or less): set -x set -e mkdir .git/modules/pkg for old in */*/src ; do new="pkg/${old#*/}" if ! [ -f "$old/.git" ] || [ "${old%%/*}" = pkg ] ; then continue fi git -C ".git/modules/$old" config core.worktree "../../../../../$new" rmdir "$new" mv "$old" "$new" sed -e "s,$old,$new," "$new/.git" > "$new/.git.tmp" mv "$new/.git.tmp" "$new/.git" mkdir ".git/modules/${new%/src}" mv ".git/modules/$old" ".git/modules/$new" rm "${old%/src}"/*.ninja mv "${old%/src}"/*.tar.{gz,xz,bz2} "${new%/src}/" rmdir "${old%/src}" || true done sed -e 's,^\[submodule "[^/]*/,[submodule "pkg/,' .git/config > .git/config.tmp mv .git/config.tmp .git/config | |||
