summaryrefslogtreecommitdiffstats
path: root/Source/cmLocalVisualStudio7Generator.cxx
Commit message (Expand)AuthorAgeFilesLines
* Refactor target COMPILE_OPTIONS and COMPILE_FLAGS handlingBrad King2013-06-271-9/+3
* Add whitespace after colons in error messages.Stephen Kelly2013-06-211-1/+1
* Add cmLocalGenerator::GetCompileOptions.Stephen Kelly2013-06-021-1/+3
* VS: Allow /Fa to set AssemblerListingLocation (#14153)Brad King2013-05-201-1/+5
* Merge topic 'doc-improvements'Brad King2013-05-161-7/+7
|\
| * Fix spelling and typos (affecting users)Andreas Mohr2013-05-071-7/+7
* | VS: Separate compiler and linker PDB files (#11899, #14062)Brad King2013-04-051-10/+0
|/
* Fix the evaluation of per-config COMPILE_DEFINITIONS (#14037)Stephen Kelly2013-03-251-1/+0
* VS: Avoid empty source groups in some cases (#3474)Anton Helwart2013-03-081-7/+21
* VS: Specify WinCE subsystems correctly in VS 9 2008Mark Salisbury2013-02-131-3/+17
* 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