summaryrefslogtreecommitdiffstats
path: root/vespamalloc
Commit message (Collapse)AuthorAgeFilesLines
...
* Replace with the other msbIdx version found in vespalib::Optimized::msbIdx.Henning Baldersheim2017-01-071-3/+1
|
* Use fetch_add/fetch_sub instead of ++/--Henning Baldersheim2017-01-071-2/+2
|
* Unify on fetch_add on stat members.Henning Baldersheim2017-01-072-12/+12
|
* Remove unnecessary volatile.Henning Baldersheim2017-01-072-5/+2
|
* Remove unused code.Henning Baldersheim2017-01-071-16/+1
|
* Do not include what you do not need.Henning Baldersheim2017-01-068-28/+9
|
* Use std::atomic also for the tagged ptr.Henning Baldersheim2017-01-066-79/+49
|
* Include correct set of files.Henning Baldersheim2017-01-061-0/+3
|
* remove the indirection due to not all cpus supporting cmpXchg16 in 2007.Henning Baldersheim2017-01-068-84/+29
|
* Break dependency on vespalib, use std::atomic instead.Henning Baldersheim2017-01-0614-72/+120
|
* Do not include fastos.h in header files.Henning Baldersheim2016-12-197-20/+27
|
* Do not include fastos.h in header files.Henning Baldersheim2016-12-191-0/+1
|
* /opt/vespa -> /opt/yahoo/vespa (#648)Arnstein Ressem2016-09-141-1/+1
|
* Added more dependencies to be able to compile and test in parallell.Arnstein Ressem2016-08-254-4/+8
|
* Merged with masterArnstein Ressem2016-08-244-5/+8
|\
| * Name dependencies for script tests.Arnstein Ressem2016-08-244-4/+8
| |
* | Fixed benchmarks to run out of source (except those not working in source).Arnstein Ressem2016-08-241-1/+2
|/
* Aressem/cmake more out of source tests (#441)Arnstein Ressem2016-08-234-5/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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.
* Use add_definitions for preprocessor definitionsVegard Sjonfjell2016-07-061-1/+1
|
* Only set PARANOID_LEVEL once. The first was ignored anyway.Henning Baldersheim2016-07-051-1/+1
|
* Reintroduce correct options when building vespammaloc. They disappeared when ↵Henning Baldersheim2016-07-051-0/+3
| | | | moving to cmake.
* handle sh != bash case betterarnej279592016-07-011-1/+11
|
* Fail test scripts on first error (#194)Vegard Sjonfjell2016-06-285-0/+5
| | | | | | | | | | | | | | | | * 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
|
* Add missing includes for gcc 5.4Henning Baldersheim2016-06-171-0/+1
|
* balder -> baldersheim in OWNERS file.Henning Baldersheim2016-06-171-1/+1
|
* Use DEPEND section.Arnstein Ressem2016-06-161-1/+2
|
* Add dl in DEPEND section.Arnstein Ressem2016-06-162-2/+4
|
* Add dl again.Arnstein Ressem2016-06-161-0/+1
|
* Merge branch 'master' into aressem/vespa-compile-on-centos7Arnstein Ressem2016-06-166-6/+6
|\
| * Declared test executables as tests with TEST parameterVegard Sjonfjell2016-06-166-6/+6
| |
* | Merge branch 'master' into aressem/vespa-compile-on-centos7Arnstein Ressem2016-06-162-9/+9
|\|
| * Include fastos.h first.Henning Baldersheim2016-06-162-9/+9
| |
* | Merging code into new github branch.Arnstein Ressem2016-06-163-0/+5
|/
* PublishJon Bratseth2016-06-15129-0/+7187