e7c1be5e6a
								
							 
						 
						
							
								
								Builtin-toolchain prefix for debug  
							
							
							
						 
						преди 5 години  
				
					
						
							
								 
						
							
								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 години  
				
					
						
							
								 
						
							
								9cb284c816
								
							 
						 
						
							
								
								Merge branch 'feature/gcc-9-fixup' into develop  
							
							
							
						 
						преди 6 години  
				
					
						
							
								 
						
							
								329ec9848e
								
							 
						 
						
							
								
								Fixup some stray refs to gcc-8  
							
							
							
						 
						преди 6 години  
				
					
						
							
								 
						
							
								b05153d5cf
								
							 
						 
						
							
								
								Use gcc-9 in CI  
							
							
							
						 
						преди 6 години  
				
					
						
							
								 
						
							
								5d8e940dcd
								
							 
						 
						
							
								
								Merge branch 'feature/full-semver' into develop  
							
							
							
						 
						преди 6 години  
				
					
						
							
								 
						
							
								142cc0ac95
								
							 
						 
						
							
								
								Semver is now in a separate repo, we're using GCC 9 now  
							
							
							
						 
						преди 6 години  
				
					
						
							
								 
						
							
								a56a3947e0
								
							 
						 
						
							
								
								Implement all of semver  
							
							
							
						 
						преди 6 години  
				
					
						
							
								 
						
							
								aaea35e23b
								
							 
						 
						
							
								
								Remove the `--full` parameter  
							
							
							
						 
						преди 6 години  
				
					
						
							
								 
						
							
								9c2a245dfa
								
							 
						 
						
							
								
								Fix removal of a file causing a crash in deps tracking  
							
							
							
						 
						преди 6 години  
				
					
						
							
								 
						
							
								18e2066beb
								
							 
						 
						
							
								
								Merge branch 'feature/dep-tracking' into develop  
							
							
							
						 
						преди 6 години  
				
					
						
							
								 
						
							
								f07e6ca9cb
								
							 
						 
						
							
								
								Move `deps.hpp` all into build/  
							
							
							
						 
						преди 6 години  
				
					
						
							
								 
						
							
								c2d2bd6f31
								
							 
						 
						
							
								
								Cleanup compile_exec  
							
							
							
						 
						преди 6 години  
				
					
						
							
								 
						
							
								33e8fbdae1
								
							 
						 
						
							
								
								Rebase built-in toolchains from the DDS parser  
							
							
							
						 
						преди 6 години  
				
					
						
							
								 
						
							
								9de9bbb7d6
								
							 
						 
						
							
								
								Specify the output file for GNU-style deps  
							
							
							
						 
						преди 6 години  
				
					
						
							
								 
						
							
								26ed508a0a
								
							 
						 
						
							
								
								gcc-8 is the C compiler  
							
							
							
						 
						преди 6 години  
				
					
						
							
								 
						
							
								bf80d6a96b
								
							 
						 
						
							
								
								Fix the main source file not being marked as an input to the compilation  
							
							
							
						 
						преди 6 години  
				
					
						
							
								 
						
							
								7cea3a34f7
								
							 
						 
						
							
								
								Fix deps parsing from striping whitespace on non-deps output  
							
							
							
						 
						преди 6 години  
				
					
						
							
								 
						
							
								8d106a0eab
								
							 
						 
						
							
								
								Handle MSVC deps output for incremental compilation  
							
							
							
						 
						преди 6 години  
				
					
						
							
								 
						
							
								055cbe4354
								
							 
						 
						
							
								
								Add a remote for neo-sqlite3  
							
							
							
						 
						преди 6 години  
				
					
						
							
								 
						
							
								f806dba5ad
								
							 
						 
						
							
								
								Create a dir for the database before opening it  
							
							
							
						 
						преди 6 години  
				
					
						
							
								 
						
							
								c94bea0b68
								
							 
						 
						
							
								
								Function to parse MSVC output for compile deps  
							
							
							
						 
						преди 6 години  
				
					
						
							
								 
						
							
								1f14895a8f
								
							 
						 
						
							
								
								split_view doesn't allocate new strings  
							
							
							
						 
						преди 6 години  
				
					
						
							
								 
						
							
								2233043515
								
							 
						 
						
							
								
								Can't bind a filesystem::path as a string  
							
							
							
						 
						преди 6 години  
				
					
						
							
								 
						
							
								abf5586888
								
							 
						 
						
							
								
								Persist dependency information in an SQLite database, and use it do incremental compilation  
							
							
							
						 
						преди 6 години  
				
					
						
							
								 
						
							
								b2198488aa
								
							 
						 
						
							
								
								Access compile rules of a compile_file_plan  
							
							
							
						 
						преди 6 години  
				
					
						
							
								 
						
							
								1fca2fd03f
								
							 
						 
						
							
								
								Add arguments that handle the generation of compile dependency information.  
							
							
							
						 
						преди 6 години  
				
					
						
							
								 
						
							
								3755a15e2f
								
							 
						 
						
							
								
								bootstrap-p4  
							
							
							
						 
						преди 6 години  
				
					
						
							
								 
						
							
								42cba8986f
								
							 
						 
						
							
								
								Run full build as part of CI  
							
							
							
						 
						преди 6 години  
				
					
						
							
								 
						
							
								63b206fd7b
								
							 
						 
						
							
								
								Fix language detection (based on file extension)  
							
							Update build script to build our deps
