summaryrefslogtreecommitdiffstats
path: root/document
Commit message (Expand)AuthorAgeFilesLines
* Deinline some non-trivial methods and do not provide assert.h in string.Henning Baldersheim2016-12-212-1/+3
* Revert "Revert "Bratseth/tensor subiterators""Jon Bratseth2016-12-201-1/+1
* Revert "Bratseth/tensor subiterators"Henning Baldersheim2016-12-191-1/+1
* Merge pull request #1357 from yahoo/balder/do-not-include-fastos-firstHenning Baldersheim2016-12-194-1/+3
|\
| * Do not carry exceptions in header filesHenning Baldersheim2016-12-192-0/+2
| * Do not include fastos.h in header files.Henning Baldersheim2016-12-191-1/+0
| * Do not include fastos.h in header files.Henning Baldersheim2016-12-191-0/+1
* | Encapsulate TensorAddress moreJon Bratseth2016-12-191-1/+1
|/
* Add vector as gcc 6 provides less by default.Henning Baldersheim2016-12-171-65/+19
* Merge pull request #1343 from yahoo/balder/ensure-progress-with-empty-termsHenning Baldersheim2016-12-164-45/+47
|\
| * Decouple includes.Henning Baldersheim2016-12-162-1/+8
| * Put map construction in .cpp fileHenning Baldersheim2016-12-162-44/+39
* | Merge pull request #1342 from yahoo/bratseth/double-backed-indexed-tensorLester Solbakken2016-12-161-7/+8
|\ \ | |/ |/|
| * More uniform APIJon Bratseth2016-12-161-7/+8
* | Explicit instantiation of common maps/sets.Henning Baldersheim2016-12-152-2/+0
* | Make some more test build too.Henning Baldersheim2016-12-151-15/+12
* | Split in hash_xxx, array, lru, cache ++ in hpp files. To reduce clinon buildHenning Baldersheim2016-12-1514-37/+56
|/
* Merge pull request #1301 from yahoo/bratseth/indexed-tensorJon Bratseth2016-12-135-21/+19
|\
| * MapTensor -> MappedTensorJon Bratseth2016-12-121-9/+9
| * Indexed tensor implementationJon Bratseth2016-12-054-12/+10
| * Move Builder below MapTensorJon Bratseth2016-12-051-9/+9
* | Add correct include.Henning Baldersheim2016-12-125-29/+6
* | Avoid pulling in confige everywhere through documenttypes config.Henning Baldersheim2016-12-125-25/+27
* | Avoid pulling all slime code in everywhere.Henning Baldersheim2016-12-126-41/+54
* | Include what you need as gcc 6 provides less.Henning Baldersheim2016-12-121-0/+1
* | Do not bring in nbostream everywhere.Henning Baldersheim2016-12-129-13/+23
* | Avoid building all the document code in every file.Henning Baldersheim2016-12-123-5/+9
* | Include asciistream in implementation only.Henning Baldersheim2016-12-1226-35/+37
* | Include asciistream in implementation only.Henning Baldersheim2016-12-123-1/+3
* | Do not include asciistream everywhere.Henning Baldersheim2016-12-124-6/+6
* | No need to cast when using value transfer.Henning Baldersheim2016-12-122-13/+12
* | Use value transfer instead.Henning Baldersheim2016-12-123-9/+10
* | Targeted include and cast to avoid template generation.Henning Baldersheim2016-12-125-23/+20
* | Targeted includeHenning Baldersheim2016-12-121-1/+7
* | Targeted include.Henning Baldersheim2016-12-124-4/+0
* | Targeted include of header files.Henning Baldersheim2016-12-1223-42/+55
* | Do not include the excetions everywhere.Henning Baldersheim2016-12-1222-368/+415
* | No need to include log.h when not loggingHenning Baldersheim2016-12-1221-70/+6
* | Reduce unneccessary code incluscion.Henning Baldersheim2016-12-126-29/+26
|/
* parse and type-resolve tensor concatHaavard2016-12-051-0/+0
* Make tensor legalJon Bratseth2016-12-041-1/+1
* elements -> labelsJon Bratseth2016-12-041-1/+1
* Correct over-eager renamingJon Bratseth2016-12-047-10/+10
* Towards always typed, fully specified tensorsJon Bratseth2016-12-047-27/+51
* Rename methodJon Bratseth2016-12-037-10/+10
* Fix illegal tensors in testJon Bratseth2016-12-031-8/+8
* Don't support tensor dimensions in JSON formatJon Bratseth2016-11-296-71/+4
* Revert "Revert "Bratseth/tensor functions 3""Jon Bratseth2016-11-261-3/+3
* Revert "Bratseth/tensor functions 3"Jon Bratseth2016-11-251-3/+3
* Merge pull request #1180 from yahoo/bratseth/tensor-functions-3Jon Bratseth2016-11-251-3/+3
|\