summaryrefslogtreecommitdiffstats
path: root/Source/cmLocalVisualStudio7Generator.cxx
Commit message (Expand)AuthorAgeFilesLines
* Make cmGlobalVisualStudioGenerator::VSVersion enum classSumit Bhardwaj2022-01-251-5/+8
* Consolidate usage of VsProjectTypeSumit Bhardwaj2021-12-231-2/+4
* VS: Add custom VCEnd labels only in C# projectsSumit Bhardwaj2021-12-161-3/+2
* Merge topic 'vs-csproj-scripts'Brad King2021-12-161-1/+12
|\
| * VS: add missing label in C# project-build eventsSteven Boswell2021-12-151-1/+12
* | cmCustomCommand: Track main dependency explicitlyNAKAMURA Takumi2021-12-141-4/+4
|/
* Merge topic 'vs-csproj-scripts'Brad King2021-12-031-2/+2
|\
| * VS: Revert "Add missing label in C# project-build events"Brad King2021-12-021-2/+2
* | Source: Fix possible IWYU warnings in Windows generatorsNAKAMURA Takumi2021-11-191-2/+19
* | cmLocalGenerator: Simplify Add{Custom,Utility}CommandNAKAMURA Takumi2021-11-181-9/+15
* | Source: Replace C headers with C++ onesRose2021-11-021-1/+2
|/
* VS: Map /Y- flag to not use precompiled headers with VS 2008Luigi Fiorentini2021-09-221-0/+1
* Rename cmProp in cmValueMarc Chevrier2021-09-211-21/+21
* Merge topic 'enh-AddCacheEntry-accepts-new-types'Marc Chevrier2021-09-101-1/+1
|\
| * Use new AddCacheEntry signaturesMarc Chevrier2021-09-101-1/+1
* | VS: Add missing label in C# project-build eventsSteven Boswell2021-09-091-2/+2
|/
* cmComputeLinkInformation: Improve type safety of item IsPath memberBrad King2021-05-291-1/+1
* cmLocalGenerator: Factor out relative path conversion helpersBrad King2021-05-131-9/+4
* Source: Remove unnecessary comparisons to nullptrVitaly Stakhovsky2021-05-101-2/+2
* cmCustomCommand: Record value of CMP0116 at time of creationKyle Edwards2021-02-231-4/+5
* PCH: Remove restrictions for REUSE_FROM signature for MSVCCristian Adam2021-02-021-1/+2
* Revert "PCH: Remove restrictions for REUSE_FROM signature for MSVC"Brad King2021-02-021-2/+1
* PCH: Remove restrictions for REUSE_FROM signature for MSVCCristian Adam2021-02-021-1/+2
* VS: Remove flag table entries for Fortran /Z* flagsVolker Jacht2020-10-221-3/+2
* Merge topic 'genexpr-for-mfc-flag'Brad King2020-10-011-1/+1
|\
| * VS: Teach CMAKE_MFC_FLAG to support generator expressionsAndrey Starodubtsev2020-09-301-1/+1
* | VS: Make ImportLibary generation optionalMark Jansen2020-09-301-5/+7
|/
* VS: Avoid unnecessary duplication of custom commands across targets in VS 9Brad King2020-09-081-1/+6
* cmLocalVisualStudio7Generator: Adopt SourcesVisited lookup tableBrad King2020-09-081-0/+9
* cmLocalVisualStudio7Generator: Consolidate target iterationBrad King2020-09-041-33/+11
* cmLocalVisualStudio7Generator: Generate targets in dependency orderBrad King2020-09-041-2/+3
* cmMakefile::GetDefinition: return cmPropVitaly Stakhovsky2020-09-021-6/+8
* WIN32_EXECUTABLE: Add support for generator expressionsKyle Edwards2020-08-211-1/+1
* Add INTERFACE libraries to generated buildsystem if they have SOURCESBrad King2020-08-071-3/+7
* Factor out generator checks for filtering out interface librariesBrad King2020-07-231-2/+2
* cmMakefile: Refactor API to better handle empty config valuesRobert Maynard2020-07-031-4/+5
* Merge topic 'fortran-preprocess-property'Brad King2020-05-221-0/+27
|\
| * Fortran: Add Fortran_PREPROCESS propertyPeter Hill2020-05-211-0/+27
* | Refactoring: Third-parties public headers are under cm3p prefixMarc Chevrier2020-05-071-2/+1
|/
* cmGeneratorTarget::GetProperty: return cmPropVitaly Stakhovsky2020-04-291-36/+29
* cmOutputConverter::GetFortranFormat(): delete const char* overloadVitaly Stakhovsky2020-04-271-1/+1
* Refactoring: add cm::contains to <cmext/algorithm>Marc Chevrier2020-04-171-1/+2
* Merge topic 'cmprop-source'Brad King2020-04-151-13/+14
|\
| * cmSourceFile::GetProperty: return cmPropVitaly Stakhovsky2020-04-141-13/+14
* | Add support to indicate UTF-8 custom command pipe output encodingJustin Goshi2020-04-131-3/+4
|/
* cmLocalGenerator: Convert GetStaticLibraryFlags to take original-case configBrad King2020-04-011-3/+2
* Merge topic 'string-prefix'Brad King2020-03-261-1/+2
|\
| * replace "std::string::find(x) == 0" with cmHasPrefix()Rolf Eike Beer2020-03-231-1/+2
* | Remove redundant calls to CollapseFullPathBrad King2020-03-241-3/+1
|/
* Convert more loops to range-based for-loopsVitaly Stakhovsky2020-03-101-3/+2