Commit Graph

19 Commits (c34e81be56c2ac187f103d95d998fcf9969240e0)

Author SHA1 Message Date
Daniel Kolesa c34e81be56 make swap respect ADL (while still not requiring it) 2015-07-11 18:50:13 +01:00
Daniel Kolesa 82a8ea3902 SFINAE friendly ToString and expansion of any tuple-like type in format 2015-07-11 17:26:41 +01:00
Daniel Kolesa a77f983015 more complete relational operator sets + add lexicographical comparison 2015-07-11 16:08:09 +01:00
Daniel Kolesa 28cbc8f4a9 gcc fixes 2015-07-11 01:22:48 +01:00
Daniel Kolesa 64cfb5b715 fix 2015-07-10 01:17:08 +01:00
Daniel Kolesa 80ad58f079 use the '#' flag to expand values within range subformats 2015-07-10 00:49:07 +01:00
Daniel Kolesa 1654ee84db get rid of full namespace where unambiguous resolution is guaranteed 2015-07-05 23:59:36 +01:00
Daniel Kolesa 48a6e1e59d formatting of associative arrays 2015-07-04 14:52:02 +01:00
Daniel Kolesa 0b8d9ec4cf format fixes, cleanups and optimizations; add formatting of floating point numbers 2015-07-03 18:21:05 +01:00
Daniel Kolesa a23525bacf make put() on OutputRanges return bool 2015-07-01 21:12:45 +01:00
Daniel Kolesa f36c35afae add StringBase::length which will eventually deal with unicode and return the number of codepoints 2015-07-01 21:03:44 +01:00
Daniel Kolesa 1de58ac2b6 make most funcs taking strings allocator independent 2015-07-01 20:20:37 +01:00
Daniel Kolesa ea1325543d more formatter work, type traits fixes, formatting on all streams 2015-07-01 18:51:39 +01:00
Daniel Kolesa 809e4825ae fixes 2015-07-01 01:46:01 +01:00
Daniel Kolesa 06eeec1ca7 schar/uchar -> sbyte/byte, extend write/writeln on Stream, rename Stream::read/write to read/write_bytes to clear ambiguities and overloads, fixes 2015-06-30 23:07:28 +01:00
Daniel Kolesa 1e7640031a delete default ctors on all core range types 2015-06-29 23:33:20 +01:00
Daniel Kolesa d8d8ea7151 put EnableIf in template type params where possible 2015-06-29 21:59:09 +01:00
Daniel Kolesa 94daa4f76b fix include guards 2015-06-28 16:04:49 +01:00
Daniel Kolesa 36c264b4b0 make .cc the extension for source files and .hh the extension for header files 2015-06-28 15:39:04 +01:00