Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | BUG: Changing to a new test for whether to do relative path conversion. Now ↵ | Brad King | 2005-05-16 | 1 | -4/+7 |
| | | | | only paths inside the source or binary trees are converted. | ||||
* | ENH: warning fixes and some first steps in cleaning up the convert code | Ken Martin | 2005-05-13 | 1 | -16/+0 |
| | |||||
* | ENH: added new methods to convert to HomeRelative paths | Ken Martin | 2005-05-11 | 1 | -0/+16 |
| | |||||
* | ENH: Make FindMakeProgram public | Andy Cedilnik | 2005-05-02 | 1 | -3/+8 |
| | |||||
* | ENH: Add option to ignore errors. Only works on make | Andy Cedilnik | 2005-04-29 | 1 | -1/+1 |
| | |||||
* | ENH: Start working on command that will abstract generating of build command | Andy Cedilnik | 2005-04-28 | 1 | -0/+2 |
| | |||||
* | ENH: More ctest changes and move SetupTest to superclass | Andy Cedilnik | 2005-04-01 | 1 | -0/+1 |
| | |||||
* | ENH: big change that includes immediate subdir support, removing the notion ↵ | Ken Martin | 2005-03-18 | 1 | -3/+2 |
| | | | | of inherited commands, makefiles no longer read in the parent makefiles but instead inherit thier parent makefiles current settings | ||||
* | ENH: cleanup by removing all the olf local generate junk that i not longer ↵ | Ken Martin | 2005-03-10 | 1 | -7/+0 |
| | | | | needed | ||||
* | ENH: fix for finding the correct target in the current project | Bill Hoffman | 2005-03-04 | 1 | -1/+1 |
| | |||||
* | ENH: Merged implementations of ConvertToRelative*Path methods. The main ↵ | Brad King | 2005-02-24 | 1 | -0/+18 |
| | | | | ConvertToRelativePath method is now in cmGlobalGenerator. It converts paths only if they are at least inside the deepest common directory between the top-level source and build trees. Each cmLocalGenerator instance calls this global method with its own output directory as the "local" argument from which paths are relative. Added separate ConvertToOptionallyRelative path that pays attention to the CMAKE_USE_RELATIVE_PATHS option. | ||||
* | ENH: ctest now uses CMake global generator to do the build part of ↵ | Ken Martin | 2005-02-22 | 1 | -0/+13 |
| | | | | build-and-test | ||||
* | ENH: depends work between targets | Bill Hoffman | 2005-02-03 | 1 | -0/+3 |
| | |||||
* | ENH: move project map to global generator base | Bill Hoffman | 2005-01-21 | 1 | -1/+5 |
| | |||||
* | BUG: fix for bug 1396, object files could not be used as sources any more | Bill Hoffman | 2004-12-06 | 1 | -0/+1 |
| | |||||
* | ENH: major changes to support addition of languages from cmake modules ↵ | Bill Hoffman | 2004-09-22 | 1 | -1/+14 |
| | | | | directory. | ||||
* | ENH: define language extensions in cmake files and not hard coded, also fix ↵ | Bill Hoffman | 2004-09-03 | 1 | -1/+4 |
| | | | | trycompile problem | ||||
* | ENH: try to initialize all languages at the same time | Bill Hoffman | 2004-08-27 | 1 | -1/+1 |
| | |||||
* | ENH: more uniform approach to enable language, one step closer to being able ↵ | Bill Hoffman | 2004-08-26 | 1 | -1/+2 |
| | | | | to enable a language without modifing cmake source code | ||||
* | BUG: CMAKE_TRY_COMPILE_CONFIGURATION should be obtained from the cmMakefile ↵ | Brad King | 2004-08-04 | 1 | -1/+1 |
| | | | | instance for the listfile containing the TRY_COMPILE call, not the top level listfile. | ||||
* | ENH: add new subdirectory exclude from top option | Bill Hoffman | 2004-03-09 | 1 | -0/+2 |
| | |||||
* | ENH: add the unix makefile generator as an option from the windows GUI, this ↵ | Bill Hoffman | 2003-08-21 | 1 | -0/+2 |
| | | | | builds with mingw, cygwin, and combinations of make cl, bcc32 | ||||
* | ENH: Use the new RunCommand | Andy Cedilnik | 2003-08-04 | 1 | -0/+1 |
| | |||||
* | ENH: Registered global generators are now kept in a table in the cmake ↵ | Brad King | 2003-07-08 | 1 | -1/+4 |
| | | | | instance. Added support for documentation with a Generators section. | ||||
* | ENH: add a new command that allows exports of library dependencies from a ↵ | Bill Hoffman | 2003-01-20 | 1 | -0/+2 |
| | | | | project to a file | ||||
* | fix bug in env settings | Ken Martin | 2003-01-09 | 1 | -2/+0 |
| | |||||
* | restore the environment for cxx and cc in global generator | Bill Hoffman | 2003-01-09 | 1 | -0/+2 |
| | |||||
* | ENH: unify EnableLanguage across all generators | Bill Hoffman | 2002-12-05 | 1 | -1/+2 |
| | |||||
* | Complete rework of makefile generators expect trouble | Bill Hoffman | 2002-11-08 | 1 | -2/+3 |
| | |||||
* | ENH: Added reference to Copyright.txt. Removed old reference to ITK ↵ | Brad King | 2002-10-23 | 1 | -3/+3 |
| | | | | copyright. Changed program name to CMake instead of Insight in source file header. Also removed tabs. | ||||
* | added progress | Ken Martin | 2002-09-26 | 1 | -1/+1 |
| | |||||
* | Add option of TRY_COMPILE to store the output of compilation so that if the ↵ | Andy Cedilnik | 2002-09-20 | 1 | -1/+2 |
| | | | | output fails you can display it or store it in the file | ||||
* | better trycompile and enable langiages | Ken Martin | 2002-09-13 | 1 | -1/+6 |
| | |||||
* | modified TryCompile | Ken Martin | 2002-09-10 | 1 | -1/+1 |
| | |||||
* | updates | Ken Martin | 2002-09-04 | 1 | -0/+1 |
| | |||||
* | in progress checkin | Ken Martin | 2002-08-30 | 1 | -0/+105 |