Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | BUG: Fixed dirname in a few cases on windows. Now using ↵ | Brad King | 2005-08-18 | 1 | -12/+21 |
| | | | | KWSYS_SHARED_FORWARD_CONFIG_NAME setting instead of CMAKE_INTDIR directly to give choice to user code. Updated documentation to include @KWSYS_NAMESPACE@_SHARED_FORWARD_CONFIG_NAME, @KWSYS_NAMESPACE@_SHARED_FORWARD_OPTION_PRINT, and @KWSYS_NAMESPACE@_SHARED_FORWARD_OPTION_LDD settings. | ||||
* | ENH: Improve log file strategy | Andy Cedilnik | 2005-08-18 | 2 | -36/+40 |
| | |||||
* | ENH: Set update options | Andy Cedilnik | 2005-08-18 | 1 | -0/+3 |
| | |||||
* | ENH: Added support for Windows. | Brad King | 2005-08-18 | 1 | -31/+178 |
| | |||||
* | COMP: Work-around iterator/const_iterator comparison problem on Borland 5.5. | Brad King | 2005-08-18 | 1 | -1/+2 |
| | |||||
* | STYLE: Nightly Version update | Andy Cedilnik | 2005-08-18 | 1 | -1/+1 |
| | |||||
* | BUG: RunSingleCommand should translate NULL characters in the output to ↵ | Brad King | 2005-08-17 | 1 | -0/+13 |
| | | | | valid text. This should fix the missing-output problem caused by NULL-characters in VS build output. | ||||
* | BUG: Automatic pwd/cwd path translation must check that the generated ↵ | Brad King | 2005-08-17 | 1 | -28/+26 |
| | | | | logical-to-physical mapping is correct by using realpath. | ||||
* | ENH: Updated SimpleInstall test to test new versioned executable and ↵ | Brad King | 2005-08-17 | 1 | -1/+1 |
| | | | | OUTPUT_NAME support. | ||||
* | ENH: Added versioned executable support. This partially addresses bug#2143. ↵ | Brad King | 2005-08-17 | 6 | -33/+198 |
| | | | | Also made OUTPUT_NAME work when installing executables. | ||||
* | ENH: Added -E cmake_symlink_executable command to help create symbolic links ↵ | Brad King | 2005-08-17 | 1 | -0/+20 |
| | | | | for versioned executables. | ||||
* | BUG: Do not make a file depend on a virtual target. That causes everything ↵ | Brad King | 2005-08-17 | 1 | -8/+0 |
| | | | | to always rebuild. | ||||
* | ENH: More error regex | Andy Cedilnik | 2005-08-17 | 1 | -0/+1 |
| | |||||
* | COMP: Cannot use first/last insertion constructor of std::set because it is ↵ | Brad King | 2005-08-17 | 1 | -2/+6 |
| | | | | not available on all platforms. | ||||
* | ENH: Adding support for automatically adding the OBJECT_DEPENDS for ↵ | Brad King | 2005-08-17 | 3 | -13/+109 |
| | | | | generated header files. | ||||
* | STYLE: Nightly Version update | Andy Cedilnik | 2005-08-17 | 1 | -1/+1 |
| | |||||
* | STYLE: Nightly Version update | Andy Cedilnik | 2005-08-16 | 1 | -1/+1 |
| | |||||
* | STYLE: Nightly Version update | Andy Cedilnik | 2005-08-15 | 1 | -1/+1 |
| | |||||
* | STYLE: Nightly Version update | Andy Cedilnik | 2005-08-14 | 1 | -1/+1 |
| | |||||
* | STYLE: Nightly Version update | Andy Cedilnik | 2005-08-13 | 1 | -1/+1 |
| | |||||
* | STYLE: Nightly Version update | Andy Cedilnik | 2005-08-12 | 1 | -1/+1 |
| | |||||
* | ENH: added better error checking for cases when there is a CMakeCache.txt ↵ | Ken Martin | 2005-08-11 | 2 | -14/+46 |
| | | | | file but it is not readable | ||||
* | STYLE: Nightly Version update | Andy Cedilnik | 2005-08-11 | 1 | -1/+1 |
| | |||||
* | Implemented new parser which can handle: | Jorgen Bodde | 2005-08-10 | 3 | -42/+74 |
| | | | | | -G"generator" (legacy format) -G "generator" (new format) | ||||
* | ENH: fix bug 2087 lib prefix stripped off on windows | Bill Hoffman | 2005-08-10 | 4 | -7/+32 |
| | |||||
* | STYLE: Nightly Version update | Andy Cedilnik | 2005-08-10 | 1 | -1/+1 |
| | |||||
* | ENH: fix bug in depend file removing for deleted depend files | Bill Hoffman | 2005-08-10 | 1 | -2/+3 |
| | |||||
* | Implemented -G option | Jorgen Bodde | 2005-08-09 | 4 | -102/+90 |
| | |||||
* | BUG: do not search the user's path for text executables when a full path is ↵ | Ken Martin | 2005-08-09 | 1 | -2/+17 |
| | | | | provided to the test | ||||
* | STYLE: Nightly Version update | Andy Cedilnik | 2005-08-09 | 1 | -1/+1 |
| | |||||
* | BUG: fix for sun make with spaces | Ken Martin | 2005-08-09 | 1 | -2/+2 |
| | |||||
* | Started on command line parsing, added string parse method for default generator | Jorgen Bodde | 2005-08-08 | 6 | -253/+302 |
| | |||||
* | ENH: have the build.make file include flags.make and use the language flags | Ken Martin | 2005-08-08 | 1 | -26/+13 |
| | |||||
* | ENH: fix for earlier fix on source with relative path | Ken Martin | 2005-08-08 | 1 | -1/+1 |
| | |||||
* | BUG: Do not convert SOURCE argument from relative to full path. It breaks ↵ | Brad King | 2005-08-08 | 1 | -1/+6 |
| | | | | the old-style SOURCE==TARGET trick and the SOURCE argument is only present for old-style commands anyway. This addresses bug#2120. | ||||
* | BUG: Do not escape CMAKE_COMMAND twice. | Brad King | 2005-08-08 | 1 | -2/+1 |
| | |||||
* | ENH: fix and issue with spaces in paths | Ken Martin | 2005-08-08 | 1 | -0/+3 |
| | |||||
* | STYLE: Nightly Version update | Andy Cedilnik | 2005-08-08 | 1 | -1/+1 |
| | |||||
* | BUG: When exiting before the configure step in script mode we must account ↵ | Brad King | 2005-08-08 | 1 | -1/+8 |
| | | | | for cmSystemTools::GetErrorOccuredFlag() for the return code. | ||||
* | STYLE: Nightly Version update | Andy Cedilnik | 2005-08-07 | 1 | -1/+1 |
| | |||||
* | STYLE: Nightly Version update | Andy Cedilnik | 2005-08-06 | 1 | -1/+1 |
| | |||||
* | ENH: fix warning | Ken Martin | 2005-08-05 | 3 | -7/+7 |
| | |||||
* | ENH: some fixes for cwd problems with rebuild_cache option | Ken Martin | 2005-08-05 | 1 | -17/+16 |
| | |||||
* | STYLE: Nightly Version update | Andy Cedilnik | 2005-08-05 | 1 | -1/+1 |
| | |||||
* | ENH: If VTK_LIBRARY_PROPERTIES is set then the properties it lists will be ↵ | Brad King | 2005-08-04 | 1 | -0/+14 |
| | | | | added to VTK library targets with SET_TARGET_PROPERTIES. This will be useful to enable shared library versioning. | ||||
* | STYLE: Nightly Version update | Andy Cedilnik | 2005-08-04 | 1 | -1/+1 |
| | |||||
* | ENH: Clarified documentation further. | Brad King | 2005-08-03 | 1 | -5/+10 |
| | |||||
* | ENH: More build errors | Andy Cedilnik | 2005-08-03 | 1 | -1/+1 |
| | |||||
* | ENH: More handling of gcov 4.0 | Andy Cedilnik | 2005-08-03 | 1 | -1/+1 |
| | |||||
* | ENH: More support for gcov 4.0 | Andy Cedilnik | 2005-08-03 | 1 | -1/+1 |
| |