Initial commit
This commit is contained in:
14
CHANGELOG.md
Normal file
14
CHANGELOG.md
Normal file
@@ -0,0 +1,14 @@
|
||||
# Changelog
|
||||
|
||||
All notable changes to cargoxx will be documented in this file.
|
||||
|
||||
## [Unreleased]
|
||||
|
||||
### Added
|
||||
- M0 repo skeleton: hand-written `CMakeLists.txt`, bootstrap `flake.nix`,
|
||||
empty C++23 module units for every component listed in `TECH_SPEC.md` §1
|
||||
(`util`, `exec`, `manifest`, `lockfile`, `layout`, `linkdb`, `resolver`,
|
||||
`codegen`, `cli`), root module `cargoxx`, and a stub `main.cpp` that
|
||||
builds an empty `cargoxx` binary.
|
||||
- `.clang-format` (LLVM, 100-column) and `.gitignore`.
|
||||
- `SPEC.md`, `TECH_SPEC.md`.
|
||||
Reference in New Issue
Block a user