summaryrefslogtreecommitdiffstats
path: root/searchsummary
Commit message (Collapse)AuthorAgeFilesLines
* Revert "Revert "Havardpe/avoid reading past json value in slime json parser""Arnstein Ressem2017-10-021-1/+1
|
* Revert "Havardpe/avoid reading past json value in slime json parser"Arnstein Ressem2017-10-021-1/+1
|
* avoid implicit cast to boolHåvard Pettersen2017-09-291-1/+1
|
* avoid requiring that json parsing consumes all inputHåvard Pettersen2017-09-291-1/+1
| | | | (the input could end with \n if human readable)
* Revert "Revert "Aressem/remove post install script""Arnstein Ressem2017-09-271-1/+1
|
* Revert "Aressem/remove post install script"Arnstein Ressem2017-09-271-1/+1
|
* Create function to install config definitions.Arnstein Ressem2017-09-271-1/+1
|
* Remove or update outdated copyright noticesTor Brede Vekterli2017-09-2010-27/+1
|
* Reduce need to rename config definition files in post install step.Tor Egge2017-09-181-1/+1
|
* Use nested namespace and clean up some unused code.Henning Baldersheim2017-08-1623-132/+36
|
* GC unused codeHenning Baldersheim2017-08-169-239/+19
|
* Reduce includes.Henning Baldersheim2017-08-162-15/+7
|
* Correct include orderHenning Baldersheim2017-08-159-65/+25
|
* No fallthrough here.Henning Baldersheim2017-07-251-1/+1
|
* Use syntax that works for both gcc 7 and gcc 6.Henning Baldersheim2017-07-241-1/+1
|
* Add [[falltrhough]] for gcc 7Henning Baldersheim2017-07-241-0/+1
|
* Update copyright headersJon Bratseth2017-06-1469-69/+69
|
* Revert "Update copyright headers"Jon Bratseth2017-06-1469-69/+69
|
* Update copyright headersJon Bratseth2017-06-1469-69/+69
|
* Remove unnecessary filesJon Bratseth2017-06-141-1/+0
|
* Revert "Copyright header"Jon Bratseth2017-06-1370-69/+70
|
* Copyright headerJon Bratseth2017-06-1370-70/+69
|
* split log and bufferedlogHenning Baldersheim2017-06-071-4/+1
|
* Do not provide unnecessary fastos/mutex.h by default.Henning Baldersheim2017-06-073-12/+7
|
* Now everything builds without fastos.hHenning Baldersheim2017-06-012-11/+7
|
* Checkpount for removing fastos from testsHenning Baldersheim2017-06-013-3/+0
|
* Add missing newlines.Henning Baldersheim2017-06-011-1/+1
|
* Reduce fastos.h dependency.Henning Baldersheim2017-06-014-28/+29
|
* Reduce fastos.h dependency.Henning Baldersheim2017-05-262-8/+0
|
* add override in searchsummary moduleArne H Juul2017-04-1215-80/+80
|
* Deinline destructorsi and use -Winline gcc option.Henning Baldersheim2017-03-092-34/+40
|
* Implement a default destructor to avoid the automatic inlining of large ↵Henning Baldersheim2017-03-081-5/+7
| | | | destructors.
* resolve to Symbol outside loopsArne H Juul2017-02-232-11/+14
|
* remove setting of "allow slime" flagArne H Juul2017-02-231-1/+0
|
* remove unused WriteField method from APIArne H Juul2017-02-2316-644/+7
|
* make useSlimeInsideFields always trueArne H Juul2017-02-235-193/+8
| | | | | * remove the useSlimeInsideFields argument, it is now always true * remove some now-unused code
* unit test useSlimeInsideFields code pathArne H Juul2017-02-231-4/+1
| | | | | * always test the "new" code path where useSlimeInsideFields=true * this showed that raw field values were not handled correctly, fix it.
* always assume GDFLAG_ALLOW_SLIMEArne H Juul2017-02-232-204/+8
| | | | * remove oldWriteDocsum and supporting code.
* move some codeArne H Juul2017-02-107-0/+836
| | | | | * move classes that can be used for summary field conversion in both proton and vsm.
* Optimize includes.Henning Baldersheim2017-02-0616-114/+73
|
* use new input/output model in slimeHaavard2017-02-038-16/+16
|
* make stuff compile and testHaavard2017-01-231-2/+2
|
* Handle RES_TENSOR tooHenning Baldersheim2017-01-221-1/+1
|
* Use serialized tensors in docsum blobs instead of slime objects.Tor Egge2017-01-1810-26/+58
| | | | Pass tensors as serialized tensors in slime version of docsum blob.
* Also include what it takes to make gcc 6 happy.Henning Baldersheim2016-12-201-1/+2
|
* Further decouple some hpp files, config and the attributevector.Henning Baldersheim2016-12-204-86/+43
|
* decouple slime from config.Henning Baldersheim2016-12-195-17/+13
|
* 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-1/+0
|
* Decouple includes.Henning Baldersheim2016-12-1610-59/+54
|