Age | Commit message (Expand) | Author | Files | Lines |
2021-02-08 | misc: support api generated dependency for multiarch source | Ole Troan | 4 | -15/+31 |
2021-01-21 | avf: use write combining store for queues tail update | Radu Nicolau | 1 | -0/+4 |
2020-12-25 | build: add plugin dependencies only when present | Ruslan Babayev | 1 | -1/+3 |
2020-11-25 | api: vat2 and json autogeneration for api messages | Ole Troan | 3 | -2/+57 |
2020-11-05 | build: link time optimization for release builds | Damjan Marion | 1 | -1/+8 |
2020-11-05 | build: run garbage collection while linking plugins | Damjan Marion | 1 | -0/+3 |
2020-10-19 | misc: don't export symbols from plugins | Damjan Marion | 1 | -0/+1 |
2020-10-15 | build: forward dependencies to arch-specific libs | Aloys Augustin | 3 | -5/+10 |
2020-08-27 | vppinfra: Multiarch support for OCTEONTX2 SoC | Nitin Saxena | 1 | -0/+4 |
2020-06-19 | build: add cmake dependency from test plugin to api | Tom Seidenberg | 1 | -0/+3 |
2020-06-17 | build: cmake cross-compilation fixes | Damjan Marion | 1 | -1/+1 |
2020-05-08 | build: various improvements | Damjan Marion | 4 | -5/+7 |
2020-04-30 | build: rework x86 CPU variants | Damjan Marion | 1 | -5/+9 |
2020-04-30 | build: support arch-specific compiling for Neoverse N1 | Lijian.Zhang | 1 | -0/+4 |
2020-04-29 | build: detect GNU Assembler AVX-512 bug and disable AVX-512 variants if needed | Damjan Marion | 1 | -4/+24 |
2020-03-31 | vlib: move pci api types from vnet/pci to vlib/pci | Jakub Grajciar | 1 | -2/+1 |
2020-01-27 | crypto-ia32: add VAES support for AES-CBC | Damjan Marion | 1 | -0/+1 |
2019-12-17 | build: export vapi generation in vpp-dev | Oliver Giles | 4 | -10/+84 |
2019-11-14 | vcl: Handle newer Glibc (>2.28) where fcntl is actually fcntl64 | Carl Smith | 1 | -0/+9 |
2019-11-04 | build: install generated api enum and type headers | Dave Barach | 1 | -0/+2 |
2019-09-25 | api: split api generated files | Ole Troan | 2 | -1/+3 |
2019-09-05 | build: fix unsupported CMake comparison operation | jialv01 | 1 | -1/+1 |
2019-08-19 | build: fix vpp compilation failure on ThunderX2 and Amp | Jianlin Lv | 1 | -1/+1 |
2019-07-31 | build: Append build number for cpack packages | YohanPipereau | 1 | -31/+32 |
2019-07-25 | build: vppapigen search VPP_INCLUDE_DIR if set | Benoît Ganne | 1 | -2/+8 |
2019-07-25 | build: package .api files in vpp-dev | Benoît Ganne | 1 | -1/+1 |
2019-06-07 | build: add -Wall and -fno-common, fix reported issues | Benoît Ganne | 3 | -3/+1 |
2019-05-14 | Build packages for generic Arm architecture | Lijian.Zhang | 1 | -0/+2 |
2019-03-28 | cmake: add vpp_plugin_find_library macro | Damjan Marion | 1 | -0/+9 |
2019-03-18 | Fix build with newer linux headers | Damjan Marion | 1 | -0/+10 |
2019-02-14 | Add -fno-common compile option | Benoît Ganne | 2 | -2/+2 |
2019-01-26 | cmake: add support for linking with DPDK shared libs | Damjan Marion | 1 | -0/+13 |
2019-01-25 | cmake: execute git from src directory | Damjan Marion | 1 | -0/+1 |
2019-01-22 | cmake: don't set SONAME for plugins | Damjan Marion | 1 | -0/+2 |
2019-01-20 | Rework of debian packaging | Damjan Marion | 1 | -2/+1 |
2019-01-17 | cmake: initial cross-compilation support | Damjan Marion | 1 | -1/+4 |
2018-11-30 | API: Add dependency on compiler for API .json and .api generation. | Ole Troan | 1 | -2/+2 |
2018-10-01 | Support dynamic dual/quad loop selection on aarch64 | Lijian Zhang | 1 | -0/+16 |
2018-09-14 | cpack: add deb/rpm packaging to VPP module | Damjan Marion | 5 | -19/+91 |
2018-09-14 | cmake: use VPP package in VOM | Damjan Marion | 1 | -1/+3 |
2018-09-12 | cmake: create cmake VPP module, update sample-plugin so it uses it | Damjan Marion | 4 | -8/+83 |
2018-09-12 | Always use 'lib' instead of 'lib64' | Damjan Marion | 3 | -7/+3 |
2018-09-07 | cmake: set packaging component for different files | Damjan Marion | 3 | -10/+18 |
2018-09-07 | Cavium OcteonTX: cache line fix | Marco Varlese | 1 | -5/+9 |
2018-09-07 | cmake: Fix compilation for OCTEONTx | Nitin Saxena | 1 | -5/+5 |
2018-09-02 | cmake: cache line size detection | Damjan Marion | 1 | -0/+35 |
2018-09-01 | cmake: respect TERM | Damjan Marion | 1 | -8/+11 |
2018-08-31 | cmake: detect vpp version, set soversion, pretty config print | Damjan Marion | 2 | -0/+16 |
2018-08-30 | cmake: a bit of packaging work | Damjan Marion | 3 | -18/+52 |
2018-08-28 | cmake: don't install some test executable | Damjan Marion | 1 | -2/+4 |