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 ce3e3d72c3 Share paths utils between Linux+FreeBSD пре 4 година
.github/ISSUE_TEMPLATE Remove `enhancement` and `bug` as default tags on documentation tickets пре 4 година
docs Document usage from CMake [close #8] пре 4 година
res Add `tty_flags`, and only pass -fdiagnostics-color when output is a TTY пре 4 година
src Share paths utils between Linux+FreeBSD пре 4 година
tests `build-deps` now uses json5 as well пре 4 година
tools FreeBSD has a different GCC binary name пре 4 година
.clang-format clang-format file пре 5 година
.gitignore Unneeded gitignores пре 5 година
LICENSE.txt License! пре 4 година
Makefile Don't automatically build docs for the sync server пре 4 година
README.md Add a simple README пре 4 година
azure-pipelines.yml Use json5 toolchain files пре 4 година
catalog.json Very rudimentary template rendering, only accesses a small number of resources yet. пре 4 година
library.dds Very rudimentary template rendering, only accesses a small number of resources yet. пре 4 година
library.jsonc Very rudimentary template rendering, only accesses a small number of resources yet. пре 4 година
package.dds Very rudimentary template rendering, only accesses a small number of resources yet. пре 4 година
package.jsonc Very rudimentary template rendering, only accesses a small number of resources yet. пре 4 година

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.