| Commit message (Expand) | Author | Age | Files | Lines |
* | ENH: remove duplicate file name test because it fails on xcode | Bill Hoffman | 2006-04-17 | 6 | -6/+18 |
|
|
* | ENH: allow multiple files with the same name in different sub dirs test | Bill Hoffman | 2006-04-17 | 12 | -6/+69 |
|
|
* | COMP: Do not use ANSI function prototypes to pacify HP. | Brad King | 2006-04-13 | 1 | -3/+3 |
|
|
* | ENH: Added INSTALL(CODE) mode to allow inline specification of install script... | Brad King | 2006-04-13 | 6 | -0/+18 |
|
|
* | ENH: Added support for multiple outputs generated by a single custom command.... | Brad King | 2006-04-11 | 2 | -6/+10 |
|
|
* | ENH: add test for mfc | Bill Hoffman | 2006-04-10 | 2 | -0/+4 |
|
|
* | BUG: Fixed cmOrderLinkDirectories to make sure cmake-built libraries are foun... | Brad King | 2006-04-04 | 3 | -3/+9 |
|
|
* | ENH: change library order to use a vector | Bill Hoffman | 2006-04-04 | 3 | -0/+12 |
|
|
* | ENH: add a test for find framework stuff in find_library, and fix the framewo... | Bill Hoffman | 2006-03-29 | 1 | -0/+31 |
|
|
* | ENH: Several cleanups and make sure things get propagated where they should. ... | Andy Cedilnik | 2006-03-29 | 1 | -0/+2 |
|
|
* | BUG: Fix the read custom files command and add a coverage test | Andy Cedilnik | 2006-03-28 | 1 | -0/+1 |
|
|
* | ENH: Check if files exist | Andy Cedilnik | 2006-03-28 | 2 | -4/+67 |
|
|
* | ENH: Add support for adding content to bundles | Andy Cedilnik | 2006-03-28 | 3 | -1/+37 |
|
|
* | ENH: Added ARCHIVE option to the TARGETS mode of the INSTALL command. It is ... | Brad King | 2006-03-24 | 2 | -6/+36 |
|
|
* | BUG: fix test to list generate dheader | Ken Martin | 2006-03-24 | 2 | -1/+2 |
|
|
* | ENH: add support for universal binaries | Bill Hoffman | 2006-03-24 | 3 | -0/+31 |
|
|
* | ENH: added testing for new features | Ken Martin | 2006-03-22 | 12 | -0/+195 |
|
|
* | ENH: Add relative tag and add test for relative tag | Andy Cedilnik | 2006-03-21 | 1 | -1/+4 |
|
|
* | BUG: Removed compiled-in CMAKE_SHARED_MODULE_PREFIX and CMAKE_SHARED_MODULE_S... | Brad King | 2006-03-16 | 6 | -6/+15 |
|
|
* | ENH: Cleanup DynamicLoader so that the symbols have more consistent names, st... | Andy Cedilnik | 2006-03-16 | 3 | -12/+15 |
|
|
* | ENH: Add package to bundle test | Andy Cedilnik | 2006-03-10 | 1 | -0/+3 |
|
|
* | ENH: Add additional subdirectory to improve testing and to allow cleanup when... | Andy Cedilnik | 2006-03-08 | 6 | -32/+32 |
|
|
* | COMP: Ok, fix typo | Andy Cedilnik | 2006-03-08 | 2 | -4/+4 |
|
|
* | ENH: Add testing for cpack | Andy Cedilnik | 2006-03-08 | 2 | -32/+70 |
|
|
* | ENH: remove cpack stuff for now so that we can get mac dashboards again | Bill Hoffman | 2006-03-08 | 2 | -2/+2 |
|
|
* | BUG: Some platforms require executable permission on shared libraries. | Brad King | 2006-03-07 | 2 | -6/+4 |
|
|
* | ENH: Added PERMISSIONS option to the TARGETS mode of the INSTALL command. | Brad King | 2006-03-04 | 2 | -2/+8 |
|
|
* | ENH: Added PERMISSIONS and RENAME options to the INSTALL command's FILES and ... | Brad King | 2006-03-03 | 6 | -8/+36 |
|
|
* | BUG: Fixed installation of MacOSX Bundle executables and the corresponding in... | Brad King | 2006-03-03 | 3 | -1/+26 |
|
|
* | ENH: Add generic instructions | Andy Cedilnik | 2006-02-28 | 2 | -2/+0 |
|
|
* | ENH: Attempt to handle windows without NSIS installed | Andy Cedilnik | 2006-02-28 | 2 | -0/+20 |
|
|
* | ENH: Add support for multiple build targets and start adding simple cpack tests | Andy Cedilnik | 2006-02-28 | 2 | -0/+18 |
|
|
* | ENH: Created target property INSTALL_NAME_DIR initalized by CMAKE_INSTALL_NAM... | Brad King | 2006-02-24 | 2 | -0/+6 |
|
|
* | ENH: Implemented FILES and PROGRAMS forms of the INSTALL command as replaceme... | Brad King | 2006-02-19 | 2 | -2/+4 |
|
|
* | ENH: Using CMAKE_SKIP_BUILD_RPATH to test relink support. | Brad King | 2006-02-19 | 2 | -0/+10 |
|
|
* | ENH: Created new install script generation framework. The INSTALL command cr... | Brad King | 2006-02-19 | 2 | -4/+4 |
|
|
* | ENH: Automatic include directories should not be done by default as was just ... | Brad King | 2006-02-19 | 1 | -1/+4 |
|
|
* | BUG: Need INSTALL_RPATH property on SimpleInstallS2 also. | Brad King | 2006-02-16 | 2 | -0/+8 |
|
|
* | ENH: Use target property for INSTALL_RPATH of SimpleInstall so that it is the... | Brad King | 2006-02-16 | 2 | -6/+8 |
|
|
* | ENH: Implemented RPATH specification support. It is documented by the comman... | Brad King | 2006-02-16 | 2 | -0/+6 |
|
|
* | COMP: Fixed form of function main. | Brad King | 2006-02-14 | 1 | -2/+2 |
|
|
* | ENH: Added test for IF(DEFINED ENV{var})(. | Brad King | 2006-02-10 | 1 | -0/+7 |
|
|
* | ENH: Add initial implementation of the list command | Andy Cedilnik | 2006-02-10 | 2 | -0/+60 |
|
|
* | ENH: Added INSTALL command as a placeholder for a future generic install spec... | Brad King | 2006-02-10 | 6 | -0/+56 |
|
|
* | ENH: Strengthened EXECUTE_PROCESS output check test. | Brad King | 2006-02-10 | 3 | -12/+12 |
|
|
* | ENH: fix test to work with in source build | Bill Hoffman | 2006-02-10 | 2 | -1/+1 |
|
|
* | BUG: Avoid case problems on windows. | Brad King | 2006-02-09 | 3 | -0/+27 |
|
|
* | ENH: add test for working directory of custom command and target | Bill Hoffman | 2006-02-08 | 3 | -0/+35 |
|
|
* | ENH: Added test for new EXECUTE_PROCESS command. | Brad King | 2006-02-03 | 3 | -0/+69 |
|
|
* | ENH: add COMPILE_FLAGS to targets | Bill Hoffman | 2006-01-25 | 9 | -12/+87 |
|
|