Commit graph

3426 commits

Author SHA1 Message Date
82e61db4f7 Bake in shell-compl generation
Therefor we need to have at least clap 2.16.1.

We bake this into libimagrt::runtime::Runtime, so all binary crates
should automatically have it.
2016-10-28 09:42:44 +02:00
85e95d142c Merge pull request #825 from matthiasbeyer/readme-rewrite
Readme rewrite
2016-10-27 18:43:29 +02:00
9c81f600b7 Fix wording 2016-10-27 16:40:29 +02:00
0c8ee6a3f2 Remove license justification 2016-10-27 16:40:29 +02:00
e94c77f6e4 Rewrite "Documentation" 2016-10-27 16:40:29 +02:00
256f6efcf0 Rewrite "Staying up-to-date" 2016-10-27 14:08:17 +02:00
821f0c75da Rewrite "Running" 2016-10-27 14:08:17 +02:00
e8f61dd03b Rewrite how to build imag 2016-10-27 14:08:17 +02:00
5f15c21d30 Rewrite Goal 2016-10-27 14:08:17 +02:00
9e0c9f41ab Move early-dev note 2016-10-27 11:12:20 +02:00
0404b24333 Merge pull request #822 from matthiasbeyer/update-deps
Update deps
2016-10-25 15:24:17 +02:00
f6a1c7d56f Merge pull request #823 from matthiasbeyer/make-check
Make: Add -check targets to "cargo check"
2016-10-25 13:46:55 +02:00
99e0b2ea8c Update task-hookrs dependency to 0.2.2 2016-10-25 13:40:02 +02:00
523c84baff Make: Add -check targets to "cargo check" 2016-10-25 09:35:07 +02:00
97eedf80fe Fix for itertools update: sort_by -> sorted_by 2016-10-25 09:33:59 +02:00
d14c9720e7 Merge pull request #821 from matthiasbeyer/release-commits-import
Release commits import
2016-10-25 09:10:05 +02:00
44f44a0c7f libimagutil/Cargo.toml: Update dependencies 2016-10-24 15:51:19 +02:00
6a26e26651 libimagtodo/Cargo.toml: Update dependencies 2016-10-24 14:30:54 +02:00
1918f25c64 libimagtimeui/Cargo.toml: Update dependencies 2016-10-24 14:30:54 +02:00
7bafa10240 libimagstorestdhook/Cargo.toml: Update dependencies 2016-10-24 14:30:54 +02:00
5ad2bfc462 libimagstore/Cargo.toml: Update dependencies 2016-10-24 14:30:54 +02:00
9e0c523b97 libimagrt/Cargo.toml: Update dependencies 2016-10-24 14:30:54 +02:00
b4ab666ce7 libimagref/Cargo.toml: Update dependencies 2016-10-24 14:30:54 +02:00
40cc9e593d libimagnotes/Cargo.toml: Update dependencies 2016-10-24 14:30:54 +02:00
3b9d1082c7 libimagmail/Cargo.toml: Update dependencies 2016-10-24 14:30:54 +02:00
96b7d0427c libimaginteraction/Cargo.toml: Update dependencies 2016-10-24 14:30:54 +02:00
e55e805c6c libimagerror/Cargo.toml: Update dependencies 2016-10-24 14:30:54 +02:00
61c3bf03d2 libimagentryview/Cargo.toml: Update dependencies 2016-10-24 14:30:54 +02:00
bbe9884ca6 libimagentrytag/Cargo.toml: Update dependencies 2016-10-24 14:30:54 +02:00
24e23b263a libimagentrymarkdown/Cargo.toml: Update dependencies 2016-10-24 14:30:54 +02:00
b5a83f1b8a libimagentrylink/Cargo.toml: Update dependencies 2016-10-24 14:30:54 +02:00
e8cad23ddb libimagentryfilter/Cargo.toml: Update dependencies 2016-10-24 14:30:54 +02:00
a64320c3f5 libimagdiary/Cargo.toml: Update dependencies 2016-10-24 14:30:54 +02:00
34b0487359 libimagcounter/Cargo.toml: Update dependencies 2016-10-24 14:30:54 +02:00
23e5778e3c libimagbookmark/Cargo.toml: Update dependencies 2016-10-24 14:30:54 +02:00
6e9a9fdd94 imag-view/Cargo.toml: Update dependencies 2016-10-24 14:30:54 +02:00
867fd527b4 imag-todo/Cargo.toml: Update dependencies 2016-10-24 14:30:54 +02:00
f2d0f0e049 imag-tag/Cargo.toml: Update dependencies 2016-10-24 14:30:54 +02:00
a07160494a imag-store/Cargo.toml: Update dependencies 2016-10-24 14:30:54 +02:00
d0f7a0066a imag-ref/Cargo.toml: Update dependencies 2016-10-24 14:30:54 +02:00
10ca4a7999 imag-notes/Cargo.toml: Update dependencies 2016-10-24 14:30:54 +02:00
52820c4f1e imag-link/Cargo.toml: Update dependencies 2016-10-24 14:30:54 +02:00
6385561926 imag-diary/Cargo.toml: Update dependencies 2016-10-24 14:30:54 +02:00
ca89bc5962 bin/Cargo.toml: Update dependencies 2016-10-24 14:30:54 +02:00
dfa38962e3 Export RUSTFLAGS with codegen-units = 2 2016-10-24 13:56:40 +02:00
a6c3236289 Add codegen-units = 2 in ./libimagentrytag/Cargo.toml 2016-10-24 13:56:40 +02:00
74c0e06132 Add codegen-units = 2 in ./imag-view/Cargo.toml 2016-10-24 13:56:25 +02:00
7d87fb6321 Add codegen-units = 2 in ./libimagtodo/Cargo.toml 2016-10-24 13:56:14 +02:00
799da8319c Add codegen-units = 2 in ./imag-store/Cargo.toml 2016-10-24 13:56:02 +02:00
de7206aa5a Add codegen-units = 2 in ./libimagerror/Cargo.toml 2016-10-24 13:55:49 +02:00