aboutsummaryrefslogtreecommitdiffstats
path: root/vespalib/src/vespa/vespalib/util/arrayref.h
Commit message (Expand)AuthorAgeFilesLines
* Update copyrightJon Bratseth2023-10-091-1/+1
* Add support for creating ConstArrayRef from std::arrayHenning Baldersheim2023-08-081-0/+5
* Include cstddef get definition of size_t.Tor Egge2022-09-221-0/+1
* Avoid including smallvector in arrayref, then it is included 'everywhere'.Henning Baldersheim2022-09-161-5/+0
* Prefer std::vector over vespalib::ArrayHenning Baldersheim2022-05-061-3/+0
* Use raw buffer ptr for (Const)ArrayRef ctors instead of going via subscript o...Tor Brede Vekterli2022-05-061-24/+26
* Use data() member function to get pointer to the underlying array.Tor Egge2022-04-081-0/+1
* Add MultiValueMappingReadView, used by readers to get limited read accessTor Egge2022-04-061-1/+1
* Update 2017 copyright notices.gjoranv2021-10-071-1/+1
* add constructors from SmallVectorArne Juul2021-03-011-0/+5
* Use an allocator that automagically allocates large buffer by using mmap.Henning Baldersheim2020-08-311-9/+9
* Revert "Revert "Use a smart allocator for allocating memory for large 'long' ...Henning Baldersheim2020-05-111-2/+6
* Revert "Use a smart allocator for allocating memory for large 'long' lived"Harald Musum2020-05-111-6/+2
* Use a smart allocator for allocating memory for large 'long' livedHenning Baldersheim2020-05-111-2/+6
* added unconstify for ConstArrayRef -> ArrayRef conversionHÃ¥vard Pettersen2018-02-271-0/+6
* 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
* Add default constructor.Henning Baldersheim2016-12-151-0/+1
* Make it compile with gcc 6Henning Baldersheim2016-12-151-0/+1
* Split in hash_xxx, array, lru, cache ++ in hpp files. To reduce clinon buildHenning Baldersheim2016-12-151-0/+47