Age | Commit message (Expand) | Author | Files | Lines |
2022-08-25 | build: disable gcc warning stringop-overflow for gcc-10 or greater |  Dave Wallace | 1 | -0/+4 |
2022-04-25 | build: add option to build only for native CPU |  Damjan Marion | 1 | -0/+1 |
2022-04-15 | build: c compiler version warnings |  Damjan Marion | 1 | -11/+34 |
2022-04-10 | build: add clang-14 |  Damjan Marion | 1 | -0/+1 |
2022-04-05 | vppinfra: refactor address sanitizer |  Damjan Marion | 1 | -1/+0 |
2022-03-25 | build: print compiler version |  Damjan Marion | 1 | -1/+1 |
2021-12-09 | build: fix PYTHONPYCACHEPREFIX path |  Damjan Marion | 1 | -1/+1 |
2021-12-06 | build: leave to CMake to deal with -fPIE |  Damjan Marion | 1 | -2/+1 |
2021-12-02 | build: bump min cmake version to 3.13 and remove workarounds |  Damjan Marion | 1 | -12/+3 |
2021-11-11 | tests: make code coverage for unit tests optional |  Ole Troan | 1 | -0/+8 |
2021-11-08 | build: -Wno-stringop-overflow during LTO phase |  Damjan Marion | 1 | -0/+4 |
2021-11-06 | build: print compiler and library dir |  Damjan Marion | 1 | -0/+2 |
2021-11-02 | build: clang-13 support |  Damjan Marion | 1 | -0/+1 |
2021-10-05 | build: don't hardcode triplet, allow specifying custom lib dir |  Damjan Marion | 1 | -1/+5 |
2021-09-30 | build: consistent use of CMAKE_INSTALL_LIBDIR |  Nick Brown | 1 | -1/+1 |
2021-09-21 | vapi: compile vpp-api folder before the plugins |  Arthur de Kerhor | 1 | -2/+2 |
2021-09-17 | build: use GNUInstallDirs install destinations |  Nick Brown | 1 | -2/+3 |
2021-07-16 | build: fix formatting of CMake config output |  Damjan Marion | 1 | -12/+12 |
2021-05-27 | build: kindly ask python not to polute src/ |  Damjan Marion | 1 | -0/+1 |
2021-05-21 | bfd: use vnet crypto |  Klement Sekera | 1 | -1/+1 |
2021-05-11 | build: compiler flags handling cleanup |  Damjan Marion | 1 | -46/+41 |
2021-05-05 | build: set CMAKE_EXPORT_COMPILE_COMMANDS |  Damjan Marion | 1 | -0/+2 |
2021-05-04 | build: add set-build-type-* targets to CMake |  Damjan Marion | 1 | -2/+10 |
2021-05-01 | vlib: refactor trajectory trace debug feature |  Benoît Ganne | 1 | -0/+9 |
2021-05-01 | build: add option to turn off some march variants |  Damjan Marion | 1 | -1/+1 |
2021-04-30 | misc: experimental configure script |  Damjan Marion | 1 | -3/+33 |
2021-04-30 | build: switch release build to -O3 |  Damjan Marion | 1 | -1/+1 |
2021-04-14 | misc: clang-12 support |  Damjan Marion | 1 | -1/+9 |
2021-01-28 | build: do not _FORTIFY_SOURCE in debug mode |  Mohammed Hawari | 1 | -1/+0 |
2021-01-20 | build: add the missing leading underscore to FORTIFY_SOURCE |  Neale Ranns | 1 | -2/+2 |
2021-01-18 | build: make rpath optional |  Nathan Moos | 1 | -1/+4 |
2020-11-25 | api: vat2 and json autogeneration for api messages |  Ole Troan | 1 | -1/+1 |
2020-11-05 | build: link time optimization for release builds |  Damjan Marion | 1 | -1/+12 |
2020-10-12 | misc: clang-11 and gcc-10 support |  Damjan Marion | 1 | -1/+1 |
2020-06-16 | vlib: address sanitizer support for stack switch, enable clang |  Damjan Marion | 1 | -1/+1 |
2020-06-16 | build: fix address sanitizer default args |  Benoît Ganne | 1 | -1/+1 |
2020-05-27 | build: make address sanitizer options configurable with cmake |  Damjan Marion | 1 | -0/+6 |
2020-05-08 | build: various improvements |  Damjan Marion | 1 | -6/+11 |
2020-05-07 | misc: deprecate elftool |  Damjan Marion | 1 | -1/+1 |
2020-04-30 | build: rework x86 CPU variants |  Damjan Marion | 1 | -1/+1 |
2020-04-29 | misc: switch to clang-9 |  Damjan Marion | 1 | -0/+2 |
2019-11-27 | misc: add address sanitizer heap instrumentation |  Benoît Ganne | 1 | -0/+11 |
2019-11-22 | build: add build types helpstring to cmake project |  Damjan Marion | 1 | -0/+9 |
2019-11-08 | build: use cmake build types |  Damjan Marion | 1 | -8/+33 |
2019-03-28 | AppImage packaging |  Dave Barach | 1 | -1/+1 |
2019-03-18 | Fix build with newer linux headers |  Damjan Marion | 1 | -1/+1 |
2019-01-29 | cmake: fix out-of-git-tree build |  Damjan Marion | 1 | -10/+1 |
2019-01-26 | cmake: add support for linking with DPDK shared libs |  Damjan Marion | 1 | -1/+1 |
2019-01-20 | Rework of debian packaging |  Damjan Marion | 1 | -1/+1 |
2019-01-18 | cmake: print all flags |  Damjan Marion | 1 | -8/+19 |