aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
* Improved error reportingTill Hoeppner2015-07-283-4/+15
|
* Add msgpack outputTill Hoeppner2015-07-284-0/+58
|
* Add glob-ing for input filesTill Hoeppner2015-07-264-45/+136
|
* Use existing context, instead of mock context for freqTill Hoeppner2015-07-261-5/+0
|
* Remove "freq" executable targetTill Hoeppner2015-07-261-5/+0
|
* Merge src/freq.rs into the main executable.Till Hoeppner2015-07-262-86/+64
| | | | | Modularisation of functionality is postponed because the best way to seperate this is unclear.
* Alter name for better readabilityTill Hoeppner2015-07-261-2/+2
|
* Half-decent error reportingTill Hoeppner2015-07-242-5/+47
|
* General updates, for new APITill Hoeppner2015-07-233-24/+14
|
* Functions to select a decoder/encoder based on a nameTill Hoeppner2015-07-231-0/+18
|
* Support dynamic selection of decoders/encodersTill Hoeppner2015-07-234-6/+23
|
* Start CLITill Hoeppner2015-06-121-6/+17
|
* Add semi-proper conversionTill Hoeppner2015-06-126-31/+75
|
* Continue READMETill Hoeppner2015-06-111-0/+18
|
* Start READMETill Hoeppner2015-06-111-1/+17
|
* Implement more events for EnergymechTill Hoeppner2015-06-112-2/+58
|
* Merge pull request #1 from tilpner/cowsTill Höppner2015-06-1110-184/+437
|\ | | | | Update Event API with Option and Cow
| * Fix binaries and eliminate warningsTill Hoeppner2015-06-116-29/+16
| |
| * Re-enable binaryTill Hoeppner2015-06-111-1/+1
| |
| * Adapt energymech to new Event APITill Hoeppner2015-06-113-45/+63
| |
| * Adapt weechat3 to new Event APITill Hoeppner2015-06-113-135/+59
| |
| * Figure out that .to_owned().into() is needed, instead of .into()Till Hoeppner2015-06-111-4/+4
| |
| * Reduction?Till Hoeppner2015-06-111-8/+6
| |
| * Some inbetween state of confusionTill Hoeppner2015-06-119-80/+406
|/
* Screw clippy, it doesn't build, and I'm unsure how to include its license. :(Till Hoeppner2015-06-092-8/+0
|
* Add license entry to Cargo.tomlTill Hoeppner2015-06-091-0/+1
|
* Add licenses for used crates to NOTICE. Note that I don't know what I'm doing.Till Hoeppner2015-06-091-10/+229
|
* Prefix every single file with this stupid notice. Did I mention this is stupid?Till Hoeppner2015-06-098-0/+111
|
* Create LICENSETill Höppner2015-06-091-0/+201
| | | This legal stuff took me way too long.
* Fix name prefix strippingTill Hoeppner2015-06-091-3/+12
|
* Add basic frequency counter binaryTill Hoeppner2015-06-096-8/+85
|
* Add untested support for binary serialization with rustc_serialize and bincodeTill Hoeppner2015-04-165-4/+42
|
* Only strip one parenthese from maskTill Hoeppner2015-04-161-2/+2
|
* Fix doc generationTill Hoeppner2015-04-051-0/+4
|
* Actually account for non-'blank' whitespaceTill Hoeppner2015-04-041-8/+10
|
* Account for non-'blank' whitespaceTill Hoeppner2015-04-041-4/+5
|
* Remove remains of regex parsingTill Hoeppner2015-04-041-67/+0
|
* Update for removal of std::error::FromErrorTill Hoeppner2015-04-041-7/+7
|
* More event typesTill Hoeppner2015-04-034-7/+25
|
* Proper logging, proper parsingTill Hoeppner2015-04-023-3/+14
|
* Don't match with regex anymoreTill Hoeppner2015-04-014-18/+76
|
* Partial parsing/formatting of weechat3, plus basic CLI interfaceTill Hoeppner2015-03-243-59/+127
|
* Initial commit.Till Hoeppner2015-03-238-0/+267