summaryrefslogtreecommitdiffstats
path: root/Source/cmLocalVisualStudio7Generator.cxx
Commit message (Expand)AuthorAgeFilesLines
* Add support for *.manifest source files with MSVC toolsBrad King2015-09-171-0/+14
* VS: Add manifest tool settings to VS 8 and 9 project filesBrad King2015-09-171-10/+14
* cmLocalGenerator: Create from already-constructed cmMakefile.Stephen Kelly2015-08-281-3/+2
* cmLocalGenerator: Remove Parent pointer.Stephen Kelly2015-08-281-2/+1
* cmGeneratorTarget: Move GetConfigCommonSourceFiles from cmTarget.Stephen Kelly2015-08-261-3/+4
* cmGeneratorTarget: Move compile defintions processing from cmTarget.Stephen Kelly2015-08-261-1/+1
* Replace foo.size() pattern with !foo.empty().Stephen Kelly2015-08-241-1/+1
* Replace 'foo.size() == 0' pattern with foo.empty().Stephen Kelly2015-08-241-1/+1
* cmGeneratorTarget: Move GetLinkerLanguage from cmTarget.Stephen Kelly2015-08-051-4/+6
* cmGeneratorTarget: Move GetFullName from cmTarget.Stephen Kelly2015-08-051-2/+2
* cmGeneratorTarget: Move GetCompilePDBPath from cmTarget.Stephen Kelly2015-08-051-1/+1
* cmGeneratorTarget: Move GetLibraryNames from cmTarget.Stephen Kelly2015-08-051-1/+1
* cmGeneratorTarget: Move GetExecutableNames from cmTarget.Stephen Kelly2015-08-051-1/+1
* cmGeneratorTarget: Move GetLinkInformation from cmTargetStephen Kelly2015-08-051-2/+5
* VisualStudio: Skip global targets when processing.Stephen Kelly2015-07-291-0/+4
* cmLocalGenerator: Remove CreateCustomTargetsAndCommands method.Stephen Kelly2015-07-271-9/+0
* cmCustomCommandGenerator: Require cmLocalGenerator in API.Stephen Kelly2015-07-271-2/+2
* Merge topic 'move-command-line-escape-code'Brad King2015-07-101-2/+0
|\
| * cmLocalVisualStudio7Generator: Remove unused includeBrad King2015-07-081-2/+0
* | Windows: Optionally generate DLL module definition files automaticallyBill Hoffman2015-07-061-1/+30
|/
* Merge topic 'remove-CMAKE_USE_RELATIVE_PATHS'Brad King2015-06-041-8/+5
|\
| * cmLocalGenerator: Remove 'optional' parameter from Convert.Stephen Kelly2015-06-041-5/+2
| * Port away from obsolete method.Stephen Kelly2015-06-031-3/+3
* | VS: Compute project GUIDs deterministicallyBrad King2015-06-041-10/+1
|/
* cmLocalGenerator: Require a valid cmState::Snapshot in the ctor.Stephen Kelly2015-05-271-2/+3
* VS: Do not accumulate configurations globally (#15577)Brad King2015-05-211-30/+24
* Use cmSystemTools::GetCMakeCommand() to get path to cmake internallyBrad King2015-05-201-3/+1
* VS: Move version information to global generator.Stephen Kelly2015-05-191-22/+25
* VS: Simplify setting of flag table.Stephen Kelly2015-05-191-3/+2
* cmLocalGenerator: Require a global generator in the constructor.Stephen Kelly2015-05-141-2/+3
* cmLocalGenerator: Require a parent in the constructor.Stephen Kelly2015-04-281-2/+3
* cmMakefile: Port users of GetStart* methods to new names.Stephen Kelly2015-04-201-7/+7
* cmMakefile: Rename GetCurrent{Output,Binary}Directory.Stephen Kelly2015-04-201-2/+2
* cmState: Move CacheEntryType enum from cmCacheManager.Stephen Kelly2015-04-131-2/+1
* Merge topic 'vs-Intel-Fortran-map-more-flags'Brad King2015-03-121-0/+7
|\
| * VS: Add more Fortran compiler flags to flag table (#15381)Oyvind Jensen2015-03-101-0/+7
* | Genex: Allow COMPILE_LANGUAGE when processing compile definitions.Stephen Kelly2015-03-091-1/+1
|/
* VS: Fix .vcproj and .vfproj file OutputDirectory generationBrad King2015-02-161-2/+11
* VS: Use $(ConfigurationName) as CMAKE_CFG_INTDIR in VS 7, 8, 9Brad King2015-02-161-1/+2
* Port all cmOStringStream to std::ostringstream.Stephen Kelly2015-01-111-2/+2
* Fix incremental linking setting for Fortran + VSZack Galbreath2014-11-211-2/+16
* VS: Support Intel Fortran 15 .vfproj generation (#15175)Brad King2014-09-301-0/+14
* VS: Add MASM support to VS 8 and 9 (#8170, #14984)Brad King2014-08-201-0/+51
* cmLocalVisualStudio7Generator: Rename local 'lang' varBrad King2014-08-131-3/+3
* VS: Encode mapped flag values in XML project files (#15031)Brad King2014-07-231-1/+1
* VS: Delay getting platform name in local generatorBrad King2014-07-171-8/+16
* Merge topic 'vs-vcproj-bool-case'Brad King2014-05-291-28/+28
|\
| * VS: Use lower-case boolean values in VS 7-9 (#14927)Mark Salisbury2014-05-281-28/+28
* | cmTarget: Make the source files depend on the config.Stephen Kelly2014-04-021-3/+6
* | cmTarget: Allow any generator expression in SOURCES property.Stephen Kelly2014-04-021-0/+4