summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* apply some clippy lintsPhilipp Gesang2021-11-101-15/+12
|
* fix overblown numeric handlingPhilipp Gesang2021-11-101-12/+12
| | | | The ergonomics of these changed quite a while back.
* remove redundant lifetimePhilipp Gesang2021-11-101-1/+1
|
* switch from lazy_static to atomicsPhilipp Gesang2021-11-102-8/+4
| | | | Yeah const fn!
* deal with bitrot and archaic idiomsPhilipp Gesang2021-11-101-94/+90
| | | | Mostly adapting to match ergonomics.
* remove gratuitous use of unsafePhilipp Gesang2021-11-101-2/+2
|
* switch from getopts to clapPhilipp Gesang2021-11-102-98/+88
| | | | | In addition to the glaring lack of ergonomics the getopts crate doesn’t even build anymore.
* format with rustfmtPhilipp Gesang2021-11-101-338/+285
|
* add rustfmt settingsPhilipp Gesang2021-11-101-0/+31
|
* use lazy_static instead of raw globalPhilipp Gesang2021-11-102-8/+12
| | | | This crate would have been handy back in the days.
* ignore lockfilePhilipp Gesang2021-11-102-21/+2
| | | | Build artifact doesn’t belong in the repo.
* rework readmePhilipp Gesang2021-11-101-41/+13
|
* switch edition to 2021Philipp Gesang2021-11-091-2/+3
| | | | The future is now!
* Merge pull request #3 from aclemons/masterPhilipp Gesang2017-12-032-1/+2
|\ | | | | Silence warning for missing path for `vtcol` binary
| * Silence warning for missing path for `vtcol` binaryAndrew Clemons2017-10-252-1/+2
|/ | | | | vtcol.rs should probably be main.rs, but explicitly setting the non-standard path also silences the warning. (src/bin would also work)
* *: bump version and yearv0.42.2Philipp Gesang2017-01-227-8/+8
|
* Merge pull request #1 from aclemons/fix_buildPhilipp Gesang2017-01-223-30/+33
|\ | | | | Fix building against current rust versions
| * Fix building against current rust versionsAndrew Clemons2017-01-093-30/+33
|/
* vtcol.rs: update for rustc 1.4Philipp Gesang2015-09-151-5/+14
|
* misc: fix menuentry headingPhilipp Gesang2015-05-311-1/+1
|
* misc: add example grub menuentryPhilipp Gesang2015-05-311-0/+47
|
* misc: add example initramfs setupPhilipp Gesang2015-05-315-1/+109
|
* vtcol.rs: reinstate usage messagePhilipp Gesang2015-05-263-3/+7
|
* cargo: silence warnings about non-conformant “keywords” arrayPhilipp Gesang2015-05-091-1/+1
|
* cargo: extend manifestPhilipp Gesang2015-05-091-2/+3
|
* cargo: add Cargo.lock to repoPhilipp Gesang2015-05-092-1/+4
|
* vtcol.rs: enable verbose messages on demandPhilipp Gesang2015-05-081-14/+26
|
* vtcol.rs: read from stdin if passed dash as file or scheme namePhilipp Gesang2015-05-082-6/+13
|
* vtcol.rs: output instructions when reading from stdinPhilipp Gesang2015-05-081-1/+3
|
* vtcol.rs: choose correct type of argument passed to write()Philipp Gesang2015-05-081-1/+1
| | | | | | | D’oh! Thanks to /u/DroidLogician for the pointer: http://www.reddit.com/r/rust/comments/3588d4/suggestions_for_handling_architecturedependent/cr22okf
* vtcol.rs: adapt line-wise iterationPhilipp Gesang2015-05-081-24/+28
|
* readme: update linksPhilipp Gesang2015-05-071-12/+16
|
* vtcol.rs: optionally read scheme from stringPhilipp Gesang2015-05-071-12/+41
|
* vtcol.rs: finally catch up with 1.0; lots of “feature” directivesPhilipp Gesang2015-05-071-9/+14
|
* vtcol.rs: catch up with argv and string handling (does not build atm)Philipp Gesang2015-05-071-8/+9
|
* vtcol.rs: adapt for 64 bit machinePhilipp Gesang2015-05-071-1/+1
|
* vtcol.rs: remove extraneous lifetimesPhilipp Gesang2015-05-071-9/+8
| | | | | Did the lifetime analysis improve? These were required last time I checked …
* vtcol.rs: adapt symbol paths for fs, io and stdPhilipp Gesang2015-05-071-5/+5
|
* vtcol.rs: prefer “Debug” over “Show” when deriving pretty printersPhilipp Gesang2015-05-071-4/+4
|
* vtcol.rs: adapt type suffixes for current RustPhilipp Gesang2015-05-071-30/+30
|
* doc: add skeleton man pagePhilipp Gesang2015-05-031-0/+32
|
* add gitignorePhilipp Gesang2015-05-031-0/+13
|
* doc: add build instructions and some meta-info to readmePhilipp Gesang2015-05-031-7/+24
|
* vtcol.rs: add licensePhilipp Gesang2015-05-033-1/+686
|
* cargo: extend build definitionPhilipp Gesang2015-05-031-6/+9
|
* cargo: include project definitionPhilipp Gesang2015-05-031-0/+14
|
* vtcol.rs: move to ./src treePhilipp Gesang2015-05-031-0/+0
|
* vtcol.rs: check for valid index prior to assigning palette color from schemePhilipp Gesang2015-05-031-2/+4
|
* vtcol.rs: parse color indices in scheme filesPhilipp Gesang2015-05-031-4/+14
|
* doc: add some paragraphs sketching up the background of the toolPhilipp Gesang2015-05-031-1/+28
|