aboutsummaryrefslogtreecommitdiffstats
path: root/vespalib/src/vespa/vespalib/util/array.h
Commit message (Expand)AuthorAgeFilesLines
* Update copyrightJon Bratseth2023-10-091-1/+1
* Add noexceptHenning Baldersheim2023-03-141-49/+48
* Pre sizing is not necessary.Henning Baldersheim2023-03-141-2/+0
* Change from typedef to using in vespalib C++ code.Geir Storli2022-12-211-5/+5
* avoid undefined behavior in vespalib unit testsHÃ¥vard Pettersen2022-05-251-4/+4
* Avoid ref of nullptr in nbostream::extend() when existing buffer is emptyTor Brede Vekterli2022-05-061-0/+2
* Add reset and create methods to vespalib::Array.Tor Egge2022-02-091-0/+2
* Update 2017 copyright notices.gjoranv2021-10-071-1/+1
* Add move constructor and operator to stringHenning Baldersheim2020-01-211-2/+2
* Use inplace new instead of std::_ConstructTor Egge2019-06-051-3/+3
* Include what you need.Henning Baldersheim2017-08-181-6/+1
* Avoid copy by stealing allocation, and by presizing buffer.Henning Baldersheim2017-07-311-0/+5
* 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
* Implement try_unreserve() on Array to reduce underlying memory buffer inplace.Geir Storli2017-01-051-0/+6
* hide the mask better and provide utility for validating useBits.Henning Baldersheim2016-12-211-1/+1
* Merge pull request #1336 from yahoo/balder/split-in-hpp-rebased-1Geir Storli2016-12-161-245/+6
|\
| * Explicit instantiation of common maps/sets.Henning Baldersheim2016-12-151-1/+1
| * Split in hash_xxx, array, lru, cache ++ in hpp files. To reduce clinon buildHenning Baldersheim2016-12-151-244/+5
* | Expose document store memory usage metrics.Geir Storli2016-12-151-0/+1
* | Rename Array::byteSize() -> Array::byteCapacity().Geir Storli2016-12-151-1/+1
|/
* put low-level rank program on stashHaavard2016-12-141-0/+1
* keep track of which inputs are objects for interpreted expressionsHaavard2016-12-121-0/+1
* Missing include for vectorHenning Baldersheim2016-11-171-0/+1
* Add support for compacting the worst buffer in an array store.Geir Storli2016-11-161-0/+2
* Use ArrayRef when referencing externally owned array.Tor Egge2016-11-141-0/+18
* Add API for getting a dense tensor view from the store by pointing to the und...Geir Storli2016-11-021-1/+2
* Add dense tensor view, a view to a dense tensor without ownership ofTor Egge2016-10-171-0/+16
* Remove the XXXFactory indirection. Just use static method on Alloc.Henning Baldersheim2016-10-161-4/+4
* Checkpoint 1Henning Baldersheim2016-10-031-36/+36
* Remove 32 bit limitation.Henning Baldersheim2016-09-081-3/+3
* PublishJon Bratseth2016-06-151-0/+354