| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2024-02-08 | man: don't duplicate section extension | Randy Palamar | |
| 2024-02-07 | Make man page compression optional | Michael Forney | |
| 2024-02-07 | replace tail component of src with srcsection in man() | Randy Palamar | |
| This is useful when man() is called with the optional 'section' parameter and can be used to replace components such as '.nro' with a '.(section)'. This was always the intention and fixes man page names for pciutils. Co-authored-by: Michael Forney <mforney@mforney.org> | |||
| 2024-01-01 | Allow nested tables in copy() file list | Michael Forney | |
| 2022-10-30 | Handle absolute paths in build scripts | Michael Forney | |
| This is useful to link with system libraries for testing. | |||
| 2021-06-17 | ninja.lua: Add optional args to objects() | Michael Forney | |
| This could be useful to specify cflags for each of several source files. | |||
| 2020-06-22 | Add blake3 hashes to fspec files | Michael Forney | |
| 2020-06-22 | Remove unnecessary fetch rules | Michael Forney | |
| 2020-06-22 | Use hyphenated rule names | Michael Forney | |
| 2020-06-22 | Add sortedpairs helper function | Michael Forney | |
| 2020-06-22 | Generate root.perms from fspec | Michael Forney | |
| 2020-06-22 | Add gitfile helper function | Michael Forney | |
| 2020-06-22 | Style | Michael Forney | |
| 2020-06-22 | Simplify object collection slightly | Michael Forney | |
| 2020-06-15 | Add fspec output | Michael Forney | |
| 2020-06-15 | Use variable name that matches ninja variable | Michael Forney | |
| 2020-05-10 | Lua 5.1 compatibility | Michael Forney | |
| 2020-03-01 | Add support for architecture-dependent sources | Michael Forney | |
| 2020-01-29 | Move toolchain config into config.lua | Michael Forney | |
| 2020-01-29 | Add support for building multiple configurations | Michael Forney | |
| Now, you can build in separate directories per configuration: mkdir foo (cd foo && ../setup.lua) samu -C foo | |||
| 2019-11-17 | Add more short command descriptions | Michael Forney | |
| 2019-11-17 | Use wayland-scanner public-code to avoid warning | Michael Forney | |
| 2019-09-19 | Use table to control waylandproto outputs | Michael Forney | |
| 2019-07-08 | Revert "tz: Honor config.fs when writing tzdata.index" | Michael Forney | |
| This reverts commit 8b0c936479fe3435747fd06dccffea6d26583998. | |||
| 2019-07-07 | tz: Honor config.fs when writing tzdata.index | Michael Forney | |
| 2019-07-06 | No C++ components anymore | Michael Forney | |
| 2019-03-19 | Rename rev to ver, and keep track of package versions as well | Michael Forney | |
| 2018-11-03 | Update to stable xdg-shell | Michael Forney | |
| Since xdg-shell-unstable-5-protocol.c and xdg-shell-protocol.c define conflicting symbols, this commit updates swc, netsurf, mupdf, and st all at once. | |||
| 2018-05-10 | mpv: Update to 0.28.2 | Michael Forney | |
| This removes wayland SHM support for now (to be re-added later after adapting to the new wayland code). | |||
| 2018-02-18 | ncurses: Build ticlib, generated structured source list | Michael Forney | |
| 2018-02-16 | Add ability to build ffmpeg and libass into PIEs | Michael Forney | |
| 2018-02-16 | Port build scripts to POSIX shell | Michael Forney | |
| Since we are now using Lua to generate ninja files, use of rc in build scripts seems unnecessary and adds an additional bootstrap dependency. None of them are too fancy, so just port to POSIX sh instead. | |||
| 2017-12-30 | Add raw mode for iterlines | Michael Forney | |
| 2017-12-30 | Make a couple functions local | Michael Forney | |
| 2017-10-23 | Move $outdir/fetch.stamp -> $dir/fetch | Michael Forney | |
| 2017-09-25 | Just prepend $outdir/ to -b rather than changing directory | Michael Forney | |
| 2017-09-25 | Rewrite ninja generation scripts in Lua | Michael Forney | |
