Version: 1.2, Package name: samurai-1.2 |
Maintained by: Brian Callahan |
Master sites: |
Description samurai is a ninja-compatible build tool written in C99 with a focus on simplicity, speed, and portability. samurai implements the ninja build language through version 1.9.0. It uses the same format for .ninja_log and .ninja_deps as ninja, currently version 5 and 4 respectively. It is feature-complete and supports most of the same options as ninja. |
Filesize: 31.942 KB |
Version History (View Complete History) |
|
2021-06-03 15:22:02 by Brian Callahan | Files touched by this commit (3) |
Log message: Fixes for CVE-2021-30218 and CVE-2021-30219 ok tb@ |
2020-12-21 15:47:37 by Brian Callahan | Files touched by this commit (3) |
Log message: Update to samurai-1.2 Changelog: https://github.com/michaelforney/samurai/releases/tag/1.2 |
2020-04-11 22:14:36 by Kurt Mosiejczuk | Files touched by this commit (2) |
Log message: base-gcc doesn't like -Wpedantic Patch that out of Makefile Fixes build on sparc64 (and presumably other base-gcc arches) ok bcallah@ (maintainer) |
2020-03-30 14:02:42 by Brian Callahan | Files touched by this commit (2) |
Log message: Update to samurai-1.1 Changelog: https://github.com/michaelforney/samurai/releases/tag/1.1 |