| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2018-10-03 | genconfig: Allow writing a full .config without incremental build info | Ulf Magnusson | |
| For projects that don't use incremental build information, it's a bit wasteful to generate it just to get an updated .config file to include in Makefiles. Add a '--config-out <filename>' option that just writes the updated .config file, for those cases. Also remove a redundant default=None argument for --sync-deps. None is the default value. | |||
| 2018-06-22 | genconfig: Remove unused sys import | Ulf Magnusson | |
| 2018-06-06 | genconfig: Fix weird wording in description | Ulf Magnusson | |
| 2018-06-06 | Add license tags to scripts | Ulf Magnusson | |
| Everything's ISC. | |||
| 2018-06-05 | Turn syncconfig.py into genconfig.py and generate header | Ulf Magnusson | |
| There should be a script available that generates the output header for the build. It usually makes sense to generate both the header and any incremental build information at the same time (automatically during build), so roll them both into the same script. | |||
