summary refs log tree commit diff stats
path: root/tools/atlas/atlas.nim
Commit message (Collapse)AuthorAgeFilesLines
* Atlas: added an explicit --workspace option (#20532)Andreas Rumpf2022-10-101-3/+15
|
* implemented 'atlas install' command (#20530)Andreas Rumpf2022-10-101-52/+90
|
* atlas: added --cfgHere switch [backport] (#18873)Andreas Rumpf2021-09-201-6/+19
|
* Atlas: added 'extract' command, as promised (#18813)Andreas Rumpf2021-09-061-1/+9
|
* Remove unused imports, and deprecated function usage (#18663)Kyle Brown2021-08-111-1/+1
| | | | | | | * clean up imports and slice to remove delete * revert buggy code * Replace "delete" with setlen to remove depreciation warning
* atlas tool: testing via mocking (#18588)Andreas Rumpf2021-07-261-50/+137
| | | | | * atlas: refactoring * Atlas: do some basic testing via mocking
* atlas: minor changesAraq2021-07-211-2/+2
|
* attempt to support short commit hashes (#18514)Antonis Geralis2021-07-181-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 Rumpf2021-07-161-0/+390
* added Atlas helper tool * further improvements