chalet
chalet copied to clipboard
A cross-platform JSON-based project & build tool
Consider moving platform compile info to its own doc, or link to website
In this last stage, a user should be able to create their own package repository and it to their project. Chalet would check the urls, and pull them down somewhere...
At this stage, a primary repository should be built. It's more or less the same as the local one that was created in stage 2, but all the kinks with...
At this point, in-project packages should be as done as they can be. "Local to machine" means there's some kind of repository structure that describes packages and versions. A package...
In-Project means the build targets describe what `links`, `staticLinks`, `includeDirs`, `libDirs`, `searchPaths` that are needed (maybe others). A target that depends on such a build target simply `requires` it, where...
The wip exploration is in xcode-project.json and the "Build: Release (Xcode)" task, and hook into XcodeGen via Swift. https://github.com/yonaskolb/XcodeGen My original thinking: > 1. Generate an xcode-project.json (into the build...
Hi there! I am really intrigued by this project and wanted to test it out a bit. In my testing, I found that I don't have IntelliSense when editing files...
No dependency management yet at all. At the moment, the native-experimental strategy is used as the default in CI builds since deps are not needed there, but locally, it's not...
Looks like Apple clang (from Xcode 13.0) is still a no go. GCC 11 (from homebrew) has some functionality