aboutsummaryrefslogtreecommitdiffstats
path: root/src/vppinfra/CMakeLists.txt
AgeCommit message (Expand)AuthorFilesLines
2021-09-28api: API trace improvementsFilip Tehlar1-1/+3
2021-09-17build: use GNUInstallDirs install destinationsNick Brown1-1/+1
2021-09-17vppinfra: move format_table from perfmonNathan Skrzypczak1-0/+2
2021-07-22vppinfra: add abstract socket & netns fnsNathan Skrzypczak1-0/+1
2021-07-16vppinfra: add array mask funcMohsin Kazmi1-0/+2
2021-07-13vppinfra: put each vector function into own fileDamjan Marion1-4/+5
2021-06-21vppinfra: asan: fix overflow supportBenoît Ganne1-0/+1
2021-05-07vppinfra: add universal array mask_compare and compress funcsDamjan Marion1-0/+18
2021-04-30misc: experimental configure scriptDamjan Marion1-2/+2
2021-04-26vppinfra: clib_memcpy_u32() utilizing SIMD mask loads/storesDamjan Marion1-0/+1
2021-04-18vppinfra: remove linux/syscall.hDamjan Marion1-1/+0
2021-04-15vppinfra: move bitmap format functions to .c file, add format_bitmap_listDamjan Marion1-0/+1
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