6b4c6b4e53
								
							 
						 
						
							
								
								Fix type annot in self_build script  
							
							
							
						 
						5 yıl önce  
				
					
						
							
								 
						
							
								562272f6c2
								
							 
						 
						
							
								
								Add user-local default toolchain lookup semantics [ Close   #18 ] [Close  
							
							
							
						 
						5 yıl önce  
				
					
						
							
								 
						
							
								27de014c4a
								
							 
						 
						
							
								
								Remove `enhancement` and `bug` as default tags on documentation tickets  
							
							
							
						 
						5 yıl önce  
				
					
						
							
								 
						
							
								254e3476ff
								
							 
						 
						
							
								
								Rename source/library classes to match the doc terminology  
							
							
							
						 
						5 yıl önce  
				
					
						
							
								 
						
							
								b31ca94ca7
								
							 
						 
						
							
								
								Use the library's qualified-name in the build output  
							
							
							
						 
						5 yıl önce  
				
					
						
							
								 
						
							
								5d642813ed
								
									
										
											
								
							 
						 
						
							
								
								Merge pull request  #17  from vector-of-bool/feature/remove-fs-link-arg  
							
							Remove `-lstdc++fs` from the default link flags 
							
						 
						5 yıl önce  
				
					
						
							
								 
						
							
								b050ffdbe8
								
							 
						 
						
							
								
								Remove `-lstdc++fs` from the default link flags  
							
							
							
						 
						5 yıl önce  
				
					
						
							
								 
						
							
								7783e813ef
								
									
										
											
								
							 
						 
						
							
								
								Merge pull request  #13  from tcbrindle/develop  
							
							Fix for Clang not working with MacOS 
							
						 
						5 yıl önce  
				
					
						
							
								 
						
							
								e05237b068
								
							 
						 
						
							
								
								Don't attempt to link libstdc++fs when using Clang  
							
							On MacOS and (I think) most BSDs the default standard library is libc++, and so attempting to link with libstdc++fs does not work.
On Linux, where (AFAIK) most distros use Clang/libstdc++, this is going to mean link-time failures when using std::filesystem. In this case the user can add Link-Flags: -lstdc++fs to their toolchain file themselves as a fix. 
							
						 
						5 yıl önce  
				
					
						
							
								 
						
							
								39e44914bc
								
							 
						 
						
							
								
								(Attempted) fix for Clang not working with MacOS  
							
							This is intended to fix  #11 .
Unfortunately I haven't been able to successfully build DDS yet to actually try it out, but looking at the surrounding code it seems like the right solution... 
							
						 
						5 yıl önce  
				
					
						
							
								 
						
							
								cec40a326c
								
							 
						 
						
							
								
								Merge branch 'release/0.1.0-alpha.2' into develop  
							
							
							
						 
						5 yıl önce  
				
					
						
							
								 
						
							
								5a2a91659f
								
							 
						 
						
							
								
								New throw_user_errors for better error messages  
							
							
							
						 
						5 yıl önce  
				
					
						
							
								 
						
							
								b19207beb9
								
							 
						 
						
							
								
								Error page regarding unknown usage requirements  
							
							
							
						 
						5 yıl önce  
				
					
						
							
								 
						
							
								9282c0ae9a
								
							 
						 
						
							
								
								Explain duplicate-library errors  
							
							
							
						 
						5 yıl önce  
				
					
						
							
								 
						
							
								b69c96c485
								
							 
						 
						
							
								
								Explaining dependency resolution failures  
							
							
							
						 
						5 yıl önce  
				
					
						
							
								 
						
							
								cd01087db7
								
							 
						 
						
							
								
								Error for an existing source distribution  
							
							
							
						 
						5 yıl önce  
				
					
						
							
								 
						
							
								f9d6329957
								
							 
						 
						
							
								
								Document package ident and name requirements  
							
							
							
						 
						5 yıl önce  
				
					
						
							
								 
						
							
								077ecb0355
								
							 
						 
						
							
								
								Use a fix prior bootstrap that depended on a moving dep  
							
							
							
						 
						5 yıl önce  
				
					
						
							
								 
						
							
								0175f58f1f
								
							 
						 
						
							
								
								Add a simple README  
							
							
							
						 
						5 yıl önce  
				
					
						
							
								 
						
							
								19ea38407b
								
							 
						 
						
							
								
								License!  
							
							
							
						 
						5 yıl önce  
				
					
						
							
								 
						
							
								d0fe467d6e
								
									
										
											
								
							 
						 
						
							
								
								Merge pull request  #3  from vector-of-bool:feature/issue-templates  
							
							Prepare issue templates 
							
						 
						5 yıl önce  
				
					
						
							
								 
						
							
								d2485b3d84
								
							 
						 
						
							
								
								Prepare issue templates  
							
							
							
						 
						5 yıl önce  
				
					
						
							
								 
						
							
								2acc93bf0d
								
							 
						 
						
							
								
								More error messages  
							
							
							
						 
						5 yıl önce  
				
					
						
							
								 
						
							
								13a297ac32
								
							 
						 
						
							
								
								Error page for package layout issues  
							
							
							
						 
						5 yıl önce  
				
					
						
							
								 
						
							
								9c5b1eaef4
								
							 
						 
						
							
								
								Cross-reference config file failures with the appropriate docs  
							
							
							
						 
						5 yıl önce  
				
					
						
							
								 
						
							
								f351b05817
								
							 
						 
						
							
								
								More did-you-mean errors for config files  
							
							
							
						 
						5 yıl önce  
				
					
						
							
								 
						
							
								ef63413806
								
							 
						 
						
							
								
								Use the `gen-catalog-json.py` script to generate our catalog for CI  
							
							
							
						 
						5 yıl önce  
				
					
						
							
								 
						
							
								931af4895a
								
							 
						 
						
							
								
								"Did you mean" functionality is ready, but needs to be integrated everywhere  
							
							
							
						 
						5 yıl önce  
				
					
						
							
								 
						
							
								725755b8b7
								
							 
						 
						
							
								
								Print signal-exits from tests  
							
							
							
						 
						5 yıl önce  
				
					
						
							
								 
						
							
								6784110696
								
							 
						 
						
							
								
								Document tweaks to the catalog JSON  
							
							
							
						 
						5 yıl önce  
				
					
						
							
								 
						
							
								07ca7e03d9
								
							 
						 
						
							
								
								The `depends` key is optional in JSON import  
							
							
							
						 
						5 yıl önce  
				
					
						
							
								 
						
							
								6ae7eeb23f
								
							 
						 
						
							
								
								Flag to read stdin for `catalog import`  
							
							
							
						 
						5 yıl önce  
				
					
						
							
								 
						
							
								bb78f5ed2b
								
							 
						 
						
							
								
								`catalog show` to get info on a package  
							
							
							
						 
						5 yıl önce  
				
					
						
							
								 
						
							
								051fc2a690
								
							 
						 
						
							
								
								Catalog package can have descriptions  
							
							
							
						 
						5 yıl önce  
				
					
						
							
								 
						
							
								aff184e67a
								
							 
						 
						
							
								
								Pass -fconcepts for C++ only  
							
							
							
						 
						5 yıl önce  
				
					
						
							
								 
						
							
								4965b672ee
								
							 
						 
						
							
								
								Python script to generate a catalog json  
							
							
							
						 
						5 yıl önce  
				
					
						
							
								 
						
							
								c0282d3881
								
							 
						 
						
							
								
								Be sure to print linker output on link failure  
							
							
							
						 
						5 yıl önce  
				
					
						
							
								 
						
							
								c397e07996
								
							 
						 
						
							
								
								Point the error link to our now-hosted docs  
							
							
							
						 
						5 yıl önce  
				
					
						
							
								 
						
							
								0c68d10531
								
							 
						 
						
							
								
								Docs for version ranges  
							
							
							
						 
						5 yıl önce  
				
					
						
							
								 
						
							
								853af4aeef
								
							 
						 
						
							
								
								Clean up dest of docs output  
							
							
							
						 
						5 yıl önce  
				
					
						
							
								 
						
							
								a84c382ed9
								
							 
						 
						
							
								
								Merge branch 'feature/better-errors' into develop  
							
							
							
						 
						5 yıl önce  
				
					
						
							
								 
						
							
								137bfca94d
								
							 
						 
						
							
								
								More errors!  
							
							
							
						 
						5 yıl önce  
				
					
						
							
								 
						
							
								25f2efcc35
								
							 
						 
						
							
								
								More error docs  
							
							
							
						 
						5 yıl önce  
				
					
						
							
								 
						
							
								f75b7f0fa4
								
							 
						 
						
							
								
								Error message for git acquisition  
							
							
							
						 
						5 yıl önce  
				
					
						
							
								 
						
							
								5c4caf4eb1
								
							 
						 
						
							
								
								Working on new error reporting and troubleshooting  
							
							
							
						 
						5 yıl önce  
				
					
						
							
								 
						
							
								b7a3376902
								
							 
						 
						
							
								
								Formatting  
							
							
							
						 
						5 yıl önce  
				
					
						
							
								 
						
							
								4d6edd47e2
								
							 
						 
						
							
								
								Missing `#include`  
							
							
							
						 
						5 yıl önce  
				
					
						
							
								 
						
							
								7036e55a94
								
							 
						 
						
							
								
								Tweak formatting in dep failure messages  
							
							
							
						 
						5 yıl önce  
				
					
						
							
								 
						
							
								88f851fe79
								
							 
						 
						
							
								
								Tweak error punct and alignment  
							
							
							
						 
						5 yıl önce  
				
					
						
							
								 
						
							
								17ecc2b652
								
							 
						 
						
							
								
								We have dependency resolution failure explanations!  
							
							
							
						 
						5 yıl önce