Commit Graph

300 Commits

Author SHA1 Message Date
David Peter
78a042236a
Remove conda badge 2019-09-01 14:39:57 +02:00
David Peter
9e534922cc
Add '--parameter-step-size' to README 2019-09-01 14:39:07 +02:00
dependabot-preview[bot]
80cca46613 Bump winapi from 0.3.7 to 0.3.8
Bumps [winapi](https://github.com/retep998/winapi-rs) from 0.3.7 to 0.3.8.
- [Release notes](https://github.com/retep998/winapi-rs/releases)
- [Commits](https://github.com/retep998/winapi-rs/compare/0.3.7...0.3.8)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2019-09-01 14:32:40 +02:00
Piyush Rungta
8244bc11b1 Support case when only step size is float
After this change, invokations like

--parameter-scan t 0 1 --parameter-step-size 0.1

become valid
2019-09-01 14:31:35 +02:00
Piyush Rungta
c73636c478 Provide short option for --parameter-step-size
Rename STEP to DELTA
2019-09-01 14:31:35 +02:00
Piyush Rungta
ef523e1fb0 Improve StepRequired error message 2019-09-01 14:31:35 +02:00
Piyush Rungta
7d66d2bf95 Bump minimum supported rust version 2019-09-01 14:31:35 +02:00
Piyush Rungta
b10b93f473 Add support for floats in --parameter-scan 2019-09-01 14:31:35 +02:00
Piyush Rungta
737403df35 Run cargo fmt 2019-09-01 14:31:35 +02:00
Mateusz Piotrowski
c856a5b8de Add FreeBSD installation instructions 2019-08-26 21:59:46 +02:00
dependabot-preview[bot]
7232f6940f Bump serde from 1.0.98 to 1.0.99
Bumps [serde](https://github.com/serde-rs/serde) from 1.0.98 to 1.0.99.
- [Release notes](https://github.com/serde-rs/serde/releases)
- [Commits](https://github.com/serde-rs/serde/compare/v1.0.98...v1.0.99)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2019-08-24 12:53:44 +02:00
sharkdp
d6e1298ac7 Whitespace fix in --help text 2019-08-24 08:56:59 +02:00
Piyush Rungta
3e3f4d9a26 Add argument to take parameter range step size 2019-08-24 08:56:59 +02:00
dependabot-preview[bot]
3f68aef139 Bump libc from 0.2.61 to 0.2.62
Bumps [libc](https://github.com/rust-lang/libc) from 0.2.61 to 0.2.62.
- [Release notes](https://github.com/rust-lang/libc/releases)
- [Commits](https://github.com/rust-lang/libc/compare/0.2.61...0.2.62)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2019-08-16 19:10:27 +02:00
dependabot-preview[bot]
2a6b1eca05 Bump libc from 0.2.60 to 0.2.61
Bumps [libc](https://github.com/rust-lang/libc) from 0.2.60 to 0.2.61.
- [Release notes](https://github.com/rust-lang/libc/releases)
- [Commits](https://github.com/rust-lang/libc/compare/0.2.60...0.2.61)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2019-08-13 15:10:11 +02:00
David Peter
7d308a8149
hyperfine is in the official Arch repositories 2019-08-01 07:23:07 +02:00
dependabot-preview[bot]
bfa8858910 Bump serde from 1.0.97 to 1.0.98
Bumps [serde](https://github.com/serde-rs/serde) from 1.0.97 to 1.0.98.
- [Release notes](https://github.com/serde-rs/serde/releases)
- [Commits](https://github.com/serde-rs/serde/compare/v1.0.97...v1.0.98)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2019-07-29 21:26:41 +02:00
David Peter
ce5daff3c1
Update Arch install instructions
closes #197
2019-07-26 20:00:12 +02:00
Igor Gnatenko
f291a1dfa3 Add installation instructions for Fedora 2019-07-24 21:53:10 +02:00
dependabot-preview[bot]
0ee0e20113 Bump serde from 1.0.95 to 1.0.97
Bumps [serde](https://github.com/serde-rs/serde) from 1.0.95 to 1.0.97.
- [Release notes](https://github.com/serde-rs/serde/releases)
- [Commits](https://github.com/serde-rs/serde/compare/v1.0.95...v1.0.97)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2019-07-18 20:06:46 +02:00
dependabot-preview[bot]
4b105d13d5 Bump serde from 1.0.94 to 1.0.95
Bumps [serde](https://github.com/serde-rs/serde) from 1.0.94 to 1.0.95.
- [Release notes](https://github.com/serde-rs/serde/releases)
- [Commits](https://github.com/serde-rs/serde/compare/v1.0.94...v1.0.95)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2019-07-17 21:13:35 +02:00
philipp
e867366197 Use byte literal instead of as u8 2019-07-17 21:11:44 +02:00
philipp
16210a1d13 Pass Copyable enums by value 2019-07-17 21:11:44 +02:00
philipp
78d249d656 Use slices instead of borrowed string 2019-07-17 21:11:44 +02:00
philipp
c0ada7d044 Use slices instead of borrowed vectors 2019-07-17 21:11:44 +02:00
philipp
f3f8c9ca98 Avoid redundant ref 2019-07-17 21:11:44 +02:00
philipp
76119e6664 Use f64::from instead of as f64 2019-07-17 21:11:44 +02:00
philipp
a0bd0248ce Avoid redundant explicit borrow 2019-07-17 21:11:44 +02:00
philipp
5849446315 Avoid long literal without separator 2019-07-17 21:11:44 +02:00
philipp
cfd298ef14 Avoid redundant return 2019-07-17 21:11:44 +02:00
philipp
5e4e383dca Avoid redundant field names 2019-07-17 21:11:44 +02:00
philipp
3f79985473 Factor common operations into closure 2019-07-17 21:11:44 +02:00
philipp
a5ce659b9c Avoid closure 2019-07-17 21:11:44 +02:00
philipp
b573617a7c Return value directly 2019-07-17 21:11:44 +02:00
dependabot-preview[bot]
45fc206891 Bump atty from 0.2.12 to 0.2.13
Bumps [atty](https://github.com/softprops/atty) from 0.2.12 to 0.2.13.
- [Release notes](https://github.com/softprops/atty/releases)
- [Changelog](https://github.com/softprops/atty/blob/master/CHANGELOG.md)
- [Commits](https://github.com/softprops/atty/compare/0.2.12...0.2.13)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2019-07-17 07:59:38 +02:00
dependabot-preview[bot]
c6d2c3ce6f Bump libc from 0.2.59 to 0.2.60
Bumps [libc](https://github.com/rust-lang/libc) from 0.2.59 to 0.2.60.
- [Release notes](https://github.com/rust-lang/libc/releases)
- [Commits](https://github.com/rust-lang/libc/compare/0.2.59...0.2.60)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2019-07-16 21:14:35 +02:00
dependabot-preview[bot]
b728c3c1f6 Bump atty from 0.2.11 to 0.2.12
Bumps [atty](https://github.com/softprops/atty) from 0.2.11 to 0.2.12.
- [Release notes](https://github.com/softprops/atty/releases)
- [Changelog](https://github.com/softprops/atty/blob/master/CHANGELOG.md)
- [Commits](https://github.com/softprops/atty/compare/0.2.11...0.2.12)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2019-07-13 12:23:02 +02:00
dependabot-preview[bot]
5c3a567645 Bump libc from 0.2.58 to 0.2.59
Bumps [libc](https://github.com/rust-lang/libc) from 0.2.58 to 0.2.59.
- [Release notes](https://github.com/rust-lang/libc/releases)
- [Commits](https://github.com/rust-lang/libc/compare/0.2.58...0.2.59)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2019-07-09 23:16:42 +02:00
dependabot-preview[bot]
8dd5796fdb [Security] Bump smallvec from 0.6.9 to 0.6.10
Bumps [smallvec](https://github.com/servo/rust-smallvec) from 0.6.9 to 0.6.10. **This update includes security fixes.**
- [Release notes](https://github.com/servo/rust-smallvec/releases)
- [Commits](https://github.com/servo/rust-smallvec/commits)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2019-07-07 15:34:07 +02:00
dependabot-preview[bot]
e29718c502 Bump csv from 1.1.0 to 1.1.1
Bumps [csv](https://github.com/BurntSushi/rust-csv) from 1.1.0 to 1.1.1.
- [Release notes](https://github.com/BurntSushi/rust-csv/releases)
- [Commits](https://github.com/BurntSushi/rust-csv/compare/1.1.0...1.1.1)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2019-07-02 07:18:52 +02:00
dependabot-preview[bot]
0ff2524542 Bump serde_json from 1.0.39 to 1.0.40
Bumps [serde_json](https://github.com/serde-rs/json) from 1.0.39 to 1.0.40.
- [Release notes](https://github.com/serde-rs/json/releases)
- [Commits](https://github.com/serde-rs/json/compare/v1.0.39...v1.0.40)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2019-07-01 08:11:43 +02:00
dependabot-preview[bot]
d6c4cd59c7 Bump serde from 1.0.92 to 1.0.94
Bumps [serde](https://github.com/serde-rs/serde) from 1.0.92 to 1.0.94.
- [Release notes](https://github.com/serde-rs/serde/releases)
- [Commits](https://github.com/serde-rs/serde/compare/v1.0.92...v1.0.94)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2019-06-28 06:07:36 +02:00
dependabot-preview[bot]
3ee82e6ceb Bump csv from 1.0.7 to 1.1.0
Bumps [csv](https://github.com/BurntSushi/rust-csv) from 1.0.7 to 1.1.0.
- [Release notes](https://github.com/BurntSushi/rust-csv/releases)
- [Commits](https://github.com/BurntSushi/rust-csv/compare/1.0.7...1.1.0)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2019-06-27 05:11:32 +02:00
Hugo Locurcio
e84804c7f0 Enable link-time optimization for release builds
This makes binaries slightly smaller, at the cost of longer build times.
2019-06-20 10:09:35 +02:00
Chloe Kudryavtsev
0006e90084 Add Alpine Linux installation instructions
Resolves #177
2019-06-11 07:39:37 +02:00
David Peter
ba28b40a9f
Add link to conda forge 2019-06-08 16:24:14 +02:00
sharkdp
65ccd8a85d Bump version 2019-06-08 14:41:18 +02:00
sharkdp
22cba395fa Update dependencies 2019-06-08 14:41:18 +02:00
David Peter
52cbac4417
Update README 2019-06-08 14:36:45 +02:00
David Peter
3395914a20
Add alternative tools section 2019-06-08 14:29:07 +02:00