b6ab6e34b7
								
							 
						 
						
							
								
								Capture URL _after_ redirects  
							
							
							
						 
						4 years ago  
				
					
						
							
								 
						
							
								bd7236131d
								
							 
						 
						
							
								
								Add support for tweak-headers  
							
							
							
						 
						4 years ago  
				
					
						
							
								 
						
							
								bba5c46a5d
								
							 
						 
						
							
								
								Rename from some old names, and increase timeout on cryptopp build  
							
							
							
						 
						4 years ago  
				
					
						
							
								 
						
							
								c878e7a0c7
								
							 
						 
						
							
								
								Emit an includable CMake file that imports results from build-deps  
							
							
							
						 
						4 years ago  
				
					
						
							
								 
						
							
								f0be61c689
								
							 
						 
						
							
								
								Don't ask for the package ID with repoman add, we can just get it  
							
							
							
						 
						4 years ago  
				
					
						
							
								 
						
							
								e7136b6b0b
								
							 
						 
						
							
								
								Clean up did-you-mean handling for argument_parser  
							
							
							
						 
						4 years ago  
				
					
						
							
								 
						
							
								2e4ca9b356
								
							 
						 
						
							
								
								Better handling of system_error when loading toolchain files  
							
							
							
						 
						4 years ago  
				
					
						
							
								 
						
							
								1bbd32aa05
								
							 
						 
						
							
								
								Cleaner error handling in dds::open  
							
							
							
						 
						4 years ago  
				
					
						
							
								 
						
							
								055af6e10e
								
							 
						 
						
							
								
								Only "did-you-mean" on subcommands for the tail argument parser  
							
							
							
						 
						4 years ago  
				
					
						
							
								 
						
							
								2170331461
								
							 
						 
						
							
								
								'pkg import' can import directories that are source distributions  
							
							
							
						 
						4 years ago  
				
					
						
							
								 
						
							
								3323ec90b6
								
							 
						 
						
							
								
								'sdist create' -> 'pkg create'  
							
							
							
						 
						4 years ago  
				
					
						
							
								 
						
							
								8d8853cb95
								
							 
						 
						
							
								
								Provide did-you-mean for command-line arguments  
							
							
							
						 
						4 years ago  
				
					
						
							
								 
						
							
								c960646256
								
							 
						 
						
							
								
								Clean up sdist-create output  
							
							
							
						 
						4 years ago  
				
					
						
							
								 
						
							
								318853fef1
								
							 
						 
						
							
								
								Set a timeout on spawn CI subprocesses. (default is 5 min)  
							
							
							
						 
						4 years ago  
				
					
						
							
								 
						
							
								5fb021bebf
								
							 
						 
						
							
								
								More error handling to help diagnose issues in CI  
							
							
							
						 
						4 years ago  
				
					
						
							
								 
						
							
								b9e5c67c49
								
							 
						 
						
							
								
								Catch unexpected system_error during repoman_add  
							
							
							
						 
						4 years ago  
				
					
						
							
								 
						
							
								01ea6dc6a9
								
							 
						 
						
							
								
								'pkg search' subcommand  
							
							
							
						 
						4 years ago  
				
					
						
							
								 
						
							
								2376aa6f99
								
							 
						 
						
							
								
								Fix: fansi detects if the win console supports styling  
							
							
							
						 
						4 years ago  
				
					
						
							
								 
						
							
								8c026b10e5
								
							 
						 
						
							
								
								Add repo-1.dds.pizza as a pkg remote on initial db migration:  
							
							- Add a getenv() abstraction that is more versatile than the std:: one 
							
						 
						4 years ago  
				
					
						
							
								 
						
							
								0b87d6efcc
								
							 
						 
						
							
								
								Support styled output in Windows consoles  
							
							
							
						 
						4 years ago  
				
					
						
							
								 
						
							
								f674e680cf
								
							 
						 
						
							
								
								Merge branch 'feature/update-catch2' into develop  
							
							
							
						 
						4 years ago  
				
					
						
							
								 
						
							
								c50c4a8082
								
							 
						 
						
							
								
								Update Catch2, and significantly compress it,  
							
							also some formatting and a missing header 
							
						 
						4 years ago  
				
					
						
							
								 
						
							
								722262e042
								
							 
						 
						
							
								
								Merge branch 'feature/generated-cmd-cleanup' into develop  
							
							
							
						 
						4 years ago  
				
					
						
							
								 
						
							
								afbf9aed65
								
							 
						 
						
							
								
								Run build tests with -ldebug  
							
							
							
						 
						4 years ago  
				
					
						
							
								 
						
							
								ad337f67c3
								
							 
						 
						
							
								
								Fix: Don't add -static runtime flags with built-in toolchains. [ Fix   #25 ]  
							
							
							
						 
						4 years ago  
				
					
						
							
								 
						
							
								efa04f08fb
								
							 
						 
						
							
								
								Fix compiler warnings being hidden by default (ouch)  
							
							
							
						 
						4 years ago  
				
					
						
							
								 
						
							
								8bd9bf6bf6
								
							 
						 
						
							
								
								Significant cleanup and improvement for compilation caching  
							
							- Re-display compiler output from prior compilations [Close  #26 ]
- Track compilation durations, with a rolling average. Will later be used for an ETA display
- It's still not nearly where it _could_ be, but that will have to wait. 
							
						 
						4 years ago  
				
					
						
							
								 
						
							
								2c7478e408
								
							 
						 
						
							
								
								Handle SIGQUIT  
							
							
							
						 
						4 years ago  
				
					
						
							
								 
						
							
								50afb22ab5
								
							 
						 
						
							
								
								Fix: Useless exception print on user-cancellation. Add a missing cancellation point  
							
							
							
						 
						4 years ago  
				
					
						
							
								 
						
							
								aa79f5c38f
								
							 
						 
						
							
								
								Fix unrendered style string  
							
							
							
						 
						4 years ago  
				
					
						
							
								 
						
							
								a8913f3ca7
								
							 
						 
						
							
								
								Load locales so that we get proper digit separators when LANG is set  
							
							
							
						 
						4 years ago  
				
					
						
							
								 
						
							
								84dc581963
								
							 
						 
						
							
								
								Reduce lengthy compile commands by removing dup include-paths  
							
							
							
						 
						4 years ago  
				
					
						
							
								 
						
							
								4ae3392b5e
								
							 
						 
						
							
								
								Merge branch 'feature/static-http-repo' into develop  
							
							
							
						 
						4 years ago  
				
					
						
							
								 
						
							
								26c938e1cf
								
							 
						 
						
							
								
								Missing test case for building lib with failing tests  
							
							
							
						 
						4 years ago  
				
					
						
							
								 
						
							
								ca12ed4fac
								
							 
						 
						
							
								
								Output styling library  
							
							
							
						 
						4 years ago  
				
					
						
							
								 
						
							
								3d3eb26460
								
							 
						 
						
							
								
								Refactors of did-you-mean to simplify  
							
							
							
						 
						4 years ago  
				
					
						
							
								 
						
							
								81b3a669ad
								
							 
						 
						
							
								
								Logging tweaks to use events, in prep for new CLI  
							
							
							
						 
						4 years ago  
				
					
						
							
								 
						
							
								3b6df3c4af
								
							 
						 
						
							
								
								'pkg repo remove' subcommand, and tweak did-you-mean error handling  
							
							
							
						 
						4 years ago  
				
					
						
							
								 
						
							
								a37525486d
								
							 
						 
						
							
								
								A few remaining code mentions of "catalog"  
							
							
							
						 
						4 years ago  
				
					
						
							
								 
						
							
								18b23ed4f0
								
							 
						 
						
							
								
								'pkg repo ls' to list registered package repos  
							
							
							
						 
						4 years ago  
				
					
						
							
								 
						
							
								9a67d6728b
								
							 
						 
						
							
								
								Refactor remote package database entries to be more stable around URLs stored in the DB, and storing URLs in repo DBs as well  
							
							
							
						 
						4 years ago  
				
					
						
							
								 
						
							
								0be0a2f39a
								
							 
						 
						
							
								
								pkg_info -> pkg_listing  
							
							
							
						 
						4 years ago  
				
					
						
							
								 
						
							
								272580bd6c
								
							 
						 
						
							
								
								github: URLs for adding remote listings  
							
							
							
						 
						4 years ago  
				
					
						
							
								 
						
							
								fd171870e3
								
							 
						 
						
							
								
								'repoman add' to add repositories based on a URL  
							
							
							
						 
						4 years ago  
				
					
						
							
								 
						
							
								964136f984
								
							 
						 
						
							
								
								Drop the custom result type  
							
							
							
						 
						4 years ago  
				
					
						
							
								 
						
							
								5a8b5eac7e
								
							 
						 
						
							
								
								Rename pkg db tables, and fix logging typo  
							
							
							
						 
						4 years ago  
				
					
						
							
								 
						
							
								966a16edad
								
							 
						 
						
							
								
								More Boost.LEAF error handling, and starting some error handling tests  
							
							
							
						 
						4 years ago  
				
					
						
							
								 
						
							
								4be3c60ecf
								
							 
						 
						
							
								
								Check that there is a package for 'sdist create'  
							
							
							
						 
						4 years ago  
				
					
						
							
								 
						
							
								d35474cb6e
								
							 
						 
						
							
								
								Fix: create_directories() on empty paths  
							
							
							
						 
						4 years ago  
				
					
						
							
								 
						
							
								5163481a17
								
							 
						 
						
							
								
								macOS needs longer pauses to register a file time change  
							
							
							
						 
						4 years ago