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 33d8eb564b Log note about restarts for environment changes 3 years ago
.github/ISSUE_TEMPLATE Bump version 4 years ago
data Unused data 3 years ago
docs More thorough dev-docs 3 years ago
res Update Catch2, and significantly compress it, 3 years ago
site Make the site decent on mobile screens 4 years ago
src Log note about restarts for environment changes 3 years ago
tests Disable stdin import test on Windows 3 years ago
tools More thorough dev-docs 3 years ago
.clang-format clang-format file 5 years ago
.gitignore New-and-improved CI based around Poetry 3 years ago
.pylintrc Everything passes mypy and pylint 3 years ago
.style.yapf Python tests, and Python style 3 years ago
LICENSE.txt License! 4 years ago
Makefile More thorough dev-docs 3 years ago
README.md Add a simple README 4 years ago
Vagrantfile Update FreeBSD build to use gcc-10 4 years ago
azure-pipelines.yml Only deploy on 'master' builds 3 years ago
library.jsonc A new hand-rolled argument parsing library, of course 3 years ago
mypy.ini Everything passes mypy and pylint 3 years ago
old-catalog.json Pull fixes for neo-url 3 years ago
package.jsonc A new hand-rolled argument parsing library, of course 3 years ago
poetry.lock More thorough dev-docs 3 years ago
pyproject.toml More thorough dev-docs 3 years ago
pytest.ini Publish test results as Junit XML 3 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.