Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | ENH: add real support for Xcode21 | Bill Hoffman | 2005-09-02 | 9 | -31/+342 |
| | |||||
* | BUG: not all Macs are case insensitive if they mount nfs directories | Bill Hoffman | 2005-09-02 | 1 | -2/+2 |
| | |||||
* | STYLE: Nightly Version update | Andy Cedilnik | 2005-09-02 | 1 | -1/+1 |
| | |||||
* | ENH: fix NONE | Bill Hoffman | 2005-09-01 | 1 | -0/+4 |
| | |||||
* | STYLE: Nightly Version update | Andy Cedilnik | 2005-09-01 | 1 | -1/+1 |
| | |||||
* | ENH: Added cygcheck knowledge for --ldd option on Cygwin. Added error ↵ | Brad King | 2005-08-31 | 1 | -1/+11 |
| | | | | message for --ldd option when no tool is available but the option was still requested. | ||||
* | STYLE: Nightly Version update | Andy Cedilnik | 2005-08-31 | 1 | -1/+1 |
| | |||||
* | ENH: use native Deployment and Development directories | Bill Hoffman | 2005-08-30 | 5 | -6/+30 |
| | |||||
* | STYLE: Nightly Version update | Andy Cedilnik | 2005-08-30 | 1 | -1/+1 |
| | |||||
* | ENH: add flags for debug release for aix | Bill Hoffman | 2005-08-29 | 1 | -0/+4 |
| | |||||
* | ENH: Picking better default for CMAKE_INSTALL_PREFIX on Windows by using ↵ | Brad King | 2005-08-29 | 1 | -8/+11 |
| | | | | ProgramFiles environment variable. Now that install actually works on Windows I'm making this entry non-advanced also. | ||||
* | STYLE: Nightly Version update | Andy Cedilnik | 2005-08-29 | 1 | -1/+1 |
| | |||||
* | STYLE: Nightly Version update | Andy Cedilnik | 2005-08-28 | 1 | -1/+1 |
| | |||||
* | STYLE: Nightly Version update | Andy Cedilnik | 2005-08-27 | 1 | -1/+1 |
| | |||||
* | ENH: More paths for java | Andy Cedilnik | 2005-08-26 | 1 | -0/+1 |
| | |||||
* | COMP: Simplify logic and remove sun compile error | Andy Cedilnik | 2005-08-26 | 1 | -1/+1 |
| | |||||
* | STYLE: Nightly Version update | Andy Cedilnik | 2005-08-26 | 1 | -1/+1 |
| | |||||
* | STYLE: Nightly Version update | Andy Cedilnik | 2005-08-25 | 1 | -1/+1 |
| | |||||
* | BUG: Prevent from creating bogus files | Andy Cedilnik | 2005-08-24 | 1 | -1/+1 |
| | |||||
* | STYLE: Nightly Version update | Andy Cedilnik | 2005-08-24 | 1 | -1/+1 |
| | |||||
* | ENH: Added support for finding qt-mtedu, the educational version of Qt. | Brad King | 2005-08-23 | 1 | -2/+2 |
| | |||||
* | make sure correct path type is used | Bill Hoffman | 2005-08-23 | 1 | -1/+1 |
| | |||||
* | STYLE: Nightly Version update | Andy Cedilnik | 2005-08-23 | 1 | -1/+1 |
| | |||||
* | STYLE: Nightly Version update | Andy Cedilnik | 2005-08-22 | 1 | -1/+1 |
| | |||||
* | STYLE: Nightly Version update | Andy Cedilnik | 2005-08-21 | 1 | -1/+1 |
| | |||||
* | STYLE: Nightly Version update | Andy Cedilnik | 2005-08-20 | 1 | -1/+1 |
| | |||||
* | BUG: Fixed OUTPUT_NAME feature for VS6 generator. It was not working for ↵ | Brad King | 2005-08-19 | 2 | -6/+19 |
| | | | | Debug builds and was not paying attention to the executable output path. | ||||
* | BUG: Install rule should take build configuration into account. | Brad King | 2005-08-19 | 2 | -2/+26 |
| | |||||
* | ENH: add support for OUTPUT_NAME | Bill Hoffman | 2005-08-19 | 1 | -7/+24 |
| | |||||
* | BUG: If the scanner is not defined this would crash. For example when using ↵ | Andy Cedilnik | 2005-08-19 | 1 | -18/+18 |
| | | | | new language | ||||
* | ENH: Added cmake -E create_symlink command that behaves like ln -s. | Brad King | 2005-08-19 | 1 | -0/+11 |
| | |||||
* | BUG: Need to test void* not "void *" because the Intel compiler icc expands ↵ | Brad King | 2005-08-19 | 1 | -1/+2 |
| | | | | the asterisk. Thanks to Filipe Sousa for the patch. | ||||
* | BUG: Removing exe VERSION attribute test until it is implemented in the ↵ | Brad King | 2005-08-19 | 2 | -2/+4 |
| | | | | XCode generator. | ||||
* | STYLE: Nightly Version update | Andy Cedilnik | 2005-08-19 | 1 | -1/+1 |
| | |||||
* | COMP: Add STD namespace | Andy Cedilnik | 2005-08-18 | 1 | -1/+1 |
| | |||||
* | 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: Avoid C++ comment in C translation unit. | Brad King | 2005-08-18 | 1 | -1/+1 |
| | |||||
* | 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: It seems the auto-object-depends feature does not work in Visual ↵ | Brad King | 2005-08-17 | 1 | -7/+6 |
| | | | | Studio. I'm restoring the explicit OBJECT_DEPENDS lines. | ||||
* | 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 | 3 | -1/+5 |
| | | | | 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 |
| |