[CMake] Dependency checking for D

2008-02-06 Thread Tim Burrell
Hi there, I'm one of the maintainers of the CMake module for the D programming language (http://dsource.org/projects/cmaked), and currently the module works really well, with one exception: dependency checking. Since D uses an import method which is very similar to java, I'm wondering if it

RE: [CMake] 4th Edition CMake book now in stock

2008-02-06 Thread Ken Martin
Kitware has no plans to release an electronic version of the CMake book at this time. Kitware sells the ITK book and also makes it available for free as a pdf. So we do have a track record and real multi-year data concerning making a technical book available in two different mediums and we have

[CMake] Custom cache

2008-02-06 Thread Fernando Cacciola
Hi people, As you know (or should know) it is sometimes needed to delete the cache, specially if the system changes and libraries are added, deleted or upgraded. However, some settings are too valuable and its annoying to loose them just because the cache had to be deleted, so I wonder, are

Re: [CMake] Custom cache

2008-02-06 Thread Alexander Neundorf
On Thursday 07 February 2008, Fernando Cacciola wrote: Hi people, As you know (or should know) it is sometimes needed to delete the cache, specially if the system changes and libraries are added, deleted or upgraded. However, some settings are too valuable and its annoying to loose them just

Re: [CMake] Custom cache

2008-02-06 Thread Mike Jackson
can't you load up a pre-cache with cmake on fresh runs? cmake -C. I am assuming you could use a backup copy of your CMakeCache.txt with the changed entries removed as a starting place. Just a guess. Someone can correct me if I am wrong. -- Mike Jackson Senior Research Engineer

Re: [CMake] Custom cache

2008-02-06 Thread Bill Lorensen
vtk and itk make heavy use of ctest scripts ( http://www.cmake.org/Wiki/CMake_Scripting_Of_CTest) to generate/save cache settings. We use them for many of the nightly tests: http://www.itk.org/Testing/Dashboard/MostRecentResults-Nightly/Dashboard.html