| Commit message (Expand) | Author | Age | Files | Lines |
* | ENH: added internal target property for the name of the project file | Ken Martin | 2007-04-10 | 1 | -4/+1 |
|
|
* | ENH: Created method cmTarget::GetExportMacro to centralize computation of the... | Brad King | 2007-03-28 | 1 | -15/+3 |
|
|
* | ENH: Added support for import libraries created by executable and module targ... | Brad King | 2007-03-19 | 1 | -13/+7 |
|
|
* | ENH: Added computation of object file names that are almost always short enou... | Brad King | 2007-03-16 | 1 | -1/+23 |
|
|
* | BUG: Reverting previous changes related to using an empty string for a relati... | Brad King | 2007-03-14 | 1 | -4/+0 |
|
|
* | BUG: When the current output directory is a link directory we need to referen... | Brad King | 2007-03-14 | 1 | -0/+4 |
|
|
* | BUG: All executable and library project types should specify a program databa... | Brad King | 2007-03-14 | 1 | -21/+6 |
|
|
* | BUG: Split precompiled header flags into a separate per-global-generator flag... | Brad King | 2007-03-12 | 1 | -83/+84 |
|
|
* | ENH: Added implib option to cmTarget::GetDirectory to support a separate dire... | Brad King | 2007-03-09 | 1 | -15/+9 |
|
|
* | ENH: Combined cmTarget::GetDirectory and cmTarget::GetOutputDir since they ar... | Brad King | 2007-03-08 | 1 | -7/+7 |
|
|
* | ENH: Replaced LibraryOutputPath and ExecutableOutputPath variables in Makefil... | Brad King | 2007-03-08 | 1 | -53/+22 |
|
|
* | BUG: Get rid of ancient variables CMAKE_CXX_WARNING_LEVEL, CMAKE_CXX_USE_RTTI... | Brad King | 2007-03-07 | 1 | -11/+0 |
|
|
* | COMP: fix some w4 warnings | Ken Martin | 2007-03-02 | 1 | -1/+1 |
|
|
* | STYLE: fix line length | Bill Hoffman | 2007-02-21 | 1 | -1/+2 |
|
|
* | BUG: fix for bug 4423 set language fixes | Bill Hoffman | 2007-02-20 | 1 | -2/+9 |
|
|
* | STYLE: fix line length issues | Bill Hoffman | 2007-02-17 | 1 | -1/+2 |
|
|
* | ENH: fix for vs ide | Bill Hoffman | 2007-02-16 | 1 | -0/+14 |
|
|
* | ENH: check in initial conv library stuff | Bill Hoffman | 2007-02-16 | 1 | -0/+13 |
|
|
* | BUG: Do not hack the exception handling default for linker flags or for per-s... | Brad King | 2007-02-15 | 1 | -0/+8 |
|
|
* | STYLE: fix line length | Bill Hoffman | 2007-02-01 | 1 | -1/+2 |
|
|
* | ENH: Added cmTarget::GetPDBName method to simplify computation of .pdb file n... | Brad King | 2007-02-01 | 1 | -14/+2 |
|
|
* | BUG: Do not use bitwise OR on bool. | Brad King | 2007-02-01 | 1 | -1/+1 |
|
|
* | ENH: Added a special flags integer field to the flag map entries. Added flag... | Brad King | 2007-02-01 | 1 | -79/+141 |
|
|
* | COMP: Removed unused variable. | Brad King | 2007-02-01 | 1 | -1/+0 |
|
|
* | ENH: Added mapping of /NODEFAULTLIB flag when no values are provided. | Brad King | 2007-02-01 | 1 | -0/+2 |
|
|
* | ENH: Reimplemented parsing and mapping of flags into vcproj file attribute op... | Brad King | 2007-02-01 | 1 | -279/+374 |
|
|
* | BUG: The .pdb file generated for a library or executable should match the rea... | Brad King | 2007-02-01 | 1 | -17/+61 |
|
|
* | BUG: make sure external vs projects use the GUID in the project if it has one. | Bill Hoffman | 2007-01-31 | 1 | -1/+81 |
|
|
* | STYLE: fix link lenght issue | Bill Hoffman | 2007-01-15 | 1 | -2/+4 |
|
|
* | BUG: fix for bug 4239, NODEFAULTLIB flag support in ide | Bill Hoffman | 2007-01-12 | 1 | -11/+41 |
|
|
* | BUG: When writing newlines between script portions in prebuild, prelink, and ... | Brad King | 2006-10-26 | 1 | -3/+3 |
|
|
* | BUG: Adjust prebuild/prelink/postbuild script construction to account for Con... | Brad King | 2006-10-25 | 1 | -0/+12 |
|
|
* | ENH: Adding image version number (major.minor) property to windows binaries. ... | Brad King | 2006-10-16 | 1 | -0/+13 |
|
|
* | BUG: fix for bug#3908 if header_file_only is set on cxx files in visual studi... | Bill Hoffman | 2006-10-13 | 1 | -4/+14 |
|
|
* | BUG: fix for fat file systems and vs8 #2617 | Bill Hoffman | 2006-10-04 | 1 | -0/+11 |
|
|
* | BUG: fix for bug#3362 xml escapes on -D stuff for visual studio | Bill Hoffman | 2006-10-04 | 1 | -1/+1 |
|
|
* | BUG: fix for bug# 3664 | Bill Hoffman | 2006-10-04 | 1 | -1/+13 |
|
|
* | BUG: fix for bug#3738 | Bill Hoffman | 2006-10-03 | 1 | -3/+3 |
|
|
* | BUG: Fix/cleanup custom commands and custom targets. Make empty comment stri... | Brad King | 2006-09-28 | 1 | -4/+3 |
|
|
* | ENH: Re-implemented command line argument shell quoting to support several pl... | Brad King | 2006-09-27 | 1 | -7/+18 |
|
|
* | BUG: Centralized generation of command line arguments in escaped form. This ... | Brad King | 2006-09-21 | 1 | -2/+2 |
|
|
* | STYLE: Fixed line-too-long. | Brad King | 2006-08-26 | 1 | -1/+1 |
|
|
* | BUG: Fix for VS.NET 2003 SP1 to make sure global target and utility target ru... | Brad King | 2006-08-26 | 1 | -8/+59 |
|
|
* | ENH: Adding flags to force generation of manifest files when building with VC 8. | Brad King | 2006-08-15 | 1 | -0/+2 |
|
|
* | BUG: fix for 3557 TargetEnvironment for MIDL Compiler set correctly for 64 bit | Bill Hoffman | 2006-07-28 | 1 | -1/+12 |
|
|
* | ENH: allow for source tree to be in root directory | Bill Hoffman | 2006-07-24 | 1 | -0/+1 |
|
|
* | ENH: Moved unique object file name computation from cmLocalUnixMakefileGenera... | Brad King | 2006-07-11 | 1 | -5/+5 |
|
|
* | ENH: add EHa option | Bill Hoffman | 2006-06-30 | 1 | -0/+1 |
|
|
* | BUG: fix for bug 3444, remove trailing . in lib names | Bill Hoffman | 2006-06-26 | 1 | -1/+1 |
|
|
* | ENH: fix line length | Ken Martin | 2006-06-13 | 1 | -1/+2 |
|
|