Age | Commit message (Expand) | Author |
---|---|---|
2021-06-15 | Re-link if link flags change. | Bent Bisballe Nyeng |
2021-06-15 | Recompile affected files if compiler flags change in build configuration. | Bent Bisballe Nyeng |
2021-06-13 | Add support for multiple build configurations. | Bent Bisballe Nyeng |
2021-06-13 | Clean up Makefile | Bent Bisballe Nyeng |
2021-06-13 | Move execution code into its own function and use from all tasks. | Bent Bisballe Nyeng |
2021-06-13 | Make task an abstract class and make CC and LD versions of it. | Bent Bisballe Nyeng |
2021-06-13 | Use vfork/exec instead of system for compiler invocation. | Bent Bisballe Nyeng |
2021-06-12 | Skip non-dirty tasks. | Bent Bisballe Nyeng |
2021-06-12 | Limit number of threads | Bent Bisballe Nyeng |
2021-06-12 | Comparison using dg sources | Bent Bisballe Nyeng |
2021-06-11 | Flags'n'stuff | Bent Bisballe Nyeng |
2021-06-11 | Refactor at 4'o clock | Bent Bisballe Nyeng |
2021-06-11 | Naiive async compilation | Bent Bisballe Nyeng |
2021-06-11 | Simple build config with dependency tracking. | Bent Bisballe Nyeng |