log4cplus / log4cplus

log4cplus is a simple to use C++ logging API providing thread-safe, flexible, and arbitrarily granular control over log management and configuration. It is modelled after the Java log4j API.
https://log4cplus.github.io/log4cplus/
Other
1.63k stars 565 forks source link

Is there interest in QNX porting #440

Open oncaphillis opened 5 years ago

oncaphillis commented 5 years ago

Is there an interest in a QNX port ?

I am currently working on a QNX port and the basic build (i.e. liblog4cplus.so.*) worked after minimal tweaks. The logserver is a completely different beast though. Is there an interest in pull requests for QNX related stuff ? Thx

wilx commented 5 years ago

I will accept reasonable patches. I have no way of testing builds against QNX myself, unless there is reasonable and free (as in no money required) way to get it working in Linux in VM or such.

oncaphillis commented 5 years ago

Thanks for the fast reply. I am currently coding for a company. So we have access to a build system and a virtual QNX 7. Applying for a build system @ Blackberry can be a pain. Anyway small pull requests even if they don't get all components running are welcome ?

Get Outlook for Android

On Fri, Aug 30, 2019 at 3:42 PM +0200, "Václav Haisman" notifications@github.com wrote:

I will accept reasonable patches. I have no way of testing builds against QNX myself, unless there is reasonable and free (as in no money required) way to get it working in Linux in VM or such.

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub, or mute the thread.

wilx commented 5 years ago

Sure. As long as your changes do not regress other platforms, I am fine with partial improvements. We can exclude components from build conditionally on platform, if said platform cannot support it.

oncaphillis commented 5 years ago

Thx