summaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)Author
2024-03-01Bump indicatif from 0.17.4 to 0.17.8dependabot/cargo/indicatif-0.17.8dependabot[bot]
Bumps [indicatif](https://github.com/console-rs/indicatif) from 0.17.4 to 0.17.8. - [Release notes](https://github.com/console-rs/indicatif/releases) - [Commits](https://github.com/console-rs/indicatif/compare/0.17.4...0.17.8) --- updated-dependencies: - dependency-name: indicatif dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
2024-02-02Improve plot_progression.py scriptDavid Peter
2024-02-02Update execution-order illustrationDavid Peter
2024-02-02Update docs to reflect addition of --concludeJack O'Connor
I'm not use to inkscape but I did my best to insert the --conclude stage into the existing image without changing it too much.
2024-02-02Add --conclude option with testsJack O'Connor
This implementation of --conclude is basically identical to the existing implementation for --prepare. I have not adapted any existing tests. All tests which test --conclude functionality are new. The --conclude commands will run in the same order in which they are supplied on the cli in the same manner as --prepare and there must either be one --conclude command, or else the same number of --concludes as there are commands.
2024-02-01Bump tempfile from 3.8.1 to 3.9.0dependabot[bot]
Bumps [tempfile](https://github.com/Stebalien/tempfile) from 3.8.1 to 3.9.0. - [Changelog](https://github.com/Stebalien/tempfile/blob/master/CHANGELOG.md) - [Commits](https://github.com/Stebalien/tempfile/compare/v3.8.1...v3.9.0) --- updated-dependencies: - dependency-name: tempfile dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
2024-02-01Bump libc from 0.2.151 to 0.2.153dependabot[bot]
Bumps [libc](https://github.com/rust-lang/libc) from 0.2.151 to 0.2.153. - [Release notes](https://github.com/rust-lang/libc/releases) - [Commits](https://github.com/rust-lang/libc/compare/0.2.151...0.2.153) --- updated-dependencies: - dependency-name: libc dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
2024-01-16Specify clap::ValueHint for argumentsAlbert Safin
2024-01-02Bump clap from 4.4.10 to 4.4.12dependabot[bot]
Bumps [clap](https://github.com/clap-rs/clap) from 4.4.10 to 4.4.12. - [Release notes](https://github.com/clap-rs/clap/releases) - [Changelog](https://github.com/clap-rs/clap/blob/master/CHANGELOG.md) - [Commits](https://github.com/clap-rs/clap/compare/v4.4.10...v4.4.12) --- updated-dependencies: - dependency-name: clap dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
2024-01-02Bump libc from 0.2.148 to 0.2.151dependabot[bot]
Bumps [libc](https://github.com/rust-lang/libc) from 0.2.148 to 0.2.151. - [Release notes](https://github.com/rust-lang/libc/releases) - [Commits](https://github.com/rust-lang/libc/compare/0.2.148...0.2.151) --- updated-dependencies: - dependency-name: libc dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
2024-01-02Add Bencher to list of toolsEverett Pompeii
Add Bencher to the list of tools. Bencher supports `hyperfine` with a built in adapter.
2024-01-02Fix CI errorDavid Peter
2023-12-01Bump clap from 4.4.6 to 4.4.10dependabot[bot]
Bumps [clap](https://github.com/clap-rs/clap) from 4.4.6 to 4.4.10. - [Release notes](https://github.com/clap-rs/clap/releases) - [Changelog](https://github.com/clap-rs/clap/blob/master/CHANGELOG.md) - [Commits](https://github.com/clap-rs/clap/compare/v4.4.6...v4.4.10) --- updated-dependencies: - dependency-name: clap dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
2023-12-01Bump tempfile from 3.8.0 to 3.8.1dependabot[bot]
Bumps [tempfile](https://github.com/Stebalien/tempfile) from 3.8.0 to 3.8.1. - [Changelog](https://github.com/Stebalien/tempfile/blob/master/CHANGELOG.md) - [Commits](https://github.com/Stebalien/tempfile/commits) --- updated-dependencies: - dependency-name: tempfile dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
2023-11-02Bump nix from 0.26.4 to 0.27.1dependabot[bot]
Bumps [nix](https://github.com/nix-rust/nix) from 0.26.4 to 0.27.1. - [Changelog](https://github.com/nix-rust/nix/blob/master/CHANGELOG.md) - [Commits](https://github.com/nix-rust/nix/compare/v0.26.4...v0.27.1) --- updated-dependencies: - dependency-name: nix dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
2023-11-02Bump serde_json from 1.0.107 to 1.0.108dependabot[bot]
Bumps [serde_json](https://github.com/serde-rs/json) from 1.0.107 to 1.0.108. - [Release notes](https://github.com/serde-rs/json/releases) - [Commits](https://github.com/serde-rs/json/compare/v1.0.107...v1.0.108) --- updated-dependencies: - dependency-name: serde_json dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
2023-10-23fix: add a space in the progress bar templateoverclockworked64
2023-10-18Remove dependency on `atty` and use `std::io::IsTerminal` insteadLena
2023-10-18Add openSUSE installation instructionsShun Sakai
2023-10-05Disable Windows GNU build, fails with 'Warning: corrupt .drectve at end of ↵v1.18.0David Peter
def file'
2023-10-05Bump MSRVDavid Peter
2023-10-05Update dependenciesDavid Peter
2023-10-05Updates for v1.18David Peter
2023-10-05Downgrade indicatif, see #670David Peter
2023-10-05Add support for microseconds, closes #684David Peter
2023-10-05Bump thiserror from 1.0.44 to 1.0.49dependabot[bot]
Bumps [thiserror](https://github.com/dtolnay/thiserror) from 1.0.44 to 1.0.49. - [Release notes](https://github.com/dtolnay/thiserror/releases) - [Commits](https://github.com/dtolnay/thiserror/compare/1.0.44...1.0.49) --- updated-dependencies: - dependency-name: thiserror dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
2023-10-05Bump serde from 1.0.179 to 1.0.188dependabot[bot]
Bumps [serde](https://github.com/serde-rs/serde) from 1.0.179 to 1.0.188. - [Release notes](https://github.com/serde-rs/serde/releases) - [Commits](https://github.com/serde-rs/serde/compare/v1.0.179...v1.0.188) --- updated-dependencies: - dependency-name: serde dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
2023-10-05cfg: adding more pre-processing for windows-only parserPedro Witzel
2023-10-05fmt: apply cargo fmt suggestionsPedro Witzel
2023-10-05 bug: quoting failure on windows-platform (#296)Pedro Witzel
2023-10-05test: windows quote argPedro Witzel
2023-09-08Bump actions/checkout from 3 to 4dependabot[bot]
Bumps [actions/checkout](https://github.com/actions/checkout) from 3 to 4. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](https://github.com/actions/checkout/compare/v3...v4) --- updated-dependencies: - dependency-name: actions/checkout dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
2023-09-01Bump anyhow from 1.0.72 to 1.0.75dependabot[bot]
Bumps [anyhow](https://github.com/dtolnay/anyhow) from 1.0.72 to 1.0.75. - [Release notes](https://github.com/dtolnay/anyhow/releases) - [Commits](https://github.com/dtolnay/anyhow/compare/1.0.72...1.0.75) --- updated-dependencies: - dependency-name: anyhow dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
2023-08-21Bump rust_decimal from 1.30.0 to 1.31.0dependabot[bot]
Bumps [rust_decimal](https://github.com/paupino/rust-decimal) from 1.30.0 to 1.31.0. - [Changelog](https://github.com/paupino/rust-decimal/blob/master/CHANGELOG.md) - [Commits](https://github.com/paupino/rust-decimal/compare/1.30.0...1.31.0) --- updated-dependencies: - dependency-name: rust_decimal dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
2023-08-21Bump serde from 1.0.174 to 1.0.179dependabot[bot]
Bumps [serde](https://github.com/serde-rs/serde) from 1.0.174 to 1.0.179. - [Release notes](https://github.com/serde-rs/serde/releases) - [Commits](https://github.com/serde-rs/serde/compare/v1.0.174...v1.0.179) --- updated-dependencies: - dependency-name: serde dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
2023-08-18Change Winget Releaser job to `ubuntu-latest`sitiom
2023-07-24bump the minimum supported rust version.Richard Montoya
2023-07-24fix: update Cargo.lock to remove proc_macro_spanRichard Montoya
2023-07-23Update license field following SPDX 2.1 license expression standardAndrea Frigido
2023-07-02Bump serde_json from 1.0.96 to 1.0.99dependabot[bot]
Bumps [serde_json](https://github.com/serde-rs/json) from 1.0.96 to 1.0.99. - [Release notes](https://github.com/serde-rs/json/releases) - [Commits](https://github.com/serde-rs/json/compare/v1.0.96...v1.0.99) --- updated-dependencies: - dependency-name: serde_json dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
2023-07-02Bump serde from 1.0.163 to 1.0.164dependabot[bot]
Bumps [serde](https://github.com/serde-rs/serde) from 1.0.163 to 1.0.164. - [Release notes](https://github.com/serde-rs/serde/releases) - [Commits](https://github.com/serde-rs/serde/compare/v1.0.163...v1.0.164) --- updated-dependencies: - dependency-name: serde dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
2023-06-04Fix version in CHANGELOGDavid Peter
2023-06-03Update CHANGELOGDavid Peter
2023-06-03Clippy suggestionsv1.17.0David Peter
2023-06-03Update CHANGELOGDavid Peter
2023-06-03Update man pageDavid Peter
closes #647
2023-06-03Add new --sort optionDavid Peter
This adds a new `--sort` option to choose the way in which the results in the speed comparison and the markup exports are ordered. closes #614 closes #601
2023-06-03Updates for v0.17David Peter
2023-06-03Bump libc from 0.2.142 to 0.2.144dependabot[bot]
Bumps [libc](https://github.com/rust-lang/libc) from 0.2.142 to 0.2.144. - [Release notes](https://github.com/rust-lang/libc/releases) - [Commits](https://github.com/rust-lang/libc/compare/0.2.142...0.2.144) --- updated-dependencies: - dependency-name: libc dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
2023-06-03Bump serde from 1.0.160 to 1.0.163dependabot[bot]
Bumps [serde](https://github.com/serde-rs/serde) from 1.0.160 to 1.0.163. - [Release notes](https://github.com/serde-rs/serde/releases) - [Commits](https://github.com/serde-rs/serde/compare/v1.0.160...v1.0.163) --- updated-dependencies: - dependency-name: serde dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>