vector-of-bool
20f8b070d3
Fix transposed lm namespace/name
преди 5 години
vector-of-bool
6f8b23691b
Catalog doesn't do any solving, only the repo with the catalog's help
преди 5 години
vector-of-bool
7d3192fe4f
Fix tag for neo-buffer ep
преди 5 години
vector-of-bool
a2b36cc5df
Downloading deps now takes place as part of the main build
преди 5 години
vector-of-bool
c74b73cfcb
Create the catalog's parent dir before opening
преди 5 години
vector-of-bool
a245f306d5
Libman generation code is gone (for now)
преди 5 години
vector-of-bool
6dcfe381a5
Remove old `deps build` code
преди 5 години
vector-of-bool
9db197fff4
Built deps go in a subdirectory of _build, not the root
преди 5 години
vector-of-bool
1e9f9ee3b3
Honor the subdir in archive paths, and create tha parent before archiving
преди 5 години
vector-of-bool
7597b2d54c
If an output is missing, it's out-of-date
преди 5 години
vector-of-bool
8bf05a557d
Default-enable apps, tests, and warnings for the root project
преди 5 години
vector-of-bool
fbef91dc94
Building now requires a deps repo
преди 5 години
vector-of-bool
5c8b8fc791
Doc comments, and manifest.pk_id -> pkg_id
преди 5 години
vector-of-bool
86b3ffa058
Move package_manifest and package_id into a subdir
преди 5 години
vector-of-bool
19bc70d2f8
Move the library types into a subdirectory
преди 5 години
vector-of-bool
b28dbd417c
Fix compile progress counter
преди 5 години
vector-of-bool
04a10236ed
Building of dependencies is now run as part of the main build
преди 5 години
vector-of-bool
787465c6d4
We can list catalog contents
преди 5 години
vector-of-bool
e2c1b6d6bb
Re-inserting a package into the catalog will replace it
преди 5 години
vector-of-bool
5bace8b3c3
Merge branch 'feature/version-ranges' into develop
преди 5 години
vector-of-bool
83460d619e
Silence conversion warning from range-v3 0.10.0
преди 5 години
vector-of-bool
1a66102a7e
pubgrub 0.1.2 fixes GCC 9.2.0 (which is in Homebrew)
преди 5 години
vector-of-bool
123b0bb9fc
Pubgrub 0.1.1 fixes for MSVC
преди 5 години
vector-of-bool
5f3d187df0
Bump semver and range-v3 version, and add pubgrub dep
преди 5 години
vector-of-bool
c69960a5f0
Add missing operator== for lm pair iterator
преди 5 години
vector-of-bool
a79be74102
We have version ranges!
преди 5 години
vector-of-bool
a25faaf1fb
Change `dependency` to store a version range, not just a version
преди 5 години
vector-of-bool
b9d438ab86
Merge branch 'feature/repodb' into develop
преди 5 години
vector-of-bool
f9b4d5f85c
Fix up all tests to work with the catalog
преди 5 години
vector-of-bool
0730552bf9
Removed the old remote loading code
преди 5 години
vector-of-bool
9ddb873570
`ddds deps get` now uses the catalog, and `catalog add` for manually adding entries
преди 5 години
vector-of-bool
0d23ff3146
Put the obtained sdist in a useful location
преди 5 години
vector-of-bool
d448a1cded
Give the catalog a default path
преди 5 години
vector-of-bool
d3844017ff
New `get` for catalog, just a copy of old repo `get` for now
преди 5 години
vector-of-bool
66f7b534fd
New smoke tests for catalog operations
преди 5 години
vector-of-bool
955cb7acdb
Move catalog to its own dir, and start adding subcommands for it
преди 5 години
vector-of-bool
6de88d9845
Rename to `catalog` to avoid confusion
преди 5 години
vector-of-bool
ff833ee583
New remote repo database
преди 5 години
vector-of-bool
91a23d4066
Newer sqlite3 and semver libs
преди 5 години
vector-of-bool
1588722c84
Merge branch 'feature/pkg-id-type' into develop
преди 5 години
vector-of-bool
147ced5c9a
Test cases for Catch2 integration
преди 5 години
vector-of-bool
60427b068e
Merge branch 'develop' into feature/pkg-id-type
преди 5 години
vector-of-bool
def2bad758
`catch-runner` isn't even a thing
преди 5 години
vector-of-bool
748d320e87
Display a counter while compiling files
преди 5 години
vector-of-bool
eb302c7ba6
Merge branch 'develop' into feature/pkg-id-type
преди 5 години
vector-of-bool
e7c1be5e6a
Builtin-toolchain prefix for debug
преди 5 години
vector-of-bool
85ae3b2150
Attach mtimes to individual deps, not files. Fixes a miscompile (!!)
Fix bug:
- Assume X and Y depend on Z
- X and Y both compile clean.
- A change is made to Z
- X and Y are now "out-of-date," and marked to compile.
- The change causes a failure in X, but Y still compiles clean.
- Because X compiles clean, the database will be updated and store the new mtime of Z!
- Attempting to compile again, the mtime of Z will not be considered "changed" since the last compile.
- X depends on Z, but Z is not marked "changed," and X will not be recompiled, even though it is still in a dirty state!
- Linking of X and Y produces wild results. UB. ORD NDR. Badness.
The fix is to have the edges in the graph between inputs and outputs
store the mtime of the input, rather than to store that mtime on the
file itself. Thus, each individual relationship between inputs and
outputs will track the "outdated-ness" of themselves.
This also adds a test which can correctly reproduce the issue in absense of the fix.
преди 5 години
vector-of-bool
b2273b2ffb
Merge branch 'develop' into feature/pkg-id-type
# Conflicts:
# azure-pipelines.yml
преди 5 години
vector-of-bool
9cb284c816
Merge branch 'feature/gcc-9-fixup' into develop
преди 5 години
vector-of-bool
329ec9848e
Fixup some stray refs to gcc-8
преди 5 години