| Commit message (Expand) | Author | Age | Files | Lines |
* | COMP: Fix build with concept checking of STL. | Brad King | 2008-05-16 | 1 | -1/+1 |
|
|
* | BUG: fix for 6720, source groups on vs6 not working | Bill Hoffman | 2008-04-21 | 1 | -1/+1 |
|
|
* | BUG: cmTarget instances should not be copied. Removed pass-by-value argument... | Brad King | 2008-01-29 | 1 | -1/+1 |
|
|
* | ENH: Add cmTarget::GetLinkInformation method to allow several places in the g... | Brad King | 2008-01-29 | 1 | -2/+3 |
|
|
* | ENH: Updated exporting and importing of targets to support libraries and conf... | Brad King | 2008-01-28 | 1 | -2/+1 |
|
|
* | ENH: Implement linking with paths to library files instead of -L and -l separ... | Brad King | 2008-01-22 | 1 | -6/+21 |
|
|
* | ENH: Converted cmMakefile DefineFlags added by ADD_DEFINITIONS command into a... | Brad King | 2008-01-18 | 1 | -0/+14 |
|
|
* | ENH: Enable CMAKE_<lang>_DEFINE_FLAG for COMPILE_DEFINITIONS property impleme... | Brad King | 2008-01-17 | 1 | -25/+25 |
|
|
* | ENH: Renamed <CONFIG>_COMPILE_DEFINITIONS to COMPILE_DEFINITIONS_<CONFIG> for... | Brad King | 2008-01-16 | 1 | -8/+8 |
|
|
* | ENH: Create COMPILE_DEFINITIONS property for targets and source files. Creat... | Brad King | 2008-01-14 | 1 | -4/+72 |
|
|
* | BUG: Need to honor HEADER_FILE_ONLY source file property and exclude the sour... | Brad King | 2007-11-20 | 1 | -1/+9 |
|
|
* | ENH: Removed dependency on Templates/CMakeWindowsSystemConfig.cmake which is ... | Brad King | 2007-11-09 | 1 | -17/+1 |
|
|
* | BUG: Fixed passing of configuration names to GetRealDependency and ConstructS... | Brad King | 2007-08-10 | 1 | -11/+18 |
|
|
* | ENH: Moved GetTargetDirectory method up to cmLocalGenerator. This provides a... | Brad King | 2007-08-01 | 1 | -0/+7 |
|
|
* | ENH: add OPTIONAL keyword to ENABLE_LANGUAGE, so it will be possible to do | Alexander Neundorf | 2007-06-28 | 1 | -1/+1 |
|
|
* | ENH: Merging changes from branch CMake-SourceFile2-b between tags | Brad King | 2007-06-18 | 1 | -1/+1 |
|
|
* | COMP: Fix build for windows-only generators after change to GetSourceFiles si... | Brad King | 2007-05-28 | 1 | -4/+4 |
|
|
* | BUG: don't use non-imported target when cross compiling as commands in custom... | Alexander Neundorf | 2007-05-24 | 1 | -1/+0 |
|
|
* | ENH: Fixed INSTALL_FILES and INSTALL_PROGRAMS commands to not create targets.... | Brad King | 2007-05-23 | 1 | -7/+1 |
|
|
* | ENH: add the IMPORT keyword to ADD_EXECUTABLE(), which generates an | Alexander Neundorf | 2007-05-22 | 1 | -1/+2 |
|
|
* | STYLE: fix line lengths | Alexander Neundorf | 2007-05-14 | 1 | -1/+2 |
|
|
* | BUG: fix problem for non-C/CXX languages with Visual Studio, the | Alexander Neundorf | 2007-05-09 | 1 | -3/+6 |
|
|
* | ENH: now target names can be used in add_custom_command() and | Alexander Neundorf | 2007-05-09 | 1 | -42/+54 |
|
|
* | ENH: Created method cmTarget::GetExportMacro to centralize computation of the... | Brad King | 2007-03-28 | 1 | -9/+4 |
|
|
* | ENH: Added support for import libraries created by executable and module targ... | Brad King | 2007-03-19 | 1 | -1/+3 |
|
|
* | ENH: Added computation of object file names that are almost always short enou... | Brad King | 2007-03-16 | 1 | -2/+27 |
|
|
* | STYLE: Fix line-too-long. | Brad King | 2007-03-10 | 1 | -2/+4 |
|
|
* | BUG: Re-enable backward compatibility replacements in user-provided VS6 DSP t... | Brad King | 2007-03-09 | 1 | -1/+1 |
|
|
* | ENH: Implemented use of cmTarget::GetDirectory() in Visual Studio 6 generator... | Brad King | 2007-03-09 | 1 | -2/+55 |
|
|
* | ENH: fix crash | Bill Hoffman | 2007-02-20 | 1 | -8/+11 |
|
|
* | BUG: fix for bug 4423 set language fixes | Bill Hoffman | 2007-02-20 | 1 | -2/+6 |
|
|
* | STYLE: fix warning | Bill Hoffman | 2007-02-18 | 1 | -1/+1 |
|
|
* | ENH: check in initial conv library stuff | Bill Hoffman | 2007-02-16 | 1 | -0/+12 |
|
|
* | ENH: undo bug fix because of failed test | Bill Hoffman | 2007-01-23 | 1 | -37/+29 |
|
|
* | ENH: add link flags for debug/release etc | Bill Hoffman | 2007-01-23 | 1 | -29/+37 |
|
|
* | COMP: Remove unused variable. | Brad King | 2006-10-25 | 1 | -1/+0 |
|
|
* | BUG: Adjust prebuild/prelink/postbuild script construction to account for Con... | Brad King | 2006-10-25 | 1 | -10/+9 |
|
|
* | ENH: Adding image version number (major.minor) property to windows binaries. ... | Brad King | 2006-10-16 | 1 | -0/+16 |
|
|
* | ENH: Re-implemented command line argument shell quoting to support several pl... | Brad King | 2006-09-27 | 1 | -0/+8 |
|
|
* | BUG: Centralized generation of command line arguments in escaped form. This ... | Brad King | 2006-09-21 | 1 | -2/+2 |
|
|
* | ENH: Made cmLocalVisualStudioGenerator a superclass of cmLocalVisualStudio6Ge... | Brad King | 2006-07-11 | 1 | -2/+27 |
|
|
* | STYLE: fix line length | Ken Martin | 2006-05-12 | 1 | -59/+101 |
|
|
* | BUG: VS6 generator now uses ComputeLinkInformation just like all other genera... | Brad King | 2006-04-19 | 1 | -67/+145 |
|
|
* | BUG: Do not require language flags variables. Other generators do not, and i... | Brad King | 2006-04-18 | 1 | -5/+5 |
|
|
* | ENH: Updated VS6 generator to use target.GetFullName() to compute target file... | Brad King | 2006-04-18 | 1 | -22/+25 |
|
|
* | ENH: Split CMAKE_STANDARD_LIBRARIES into per-language variables CMAKE_<lang>_... | Brad King | 2006-04-11 | 1 | -10/+31 |
|
|
* | ENH: Added support for multiple outputs generated by a single custom command.... | Brad King | 2006-04-11 | 1 | -25/+46 |
|
|
* | ENH: add support for per config target LINK_FLAGS | Bill Hoffman | 2006-04-03 | 1 | -3/+22 |
|
|
* | ENH: removed unused rules from targets for VS | Ken Martin | 2006-03-23 | 1 | -41/+1 |
|
|
* | STYLE: some m_ to this-> cleanup | Ken Martin | 2006-03-15 | 1 | -92/+93 |
|
|