aboutsummaryrefslogtreecommitdiffstats
path: root/fsa
Commit message (Collapse)AuthorAgeFilesLines
* clean up remnants of .mak filesArne Juul2018-06-111-1/+0
|
* Use fallthrough attributes.Tor Egge2018-05-271-4/+4
|
* Remove usage of junit.frameworkJon Bratseth2018-04-274-25/+61
|
* Split parent + container-dependency-versions from root pom.gjoranv2017-12-011-0/+1
| | | | | | - Add missing dependencies so that all provided non-yahoo jars are listed in container-dependency-versions. - Add relativePath for all child poms of parent.
* Revert "Gjoranv/split parent2"gjoranv2017-11-301-1/+0
|
* Split parent + container-dependency-versions from root pom.gjoranv2017-11-301-0/+1
| | | | | | - Add missing dependencies so that all provided non-yahoo jars are listed in container-dependency-versions. - Add relativePath for all child poms of parent.
* Revert "Gjoranv/split parent"gjoranv2017-11-291-1/+0
|
* Split parent + container-dependency-versions from root pom.gjoranv2017-11-291-0/+1
| | | | | | - Add missing dependencies so that all provided non-yahoo jars are listed in container-dependency-versions. - Add relativePath for all child poms of parent.
* Remove more clutter in fastos/types.hHenning Baldersheim2017-08-186-6/+6
|
* Use syntax that works for both gcc 7 and gcc 6.Henning Baldersheim2017-07-241-4/+4
|
* Add [[falltrhough]] for gcc 7Henning Baldersheim2017-07-241-0/+4
|
* Update copyright headersJon Bratseth2017-06-14107-98/+107
|
* Revert "Update copyright headers"Jon Bratseth2017-06-14107-107/+98
|
* Update copyright headersJon Bratseth2017-06-14107-98/+107
|
* Remove unnecessary filesJon Bratseth2017-06-141-7/+0
|
* Revert "Copyright header"Jon Bratseth2017-06-13108-107/+105
|
* Copyright headerJon Bratseth2017-06-13108-105/+107
|
* Rename binaries in fsa to use vespa- prefix.Geir Storli2017-06-076-6/+6
|
* Since LD_LIBRARY_PATH did not work we had use stronger lye by using LD_PRELOADHenning Baldersheim2017-05-091-0/+2
|
* Revert "Revert "Clean up what you have allocated.""Henning Baldersheim2017-05-083-18/+26
|
* Revert "Clean up what you have allocated."Henning Baldersheim2017-05-083-26/+18
|
* Clean up properly in the destructor.Henning Baldersheim2017-05-081-0/+1
|
* Unify indentation to existing style.Henning Baldersheim2017-05-081-3/+3
|
* Clean up what you have allocated.Henning Baldersheim2017-05-082-18/+25
|
* disallow some warningsArne H Juul2017-04-251-0/+14
|
* fix warningArne H Juul2017-04-201-3/+0
|
* Use overrideHenning Baldersheim2017-04-045-29/+27
|
* Avoid uninitialized error when compiling with -OgHenning Baldersheim2016-11-221-8/+4
|
* Fixed some of the libraries.Arnstein Ressem2016-10-031-0/+1
|
* gcc 6 does not like misleading indentation on unguarded if/for/while.Henning Baldersheim2016-08-291-1/+1
|
* Fix indentationArnstein Ressem2016-08-251-3/+3
|
* Added more dependencies to be able to compile and test in parallell.Arnstein Ressem2016-08-251-1/+4
|
* Aressem/cmake more out of source tests (#441)Arnstein Ressem2016-08-238-17/+51
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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.
* Merge pull request #251 from yahoo/arnej/ubuntu-libs-usedHenning Baldersheim2016-06-281-0/+2
|\ | | | | link with libraries used
| * link with libraries usedarnej279592016-06-281-0/+2
| | | | | | | | | | | | * fastos uses dlopen(), link with -ldl if needed * fsamanagers uses pthread functions, link with thread library * searchsummary uses compress(), link with zlib
* | Arnej/cleanup errexit usage 2 (#248)Arne H Juul2016-06-281-4/+15
| | | | | | | | | | | | | | | | | | | | | | | | * 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
* | Revert set alltest.sh errexit optionVegard Sjonfjell2016-06-281-1/+0
| |
* | Fail test scripts on first error (#194)Vegard Sjonfjell2016-06-287-0/+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
* use cmathArne Juul2016-06-273-9/+6
| | | | | | * avoid using #include <math.h> * add std:: namespace prefix when calling <cmath> functions * use <cstdlib> for std::abs() on integral types
* remove redundant ignoring of Testing directoriesHaavard2016-06-231-1/+0
|
* Move parent pom to toplevel directoryEirik Nygaard2016-06-231-1/+0
|
* Use github user name in author tags.Geir Storli2016-06-173-3/+3
|
* Merge pull request #19 from yahoo/bratseth/use-github-name-in-authorHenning Baldersheim2016-06-171-1/+1
|\ | | | | Use github name in @author
| * Use github name in @authorJon Bratseth2016-06-161-1/+1
| |
* | Declared test executables as tests with TEST parameterVegard Sjonfjell2016-06-161-1/+1
|/
* PublishJon Bratseth2016-06-15144-0/+24538