Return-Path: X-Original-To: apmail-incubator-celix-commits-archive@minotaur.apache.org Delivered-To: apmail-incubator-celix-commits-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 121686B10 for ; Thu, 16 Jun 2011 10:50:11 +0000 (UTC) Received: (qmail 94899 invoked by uid 500); 16 Jun 2011 10:50:11 -0000 Delivered-To: apmail-incubator-celix-commits-archive@incubator.apache.org Received: (qmail 94658 invoked by uid 500); 16 Jun 2011 10:50:10 -0000 Mailing-List: contact celix-commits-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-commits@incubator.apache.org Received: (qmail 94411 invoked by uid 99); 16 Jun 2011 10:50:10 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 16 Jun 2011 10:50:10 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=5.0 tests=ALL_TRUSTED,T_RP_MATCHES_RCVD X-Spam-Check-By: apache.org Received: from [140.211.11.116] (HELO hel.zones.apache.org) (140.211.11.116) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 16 Jun 2011 10:50:08 +0000 Received: from hel.zones.apache.org (hel.zones.apache.org [140.211.11.116]) by hel.zones.apache.org (Postfix) with ESMTP id 98CD741BC84 for ; Thu, 16 Jun 2011 10:49:47 +0000 (UTC) Date: Thu, 16 Jun 2011 10:49:47 +0000 (UTC) From: "Erik Sanders (JIRA)" To: celix-commits@incubator.apache.org Message-ID: <2103621233.10562.1308221387622.JavaMail.tomcat@hel.zones.apache.org> Subject: [jira] [Created] (CELIX-6) Make codebase compliant for windows MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 X-Virus-Checked: Checked by ClamAV on apache.org Make codebase compliant for windows ----------------------------------- Key: CELIX-6 URL: https://issues.apache.org/jira/browse/CELIX-6 Project: Celix Issue Type: Improvement Environment: Windows, Visual studio 2008 Reporter: Erik Sanders A first patch to make celix available on Windows. The problem is that the ms compiler is not C99 compliant. The problems solved so far are: - move all declaration to the beginning of a function - introduce celixbool.h because stdbool.h is not available This patch only concerns utils and is used to verify if nothing is broken. -- This message is automatically generated by JIRA. For more information on JIRA, see: http://www.atlassian.com/software/jira