Return-Path: X-Original-To: apmail-incubator-celix-dev-archive@minotaur.apache.org Delivered-To: apmail-incubator-celix-dev-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id A57BD10751 for ; Tue, 23 Apr 2013 19:13:51 +0000 (UTC) Received: (qmail 88344 invoked by uid 500); 23 Apr 2013 19:13:51 -0000 Delivered-To: apmail-incubator-celix-dev-archive@incubator.apache.org Received: (qmail 88317 invoked by uid 500); 23 Apr 2013 19:13:51 -0000 Mailing-List: contact celix-dev-help@incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: celix-dev@incubator.apache.org Delivered-To: mailing list celix-dev@incubator.apache.org Received: (qmail 88300 invoked by uid 99); 23 Apr 2013 19:13:50 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 23 Apr 2013 19:13:50 +0000 X-ASF-Spam-Status: No, hits=-0.7 required=5.0 tests=RCVD_IN_DNSWL_LOW,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of gerritbinnenmars@gmail.com designates 209.85.215.172 as permitted sender) Received: from [209.85.215.172] (HELO mail-ea0-f172.google.com) (209.85.215.172) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 23 Apr 2013 19:13:43 +0000 Received: by mail-ea0-f172.google.com with SMTP id g14so424417eak.31 for ; Tue, 23 Apr 2013 12:13:23 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=x-received:message-id:date:from:user-agent:mime-version:to:subject :content-type:content-transfer-encoding; bh=u1+upJsaEWB8UYgSBvF9s5cYe/NrPH9ee57fR3K7Wqc=; b=dN968KHKRcLPNII6Tpa+JLZzDA5lhzYuQ3y91RRgqlCutP+vq+9+VaVUjI48qtcuih zd0yWHkjHSjav0dsjdvynXmY9MfolkSdyjIRZiaOXDJrVIW0c57g02AAJi6n9vy1gb7/ aK1Hw4J6bQ91Lvs9RZ37048MokkpmByu9SM2YJyoWS3ud33zoWDRQ5R4dGHdY/8d8IiR O4kjXYAd4Haqfk13XFx4lnd2ZmTV3dWaN/G6kiU07932D4XW0x/uzC4eDmbGZTztzaYk 6LnO8PzO3eC6tIdY5k49UY0eYLK7L2qi1yWM+tT8JCkCXXAKj1tuCy46dAYf5PPOL7Ao oplA== X-Received: by 10.14.182.72 with SMTP id n48mr54850359eem.3.1366744403098; Tue, 23 Apr 2013 12:13:23 -0700 (PDT) Received: from [192.168.1.71] (ip4da93436.direct-adsl.nl. [77.169.52.54]) by mx.google.com with ESMTPS id w51sm48718806eev.13.2013.04.23.12.13.20 (version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Tue, 23 Apr 2013 12:13:21 -0700 (PDT) Message-ID: <5176DD4E.4090202@gmail.com> Date: Tue, 23 Apr 2013 21:13:18 +0200 From: Gerrit Binnenmars User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:17.0) Gecko/20130328 Thunderbird/17.0.5 MIME-Version: 1.0 To: celix-dev@incubator.apache.org Subject: Release request and coding standards Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org Hello all, Since a few months we (Thales) are working on "machine services" using the device access bundle in Celix. I am quite impressed by the amount of work done in the Celix framework. Recently I had a code review of this machine service implementation and had a few questions on the coding convention. Can someone tell me which standard is used for Celix? Especially, I am wondering why a lot of typedefs are defined as pointer to struct. In the functions that use such a typedef parameter a double indirection is needed. This is not obvious from the code and not visible in the name of the type. Is it an idea to use _pt if the typedef is actually a pointer? The only exceptions to the used convention are: celix_status_t which is not a pointer. ACTIVATOR MANIFEST Shall we also change these last two? Another issue, although not that important: Most files use the Linux linefeed convention but a few files are Windows file (with carriage linefeed) For example: celixbool.h + framework_exports Final question: is there any plan for a new release? This would be helpful to start using Celix in a product. With kind regards, Gerrit Binnenmars