aboutsummaryrefslogtreecommitdiffstats
path: root/src/vppinfra/CMakeLists.txt
AgeCommit message (Expand)AuthorFilesLines
2020-04-15vppinfra: install missing cuckoo hash header filesDamjan Marion1-0/+2
2020-04-01vppinfra: fix vppinfra test code buildDave Barach1-1/+1
2020-04-01vppinfra: add tw_timer_2t_2w_512sl variantDave Barach1-0/+1
2020-03-21vppinfra: fix minor cuckoo bugs and add cuckoo_16_8Klement Sekera1-1/+4
2020-02-13vppinfra: add cmake option to grow vectors by 1Dave Barach1-0/+7
2020-02-11vppinfra: remove the historical mheap memory allocatorDave Barach1-24/+6
2020-02-10vppinfra: use vm memory allocator for numa mappingFlorin Coras1-8/+1
2020-02-05vppinfra: numa vector placement supportDave Barach1-1/+8
2019-11-27misc: add address sanitizer heap instrumentationBenoît Ganne1-0/+1
2019-11-26build: remove valgrind leftoversBenoît Ganne1-1/+0
2019-08-01vppinfra: fix spinlock and rwlock testsFlorin Coras1-1/+1
2019-08-01vppinfra: remove unused historical codeDave Barach1-2/+0
2019-07-31vppinfra: added performance test for clib_rwlock_t (test_rwlock.c)jaszha031-0/+1
2019-07-31vppinfra: added lock performance test for clib_spinlock_t (test_spinlock.c)jaszha031-0/+1
2019-07-24vppinfra: add mapped pcap file supportGary Boon1-0/+2
2019-07-13vppinfra: add doubly linked listFlorin Coras1-0/+1
2019-07-09vppinfra: allocate bihash virtual space on demandDave Barach1-0/+1
2019-05-24Add callback multiplex supportDave Barach1-0/+1
2019-05-07Improve lcov reported code coverage statsDave Barach1-3/+0
2019-04-16vppinfra: add basic rbtreeFlorin Coras1-0/+2
2019-04-15vppinfra: add SHA-2 family of hash algorithms (including HMAC)Damjan Marion1-0/+1
2018-11-17pcap-based dispatch tracerDave Barach1-0/+3
2018-10-23Numa-aware, growable physical memory allocator (pmalloc)Damjan Marion1-0/+3
2018-10-22X86_64 perf counter pluginDave Barach1-0/+1
2018-10-19vppinfra: add atomic macros for __sync builtinsSirshak Das1-0/+1
2018-09-07Remove qsort.c from vppinfraDamjan Marion1-1/+0
2018-09-03Compile vppinfra on macOSDamjan Marion1-3/+8
2018-09-02cmake: cache line size detectionDamjan Marion1-1/+1
2018-08-30cmake: a bit of packaging workDamjan Marion1-1/+2
2018-08-26cmake: add add_vpp_library and add_vpp_executable macrosDamjan Marion1-29/+34
2018-08-24cmake: fix -DVPP_USE_DLMALLOC=OFFDamjan Marion1-2/+12
2018-08-17CMake as an alternative to autotools (experimental)Damjan Marion1-0/+235