| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2024-03-17 | alsa-lib: Minor tweaks to switch patch | Michael Forney | |
| Use local variable for get/put index. Remove unused variables. Add assert(0) to unreachable default case in switch. | |||
| 2024-03-17 | alsa-lib: Update to 1.2.11 | Michael Forney | |
| 2021-06-27 | alsa-lib: Switch to upstream patch for static build fix | Michael Forney | |
| 2021-06-27 | alsa-lib: Update to 1.2.5.1 | Michael Forney | |
| 2020-10-26 | alsa-lib: Update to 1.2.4 | Michael Forney | |
| 2020-07-09 | alsa-lib: Update to 1.2.3.2 | Michael Forney | |
| 2020-06-10 | alsa-lib: Update to 1.2.3 | Michael Forney | |
| 2020-02-20 | alsa-lib: Update to 1.2.2 | Michael Forney | |
| 2020-02-04 | alsa-lib: Remove unneeded patch | Michael Forney | |
| cproc now supports enumerators with value > INT_MAX. | |||
| 2019-11-13 | alsa-lib: Update to 1.2.1 | Michael Forney | |
| 2019-07-07 | alsa-lib: Remove unnecessary patch for parameter qualifiers | Michael Forney | |
| I was mistaken about how type compatibility worked for function types. | |||
| 2019-07-06 | alsa-lib: Fix a few more portability issues | Michael Forney | |
| 2019-07-03 | alsa-lib: Avoid out-of-range enum constants | Michael Forney | |
| 2019-06-04 | alsa-lib: Fix a few portability issues | Michael Forney | |
| 2017-11-14 | alsa-lib: Update to 1.1.5 | Michael Forney | |
| 2016-12-29 | alsa-lib: Update to 1.1.3 | 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 | |||
