1. 898171a fix OS_ID test in root Makefile by Gabriel Ganne · 8 years ago
  2. 2ce7f98 Add dpdk development packaging by Damjan Marion · 8 years ago
  3. 72715ee make test: add checkstyle target by Klement Sekera · 8 years ago
  4. 51a7c8b Add 'make test' to verify job by Damjan Marion · 8 years ago
  5. 6484b3b Toplevel Makefile cleanup by Damjan Marion · 8 years ago
  6. 6bbf83a Revert "vppctl: bash completion for vppctl commands" by Damjan Marion · 8 years ago
  7. d995c75 vppctl: bash completion for vppctl commands by Padraig Connolly · 8 years ago
  8. b17402e preserve environment when make install-dep by Gabriel Ganne · 8 years ago
  9. 5d22448 fix run-vat path by Matus Fabian · 8 years ago
  10. cb034b9 Move java,lua api and remaining plugins to src/ by Damjan Marion · 8 years ago
  11. 37d77e9 test: fix paths after source code move by Damjan Marion · 8 years ago
  12. 7cd468a Reorganize source tree to use single autotools instance by Damjan Marion · 8 years ago
  13. 1a9b5b7 vagrant: Fixing sudo related vagrant errors by Ray Kinsella · 8 years ago
  14. a1bd023 Remove RPATH from binaries before creating .deb and .rpm packages by Damjan Marion · 8 years ago
  15. 9225dee make test: improve robustness and performance by Klement Sekera · 8 years ago
  16. 0279b29 Add make test code coverage reporting using gcov by Juraj Sloboda · 8 years ago
  17. 0e3c0de BFD: basic asynchronous session up/down by Klement Sekera · 8 years ago
  18. 7e3a875 API: Adapt make test to Python API changes. by Ole Troan · 8 years ago
  19. 1038937 Add banner for building deb and rpm packages to verify by Ed Warnicke · 8 years ago
  20. 31a64e5 Temporarily remove make test by Ed Warnicke · 8 years ago
  21. ddff8a4 Have make verify check deb and rpm builds by Ed Warnicke · 8 years ago
  22. cfce8fa Added make test to make verify by Ed Warnicke · 8 years ago
  23. c21d59f make: call install-dep on unatteded invocation by Damjan Marion · 8 years ago
  24. 86d87c4 Update test documentation. by Matej Klotton · 8 years ago
  25. e30872e Add clang to 'make verify' by Damjan Marion · 8 years ago
  26. 7f3c36b Use gcc for start in 'make verify' by Damjan Marion · 8 years ago
  27. 4cecc61 Add 'make verify' target to top-level makefile by Damjan Marion · 8 years ago
  28. 778c276 Improve test framework documentation by Klement Sekera · 8 years ago
  29. 20a29c7 VPP-498: Prepare vpp RPM packaging for use by downstream distros. by Thomas F Herbert · 8 years ago
  30. 277b89c add vpp debugging support to test framework improve test documentation by Klement Sekera · 8 years ago
  31. f62ae12 refactor test framework by Klement Sekera · 8 years ago
  32. 5319429 Fix test target build by Peter Ginchev · 8 years ago
  33. cd8e318 Test Infra: Add plugin support by Pierre Pfister · 8 years ago
  34. b80f9d1 don't require root privileges when running the tests by Klement Sekera · 8 years ago
  35. f56b77a test: new test infrastructure by Damjan Marion · 8 years ago
  36. 36d2506 Enable doc building on MacOS by Chris Luke · 8 years ago
  37. 2470485 checkstyle: improve speed by checking only recently changed files by Damjan Marion · 8 years ago
  38. e0d802b VPP-221 Loosen Doxygen CLI command struct parser by Chris Luke · 8 years ago
  39. 54ccf22 VPP-221 CLI auto-documentation infrastructure by Chris Luke · 8 years ago
  40. 1557dfe Adding python-dev dependency to main Makefile. by Ole Troan · 8 years ago
  41. 5f9dcff VPP Python language binding - plugin support by Ole Troan · 8 years ago
  42. 4aa76c1 Fix missing include dirs in doxygen by Chris Luke · 8 years ago
  43. 905a7f5 Multiple changes in the plugin build infra by Damjan Marion · 8 years ago
  44. a777538 Set plugin path properly when using toplevel makefile to run/debug vpp by Damjan Marion · 8 years ago
  45. 4b72a58 Add gtags option to use ctags. Hidden option in Makefile by Keith Burns (alagalah) · 8 years ago
  46. f289ca6 Updated Makefile so install-dep doesn't prompt by Keith Burns (alagalah) · 8 years ago
  47. 3b3688f 6rd: Move to plugin by Ole Troan · 9 years ago
  48. 1aa310f Cleanup /dev/shm before starting VPP from top-level Makefile by Damjan Marion · 9 years ago
  49. 3535222 VPP-94: Add build-data directory for plugins and Makefile target by Pierre Pfister · 9 years ago
  50. ed18a1c VPP-65: Fix top-level "make install-dep" to work behind a firewall / by Dave Wallace · 9 years ago
  51. 1d1644c VPP-57 Add doxygen build dependencies by Chris Luke · 9 years ago
  52. b585097 VPP-57 Add Doxygen to VPP by Chris Luke · 9 years ago
  53. 027103e Switch to using -headless JDK by Ed Warnicke · 9 years ago
  54. d6a779c Fix for unattended in Makefile by Ed Warnicke · 9 years ago
  55. c5e8681 Re-do java-8 handling, add unattended switch to toplevel Makefile by Damjan Marion · 9 years ago
  56. f86abbb VPP-33 Removing javah from Makefile. Merged as fix for Gerrit 884 by Keith Burns (alagalah) · 9 years ago
  57. 45a42b5 HONEYCOMB-10: jVpp - the new java API. Java code generation by Maros Marsalek · 9 years ago
  58. 7226b84 Fix for java8 releated breakage in make install-dep by Ed Warnicke · 9 years ago
  59. 60c63c7 VPP-8: Set java-8 for JNI by Marek Gradzki · 9 years ago
  60. 473bf23 Update Makefile to add debuginfo RPMs for gdb by Thomas F Herbert · 9 years ago
  61. 6b1d7c5 Make automake silent rules default by Damjan Marion · 9 years ago
  62. 0777915 ubuntu 16.04 build support. Supporting systemd with vpp.service files. by Srivatsa Sangli · 9 years ago
  63. 6855f6c Python-API: Inital commit of Python bindings for the VPP API. by Ole Troan · 9 years ago
  64. 7a2a378 dpdk socket-mem handling optimizations by Damjan Marion · 9 years ago
  65. 95db563 Fix dependency install on Ubuntu 16.04 by Damjan Marion · 9 years ago
  66. 0df78dd Add DPDK 16.04-rc2 support by Damjan Marion · 9 years ago
  67. 3c79e65 Fix epl-release in make install-dep for rpm by Ed Warnicke · 9 years ago
  68. 84eda9d Add build-root/*.rpm to .gitignore by Ed Warnicke · 9 years ago
  69. 76a66c1 Add -y to apt-get install for install-dep target by Ed Warnicke · 9 years ago
  70. e6f9023 Few additions to top-level Makefile by Damjan Marion · 9 years ago
  71. ebb27fb add install-dep target to toplevel Makefile by Damjan Marion · 9 years ago
  72. eef4d99 Few improvements in toplevel Makefile by Damjan Marion · 9 years ago
  73. e17fdb5 Add Top-Level Wrapper Makefile by Damjan Marion · 9 years ago