Commit graph

17 commits

Author SHA1 Message Date
q66 1c4f04757d mv the octa directory too 2015-07-13 20:10:29 +01:00
q66 8ddbccc94f namespace octa -> namespace ostd 2015-07-13 20:07:14 +01:00
q66 1654ee84db get rid of full namespace where unambiguous resolution is guaranteed 2015-07-05 23:59:36 +01:00
q66 30de752ac8 rename formatted_write to format 2015-07-03 22:43:54 +01:00
q66 e6e1020702 get_n is now called copy (and doesn't modify itself unless it's InputRange) 2015-07-01 22:32:41 +01:00
q66 98decde76a more reliable output range check + add a way to omit the ocunt on get_n 2015-07-01 22:21:44 +01:00
q66 94fc7017cd fix vector from-range ctors + cleanup 2015-07-01 22:03:45 +01:00
q66 e31c227567 add optional range methods get_n/put_n (with accurate default implementations, overridable for performance) 2015-07-01 21:46:58 +01:00
q66 a23525bacf make put() on OutputRanges return bool 2015-07-01 21:12:45 +01:00
q66 c86d31e5c2 use 64bit file offsets and _ftelli64/_fseeki64 on Windows + specialize some FileStream methods 2015-07-01 21:02:01 +01:00
q66 ea1325543d more formatter work, type traits fixes, formatting on all streams 2015-07-01 18:51:39 +01:00
q66 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
q66 656ddb76af split filestreams into octa/io.hh + add more funcs, methods etc 2015-06-30 19:25:40 +01:00
q66 1e7640031a delete default ctors on all core range types 2015-06-29 23:33:20 +01:00
q66 b4146b0523 more reliable and accurate empty() checking in StreamRange 2015-06-29 18:54:25 +01:00
q66 94daa4f76b fix include guards 2015-06-28 16:04:49 +01:00
q66 36c264b4b0 make .cc the extension for source files and .hh the extension for header files 2015-06-28 15:39:04 +01:00
Renamed from octa/stream.h (Browse further)