Commit Graph

977 Commits

Author SHA1 Message Date
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
David Peter
5f5adda8b4 Prevent creation of file named '-' 2023-03-15 10:13:58 +01:00
David Peter
5924ac3b63 Update CHANGELOG 2023-03-15 10:13:58 +01:00
Humble Penguin
e50050f53d removed unused imports 2023-03-15 09:34:29 +01:00
Humble Penguin
9d0f67838f used cfg!(windows) instead of env::consts::OS 2023-03-15 09:34:29 +01:00
Humble Penguin
acf156e5d4 ran cargo fmt 2023-03-15 09:34:29 +01:00
Humble Penguin
bbe706bcc1 PR for issue #615 2023-03-15 09:34:29 +01:00
David Peter
42e85f240c Fix merge conflicts 2023-03-15 09:33:49 +01:00
David Peter
ba30c9db4a Add CHANGELOG entry 2023-03-15 09:33:49 +01:00
David Peter
e4790ab441 Change error message 2023-03-15 09:33:49 +01:00
David Peter
e88fa27c07 Change order of input/outut 2023-03-15 09:33:49 +01:00
David Peter
5db7516dd9 Formatting of help text 2023-03-15 09:33:49 +01:00
David Peter
09af0517bc Rename test file 2023-03-15 09:33:49 +01:00
Steve Nease
d32b90ee5c Add the rest of the suggestions from code review 2023-03-15 09:33:49 +01:00
snease
bbb59fd7fa Apply suggestions from code review
Co-authored-by: David Peter <sharkdp@users.noreply.github.com>
2023-03-15 09:33:49 +01:00
Steve Nease
0e3bad1391 ran cargo fmt 2023-03-15 09:33:49 +01:00
Steve Nease
e38acdb683 Added --stdin-data argument
This argument accepts a path to a file. The data contained in the file will be passed to the command via stdin.

Closes sharkdp/hyperfine#541
2023-03-15 09:33:49 +01:00
dependabot[bot]
531fee3188 Bump indicatif from 0.17.1 to 0.17.3
Bumps [indicatif](https://github.com/console-rs/indicatif) from 0.17.1 to 0.17.3.
- [Release notes](https://github.com/console-rs/indicatif/releases)
- [Commits](https://github.com/console-rs/indicatif/compare/0.17.1...0.17.3)

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

Signed-off-by: dependabot[bot] <support@github.com>
2023-03-15 09:15:19 +01:00
dependabot[bot]
9c514161ac Bump nix from 0.25.0 to 0.26.2
Bumps [nix](https://github.com/nix-rust/nix) from 0.25.0 to 0.26.2.
- [Release notes](https://github.com/nix-rust/nix/releases)
- [Changelog](https://github.com/nix-rust/nix/blob/v0.26.2/CHANGELOG.md)
- [Commits](https://github.com/nix-rust/nix/compare/v0.25.0...v0.26.2)

---
updated-dependencies:
- dependency-name: nix
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-03-15 09:14:46 +01:00
dependabot[bot]
1bd2b4c6e3 Bump actions/checkout from 2 to 3
Bumps [actions/checkout](https://github.com/actions/checkout) from 2 to 3.
- [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/v2...v3)

---
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-03-15 08:56:46 +01:00
Ryan Caezar Itang
92b9b3d074 Add Winget Releaser workflow 2023-03-15 08:56:05 +01:00
Ryan Caezar Itang
1da4359c2a Add GitHub actions to Dependabot 2023-03-15 08:56:05 +01:00
dependabot[bot]
a37cb6c668 Bump once_cell from 1.16.0 to 1.17.1
Bumps [once_cell](https://github.com/matklad/once_cell) from 1.16.0 to 1.17.1.
- [Release notes](https://github.com/matklad/once_cell/releases)
- [Changelog](https://github.com/matklad/once_cell/blob/master/CHANGELOG.md)
- [Commits](https://github.com/matklad/once_cell/compare/v1.16.0...v1.17.1)

---
updated-dependencies:
- dependency-name: once_cell
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-03-01 08:42:50 +01:00
dependabot[bot]
42d60053aa Bump anyhow from 1.0.66 to 1.0.69
Bumps [anyhow](https://github.com/dtolnay/anyhow) from 1.0.66 to 1.0.69.
- [Release notes](https://github.com/dtolnay/anyhow/releases)
- [Commits](https://github.com/dtolnay/anyhow/compare/1.0.66...1.0.69)

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

Signed-off-by: dependabot[bot] <support@github.com>
2023-03-01 08:42:43 +01:00
sitiom
36d6155bec Add Windows installation instructions 2023-03-01 08:33:36 +01:00
Mateusz Piotrowski
4c993b573e Fix a link to bench 2023-02-21 15:19:45 +01:00