[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Minios-devel] [UNIKRAFT/SQLITE V4 PATCH 0/6] SQLite port on Unikraft
This patch series ports SQLite on Unikraft. Please find below the main changes compared to V3: - Use $(LIBSQLITE_BASENAME) in Makefile.uk; - Introduce the config option, the Makefile.uk and the main function in an additional patch; - Add "-Dmain=sqlite_main -Dwmain=sqlite_main" in Makefile.uk; - Remove useless comment in Config.uk; - Add extra info for README in an additional patch; - Use two patches for auto generated config file. Gaulthier Gain (6): Introduce library skeleton Add Makefile.uk Add SQLite auto-generated header include/config.h: Disable features that are not available on Unikraft Provide main() function if configured to do so README.md: Update with info about building and running .gitignore | 27 ++++++++++++ CODING_STYLE.md | 4 ++ CONTRIBUTING.md | 4 ++ COPYING.md | 38 ++++++++++++++++ Config.uk | 13 ++++++ MAINTAINERS.md | 11 +++++ Makefile.uk | 86 ++++++++++++++++++++++++++++++++++++ README.md | 24 ++++++++++ include/config.h | 131 +++++++++++++++++++++++++++++++++++++++++++++++++++++++ main.c | 6 +++ 10 files changed, 344 insertions(+) create mode 100644 .gitignore create mode 100644 CODING_STYLE.md create mode 100644 CONTRIBUTING.md create mode 100644 COPYING.md create mode 100644 Config.uk create mode 100644 MAINTAINERS.md create mode 100644 Makefile.uk create mode 100644 README.md create mode 100644 include/config.h create mode 100644 main.c -- 2.11.0 _______________________________________________ Minios-devel mailing list Minios-devel@xxxxxxxxxxxxxxxxxxxx https://lists.xenproject.org/mailman/listinfo/minios-devel
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |