Commit Graph

139 Commits

Author SHA1 Message Date
Nikita Pekin
5518394f2d chore: modify appveyor to build master and auto
Modify `appveyor.yml` to configure Appveyor to only build master and auto
branches.
2016-03-28 06:02:23 -04:00
Nikita Pekin
1ce5e306b9 chore: fix typo in copyright header 2016-03-28 06:00:34 -04:00
Nikita Pekin
73964cf455 test: add integration tests 2016-03-28 05:57:51 -04:00
Homu
6636de77bd Auto merge of #31 - indiv0:patch-29, r=indiv0
Remove unnecessary `Default` impl

Closes #29.
2016-03-28 18:44:38 +09:00
Nikita Pekin
886c2bbafa chore: reorder cfg_attrs 2016-03-28 05:40:50 -04:00
Homu
f3fdd3ca40 Auto merge of #27 - indiv0:patch-20, r=indiv0
Add `rustfmt.toml`

Closes #20.
2016-03-28 18:34:41 +09:00
Nikita Pekin
68c16d2df4 feat(lazycell): remove unnecessary Default impl 2016-03-28 05:33:58 -04:00
Nikita Pekin
99312abbee chore(rustfmt): add rustfmt.toml 2016-03-28 05:32:32 -04:00
Homu
27add11411 Auto merge of #28 - indiv0:patch-17, r=indiv0
Add Coveralls Support

Add Coveralls coverage uploading support via travis-cargo.
Add Coveralls badge to `README.md`.

Closes #17.
2016-03-28 18:30:37 +09:00
Nikita Pekin
9b7d53ef38 chore(travis): add coveralls support
Add Coveralls coverage uploading support via travis-cargo.
Add Coveralls badge to `README.md`.
2016-03-28 04:39:47 -04:00
Homu
6b8af7e317 Auto merge of #24 - indiv0:patch-18, r=indiv0
Add Appveyor Support

Add appveyor.yml file for Appveyor support.

Closes #18.
2016-03-28 17:10:49 +09:00
Nikita Pekin
ba8e713abd chore: fix repo URL in .clog.toml 2016-03-28 04:08:03 -04:00
Nikita Pekin
a3f2e7add1 chore(appveyor): add Appveyor support
Add `appveyor.yml` file for Appveyor support.
Add section in `README.md` for Windows build status.

Closes #18.
2016-03-28 04:08:03 -04:00
Homu
139ed0487c Auto merge of #26 - indiv0:patch-25, r=indiv0
Update `README.md`

Change Markdown links to reference style links.
Add links to `LICENSE-APACHE` and `LICENSE-MIT`.
Add information on crate usage to README.md.
Add API docs badge.
Change badge layout from inline to HTML table.

Closes #25.
2016-03-28 16:51:19 +09:00
Nikita Pekin
deb343b045 chore(README): update README.md
Change Markdown links to reference style links.
Add links to `LICENSE-APACHE` and `LICENSE-MIT`.
Add information on crate usage to README.md.
Add API docs badge.
Change badge layout from inline to HTML table.

Closes #25.
2016-03-28 03:48:29 -04:00
Homu
8304742a43 Auto merge of #16 - indiv0:patch-15, r=indiv0
Remove Unnecessary clog Section Definitions

Remove unnecessary clog Section definitions

Closes #15.
2016-03-16 12:54:57 +09:00
Nikita Pekin
1cc0555d87 docs(CHANGELOG): removed unnecessary sections
Removed unnecessary sections from CHANGELOG.md
2016-03-15 23:52:46 -04:00
Nikita Pekin
89389597f2 chore(clog): remove unnecessary sections
Remove unnecessary clog Section definitions

Closes #15.
2016-03-15 23:50:50 -04:00
Homu
ace67767b8 Auto merge of #14 - indiv0:patch-13, r=indiv0
Add a Link to Project Documentation to README.md

Add a link to the project documentation

Closes #13.
2016-03-16 12:39:18 +09:00
Nikita Pekin
c8dc33f01f docs(README): add link to documentation
Add a link to the project documentation

Closes #13.
2016-03-15 23:37:23 -04:00
Homu
17374998cc Auto merge of #12 - indiv0:feat_rustfmt, r=indiv0
Apply `rustfmt` to Project
2016-03-16 12:28:02 +09:00
Nikita Pekin
6ba9c3eef9 chore: increase version 2016-03-15 23:25:16 -04:00
Nikita Pekin
968f5460f5 style(lib.rs): apply consistent style with rustfmt 2016-03-15 23:24:18 -04:00
Homu
3ee005d674 Auto merge of #11 - indiv0:feat_implement-default, r=indiv0
Implement `Default` trait for `LazyCell`

Currently, `LazyCell` does not implement `Default` despite having a constructor of the form `fn new() -> Self`, which is not ideal.

This PR implements `Default` for `LazyCell`.
2016-03-16 12:20:21 +09:00
Nikita Pekin
150a6304a2 feat(lib.rs): implement Default trait for LazyCell 2016-03-15 23:12:47 -04:00
Homu
fc3b28d381 Auto merge of #10 - indiv0:patch-9, r=indiv0
Update Include Directive for Cargo.toml
2016-03-16 12:00:21 +09:00
Nikita Pekin
fa5a6b66e8 chore: increase version 2016-03-15 22:57:02 -04:00
Nikita Pekin
c3142949d5 chore(Cargo.toml): update include directive
Remove `src/*.rs` from include in Cargo.toml
Add `CHANGELOG.md` to include in Cargo.toml

Closes #9.
2016-03-15 22:55:48 -04:00
Homu
52d44bef73 Auto merge of #8 - indiv0:patch-7, r=indiv0
Add a `clog-cli` Generated CHANGELOG.md
2016-03-16 11:36:07 +09:00
Nikita Pekin
4cea421007 docs(CHANGELOG): add a CHANGELOG.md file
Add a clog-cli generated CHANGELOG.md file

Closes #7.
2016-03-15 22:32:27 -04:00
Nikita Pekin
2dc0e88188 chore(clog): add .clog.toml file 2016-03-15 21:57:27 -04:00
Nikita Pekin
ea7d5a7e30 chore(Cargo.toml): prepare crate for publishing
Add required fields to Cargo.toml
Add Crates.io badges to README.md
2016-03-15 21:29:17 -04:00
Nikita Pekin
3b5f578b02 docs(lib.rs): add missing documentation
Enable missing_docs lint to ensure docs are always present in the future.
Add missing documentation.
2016-03-15 21:29:17 -04:00
Nikita Pekin
f87b68c554 docs(lib.rs): add missing copyright notice 2016-03-15 21:29:15 -04:00
Nikita Pekin
72dbddba98 docs(README): add Clippy lint result badge 2016-03-15 21:29:11 -04:00
Nikita Pekin
ced98f2f9e chore(travis): add Travis CI support 2016-03-15 21:29:11 -04:00
Nikita Pekin
84dd8f9600 fix(Cargo.toml): loosen restrictions on Clippy version 2016-03-15 21:29:11 -04:00
Nikita Pekin
4b39764a57 feat: add initial implementation 2016-03-15 21:29:11 -04:00
indiv0
a80407a907 feat: add initial commit 2016-03-15 21:29:11 -04:00