Commit Graph

25 Commits

Author SHA1 Message Date
f0ea25ed97 range: comment sections 2015-02-20 20:40:01 +11:00
9d6be23dd5 range: templatise normalise methods return type 2015-02-17 16:19:22 +11:00
60787655b3 json: split json impl files into tree and flat 2015-02-03 00:15:07 +11:00
cfc0f8ecd0 json: move tree parsing code to json::tree 2015-02-02 21:26:56 +11:00
03a95ac05b Remove explict json constructor from range 2014-03-06 15:22:47 +11:00
71fcd082aa Allow range::normalise to return non-unit values 2014-02-18 16:00:48 +11:00
c0dcdd89d9 Add MAX range object 2012-06-15 16:38:24 +10:00
4fa7789786 Instantiate templates in their enclosing namespace 2012-06-13 16:01:42 +10:00
f3b829e232 Add a soft bounds check for range::normalise 2012-05-24 17:07:17 +10:00
aabbf231c5 Add more scalar operators for range 2012-05-24 15:03:26 +10:00
ea9d6c175d Support initial NaN range with range::expand 2012-05-23 20:42:05 +10:00
f1505e8b31 Remove return type from range::expand 2012-05-23 17:01:54 +10:00
be0426ff24 Add range expansion method 2012-05-22 14:12:06 +10:00
4f5d75a1df Make all check macros uppercase 2012-05-11 12:34:21 +10:00
17667f991f Use new style as_{type} in json to range 2012-04-20 18:05:25 +10:00
45d8cfffbf Rename "to_<type>" functions to "as_<type>"
'to' implies a copy, 'as' implies reinterpret.
2012-04-12 16:08:06 +10:00
af97b70377 Add floating specialisations for range::random 2012-01-04 17:05:09 +11:00
bd12deed4e Correctly set max for region json extractor 2011-10-29 21:44:30 +11:00
6e2ba427f9 Correctly bias the range::random function with min 2011-10-03 19:20:46 +11:00
2e091079d2 Don't abbreviate the util::range::rand function 2011-10-03 19:20:14 +11:00
9e5f60b1bd Instance all uint_t ranges 2011-09-13 15:12:57 +10:00
306f852fc7 Move range to the util namespace 2011-08-15 20:11:42 +10:00
1fc1dd4134 Change range::includes to range::contains
Contains is more descriptive (of the actual implementation) as it
implies the entire argument is within the range. Includes should also be
provided at some point.
2011-07-29 17:38:07 +10:00
16e4cde82d Add instantiation of range for size_t 2011-06-15 22:37:17 +10:00
745e06d1af initial import from waif 2011-05-23 17:18:52 +10:00