summaryrefslogtreecommitdiff
path: root/Source/cmLocalVisualStudio10Generator.cxx
Commit message (Expand)AuthorAgeFilesLines
* VS: Use range-based 'for' loops in generator codeVitaly Stakhovsky2017-12-211-8/+6
* VS: Adapt project parsers to support "ProjectGUID" without curly bracketsFredrik Orderud2017-09-261-1/+6
* Performance: Fix a few more unnecessary vector copies missed in af3fd6fAaron Orenstein2017-08-181-2/+2
* Use quotes for non-system includesDaniel Pfeifer2017-04-111-1/+1
* cmState: Move CacheEntryType enum to separate namespaceStephen Kelly2016-10-191-1/+1
* cmState: Move TargetType enum to separate namespaceStephen Kelly2016-10-191-1/+1
* Simplify CMake per-source license noticesBrad King2016-09-271-11/+2
* fix a load of include-what-you-use violationsDaniel Pfeifer2016-09-031-0/+2
* Revise C++ coding style using clang-formatKitware Robot2016-05-161-61/+44
* Remove `//------...` horizontal separator commentsBrad King2016-05-091-2/+0
* Format include directive blocks and ordering with clang-formatBrad King2016-04-291-2/+2
* Source: Stabilize include orderBrad King2016-04-291-0/+2
* Remove some obsolete declarationsStephen Kelly2015-10-271-1/+0
* VS: Port TargetIsFortranOnly to cmGeneratorTargetStephen Kelly2015-10-241-1/+1
* VS7: Port to cmGeneratorTargetStephen Kelly2015-10-241-1/+1
* VS10: Port to cmGeneratorTarget.Stephen Kelly2015-10-241-1/+1
* Port to GetGeneratorTargets.Stephen Kelly2015-10-241-6/+7
* cmState: Move TargetType enum from cmTarget.Stephen Kelly2015-10-151-1/+1
* cmLocalGenerator: Create from already-constructed cmMakefile.Stephen Kelly2015-08-281-3/+2
* cmLocalGenerator: Remove Parent pointer.Stephen Kelly2015-08-281-2/+1
* Replace foo.size() pattern with !foo.empty().Stephen Kelly2015-08-241-1/+1
* VS: Compute project GUIDs deterministicallyBrad King2015-06-041-2/+1
* cmLocalGenerator: Require a valid cmState::Snapshot in the ctor.Stephen Kelly2015-05-271-2/+3
* VS: Move version information to global generator.Stephen Kelly2015-05-191-2/+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
* cmState: Move CacheEntryType enum from cmCacheManager.Stephen Kelly2015-04-131-1/+1
* stringapi: Miscellaneous char* parametersBen Boeckel2014-03-081-4/+4
* Add the INTERFACE_LIBRARY target type.Stephen Kelly2013-10-071-0/+4
* Remove trailing whitespace from most CMake and C/C++ codeKitware Robot2012-08-131-6/+6
* include_external_msproject: Add TYPE, GUID, PLATFORM options (#13120)Leonid Yurchenko2012-04-161-0/+8
* VS: Add CMakeLists.txt re-run rules at start of generationBrad King2012-03-281-18/+0
* Order VS local generator Version ivar values consistentlyBrad King2011-11-141-1/+2
* Initial support for Intel Fortran VS2010.Bill Hoffman2011-07-081-4/+12
* VS10: Fix working directory of consecutive custom commands (#11938)Brad King2011-04-081-2/+2
* VS10: stop build on custom command error (#11533)David Cole2010-12-171-0/+6
* Fix for bug#10483, INCLUDE_EXTERNAL_MSPROJECT: ProjectGUID now ProjectGuidBill Hoffman2010-07-131-1/+1
* WIP: VS 10 Win64 generatorBrad King2009-10-221-4/+4
* Convert CMake to OSI-approved BSD LicenseBrad King2009-09-281-14/+9
* Do Windows command line escapes for VS 10 tooBrad King2009-09-071-1/+0
* ENH: remove INCLUDE_EXTERNAL_MSPROJECT name hack, and use target properties i...Bill Hoffman2009-07-141-2/+1
* ENH: almost all tests passing in vs 10, commit fixes preprocess and starts v...Bill Hoffman2009-07-131-0/+62
* ENH: only 5 failing tests for VS 10Bill Hoffman2009-07-101-1/+1
* ENH: first pass at VS 10, can bootstrap CMake, but many tests still failBill Hoffman2009-06-251-0/+64