Age | Commit message (Expand) | Author | Files | Lines |
2023-11-06 | vppinfra: fix ASAN issue in vec_foreach_pointer and pool_foreach_pointer |  Damjan Marion | 1 | -2/+2 |
2023-11-02 | dev: new device driver infra |  Damjan Marion | 1 | -2/+3 |
2023-08-07 | vppinfra: add vec_foreach_pointer macro |  Damjan Marion | 1 | -0/+4 |
2023-01-13 | vppinfra: fix else if check in _vec_set_len() |  Liangxing Wang | 1 | -1/+1 |
2022-04-12 | vppinfra: vector perf improvements |  Damjan Marion | 1 | -1/+15 |
2022-04-05 | vppinfra: refactor address sanitizer |  Damjan Marion | 1 | -3/+3 |
2022-04-04 | vppinfra: make _vec_len() read-only |  Damjan Marion | 1 | -9/+11 |
2022-03-31 | vppinfra: vectors with non-default heap |  Damjan Marion | 1 | -1/+3 |
2022-03-30 | vppinfra: vector allocator rework |  Damjan Marion | 1 | -22/+30 |
2022-03-18 | vppinfra: deprecate vec numa macros |  Damjan Marion | 1 | -29/+1 |
2022-03-18 | vppinfra: use stored vec header size to find header |  Damjan Marion | 1 | -24/+4 |
2022-03-17 | vppinfra: vec_max_len, vec_mem_size use stored header size |  Damjan Marion | 1 | -27/+34 |
2022-03-17 | vppinfra: store vector header size and alignment into header |  Damjan Marion | 1 | -3/+6 |
2022-03-14 | vppinfra: fix vec capacity |  Florin Coras | 1 | -11/+25 |
2022-01-09 | vppinfra: Check for NULL vec before the backwards iteration |  Neale Ranns | 1 | -4/+6 |
2020-12-16 | vppinfra: fix vec_max_len |  Florin Coras | 1 | -1/+2 |
2020-08-19 | vppinfra: minor tweaks for cgo interoperation |  Dave Barach | 1 | -0/+1 |
2020-02-23 | vppinfra: deprecate CLIB_VEC64 |  Dave Barach | 1 | -4/+0 |
2020-02-05 | vppinfra: numa vector placement support |  Dave Barach | 1 | -2/+30 |
2019-11-27 | misc: add address sanitizer heap instrumentation |  Benoît Ganne | 1 | -0/+1 |
2019-10-22 | vppinfra: make coverity happy with vec_set_len |  Benoît Ganne | 1 | -1/+6 |
2019-10-22 | vppinfra: add vec_set_len() |  Benoît Ganne | 1 | -6/+13 |
2018-09-27 | Trivial: Cleanup some typos. |  Paul Vinciguerra | 1 | -2/+2 |
2018-07-27 | vector indicies walk in reverse |  Neale Ranns | 1 | -0/+4 |
2018-07-18 | Add config option to use dlmalloc instead of mheap |  Dave Barach | 1 | -0/+1 |
2016-12-28 | Reorganize source tree to use single autotools instance |  Damjan Marion | 1 | -0/+201 |