aboutsummaryrefslogtreecommitdiff
path: root/utils/gddrescue
Commit message (Collapse)AuthorAge
* gddrescue: update to 1.27Lucian Cristian2023-02-24
| | | | Signed-off-by: Lucian Cristian <lucian.cristian@gmail.com>
* gddrescue: update to 1.26Lucian Cristian2022-06-01
| | | | Signed-off-by: Lucian Cristian <lucian.cristian@gmail.com>
* treewide: remove uClibc++ supportRosen Penev2021-03-05
| | | | Signed-off-by: Rosen Penev <rosenp@gmail.com>
* treewide: Run refresh on all packagesIlya Lipnitskiy2021-02-20
| | | | | | | | | The crude loop I wrote to come up with this changeset: find -L package/feeds/packages/ -name patches | \ sed 's/patches$/refresh/' | sort | xargs make Signed-off-by: Ilya Lipnitskiy <ilya.lipnitskiy@gmail.com>
* gddrescue: Remove uClibc++ patchRosen Penev2019-10-12
| | | | | | | | | | A solution was applied to uClibc++, where the bug actually is. Fixed license information. Small cleanups. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* gddrescue: Add uClibc-ng supportRosen Penev2019-07-25
| | | | | | | | | | It turns out, this breaks only when compiling with both uClibc-ng and uClibc++. If the libc or libc++ gets swapped out, it compiles fine. libstdcpp is fine because it already undefs these macros. The actual bug is probably in uClibc-ng but this is a fine workaround. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* gddrescue: Do not build with uClibc-ngRosen Penev2019-07-16
| | | | | | | | | | | | | | | From the developer: It seems that uClibc-ng is defining fgetc, fputc, feof, and ferror as macros and not including them in std. IMO this is a bug in uClibc-ng (maybe caused by lack of clarity in the C++ standard), because even the C functions that are alowed to be defined as macros (putc, getc) should be included in std for consistency. Just imagine the chaos if std::getc were defined or undefined depending on how it is implemented. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* gddrescue: add ddrescue a data recovery toolLucian Cristian2019-03-29
Signed-off-by: Lucian Cristian <lucian.cristian@gmail.com>