summaryrefslogtreecommitdiffstats
path: root/Source/cmVisualStudio10TargetGenerator.cxx
Commit message (Expand)AuthorAgeFilesLines
...
* 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-221-8/+25
* Do not link library dependencies in VS solutionsBrad King2009-10-201-0/+7
* Fix use of module .def files for MS toolsBrad King2009-09-291-0/+5
* Do not parse preprocessor defs for VS 10 link/libBrad King2009-09-291-8/+8
* Make sure LINK_FLAGS are seen by generator, fix for part of bug#9613Bill Hoffman2009-09-291-0/+6
* Convert CMake to OSI-approved BSD LicenseBrad King2009-09-281-14/+9
* Put custom commands in topological order for VS 10Brad King2009-09-071-7/+27
* Do Windows command line escapes for VS 10 tooBrad King2009-09-071-12/+23
* Allow for static libraries to depend on other targets so that the MSBuild run...Bill Hoffman2009-08-051-5/+0
* ENH: remove INCLUDE_EXTERNAL_MSPROJECT name hack, and use target properties i...Bill Hoffman2009-07-141-20/+17
* ENH: almost all tests passing in vs 10, commit fixes preprocess and starts v...Bill Hoffman2009-07-131-28/+52
* ENH: add group support and fix borland errorBill Hoffman2009-07-111-41/+129
* ENH: change so rules show up in GUI, must be windows pathBill Hoffman2009-07-101-3/+6
* ENH: only 5 failing tests for VS 10Bill Hoffman2009-07-101-45/+173
* ENH: Pass config to cmTarget::GetLinkerLanguageBrad King2009-07-081-3/+6