aboutsummaryrefslogtreecommitdiffstats
path: root/staging_vespalib
Commit message (Collapse)AuthorAgeFilesLines
* 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
| * Use a metric consumer of "statereporter" by defaultTor Brede Vekterli2016-10-122-3/+12
| | | | | | | | | | This matches how the storageserver state reporter does things and will avoid including per-thread metrics in the metric output.
* | Remove the traits-like stuff all together.Henning Baldersheim2016-10-121-13/+6
| |
* | Use a single typedef.Henning Baldersheim2016-10-121-28/+4
| |
* | Move the VectorsPerChunk to outer template.Henning Baldersheim2016-10-121-7/+7
| |
* | Remove unused VectorsPerChunkHenning Baldersheim2016-10-121-4/+0
| |
* | Use memsetHenning Baldersheim2016-10-121-9/+5
| |
* | Now we have an assembler that can handle avx512 too.Henning Baldersheim2016-10-121-1/+1
| |
* | Differentiate between avx, avx2 and avx512fHenning Baldersheim2016-10-1110-193/+194
| |
* | templatize the dotproduct for avx and add skeleton for avx2Henning Baldersheim2016-10-116-61/+182
|/
* delete copy constructor/operator.Henning Baldersheim2016-10-031-3/+2
|
* Make vespalib tests compileHenning Baldersheim2016-10-031-1/+1
|
* Checkpoint 1Henning Baldersheim2016-10-037-56/+39
|
* Simplify buffer size computation.Henning Baldersheim2016-10-031-12/+2
|
* delete the copy constructor/operatorsHenning Baldersheim2016-10-031-1/+3
|
* resolve ambiguityHenning Baldersheim2016-09-261-2/+3
|
* Merge pull request #700 from yahoo/balder/boost-array-2-std-arrayHenning Baldersheim2016-09-263-194/+0
|\ | | | | Balder/boost array 2 std array
| * Replace the barely used SmallVector optimizations with std::vector and ↵Henning Baldersheim2016-09-213-194/+0
| | | | | | | | explicit reserve.
* | Merge pull request #698 from yahoo/balder/improve-querybuilder-robustnessHenning Baldersheim2016-09-261-8/+2
|\ \ | |/ |/| Balder/improve querybuilder robustness
| * Factor out the code to get demangled classnames to a common placeHenning Baldersheim2016-09-211-8/+2
| |
* | Remove some unused include files.Henning Baldersheim2016-09-202-1/+1
|/
* Reduce boost::noncopyable exposure.Henning Baldersheim2016-09-141-67/+0
|
* Split out tensor and llvm part of eval to avoid bringing in llvm everywhere ↵Henning Baldersheim2016-09-111-0/+1
| | | | where it is not needed.
* Merge pull request #482 from yahoo/balder/add-visit-cache-2Henning Baldersheim2016-08-292-9/+37
|\ | | | | Balder/add visit cache 2
| * Hold the lock during hasKeyHenning Baldersheim2016-08-291-3/+8
| |
| * If you already have the lock you can just go ahead.Henning Baldersheim2016-08-261-3/+7
| |
| * Give protected access to the cache guard for safe extensions.Henning Baldersheim2016-08-261-2/+10
| |
| * provide callback when objects are actually remove/inserted to the lru.Henning Baldersheim2016-08-261-1/+12
| |
* | gcc 6 requires a cast to avoid complaints about overflow.Henning Baldersheim2016-08-291-4/+4
|/
* Name dependencies for script tests.Arnstein Ressem2016-08-243-3/+5
|
* Aressem/cmake more out of source tests (#441)Arnstein Ressem2016-08-232-2/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * vespalib tests run out of source. * staging_vespalib run tests out of source. * fastos tests run out of source. * Fixed storage tests out of source. * Fixed some of the config tests. * config* tests run out of source. * document_* tests run out of source. * documentapi_ tests run out of source. * Fixed fsa out of source tests. * Fix jrt_test out of source. * More tests run out of source. * Fix some slobrok and messagebus tests. * More fixes for out of source tests. * Done with first pass of regular tests out of source. * Only use SOURCE_DIRECTORY in a limited set of places. * Fix some remaining tests. * Some cleanups. * No need for extra slash.
* add compiler flags specific for one source fileArne Juul2016-07-051-0/+1
|
* Fail test scripts on first error (#194)Vegard Sjonfjell2016-06-282-1/+3
| | | | | | | | | | | | | | | | * Fail test scripts on first error * Some more test fixes * Reverted prod_features_test fix * Re-added prod_features_test.sh change matching that of PR #193 * More error checking * Reverted set -e on failing tests * Enable errexit in lowercasing test
* remove redundant ignoring of Testing directoriesHaavard2016-06-231-1/+0
|
* balder -> baldersheim in OWNERS file.Henning Baldersheim2016-06-171-1/+1
|
* Declared test executables as tests with TEST parameterVegard Sjonfjell2016-06-1627-28/+28
|
* PublishJon Bratseth2016-06-15289-0/+19466