Re: coding guidelines

2014-09-10 Thread Bjoern Petri
On 09/10/2014 02:36 PM, Alexander Broekhuis wrote: Well then it seems that we - at least for the code style - agreed on K&R including the following deviations: - the use of spaces instead of tabs (and tab width of 4, I assume) - the opening brace on the same line (as eclipse does

Re: coding guidelines

2014-09-10 Thread Alexander Broekhuis
> > >> Well then it seems that we - at least for the code style - agreed on > K&R including the following deviations: > > - the use of spaces instead of tabs (and tab width of 4, I assume) > - the opening brace on the same line (as eclipse does it) > - a maximum line width of 120 char

Re: Board report

2014-09-10 Thread Marcel Offermans
Looking good, perhaps we could include some kind of progress report on any ongoing "migration" tasks from incubator -> tlp? Or have all of those been completed already? If so we could explicitly mention that. And formally I think it would be good to also report when we added the last PMC member.

Board report

2014-09-10 Thread Alexander Broekhuis
Hi all, We need to send the board report this month. So here is a first draft, if there are any comments, please send a reply! = Celix is an OSGi like implementation in C with a distinct focus on interoperability between Java and C. Activity Celix graduated in July, during

Re: celix_log as log_service-tracker?

2014-09-10 Thread Alexander Broekhuis
Hi all, It has been a while since I implemented the fw_log support. What I do remember is, I modelled it in a similar fashion as Felix does. In there the log_service is not used due to locking [1]. I don't remember the details, but with Celix for several calls this would be a problem as well. If