| Commit message (Expand) | Author | Age | Files | Lines |
* | ENH: add support for language flags at rule expansion time | Bill Hoffman | 2006-03-06 | 1 | -0/+4 |
|
|
* | BUG: Fix for generated install scripts to support prefixes with trailing slas... | Brad King | 2006-03-05 | 1 | -3/+4 |
|
|
* | ENH: Added PERMISSIONS and RENAME options to the INSTALL command's FILES and ... | Brad King | 2006-03-03 | 1 | -2/+8 |
|
|
* | ENH: Created target property INSTALL_NAME_DIR initalized by CMAKE_INSTALL_NAM... | Brad King | 2006-02-24 | 1 | -0/+7 |
|
|
* | BUG: Fix generation of Xcode 2.0 and earlier projects to use CMAKE_BUILD_TYPE. | Brad King | 2006-02-24 | 1 | -8/+9 |
|
|
* | COMP: Remove warnings | Andy Cedilnik | 2006-02-24 | 1 | -0/+3 |
|
|
* | ENH: change expand stuff to pass a struct for all the args | Bill Hoffman | 2006-02-20 | 1 | -80/+42 |
|
|
* | ENH: Implemented FILES and PROGRAMS forms of the INSTALL command as replaceme... | Brad King | 2006-02-19 | 1 | -42/+9 |
|
|
* | ENH: Created new install script generation framework. The INSTALL command cr... | Brad King | 2006-02-19 | 1 | -361/+164 |
|
|
* | ENH: Automatic include directories should not be done by default as was just ... | Brad King | 2006-02-19 | 1 | -25/+24 |
|
|
* | BUG: Remove trailing slashes from install destinations. | Brad King | 2006-02-18 | 1 | -0/+8 |
|
|
* | COMP: Fixed shadowed variable warning. | Brad King | 2006-02-18 | 1 | -4/+4 |
|
|
* | ENH: Generate import libraries for DLLs on Cygwin and MinGW. | Brad King | 2006-02-18 | 1 | -0/+4 |
|
|
* | ENH: If CMAKE_NO_AUTOMATIC_INCLUDE_DIRECTORIES is not set try to approximate ... | Brad King | 2006-02-18 | 1 | -18/+53 |
|
|
* | ENH: Implemented RPATH specification support. It is documented by the comman... | Brad King | 2006-02-16 | 1 | -11/+39 |
|
|
* | ENH: Added INSTALL command as a placeholder for a future generic install spec... | Brad King | 2006-02-10 | 1 | -0/+9 |
|
|
* | ENH: fix bug for single char libraries | Bill Hoffman | 2006-02-10 | 1 | -5/+5 |
|
|
* | ENH: add working directory support | Bill Hoffman | 2006-02-08 | 1 | -0/+8 |
|
|
* | COMP: fix warning | Bill Hoffman | 2006-01-24 | 1 | -9/+6 |
|
|
* | ENH: fix warning | Bill Hoffman | 2006-01-23 | 1 | -1/+0 |
|
|
* | ENH: fix problem with watcom and short paths and -I | Bill Hoffman | 2006-01-23 | 1 | -2/+17 |
|
|
* | ENH: Further centralized custom command dependency computation. Custom comma... | Brad King | 2006-01-14 | 1 | -21/+21 |
|
|
* | COMP: Removed unused variables. | Brad King | 2006-01-14 | 1 | -11/+0 |
|
|
* | COMP: Removed unused paramter from cmLocalGenerator::OutputLinkLibraries. | Brad King | 2006-01-13 | 1 | -3/+2 |
|
|
* | BUG: Sweeping changes to cleanup computation of target names. This should | Brad King | 2006-01-13 | 1 | -190/+397 |
|
|
* | ENH: add framework support to FIND_FILE | Bill Hoffman | 2005-12-27 | 1 | -0/+14 |
|
|
* | ENH: add better support for framework linking | Bill Hoffman | 2005-12-26 | 1 | -1/+1 |
|
|
* | ENH: fix borland make clean targets before build, add new generators for msys... | Bill Hoffman | 2005-12-22 | 1 | -2/+18 |
|
|
* | ENH: Removed cmMakefile arguments from cmTarget methods because cmTarget has ... | Brad King | 2005-12-14 | 1 | -5/+5 |
|
|
* | ENH: Allow the installer to overwrite the install prefix | Andy Cedilnik | 2005-12-10 | 1 | -2/+7 |
|
|
* | ENH: Add support for output reguilar expression | Andy Cedilnik | 2005-11-08 | 1 | -1/+30 |
|
|
* | ENH: Add a way for test to intentionally fail | Andy Cedilnik | 2005-09-07 | 1 | -1/+11 |
|
|
* | ENH: Added versioned executable support. This partially addresses bug#2143. ... | Brad King | 2005-08-17 | 1 | -2/+17 |
|
|
* | ENH: fix bug 2087 lib prefix stripped off on windows | Bill Hoffman | 2005-08-10 | 1 | -0/+6 |
|
|
* | ENH: Add set and get test propety command | Andy Cedilnik | 2005-07-31 | 1 | -2/+2 |
|
|
* | ENH: put cmake files intoa CMakeFiles subdir to clean up bin tree | Ken Martin | 2005-07-29 | 1 | -0/+5 |
|
|
* | ENH: reduce the number of files produced still needs a bit more cleanup | Ken Martin | 2005-07-27 | 1 | -7/+13 |
|
|
* | ENH: make sure flags set in CC or CXX environment variables stay with the com... | Bill Hoffman | 2005-07-20 | 1 | -1/+17 |
|
|
* | ENH: fix for bug 992, mac bundle install fix | Bill Hoffman | 2005-07-14 | 1 | -4/+29 |
|
|
* | ENH: add -L as possible library flag | Bill Hoffman | 2005-07-13 | 1 | -1/+1 |
|
|
* | BUG: fix for debug optimized link libraries | Ken Martin | 2005-07-05 | 1 | -1/+1 |
|
|
* | ENH: make LOCATION an computed property of the target and get rid of a bunch ... | Ken Martin | 2005-06-22 | 1 | -4/+4 |
|
|
* | ENH: removed old convert calls | Ken Martin | 2005-06-10 | 1 | -24/+0 |
|
|
* | ENH: Add capability to include files to DartTestfile.txt and add example of that | Andy Cedilnik | 2005-06-07 | 1 | -0/+5 |
|
|
* | COMP: shut up warning | Ken Martin | 2005-05-13 | 1 | -0/+2 |
|
|
* | ENH: warning fixes and some first steps in cleaning up the convert code | Ken Martin | 2005-05-13 | 1 | -25/+72 |
|
|
* | COMP: Remove warning | Andy Cedilnik | 2005-04-25 | 1 | -4/+4 |
|
|
* | ENH: Improve internal test handling by creating a test class. Command cmEnabl... | Andy Cedilnik | 2005-04-24 | 1 | -2/+83 |
|
|
* | ENH: Added cmTarget::GetBaseName and cmTarget::GetFullName methods and remove... | Brad King | 2005-04-22 | 1 | -47/+4 |
|
|
* | BUG: add missing header for borland | Bill Hoffman | 2005-04-12 | 1 | -0/+1 |
|
|