Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | feat(windows): show icon in terminal titlebar, taskbar #20607 | Enan Ajmain | 2022-10-13 |
| | | | closes #20071 | ||
* | build: rename build-related dirs | Justin M. Keyes | 2022-06-28 |
Problem: Dirs "config", "packaging", and "third-party" are all closely related but this is not obvious from the layout. This adds friction for new contributors. Solution: - rename config/ to cmake.config/ - rename test/config/ to test/cmakeconfig/ because it is used in Lua tests: require('test.cmakeconfig.paths'). - rename packaging/ to cmake.packaging/ - rename third-party/ to cmake.deps/ (parallel with .deps/) |