summaryrefslogtreecommitdiffstats
path: root/Source
Commit message (Collapse)AuthorAgeFilesLines
* ENH: Add a way for test to intentionally failAndy Cedilnik2005-09-074-4/+134
|
* STYLE: Nightly Version updateAndy Cedilnik2005-09-061-1/+1
|
* ENH: fix warningsBill Hoffman2005-09-052-2/+1
|
* STYLE: Nightly Version updateAndy Cedilnik2005-09-051-1/+1
|
* STYLE: Nightly Version updateAndy Cedilnik2005-09-041-1/+1
|
* STYLE: Nightly Version updateAndy Cedilnik2005-09-031-1/+1
|
* ENH: add real support for Xcode21Bill Hoffman2005-09-029-31/+342
|
* BUG: not all Macs are case insensitive if they mount nfs directoriesBill Hoffman2005-09-021-2/+2
|
* STYLE: Nightly Version updateAndy Cedilnik2005-09-021-1/+1
|
* ENH: fix NONEBill Hoffman2005-09-011-0/+4
|
* STYLE: Nightly Version updateAndy Cedilnik2005-09-011-1/+1
|
* ENH: Added cygcheck knowledge for --ldd option on Cygwin. Added error ↵Brad King2005-08-311-1/+11
| | | | message for --ldd option when no tool is available but the option was still requested.
* STYLE: Nightly Version updateAndy Cedilnik2005-08-311-1/+1
|
* ENH: use native Deployment and Development directoriesBill Hoffman2005-08-303-6/+28
|
* STYLE: Nightly Version updateAndy Cedilnik2005-08-301-1/+1
|
* STYLE: Nightly Version updateAndy Cedilnik2005-08-291-1/+1
|
* STYLE: Nightly Version updateAndy Cedilnik2005-08-281-1/+1
|
* STYLE: Nightly Version updateAndy Cedilnik2005-08-271-1/+1
|
* COMP: Simplify logic and remove sun compile errorAndy Cedilnik2005-08-261-1/+1
|
* STYLE: Nightly Version updateAndy Cedilnik2005-08-261-1/+1
|
* STYLE: Nightly Version updateAndy Cedilnik2005-08-251-1/+1
|
* BUG: Prevent from creating bogus filesAndy Cedilnik2005-08-241-1/+1
|
* STYLE: Nightly Version updateAndy Cedilnik2005-08-241-1/+1
|
* make sure correct path type is usedBill Hoffman2005-08-231-1/+1
|
* STYLE: Nightly Version updateAndy Cedilnik2005-08-231-1/+1
|
* STYLE: Nightly Version updateAndy Cedilnik2005-08-221-1/+1
|
* STYLE: Nightly Version updateAndy Cedilnik2005-08-211-1/+1
|
* STYLE: Nightly Version updateAndy Cedilnik2005-08-201-1/+1
|
* BUG: Fixed OUTPUT_NAME feature for VS6 generator. It was not working for ↵Brad King2005-08-191-6/+15
| | | | Debug builds and was not paying attention to the executable output path.
* ENH: add support for OUTPUT_NAMEBill Hoffman2005-08-191-7/+24
|
* BUG: If the scanner is not defined this would crash. For example when using ↵Andy Cedilnik2005-08-191-18/+18
| | | | new language
* ENH: Added cmake -E create_symlink command that behaves like ln -s.Brad King2005-08-191-0/+11
|
* STYLE: Nightly Version updateAndy Cedilnik2005-08-191-1/+1
|
* COMP: Add STD namespaceAndy Cedilnik2005-08-181-1/+1
|
* BUG: Fixed dirname in a few cases on windows. Now using ↵Brad King2005-08-181-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 strategyAndy Cedilnik2005-08-182-36/+40
|
* ENH: Set update optionsAndy Cedilnik2005-08-181-0/+3
|
* ENH: Added support for Windows.Brad King2005-08-181-31/+178
|
* COMP: Work-around iterator/const_iterator comparison problem on Borland 5.5.Brad King2005-08-181-1/+2
|
* STYLE: Nightly Version updateAndy Cedilnik2005-08-181-1/+1
|
* BUG: RunSingleCommand should translate NULL characters in the output to ↵Brad King2005-08-171-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 King2005-08-171-28/+26
| | | | logical-to-physical mapping is correct by using realpath.
* ENH: Updated SimpleInstall test to test new versioned executable and ↵Brad King2005-08-171-1/+1
| | | | OUTPUT_NAME support.
* ENH: Added versioned executable support. This partially addresses bug#2143. ↵Brad King2005-08-176-33/+198
| | | | Also made OUTPUT_NAME work when installing executables.
* ENH: Added -E cmake_symlink_executable command to help create symbolic links ↵Brad King2005-08-171-0/+20
| | | | for versioned executables.
* BUG: Do not make a file depend on a virtual target. That causes everything ↵Brad King2005-08-171-8/+0
| | | | to always rebuild.
* ENH: More error regexAndy Cedilnik2005-08-171-0/+1
|
* COMP: Cannot use first/last insertion constructor of std::set because it is ↵Brad King2005-08-171-2/+6
| | | | not available on all platforms.
* ENH: Adding support for automatically adding the OBJECT_DEPENDS for ↵Brad King2005-08-173-13/+109
| | | | generated header files.
* STYLE: Nightly Version updateAndy Cedilnik2005-08-171-1/+1
|