Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | atlas: added --cfgHere switch [backport] (#18873) | Andreas Rumpf | 2021-09-20 | 1 | -6/+19 |
| | |||||
* | Atlas: added 'extract' command, as promised (#18813) | Andreas Rumpf | 2021-09-06 | 1 | -1/+9 |
| | |||||
* | Remove unused imports, and deprecated function usage (#18663) | Kyle Brown | 2021-08-11 | 2 | -2/+1 |
| | | | | | | | * clean up imports and slice to remove delete * revert buggy code * Replace "delete" with setlen to remove depreciation warning | ||||
* | make proc names consistent (#18626) | flywind | 2021-08-01 | 1 | -1/+1 |
| | | | | | * rename `endswith` to `endsWith` * rename | ||||
* | Modify atlas test for short commit hashes (#18619) | Antonis Geralis | 2021-07-30 | 3 | -4/+2 |
| | | | | | | | * test commit hashes support * Update testdata.nim * remove extra newlines | ||||
* | atlas tool: testing via mocking (#18588) | Andreas Rumpf | 2021-07-26 | 12 | -58/+385 |
| | | | | | * atlas: refactoring * Atlas: do some basic testing via mocking | ||||
* | atlas: minor changes | Araq | 2021-07-21 | 1 | -2/+2 |
| | |||||
* | attempt to support short commit hashes (#18514) | Antonis Geralis | 2021-07-18 | 1 | -5/+16 |
| | | | | | | | | | * attempt to support short commit hashes Not sure if that's the correct way and what happens when the short hash matches "head" * need to remove # * Output needs to be stripped of newlines | ||||
* | added Atlas helper tool (#18497) | Andreas Rumpf | 2021-07-16 | 5 | -0/+744 |
* added Atlas helper tool * further improvements |