-
Notifications
You must be signed in to change notification settings - Fork 191
Open
Description
Good day, @etr !
Thanks for your work! I would use libhttpserver in my ARM-uClibc-Linux embedded system.
I haven't used the library yet but I have been compiled it.
And I have some suggestions and notes.
- 1. Your last released Git tag is
v0.7.1(on 21 Mar 2014). Release new tags, please because of0.8.0version is pointed in docs. - 2. Suggestion: to introduce
--disable-docflag as a shortcut for--disable-doxygen-doc --disable-doxygen-dot --disable-doxygen-man --disable-doxygen-htmlflags collection. - 3. Suggestion: to introduce
--disable-examplesflag to disable examples compilation. - 4. Suggestion: to introduce
--disable-tests(and--disable-unit-tests,--disable-integ-tests?) flag to disable tests compilation. - 5. You use
PKG_CHECK_MODULESautoconf's macros and-lmicrohttpdlinker's flag forlibmicrohttpdusing. But what if I want to use a static version oflibmicrohttpdlibrary or its source code instead? - 6.
libmicrohttpdlibrary can be compiled without some features. dauth and bauth is just examples. But your library reference to these functions in code. I think we should use conditional compilation (and configuration flag) instead. It's some lines of code for dauth and bauth only. - 7.
./configurechecks C++11 but it seems thatUSE_CPP_11flag isn't used.
I would appreciate an answer for each of them.
Thanks very much.
Metadata
Metadata
Assignees
Labels
No labels