X-Authentication-Warning: delorie.com: mail set sender to geda-user-bounces using -f X-Recipient: geda-user AT delorie DOT com X-Virus-Status: Clean X-Virus-Scanned: clamav-milter 0.98.4 at av01.lsn.net Subject: Re: [geda-user] A new PCB file format - modular system To: geda-user AT delorie DOT com References: <5692CBD5 DOT 3020101 AT prochac DOT sk> From: John Griessen Message-ID: <5692EB3A.1070202@ecosensory.com> Date: Sun, 10 Jan 2016 17:37:30 -0600 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:38.0) Gecko/20100101 Icedove/38.4.0 MIME-Version: 1.0 In-Reply-To: <5692CBD5.3020101@prochac.sk> Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit Reply-To: geda-user AT delorie DOT com Errors-To: nobody AT delorie DOT com X-Mailing-List: geda-user AT delorie DOT com X-Unsubscribes-To: listserv AT delorie DOT com Precedence: bulk On 01/10/2016 03:23 PM, Milan Prochac (milan AT prochac DOT sk) [via geda-user AT delorie DOT com] wrote: > The modular system utilizes existing plugin system; new type of plugin is added to support various file formats. This approach > allows implementation of additional file formats as independent shared library with minimal effort. The whole implementation of > new file format is reduced to serialization and de-serialization of PCBType data structure, Congrats on this - -like Peter said, it has many benefits that reduce maintainer effort.