Commit Graph

63 Commits

Author SHA1 Message Date
Chris West (Faux)
be7b547623 minor lie in the readme 2019-01-21 22:20:47 +00:00
Chris West (Faux)
7f180bc3ef bump dev dependency / fmt 2018-12-17 19:04:09 +00:00
Chris West (Faux)
46ad5e2bb2 upgrade gcc crate to cc 2018-04-14 20:43:04 +01:00
Chris West (Faux)
2f2167c027 new rustfmt 2018-04-12 20:35:08 +01:00
Chris West (Faux)
1d2364d800 test environment for building on trusty in docker 2017-12-12 20:45:01 +00:00
Chris West (Faux)
46aa9ed07f #2: support building with very old apt 2017-12-12 20:44:28 +00:00
Chris West (Faux)
7a55e2678b update lazy-static to 1 2017-12-10 15:20:21 +00:00
Chris West (Faux)
3b7065ed95 add a note about singleton breakage 2017-11-18 11:05:57 +00:00
Chris West (Faux)
c4e7590239 remove empty test 2017-11-17 09:54:20 +00:00
Chris West (Faux)
b104724ccf add a reload() (#1) 2017-11-17 09:54:14 +00:00
Chris West (Faux)
45741e2de1 PhantomData cares about the MutexGuard, not the Cache 2017-11-17 09:41:11 +00:00
Chris West (Faux)
e6f0bd8b6b comments / unwrap->expect 2017-11-17 09:31:24 +00:00
Chris West (Faux)
9ee8a3ca09 Cache actually carries around a mutex
This is way less insane than the old way, I think. And it seems to work.
2017-11-17 09:28:57 +00:00
Chris West (Faux)
e1cf0fa26c new rustfmt 2017-11-17 09:03:38 +00:00
Chris West (Faux)
477038c074 less specific version declarations 2017-11-17 09:00:44 +00:00
Chris West (Faux)
6b2bd29fed example of running on docker 2017-10-15 21:05:14 +01:00
Chris West (Faux)
370a764967 some extra iterator utilities 2017-10-15 15:44:24 +01:00
Chris West (Faux)
db3be1e3d2 thread safety note 2017-10-15 15:12:24 +01:00
Chris West (Faux)
0aa1d738c6 upgrade 2017-10-15 15:04:46 +01:00
Chris West (Faux)
8fd3d146e3 try and convince travis to run in fast mode 2017-09-13 08:33:02 +01:00
Chris West (Faux)
6bf783c67b cargo upgrade + fix deprecation warning 2017-09-13 08:28:30 +01:00
Chris West (Faux)
d13db3450b 0.2.1: version exposed 2017-09-09 13:20:40 +01:00
Chris West (Faux)
f8d5c5370b source-listing example sorts by version 2017-07-20 12:59:26 +01:00
Chris West (Faux)
77918dcee7 fmt 2017-07-20 12:59:00 +01:00
Chris West (Faux)
81b66ce2ae expose version comparison 2017-07-20 12:45:30 +01:00
Chris West (Faux)
3314733ebb 0.2.0: fixed iterators, "origin"-like concept exposed 2017-07-14 18:16:57 +01:00
Chris West (Faux)
b1bb2ef8ca clippy 2017-07-14 18:15:50 +01:00
Chris West (Faux)
16aa763845 remove last warning with phantomdata 2017-07-14 18:14:49 +01:00
Chris West (Faux)
6641457af2 spello 2017-07-14 14:06:30 +01:00
Chris West (Faux)
b2fc66519b a port of list_source_packages.py, minus the cachedir changing 2017-07-14 14:04:02 +01:00
Chris West (Faux)
25c1de2af2 fmt 2017-07-14 14:03:49 +01:00
Chris West (Faux)
c7b6207ba6 a whole load of origin information may be absent; afaics only for /var/lib/dpkg/status? 2017-07-14 12:19:43 +01:00
Chris West (Faux)
e5a01acb71 surface a whole load more 'origin' information 2017-07-14 11:49:51 +01:00
Chris West (Faux)
4ced3f985c fmt 2017-07-13 22:11:05 +01:00
Chris West (Faux)
d935fa5fb7 some fiddling with the display 2017-07-13 22:01:45 +01:00
Chris West (Faux)
457c31b4a4 impl Display; remove prettyprint for compat; fix section 2017-07-13 21:50:53 +01:00
Chris West (Faux)
d1948421ce thinking about other iterator things to add 2017-07-13 20:10:03 +01:00
Chris West (Faux)
00188891eb fixup borrows on nasty iterators 2017-07-13 18:28:20 +01:00
Chris West (Faux)
d4d85c2485 ask the 'gcc' crate to do more work, travis? 2017-07-13 18:08:36 +01:00
Chris West (Faux)
05aa328c6f travis' ubuntu is too old for c++0x, upgrade to trusty? 2017-07-13 17:58:37 +01:00
Chris West (Faux)
f277bb22cf install deps on travis 2017-07-13 17:55:47 +01:00
Chris West (Faux)
cbc0f62106 fix module tests and write demonstration for the failure 2017-07-13 17:54:24 +01:00
Chris West (Faux)
6cde4ee61e fmt 2017-07-13 17:49:50 +01:00
Chris West (Faux)
d4dfd0fb7a Unify the Iterator implementations 2017-07-13 17:44:18 +01:00
Chris West (Faux)
8f5bc80c06 docs / crates.io stuff 2017-07-13 16:12:58 +01:00
Chris West (Faux)
f4e4724dd1 cargo fmt 2017-07-13 15:37:35 +01:00
Chris West (Faux)
6b164f172d clippy 2017-07-13 15:37:17 +01:00
Chris West (Faux)
06a3c497e7 fix warning with PhantomData 2017-07-13 15:33:30 +01:00
Chris West (Faux)
70812eb615 expose priority 2017-07-13 15:31:11 +01:00
Chris West (Faux)
67c2146b25 fix iterators with hack; fleshing out policy 2017-07-13 15:14:23 +01:00