Commit Graph

902 Commits

Author SHA1 Message Date
Richard
6746cf120d
Merge branch 'sharkdp:master' into master 2023-07-25 12:09:28 -05:00
Richard Montoya
d449ebd7c1 bump the minimum supported rust version. 2023-07-24 22:55:29 +02:00
Richard Montoya
2cd2773752 fix: update Cargo.lock to remove proc_macro_span 2023-07-24 22:55:29 +02:00
Richard Montoya
1cb474f452 bump the minimum supported rust version. 2023-07-24 15:10:52 -05:00
Andrea Frigido
9e31a052dd Update license field following SPDX 2.1 license expression standard 2023-07-23 13:00:59 +02:00
Richard Montoya
8c145f994d fix: update Cargo.lock to remove proc_macro_span 2023-07-22 00:35:49 -05:00
dependabot[bot]
1098ab6659 Bump serde_json from 1.0.96 to 1.0.99
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-02 20:49:08 +02:00
dependabot[bot]
2c174d4ab1 Bump serde from 1.0.163 to 1.0.164
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-07-02 20:49:03 +02:00
David Peter
575949ad9d Fix version in CHANGELOG 2023-06-04 08:25:49 +02:00
David Peter
a719153e63 Update CHANGELOG 2023-06-03 23:38:47 +02:00
David Peter
3d4710f6e0 Clippy suggestions 2023-06-03 23:24:11 +02:00
David Peter
8349ad4c44 Update CHANGELOG 2023-06-03 23:22:43 +02:00
David Peter
0ce6578ea9 Update man page
closes #647
2023-06-03 23:20:19 +02:00
David Peter
ac617c8714 Add new --sort option
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-03 21:34:36 +02:00
David Peter
2393de0c36 Updates for v0.17 2023-06-03 20:11:33 +02:00
dependabot[bot]
ac3b351f29 Bump libc from 0.2.142 to 0.2.144
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-03 19:55:52 +02:00
dependabot[bot]
73851e0fb2 Bump serde from 1.0.160 to 1.0.163
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>
2023-06-03 19:55:32 +02:00
dependabot[bot]
d6435715e6 Bump anyhow from 1.0.70 to 1.0.71
Bumps [anyhow](https://github.com/dtolnay/anyhow) from 1.0.70 to 1.0.71.
- [Release notes](https://github.com/dtolnay/anyhow/releases)
- [Commits](https://github.com/dtolnay/anyhow/compare/1.0.70...1.0.71)

---
updated-dependencies:
- dependency-name: anyhow
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-05-18 18:30:30 +02:00
dependabot[bot]
ab5ae5f081 Bump clap_complete from 4.2.0 to 4.2.1
Bumps [clap_complete](https://github.com/clap-rs/clap) from 4.2.0 to 4.2.1.
- [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/clap_complete-v4.2.0...clap_complete-v4.2.1)

---
updated-dependencies:
- dependency-name: clap_complete
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-05-18 18:30:15 +02:00
Ville Skyttä
178bdaa205 Spelling and grammar fixes 2023-05-18 16:31:44 +02:00
David Peter
64b9c715e9 Update dependencies 2023-04-20 23:46:27 +02:00
David Peter
acaa401ca0 Update CHANGELOG 2023-04-20 21:46:50 +02:00
David Peter
a8752769ab Show unused parameters in command names
closes #600
2023-04-20 21:39:23 +02:00
David Peter
4b9cd06d86 Add regression test for #642 2023-04-20 13:22:00 +02:00
David Peter
9859ecaafe Always compute relative speed comprison for export, closes #642 2023-04-20 13:22:00 +02:00
David Peter
926b8d07c8 Improve error message, mention --shell=none 2023-04-20 13:22:00 +02:00
David Peter
bf9644d74a Add regression test for #640 2023-04-20 13:22:00 +02:00
David Peter
2793d7b994 Do not export intermediate results to stdout, closes #640 2023-04-20 13:22:00 +02:00
Clemens Wasser
d2fb7d4c4c Use windows-sys and fix feature flag 2023-04-20 12:51:59 +02:00
David Peter
77e7b6cd65 Add --log-count option to plot_histogram.py 2023-04-17 22:27:28 +02:00
Nicolas van Kempen
7684efdd2d Use plt.get_cmap instead of plt.colormaps 2023-04-17 21:54:23 +02:00
Nicolas van Kempen
a3eee514ed Fix get_cmap MatplotlibDeprecationWarning 2023-04-17 21:54:23 +02:00
Clemens Wasser
ccda6c4712 Fix winapi type definition change 2023-04-17 21:10:59 +02:00
dependabot[bot]
2763b411af Bump predicates from 2.1.5 to 3.0.2
Bumps [predicates](https://github.com/assert-rs/predicates-rs) from 2.1.5 to 3.0.2.
- [Release notes](https://github.com/assert-rs/predicates-rs/releases)
- [Changelog](https://github.com/assert-rs/predicates-rs/blob/master/CHANGELOG.md)
- [Commits](https://github.com/assert-rs/predicates-rs/compare/v2.1.5...v3.0.2)

---
updated-dependencies:
- dependency-name: predicates
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-04-01 20:37:17 +02:00
dependabot[bot]
54913a36ca Bump thiserror from 1.0.39 to 1.0.40
Bumps [thiserror](https://github.com/dtolnay/thiserror) from 1.0.39 to 1.0.40.
- [Release notes](https://github.com/dtolnay/thiserror/releases)
- [Commits](https://github.com/dtolnay/thiserror/compare/1.0.39...1.0.40)

---
updated-dependencies:
- dependency-name: thiserror
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-04-01 20:36:45 +02:00
David Peter
74d240cadd Add profile.release section 2023-03-25 22:16:51 +01:00
David Peter
d50bca36c9 CI updates 2023-03-25 22:03:01 +01:00
David Peter
b4cfbfaf7b Bump version 2023-03-21 21:03:34 +01:00
David Peter
80ec1c5ddf Fix usage of --input=null 2023-03-21 21:03:34 +01:00
David Peter
fbe9ca6669 Use max. term width, not term width 2023-03-21 21:03:34 +01:00
Ryan Caezar Itang
ba4c3d6bdb Move Winget Releaser inside CICD workflow 2023-03-15 20:56:07 +01:00
David Peter
1c7a8cc2f6 Fix clippy suggestions 2023-03-15 10:13:58 +01:00
David Peter
2dfc919227 Help text wrapping 2023-03-15 10:13:58 +01:00
David Peter
8f20aed2da Fix pipeline! 2023-03-15 10:13:58 +01:00
David Peter
ca9e29ad8c Fix pipeline! 2023-03-15 10:13:58 +01:00
David Peter
6a4239d236 MSRV in CI/CD 2023-03-15 10:13:58 +01:00
David Peter
c44aa1d006 Fix clippy suggestions 2023-03-15 10:13:58 +01:00
David Peter
b38bfc894c Update dependencies 2023-03-15 10:13:58 +01:00
David Peter
13357a9b67 Update CI/CD 2023-03-15 10:13:58 +01:00
David Peter
94322c50e5 Bump version 2023-03-15 10:13:58 +01:00