aboutsummaryrefslogtreecommitdiffstats
path: root/src/vppinfra/CMakeLists.txt
AgeCommit message (Expand)AuthorFilesLines
2020-08-13build: add vppinfra/warnings.h to exported headers listBenoƮt Ganne1-0/+1
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