Age | Commit message (Expand) | Author |
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 |
2022-08-02 | Simplify analyze code a bit more | Ben Sima |
2022-08-02 | Break up monolithic detectImports function | Ben Sima |
2022-07-29 | Implement Guile linking for C builds | Ben Sima |
2022-07-29 | Parse sysdeps for C code | Ben Sima |
2022-07-25 | Concurrently analyze transitive dependencies | Ben Sima |
2022-07-25 | Add basic support for building C code | Ben Sima |
2022-07-25 | Fix typo | Ben Sima |
2022-07-25 | Remove GHCJS support completely | Ben Sima |
2022-07-20 | Re-enable scheme builds | Ben Sima |
2022-07-19 | Provision lisp repls with nix | Ben Sima |
2022-07-19 | Upgrade nixpkgs, ghc923 | Ben Sima |
2022-07-17 | Add basic Rust support | Ben Sima |
2022-07-14 | Sort this enum alphabetically | Ben Sima |
2022-07-14 | Remove unnecessary Map | Ben Sima |