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 6502fbf2f1 Merge branch 'feature/config-info' into develop пре 5 година
.github/ISSUE_TEMPLATE Remove `enhancement` and `bug` as default tags on documentation tickets пре 5 година
docs Update docs and strings for json-based toolchains пре 5 година
res Impelment JSON5-based toolchain files пре 5 година
src Very rudimentary template rendering, only accesses a small number of resources yet. пре 5 година
tests Very rudimentary template rendering, only accesses a small number of resources yet. пре 5 година
tools Very rudimentary template rendering, only accesses a small number of resources yet. пре 5 година
.clang-format clang-format file пре 5 година
.gitignore Unneeded gitignores пре 5 година
LICENSE.txt License! пре 5 година
Makefile Clean up dest of docs output пре 5 година
README.md Add a simple README пре 5 година
azure-pipelines.yml Use json5 toolchain files пре 5 година
catalog.json Very rudimentary template rendering, only accesses a small number of resources yet. пре 5 година
library.dds Very rudimentary template rendering, only accesses a small number of resources yet. пре 5 година
library.jsonc Very rudimentary template rendering, only accesses a small number of resources yet. пре 5 година
package.dds Very rudimentary template rendering, only accesses a small number of resources yet. пре 5 година
package.jsonc Very rudimentary template rendering, only accesses a small number of resources yet. пре 5 година

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.