vector-of-bool
eb4d0acb6f
Everything passes mypy and pylint
4 anos atrás
vector-of-bool
4840a02263
old-catalog is moved
4 anos atrás
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.
4 anos atrás
vector-of-bool
9b639bd187
Update tests and CI to use HTTP repo
4 anos atrás
vector-of-bool
b7df47661a
Pulling catalogs from repositories!
4 anos atrás
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 anos atrás
vector-of-bool
c25e239cd9
Update build-deps to use new dependency string parsing
4 anos atrás
vector-of-bool
e799c287c5
Add Hinnant's `date` library
4 anos atrás
vector-of-bool
57854be1cd
Fix usage string in magic_enum test
4 anos atrás
vector-of-bool
0b9a7ce77b
CryptoPP has trouble on FreeBSD
4 anos atrás
vector-of-bool
8c4597f793
No more updates to the old catalog file
4 anos atrás
vector-of-bool
b5bf4922cc
New spdlog. Make spdlog use an external fmt
4 anos atrás
vector-of-bool
5d0aef7834
Don't run the deps-tests by default
4 anos atrás
vector-of-bool
4f193485c0
Add exhaustive test cases for the initial catalog contents
4 anos atrás
vector-of-bool
c80b8027e5
New shape for dependency listings
4 anos atrás
vector-of-bool
a3ed414db8
Catalog JSON now requried a 'depends' as an array
4 anos atrás
vector-of-bool
e0a4f6d732
Remove old .dds parsing code, and update tests appropriately
4 anos atrás
vector-of-bool
0122cc8946
Change dependency parsing to not expect a space in the dep string
4 anos atrás
vector-of-bool
34aa29feeb
Disable CryptoPP's asm, as Homebrew GCC doesn't like it.
4 anos atrás
vector-of-bool
6f7e1c98f2
Wrong test name for Crypto++
4 anos atrás
vector-of-bool
6952c51256
Set correct language version for str.data() to be non-const char*
4 anos atrás
vector-of-bool
5c9c907405
Set arch flags to enable intrinsics for the Crypto++ test build
4 anos atrás
vector-of-bool
b0704b550f
Tweak test cases for better use coverage
4 anos atrás
vector-of-bool
a1ad20fb7e
revive pkg-transform with a better semester loader
4 anos atrás
vector-of-bool
01928f27ae
Allow simple fs transformations on cloned repos for the catalog
4 anos atrás
vector-of-bool
e43bb7915b
Migrate fully to new json5-based packaging
4 anos atrás
vector-of-bool
027b7b9a84
Default to static linking runtime libs with GCC and Clang
4 anos atrás
vector-of-bool
c09558eb8d
`build-deps` now uses json5 as well
4 anos atrás
vector-of-bool
4157ce571e
Use json5 toolchain files
4 anos atrás
vector-of-bool
5565294072
Update tests and docs to refer to library.json5
4 anos atrás
vector-of-bool
8e7e83fedb
The `namespace` field is now required
4 anos atrás
vector-of-bool
9f82212bdc
Transition to using JSON5 for package manifests
4 anos atrás
vector-of-bool
4cb09040ee
Bump dep version used in build-deps test to work on MSVC
5 anos atrás
vector-of-bool
c481b92f94
Emit a libman index for build-deps
5 anos atrás
vector-of-bool
b12bdf83ec
Separate type to record dependencies only
5 anos atrás
vector-of-bool
cef6707c36
`build-deps` command to build a set of dependencies
5 anos atrás
vector-of-bool
a2b36cc5df
Downloading deps now takes place as part of the main build
5 anos atrás
vector-of-bool
6dcfe381a5
Remove old `deps build` code
5 anos atrás
vector-of-bool
f9b4d5f85c
Fix up all tests to work with the catalog
5 anos atrás
vector-of-bool
329ec9848e
Fixup some stray refs to gcc-8
5 anos atrás
vector-of-bool
409dc2c83e
Use package_id in remote package listings
5 anos atrás
vector-of-bool
fc98d9d859
End-to-end test to get, build, and use an external library
5 anos atrás
vector-of-bool
8546a5722a
Automatic package generation from unchanged Git remotes
5 anos atrás
vector-of-bool
8aaa7d8f91
Test that downloads a remote package and uses it in an executable
5 anos atrás
vector-of-bool
89db2af764
Use an HTTP URL to clone the git remote
5 anos atrás
vector-of-bool
62b60c2dfe
New smoke tests based on pytest
5 anos atrás