THUKEG / saedb

the SAE platform
http://thukeg.github.com/saedb/
11 stars 19 forks source link

Add Xcode project file. #6

Closed wweic closed 11 years ago

wweic commented 11 years ago
  1. fix some semantic issue
  2. add xcode project.
thinxer commented 11 years ago

Should we add cmake generated projects to the source control? Maybe it's better to let users generate the projects for themselves? Otherwise, project files may lag behind cmake files.

Also, we can have a 'release' version of the source code. We can have a script to generate all supported project files (vs, xcode, cdt, etc.).

wweic commented 11 years ago

i think so,but cmake file generated project's structure is too complicated,i could't find a good way。 so i create a project by myself。

发自我的 iPod

在 2013-3-24,上午12:53,Jianfei Wang notifications@github.com 写道:

Should we add cmake generated projects to the source control? Maybe it's better to let users generate the projects for themselves? Otherwise, project files may lag behind cmake files.

Also, we can have a 'release' version of the source code. We can have a script to generate all supported project files (vs, xcode, cdt, etc.).

— Reply to this email directly or view it on GitHub.

thinxer commented 11 years ago

Good. Then let's make sure both versions (CMake and XCode) are up to date.

On Sun, Mar 24, 2013 at 12:57 AM, Wei Chen notifications@github.com wrote:

i think so,but cmake file generated project's structure is too complicated,i could't find a good way。 so i create a project by myself。

发自我的 iPod

在 2013-3-24,上午12:53,Jianfei Wang notifications@github.com 写道:

Should we add cmake generated projects to the source control? Maybe it's better to let users generate the projects for themselves? Otherwise, project files may lag behind cmake files.

Also, we can have a 'release' version of the source code. We can have a script to generate all supported project files (vs, xcode, cdt, etc.).

— Reply to this email directly or view it on GitHub.

— Reply to this email directly or view it on GitHubhttps://github.com/THUKEG/saedb/pull/6#issuecomment-15340412 .

wweic commented 11 years ago

Actually Xcode project just keeps reference to source code, it is always updated.

thinxer commented 11 years ago

I mean, when source codes are added or directory structures are changed, CMake files and XCode project need to be updated at the same time.

On Sun, Mar 24, 2013 at 1:10 AM, Wei Chen notifications@github.com wrote:

Actually Xcode project just keeps reference to source code, it is always updated.

— Reply to this email directly or view it on GitHubhttps://github.com/THUKEG/saedb/pull/6#issuecomment-15340629 .

wweic commented 11 years ago

I see. This rule should be enforced for all developers.

thinxer commented 11 years ago

You may check this on PULL REQUESTS as I don't have xcode access.

On Sun, Mar 24, 2013 at 6:17 PM, Wei Chen notifications@github.com wrote:

I see. This rule should be enforced for all developers.

— Reply to this email directly or view it on GitHubhttps://github.com/THUKEG/saedb/pull/6#issuecomment-15354169 .