summaryrefslogtreecommitdiffstats
path: root/build.rs
AgeCommit message (Expand)Author
2021-06-25uutils: enable shell completionsMichael Debertol
2021-06-19test: Implement [ expr ] syntaxTuomas Tynkkynen
2021-04-02chores: run `cargo +1.40.0 fmt`ReggaeMuffin
2020-06-16Use an iterator over OsString for uumain()Alex Lyon
2020-06-02maint/build ~ (build.rs) support new tests directory organizationRoy Ivy III
2020-05-30docs ~ spell-check repairs and addition of exceptionsRoy Ivy III
2020-05-29build/fix ~ (build.rs) fix 'feature => sub-crate/util' translation logic + im...Roy Ivy III
2020-05-29change ~ remove transition-only and unneeded code for independent sub-cratesRoy Ivy III
2020-05-29change ~ add work-around for crate name collisionsRoy Ivy III
2020-05-29change ~ make all sub-crates independentRoy Ivy III
2020-04-11refactor/polish ~ fix `cargo clippy` complaints (string_lit_as_bytes)Roy Ivy III
2020-02-09maint/build ~ refactor feature strategy (allows simple `cargo build` on all p...Roy Ivy III
2020-01-28`cargo fmt`Roy Ivy III
2020-01-27Add 'windows_legacy' feature to allow build for older windows versionsRoy Ivy III
2019-05-01Add windows feature and make unix imply genericAlex Lyon
2018-03-12Format everything using rustfmtAlex Lyon
2018-03-05uucore: read from sys:uname on RedoxAlex Lyon
2017-01-15create redox feature as subset of genericDaan Hoogland
2016-12-08Temporary fix for errors in testingknight42
2016-11-24Create a new feature for Fuchsia-enabled utilities.Lei Zhang
2016-08-30hashsum: implement SHAKE-128 and SHAKE-256Alex Lyon
2016-07-29CI: add nightly featuresKnight
2016-04-16hashsum: add support for SHA-3 functionsMike Swanson
2016-02-15allow feature-gated integration tests for unimplemented functionalityNathan Ross
2015-12-07Refactor and simplify build for utilities.Joseph Crail
2015-11-29build: create group features for target systemsJoseph Crail
2015-11-27test: fix namespace and broken testJoseph Crail
2015-11-27Fix multicall trueMichael Gehring
2015-11-27Fix namespace collision for test.Joseph Crail
2015-11-25Add true/false back to multicall binaryMichael Gehring
2015-08-28Basic Cargo buildMichael Gehring