aboutsummaryrefslogtreecommitdiffstats
path: root/vespalib
Commit message (Expand)AuthorAgeFilesLines
* 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
| * Do not include the excetions everywhere.Henning Baldersheim2016-12-121-3/+0
| * No need to include log.h when not loggingHenning Baldersheim2016-12-126-15/+1
| * Reduce unneccessary code incluscion.Henning Baldersheim2016-12-121-1/+0
* | keep track of which inputs are objects for interpreted expressionsHaavard2016-12-121-0/+1
|/
* Merge pull request #1292 from yahoo/havardpe/stash-array-createTor Egge2016-12-092-19/+158
|\
| * added create_array and copy_array to stashHaavard2016-12-092-19/+158
* | Fix printing of working client commandHarald Musum2016-12-091-1/+1
|/
* Merge pull request #1249 from yahoo/havardpe/parse-tensor-concatTor Egge2016-12-0517-4/+180
|\
| * use separate key for concat (it does not really matter)Haavard2016-12-051-1/+1
| * parse and type-resolve tensor concatHaavard2016-12-0517-4/+180
* | support referencing tensor valuesHaavard2016-12-052-8/+10
|/
* Avoid assert in inner loop.Geir Storli2016-12-011-1/+0
* Also optimize dot product case where input tensor is unbound.Geir Storli2016-11-292-7/+8
* Let DenseTensor inherit DenseTensorView to avoid dynamic casting in dot produ...Geir Storli2016-11-298-205/+62
* parse reduce as sum in some cases and update testsHaavard2016-11-283-4/+17
* Merge pull request #1169 from yahoo/havardpe/type-resolving-for-new-tensor-op...Geir Storli2016-11-259-108/+164
|\
| * update/test type resolving for new operationsHaavard2016-11-239-108/+164
* | Reduce inlining of large destructors.Henning Baldersheim2016-11-242-0/+2
|/
* Merge pull request #1135 from yahoo/bjorncs/bucketspaceBjørn Christian Seime2016-11-222-0/+55
|\