aboutsummaryrefslogtreecommitdiffstats
path: root/Cargo.toml
Commit message (Collapse)AuthorAgeFilesLines
* changelog and version bumpv0.15.2Jesse Luehrs2023-02-051-1/+1
|
* bump depsJesse Luehrs2023-02-051-9/+9
|
* changelog and version bumpv0.15.1Jesse Luehrs2021-12-211-1/+1
|
* remove a bunch of stuff from packagingJesse Luehrs2021-12-211-0/+1
|
* changelog and version bumpv0.15.0Jesse Luehrs2021-12-151-1/+1
|
* bump depsJesse Luehrs2021-12-151-2/+2
|
* bump itoaJesse Luehrs2021-12-151-1/+1
|
* changelog and version bumpv0.14.0Jesse Luehrs2021-12-061-1/+1
|
* add example for testing vte processingJesse Luehrs2021-12-061-0/+1
|
* add a binary to test vt100 state against a real terminalJesse Luehrs2021-12-061-0/+2
|
* changelog and version bumpv0.13.2Jesse Luehrs2021-12-051-1/+1
|
* changelog and version bumpv0.13.1Jesse Luehrs2021-12-041-1/+1
|
* changelog and version bumpv0.13.0Jesse Luehrs2021-11-171-1/+1
|
* edition 2021Jesse Luehrs2021-11-161-1/+1
|
* bump depsJesse Luehrs2021-11-111-6/+6
| | | | | leave quickcheck/rand alone for now, because they will require rewriting a bunch of tests
* version bumpv0.12.0Jesse Luehrs2021-03-091-1/+1
|
* version bumpv0.11.1Jesse Luehrs2021-03-071-1/+1
|
* drop enumset dependencyJesse Luehrs2021-03-071-1/+0
|
* version bumpv0.11.0Jesse Luehrs2021-03-071-1/+1
|
* version bumpv0.10.0Jesse Luehrs2021-03-061-1/+1
|
* version bumpv0.9.0Jesse Luehrs2021-03-051-1/+1
|
* bump vteJesse Luehrs2021-03-051-1/+1
|
* bump enumset to fix compilation failureJesse Luehrs2021-03-051-1/+1
|
* changelog and version bumpv0.8.1Jesse Luehrs2020-02-091-1/+1
|
* bump vte versionJesse Luehrs2020-02-091-1/+1
|
* changelog and version bumpv0.8.0Jesse Luehrs2019-12-071-1/+1
|
* add a basic quickcheck testJesse Luehrs2019-12-071-0/+2
|
* actually, remove normalization entirelyJesse Luehrs2019-12-071-4/+0
| | | | | | | normalization has some weird edge cases that cause incorrect behavior, since we aren't implementing full grapheme segmentation (for instance, a single codepoint can be normalized into three different codepoints, and there are codepoints that are combining characters but have width != 0)
* start restructuring the test suiteJesse Luehrs2019-12-061-0/+4
|
* changelog and version bumpv0.7.0Jesse Luehrs2019-11-231-1/+1
|
* make unicode normalization optionalJesse Luehrs2019-11-231-1/+4
| | | | | | it's not always necessary or desired, and adds quite a lot to the binary size (for instance, the problem it solves is pretty much non-existent in web browsers, and wasm builds are also very sensitive to code size)
* changelog and version bumpv0.6.3Jesse Luehrs2019-11-201-1/+1
|
* changelog and version bumpv0.6.2Jesse Luehrs2019-11-131-1/+1
|
* changelog and version bumpv0.6.1Jesse Luehrs2019-11-131-1/+1
|
* changelog and version bumpv0.6.0Jesse Luehrs2019-11-131-1/+1
|
* changelog and version bumpv0.5.1Jesse Luehrs2019-11-121-1/+1
|
* changelog and version bumpv0.5.0Jesse Luehrs2019-11-121-1/+1
|
* stop using formats at allJesse Luehrs2019-11-111-0/+1
| | | | they are too slow
* changelog and version bumpv0.4.0Jesse Luehrs2019-11-081-1/+1
|
* changelog and version bumpv0.3.2Jesse Luehrs2019-11-081-1/+1
|
* changelog and version bumpv0.3.1Jesse Luehrs2019-11-061-1/+1
|
* changelog and version bumpv0.3.0Jesse Luehrs2019-11-061-1/+1
|
* changelog and version bumpv0.2.00.2.0Jesse Luehrs2019-11-041-1/+1
|
* clippyJesse Luehrs2019-11-041-0/+1
|
* add some loggingJesse Luehrs2019-11-021-0/+1
|
* use enumset instead of hand-rolling itJesse Luehrs2019-11-021-0/+1
| | | | makes it a bit faster too
* add normalization for unicode cell valuesJesse Luehrs2019-10-311-0/+1
|
* implement zero-width and wide character handlingJesse Luehrs2019-10-311-0/+1
|
* basic structure of vte parserJesse Luehrs2019-10-291-0/+3
|
* start the rewriteJesse Luehrs2019-10-291-10/+1
|