aboutsummaryrefslogtreecommitdiffstats
path: root/lib/libredundancyfileop.c
AgeCommit message (Collapse)AuthorFilesLines
2022-08-05Fix installation README spdx typo issueneedlefish_13.93.0needlefish/13.93.013.93.0Naoto Yamaguchi1-2/+2
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>
2022-08-05Fix function interface descriptionsNaoto Yamaguchi1-3/+17
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
2022-08-05Reformat codeNaoto Yamaguchi1-24/+25
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
2022-08-02Rename library and header filename to librefopNaoto Yamaguchi1-1/+1
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
2022-07-28Initial commit for libredundancyfileop sourceNaoto Yamaguchi1-0/+223
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