Age | Commit message (Collapse) | Author | Files | Lines |
|
Update the .gitreview file.
Bug-AGL: SPEC-4695
Signed-off-by: Jan-Simon Moeller <jsmoeller@linuxfoundation.org>
Change-Id: I9b6ea007a4a841db4dfda913cff5e303b909cd07
|
|
The librefop has issue for separate directory building.
Current recipe use autotools-brokensep to avoid that issue.
This patch fix that issue.
Signed-off-by: Naoto Yamaguchi <naoto.yamaguchi@aisin.co.jp>
Change-Id: I65c026dccf54a6cbfe86dc633890019e9c08f2bf
|
|
Fix to external header is not installing.
Fix to algorithm description.
Fix to SPDX-License-Identifier in mock header.
Fix to some typo.
Bug-AGL: SPEC-4500
Change-Id: Ica9d32601d26243a8c4361c290e0bc853fa43ec4
Signed-off-by: Naoto Yamaguchi <naoto.yamaguchi@aisin.co.jp>
|
|
This patch add document for librefop configure options and dependency information.
Bug-AGL: SPEC-4500
Signed-off-by: Naoto Yamaguchi <naoto.yamaguchi@aisin.co.jp>
Change-Id: I1e2813d6f8966a8f284bca84f111926239e917f3
|
|
The librefop use doxygen to create interface document.
Existing code has some description error in interface description.
This patch fix these error.
Bug-AGL: SPEC-4500
Signed-off-by: Naoto Yamaguchi <naoto.yamaguchi@aisin.co.jp>
Change-Id: I83a68fb708a6c850f01559ab3780d1e9c3fdd7d9
|
|
The librefop define the coding style using clang-format.
This patch reformat code using clang-format.
Signed-off-by: Naoto Yamaguchi <naoto.yamaguchi@aisin.co.jp>
Change-Id: I6f6647317f2916c583ca68e1259da2e08a989657
|
|
The librefop use doxygen to create external and internal interface document.
This patch add Doxyfile to create document by doxygen.
Bug-AGL: SPEC-4500
Signed-off-by: Naoto Yamaguchi <naoto.yamaguchi@aisin.co.jp>
Change-Id: I8452d753530ec647224a8cc258d3a157f1a00e07
|
|
Ths patch update tase case
Bug-AGL: SPEC-4500
Signed-off-by: Naoto Yamaguchi <naoto.yamaguchi@aisin.co.jp>
Change-Id: I27b4a537d522198f5f180ce22fb7f0af95b3ddb8
|
|
The some error case are not detect in err detection method.
This patch fix fail path to avoid undefined fail case.
Bug-AGL: SPEC-4500
Signed-off-by: Naoto Yamaguchi <naoto.yamaguchi@aisin.co.jp>
Change-Id: Ic641fd121ef8c48891109207eec51afbc8a5ada1
|
|
Previously this library name is libredundancyfileop, but it's too long for use.
This patch rename library for libredundancyfileop to librefop.
Bug-AGL: SPEC-4500
Signed-off-by: Naoto Yamaguchi <naoto.yamaguchi@aisin.co.jp>
Change-Id: I450c31cfe36f246489f9198e4cf2cfd6e85cb0ab
|
|
This patch add test case for file operations into source tree.
Bug-AGL: SPEC-4500
Signed-off-by: Naoto Yamaguchi <naoto.yamaguchi@aisin.co.jp>
Change-Id: I37c3fb3f2c0260a844cb6d6ea984cc6c868cee1b
|
|
Bug-AGL: SPEC-4500
Signed-off-by: Naoto Yamaguchi <naoto.yamaguchi@aisin.co.jp>
Change-Id: I3e90808ef0ec37fdac79cbe9c33fe68f339608c4
|
|
The librefop use gcov, gnucomplexity and clang-format to realize qualification.
This patch add these helper script into source tree.
Bug-AGL: SPEC-4500
Signed-off-by: Naoto Yamaguchi <naoto.yamaguchi@aisin.co.jp>
Change-Id: I014a0a315b08688470a540b397790aaee41d7efd
|
|
The librefop aim to 100% code coverage testing.
This patch add test case with mock to aim to that criteria.
Bug-AGL: SPEC-4500
Signed-off-by: Naoto Yamaguchi <naoto.yamaguchi@aisin.co.jp>
Change-Id: I4bf14d343b9fca784fb7bc3ee6d3e53691a5ea4e
|
|
This patch add initial source code registration to repository.
Bug-AGL: SPEC-4500
Signed-off-by: Naoto Yamaguchi <naoto.yamaguchi@aisin.co.jp>
Change-Id: I2b7331030f69e1d4cc396db9821f88e87e5b49a2
|
|
The librefop use crc16 for data validation. This patch import crc16
algorithm from Net-BSD source tree.
Bug-AGL: SPEC-4500
Signed-off-by: Naoto Yamaguchi <naoto.yamaguchi@aisin.co.jp>
Change-Id: I4f9ccad1d5d9c871e833e25ddda730088b76ce2b
|
|
The librefop use autoconf and automake build strategy.
This patch add initial autoconf and automake files.
Bug-AGL: SPEC-4500
Signed-off-by: Naoto Yamaguchi <naoto.yamaguchi@aisin.co.jp>
Change-Id: Id7c171242acca1357fdf02abe147b6f3b9ff7dfa
|
|
This patch add README, that have overview of this library and algorithm.
Bug-AGL: SPEC-4500
Signed-off-by: Naoto Yamaguchi <naoto.yamaguchi@aisin.co.jp>
Change-Id: I6eed0d004e7cebddbd3a3b08da07ebdbf1a3048c
|
|
This patch add LICENCE, coding style (.clang-format) and .gitignore.
Bug-AGL: SPEC-4500
Signed-off-by: Naoto Yamaguchi <naoto.yamaguchi@aisin.co.jp>
Change-Id: I600fdac5a1dd4290ffa0a24dbd5a3a857b9d57e3
|
|
Initialize the repo.
Signed-off-by: Jan-Simon Moeller <jsmoeller@linuxfoundation.org>
Change-Id: Ica4f0c8c4508c932a550e59239624d6dcf3141fe
|
|
|