5f3d187df0
								
							 
						 
						
							
								
								Bump semver and range-v3 version, and add pubgrub dep  
							
							
							
						 
						5 anos atrás  
				
					
						
							
								 
						
							
								c69960a5f0
								
							 
						 
						
							
								
								Add missing operator== for lm pair iterator  
							
							
							
						 
						5 anos atrás  
				
					
						
							
								 
						
							
								a79be74102
								
							 
						 
						
							
								
								We have version ranges!  
							
							
							
						 
						5 anos atrás  
				
					
						
							
								 
						
							
								a25faaf1fb
								
							 
						 
						
							
								
								Change `dependency` to store a version range, not just a version  
							
							
							
						 
						5 anos atrás  
				
					
						
							
								 
						
							
								b9d438ab86
								
							 
						 
						
							
								
								Merge branch 'feature/repodb' into develop  
							
							
							
						 
						5 anos atrás  
				
					
						
							
								 
						
							
								f9b4d5f85c
								
							 
						 
						
							
								
								Fix up all tests to work with the catalog  
							
							
							
						 
						5 anos atrás  
				
					
						
							
								 
						
							
								0730552bf9
								
							 
						 
						
							
								
								Removed the old remote loading code  
							
							
							
						 
						5 anos atrás  
				
					
						
							
								 
						
							
								9ddb873570
								
							 
						 
						
							
								
								`ddds deps get` now uses the catalog, and `catalog add` for manually adding entries  
							
							
							
						 
						5 anos atrás  
				
					
						
							
								 
						
							
								0d23ff3146
								
							 
						 
						
							
								
								Put the obtained sdist in a useful location  
							
							
							
						 
						5 anos atrás  
				
					
						
							
								 
						
							
								d448a1cded
								
							 
						 
						
							
								
								Give the catalog a default path  
							
							
							
						 
						5 anos atrás  
				
					
						
							
								 
						
							
								d3844017ff
								
							 
						 
						
							
								
								New `get` for catalog, just a copy of old repo `get` for now  
							
							
							
						 
						5 anos atrás  
				
					
						
							
								 
						
							
								66f7b534fd
								
							 
						 
						
							
								
								New smoke tests for catalog operations  
							
							
							
						 
						5 anos atrás  
				
					
						
							
								 
						
							
								955cb7acdb
								
							 
						 
						
							
								
								Move catalog to its own dir, and start adding subcommands for it  
							
							
							
						 
						5 anos atrás  
				
					
						
							
								 
						
							
								6de88d9845
								
							 
						 
						
							
								
								Rename to `catalog` to avoid confusion  
							
							
							
						 
						5 anos atrás  
				
					
						
							
								 
						
							
								ff833ee583
								
							 
						 
						
							
								
								New remote repo database  
							
							
							
						 
						5 anos atrás  
				
					
						
							
								 
						
							
								91a23d4066
								
							 
						 
						
							
								
								Newer sqlite3 and semver libs  
							
							
							
						 
						5 anos atrás  
				
					
						
							
								 
						
							
								1588722c84
								
							 
						 
						
							
								
								Merge branch 'feature/pkg-id-type' into develop  
							
							
							
						 
						5 anos atrás  
				
					
						
							
								 
						
							
								147ced5c9a
								
							 
						 
						
							
								
								Test cases for Catch2 integration  
							
							
							
						 
						5 anos atrás  
				
					
						
							
								 
						
							
								60427b068e
								
							 
						 
						
							
								
								Merge branch 'develop' into feature/pkg-id-type  
							
							
							
						 
						5 anos atrás  
				
					
						
							
								 
						
							
								def2bad758
								
							 
						 
						
							
								
								`catch-runner` isn't even a thing  
							
							
							
						 
						5 anos atrás  
				
					
						
							
								 
						
							
								748d320e87
								
							 
						 
						
							
								
								Display a counter while compiling files  
							
							
							
						 
						5 anos atrás  
				
					
						
							
								 
						
							
								eb302c7ba6
								
							 
						 
						
							
								
								Merge branch 'develop' into feature/pkg-id-type  
							
							
							
						 
						5 anos atrás  
				
					
						
							
								 
						
							
								e7c1be5e6a
								
							 
						 
						
							
								
								Builtin-toolchain prefix for debug  
							
							
							
						 
						5 anos atrás  
				
					
						
							
								 
						
							
								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. 
							
						 
						6 anos atrás  
				
					
						
							
								 
						
							
								b2273b2ffb
								
							 
						 
						
							
								
								Merge branch 'develop' into feature/pkg-id-type  
							
							# Conflicts:
