summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* ENH: fix for iccBill Hoffman2006-01-171-1/+0
|
* BUG: revert such that it should workKen Martin2006-01-171-2/+2
|
* ENH: more fixes for watcomBill Hoffman2006-01-173-21/+30
|
* ENH: add support for watcom wmake and wcl386Bill Hoffman2006-01-1749-474/+979
|
* ENH: correct standard librariesBill Hoffman2006-01-171-0/+2
|
* STYLE: Nightly Version updateAndy Cedilnik2006-01-171-1/+1
|
* COMP: wrapped compat.h inside a extern C block so that we can use it in C++ codeYogi Girdhar2006-01-161-1/+7
|
* STYLE: Nightly Version updateAndy Cedilnik2006-01-161-1/+1
|
* STYLE: Nightly Version updateAndy Cedilnik2006-01-151-1/+1
|
* COMP: Fixed shadowed variable warning.Brad King2006-01-141-4/+4
|
* STYLE: Nightly Version updateAndy Cedilnik2006-01-141-1/+1
|
* ENH: Further centralized custom command dependency computation. Custom ↵Brad King2006-01-144-70/+41
| | | | command dependencies in the source tree may now also be specified relative to the source directory.
* BUG: Removed bogust dependency.Brad King2006-01-141-1/+0
|
* COMP: Removed unused variables.Brad King2006-01-142-17/+0
|
* COMP: Removed unused paramter from cmLocalGenerator::OutputLinkLibraries.Brad King2006-01-133-6/+5
|
* BUG: Sweeping changes to cleanup computation of target names. This shouldBrad King2006-01-1328-1098/+1228
| | | | | | | | | | | | | | | | | | | | | | | | | | | 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-133-4/+5
|
* ENH: fix checktypesizeBill Hoffman2006-01-132-2/+4
|
* STYLE: Nightly Version updateAndy Cedilnik2006-01-131-1/+1
|
* ENH: move define into configured file and do not use the command lineBill Hoffman2006-01-132-4/+3
|
* COMP: Remove warningAndy Cedilnik2006-01-122-3/+4
|
* ENH: put CmakeTmp into CMakeFilesKen Martin2006-01-1219-52/+54
|
* ENH: contribution from Jan WoetzelBill Hoffman2006-01-121-191/+469
|
* 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-115-3/+37
|
* 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-092-4/+10
|
* ENH: Pass CPACK_PACKAGE_FILE_NAMEAndy Cedilnik2006-01-091-0/+2
|
* ENH: CleanupAndy Cedilnik2006-01-091-3/+5
|
* BUG: Allow spaces in pathAndy Cedilnik2006-01-091-1/+1
|
* ENH: add test for generated headerBill Hoffman2006-01-093-0/+16
|
* ENH: for all custom commands that can not be given to a target, add them to ↵Bill Hoffman2006-01-098-10/+177
| | | | all targets in the current makefile
* STYLE: Add an explanation for a bunch of backslashesAndy Cedilnik2006-01-091-0/+2
|
* BUG: Fix memory problemAndy Cedilnik2006-01-091-1/+2
|
* ENH:Bill Hoffman2006-01-092-3/+3
|
* ENH: add qt quiet stuffBill Hoffman2006-01-092-7/+16
|
* ENH: Fix test for cpack variables, add support for icon on windowsAndy Cedilnik2006-01-094-2/+17
|
* 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
|
* COMP: Try to remove more warningsAndy Cedilnik2006-01-061-4/+4
|
* 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.