summaryrefslogtreecommitdiffstats
path: root/Source/cmLocalVisualStudio7Generator.cxx
Commit message (Expand)AuthorAgeFilesLines
* MSVC: Add support for ARM64 architectureMinmin Gong2017-09-121-0/+1
* Performance: Fix a few more unnecessary vector copies missed in af3fd6fAaron Orenstein2017-08-181-8/+9
* IPO: Consider support for each language separatelyBrad King2017-06-141-1/+1
* Merge topic '16760-refactor-get-mac-content-directory'Brad King2017-04-211-2/+4
|\
| * Replace boolean `implib` parameters with enumGregor Jasny2017-04-201-2/+4
* | Drop Visual Studio 7 .NET 2003 generatorBrad King2017-04-191-20/+9
|/
* VS: Teach generators how to mark per-config source filesBrad King2017-04-131-21/+42
* VS: List config-specific object library files on link linesBrad King2017-04-131-11/+10
* Use quotes for non-system includesDaniel Pfeifer2017-04-111-1/+1
* VS: Simplify logic collecting object library files as sourcesBrad King2017-04-111-26/+21
* Merge topic 'ipo-policy-CMP0069'Brad King2017-03-311-0/+3
|\
| * Add policy CMP0069 to enforce INTERPROCEDURAL_OPTIMIZATIONRuslan Baratov2017-03-301-0/+3
* | VS: Fix OBJECT library support in Intel Fortran projectsChristian Pfeiffer2017-03-281-4/+6
|/
* Merge topic 'module-def-and-WINDOWS_EXPORT_ALL_SYMBOLS'Brad King2017-03-221-1/+1
|\
| * Support WINDOWS_EXPORT_ALL_SYMBOLS with `.def` filesBrad King2017-03-211-1/+1
* | fix include order of windows.hDaniel Pfeifer2017-03-141-1/+1
|/
* Refactor WINDOWS_EXPORT_ALL_SYMBOLS implementationBrad King2017-03-091-18/+9
* Refactor module definition file selectionBrad King2017-03-091-7/+5
* VS: Refactor AdditionalOptions generationBrad King2017-02-151-4/+0
* VS: Fix quoting of special characters in cmake re-run check commandsBrad King2017-02-061-4/+2
* Add generator expression support to per-source COMPILE_FLAGSZsolt Parragi2016-10-281-1/+3
* cmState: Move CacheEntryType enum to separate namespaceStephen Kelly2016-10-191-1/+1
* cmState: Move TargetType enum to separate namespaceStephen Kelly2016-10-191-38/+39
* Simplify CMake per-source license noticesBrad King2016-09-271-11/+2
* Convert: Move access to CurrentBinaryDirectory out of loopsStephen Kelly2016-09-191-6/+8
* Convert: Avoid START_OUTPUT enum when converting to relative pathsStephen Kelly2016-09-191-5/+5
* Convert: Replace Convert(FULL) with equivalentStephen Kelly2016-08-271-2/+2
* Convert: Replace UNCHANGED conversions with new API callStephen Kelly2016-08-271-10/+8
* VS: Replace FULL/UNCHANGED conversion with equivalentStephen Kelly2016-08-271-2/+2
* Windows: Honor WINDOWS_EXPORT_ALL_SYMBOLS for executables with exportsYury Zhuravlev2016-07-111-2/+4
* Avoid using KWSys auto_ptr by adopting it ourselvesBrad King2016-06-291-1/+1
* 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