Vous ne pouvez pas sélectionner plus de 25 sujets Les noms de sujets doivent commencer par une lettre ou un nombre, peuvent contenir des tirets ('-') et peuvent comporter jusqu'à 35 caractères.
vector-of-bool 42a8c745f7 Document usage from CMake [close #8] il y a 4 ans
.github/ISSUE_TEMPLATE Remove `enhancement` and `bug` as default tags on documentation tickets il y a 4 ans
docs Document usage from CMake [close #8] il y a 4 ans
res Add `tty_flags`, and only pass -fdiagnostics-color when output is a TTY il y a 4 ans
src `build-deps` now uses json5 as well il y a 4 ans
tests `build-deps` now uses json5 as well il y a 4 ans
tools Add `tty_flags`, and only pass -fdiagnostics-color when output is a TTY il y a 4 ans
.clang-format clang-format file il y a 5 ans
.gitignore Unneeded gitignores il y a 5 ans
LICENSE.txt License! il y a 4 ans
Makefile Don't automatically build docs for the sync server il y a 4 ans
README.md Add a simple README il y a 4 ans
azure-pipelines.yml Use json5 toolchain files il y a 4 ans
catalog.json Very rudimentary template rendering, only accesses a small number of resources yet. il y a 4 ans
library.dds Very rudimentary template rendering, only accesses a small number of resources yet. il y a 4 ans
library.jsonc Very rudimentary template rendering, only accesses a small number of resources yet. il y a 4 ans
package.dds Very rudimentary template rendering, only accesses a small number of resources yet. il y a 4 ans
package.jsonc Very rudimentary template rendering, only accesses a small number of resources yet. il y a 4 ans

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.