You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
vector-of-bool 6ce2e6c5d8 Better toolchain docs, and document the defaults 4 years ago
.github/ISSUE_TEMPLATE Remove `enhancement` and `bug` as default tags on documentation tickets 4 years ago
docs Better toolchain docs, and document the defaults 4 years ago
res Add `tty_flags`, and only pass -fdiagnostics-color when output is a TTY 4 years ago
src Change spelling of toolchain template args 4 years ago
tests Very rudimentary template rendering, only accesses a small number of resources yet. 4 years ago
tools Add `tty_flags`, and only pass -fdiagnostics-color when output is a TTY 4 years ago
.clang-format clang-format file 5 years ago
.gitignore Unneeded gitignores 5 years ago
LICENSE.txt License! 4 years ago
Makefile Clean up dest of docs output 4 years ago
README.md Add a simple README 4 years ago
azure-pipelines.yml Use json5 toolchain files 4 years ago
catalog.json Very rudimentary template rendering, only accesses a small number of resources yet. 4 years ago
library.dds Very rudimentary template rendering, only accesses a small number of resources yet. 4 years ago
library.jsonc Very rudimentary template rendering, only accesses a small number of resources yet. 4 years ago
package.dds Very rudimentary template rendering, only accesses a small number of resources yet. 4 years ago
package.jsonc Very rudimentary template rendering, only accesses a small number of resources yet. 4 years ago

README.md

dds - A Build System and Library Manager

dds is a modern take on build system and library dependency management for C and C++ projects. It aims to be easy to use for beginners and experts alike, and maximally discoverable.

To learn more, refer to the official documentation.