Re: [os-libsynthesis] [PATCH] SAN 1.1 generation support: Moved utility code from engine to sdk

2010-03-18 Thread Lukas Zeller
Hello Congwu, I just merged your SAN 1.1/1.0 changes from the moblin/san11 branch into our master (2dd107df40c551a5517beb4a751c02e9277890a6). Also merged are some other changes from moblin/master. I'm still in the process merging these with our internal codebase and push the (few) updates

Re: [os-libsynthesis] [PATCH] SAN 1.1 generation support: Moved utility code from engine to sdk

2010-03-10 Thread Chen, Congwu
1.1 generation support: Moved utility code from engine to sdk I see, I will adapt the patch accordingly. Best Regards, Congwu From: Beat Forster [mailto:beat.fors...@synthesis.ch] Sent: Tuesday, March 09, 2010 3:28 PM To: Chen, Congwu Cc: Synthesis Subject: Fwd: Re: [os-libsynthesis] [PATCH] SAN

Re: [os-libsynthesis] [PATCH] SAN 1.1 generation support: Moved utility code from engine to sdk

2010-03-09 Thread Chen, Congwu
understood. Best Regards, Beat Date: Mon, 8 Mar 2010 17:27:06 +0100 To: Chen, Congwu congwu.c...@intel.com From: Beat Forster beat.fors...@synthesis.ch Subject: Re: [os-libsynthesis] [PATCH] SAN 1.1 generation support: Moved utility code from engine to sdk Cc: Synthesis os-libsynthesis

Re: [os-libsynthesis] [PATCH] SAN 1.1 generation support: Moved utility code from engine to sdk

2010-03-09 Thread Beat Forster
: Tuesday, March 09, 2010 3:28 PM To: Chen, Congwu Cc: Synthesis Subject: Fwd: Re: [os-libsynthesis] [PATCH] SAN 1.1 generation support: Moved utility code from engine to sdk Hello Chen, just one additional remark to stringutil/stringutils: stringutil has been created as engine independent

Re: [os-libsynthesis] [PATCH] SAN 1.1 generation support: Moved utility code from engine to sdk

2010-03-08 Thread Patrick Ohly
On Mon, 2010-03-08 at 08:27 -0800, Beat Forster wrote: Our SDK is using stringutil.h/stringutil.cpp for standalone application, so you can't just remove them, because they are missing then for these projects. But if these files were kept and stringutils.h/cpp were moved into the SDK, the

Re: [os-libsynthesis] [PATCH] SAN 1.1 generation support: Moved utility code from engine to sdk

2010-03-08 Thread Beat Forster
On Mon, 2010-03-08 at 08:27 -0800, Beat Forster wrote: Our SDK is using stringutil.h/stringutil.cpp for standalone application, so you can't just remove them, because they are missing then for these projects. But if these files were kept and stringutils.h/cpp were moved into the SDK, the

Re: [os-libsynthesis] [PATCH] SAN 1.1 generation support: Moved utility code from engine to sdk

2010-03-08 Thread Lukas Zeller
Hello, As before, because moving files into the SDK implies a relicensing, this change would have to be made in the synthesis.ch git repo by Synthesis. Can we make that fairly soon so that we can remove the hack which exposes these functions in the libsynthesis.so? Lukas has to check if

Re: [os-libsynthesis] [PATCH] SAN 1.1 generation support: Moved utility code from engine to sdk

2010-03-08 Thread Chen, Congwu
Lukas Zeller wrote: So Congwu and Patrick, please go ahead and move those files until your builds work ok, and put these in a branch in your repo. I'll then merge these into synthesis.ch master to make the license change official. Ok? Thanks Lukas. I have done the code move and build changes in

[os-libsynthesis] [PATCH] SAN 1.1 generation support: Moved utility code from engine to sdk

2010-03-07 Thread Chen, Congwu
Hello, As we already discussed, we will move some utility code from the engine to SDK required by SAN 1.1 support. Below is the impacted files, please comment: --- diff --git a/src/sysync/lineartime.cpp b/src/sysync_SDK/Sources/lineartime.cpp index 2a03013..2a03013 100755 ---