| Age | Commit message (Collapse) | Author |
|
This commit fixes local path resolution for rust Cargo.toml crates on
windows
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
support libc++ std module
|
|
|
|
|
|
|
|
|
|
use compinst for msvc when possible
|
|
parallelise dependency scanning
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
we're already doing a DFS to sort modules and it already check for
circular imports, so instead of rolling a custom detection afterward
just signal the circular dependency when detected in the DFS
|
|
Refactor modules support
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|