summaryrefslogtreecommitdiffstats
path: root/Source/cmLocalVisualStudio7Generator.cxx
Commit message (Expand)AuthorAgeFilesLines
...
* VS: Specify WinCE subsystem also for DLLsMark Salisbury2013-02-131-0/+4
* Move GetCompileDefinitions to cmTarget.Stephen Kelly2013-01-291-2/+2
* Merge topic 'windows-ce'Brad King2012-11-281-3/+17
|\
| * VS: Support setting correct subsystem and entry point for WinCEPatrick Gansterer2012-11-261-3/+17
* | Revert "Move GetLinkInformation to cmGeneratorTarget"Stephen Kelly2012-11-211-6/+2
|/
* Resolve warnings about shadowing parameters and local variables.Stephen Kelly2012-11-131-3/+3
* Resolve warnings about used enum values in switch blocks.Stephen Kelly2012-11-131-0/+2
* Fix config-specific INCLUDE_DIRECTORIES in multi-config generatorsStephen Kelly2012-10-171-1/+1
* Merge topic 'vs-pdb-output'Brad King2012-10-011-3/+3
|\
| * Add PDB_OUTPUT_DIRECTORY and PDB_NAME target properties (#10830)Yuchen Deng2012-09-251-3/+3
* | Return a std::string from GetCompileDefinitions.Stephen Kelly2012-09-211-2/+2
* | Port remaining code to GetCompileDefinitions().Stephen Kelly2012-09-211-11/+4
* | Move GetIncludeDirectories to cmGeneratorTarget.Stephen Kelly2012-09-191-1/+3
* | Move GetLinkInformation to cmGeneratorTargetStephen Kelly2012-09-191-2/+6
|/
* Remove trailing whitespace from most CMake and C/C++ codeKitware Robot2012-08-131-42/+42
* VS: Set Intel Fortran 13 project versionZaheer Chothia2012-06-061-2/+4
* VS: Add CMakeLists.txt re-run rules at start of generationBrad King2012-03-281-18/+22
* Add $<TARGET_OBJECTS:...> expression to use an object libraryBrad King2012-03-161-5/+67
* Build object library targets in VSBrad King2012-03-131-0/+18
* Pre-compute object file names before VS project generationBrad King2012-03-091-22/+14
* Merge branch 'cleanup-object-file-names' into object-libraryBrad King2012-03-091-14/+1
|\
| * VS: Simplify object name computationBrad King2012-03-061-1/+1
| * Remove unused partial OBJECT_FILES property implementationBrad King2012-03-061-13/+0
* | Merge topic 'fix-12189-support-SBCS-in-VS'David Cole2012-03-081-0/+4
|\ \
| * | Visual Studio: Allow setting Single Byte Character Set (#12189)Aaron C. Meadows2012-02-171-0/+4
| |/
* | Extract and use the INCLUDE_DIRECTORIES target properties.Stephen Kelly2012-02-221-1/+1
|/
* Fix Intel Fortran .vfproj files for VS 10Brad King2011-12-131-0/+10
* Order VS local generator Version ivar values consistentlyBrad King2011-11-141-9/+9
* VS: Add VS_SCC_AUXPATH target property (#12549)Robert Dailey2011-11-011-0/+7
* Also, check for 11.x as an intel fortran version.Bill Hoffman2011-09-301-2/+2
* Use version 11.0 for 12.x and 9.10 for 10.x intel versions to fix 12.1 vsIDE.Bill Hoffman2011-09-301-4/+4
* Fortran: Add support for free- and fixed-form flagsBrad King2011-08-311-0/+25
* VS: Map Fortran free- and fixed-format flags to IDE optionsBrad King2011-08-311-0/+2
* VS: Map per-source Fortran flags to IDE optionsBrad King2011-08-311-2/+9
* Merge topic 'AutomocForQt'David Cole2011-08-251-23/+21
|\
| * Fix automoc with VS builds: apply patch from BillAlex Neundorf2011-08-181-23/+21
* | Merge topic 'add-vs9-midl-inc-dirs'David Cole2011-08-161-0/+7
|\ \
| * | VS9: Add include_directories to midl command linesDavid Cole2011-08-121-0/+7
| |/
* | Merge topic 'intel_fortran_vs2010'David Cole2011-08-161-0/+4
|\ \ | |/ |/|
| * Fix custom commands in VS2010 Fortran projects using CFG_INTDIR and test.Bill Hoffman2011-08-031-0/+4
* | Add support for Visual Studio project-specific globals (#8707)David Cole2011-07-291-4/+22
|/
* ENH: Fix Intel 12 plugin project generation for VS < 10Brad King2011-05-161-3/+7
* Merge topic 'vs-intel-dll-implib-outdir'Brad King2011-02-221-1/+1
|\
| * VS: Create a Fortran DLL's import library directoryBrad King2011-02-101-1/+1
* | Merge topic 'vs-link-flag-table'Brad King2011-02-221-0/+18
|\ \
| * | Add link flag table entries for VS 7,8,9Brad King2011-02-091-0/+18
| |/
* | VS7/8/9: Add flag map for string pooling option (#10397)Sebastian Herbst2011-02-011-0/+1
* | VS7/8/9: Map whole program optimization flags (#10263)Philip Lowman2011-02-011-0/+4
* | Add FloatingPointModel to the list of known VS7 generator flags.James Bigler2011-01-311-0/+5
|/
* Merge topic 'fix-11695-spaces-in-vs10-rc-defs'Brad King2011-01-281-3/+6
|\