vector-of-bool
74826991a1
Remove JSON catalog and FS transforms.
Significantly simplify some code, and removes a lot of hacks.
Now, the proper way to get packages is from an HTTP repository.
The mkrepo.py uses the content of the old catalog.json to populate
a dds repository. This is also used in the test cases to spawn
repositories as test fixtures.
pirms 4 gadiem
vector-of-bool
9b639bd187
Update tests and CI to use HTTP repo
pirms 4 gadiem
vector-of-bool
60ce2155d8
Python tests, and Python style
pirms 4 gadiem
vector-of-bool
fe0cac022c
New neo-url dep
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
34b6f0b733
HTTP session utility
Pull neo-io and neo-http
fix: failbit will cause exceptions on EOF
pirms 4 gadiem
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.
pirms 4 gadiem
vector-of-bool
5cbecef15d
New semester version fixes conflict with neo-concepts update
pirms 4 gadiem
vector-of-bool
4c2040a310
We can create and import sdists as gzip-compressed tar files
pirms 4 gadiem
vector-of-bool
594e936f76
New catalog generation automatically pulls deps from GitHub
pirms 4 gadiem
vector-of-bool
d6c7e04008
Add toml++ 2.0.0
pirms 4 gadiem
vector-of-bool
e799c287c5
Add Hinnant's `date` library
pirms 4 gadiem
vector-of-bool
e3f97106c1
Patch-in a configuration header for libsodium
pirms 4 gadiem
vector-of-bool
8c4597f793
No more updates to the old catalog file
pirms 4 gadiem
vector-of-bool
b5bf4922cc
New spdlog. Make spdlog use an external fmt
pirms 4 gadiem
vector-of-bool
3ca0f65b7f
MSVC can't handle our scale
pirms 4 gadiem
vector-of-bool
b305b60e94
Add an "initial catalog" with several popular and useful libraries
pirms 4 gadiem
vector-of-bool
c80b8027e5
New shape for dependency listings
pirms 4 gadiem
vector-of-bool
a1ad20fb7e
revive pkg-transform with a better semester loader
pirms 4 gadiem
vector-of-bool
df2725f264
Globs remember their pattern string
Update neo-fun dep
pirms 4 gadiem
vector-of-bool
e43bb7915b
Migrate fully to new json5-based packaging
pirms 4 gadiem
vector-of-bool
69720f0a44
Very rudimentary template rendering, only accesses a small number of resources yet.
pirms 4 gadiem
vector-of-bool
aae87696fb
Proper semester and json5 libs are available
pirms 4 gadiem
vector-of-bool
9f82212bdc
Transition to using JSON5 for package manifests
pirms 4 gadiem
vector-of-bool
63676532fb
Add vob/json5 to the catalog
pirms 4 gadiem
vector-of-bool
ef63413806
Use the `gen-catalog-json.py` script to generate our catalog for CI
pirms 4 gadiem
vector-of-bool
051fc2a690
Catalog package can have descriptions
pirms 4 gadiem
vector-of-bool
4965b672ee
Python script to generate a catalog json
pirms 4 gadiem