1
0
mirror of https://github.com/bspeice/qadapt synced 2026-06-10 23:31:50 -04:00
Commit Graph

69 Commits

Author SHA1 Message Date
bspeice db120dbe45 More documentation updates 2018-12-07 00:16:29 -05:00
bspeice 9b63f71f63 Merge pull request #1 from bspeice/edition_upgrade
Edition upgrade
2018-12-07 05:15:50 +00:00
bspeice 65808b4e49 Minor docs update 2018-12-06 23:36:28 -05:00
bspeice dbf24afc67 Remove env_logger as a dev dependency 2018-12-06 23:31:49 -05:00
bspeice d19e596712 Remove log crate 2018-12-06 23:23:39 -05:00
bspeice 42754635ba Pass tests in release mode 2018-12-06 23:22:30 -05:00
bspeice 508aa05cb9 Actually run rustfmt 2018-12-06 23:19:37 -05:00
bspeice 1832cfb389 Add testing in stable/beta branches 2018-12-06 23:16:35 -05:00
bspeice 6df30473da Rustfmt fix 2018-12-06 23:14:56 -05:00
bspeice b23f7c45f7 Handle release mode compiler seeing through us 2018-12-06 23:11:48 -05:00
bspeice b565c29cfc Minor wording tweak 2018-12-06 23:05:14 -05:00
bspeice 65673e1af2 Renaming and a new macro 2018-12-06 23:02:44 -05:00
bspeice a1ee8934b4 Fix up the clippy warnings 2018-12-06 22:14:43 -05:00
bspeice f4f33dabb7 More edition fixing 2018-12-06 22:12:45 -05:00
bspeice de2b6700ae First of edition fixing 2018-12-06 22:12:21 -05:00
bspeice 5232c556ff Actually upgrade the edition 2018-12-06 22:11:03 -05:00
bspeice 4d7f9b2696 Prepare for edition 2018 2018-12-06 22:00:30 -05:00
bspeice 7ebfe6df6b Hopefully fix the release process
And remove some extraneous travis files
v0.7.1
2018-12-03 23:49:30 -05:00
bspeice 0216f20d03 Attempt to release 0.7.1 2018-12-03 23:13:24 -05:00
bspeice d7c1369ee2 Disable some appveyor builds
Seems to fail for no reason whatsoever
2018-12-03 23:04:15 -05:00
bspeice 0f45efca17 Different way of setting backtrace 2018-12-03 22:53:25 -05:00
bspeice 14f391f058 Set backtrace for appveyor 2018-12-03 22:48:51 -05:00
bspeice 975f041523 Don't include tests in codecov 2018-12-02 23:45:10 -05:00
bspeice a31bacf9fd Fix kcov build step 2018-12-02 23:38:42 -05:00
bspeice c04418a625 Travis code coverage fixes 2018-12-02 23:26:44 -05:00
bspeice 35b5627ad1 Add a newline to fix rustfmt 2018-12-02 23:20:14 -05:00
bspeice 4daa291b1b Don't always build code coverage 2018-12-02 23:14:05 -05:00
bspeice e5d47f2400 Fix appveyor badge 2018-12-02 22:48:46 -05:00
bspeice ddd5277ccc Fix appveyor builds known to break 2018-12-02 22:44:13 -05:00
bspeice 3e0770400d Use new CI template 2018-12-02 22:42:29 -05:00
bspeice 095fd797c4 Warning message if guards without allocator enabled 2018-11-22 11:19:31 -05:00
bspeice e68316527f Update versions and CHANGELOG 2018-11-18 21:30:55 -05:00
bspeice 5d7be8e18e Fix conditional compilation guards 2018-11-18 21:29:32 -05:00
bspeice 79f57ba2f9 Slight docs update v0.6.0 2018-11-17 11:04:37 -05:00
bspeice daabd22dc7 Get licensing and stuff in place 2018-11-17 10:39:38 -05:00
bspeice 3341faeb91 Handle return showing up in closures 2018-11-17 10:32:58 -05:00
bspeice eef377708b Fix Cargo.toml badge 2018-11-15 23:09:07 -05:00
bspeice 8591f30ac3 Fix return handling v0.5.0 2018-11-15 23:08:02 -05:00
bspeice 5c9d09cba6 Update Cargo.toml 2018-11-15 20:18:24 -05:00
bspeice 8b4ebe8c88 Get version 0.4 ready v0.4.0 2018-11-15 20:16:49 -05:00
bspeice 398b1395a0 Make proc_macro suck a lot less 2018-11-15 00:35:07 -05:00
bspeice d9bc210ba0 Revert "Don't use proc macro"
This reverts commit 000d0032a9.
2018-11-14 23:38:21 -05:00
bspeice 000d0032a9 Don't use proc macro
I really don't like the new syntax though,
much as I don't like proc_macro it may be coming back.
2018-11-14 23:31:10 -05:00
bspeice af2781b453 Strip QADAPT symbols for release-mode builds 2018-11-13 22:30:41 -05:00
bspeice 84739c4dd1 Handle actual functions 2018-11-12 22:30:09 -05:00
bspeice db3110d7b9 Add path version dependency 2018-11-11 22:38:38 -05:00
bspeice 4c94cb928b Clean up qadapt-macro Cargo.toml 2018-11-11 22:37:54 -05:00
bspeice 76091906cc I lied, the cleanup is never done 2018-11-11 22:37:00 -05:00
bspeice 901e7941a2 Final cleanup, time to commit 2018-11-11 22:34:05 -05:00
bspeice 8bc768e40b Get the proc macro working. It's time to release. 2018-11-11 22:22:24 -05:00