Nelze vybrat více než 25 témat Téma musí začínat písmenem nebo číslem, může obsahovat pomlčky („-“) a může být dlouhé až 35 znaků.
vector-of-bool 42a8c745f7 Document usage from CMake [close #8] před 4 roky
.github/ISSUE_TEMPLATE Remove `enhancement` and `bug` as default tags on documentation tickets před 4 roky
docs Document usage from CMake [close #8] před 4 roky
res Add `tty_flags`, and only pass -fdiagnostics-color when output is a TTY před 4 roky
src `build-deps` now uses json5 as well před 4 roky
tests `build-deps` now uses json5 as well před 4 roky
tools Add `tty_flags`, and only pass -fdiagnostics-color when output is a TTY před 4 roky
.clang-format clang-format file před 5 roky
.gitignore Unneeded gitignores před 5 roky
LICENSE.txt License! před 4 roky
Makefile Don't automatically build docs for the sync server před 4 roky
README.md Add a simple README před 4 roky
azure-pipelines.yml Use json5 toolchain files před 4 roky
catalog.json Very rudimentary template rendering, only accesses a small number of resources yet. před 4 roky
library.dds Very rudimentary template rendering, only accesses a small number of resources yet. před 4 roky
library.jsonc Very rudimentary template rendering, only accesses a small number of resources yet. před 4 roky
package.dds Very rudimentary template rendering, only accesses a small number of resources yet. před 4 roky
package.jsonc Very rudimentary template rendering, only accesses a small number of resources yet. před 4 roky

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.