Age | Commit message (Collapse) | Author | Files | Lines |
|
In case string is null jstr_length crashes,
this fixes the issue and returns 0 because
null strings are replaced by empty strings
later in process.
Change-Id: Ib6b7a3985ae379207c4a06eb38df78dfdfbaffda
Signed-off-by: Michal Cmarada <mcmarada@cisco.com>
|
|
Change-Id: I966a55e69b68ad503a4b5b4ea4fb3240c4ec0b89
Signed-off-by: Michal Cmarada <mcmarada@cisco.com>
|
|
- separate static string functions to string_t.h library
- ignore string limit value for now. We would need to create
wrapper class for string to support max length in java.
API example:
[
"string",
"version",
{
"limit": 32
}
]
Change-Id: I60a8a2c56397d54d49544551dc91733e12a0a0ea
Signed-off-by: Michal Cmarada <mcmarada@cisco.com>
|
|
updating package names from io.fd.vpp.jvpp* to io.fd.jvpp*
Change-Id: Ia1634db8f0875ff6ecfeddc281041cd49c4aacc2
Signed-off-by: Michal Cmarada <mcmarada@cisco.com>
|
|
- 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>
|