Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | BUG: Sweeping changes to cleanup computation of target names. This should | Brad King | 2006-01-13 | 25 | -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 stuff | Bill Hoffman | 2006-01-13 | 1 | -1/+1 |
| | |||||
* | STYLE: Nightly Version update | Andy Cedilnik | 2006-01-13 | 1 | -1/+1 |
| | |||||
* | COMP: Remove warning | Andy Cedilnik | 2006-01-12 | 2 | -3/+4 |
| | |||||
* | ENH: put CmakeTmp into CMakeFiles | Ken Martin | 2006-01-12 | 4 | -7/+7 |
| | |||||
* | COMP: Fix compile error that was caused by the binary flag | Andy Cedilnik | 2006-01-12 | 1 | -1/+8 |
| | |||||
* | STYLE: Nightly Version update | Andy Cedilnik | 2006-01-12 | 1 | -1/+1 |
| | |||||
* | ENH: Fix compression on Windows | Andy Cedilnik | 2006-01-12 | 1 | -8/+6 |
| | |||||
* | ENH: Add support for binary | Andy Cedilnik | 2006-01-12 | 2 | -3/+3 |
| | |||||
* | ENH: Add a way to specify a custom install command | Andy Cedilnik | 2006-01-11 | 1 | -43/+58 |
| | |||||
* | ENH: Some improvements: specify link, copy msvc libraries, fix install directory | Andy Cedilnik | 2006-01-11 | 1 | -1/+1 |
| | |||||
* | STYLE: Nightly Version update | Andy Cedilnik | 2006-01-11 | 1 | -1/+1 |
| | |||||
* | COMP: Remove legacy code and fix sun build | Andy Cedilnik | 2006-01-10 | 4 | -33/+0 |
| | |||||
* | STYLE: Nightly Version update | Andy Cedilnik | 2006-01-10 | 1 | -1/+1 |
| | |||||
* | ENH: Use specified output file name, also detect errors during install | Andy Cedilnik | 2006-01-09 | 1 | -3/+9 |
| | |||||
* | ENH: for all custom commands that can not be given to a target, add them to ↵ | Bill Hoffman | 2006-01-09 | 5 | -6/+147 |
| | | | | all targets in the current makefile | ||||
* | BUG: Fix memory problem | Andy Cedilnik | 2006-01-09 | 1 | -1/+2 |
| | |||||
* | ENH: Fix test for cpack variables, add support for icon on windows | Andy Cedilnik | 2006-01-09 | 1 | -0/+5 |
| | |||||
* | STYLE: Nightly Version update | Andy Cedilnik | 2006-01-09 | 1 | -1/+1 |
| | |||||
* | STYLE: Nightly Version update | Andy Cedilnik | 2006-01-08 | 1 | -1/+1 |
| | |||||
* | STYLE: Nightly Version update | Andy Cedilnik | 2006-01-07 | 1 | -1/+1 |
| | |||||
* | ENH: fix missing plist file error | Bill Hoffman | 2006-01-06 | 1 | -5/+7 |
| | |||||
* | STYLE: Nightly Version update | Andy Cedilnik | 2006-01-06 | 1 | -1/+1 |
| | |||||
* | BUG: Fix for scanning generated headers included with double-quotes. Also ↵ | Brad King | 2006-01-05 | 2 | -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 King | 2006-01-05 | 1 | -11/+20 |
| | |||||
* | ENH: More debugging and work on PackageMaker code | Andy Cedilnik | 2006-01-05 | 2 | -4/+19 |
| | |||||
* | ENH: flush the output | Andy Cedilnik | 2006-01-05 | 1 | -0/+2 |
| | |||||
* | BUG: Use objects that exist | Andy Cedilnik | 2006-01-05 | 1 | -1/+1 |
| | |||||
* | BUG: Print the right line number to the right pipe | Andy Cedilnik | 2006-01-05 | 1 | -1/+8 |
| | |||||
* | BUG: Revert back | Andy Cedilnik | 2006-01-05 | 1 | -5/+2 |
| | |||||
* | ENH: fix bundles for Mac and Xcode | Bill Hoffman | 2006-01-05 | 4 | -23/+50 |
| | |||||
* | STYLE: Nightly Version update | Andy Cedilnik | 2006-01-05 | 1 | -1/+1 |
| | |||||
* | ENH: remove assert | Bill Hoffman | 2006-01-04 | 1 | -1/+4 |
| | |||||
* | ENH: More CPack stuff and fix zlib compression | Andy Cedilnik | 2006-01-04 | 4 | -33/+106 |
| | |||||
* | ENH: remove debug print stuff | Bill Hoffman | 2006-01-04 | 1 | -3/+0 |
| | |||||
* | COMP: Do not build tests if build testing is off | Andy Cedilnik | 2006-01-04 | 1 | -25/+25 |
| | |||||
* | STYLE: Nightly Version update | Andy Cedilnik | 2006-01-04 | 1 | -1/+1 |
| | |||||
* | ENH: add new cmakedefine01 feature from bug report 2603 | Bill Hoffman | 2006-01-03 | 2 | -1/+17 |
| | |||||
* | COMP: Remove warnings | Andy Cedilnik | 2006-01-03 | 2 | -7/+1 |
| | |||||
* | COMP: Remove warnings on HP-UX | Andy Cedilnik | 2006-01-03 | 1 | -4/+4 |
| | |||||
* | STYLE: Nightly Version update | Andy Cedilnik | 2006-01-03 | 1 | -1/+1 |
| | |||||
* | ENH: Start working on CPack input file and cleanups | Andy Cedilnik | 2006-01-02 | 12 | -133/+66 |
| | |||||
* | COMP: Fix compile errors | Andy Cedilnik | 2006-01-02 | 2 | -4/+4 |
| | |||||
* | ENH: More improvements and add logging | Andy Cedilnik | 2006-01-02 | 12 | -91/+524 |
| | |||||
* | BUG: fix for bug 2322, use CMAKE_EXECUTABLE_SUFFIX variable for exe suffix | Bill Hoffman | 2006-01-02 | 1 | -4/+1 |
| | |||||
* | BUG: fix build problem on gcc | Bill Hoffman | 2006-01-02 | 1 | -2/+3 |
| | |||||
* | BUG: fix for bug 2533, make foo/foo.o now works and .o files are in the help | Bill Hoffman | 2006-01-02 | 3 | -9/+26 |
| | |||||
* | COMP: Remove warning | Andy Cedilnik | 2006-01-02 | 1 | -1/+1 |
| | |||||
* | ENH: change framework order | Bill Hoffman | 2006-01-02 | 2 | -2/+2 |
| | |||||
* | COMP: Fix build problems | Andy Cedilnik | 2006-01-02 | 4 | -21/+37 |
| |