summaryrefslogtreecommitdiffstats
path: root/docs
AgeCommit message (Collapse)AuthorFilesLines
2019-04-171908 release notes bump19.08-rc0Michal Cmarada1-0/+10
Change-Id: I74909c89b00f341d68198650b10e9bd092d0efdf Signed-off-by: Michal Cmarada <mcmarada@cisco.com>
2019-04-15initial release notes documentationMichal Cmarada2-0/+12
Change-Id: I079f49980de3660f3ac656b58a7fa30f50ff8b33 Signed-off-by: Michal Cmarada <mcmarada@cisco.com>
2019-04-05Update cmake buildMichal Cmarada1-0/+7
- cleanups and updates - updates docs for centos build using devtoolset7 compiler Change-Id: I4c5635b1512dcd08e98291bde1f14c51f9067b63 Signed-off-by: Michal Cmarada <mcmarada@cisco.com>
2019-03-15add documentation generatorMichal Cmarada6-1/+273
Enables generating of HTML documentation. It depends on sphinx generator. During configuration if sphinx is detected it will generate "docs" target for make. To build the documentation use "make docs", which will build the HTML documentation in build-root/html. Change-Id: Ia627f7d26c954a2341e13a54006955d21d162802 Signed-off-by: Michal Cmarada <mcmarada@cisco.com>
2019-03-11add test and checkstyle supportMichal Cmarada1-0/+50
All tests are in "tests" directory. To run tests use: make test For verbose output use: export V=2;make test ARGS="-V" Test log file is generated in: Testing/Temporary/LastTest.log To run checkstyle for the current commit use: ./scripts/checkstyle.sh To run full check on all files use: ./scripts/checkstyle.sh --full Change-Id: Ic83b3dbd44d2a264d27935f4e65cf9e737cfc0a0 Signed-off-by: Michal Cmarada <mcmarada@cisco.com>
2019-03-04Update package namesMichal Cmarada1-3/+3
updating package names from io.fd.vpp.jvpp* to io.fd.jvpp* Change-Id: Ia1634db8f0875ff6ecfeddc281041cd49c4aacc2 Signed-off-by: Michal Cmarada <mcmarada@cisco.com>
2019-02-27Jvpp requirements cleanupMichal Cmarada1-0/+1
- minor bugfixes - cleanup Change-Id: I8aeb2688415ee223ec9faeec6509d2c6999cc947 Signed-off-by: Michal Cmarada <mcmarada@cisco.com>
2019-02-19update install_jvpp local scriptMichal Cmarada1-3/+2
Change-Id: I1873e36579dcfc6c03cda8226c83c50245f09423 Signed-off-by: Michal Cmarada <mcmarada@cisco.com>
2019-01-28update packagingMichal Cmarada1-1/+18
- fix minor issues - add optional parameters to build ZIP and TGZ packages - updated list of supported OS - updated documentation Change-Id: Ie4ee73fc77232c6bd35644cdd8bb67bb4df42d93 Signed-off-by: Michal Cmarada <mcmarada@cisco.com>
2019-01-23initial commit19.04-rc0Michal Cmarada1-0/+140
- migrates source code from VPP code base - modifies cmake configuration - adds cpack configuration for deb and rpm packaging - adds documentation Change-Id: Ib6a39030f6c47c8ae654fcb886c618e159fb63b4 Signed-off-by: Michal Cmarada <mcmarada@cisco.com>