From: H. H. <hen...@gm...> - 2008-08-23 20:08:58
|
Should we adopt the GNU convention of ChangeLog files? Should we keep ChangeLogs per subproject or one ChangeLog for the whole SDK or perhaps both? And where would the per subproject ChangeLogs go? I think a good idea is to keep per subproject ChangeLogs. And we should make a doc/ directory under the main GLSDK/ dir for subproject specific files. GLM ChangeLog would therefore go to GLSDK/doc/glm/ChangeLog. What do you think? BTW, I have adopted a convention to put subproject test suites into test/ directory. You can find the sources for GLM test suite at GLSDK/test/glm. On Sat, Aug 23, 2008 at 10:59 PM, Henri Häkkinen <hen...@gm...> wrote: > Yes okay, I can work with Makefile for now. I will not however commit that > into the repos, only use it locally. > > > On Sat, Aug 23, 2008 at 10:54 PM, Jason McKesson <ko...@gm...>wrote: > >> Henri Häkkinen wrote: >> > Hello, >> > >> > I am now fully working on the GLM test suite and I am using CUnit for >> > it. We will need to think on the build system which we will be using. >> > Somebody mentioned CMake? I don't know about this system much or other >> > systems, so I will lead this up to you completely. I wish someone else >> > would take this to his/her responsibility. Choosing and implementing >> > the build system would easy my work as for now I need to manually run >> > the gcc commands from the terminal every time when I need to compile >> > something. >> > >> > -- >> > Henri 'henux' Häkkinen >> CMake would be a good choice, since it is fairly easy to use. Though it >> is problematic in that it requires an additional external download, >> which is something we should try to minimize. >> >> As for you own work, can't you just use a Makefile or something in the >> interim? I mean, we're still pretty far away from having an initial >> release, so you should use whatever build process you feel comfortable >> with. >> >> ------------------------------------------------------------------------- >> This SF.Net email is sponsored by the Moblin Your Move Developer's >> challenge >> Build the coolest Linux based applications with Moblin SDK & win great >> prizes >> Grand prize is a trip for two to an Open Source event anywhere in the >> world >> http://moblin-contest.org/redirect.php?banner_id=100&url=/ >> _______________________________________________ >> Glsdk-devel mailing list >> Gls...@li... >> https://lists.sourceforge.net/lists/listinfo/glsdk-devel >> > > > > -- > Henri 'henux' Häkkinen > > -- Henri 'henux' Häkkinen |