#13 POSIX compliance

باز‌کردن
2 ماه پیش باز شده توسط scossu · 1 دیدگاه

With the goal of targeting minimal platforms, rewriting in ANSI C would be desirable:

  • Set -std=c11 in compile flags
  • Rewrite or eliminate GNU extensions: strdup, fmemopen, etc.
  • Verify dependencies, both embedded and dynamically linked (LMDB may not be ANSI C, so the target systems would have to be able to support installing it separately)
With the goal of targeting minimal platforms, rewriting in ANSI C would be desirable: - Set `-std=c11` in compile flags - Rewrite or eliminate GNU extensions: `strdup`, `fmemopen`, etc. - Verify dependencies, both embedded and dynamically linked (LMDB may not be ANSI C, so the target systems would have to be able to support installing it separately)
scossu نظر 1 ماه پیش
مالک

This may be never attainable, as LMDB relies on POSIX. Unless a switch to compile without LMDB support, using a valid alternative, is added, targeting POSIX may be more realistic and still a valuable improvement.

This may be never attainable, as LMDB relies on POSIX. Unless a switch to compile without LMDB support, using a valid alternative, is added, targeting POSIX may be more realistic and still a valuable improvement.
scossu 1 ماه پیش بسته شد
scossu 1 ماه پیش بازگشایی شد
برای پیوستن به گفتگو، وارد شودید.
بدون نقطه عطف
بدون مسئول رسیدگی
1 مشارکت کننده
درحال بارگذاری...
لغو
ذخيره
هنوز محتوایی ایجاد نشده.