Age | Commit message (Expand) | Author |
2024-04-03 | Hardcode hooksPath in bild | Ben Sima |
2024-04-01 | Make bild exception for git hooks | Ben Sima |
2024-04-01 | Rename .bash files to .sh | Ben Sima |
2024-04-01 | Add --jobs and --cpus to bild | Ben Sima |
2023-10-10 | Add beryllium and connect via VPN | Ben Sima |
2023-10-10 | Allow for infinite timeout in bild | Ben Sima |
2023-10-10 | Don't swallow namespace-parsing errors | Ben Sima |
2023-10-03 | Add rundeps feature to bild | Ben Sima |
2023-10-03 | Rename BIZ_ROOT to CODEROOT | Ben Sima |
2023-09-21 | Add a 10-minute timeout for all builds | Ben Sima |
2023-09-20 | Prototype Mynion | Ben Sima |
2023-08-21 | Refactor the build system for readability | Ben Sima |
2023-08-17 | Nixify C build | Ben Sima |
2023-08-17 | Nixify rust build | Ben Sima |
2023-08-16 | Log and return output to caller | Ben Sima |
2023-08-16 | Run lint | Ben Sima |
2023-08-07 | Working nixified python build | Ben Sima |
2023-08-07 | Add hostname to Local | Ben Sima |
2023-08-07 | Set BIZ_ROOT in nix builder | Ben Sima |
2023-08-07 | Remove unneeded nix-instantiate arguments | Ben Sima |
2023-08-07 | Documentation improvements | Ben Sima |
2023-08-03 | Add packageSet argument | Ben Sima |
2023-08-03 | Move buildPhase to a nix-instantiate argument | Ben Sima |
2023-08-02 | Better log message | Ben Sima |
2023-08-02 | Factor out nix builder into Haskell.nix | Ben Sima |
2023-07-31 | Implement nix builds for Haskell | Ben Sima |
2023-07-31 | Capture and return stdout from proc | Ben Sima |
2023-07-31 | Add srcs to Target | Ben Sima |
2023-07-31 | Prototype nix expression generation | Ben Sima |
2023-07-28 | Add NIX_CFLAGS_COMPILE and some deps | Ben Sima |
2023-04-28 | Parse more meta in scheme code | Ben Sima |
2023-01-06 | Use str instead of Text.pack | Ben Sima |
2023-01-06 | Fix guile lib building bug | Ben Sima |
2023-01-05 | Fix a bug where I couldn't bild from a subdir | Ben Sima |
2023-01-05 | Also log bild output to a file | Ben Sima |
2022-10-28 | Factor out metadata handling into Biz.Bild.Meta | Ben Sima |
2022-10-26 | Support building with SDL | Ben Sima |
2022-08-09 | Use wrapper and compiler fields from Target | Ben Sima |
2022-08-08 | Remove some TODOs | Ben Sima |
2022-08-05 | Load asdf before loading the target file | Ben Sima |
2022-08-05 | Refactoring to simplify some code | Ben Sima |
2022-08-05 | Combine GhcLib and GhcExe into just Ghc | Ben Sima |
2022-08-04 | Add wutbar glyph and use it | Ben Sima |
2022-08-04 | Improve bild logging | Ben Sima |
2022-08-03 | Fix bild test | Ben Sima |
2022-08-03 | Distinguish between output name and output path | Ben Sima |
2022-08-03 | Print bild JSON analysis as a dictionary instead of a stream | Ben Sima |
2022-08-03 | Key analyses on Namespace, not FilePath | Ben Sima |
2022-08-03 | Fold analyses with a caching container | Ben Sima |
2022-08-03 | Add compilerFlags to Target | Ben Sima |