summaryrefslogtreecommitdiff
path: root/Source/cmLocalVisualStudio10Generator.cxx
Commit message (Expand)AuthorAgeFilesLines
* clang-tidy: fix `modernize-use-override` lintsBen Boeckel2022-11-291-4/+4
* clang-tidy: fix `modernize-use-equals-default` lintsBen Boeckel2022-11-291-3/+1
* Source: Fix possible IWYU warnings in Windows generatorsNAKAMURA Takumi2021-11-201-5/+6
* cmLocalVisualStudio7Generator: Adopt SourcesVisited lookup tableBrad King2020-09-081-7/+0
* cmLocalVisualStudio7Generator: Consolidate target iterationBrad King2020-09-041-13/+1
* cmLocalVisualStudio10Generator: Simplify target ordering by dependenciesBrad King2020-09-041-22/+7
* Factor out generator checks for filtering out interface librariesBrad King2020-07-231-1/+1
* Refactoring: Third-parties public headers are under cm3p prefixMarc Chevrier2020-05-071-1/+1
* Source: use std::string in place of const char*Vitaly Stakhovsky2020-01-291-2/+1
* Refactoring: use append functions from cmext/algorithmMarc Chevrier2019-12-171-1/+3
* cmLocalGenerator: modernize memory managementMarc Chevrier2019-11-111-2/+4
* Revise include order using clang-format-6.0Kitware Robot2019-10-011-2/+2
* Source sweep: Use cmStrCat for string concatenationSebastian Holtermann2019-08-221-2/+1
* Factor out enum MessageType into dedicated headerBruno Manganelli2019-01-161-0/+1
* Revise C++ coding style using clang-format-6.0Kitware Robot2018-06-011-2/+3
* VS: Generate a custom command only in the least dependent targetFujii Hironori2018-04-231-13/+39
* 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