summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* 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 test for auto-object-depends feature. It has been tested with ↵Brad King2005-08-173-2/+20
| | | | the Makefile generator. Hopefully this will work for the Visual Studio and XCode generators.
* 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
|
* ENH: file is now configuredBill Hoffman2005-08-161-767/+0
|
* STYLE: Nightly Version updateAndy Cedilnik2005-08-161-1/+1
|
* STYLE: Nightly Version updateAndy Cedilnik2005-08-151-1/+1
|
* STYLE: Nightly Version updateAndy Cedilnik2005-08-141-1/+1
|
* STYLE: Nightly Version updateAndy Cedilnik2005-08-131-1/+1
|
* STYLE: Nightly Version updateAndy Cedilnik2005-08-121-1/+1
|
* ENH: added better error checking for cases when there is a CMakeCache.txt ↵Ken Martin2005-08-112-14/+46
| | | | file but it is not readable
* STYLE: Nightly Version updateAndy Cedilnik2005-08-111-1/+1
|
* Implemented new parser which can handle:Jorgen Bodde2005-08-103-42/+74
| | | | | -G"generator" (legacy format) -G "generator" (new format)
* ENH: fix bug 2087 lib prefix stripped off on windowsBill Hoffman2005-08-107-7/+35
|
* ENH: some clean up from ClintonBill Hoffman2005-08-101-2/+1
|
* ENH: add Eric Wings FindSDL updatesBill Hoffman2005-08-107-2/+413
|
* STYLE: Nightly Version updateAndy Cedilnik2005-08-101-1/+1
|
* ENH: fix bug in depend file removing for deleted depend filesBill Hoffman2005-08-101-2/+3
|
* ENH: fixed up qt stuff from Clinton StimpsonBill Hoffman2005-08-102-50/+42
|
* Implemented -G optionJorgen Bodde2005-08-094-102/+90
|
* BUG: do not search the user's path for text executables when a full path is ↵Ken Martin2005-08-091-2/+17
| | | | provided to the test
* STYLE: Nightly Version updateAndy Cedilnik2005-08-091-1/+1
|
* BUG: fix for sun make with spacesKen Martin2005-08-091-2/+2
|
* Started on command line parsing, added string parse method for default generatorJorgen Bodde2005-08-086-253/+302
|
* ENH: have the build.make file include flags.make and use the language flagsKen Martin2005-08-081-26/+13
|
* ENH: fix for earlier fix on source with relative pathKen Martin2005-08-081-1/+1
|
* BUG: Do not convert SOURCE argument from relative to full path. It breaks ↵Brad King2005-08-081-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: Need TSD target to be built before SimpleInstall.Brad King2005-08-082-8/+10
|
* BUG: Do not escape CMAKE_COMMAND twice.Brad King2005-08-081-2/+1
|
* ENH: fix and issue with spaces in pathsKen Martin2005-08-081-0/+3
|
* STYLE: Nightly Version updateAndy Cedilnik2005-08-081-1/+1
|
* BUG: When exiting before the configure step in script mode we must account ↵Brad King2005-08-081-1/+8
| | | | for cmSystemTools::GetErrorOccuredFlag() for the return code.
* STYLE: Nightly Version updateAndy Cedilnik2005-08-071-1/+1
|
* STYLE: Nightly Version updateAndy Cedilnik2005-08-061-1/+1
|
* ENH: fix warningKen Martin2005-08-053-7/+7
|
* ENH: some fixes for cwd problems with rebuild_cache optionKen Martin2005-08-051-17/+16
|
* STYLE: Nightly Version updateAndy Cedilnik2005-08-051-1/+1
|
* ENH: If VTK_LIBRARY_PROPERTIES is set then the properties it lists will be ↵Brad King2005-08-041-0/+14
| | | | added to VTK library targets with SET_TARGET_PROPERTIES. This will be useful to enable shared library versioning.
* STYLE: Nightly Version updateAndy Cedilnik2005-08-041-1/+1
|
* ENH: Clarified documentation further.Brad King2005-08-031-5/+10
|
* ENH: More build errorsAndy Cedilnik2005-08-031-1/+1
|
* ENH: More handling of gcov 4.0Andy Cedilnik2005-08-031-1/+1
|
* ENH: More support for gcov 4.0Andy Cedilnik2005-08-031-1/+1
|
* ENH: Initial importAndy Cedilnik2005-08-032-0/+244
|
* STYLE: Fix typoAndy Cedilnik2005-08-032-217/+20
|
* ENH: Add support for the new gcc that uses files with extension .gcdaAndy Cedilnik2005-08-031-1/+5
|