| Commit message (Expand) | Author | Age | Files | Lines |
* | cmGeneratorTarget: Add methods for generate-time source addition. | Stephen Kelly | 2015-10-07 | 1 | -2/+6 |
|
|
* | Add support for *.manifest source files with MSVC tools | Brad King | 2015-09-17 | 1 | -0/+14 |
|
|
* | VS: Add manifest tool settings to VS 8 and 9 project files | Brad King | 2015-09-17 | 1 | -10/+14 |
|
|
* | cmLocalGenerator: Create from already-constructed cmMakefile. | Stephen Kelly | 2015-08-28 | 1 | -3/+2 |
|
|
* | cmLocalGenerator: Remove Parent pointer. | Stephen Kelly | 2015-08-28 | 1 | -2/+1 |
|
|
* | cmGeneratorTarget: Move GetConfigCommonSourceFiles from cmTarget. | Stephen Kelly | 2015-08-26 | 1 | -3/+4 |
|
|
* | cmGeneratorTarget: Move compile defintions processing from cmTarget. | Stephen Kelly | 2015-08-26 | 1 | -1/+1 |
|
|
* | Replace foo.size() pattern with !foo.empty(). | Stephen Kelly | 2015-08-24 | 1 | -1/+1 |
|
|
* | Replace 'foo.size() == 0' pattern with foo.empty(). | Stephen Kelly | 2015-08-24 | 1 | -1/+1 |
|
|
* | cmGeneratorTarget: Move GetLinkerLanguage from cmTarget. | Stephen Kelly | 2015-08-05 | 1 | -4/+6 |
|
|
* | cmGeneratorTarget: Move GetFullName from cmTarget. | Stephen Kelly | 2015-08-05 | 1 | -2/+2 |
|
|
* | cmGeneratorTarget: Move GetCompilePDBPath from cmTarget. | Stephen Kelly | 2015-08-05 | 1 | -1/+1 |
|
|
* | cmGeneratorTarget: Move GetLibraryNames from cmTarget. | Stephen Kelly | 2015-08-05 | 1 | -1/+1 |
|
|
* | cmGeneratorTarget: Move GetExecutableNames from cmTarget. | Stephen Kelly | 2015-08-05 | 1 | -1/+1 |
|
|
* | cmGeneratorTarget: Move GetLinkInformation from cmTarget | Stephen Kelly | 2015-08-05 | 1 | -2/+5 |
|
|
* | VisualStudio: Skip global targets when processing. | Stephen Kelly | 2015-07-29 | 1 | -0/+4 |
|
|
* | cmLocalGenerator: Remove CreateCustomTargetsAndCommands method. | Stephen Kelly | 2015-07-27 | 1 | -9/+0 |
|
|
* | cmCustomCommandGenerator: Require cmLocalGenerator in API. | Stephen Kelly | 2015-07-27 | 1 | -2/+2 |
|
|
* | Merge topic 'move-command-line-escape-code' | Brad King | 2015-07-10 | 1 | -2/+0 |
|\ |
|
| * | cmLocalVisualStudio7Generator: Remove unused include | Brad King | 2015-07-08 | 1 | -2/+0 |
|
|
* | | Windows: Optionally generate DLL module definition files automatically | Bill Hoffman | 2015-07-06 | 1 | -1/+30 |
|/ |
|
* | Merge topic 'remove-CMAKE_USE_RELATIVE_PATHS' | Brad King | 2015-06-04 | 1 | -8/+5 |
|\ |
|
| * | cmLocalGenerator: Remove 'optional' parameter from Convert. | Stephen Kelly | 2015-06-04 | 1 | -5/+2 |
|
|
| * | Port away from obsolete method. | Stephen Kelly | 2015-06-03 | 1 | -3/+3 |
|
|
* | | VS: Compute project GUIDs deterministically | Brad King | 2015-06-04 | 1 | -10/+1 |
|/ |
|
* | cmLocalGenerator: Require a valid cmState::Snapshot in the ctor. | Stephen Kelly | 2015-05-27 | 1 | -2/+3 |
|
|
* | VS: Do not accumulate configurations globally (#15577) | Brad King | 2015-05-21 | 1 | -30/+24 |
|
|
* | Use cmSystemTools::GetCMakeCommand() to get path to cmake internally | Brad King | 2015-05-20 | 1 | -3/+1 |
|
|
* | VS: Move version information to global generator. | Stephen Kelly | 2015-05-19 | 1 | -22/+25 |
|
|
* | VS: Simplify setting of flag table. | Stephen Kelly | 2015-05-19 | 1 | -3/+2 |
|
|
* | cmLocalGenerator: Require a global generator in the constructor. | Stephen Kelly | 2015-05-14 | 1 | -2/+3 |
|
|
* | cmLocalGenerator: Require a parent in the constructor. | Stephen Kelly | 2015-04-28 | 1 | -2/+3 |
|
|
* | cmMakefile: Port users of GetStart* methods to new names. | Stephen Kelly | 2015-04-20 | 1 | -7/+7 |
|
|
* | cmMakefile: Rename GetCurrent{Output,Binary}Directory. | Stephen Kelly | 2015-04-20 | 1 | -2/+2 |
|
|
* | cmState: Move CacheEntryType enum from cmCacheManager. | Stephen Kelly | 2015-04-13 | 1 | -2/+1 |
|
|
* | Merge topic 'vs-Intel-Fortran-map-more-flags' | Brad King | 2015-03-12 | 1 | -0/+7 |
|\ |
|
| * | VS: Add more Fortran compiler flags to flag table (#15381) | Oyvind Jensen | 2015-03-10 | 1 | -0/+7 |
|
|
* | | Genex: Allow COMPILE_LANGUAGE when processing compile definitions. | Stephen Kelly | 2015-03-09 | 1 | -1/+1 |
|/ |
|
* | VS: Fix .vcproj and .vfproj file OutputDirectory generation | Brad King | 2015-02-16 | 1 | -2/+11 |
|
|
* | VS: Use $(ConfigurationName) as CMAKE_CFG_INTDIR in VS 7, 8, 9 | Brad King | 2015-02-16 | 1 | -1/+2 |
|
|
* | Port all cmOStringStream to std::ostringstream. | Stephen Kelly | 2015-01-11 | 1 | -2/+2 |
|
|
* | Fix incremental linking setting for Fortran + VS | Zack Galbreath | 2014-11-21 | 1 | -2/+16 |
|
|
* | VS: Support Intel Fortran 15 .vfproj generation (#15175) | Brad King | 2014-09-30 | 1 | -0/+14 |
|
|
* | VS: Add MASM support to VS 8 and 9 (#8170, #14984) | Brad King | 2014-08-20 | 1 | -0/+51 |
|
|
* | cmLocalVisualStudio7Generator: Rename local 'lang' var | Brad King | 2014-08-13 | 1 | -3/+3 |
|
|
* | VS: Encode mapped flag values in XML project files (#15031) | Brad King | 2014-07-23 | 1 | -1/+1 |
|
|
* | VS: Delay getting platform name in local generator | Brad King | 2014-07-17 | 1 | -8/+16 |
|
|
* | Merge topic 'vs-vcproj-bool-case' | Brad King | 2014-05-29 | 1 | -28/+28 |
|\ |
|
| * | VS: Use lower-case boolean values in VS 7-9 (#14927) | Mark Salisbury | 2014-05-28 | 1 | -28/+28 |
|
|
* | | cmTarget: Make the source files depend on the config. | Stephen Kelly | 2014-04-02 | 1 | -3/+6 |
|
|