summaryrefslogtreecommitdiffstats
path: root/vespalib
Commit message (Expand)AuthorAgeFilesLines
* Install it tooHenning Baldersheim2016-09-111-0/+1
* Split out tensor and llvm part of eval to avoid bringing in llvm everywhere w...Henning Baldersheim2016-09-1148-51/+65
* We do not need the tensors everywhere.Henning Baldersheim2016-09-111-1/+0
* add unit testArne H Juul2016-09-094-19/+45
* Merge pull request #593 from yahoo/balder/nbostream-must-support-more-than-2GHenning Baldersheim2016-09-083-9/+9
|\
| * ld -> zuHenning Baldersheim2016-09-081-1/+1
| * %d -> %ldHenning Baldersheim2016-09-081-1/+1
| * Remove 32 bit limitation.Henning Baldersheim2016-09-082-8/+8
* | rename class to TimeBoxArne H Juul2016-09-083-9/+9
* | extend TimeBoxer with min_timeArne H Juul2016-09-082-10/+23
* | add TimeBoxer classArne H Juul2016-09-085-0/+99
|/
* added skeleton for tensor conformance testingHaavard2016-09-076-0/+86
* move EvalSpec into test sub-moduleHaavard2016-09-0710-5/+12
* Merge pull request #580 from yahoo/havardpe/tensors-without-dimensions-are-do...Geir Storli2016-09-074-25/+25
|\
| * tensors without dimensions are numbersHaavard2016-09-072-3/+3
| * better handling of empty tensorsHaavard2016-09-072-22/+22
* | Remove volatileHenning Baldersheim2016-09-061-4/+4
* | Initialize before any threads are started.Henning Baldersheim2016-09-061-3/+8
* | typedef -> usingHenning Baldersheim2016-09-061-1/+1
* | Update test specification.Henning Baldersheim2016-09-061-1/+1
* | NULL -> nullptrHenning Baldersheim2016-09-061-8/+8
* | Use quick_exitHenning Baldersheim2016-09-061-1/+1
* | Use std::exitHenning Baldersheim2016-09-051-7/+1
* | Do it the nicer way by attaching a guard to the exception that will control t...Henning Baldersheim2016-09-056-86/+85
* | It was not as easy as it should have been.Henning Baldersheim2016-09-054-10/+58
* | Only reinstate termination handler if exception is caught.Henning Baldersheim2016-09-055-4/+53
* | This works .... Even though installing a global handler does not feel right.Henning Baldersheim2016-09-052-6/+28
* | Add test proving that this did not work. Must set/unset terminate_handler. Bu...Henning Baldersheim2016-09-044-0/+67
* | Move it out so it can be tested.Henning Baldersheim2016-09-043-13/+20
* | This should probably work.Henning Baldersheim2016-09-041-3/+17
* | 1 - Provide stacktrace when failing too mmap anonymous memory.Henning Baldersheim2016-09-043-20/+27
|/
* Use the executor pool for the expensive compression.Henning Baldersheim2016-09-022-4/+12
* Merge pull request #531 from yahoo/havardpe/verify-rank-setup-with-rank-const...Geir Storli2016-09-022-21/+23
|\
| * SimpleConstantValue template replacing various wrappersHaavard2016-09-012-21/+23
* | added TEST_PATH macro that can resolve the location of local test filesHaavard2016-09-024-7/+21
* | Add source directory to path for test data.Arnstein Ressem2016-09-021-6/+7
|/
* constant tensor loaderHaavard2016-08-3110-0/+251
* added class commentHaavard2016-08-311-0/+6
* use front and normalize worker verificationHaavard2016-08-313-16/+24
* explicit task hand-over and more checkingHaavard2016-08-302-21/+34
* Merge pull request #507 from yahoo/havardpe/cleanup-and-instrument-thread-sta...Henning Baldersheim2016-08-309-50/+95
|\
| * added simple guards around task pointer to detect overwritesHaavard2016-08-302-1/+7
| * added small stress test for blocking thread stack executorHaavard2016-08-303-0/+60
| * protect against setting the task limit during shutdownHaavard2016-08-301-2/+4
| * normalize sub-classes and use overrideHaavard2016-08-304-34/+22
| * wake up blocked waiters when task limit is changedHaavard2016-08-301-0/+1
| * assert when counting down active tasksHaavard2016-08-301-1/+2
| * remove unused functionsHaavard2016-08-301-13/+0
* | Merge pull request #482 from yahoo/balder/add-visit-cache-2Henning Baldersheim2016-08-291-0/+11
|\ \ | |/ |/|
| * Add move operatorHenning Baldersheim2016-08-261-0/+11