summaryrefslogtreecommitdiff
path: root/Source/cmLocalVisualStudio7Generator.cxx
Commit message (Expand)AuthorAgeFilesLines
* 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
* Modernize memory managementMarc Chevrier2020-03-051-5/+4
* Merge branch 'backport-3.16-link-line-backtrace'Brad King2020-02-101-2/+2
|\
| * Propagate backtraces from LINK_LIBRARIES through to link line itemsBrad King2020-02-101-2/+2
* | cmLocalVisualStudio7Generator: clean up c_str()Vitaly Stakhovsky2020-01-201-48/+43
* | Merge topic 'vs-Fortran-link-flags'Brad King2020-01-141-0/+8
|\ \ | |/
| * VS: Add Fortran link flag table entries for /OPT:*Pavel Liavonau2020-01-131-0/+8
| * Merge branch 'pch-generate' into release-3.16Brad King2019-10-101-2/+16
| |\
* | | cmTarget: add std::string overloadsVitaly Stakhovsky2019-12-141-1/+1
* | | cmMakefile: Delay custom command creationDaniel Eiband2019-11-241-6/+6
* | | Merge topic 'tag-std-string'Brad King2019-11-131-1/+1
|\ \ \
| * | | cmVisualStudio10TargetGenerator: use std::string for tagVitaly Stakhovsky2019-11-101-1/+1
* | | | cmLocalGenerator: modernize memory managementMarc Chevrier2019-11-111-7/+7
|/ / /
* | | cmGeneratorTarget: Return non-const sources from GetAllConfigSourcesBrad King2019-10-171-1/+1
* | | Merge topic 'pch-generate'Brad King2019-10-101-2/+16
|\ \ \ | |/ / |/| / | |/
| * PCH: Generate sources during Compute stepCristian Adam2019-10-091-2/+16
* | VS: Tell VS 16.4 not to verify CMake-provided custom command outputsBrad King2019-10-071-0/+4
|/
* Unity build: Generate sources during Compute stepBrad King2019-10-031-1/+0
* Revise include order using clang-format-6.0Kitware Robot2019-10-011-7/+8
* cmCustomCommandLine: Provide command line make functionsDaniel Eiband2019-09-161-17/+8