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.
John Robinson dc93b65cb5
add support for gnu99 C-language variant
преди 3 години
.github/ISSUE_TEMPLATE Bump version преди 3 години
data Unused data преди 3 години
docs Bump version преди 3 години
res add support for gnu99 C-language variant преди 3 години
site Make the site decent on mobile screens преди 4 години
src add support for gnu99 C-language variant преди 3 години
tests Error handling when package cache has an invalid item преди 3 години
tools Fixes for FreeBSD build преди 3 години
.clang-format clang-format file преди 5 години
.gitignore New-and-improved CI based around Poetry преди 3 години
.pylintrc Everything passes mypy and pylint преди 3 години
.style.yapf Python tests, and Python style преди 3 години
LICENSE.txt License! преди 4 години
Makefile Fixes for FreeBSD build преди 3 години
README.md Add a simple README преди 4 години
Vagrantfile Update FreeBSD build to use gcc-10 преди 4 години
azure-pipelines.yml Only deploy on 'master' builds преди 3 години
library.jsonc A new hand-rolled argument parsing library, of course преди 3 години
mypy.ini Everything passes mypy and pylint преди 3 години
old-catalog.json Pull fixes for neo-url преди 3 години
package.jsonc Bump version преди 3 години
poetry.lock More thorough dev-docs преди 3 години
pyproject.toml More thorough dev-docs преди 3 години
pytest.ini Publish test results as Junit XML преди 3 години

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.