Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Get rid of git submodule | Sergey Avseyev | 2015-05-26 | 1 | -0/+0 |
| | |||||
* | Make csources a submodule | Adam Strzelecki | 2015-05-03 | 1 | -0/+0 |
| | | | | | | | | | | | 1. Solves a problem that updating Nim sources we have no indication we need to update csources as well. 2. Using submodule we can explicitly request that some Nim version requires some csources version to bootstrap. 3. build.sh now simply calls: git submodule update --init --depth 1 instead shallow clone on missing csources subdirectory. | ||||
* | implements #78 | Araq | 2014-10-26 | 1 | -0/+0 |
| | |||||
* | Fixed FD_SET casing | Erik O'Leary | 2014-10-10 | 1 | -0/+0 |