Commit Graph

43 Commits

Author SHA1 Message Date
Matthias Beyer 01fb556204 Remove unneeded macro import 2017-06-21 10:00:17 +02:00
Matthias Beyer 820037bba6 dependency: toml-query: 0.1.0 -> 0.2.0 2017-06-07 12:29:57 +02:00
Matthias Beyer 4ca6f4c386 Update version strings: 0.2.0 -> 0.3.0 2017-05-30 21:23:33 +02:00
Matthias Beyer c851e8be1e Fix libimagcounter for new toml header querying interface 2017-05-30 21:20:40 +02:00
Matthias Beyer 5817109279 Update TOML dependency string in Cargo.toml 2017-05-30 20:32:59 +02:00
Matthias Beyer 80fb6cc2bd Revert "Remove stuff for the focus-shift"
This reverts commit 63a7f0d8a9.
2017-05-30 20:25:00 +02:00
Matthias Beyer 63a7f0d8a9 Remove stuff for the focus-shift 2017-01-21 13:05:50 +01:00
mario 8df5519f34 Move `[profile.dev] codegen-units = 2` to top-level Cargo.toml
lower level (=package/crate level) definitions for profiles are ignored
2017-01-19 20:08:51 +01:00
Matthias Beyer 0a04081599 Merge pull request #656 from matthiasbeyer/cargo-rustc-codegen-units
Cargo rustc codegen units
2016-10-31 23:39:38 +01:00
Matthias Beyer 34b0487359 libimagcounter/Cargo.toml: Update dependencies 2016-10-24 14:30:54 +02:00
Matthias Beyer 633cf54e0d Add codegen-units = 2 in ./libimagentryselect/Cargo.toml 2016-10-24 13:53:53 +02:00
Matthias Beyer b5bfc1978c Fix: Cargo.toml does not know "website", but "homepage" 2016-10-20 14:14:18 +02:00
Matthias Beyer 39cd88e47f Add meta-info in libimagcounter/Cargo.toml 2016-10-18 10:56:12 +02:00
Matthias Beyer e8ae4c0da7 Create symlinks to documentation files in libimag*/README.md 2016-10-13 12:04:36 +02:00
Matthias Beyer e30d774670 Move all libimag*/README.md to doc/src/05100-* 2016-10-13 12:04:36 +02:00
Matthias Beyer fbd6e790c7 Increment header levels in the README.md files of the libraries 2016-10-13 12:04:36 +02:00
Matthias Beyer df2736d7d8 libimagcounter: Add copyright notice to all files 2016-10-01 17:35:06 +02:00
Matthias Beyer 82f08c6021 Remove version argument from module_entry_path_mod!() macro 2016-08-30 11:40:56 +02:00
Matthias Beyer f3727ca686 Fix libimagcounter::counter::* for new StoreId interface 2016-08-28 18:41:55 +02:00
Kai Sickeler 90d948122c Upgrade toml dependency to 0.2 2016-08-06 17:21:24 +02:00
Kai Sickeler da432f5b07 Replaced unwrap with try! 2016-07-27 20:19:35 +02:00
Kai Sickeler 47d2a7703c shorten header reading with header function 2016-07-27 19:54:03 +02:00
Kai Sickeler 1c5cb7d21d replaced implementation of reset with call to set function 2016-07-27 18:54:09 +02:00
Kai Sickeler 3445908ef9 better error-handling when reading the unit 2016-07-27 17:40:20 +02:00
Kai Sickeler 769512ada2 added Option<CounterUnit> as member of Struct Counter 2016-07-27 17:40:20 +02:00
Kai Sickeler aeb27072a7 use CounterUnit::new instead of a pub member 2016-07-27 17:40:20 +02:00
Kai Sickeler 7e4166acbf changed Unit-String to CounterUnit-Type 2016-07-27 17:40:20 +02:00
Kai Sickeler cd182c73f4 replaced typedef with newtype 2016-07-27 17:40:20 +02:00
Kai Sickeler 33db6da554 added measurement units 2016-07-27 17:40:20 +02:00
Matthias Beyer 9337a14cdd Update all version strings: 0.1.0 -> 0.2.0 2016-07-12 11:51:20 +02:00
Matthias Beyer d3dc4eb57d libimagcounter: use generate_error_module!() macro and reexport generated types 2016-05-19 18:22:03 +02:00
Matthias Beyer 22e015b8fd libimagcounter: Replace error module imports with macro helper 2016-05-19 18:22:03 +02:00
Matthias Beyer 8602d5855a libimagcounter: Replace error code with code generator macro 2016-05-17 00:26:36 +02:00
Andre Bogus dfd6a9b0d3 style adaptations
these were introduced following suggestions from
https://crates.io/crate/clippy
2016-05-13 22:26:48 +02:00
Matthias Beyer 15986cba34 Update log: 0.3.* -> 0.3 2016-05-10 17:54:47 +02:00
Matthias Beyer 381a9b3f5b Revert change to unwrap_err() here, trait bounds not fulfilled 2016-04-20 21:46:02 +02:00
Matthias Beyer d01c2d294e libimagcounter: Replace .err().unwrap() with .unwrap_err() 2016-04-20 21:45:26 +02:00
Matthias Beyer 7ea6dccd29 Enable lints 2016-04-16 17:55:12 +02:00
Matthias Beyer 0524b26fa7 Remove unused imports 2016-04-16 17:55:12 +02:00
Matthias Beyer 1d5ed2c3d5 Remove unused keyword "mut" 2016-04-16 17:55:12 +02:00
Matthias Beyer 20b578cd62 Add README for libimagcounter 2016-03-25 15:56:42 +01:00
Matthias Beyer 78feb53aa8 Add Counter::all_counters() to get all counters 2016-03-19 15:40:01 +01:00
Matthias Beyer 2bc9f2ec25 libimagcounter: init 2016-03-12 16:06:10 +01:00