Commit graph

22 commits

Author SHA1 Message Date
q66 667b2d50ea use size_t for format results 2017-02-11 01:28:14 +01:00
q66 13477db869 add a format() overload to format a single spec without a format string + use 2017-02-11 00:18:41 +01:00
q66 922f19b776 make write(x) equivalent to write("%s", x) 2017-02-10 17:44:06 +01:00
q66 c5dd6bb8c3 remove obsolete type traits 2017-02-09 20:56:15 +01:00
q66 3e683a2436 remove silly intermediate ranges for writef, print directly to stream 2017-02-01 19:30:15 +01:00
q66 2884f4b47b use size_t and ptrdiff_t 2017-01-30 19:11:49 +01:00
q66 343c684820 initial proper string integration 2017-01-30 01:16:29 +01:00
q66 2c7f98f57e use standard swap 2017-01-29 15:56:02 +01:00
q66 56a3327dce use standard vector and move/forward 2017-01-25 01:57:24 +01:00
q66 8afffc1fb7 refactoring, style updates, various fixes 2016-07-31 20:40:25 +01:00
q66 85d98780ce windows build warning/error fixes 2016-07-06 19:31:21 +02:00
q66 0c8c16a44a windows fixes + stdin/stdout/stderr might be defined as macros 2016-07-06 17:05:32 +01:00
q66 7912c24e3a const syntax refactoring 2016-06-23 19:18:35 +01:00
q66 59551e0aee fix the StreamMode enum 2016-03-26 17:26:37 +00:00
q66 ce42683c99 default to read mode in filestreams 2016-03-26 15:19:00 +00:00
q66 b66c684add add trailing newlines 2016-02-07 21:19:20 +00:00
q66 7edf3e1d4a more template var conversions 2016-01-12 22:09:40 +00:00
q66 75a9f284a4 initial experimental filesystem API 2015-09-04 18:25:17 +01:00
q66 b9edc0c568 rewritten and simplified write(f/ln) on stream objects 2015-07-22 02:06:36 +01:00
q66 458e0b8b87 use ConstCharRange for streams 2015-07-21 22:30:53 +01:00
q66 a84142474c io.hh cleanup 2015-07-21 22:21:54 +01:00
q66 1c4f04757d mv the octa directory too 2015-07-13 20:10:29 +01:00
Renamed from octa/io.hh (Browse further)