summaryrefslogtreecommitdiffstats
path: root/Source/cmBuildCommand.cxx
Commit message (Collapse)AuthorAgeFilesLines
* ENH: Pass -C flag to cmake to generate the apropriate build commandAndy Cedilnik2006-07-091-1/+7
|
* BUG: cmGlobalGenerator::Build should not always use the /fast target name ↵Brad King2006-06-011-1/+1
| | | | because dependency checking is often required. It now takes an argument specifying whether to use the /fast target name, and the argument is currently only true for try-compiles.
* STYLE: some m_ to this-> cleanupKen Martin2006-03-151-7/+6
|
* STYLE: Fix some style issuesAndy Cedilnik2006-03-101-4/+5
|
* ENH: Add a way for the generated command to include extra flags. This is ↵Andy Cedilnik2005-12-011-34/+3
| | | | useful for CTest (or try compile) to add -j2
* ENH: Remove the old codeAndy Cedilnik2005-05-101-2/+5
|
* ENH: Try to see if GenerateBuildCommand produces apropriate resultAndy Cedilnik2005-04-291-4/+10
|
* fix for xcodeBill Hoffman2005-03-231-3/+2
|
* 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.
* ENH: expand variables in arguments before the commands get themBill Hoffman2002-03-051-1/+0
|
* ENH: dot net almost workingBill Hoffman2002-02-251-0/+10
|
* ENH:Updated copyrightWill Schroeder2002-01-211-29/+5
|
* no messageSebastien Barre2002-01-181-1/+0
|
* use -i not -k for makeBill Hoffman2001-12-151-1/+1
|
* fix warning for Borland buildSebastien Barre2001-11-301-4/+1
|
* closer to nmake working, added CMAKE_MAKE_COMMAND instead of MAKECOMMAND ↵Bill Hoffman2001-11-151-2/+4
| | | | used by Dart, nmake makefiles work with borland make and nmake
* ENH: change InitialPass to take a const reference to the argument string, to ↵Bill Hoffman2001-09-201-2/+2
| | | | avoid changes to the file cache
* ENH: Added a clause for Borland compiler compatibilityJohn Biddiscombe2001-09-011-0/+7
|
* ENH: big change, only allow commands access to the cache via the cmMakefile ↵Bill Hoffman2001-08-081-7/+6
| | | | class and GetDefinition, also the cmMakefile is the only way for commands to add to the cache. Also, some changes to configure.in that check for for scoping
* modified how paths are escaped, added dependsKen Martin2001-06-261-1/+1
|
* ENH: rename Invoke to InitialPassBill Hoffman2001-06-061-1/+1
|
* Changed Windows build command to build ReleaseJim Miller2001-05-241-1/+1
|
* ENH: move testing stuff to cmake from configure, good bye dashboard... :)Bill Hoffman2001-05-041-0/+84