summaryrefslogtreecommitdiff
path: root/Source/cmVisualStudio10TargetGenerator.cxx
Commit message (Expand)AuthorAgeFilesLines
* 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
| |/ |/|
* | Merge topic 'custom-command-depend'Brad King2010-12-141-4/+6
|\ \ | |/
| * Improve signature of cmLocalGenerator::GetRealDependencyBrad King2010-12-081-4/+6
* | Enable 64-bit tools with VS 2010 Express (#9981, #10722)Brad King2010-12-011-0/+9
|/
* VS10: Order .vcxproj dependencies deterministically (#10502)Brad King2010-10-071-2/+5
* Merge topic 'vs10-custom-comments'Brad King2010-10-051-2/+28
|\
| * VS10: Encode custom command comments for echo (#11283)Brad King2010-10-011-2/+28
* | VS10: Skip targets with no linker language (#11230)Brad King2010-09-301-5/+13
|/
* VS10: Use $(IntDir) for per-source output directory (#11270)Brad King2010-09-271-1/+1
* VS2010: Set IntDir for utility and global targets.David Cole2010-09-131-28/+45
* VS2010: Honor PROJECT_LABEL target property (#10611)David Cole2010-09-091-0/+7
* Fix targets with . in the name for VS 10 IDE.Bill Hoffman2010-09-061-3/+2
* Merge topic 'target-dependencies-const'Brad King2010-08-311-1/+1
|\
| * Restore GetTargetDirectDepends const returnBrad King2010-08-251-1/+1
* | VS2010: Disable PDBs when there is no debug infoRobert Goulet2010-08-191-0/+9
|/
* Fix nested source groups with VS 10 (#9863)Christoph Watzl2010-06-111-0/+49
* Add STATIC_LIBRARY_FLAGS_<CONFIG> property (#10768)Brad King2010-05-281-5/+10
* Implement LINK_FLAGS_<CONFIG> in VS 10 generatorBrad King2010-05-281-0/+14
* Fix generation of .filters files for Visual Studio 2010 generator.David Cole2010-05-141-1/+7
* Fix for bug 10001, make vs 10 compiler .rc files correctlyBill Hoffman2009-12-091-30/+39
* Use backslashes in VS 10 library dependenciesBrad King2009-11-181-0/+1
* Revert "Always set OutputPath in VS 10 projects"Brad King2009-10-261-3/+0
* Fix the showing of non-cpp files in the IDEBill Hoffman2009-10-231-3/+7
* Detect and set Unicode character set in VS 10Brad King2009-10-231-11/+51
* Always set OutputPath in VS 10 projectsBrad King2009-10-231-4/+9
* Fix Microsoft.Cpp.$(Platform).user.props in VS10b2Brad King2009-10-221-6/+4
* WIP: VS 10 Win64 generatorBrad King2009-10-221-6/+9
* Fix for bugs #9756, #9690 and #9755, header files were not included, and link...Bill Hoffman2009-10-211-8/+25