All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v1 0/2] Cosmetic changes to erofs-utils
@ 2021-11-30  3:01 Kelvin Zhang via Linux-erofs
  2021-11-30  3:01 ` [PATCH v1 1/2] Add android build target to build erofs as library Kelvin Zhang via Linux-erofs
                   ` (2 more replies)
  0 siblings, 3 replies; 9+ messages in thread
From: Kelvin Zhang via Linux-erofs @ 2021-11-30  3:01 UTC (permalink / raw)
  To: linux-erofs mailing list, Miao Xie, Fang Wei; +Cc: Kelvin Zhang

The following patches make erofs-utils more C++ friendly. It does not
perform any refactoring, instead it simply added extern "C" keywords so
that C++ code can call into EROFS.

Kelvin Zhang (2):
  Add android build target to build erofs as library
  Make erofs-utils more C++ friendly

 Android.bp                     | 38 +++++++++++++++++++++++++++++++---
 include/erofs/blobchunk.h      | 10 +++++++++
 include/erofs/block_list.h     | 10 +++++++++
 include/erofs/cache.h          |  9 ++++++++
 include/erofs/compress.h       |  9 ++++++++
 include/erofs/compress_hints.h | 10 +++++++++
 include/erofs/config.h         | 20 ++++++++----------
 include/erofs/decompress.h     |  9 ++++++++
 include/erofs/defs.h           | 20 ++++++++++++++++++
 include/erofs/err.h            |  9 ++++++++
 include/erofs/exclude.h        | 10 +++++++++
 include/erofs/flex-array.h     |  9 ++++++++
 include/erofs/hashmap.h        |  9 ++++++++
 include/erofs/hashtable.h      |  9 ++++++++
 include/erofs/inode.h          |  9 ++++++++
 include/erofs/internal.h       |  9 ++++++++
 include/erofs/io.h             | 11 ++++++++++
 include/erofs/list.h           | 10 +++++++++
 include/erofs/print.h          |  9 ++++++++
 include/erofs/trace.h          |  9 ++++++++
 include/erofs/xattr.h          |  9 ++++++++
 include/erofs_fs.h             |  9 ++++++++
 lib/config.c                   | 12 +++++++++++
 lib/inode.c                    |  7 +++++++
 lib/xattr.c                    | 12 +++++++++++
 mkfs/main.c                    |  7 +++++++
 26 files changed, 280 insertions(+), 14 deletions(-)

-- 
2.34.0.rc2.393.gf8c9666880-goog


^ permalink raw reply	[flat|nested] 9+ messages in thread

end of thread, other threads:[~2021-11-30  5:56 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-11-30  3:01 [PATCH v1 0/2] Cosmetic changes to erofs-utils Kelvin Zhang via Linux-erofs
2021-11-30  3:01 ` [PATCH v1 1/2] Add android build target to build erofs as library Kelvin Zhang via Linux-erofs
2021-11-30  3:01 ` [PATCH v1 2/2] Make erofs-utils more C++ friendly Kelvin Zhang via Linux-erofs
2021-11-30  3:18 ` [PATCH v1 0/2] Cosmetic changes to erofs-utils Gao Xiang
2021-11-30  3:25   ` [PATCH v2 1/2] erofs-utils: Add android build target to build erofs as library Kelvin Zhang via Linux-erofs
2021-11-30  3:25     ` [PATCH v2 2/2] erofs-utils: Make erofs-utils more C++ friendly Kelvin Zhang via Linux-erofs
2021-11-30  5:23       ` Gao Xiang
2021-11-30  5:56   ` [PATCH v3 1/2] erofs-utils: Add android build target to build erofs as library Kelvin Zhang via Linux-erofs
2021-11-30  5:56     ` [PATCH v3 2/2] erofs-utils: Make erofs-utils more C++ friendly Kelvin Zhang via Linux-erofs

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.