summaryrefslogtreecommitdiffstats
path: root/Source/cmLocalVisualStudio7Generator.cxx
Commit message (Expand)AuthorAgeFilesLines
* 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
|\
| * Fix line too long KWStyle issue (#11695)David Cole2011-01-261-1/+2
| * VS10: Escape double quote chars in defines for rc files (#11695)David Cole2011-01-261-3/+5
* | Honor VS_SCC_* properties in Fortran targets (#10237)Brad King2011-01-171-11/+18
|/
* Merge topic 'fix-11461-add-midl-vs10'Brad King2011-01-111-1/+0
|\
| * VS10: Finish Midl support (#11461)David Cole2011-01-051-1/+0
* | Merge topic 'vs-Fortran-only-DLL'Brad King2011-01-111-1/+6
|\ \
| * | VS: Fix linking of Fortran-only DLL projects (#10803)Brian Bassett2011-01-061-1/+6
* | | Map multiple /FI flags for VS < 10 (#11649)Brad King2011-01-031-1/+1
| |/ |/|
* | Simplify VS generator ConstructScript interfaceBrad King2010-12-081-12/+2
* | Improve signature of cmLocalGenerator::GetRealDependencyBrad King2010-12-081-3/+6
* | Set Intel .vfproj RuntimeLibrary attributeBrad King2010-11-091-0/+1
* | Fix Intel .vfproj SubSystem attribute valuesBrad King2010-11-091-2/+4
* | VS: Map /ENTRY linker option to EntryPointSymbolPatrick Gansterer2010-08-261-0/+2
* | VS: Add more TargetMachine option valuesPatrick Gansterer2010-08-241-0/+15