aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
* Reverse allow-failure, take 3Till Höppner2016-01-231-1/+2
|
* Reverse allow-failure, take 2Till Höppner2016-01-231-3/+1
|
* Reverse allow-failureTill Höppner2016-01-231-1/+3
|
* Add .travis.ymlTill Höppner2016-01-231-0/+7
|
* Fix compilation, fix dependenciesTill Höppner2016-01-236-64/+53
|
* Merge branch 'master' of github.com:tilpner/ilcTill Höppner2016-01-200-0/+0
|\
| * Updated dependencies, still doesn't buildTill Höppner2016-01-134-6/+9
| |
* | Updated dependencies, still doesn't buildTill Höppner2016-01-208-63/+61
|/
* Merge branch 'master' of github.com:tilpner/ilcTill Hoeppner2015-07-291-5/+21
|\
| * Update README for recent progressTill Höppner2015-07-281-5/+21
| |
* | implement sort and dedup of logsTill Hoeppner2015-07-296-15/+143
|/
* Properly handle EOF while reading msgpack markersTill Hoeppner2015-07-281-2/+6
| | | | | | If there's no more data, we stop returning events. This will still error on EOF while reading msgpack data though, which is sort-of intended.
* 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
|