Commit Graph

19 Commits

Author SHA1 Message Date
xtqqczze 3d56517f7f Add rust-version field to all Cargo.toml files 2026-02-07 14:56:50 +01:00
Sylvestre Ledru f606980ddf prepare release 0.6.0 2026-01-17 23:28:04 +01:00
xtqqczze 70fd10d335 clippy: fix ptr_as_ptr lint
https://rust-lang.github.io/rust-clippy/master/index.html#ptr_as_ptr
2025-12-18 00:19:14 +00:00
Sylvestre Ledru 61e0eae8fc prepare version 0.5.0 2025-12-07 16:55:01 +01:00
Sylvestre Ledru 3eedd3a947 prepare version 0.4.0 (#9205) 2025-11-09 22:48:04 +01:00
Sylvestre Ledru f253efefaa prepare version 0.3.0 (#8890)
* prepare version 0.3.0

* also update uu_stdbuf_libstdbuf

* also update fuzz
2025-10-12 13:31:16 +02:00
Sylvestre Ledru fa06ce7eca Prepare release 0.2.2 2025-09-09 18:33:50 +02:00
Sylvestre Ledru 59b94e181d prepare release 0.2.0
Co-authored-by: Daniel Hofstetter <daniel.hofstetter@42dh.com>
2025-09-06 13:14:20 +02:00
Sylvestre Ledru 76755009da uufuzz: add examples and them in the CI 2025-09-06 12:19:40 +02:00
Sylvestre Ledru fb6afecf4c uufuzz: add a README 2025-09-06 12:19:40 +02:00
Sylvestre Ledru 536abfb87f fuzz: remove a warning 2025-09-06 12:19:40 +02:00
Sylvestre Ledru 816533b59d add some emoji to the fuzz mix 2025-09-06 12:19:40 +02:00
Sylvestre Ledru a381476a6b fuzz: add a few unit tests 2025-09-06 12:19:40 +02:00
Sylvestre Ledru 6c1ac1b059 fuzz: fix the Cargo.toml to publish uufuzz 2025-09-06 09:56:25 +02:00
Yuri Astrakhan 4fa9af4953 chore: cleanup unused dependencies 2025-07-02 19:47:23 -04:00
renovate[bot] 53d259c13f fix(deps): update rust crate console to 0.16.0 2025-06-27 13:47:33 +00:00
Yuri Astrakhan 60c55d7c07 chore: cleanup workspace crates (#8058)
* chore: cleanup workspace crates

* properly add all crates to the workspace cargo.toml as members
  * except `fuzz` because it still has some issues, TBD
* use quotes around `true` and `false` to ensure there is no bool confusion
* remove a few leftover readme comments
* mark all unpublishable crates as `publish = false` to avoid accidental publishing
* Add `uutests` to the main workspace

* grammar

* a bit more cleanup based on feedback

* revert true/false

* Update tests/benches/factor dependencies
2025-06-06 13:56:08 +02:00
Sylvestre Ledru 7d2644f3a8 move from version 0.0.30 => 0.1.0 2025-05-24 22:28:54 +02:00
Sylvestre Ledru eff2cd997e Create an uufuzz crate for common functions and use it (#7954)
* uufuzz: create a crate with the common functions

* uufuzz: move the fuzz-common functions

* uufuzz: polish the crate

* adjust the fuzzer to use uufuzz
2025-05-21 09:26:59 +02:00