summaryrefslogtreecommitdiffstats
path: root/Source/cmGlobalGenerator.h
Commit message (Collapse)AuthorAgeFilesLines
* BUG: Changing to a new test for whether to do relative path conversion. Now ↵Brad King2005-05-161-4/+7
| | | | only paths inside the source or binary trees are converted.
* ENH: warning fixes and some first steps in cleaning up the convert codeKen Martin2005-05-131-16/+0
|
* ENH: added new methods to convert to HomeRelative pathsKen Martin2005-05-111-0/+16
|
* ENH: Make FindMakeProgram publicAndy Cedilnik2005-05-021-3/+8
|
* ENH: Add option to ignore errors. Only works on makeAndy Cedilnik2005-04-291-1/+1
|
* ENH: Start working on command that will abstract generating of build commandAndy Cedilnik2005-04-281-0/+2
|
* ENH: More ctest changes and move SetupTest to superclassAndy Cedilnik2005-04-011-0/+1
|
* ENH: big change that includes immediate subdir support, removing the notion ↵Ken Martin2005-03-181-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 Martin2005-03-101-7/+0
| | | | needed
* ENH: fix for finding the correct target in the current projectBill Hoffman2005-03-041-1/+1
|
* ENH: Merged implementations of ConvertToRelative*Path methods. The main ↵Brad King2005-02-241-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 Martin2005-02-221-0/+13
| | | | build-and-test
* ENH: depends work between targetsBill Hoffman2005-02-031-0/+3
|
* ENH: move project map to global generator baseBill Hoffman2005-01-211-1/+5
|
* BUG: fix for bug 1396, object files could not be used as sources any moreBill Hoffman2004-12-061-0/+1
|
* ENH: major changes to support addition of languages from cmake modules ↵Bill Hoffman2004-09-221-1/+14
| | | | directory.
* ENH: define language extensions in cmake files and not hard coded, also fix ↵Bill Hoffman2004-09-031-1/+4
| | | | trycompile problem
* ENH: try to initialize all languages at the same timeBill Hoffman2004-08-271-1/+1
|
* ENH: more uniform approach to enable language, one step closer to being able ↵Bill Hoffman2004-08-261-1/+2
| | | | to enable a language without modifing cmake source code
* BUG: CMAKE_TRY_COMPILE_CONFIGURATION should be obtained from the cmMakefile ↵Brad King2004-08-041-1/+1
| | | | instance for the listfile containing the TRY_COMPILE call, not the top level listfile.
* ENH: add new subdirectory exclude from top optionBill Hoffman2004-03-091-0/+2
|
* ENH: add the unix makefile generator as an option from the windows GUI, this ↵Bill Hoffman2003-08-211-0/+2
| | | | builds with mingw, cygwin, and combinations of make cl, bcc32
* ENH: Use the new RunCommandAndy Cedilnik2003-08-041-0/+1
|
* ENH: Registered global generators are now kept in a table in the cmake ↵Brad King2003-07-081-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 Hoffman2003-01-201-0/+2
| | | | project to a file
* fix bug in env settingsKen Martin2003-01-091-2/+0
|
* restore the environment for cxx and cc in global generatorBill Hoffman2003-01-091-0/+2
|
* ENH: unify EnableLanguage across all generatorsBill Hoffman2002-12-051-1/+2
|
* Complete rework of makefile generators expect troubleBill Hoffman2002-11-081-2/+3
|
* ENH: Added reference to Copyright.txt. Removed old reference to ITK ↵Brad King2002-10-231-3/+3
| | | | copyright. Changed program name to CMake instead of Insight in source file header. Also removed tabs.
* added progressKen Martin2002-09-261-1/+1
|
* Add option of TRY_COMPILE to store the output of compilation so that if the ↵Andy Cedilnik2002-09-201-1/+2
| | | | output fails you can display it or store it in the file
* better trycompile and enable langiagesKen Martin2002-09-131-1/+6
|
* modified TryCompileKen Martin2002-09-101-1/+1
|
* updatesKen Martin2002-09-041-0/+1
|
* in progress checkinKen Martin2002-08-301-0/+105