aboutsummaryrefslogtreecommitdiffstats
path: root/src/vppinfra/CMakeLists.txt
AgeCommit message (Expand)AuthorFilesLines
2021-01-21interface: rx queue infra rework, part oneDamjan Marion1-0/+2
2021-01-21vppinfra: add bihash with 32 byte keyMatthew Smith1-0/+1
2021-01-20vppinfra: add option to use libexecinfoNathan Moos1-1/+5
2020-12-22vppinfra: add bulk memory allocatorDamjan Marion1-0/+1
2020-12-18misc: deprecate old perfmonDamjan Marion1-1/+0
2020-11-25api: vat2 and json autogeneration for api messagesOle Troan1-0/+7
2020-11-05build: link time optimization for release buildsDamjan Marion1-0/+1
2020-10-23vppinfra: add bihash_8/24_16 to headers listjiangxiaoming1-0/+2
2020-10-17vppinfra: explicitly export symbolsDamjan Marion1-0/+2
2020-09-28vppinfra: don't call dlmalloc API directly from the codeDamjan Marion1-1/+0
2020-09-16vppinfra: introduce clib_mem_mainDamjan Marion1-0/+1
2020-07-16misc: add callback hooks and refactor pmcTom Seidenberg1-0/+1
2020-04-27build: add vppinfra/warnings.h to exported headers listBenoît Ganne1-0/+1
2020-04-22vppinfra: move unused code to extras/deprecated/vppinfraDave Barach1-23/+1
2020-04-17vppinfra: install missing tw_timer_2t_2w_512sl header fileYu Sun1-0/+1
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