summaryrefslogtreecommitdiffstats
path: root/staging_vespalib
Commit message (Collapse)AuthorAgeFilesLines
...
* remove most usage of LinkedPtr from vespaHaavard2017-03-272-0/+17
|
* Revert "Change interface to accomodate removing linkedptr later on."Arnstein Ressem2017-03-211-6/+0
|
* Change interface to accomodate removing linkedptr later on.Henning Baldersheim2017-03-211-0/+6
|
* Create explicit, non implicitly inlined function definitionsTor Brede Vekterli2017-03-132-0/+4
|
* Deinline destructors/constructorsHenning Baldersheim2017-03-082-46/+59
|
* Implement a default destructor to avoid the automatic inlining of large ↵Henning Baldersheim2017-03-082-3/+6
| | | | destructors.
* Specify destructors explicit to control inlining.Henning Baldersheim2017-03-082-0/+3
| | | | | Conflicts: build_settings.cmake
* use new input/output model in slimeHaavard2017-02-032-3/+3
|
* Add final to help compiler speed up stuff.Henning Baldersheim2017-01-301-1/+1
|
* md5 had to move too.Henning Baldersheim2017-01-054-355/+0
|
* Move trace slime serialization too vespa.Henning Baldersheim2017-01-0512-330/+0
|
* Only include what you need.Henning Baldersheim2016-12-221-0/+1
|
* Targeted includeHenning Baldersheim2016-12-211-0/+1
|
* Deinline some non-trivial methods and do not provide assert.h in string.Henning Baldersheim2016-12-212-1/+3
|
* GC unused code and only include the stuff needed.Henning Baldersheim2016-12-1944-343/+31
|
* Do not include fastos.h in header files.Henning Baldersheim2016-12-192-2/+5
|
* Do not include fastos.h in header files.Henning Baldersheim2016-12-196-6/+2
|
* Do not include fastos.h in header files.Henning Baldersheim2016-12-192-3/+2
|
* Do not include fastos.h in header files.Henning Baldersheim2016-12-191-0/+1
|
* Make some more test build too.Henning Baldersheim2016-12-152-8/+4
|
* Make it compile with gcc 6Henning Baldersheim2016-12-153-1/+3
|
* Split in hash_xxx, array, lru, cache ++ in hpp files. To reduce clinon buildHenning Baldersheim2016-12-156-374/+445
|
* Do not bring in nbostream everywhere.Henning Baldersheim2016-12-121-2/+2
|
* Include asciistream in implementation only.Henning Baldersheim2016-12-123-5/+6
|
* Include asciistream in implementation only.Henning Baldersheim2016-12-122-2/+17
|
* Include asciistream in implementation only.Henning Baldersheim2016-12-121-1/+1
|
* Do not include asciistream everywhere.Henning Baldersheim2016-12-129-13/+20
|
* No need to cast when using value transfer.Henning Baldersheim2016-12-121-7/+3
|
* Targeted include and cast to avoid template generation.Henning Baldersheim2016-12-122-7/+8
|
* Targeted includeHenning Baldersheim2016-12-121-0/+1
|
* Targeted include.Henning Baldersheim2016-12-121-0/+15
|
* Do not include the excetions everywhere.Henning Baldersheim2016-12-1210-67/+98
|
* include explicit what you need, less is provided by accident.Henning Baldersheim2016-12-123-21/+16
|
* No need to include log.h when not loggingHenning Baldersheim2016-12-122-6/+0
|
* Reduce unneccessary code incluscion.Henning Baldersheim2016-12-1213-332/+418
|
* actually escape URL componentsArne H Juul2016-12-021-1/+21
|
* prepare for url escapeHaavard2016-12-021-19/+38
|
* also count number of memory mapped areasArne H Juul2016-11-242-17/+19
|
* Further ensure that we do not generate code for expensive methods more than ↵Henning Baldersheim2016-11-222-15/+18
| | | | once.
* Avoid creating many instances of rather large methods.Henning Baldersheim2016-11-222-6/+7
|
* Avoid including iostream in header files.Henning Baldersheim2016-11-191-2/+0
|
* Avoid including iostream in header files.Henning Baldersheim2016-11-181-1/+1
|
* mark all temporary variables that only exist to assert (void), so that ↵Henning Baldersheim2016-11-171-0/+2
| | | | NDEBUG builds can succeed too.
* Removed TestApp::GetSourceDirectoryArnstein Ressem2016-11-021-1/+1
|
* Move hwaccelrated library from staging_vespalib to vespalib (for usage in ↵Geir Storli2016-10-2419-866/+0
| | | | tensor code).
* Follow api changeHenning Baldersheim2016-10-161-1/+1
|
* Remove the XXXFactory indirection. Just use static method on Alloc.Henning Baldersheim2016-10-163-7/+7
|
* Add function to only add -mtune=skylake-avx512 for gcc >= 5.3Arnstein Ressem2016-10-141-1/+1
|
* Use empty metric consumer by default for total metricsTor Brede Vekterli2016-10-132-8/+17
| | | | | Attempting to use a different default here caused a regression during node startup where metrics were unavailable.
* Merge pull request #856 from ↵Håvard Pettersen2016-10-132-3/+12
|\ | | | | | | | | yahoo/vekterli/use-statereporter-metric-consumer-by-default-in-state-api Use a metric consumer of "statereporter" by default