vector-of-bool
c160953106
Update neo-sqlite3, generalize package remotes via URLs
This is a large changeset that changes the way we store package
remote info. In these changes, package remotes are entirely
encoded in a single URL. This will help reduce complexity
down the road when multiple different remote types are supported.
The kind of a remote is specified by the URL's scheme, and the
URL parsing differs based on the scheme. For now, only git+http
and git+https are supported.
This comes along with a change to the format of the catalog JSON.
Remote information is now entirely encoded in a URL string.
4 years ago
vector-of-bool
9a02f2436c
We want -MQ instead of -MT for mkfile deps
4 years ago
vector-of-bool
bf4d020203
Fix handling of non-ASCII paths and arguments
Also, run all tests in a path with cyrillic chars and spaces
4 years ago
vector-of-bool
0e53c86840
Support for wide strings in obtaining Windows env vars
4 years ago
vector-of-bool
d711d59e13
Fix logging exceptions generating bad format strings. Oops.
4 years ago
vector-of-bool
f5b6dd0080
Make the _build/ dir before copying the freebsd artifact from the VM
4 years ago
vector-of-bool
b9f1f264ca
Merge branch 'release/0.1.0-alpha.5' into develop
4 years ago
vector-of-bool
77325d3064
Update FreeBSD build to use gcc-10
4 years ago
vector-of-bool
ab16e71d3a
Bump version
4 years ago
vector-of-bool
22164ad3e9
Update docs on source dists to reflect new tarball format, and some
doc cleanup
4 years ago
vector-of-bool
8814945ece
Check that sdist exports are limited to relevant files
4 years ago
vector-of-bool
7c2cb1c26c
Merge branch 'feature/sdist-tar' into develop
4 years ago
vector-of-bool
5891ca0ce9
--no-clean for faster CI build runs in dev
4 years ago
vector-of-bool
4829527e4d
Stop using deprecated decls, and fix missing header for back_inserter
4 years ago
vector-of-bool
5cbecef15d
New semester version fixes conflict with neo-concepts update
4 years ago
vector-of-bool
472b0274a8
Cleanup of toolchains, more for different purposes
4 years ago
vector-of-bool
4c2040a310
We can create and import sdists as gzip-compressed tar files
4 years ago
vector-of-bool
f47b0c134f
Update package schema for new depends strings
4 years ago
vector-of-bool
9a46118c28
Fix linker order, again
4 years ago
vector-of-bool
2e9fe665c5
Clarify message in import collision for repo
4 years ago
vector-of-bool
cbe1a7d03c
Remove extraneous link variables, and fix ordering of linker inputs
4 years ago
vector-of-bool
384339d3b6
Document new `debug` and `runtime` option values
4 years ago
vector-of-bool
b4502486b1
python-setuptools is required on Linux now
4 years ago
vector-of-bool
3fe1ba95be
Set definition for libc++ debug
4 years ago
vector-of-bool
707de851ad
`dds compile-file` to compile individual files
4 years ago
vector-of-bool
594e936f76
New catalog generation automatically pulls deps from GitHub
4 years ago
vector-of-bool
fe92d539cd
Range v0.11 compatibility
4 years ago
vector-of-bool
949ad60322
Merge branch 'feature/docs-site-theme' into develop
4 years ago
vector-of-bool
ab3db5e37f
Link static on Linux
4 years ago
vector-of-bool
ab8b542b69
Missing #include for logging
4 years ago
vector-of-bool
d6c7e04008
Add toml++ 2.0.0
4 years ago
vector-of-bool
db5900a3a6
Hugo docs are generated differently
4 years ago
vector-of-bool
f989fdec0c
Convert docs to emit HTML templates for Hugo to import
4 years ago
vector-of-bool
ec5b178959
Merge branch 'feature/log-levels' into develop
4 years ago
vector-of-bool
cdc9b6d620
Significantly improved logging, and log-level cli param
4 years ago
vector-of-bool
7f3dad4dfc
/FS is required for parallel access to a separate .pdb file
4 years ago
vector-of-bool
a4f4c418c9
Merge branch 'feature/tc-runtime-lib' into develop
4 years ago
vector-of-bool
e259992656
More flexible control over debug/runtime flag selection
4 years ago
vector-of-bool
21edf27107
Missing #include for assert()
4 years ago
vector-of-bool
88634e0be0
Set Windows console to UTF-8, and prevent unexpected formatting
4 years ago
vector-of-bool
ef887e644b
Complete migration to fmt 7.0
4 years ago
vector-of-bool
007d5dfd43
Win32 NOMINMAX
4 years ago
vector-of-bool
fae2776f66
spdlog is slow to compile. Wrap in a shim
4 years ago
vector-of-bool
7ff8a3ebb1
Tweak deployment paths
4 years ago
vector-of-bool
e4ea3ac336
Cleanup and path fixes
4 years ago
vector-of-bool
f2739101aa
Update to use alpha.4 to build ourself
4 years ago
vector-of-bool
751b97364d
Tweaking pipeline to be multi-stage
4 years ago
vector-of-bool
157af69f7d
Fix build and self_build in prep for new bootstrap phase
4 years ago
vector-of-bool
c25e239cd9
Update build-deps to use new dependency string parsing
4 years ago
vector-of-bool
e1ceaf33dc
Tweak toolchain flags and enable Werror
4 years ago