summaryrefslogtreecommitdiffstatshomepage
path: root/src/lib/util/vecstream.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* Reverting part of changes from previous commits as described in mail on list ... Miodrag Milanovic2016-10-231-2/+2
* cleaning "mess" for OCD people (nw) Miodrag Milanovic2016-10-221-2/+2
* some bool <-> int not needed conversions, also cleaned drivenum.* was using m... Miodrag Milanovic2016-10-211-2/+2
* While I'm causing full recompiles all the time, reduce necessary number of in... Vas Crabb2016-08-271-0/+10
* override without virtual looks uncomfortable (nw) Vas Crabb2016-07-031-1/+1
* Improved workaround for missing cbegin/cend in glibstdc++ [Alex Miller] Vas Crabb2016-06-241-3/+3
* Cleanups and version bump Miodrag Milanovic2016-03-301-1/+0
* * Remove confusing method from vectorstreams that hide base_ios method (fixes... Vas Crabb2016-03-181-6/+3
* Allow seek to position 0 in a vectorstream with empty storage, always reserve... Vas Crabb2016-03-101-3/+3
* Implement swappable concept properly Vas Crabb2016-03-041-3/+18
* More stream enhancement Vas Crabb2016-03-031-8/+33
* Get rid of most uses of core_i64_hex_format, all remaining uses are in memory... Vas Crabb2016-03-011-2/+2
* * Support *n conversion in stream_format/string_format Vas Crabb2016-03-011-0/+362