Age | Commit message (Expand) | Author |
2021-08-26 | Remove Makefile and add minimalistic README. | Bent Bisballe Nyeng |
2021-08-26 | Prepend target name to object files. | Bent Bisballe Nyeng |
2021-08-26 | Bootstrap | Bent Bisballe Nyeng |
2021-07-10 | Individual target builds. | Bent Bisballe Nyeng |
2021-07-10 | Print target names instead of target files when listing targets. | Bent Bisballe Nyeng |
2021-07-10 | Fix warnings. | Bent Bisballe Nyeng |
2021-06-30 | Change '-l' argument (list files) to '-L' and add '-l' argument to list targets. | Bent Bisballe Nyeng |
2021-06-23 | Add env vars to configure cmd. | Bent Bisballe Nyeng |
2021-06-23 | A little less to do ;-) | Bent Bisballe Nyeng |
2021-06-23 | Add configure checks for programs and be more consistent with the use of the ... | Bent Bisballe Nyeng |
2021-06-23 | Fix args. | Bent Bisballe Nyeng |
2021-06-23 | Split libcppbuild.cc into multiple files/modules. | Bent Bisballe Nyeng |
2021-06-22 | Setting V env variable overloads the verbosity. | Bent Bisballe Nyeng |
2021-06-22 | Add parameters to add, delete and list build configurations. | Bent Bisballe Nyeng |
2021-06-22 | Add option to print entire configure parameter database. | Bent Bisballe Nyeng |
2021-06-21 | Distinguish between host and target builds. | Bent Bisballe Nyeng |
2021-06-20 | Introduction of configuration generation for controlling tool-chain. | Bent Bisballe Nyeng |
2021-06-20 | Add convenience macro for registering build config call-backs. | Bent Bisballe Nyeng |
2021-06-20 | Exit after printing help. | Bent Bisballe Nyeng |
2021-06-20 | Add explicit target types (with 'auto' being the default) | Bent Bisballe Nyeng |
2021-06-20 | Add build deps to Makefile. | Bent Bisballe Nyeng |
2021-06-20 | Print error if max build configurations are exceeded. | Bent Bisballe Nyeng |
2021-06-19 | Add compilation database generation. | Bent Bisballe Nyeng |
2021-06-19 | Clean up example build config files. | Bent Bisballe Nyeng |
2021-06-19 | Example bootstrap file | Bent Bisballe Nyeng |
2021-06-19 | Convenience type for build configuration list. | Bent Bisballe Nyeng |
2021-06-19 | Fail on missing dependecies and trigger re-build if depends list changes in b... | Bent Bisballe Nyeng |
2021-06-19 | Exit earlier if there is no work to do. | Bent Bisballe Nyeng |
2021-06-19 | Make include paths work relative to the build config files. | Bent Bisballe Nyeng |
2021-06-19 | Make sources relative to the build-file (include paths are still relative to ... | Bent Bisballe Nyeng |
2021-06-19 | Support multiple build config files. | Bent Bisballe Nyeng |
2021-06-19 | Make self-aware (and recompile/re-launch as needed) | Bent Bisballe Nyeng |
2021-06-19 | Add .so target. Fix ready state checks. | Bent Bisballe Nyeng |
2021-06-18 | New dependency system. | Bent Bisballe Nyeng |
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 |