summaryrefslogtreecommitdiff
path: root/Source/cmLocalVisualStudio7Generator.cxx
Commit message (Expand)AuthorAgeFilesLines
* Remove c_str() calls from stream arguments.Daniel Pfeifer2016-06-061-4/+4
* call static cmOutputConverter::GetFortranFormat without objectDaniel Pfeifer2016-06-061-2/+4
* Use enums defined in cmOutputConverter using their fully qualified name.Daniel Pfeifer2016-05-251-18/+23
* Revise C++ coding style using clang-formatKitware Robot2016-05-161-1252/+962
* Remove `//------...` horizontal separator commentsBrad King2016-05-091-14/+0
* Isolate formatted streaming blocks with clang-format off/onBrad King2016-05-061-0/+34
* Format include directive blocks and ordering with clang-formatBrad King2016-04-291-5/+5
* Source: Stabilize include orderBrad King2016-04-291-1/+2
* VS: Map Intel Fortran `/MP` flag for multi-processor compilation (#15990)Brad King2016-03-291-0/+5
* VS: Fix WinCE remote debugger tool per-config target nameBrad King2016-03-171-1/+2
* VS: Optionally generate remote directory for WinCE projectsAndrej Bosik2016-03-151-0/+26
* cmLocalVisualStudio7Generator: Fix name of helper functionBrad King2016-03-091-3/+3
* cmGeneratorTarget: Add API for property keysStephen Kelly2015-10-271-5/+6
* VS7: Port some implementation details to cmGeneratorTargetStephen Kelly2015-10-271-4/+4
* cmGeneratorTarget: Add API for target-relative commands.Stephen Kelly2015-10-261-4/+4
* VS: Port interface to cmGeneratorTargetStephen Kelly2015-10-241-2/+2
* VS: Port TargetIsFortranOnly to cmGeneratorTargetStephen Kelly2015-10-241-1/+1
* VS: Port ImplibDir to cmGeneratorTargetStephen Kelly2015-10-241-1/+1
* VS: Port ComputeLongestObjectDirectory to cmGeneratorTargetStephen Kelly2015-10-241-5/+3
* VS7: Port to cmGeneratorTargetStephen Kelly2015-10-241-110/+98
* Port to GetGeneratorTargets.Stephen Kelly2015-10-241-24/+21
* cmGeneratorTarget: Move GetExportMacro from cmTarget.Stephen Kelly2015-10-211-1/+1
* cmLocalGenerator: Port some API to cmGeneratorTarget.Stephen Kelly2015-10-171-2/+2
* cmGeneratorTarget: Move GetTargetVersion from cmTarget.Stephen Kelly2015-10-161-4/+4
* Merge topic 'clean-up-cmTarget'Brad King2015-10-161-38/+38
|\
| * cmState: Move TargetType enum from cmTarget.Stephen Kelly2015-10-151-38/+38
* | cmLocalGenerator: Port GetTargetDirectory to cmGeneratorTarget.Stephen Kelly2015-10-151-5/+7
|/
* Merge topic 'use-generator-target'Brad King2015-10-121-9/+9
|\
| * cmGeneratorTarget: Move GetPDBDirectory from cmTarget.Stephen Kelly2015-10-091-2/+2
| * cmGeneratorTarget: Move GetDirectory from cmTarget.Stephen Kelly2015-10-091-7/+7
* | cmLocalGenerator: Add current source directory accessor.Stephen Kelly2015-10-101-1/+1
* | cmLocalGenerator: Add current binary directory accessor.Stephen Kelly2015-10-101-8/+8
* | cmLocalGenerator: Add Home directory accessors.Stephen Kelly2015-10-091-3/+3
|/
* cmGeneratorTarget: Add methods for generate-time source addition.Stephen Kelly2015-10-071-2/+6
* 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