about summary refs log tree commit diff stats
path: root/templates/c (follow)
Commit message (Collapse)AuthorAge
* chore(templates): Symlink the new `optimize_images` scriptBenedikt Peetz2024-10-04
|
* fix(templates): Remove `*.lock` filesBenedikt Peetz2024-10-03
| | | | | | Creating new templates with these old lock files is just useless. So convey the need to regenerate them, by simply not shipping them.
* fix(templates/{awk,c,latex,shell}): Use one shared `cog.toml`Benedikt Peetz2024-09-30
|
* fix(common/scripts/cprh.sh): RemoveBenedikt Peetz2024-09-30
| | | | There was just no way to actually use this script in a useful manner.
* chore(templates): Add the new `git_template` directoryBenedikt Peetz2024-09-30
|
* fix(templates): Replace licensure by reuseBenedikt Peetz2024-08-03
|
* fix(templates): Remove now unneeded licensesBenedikt Peetz2024-08-03
| | | | These should be generated by `reuse`
* chore(templates): Use new common filesBenedikt Peetz2024-08-03
|
* fix(templates/c): Support multiple input files in makefileBenedikt Peetz2024-07-13
|
* refactor(common/): Remove the `files` subdirectoryBenedikt Peetz2024-06-11
|
* refactor(templates/): Move `LICENSE.spdx` and `README.md` to `common`Benedikt Peetz2024-06-11
|
* refactor(common): Use symlinks to state, which files should be replacedBenedikt Peetz2024-06-11
| | | | | | Every symlink in the `./templates` directory is now replaced with the file it points to, making it obvious that this file should not be edited.
* chore(version): v0.6.2Benedikt Peetz2024-04-02
|
* chore(version): v0.6.1Benedikt Peetz2024-04-02
|
* chore(templates): Update common filesBenedikt Peetz2024-04-02
|
* feat(treewide): Also remove hard-coded values in the `templates/` dirBenedikt Peetz2024-04-02
|
* chore(treewide): Update and format filesBenedikt Peetz2024-04-02
|
* feat(treewide): Use new `%INIT_` variablesBenedikt Peetz2024-04-02
|
* fix(templates/c): Make the `makefile` more standards complyingBenedikt Peetz2024-04-02
|
* chore(version): v0.4.2Benedikt Peetz2024-04-01
|
* chore(version): v0.4.1Benedikt Peetz2024-04-01
|
* refactor(templates): Instantiate all symlinksBenedikt Peetz2024-04-01
| | | | | Symlinks are copied verbatim, when nix initializes a template, thus symlinking common files does not work.
* fix(templates): Update already done templates with improvements from new onesBenedikt Peetz2024-04-01
|
* feat(c): Update to be in line with the my SOTABenedikt Peetz2024-03-31