summaryrefslogtreecommitdiff
path: root/Source/cmVisualStudio10TargetGenerator.cxx
Commit message (Expand)AuthorAgeFilesLines
* VS10: Generate relative source paths when possible (#12570)Brad King2012-04-271-4/+15
* VS11: Do not use source path conversion workaround specific to VS 10Brad King2012-04-271-7/+22
* VS10: Convert paths normally unless forced to relativeBrad King2012-04-271-19/+20
* VS10: Simplify vcxproj.filter file generationBrad King2012-04-271-63/+15
* VS10: Refactor custom commands to use WriteSourceBrad King2012-04-271-13/+19
* VS10: Avoid creating .rule files next to outputs (#13141)Brad King2012-04-181-1/+2
* Cleanup custom command .rule file internal handlingBrad King2012-04-181-1/+1
* VS10: Fix external objects generated outside target (#13047)Brad King2012-03-201-13/+4
* Simplify cmVisualStudio10TargetGenerator source classificationBrad King2012-03-191-87/+56
* Add $<TARGET_OBJECTS:...> expression to use an object libraryBrad King2012-03-161-0/+44
* Build object library targets in VSBrad King2012-03-131-12/+26
* Pre-compute object file names before VS project generationBrad King2012-03-091-10/+3
* Simplify cmVisualStudio10TargetGenerator using cmGeneratorTargetBrad King2012-03-091-27/+10
* Merge branch 'cleanup-object-file-names' into object-libraryBrad King2012-03-091-7/+1
|\
| * VS: Simplify object name computationBrad King2012-03-061-7/+1
* | Merge topic 'fix-12189-support-SBCS-in-VS'David Cole2012-03-081-0/+5
|\ \
| * | Visual Studio: Allow setting Single Byte Character Set (#12189)Aaron C. Meadows2012-02-171-0/+5
| |/
* | Extract and use the INCLUDE_DIRECTORIES target properties.Stephen Kelly2012-02-221-1/+1
|/
* VS: Simplify ;-separated attribute value parsingBrad King2012-02-031-34/+20
* VS: Add support for WinRT project properties (#12930)Eugene Golushkov2012-02-031-1/+37
* VS10: Fix /pdb option vcxproj element name (#12328)Brad King2012-01-091-1/+1
* VS: Add support for three new project properties (#12586)Aaron Ten Clay2011-11-281-1/+56
* Merge topic 'vs-version-ivar'David Cole2011-11-151-4/+4
|\
| * Order VS local generator Version ivar values consistentlyBrad King2011-11-141-4/+4
* | Merge topic 'fix-11213-vs10-mfc-support'David Cole2011-11-151-4/+12
|\ \ | |/ |/|
| * VS10: Use expected values for UseOfMfc (#11213)David Cole2011-11-041-4/+12
* | VS: Add VS_SCC_AUXPATH target property (#12549)Robert Dailey2011-11-011-1/+9
|/
* VS10: Avoid unnecessary rebuilds for custom commandsDavid Cole2011-08-181-1/+1
* Merge topic 'intel_fortran_vs2010'David Cole2011-08-161-0/+7
|\
| * Fix custom commands in VS2010 Fortran projects using CFG_INTDIR and test.Bill Hoffman2011-08-031-0/+7
* | VS10: Add SCC supportSteven Velez2011-07-291-2/+17
|/
* Merge topic 'use_devenv_forvs2010'Brad King2011-06-241-1/+15
|\
| * Use relative paths for custom command inputs.Bill Hoffman2011-06-221-10/+15
| * Revert "With very long file names, VS 2010 was unable to compile files."Bill Hoffman2011-06-211-1/+10
* | Fix for bug #11927, external project git clone step always runs vs10.Bill Hoffman2011-06-071-0/+11
|/
* VS10: Write header-only files in correct xml element (#11925)David Cole2011-05-231-5/+5
* Fix for bug where VS2010 did not use .obj files as part of the build.Bill Hoffman2011-04-011-5/+21
* With very long file names, VS 2010 was unable to compile files.Bill Hoffman2011-03-231-10/+1
* VS2010: Fixed GenerateManifest flag (#10704)David Cole2011-02-091-1/+13
* VS10: Escape double quote chars in defines for rc files (#11695)David Cole2011-01-251-4/+7
* VS10: Load projects with obj "source" files (#11147)David Cole2011-01-211-49/+54
* Merge topic 'fix_source_groups_for_custom_targets_vs10'Brad King2011-01-111-1/+1
|\
| * Add support for source files in custom targets for VS 10 (Bug#11330).Bill Hoffman2011-01-061-1/+1
* | Merge topic 'fix-11461-add-midl-vs10'Brad King2011-01-111-3/+23
|\ \ | |/ |/|
| * VS10: Finish Midl support (#11461)David Cole2011-01-051-3/+23
* | Merge topic 'add_preprocessor_def_vs2010_resources'Brad King2011-01-041-1/+4
|\ \ | |/ |/|
| * Add flags to resource builds on vs 2010 with a test.Bill Hoffman2010-12-211-1/+4
* | Merge topic 'custom-command-refactor'Brad King2010-12-211-14/+2
|\ \
| * | Simplify VS generator ConstructScript interfaceBrad King2010-12-081-14/+2
* | | Fix vs2010 project generation error when HEADER_FILE_ONLY is set.Bill Hoffman2010-12-201-1/+1
| |/ |/|