aboutsummaryrefslogtreecommitdiffstats
path: root/vespalib/src/vespa/vespalib/stllike/asciistream.cpp
Commit message (Expand)AuthorAgeFilesLines
* Update copyrightJon Bratseth2023-10-091-1/+1
* add commentHåvard Pettersen2022-06-221-0/+2
* fix more undefined behaviorHåvard Pettersen2022-06-221-6/+14
* Early return from asciistream file read if file is emptyTor Brede Vekterli2022-05-051-0/+3
* - Generate mode modern c++ code.Henning Baldersheim2022-02-081-12/+1
* Reduce code visibility and include only what you need from config library.Henning Baldersheim2022-02-061-63/+104
* Automatic select between heap or mmap allocationHenning Baldersheim2022-02-041-10/+14
* Use a buffer on the heap over a buffer on the stack. Also increase buffer fro...Henning Baldersheim2021-10-201-4/+3
* Update 2017 copyright notices.gjoranv2021-10-071-1/+1
* use size literals in vespalibArne Juul2021-02-151-1/+2
* verify that whitespace is eaten.Henning Baldersheim2019-06-151-1/+1
* Use std::from_chars in stream.Henning Baldersheim2019-06-141-63/+43
* make allow-underflow common codeArne Juul2019-06-121-22/+4
* * no exception on underflow in strtof() and strtod()Arne Juul2019-06-121-3/+22
* Add optimized support for array<byte>Henning Baldersheim2019-05-221-0/+11
* Use fundamental types in vespalib::asciistream operators.Tor Egge2019-03-121-32/+48
* Eliminate clang warning in vespalibTor Egge2019-02-061-2/+2
* Ensure that asciistream moves and swaps have expected semanticsTor Brede Vekterli2019-01-171-2/+27
* Pass stringref by valueHenning Baldersheim2018-08-101-3/+3
* Remove stringref::c_str()Tor Brede Vekterli2018-07-251-3/+3
* move LOG_SETUP after other includesArne Juul2018-06-201-0/+1
* use LOG_ABORT not just abort()Arne Juul2018-06-121-1/+3
* Include only what you need.Henning Baldersheim2017-08-181-0/+1
* Use locale insensitive strtod and strtof.Henning Baldersheim2017-06-191-6/+7
* Update copyright headersJon Bratseth2017-06-141-1/+1
* Revert "Update copyright headers"Jon Bratseth2017-06-141-1/+1
* Update copyright headersJon Bratseth2017-06-141-1/+1
* Revert "Copyright header"Jon Bratseth2017-06-131-1/+1
* Copyright headerJon Bratseth2017-06-131-1/+1
* Deinline some non-trivial methods and do not provide assert.h in string.Henning Baldersheim2016-12-211-3/+16
* PublishJon Bratseth2016-06-151-0/+581