summaryrefslogtreecommitdiffstats
path: root/vespalib
Commit message (Expand)AuthorAgeFilesLines
* support serialized dense tensors from clientsHaavard2017-01-093-12/+4
* Remove unused includesHenning Baldersheim2017-01-071-3/+1
* Merge pull request #1432 from yahoo/geirst/support-shrinking-underlying-memor...Tor Egge2017-01-053-61/+86
|\
| * Implement try_unreserve() on Array to reduce underlying memory buffer inplace.Geir Storli2017-01-053-0/+47
| * Rewrite to modern test syntax.Geir Storli2017-01-051-61/+39
* | md5 had to move too.Henning Baldersheim2017-01-053-0/+340
* | Move trace slime serialization too vespa.Henning Baldersheim2017-01-058-1/+314
|/
* Update comment according to @geirst's comments.Henning Baldersheim2017-01-041-4/+3
* const _G_pageSizeHenning Baldersheim2017-01-041-3/+3
* Revert "Revert "Balder/extend in place rebased""Henning Baldersheim2017-01-043-36/+292
* Revert "Balder/extend in place rebased"Henning Baldersheim2017-01-043-292/+36
* Added tests for the auto alloc for what works and what does not.Henning Baldersheim2017-01-033-13/+116
* The -> Then typo and added a test that mmap leaves untouched if no room for e...Henning Baldersheim2017-01-031-1/+19
* Implement both extension and shrinking of buffers.Henning Baldersheim2017-01-033-28/+98
* extend_inplace -> resize_inplaceHenning Baldersheim2017-01-033-11/+11
* Support extending mmapped memory.Henning Baldersheim2017-01-032-14/+28
* Verify that heap allocated buffers are not extendable.Henning Baldersheim2017-01-031-0/+10
* extend in place if possible.Henning Baldersheim2017-01-032-7/+48
* Only include what you need.Henning Baldersheim2016-12-2217-30/+20
* Targeted includeHenning Baldersheim2016-12-212-3/+13
* hide the mask better and provide utility for validating useBits.Henning Baldersheim2016-12-211-1/+1
* Deinline some non-trivial methods and do not provide assert.h in string.Henning Baldersheim2016-12-2123-155/+200
* Only include what is needed.Henning Baldersheim2016-12-211-4/+0
* Do not carry exceptions in header filesHenning Baldersheim2016-12-191-3/+1
* Do not carry exceptions in header filesHenning Baldersheim2016-12-194-11/+10
* Only include what you needHenning Baldersheim2016-12-191-1/+0
* Do not include fastos.h in header files.Henning Baldersheim2016-12-193-12/+2
* Do not include fastos.h in header files.Henning Baldersheim2016-12-194-41/+18
* Only include what you need.Henning Baldersheim2016-12-1949-57/+34
* Merge pull request #1336 from yahoo/balder/split-in-hpp-rebased-1Geir Storli2016-12-1642-632/+955
|\
| * Add default constructor.Henning Baldersheim2016-12-151-0/+1
| * Complete the split also for tests.Henning Baldersheim2016-12-1510-44/+53
| * More explicit instantiation.Henning Baldersheim2016-12-151-0/+1
| * Add equality codeHenning Baldersheim2016-12-151-0/+1
| * Explicit instantiation of common maps/sets.Henning Baldersheim2016-12-159-32/+65
| * Make some more test build too.Henning Baldersheim2016-12-154-17/+10
| * Make it compile with gcc 6Henning Baldersheim2016-12-155-3/+6
| * Split in hash_xxx, array, lru, cache ++ in hpp files. To reduce clinon buildHenning Baldersheim2016-12-1532-607/+889
* | 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
* Merge pull request #1305 from yahoo/balder/reduce-include-dependency-rebased-3Henning Baldersheim2016-12-1236-223/+310
|\
| * Add test for new docid sorting.Henning Baldersheim2016-12-121-1/+1
| * Split out so documentprotocol.h does not pull in everything.Henning Baldersheim2016-12-122-6/+6
| * Do not bring in nbostream everywhere.Henning Baldersheim2016-12-129-151/+232
| * Include what you need as gcc 6 provides less.Henning Baldersheim2016-12-121-3/+4
| * Include asciistream in implementation only.Henning Baldersheim2016-12-1213-13/+23
| * Include asciistream in implementation only.Henning Baldersheim2016-12-121-1/+1
| * Do not include asciistream everywhere.Henning Baldersheim2016-12-125-36/+49
| * Targeted include and cast to avoid template generation.Henning Baldersheim2016-12-121-1/+1