summaryrefslogtreecommitdiffstats
path: root/Tests
Commit message (Collapse)AuthorAgeFilesLines
* ENH: Use target property for INSTALL_RPATH of SimpleInstall so that it is ↵Brad King2006-02-162-6/+8
| | | | the only one that needs to relink.
* ENH: Implemented RPATH specification support. It is documented by the ↵Brad King2006-02-162-0/+6
| | | | command SET_TARGET_PROPERTIES.
* COMP: Fixed form of function main.Brad King2006-02-141-2/+2
|
* ENH: Added test for IF(DEFINED ENV{var})(.Brad King2006-02-101-0/+7
|
* ENH: Add initial implementation of the list commandAndy Cedilnik2006-02-102-0/+60
|
* ENH: Added INSTALL command as a placeholder for a future generic install ↵Brad King2006-02-106-0/+56
| | | | specification interface. Currently it supports only a SCRIPT option specifying a script to run during the install stage.
* ENH: Strengthened EXECUTE_PROCESS output check test.Brad King2006-02-103-12/+12
|
* ENH: fix test to work with in source buildBill Hoffman2006-02-102-1/+1
|
* BUG: Avoid case problems on windows.Brad King2006-02-093-0/+27
|
* ENH: add test for working directory of custom command and targetBill Hoffman2006-02-083-0/+35
|
* ENH: Added test for new EXECUTE_PROCESS command.Brad King2006-02-033-0/+69
|
* ENH: add COMPILE_FLAGS to targetsBill Hoffman2006-01-259-12/+87
|
* ENH: more fixes for watcomBill Hoffman2006-01-173-21/+30
|
* ENH: add support for watcom wmake and wcl386Bill Hoffman2006-01-1717-177/+293
|
* BUG: Sweeping changes to cleanup computation of target names. This shouldBrad King2006-01-133-36/+33
| | | | | | | | | | | | | | | | | | | | | | | | | | | 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: put CmakeTmp into CMakeFilesKen Martin2006-01-121-6/+8
|
* 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-093-4/+30
| | | | all targets in the current makefile
* ENH: add new cmakedefine01 feature from bug report 2603Bill Hoffman2006-01-039-3/+60
|
* BUG: force EXECUABLE and LIBRARY output paths so bad cache entries do not ↵Bill Hoffman2006-01-022-4/+4
| | | | fail tests
* BUG: Flush the EXECUTABLE and LIBRARY output path to internalAndy Cedilnik2006-01-023-6/+6
|
* ENH: Simplified ln command to use relative path in symlink.Brad King2005-12-311-1/+1
|
* ENH: Add testing of symlinks tooAndy Cedilnik2005-12-301-3/+3
|
* ENH: Add a tar testAndy Cedilnik2005-12-302-0/+63
|
* BUG: Now really fix the testAndy Cedilnik2005-12-293-3/+3
|
* COMP: Fix testAndy Cedilnik2005-12-293-0/+3
|
* COMP: Fix complex test and fix bootstrapAndy Cedilnik2005-12-283-3/+3
|
* BUG: Fix testAndy Cedilnik2005-12-152-2/+2
|
* COMP: Need target-level dependency from wrapper targets on Wrap executable ↵Brad King2005-11-171-0/+3
| | | | target.
* BUG: Fixed support for external object files built by custom commands. Also ↵Brad King2005-11-171-1/+10
| | | | added a test to keep it working.
* ENH: some fixesKen Martin2005-11-106-1/+8
|
* ENH: some fixesKen Martin2005-11-105-13/+13
|
* STYLE: fix spellingKen Martin2005-11-101-1/+1
|
* ENH: step 5Ken Martin2005-11-107-0/+216
|
* ENH: step 4Ken Martin2005-11-106-0/+152
|
* ENH: step 3Ken Martin2005-11-106-0/+138
|
* ENH: checkeed in step 1 and 2Ken Martin2005-11-099-0/+144
|
* ENH: More testsAndy Cedilnik2005-10-181-0/+3
|
* ENH: Add math testAndy Cedilnik2005-10-173-0/+52
|
* ENH: Add String length and substringAndy Cedilnik2005-10-172-0/+9
|
* ENH: Add regular string replace (not regex), and relative path command. Also ↵Andy Cedilnik2005-10-172-0/+7
| | | | add tests
* ENH: increase coverage in loaded commandsKen Martin2005-09-204-12/+42
|
* ENH: test get directory properties ability to get props from subdirsKen Martin2005-09-134-5/+26
|
* ENH: convert to work with the new syntax for ADD_SUBDIRECTORYKen Martin2005-09-121-2/+1
|
* ENH: more qt changesBill Hoffman2005-09-121-2/+1
|
* ENH: clean up the find qt stuff someBill Hoffman2005-09-101-1/+1
|
* ENH: use native Deployment and Development directoriesBill Hoffman2005-08-302-0/+2
|
* BUG: Install rule should take build configuration into account.Brad King2005-08-192-2/+26
|
* BUG: Removing exe VERSION attribute test until it is implemented in the ↵Brad King2005-08-192-2/+4
| | | | XCode generator.
* COMP: Avoid C++ comment in C translation unit.Brad King2005-08-181-1/+1
|