summaryrefslogtreecommitdiffstats
path: root/Source/cmVisualStudio10TargetGenerator.cxx
Commit message (Expand)AuthorAgeFilesLines
* 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
* ENH: Simpler cmTarget::GetLinkerLanguage signatureBrad King2009-07-071-8/+4
* ENH: fix line lengthBill Hoffman2009-06-281-6/+31
* ENH: fix line length issuesBill Hoffman2009-06-261-10/+14
* ENH: remove debug printBill Hoffman2009-06-261-2/+0
* ENH: add obj file support and remove a warningBill Hoffman2009-06-261-8/+37
* ENH: first pass at VS 10, can bootstrap CMake, but many tests still failBill Hoffman2009-06-251-0/+965