Run the bootstrap builds in their respective directory 
							
						 
						преди 6 години  
				
					
						
							
								 
						
							
								5f38ebf341
								
							 
						 
						
							
								
								Merge branch 'feature/use-bootstrap-p3' into develop  
							
							
							
						 
						преди 6 години  
				
					
						
							
								 
						
							
								32236dfb93
								
							 
						 
						
							
								
								Merge branch 'feature/bootstrap-p3' into develop  
							
							
							
						 
						преди 6 години  
				
					
						
							
								 
						
							
								9479797b89
								
							 
						 
						
							
								
								Install ccache for CI, even though unused in Azure Pipeline  
							
							
							
						 
						преди 6 години  
				
					
						
							
								 
						
							
								8c0480ae89
								
							 
						 
						
							
								
								Announce usage of neo/buffer  
							
							
							
						 
						преди 6 години  
				
					
						
							
								 
						
							
								cdf7654771
								
							 
						 
						
							
								
								Enable -fconcepts for GCC builds  
							
							
							
						 
						преди 6 години  
				
					
						
							
								 
						
							
								3a0f668fb8
								
							 
						 
						
							
								
								Fix `#include` directive for catch-main cpp file  
							
							
							
						 
						преди 6 години  
				
					
						
							
								 
						
							
								fb3749cf27
								
							 
						 
						
							
								
								Use external neo/buffer  
							
							
							
						 
						преди 6 години  
				
					
						
							
								 
						
							
								5d3e49d2b6
								
							 
						 
						
							
								
								Remove unused logging.hpp  
							
							
							
						 
						преди 6 години  
				
					
						
							
								 
						
							
								44be1e12b3
								
							 
						 
						
							
								
								New bootstrap-p3  
							
							
							
						 
						преди 6 години  
				
					
						
							
								 
						
							
								7988561513
								
							 
						 
						
							
								
								Peru is gone  
							
							
							
						 
						преди 6 години  
				
					
						
							
								 
						
							
								810c0a69a3
								
							 
						 
						
							
								
								Formatting  
							
							
							
						 
						преди 6 години  
				
					
						
							
								 
						
							
								beb00fa96b
								
							 
						 
						
							
								
								Convert our tests to use Catch2  
							
							
							
						 
						преди 6 години  
				
					
						
							
								 
						
							
								87add9d5f8
								
							 
						 
						
							
								
								Embedded dependencies are GONE!  
							
							
							
						 
						преди 6 години  
				
					
						
							
								 
						
							
								dfa559c1df
								
							 
						 
						
							
								
								Bootstrap phase 3 is now the basis  
							
							
							
						 
						преди 6 години  
				
					
						
							
								 
						
							
								10d8613836
								
							 
						 
						
							
								
								Incorrect flags used in executable linking  
							
							
							
						 
						преди 6 години  
				
					
						
							
								 
						
							
								4c94414b9d
								
							 
						 
						
							
								
								Specify the tests directory for pytest  
							
							
							
						 
						преди 6 години  
				
					
						
							
								 
						
							
								bd05c2f595
								
							 
						 
						
							
								
								Fix missing flags when linking executables  
							
							
							
						 
						преди 6 години  
				
					
						
							
								 
						
							
								ac0da1f0c4
								
							 
						 
						
							
								
								Merge branch 'feature/get-deps' into develop  
							
							
							
						 
						преди 6 години  
				
					
						
							
								 
						
							
								8c5c462fba
								
							 
						 
						
							
								
								Use a different temp basedir for pytest to prevent long paths  
							
							
							
						 
						преди 6 години  
				
					
						
							
								 
						
							
								9b15738526
								
							 
						 
						
							
								
								Fix windows: Can't replace an executable that is currently open  
							
							
							
						 
						преди 6 години