Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | tools/deps: fix git dir check (#15470) | alaviss | 2020-10-02 | 1 | -2/+6 |
| | | | | On Windows, a successful call will have a trailing newline appended, so strip that away before doing any checks. | ||||
* | koch, compiler: bundle fusion as part of the source archive (#15409) | alaviss | 2020-09-26 | 1 | -4/+21 |
| | | | | This allows distributions to build Nim from the downloaded source archive without an Internet connection. | ||||
* | move tinyc to a separate repo and allow installing external dependencency ↵ | Timothee Cour | 2020-04-03 | 1 | -0/+22 |
(eg tinyc) from koch / library code (#13850) * remove tinyc * installDeps * update tinyc paths |