vector-of-bool
84eb94d9f7
We can pull basic catalog info via HTTP
pirms 4 gadiem
vector-of-bool
a0a8bdf1c2
'repoman' for managing static package repositories
pirms 4 gadiem
vector-of-bool
e2d64cd409
OpenSSL support
- CI step cleanups, and get openssl for windows
- WORKAROUND: Bug in libgcc in certain conditions with partial pthread
linked statically.
pirms 4 gadiem
vector-of-bool
36d10d787e
Packages can now be imported over HTTP
pirms 4 gadiem
vector-of-bool
bf4d020203
Fix handling of non-ASCII paths and arguments
Also, run all tests in a path with cyrillic chars and spaces
pirms 4 gadiem
vector-of-bool
4c2040a310
We can create and import sdists as gzip-compressed tar files
pirms 4 gadiem
vector-of-bool
707de851ad
`dds compile-file` to compile individual files
pirms 4 gadiem
vector-of-bool
fe92d539cd
Range v0.11 compatibility
pirms 4 gadiem
vector-of-bool
cdc9b6d620
Significantly improved logging, and log-level cli param
pirms 4 gadiem
vector-of-bool
fae2776f66
spdlog is slow to compile. Wrap in a shim
pirms 4 gadiem
vector-of-bool
5f3a4e8eb5
Parallelize downloading of dependencies from Git
pirms 4 gadiem
vector-of-bool
2df0b27af6
Option to import the initial catalog content at any time
pirms 4 gadiem
vector-of-bool
a1ad20fb7e
revive pkg-transform with a better semester loader
pirms 4 gadiem
vector-of-bool
4212131ab0
Overhaul catalog import to use semester, disable repo transforms for now.
pirms 5 gadiem
vector-of-bool
edaaac1258
Missing init for inlnie pkg_info
pirms 5 gadiem
vector-of-bool
5e3c668f57
Remove libman-style toolchain code
pirms 5 gadiem
vector-of-bool
4157ce571e
Use json5 toolchain files
pirms 5 gadiem
vector-of-bool
2e4f592d17
Permit either `.json5`, `.jsonc`, or `.json` extensions
pirms 5 gadiem
vector-of-bool
9f82212bdc
Transition to using JSON5 for package manifests
pirms 5 gadiem
vector-of-bool
562272f6c2
Add user-local default toolchain lookup semantics [ Close #18 ] [Close
pirms 5 gadiem
vector-of-bool
931af4895a
"Did you mean" functionality is ready, but needs to be integrated everywhere
pirms 5 gadiem
vector-of-bool
6ae7eeb23f
Flag to read stdin for `catalog import`
pirms 5 gadiem
vector-of-bool
bb78f5ed2b
`catalog show` to get info on a package
pirms 5 gadiem
vector-of-bool
051fc2a690
Catalog package can have descriptions
pirms 5 gadiem
vector-of-bool
25f2efcc35
More error docs
pirms 5 gadiem
vector-of-bool
f75b7f0fa4
Error message for git acquisition
pirms 5 gadiem
vector-of-bool
5c4caf4eb1
Working on new error reporting and troubleshooting
pirms 5 gadiem
vector-of-bool
c481b92f94
Emit a libman index for build-deps
pirms 5 gadiem
vector-of-bool
b12bdf83ec
Separate type to record dependencies only
pirms 5 gadiem
vector-of-bool
cef6707c36
`build-deps` command to build a set of dependencies
pirms 5 gadiem
vector-of-bool
93ce3abbdf
Remove old build code
pirms 5 gadiem
vector-of-bool
b99d957bc3
Complete refactoring of builds
- Build execution is now entirely oriented around source distributions.
- Make a lot of build plan objects and methods more agnostic to the
build environment. This allows more flexibility and delays generation
of some build metadata, such that we are able to more easily generate
usage requirements data between libraries in the project.
pirms 5 gadiem
vector-of-bool
d053b0aef1
Rearrange `source_*` types
pirms 5 gadiem
vector-of-bool
6e471b7880
Cleanup for `library_plan`, and put executables in subdirs. (Required moving dds.main.cpp)
pirms 5 gadiem
vector-of-bool
6f8b23691b
Catalog doesn't do any solving, only the repo with the catalog's help
pirms 5 gadiem
vector-of-bool
a2b36cc5df
Downloading deps now takes place as part of the main build
pirms 5 gadiem
vector-of-bool
6dcfe381a5
Remove old `deps build` code
pirms 5 gadiem
vector-of-bool
8bf05a557d
Default-enable apps, tests, and warnings for the root project
pirms 5 gadiem
vector-of-bool
5c8b8fc791
Doc comments, and manifest.pk_id -> pkg_id
pirms 5 gadiem
vector-of-bool
04a10236ed
Building of dependencies is now run as part of the main build
pirms 5 gadiem
vector-of-bool
787465c6d4
We can list catalog contents
pirms 5 gadiem
vector-of-bool
a79be74102
We have version ranges!
pirms 5 gadiem
vector-of-bool
a25faaf1fb
Change `dependency` to store a version range, not just a version
pirms 5 gadiem
vector-of-bool
0730552bf9
Removed the old remote loading code
pirms 5 gadiem
vector-of-bool
9ddb873570
`ddds deps get` now uses the catalog, and `catalog add` for manually adding entries
pirms 5 gadiem
vector-of-bool
0d23ff3146
Put the obtained sdist in a useful location
pirms 5 gadiem
vector-of-bool
d448a1cded
Give the catalog a default path
pirms 5 gadiem
vector-of-bool
d3844017ff
New `get` for catalog, just a copy of old repo `get` for now
pirms 5 gadiem
vector-of-bool
955cb7acdb
Move catalog to its own dir, and start adding subcommands for it
pirms 5 gadiem
vector-of-bool
990e3503af
Incorporate the new package_id type, as use `@` as a name separator
pirms 5 gadiem