| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 2020-02-18 | chore(mod): add go.modHEADv0.3.0master | 1 | -27/+0 | ||
| 2018-01-13 | feat(main): implement []string flag valuer | 1 | -1/+7 | ||
| Implement flag.Value to automnatically split strings into an array at their spaces. Change-Id: Ia9139e23d74a30acfc74cb65935bb7fc2b322aec | |||||
| 2017-12-15 | feat: replace parallel with a semaphore | 1 | -4/+10 | ||
| 2017-07-14 | feat(main): run jobs in parallel | 1 | -0/+15 | ||
| Ons systems with multiple CPUs, support running build jobs in parallel. This is currently a naive implementation, which only supports running `runtime.NumCPU()` jobs, with no additional configuration. | |||||
