summaryrefslogtreecommitdiffstats
path: root/vespalib
Commit message (Expand)AuthorAgeFilesLines
* make vespalib compile and testHaavard2017-01-232-34/+0
* move codeHaavard2017-01-23228-20031/+0
* GC unused codeHenning Baldersheim2017-01-202-28/+4
* Merge pull request #1556 from yahoo/balder/add-and-use-reserve-on-rcu-vectorGeir Storli2017-01-202-10/+10
|\
| * Add tests for reserve and fix bug in memoryusage accounting.Henning Baldersheim2017-01-192-10/+10
* | Merge pull request #1535 from yahoo/havardpe/tensor-rename-for-reference-impl...Geir Storli2017-01-208-0/+83
|\ \ | |/ |/|
| * tensor rename with some conformance testingHaavard2017-01-188-0/+83
* | Clearly differentiate when you promise a long lived buffer and not.Henning Baldersheim2017-01-192-1/+22
* | Remove unnecessary includesHenning Baldersheim2017-01-181-2/+1
|/
* wire in and test tensor concat (reference impl)Haavard2017-01-138-0/+97
* first version of tensor concatHaavard2017-01-125-51/+127
* rename perform functions to map and joinHaavard2017-01-114-8/+8
* 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