#	azure-pipelines.yml 
							
						 
						6 anos atrás  
				
					
						
							
								 
						
							
								9cb284c816
								
							 
						 
						
							
								
								Merge branch 'feature/gcc-9-fixup' into develop  
							
							
							
						 
						6 anos atrás  
				
					
						
							
								 
						
							
								329ec9848e
								
							 
						 
						
							
								
								Fixup some stray refs to gcc-8  
							
							
							
						 
						6 anos atrás  
				
					
						
							
								 
						
							
								b05153d5cf
								
							 
						 
						
							
								
								Use gcc-9 in CI  
							
							
							
						 
						6 anos atrás  
				
					
						
							
								 
						
							
								cbebbe1650
								
							 
						 
						
							
								
								Use gcc-9 in CI  
							
							
							
						 
						6 anos atrás  
				
					
						
							
								 
						
							
								409dc2c83e
								
							 
						 
						
							
								
								Use package_id in remote package listings  
							
							
							
						 
						6 anos atrás  
				
					
						
							
								 
						
							
								990e3503af
								
							 
						 
						
							
								
								Incorporate the new package_id type, as use `@` as a name separator  
							
							
							
						 
						6 anos atrás  
				
					
						
							
								 
						
							
								4eb8c508f1
								
							 
						 
						
							
								
								A `package_id` type  
							
							
							
						 
						6 anos atrás  
				
					
						
							
								 
						
							
								5d8e940dcd
								
							 
						 
						
							
								
								Merge branch 'feature/full-semver' into develop  
							
							
							
						 
						6 anos atrás  
				
					
						
							
								 
						
							
								142cc0ac95
								
							 
						 
						
							
								
								Semver is now in a separate repo, we're using GCC 9 now  
							
							
							
						 
						6 anos atrás  
				
					
						
							
								 
						
							
								a56a3947e0
								
							 
						 
						
							
								
								Implement all of semver  
							
							
							
						 
						6 anos atrás  
				
					
						
							
								 
						
							
								aaea35e23b
								
							 
						 
						
							
								
								Remove the `--full` parameter  
							
							
							
						 
						6 anos atrás  
				
					
						
							
								 
						
							
								9c2a245dfa
								
							 
						 
						
							
								
								Fix removal of a file causing a crash in deps tracking  
							
							
							
						 
						6 anos atrás  
				
					
						
							
								 
						
							
								18e2066beb
								
							 
						 
						
							
								
								Merge branch 'feature/dep-tracking' into develop  
							
							
							
						 
						6 anos atrás  
				
					
						
							
								 
						
							
								f07e6ca9cb
								
							 
						 
						
							
								
								Move `deps.hpp` all into build/  
							
							
							
						 
						6 anos atrás  
				
					
						
							
								 
						
							
								c2d2bd6f31
								
							 
						 
						
							
								
								Cleanup compile_exec  
							
							
							
						 
						6 anos atrás  
				
					
						
							
								 
						
							
								33e8fbdae1
								
							 
						 
						
							
								
								Rebase built-in toolchains from the DDS parser  
							
							
							
						 
						6 anos atrás  
				
					
						
							
								 
						
							
								9de9bbb7d6
								
							 
						 
						
							
								
								Specify the output file for GNU-style deps  
							
							
							
						 
						6 anos atrás  
				
					
						
							
								 
						
							
								26ed508a0a
								
							 
						 
						
							
								
								gcc-8 is the C compiler  
							
							
							
						 
						6 anos atrás  
				
					
						
							
								 
						
							
								bf80d6a96b
								
							 
						 
						
							
								
								Fix the main source file not being marked as an input to the compilation  
							
							
							
						 
						6 anos atrás  
				
					
						
							
								 
						
							
								7cea3a34f7
								
							 
						 
						
							
								
								Fix deps parsing from striping whitespace on non-deps output  
							
							
							
						 
						6 anos atrás  
				
					
						
							
								 
						
							
								8d106a0eab
								
							 
						 
						
							
								
								Handle MSVC deps output for incremental compilation  
							
							
							
						 
						6 anos atrás  
				
					
						
							
								 
						
							
								055cbe4354
								
							 
						 
						
							
								
								Add a remote for neo-sqlite3  
							
							
							
						 
						6 anos atrás  
				
					
						
							
								 
						
							
								f806dba5ad
								
							 
						 
						
							
								
								Create a dir for the database before opening it  
							
							
							
						 
						6 anos atrás  
				
					
						
							
								 
						
							
								c94bea0b68
								
							 
						 
						
							
								
								Function to parse MSVC output for compile deps  
							
							
							
						 
						6 anos atrás  
				
					
						
							
								 
						
							
								1f14895a8f
								
							 
						 
						
							
								
								split_view doesn't allocate new strings  
							
							
							
						 
						6 anos atrás