summaryrefslogtreecommitdiffstats
path: root/Source
Commit message (Collapse)AuthorAgeFilesLines
* BUG: Sweeping changes to cleanup computation of target names. This shouldBrad King2006-01-1325-1062/+1195
| | | | | | | | | | | | | | | | | | | | | | | | | | | fix many bugs related to target names being computed inconsistently. - Centralized computation of a target's file name to a method in cmTarget. Now that global knowledge is always available the *_CMAKE_PATH cache variables are no longer needed. - Centralized computation of link library command lines and link directory search order. - Moved computation of link directories needed to link CMake targets to be after evaluation of linking dependencies. This also removed alot of duplicate code in which each version had its own bugs. This commit is surrounded by the tags CMake-TargetNameCentralization1-pre and CMake-TargetNameCentralization1-post so make the large set of changes easy to identify.
* ENH: fix for CMakeTmp move broken stuffBill Hoffman2006-01-131-1/+1
|
* STYLE: Nightly Version updateAndy Cedilnik2006-01-131-1/+1
|
* COMP: Remove warningAndy Cedilnik2006-01-122-3/+4
|
* ENH: put CmakeTmp into CMakeFilesKen Martin2006-01-124-7/+7
|
* COMP: Fix compile error that was caused by the binary flagAndy Cedilnik2006-01-121-1/+8
|
* STYLE: Nightly Version updateAndy Cedilnik2006-01-121-1/+1
|
* ENH: Fix compression on WindowsAndy Cedilnik2006-01-121-8/+6
|
* ENH: Add support for binaryAndy Cedilnik2006-01-122-3/+3
|
* ENH: Add a way to specify a custom install commandAndy Cedilnik2006-01-111-43/+58
|
* ENH: Some improvements: specify link, copy msvc libraries, fix install directoryAndy Cedilnik2006-01-111-1/+1
|
* STYLE: Nightly Version updateAndy Cedilnik2006-01-111-1/+1
|
* COMP: Remove legacy code and fix sun buildAndy Cedilnik2006-01-104-33/+0
|
* STYLE: Nightly Version updateAndy Cedilnik2006-01-101-1/+1
|
* ENH: Use specified output file name, also detect errors during installAndy Cedilnik2006-01-091-3/+9
|
* ENH: for all custom commands that can not be given to a target, add them to ↵Bill Hoffman2006-01-095-6/+147
| | | | all targets in the current makefile
* BUG: Fix memory problemAndy Cedilnik2006-01-091-1/+2
|
* ENH: Fix test for cpack variables, add support for icon on windowsAndy Cedilnik2006-01-091-0/+5
|
* STYLE: Nightly Version updateAndy Cedilnik2006-01-091-1/+1
|
* STYLE: Nightly Version updateAndy Cedilnik2006-01-081-1/+1
|
* STYLE: Nightly Version updateAndy Cedilnik2006-01-071-1/+1
|
* ENH: fix missing plist file errorBill Hoffman2006-01-061-5/+7
|
* STYLE: Nightly Version updateAndy Cedilnik2006-01-061-1/+1
|
* BUG: Fix for scanning generated headers included with double-quotes. Also ↵Brad King2006-01-052-5/+35
| | | | fixed double-quote include support to not use the special quoted location when a full path is given on the include line.
* ENH: Added special test 0 to just run a given command line.Brad King2006-01-051-11/+20
|
* ENH: More debugging and work on PackageMaker codeAndy Cedilnik2006-01-052-4/+19
|
* ENH: flush the outputAndy Cedilnik2006-01-051-0/+2
|
* BUG: Use objects that existAndy Cedilnik2006-01-051-1/+1
|
* BUG: Print the right line number to the right pipeAndy Cedilnik2006-01-051-1/+8
|
* BUG: Revert backAndy Cedilnik2006-01-051-5/+2
|
* ENH: fix bundles for Mac and XcodeBill Hoffman2006-01-054-23/+50
|
* STYLE: Nightly Version updateAndy Cedilnik2006-01-051-1/+1
|
* ENH: remove assertBill Hoffman2006-01-041-1/+4
|
* ENH: More CPack stuff and fix zlib compressionAndy Cedilnik2006-01-044-33/+106
|
* ENH: remove debug print stuffBill Hoffman2006-01-041-3/+0
|
* COMP: Do not build tests if build testing is offAndy Cedilnik2006-01-041-25/+25
|
* STYLE: Nightly Version updateAndy Cedilnik2006-01-041-1/+1
|
* ENH: add new cmakedefine01 feature from bug report 2603Bill Hoffman2006-01-032-1/+17
|
* COMP: Remove warningsAndy Cedilnik2006-01-032-7/+1
|
* COMP: Remove warnings on HP-UXAndy Cedilnik2006-01-031-4/+4
|
* STYLE: Nightly Version updateAndy Cedilnik2006-01-031-1/+1
|
* ENH: Start working on CPack input file and cleanupsAndy Cedilnik2006-01-0212-133/+66
|
* COMP: Fix compile errorsAndy Cedilnik2006-01-022-4/+4
|
* ENH: More improvements and add loggingAndy Cedilnik2006-01-0212-91/+524
|
* BUG: fix for bug 2322, use CMAKE_EXECUTABLE_SUFFIX variable for exe suffixBill Hoffman2006-01-021-4/+1
|
* BUG: fix build problem on gccBill Hoffman2006-01-021-2/+3
|
* BUG: fix for bug 2533, make foo/foo.o now works and .o files are in the helpBill Hoffman2006-01-023-9/+26
|
* COMP: Remove warningAndy Cedilnik2006-01-021-1/+1
|
* ENH: change framework orderBill Hoffman2006-01-022-2/+2
|
* COMP: Fix build problemsAndy Cedilnik2006-01-024-21/+37
|