| Commit message (Expand) | Author | Age | Files | Lines |
* | BUG: Do not try to compute the location of a non-library target for linking. | Brad King | 2006-10-13 | 1 | -1/+3 |
|
|
* | BUG: TARGET_QUOTED should always be replaced if Target is set in the rule var... | Brad King | 2006-10-10 | 1 | -1/+1 |
|
|
* | BUG: Need to match shared library names before static because some platforms ... | Brad King | 2006-10-05 | 1 | -2/+6 |
|
|
* | BUG: Fix link flags on cygwin shared libraries. This requires that the share... | Brad King | 2006-10-05 | 1 | -1/+3 |
|
|
* | ENH: Adding SYSTEM option to INCLUDE_DIRECTORIES command. This addresses bug... | Brad King | 2006-10-05 | 1 | -1/+20 |
|
|
* | BUG: Fixed display of custom command comments with quotes, dollars, and other... | Brad King | 2006-10-04 | 1 | -1/+6 |
|
|
* | BUG: Fix/cleanup custom commands and custom targets. Make empty comment stri... | Brad King | 2006-09-28 | 1 | -1/+1 |
|
|
* | BUG: MSYS makefile shell needs posix paths to executables in some cases and i... | Brad King | 2006-09-28 | 1 | -0/+13 |
|
|
* | BUG: Do not filter system directories for include file dependencies. | Brad King | 2006-09-28 | 1 | -11/+15 |
|
|
* | ENH: Re-implemented command line argument shell quoting to support several pl... | Brad King | 2006-09-27 | 1 | -19/+33 |
|
|
* | BUG: Disable new shell escape code until backward compatibility can be establ... | Brad King | 2006-09-25 | 1 | -0/+15 |
|
|
* | BUG: Need to escape spaces in custom command line arguments. | Brad King | 2006-09-21 | 1 | -1/+1 |
|
|
* | BUG: Do not escape parens because we need to be able to reference make variab... | Brad King | 2006-09-21 | 1 | -2/+1 |
|
|
* | BUG: Centralized generation of command line arguments in escaped form. This ... | Brad King | 2006-09-21 | 1 | -50/+28 |
|
|
* | BUG: Do not look for linker language unless it is needed. | Brad King | 2006-09-16 | 1 | -11/+11 |
|
|
* | ENH: Adding support to link specifically to an archive or a shared library ba... | Brad King | 2006-09-15 | 1 | -2/+48 |
|
|
* | ENH: Adding install/local global target for Makefile generators. This runs i... | Brad King | 2006-08-29 | 1 | -2/+4 |
|
|
* | ENH: make sure RuleVariable struct is initialized correctly, also make sure c... | Bill Hoffman | 2006-08-08 | 1 | -14/+27 |
|
|
* | ENH: Added generation of rules to manually request preprocessed or generated ... | Brad King | 2006-08-08 | 1 | -0/+14 |
|
|
* | ENH: Moved GetSourceFileLanguage up to cmLocalGenerator. | Brad King | 2006-08-03 | 1 | -0/+16 |
|
|
* | ENH: Moved unique object file name computation from cmLocalUnixMakefileGenera... | Brad King | 2006-07-11 | 1 | -0/+117 |
|
|
* | ENH: Added target property INSTALL_RPATH_USE_LINK_PATH to append the linker s... | Brad King | 2006-06-15 | 1 | -3/+22 |
|
|
* | ENH: centralized locaiton of CMakeFiles setting | Ken Martin | 2006-06-14 | 1 | -1/+1 |
|
|
* | STYLE: fix line length | Ken Martin | 2006-05-12 | 1 | -80/+127 |
|
|
* | ENH: Added CONFIGURATIONS option to INSTALL command to allow per-configuratio... | Brad King | 2006-05-05 | 1 | -3/+31 |
|
|
* | ENH: make sure special vs ide path is only used for msvc_ide builds | Bill Hoffman | 2006-04-25 | 1 | -6/+11 |
|
|
* | ENH: Added option CMAKE_INCLUDE_DIRECTORIES_PROJECT_BEFORE to put all in-proj... | Brad King | 2006-04-25 | 1 | -3/+28 |
|
|
* | ENH: add special windows CMAKE_MSVCIDE_RUN_PATH variable for adding to the pa... | Bill Hoffman | 2006-04-25 | 1 | -1/+8 |
|
|
* | ENH: name pdb files for visual studio make based builds | Bill Hoffman | 2006-04-19 | 1 | -0/+8 |
|
|
* | ENH: fix java for ide builds again | Bill Hoffman | 2006-04-17 | 1 | -4/+2 |
|
|
* | ENH: fix java and add OBJECT_DIR support | Bill Hoffman | 2006-04-17 | 1 | -1/+13 |
|
|
* | ENH: enable test for java with IDE builds | Bill Hoffman | 2006-04-11 | 1 | -2/+39 |
|
|
* | ENH: Split CMAKE_STANDARD_LIBRARIES into per-language variables CMAKE_<lang>_... | Brad King | 2006-04-11 | 1 | -2/+8 |
|
|
* | ENH: Restored implementation of AddCustomCommandToCreateObject. Updated it t... | Brad King | 2006-04-11 | 1 | -26/+35 |
|
|
* | BUG: Install scripts should honor EXCLUDE_FROM_ALL options for subdirectories... | Brad King | 2006-04-11 | 1 | -8/+12 |
|
|
* | BUG: Do not add non-per-config subdirectory name of cmake target libraries as... | Brad King | 2006-04-11 | 1 | -4/+10 |
|
|
* | ENH: Added support for multiple outputs generated by a single custom command.... | Brad King | 2006-04-11 | 1 | -0/+31 |
|
|
* | BUG: Fixed cmOrderLinkDirectories to deal with raw link items that do not yet... | Brad King | 2006-04-05 | 1 | -1/+7 |
|
|
* | BUG: Removing part of earlier fix because it does not work with VS generators... | Brad King | 2006-04-04 | 1 | -3/+2 |
|
|
* | BUG: Fixed cmOrderLinkDirectories to make sure cmake-built libraries are foun... | Brad King | 2006-04-04 | 1 | -3/+9 |
|
|
* | ENH: Added global TargetManifest computation between Configure and Generate s... | Brad King | 2006-04-04 | 1 | -0/+57 |
|
|
* | ENH: add support for per config target LINK_FLAGS | Bill Hoffman | 2006-04-03 | 1 | -1/+17 |
|
|
* | ENH: Added named component installation implementation. Installation behavio... | Brad King | 2006-03-30 | 1 | -6/+32 |
|
|
* | COMP: Remove warnings | Andy Cedilnik | 2006-03-28 | 1 | -0/+3 |
|
|
* | ENH: add support for universal binaries | Bill Hoffman | 2006-03-24 | 1 | -1/+25 |
|
|
* | ENH: Added support for linking to MS .lib libraries in MinGW. | Brad King | 2006-03-22 | 1 | -0/+13 |
|
|
* | ENH: Enabling CMAKE_INCLUDE_CURRENT_DIR even for in-source builds to be more ... | Brad King | 2006-03-21 | 1 | -11/+8 |
|
|
* | BUG: Fixed generation of mismatched IF in install script. This bug was intro... | Brad King | 2006-03-16 | 1 | -1/+1 |
|
|
* | STYLE: some m_ to this-> cleanup | Ken Martin | 2006-03-15 | 1 | -132/+132 |
|
|
* | ENH: add support for language flags at rule expansion time | Bill Hoffman | 2006-03-06 | 1 | -0/+4 |
|
|