summaryrefslogtreecommitdiffstats
path: root/vespalib
Commit message (Collapse)AuthorAgeFilesLines
* enable storing binary operationsHaavard2016-08-123-8/+20
| | | | also introduce CustomUnaryOperation to hide internals of closures
* adjust tensor engine API and update implementations accordinglyHaavard2016-08-118-77/+55
|
* added function to extract dimension names from value typeHaavard2016-08-114-13/+22
|
* Use new unit test syntax.Tor Egge2016-08-101-87/+16
|
* Use std::cerr for progress.Tor Egge2016-08-101-4/+5
| | | | | Use EXPECT_EQUAL to continue despite error. Test dirname with multiple slashes.
* Use 'x' instead of '0' as "normalized number", as requested in review feedback.Tor Egge2016-08-101-9/+9
|
* Provide more information when failing to open dictionary for sequential write.Tor Egge2016-08-103-0/+114
|
* Also check first character in vespalib::stringref::rfind method.Tor Egge2016-08-102-1/+7
|
* Merge pull request #382 from yahoo/havardpe/unix-domain-socket-addressGeir Storli2016-08-057-6/+99
|\ | | | | basic support for unix domain sockets
| * basic support for unix domain socketsHaavard2016-08-057-6/+99
| |
* | ignore filesHaavard2016-08-051-0/+1
|/
* Rename setTaskLimit() -> internalSetTaskLimit() in base class.Geir Storli2016-07-083-3/+3
|
* Add support for setting new task limit on BlockingThreadStackExecutor.Geir Storli2016-07-075-21/+67
|
* Add unit test for BlockingThreadStackExecutor.Geir Storli2016-07-073-0/+100
|
* Arnej/cleanup errexit usage 2 (#248)Arne H Juul2016-06-281-1/+0
| | | | | | | | | | | | * not a script that can use "set -e" * run tests in correct order * fix usage of progctl.sh * should not use "set -e" in progdefs.sh * simpler programming to check for failures explicitly
* Merge pull request #249 from yahoo/arnej/use-perl-not-echoHåvard Pettersen2016-06-281-1/+1
|\ | | | | echo usage was non-portable
| * echo usage was non-portablearnej279592016-06-281-1/+1
| |
* | Fail test scripts on first error (#194)Vegard Sjonfjell2016-06-284-5/+7
|/ | | | | | | | | | | | | | | | * 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
* cmath not needed by random.hArne Juul2016-06-271-1/+0
|
* use cmathArne Juul2016-06-2710-68/+72
| | | | | * avoid using #include <math.h> * add std:: namespace prefix when calling <cmath> functions
* update shell scriptsHaavard2016-06-272-6/+5
|
* only use base filename in testkit outputHaavard2016-06-271-5/+14
|
* Ignore tutorial differencesEirik Nygaard2016-06-241-1/+5
|
* remove redundant ignoring of Testing directoriesHaavard2016-06-239-9/+0
|
* ignore filesHaavard2016-06-231-0/+1
|
* Merge pull request #164 from ↵Geir Storli2016-06-232-2/+2
|\ | | | | | | | | yahoo/geirst/fix-creation-of-empty-tensors-in-attribute-and-query-features Create empty tensor with correct tensor type in attribute and query f…
| * Create empty tensor with correct tensor type in attribute and query features.Geir Storli2016-06-222-2/+2
| |
* | add trivial test scriptArne Juul2016-06-221-0/+3
| |
* | actually test that tutorial is correctArne H Juul2016-06-223-4/+3
| | | | | | | | | | | | * generate the tutorial to a temporary file and compare it * strip away paths to make output reproducable and clean * improve performance by not running "make" or similar
* | enable waiting until there are few enough active tasksHaavard2016-06-223-0/+119
|/ | | | Enables task throttling without making the scheduler itself blocking
* Merge pull request #121 from yahoo/geirst/remove-placement-delete-testhavardpe2016-06-209-101/+0
|\ | | | | Remove test that verifies that gcc works as intended.
| * Remove test that verifies that gcc works as intended.Geir Storli2016-06-209-101/+0
| |
* | Merge pull request #118 from yahoo/havardpe/make-slaveproc-test-run-fasterHenning Baldersheim2016-06-201-3/+4
|\ \ | | | | | | avoid multiple levels of sub-processes
| * | avoid multiple levels of sub-processesHaavard2016-06-201-3/+4
| |/
* | Merge pull request #106 from yahoo/geirst/fix-testkit-subset-unit-testhavardpe2016-06-202-0/+21
|\ \ | | | | | | Fix unit test by allowing test functions to be executed in different …
| * | Fix unit test by allowing test functions to be executed in different order ↵Geir Storli2016-06-202-0/+21
| |/ | | | | | | on CentOs.
* | fix filedescriptor leakArne Juul2016-06-191-0/+1
| | | | | | | | | | | | * if File::open() was called multiple times, the filedescriptors would leak. Triggered but not caught by its own unit test.
* | Break out of read loop if file is opened for direct io andTor Egge2016-06-171-0/+7
| | | | | | | | | | read returns an unaligned value matching what was left of the file.
* | Merge pull request #43 from ↵Arne H Juul2016-06-171-2/+1
|\ \ | |/ |/| | | | | yahoo/aressem/use-env-to-find-perl-instead-of-hardcoding-location Use /usr/bin/env perl instead of /usr/local/bin/perl
| * Use /usr/bin/env perl instead of /usr/local/bin/perlArnstein Ressem2016-06-171-2/+1
| |
* | balder -> baldersheim in OWNERS file.Henning Baldersheim2016-06-171-1/+1
|/
* Merge branch 'master' into aressem/vespa-compile-on-centos7Arnstein Ressem2016-06-16100-110/+110
|\
| * Declared test executables as tests with TEST parameterVegard Sjonfjell2016-06-16100-110/+110
| |
* | Merge branch 'master' into aressem/vespa-compile-on-centos7Arnstein Ressem2016-06-161-3/+1
|\|
| * Remove more unused definesHenning Baldersheim2016-06-161-3/+1
| |
* | Merging code into new github branch.Arnstein Ressem2016-06-161-1/+1
|/
* PublishJon Bratseth2016-06-15983-0/+309526