summaryrefslogtreecommitdiffstats
path: root/Source/cmLocalVisualStudio7Generator.cxx
Commit message (Expand)AuthorAgeFilesLines
* Port all cmOStringStream to std::ostringstream.Stephen Kelly2015-01-111-2/+2
* Fix incremental linking setting for Fortran + VSZack Galbreath2014-11-211-2/+16
* VS: Support Intel Fortran 15 .vfproj generation (#15175)Brad King2014-09-301-0/+14
* VS: Add MASM support to VS 8 and 9 (#8170, #14984)Brad King2014-08-201-0/+51
* cmLocalVisualStudio7Generator: Rename local 'lang' varBrad King2014-08-131-3/+3
* VS: Encode mapped flag values in XML project files (#15031)Brad King2014-07-231-1/+1
* VS: Delay getting platform name in local generatorBrad King2014-07-171-8/+16
* Merge topic 'vs-vcproj-bool-case'Brad King2014-05-291-28/+28
|\
| * VS: Use lower-case boolean values in VS 7-9 (#14927)Mark Salisbury2014-05-281-28/+28
* | cmTarget: Make the source files depend on the config.Stephen Kelly2014-04-021-3/+6
* | cmTarget: Allow any generator expression in SOURCES property.Stephen Kelly2014-04-021-0/+4
* | cmTarget: Use string API to add sources to cmTarget objects.Stephen Kelly2014-03-311-2/+2
* | Encoding: If configured, write Visual Studio project files as UTF-8.Clinton Stimpson2014-03-141-4/+8
* | Generalize cmCustomCommandGenerator to more fieldsBrad King2014-03-121-11/+13
* | stringapi: Use strings for dependency informationBen Boeckel2014-03-081-1/+1
* | stringapi: Miscellaneous char* parametersBen Boeckel2014-03-081-4/+4
* | stringapi: Pass configuration names as stringsBen Boeckel2014-03-081-7/+9
* | strings: Remove cmStdString referencesBen Boeckel2014-03-081-3/+3
* | stringapi: Take strings in escaping functionsBen Boeckel2014-03-081-2/+2
* | stringapi: Use strings for VS project namesBen Boeckel2014-03-081-3/+2
* | stringapi: Use strings in target nameBen Boeckel2014-03-081-15/+15
* | stringapi: Use strings for the languagesBen Boeckel2014-03-081-16/+16
* | VS: For Intel Fortran .vfproj put OBJECT libs in link line (#14777)Brad King2014-02-271-4/+4
* | MSVC: Add properties to configure compiler PDB files (#14762)Brad King2014-02-261-1/+12
|/
* cmMakefile: Make FindSourceGroup const.Stephen Kelly2014-01-221-2/+2
* cmTarget: Make GetSourceFiles populate an out-vector parameter.Stephen Kelly2014-01-091-1/+2
* cmGeneratorTarget: Add methods to access source file groups.Stephen Kelly2014-01-091-2/+2
* Use cmsys::[io]fstream instead of cmsys_ios::[io]fstream.Clinton Stimpson2014-01-071-3/+3
* Windows: Use wide-character system APIsClinton Stimpson2013-12-091-1/+1
* Merge topic 'vs9-map-Fd'Brad King2013-11-201-0/+2
|\
| * VS: Map /Fd to ProgramDataBaseFileName for VS 7,8,9 (#14577)Brad King2013-11-181-0/+2
* | VS: Set .NET target framework version for VS 7-9 (#14499)Brad King2013-10-211-0/+5
* | VS: Expose Intel Fortran .vfproj format version to CMake languageBrad King2013-10-181-29/+1
* | Add the INTERFACE_LIBRARY target type.Stephen Kelly2013-10-071-1/+11
|/
* VS: Future-proof Intel project format selectionBrad King2013-09-101-7/+11
* Merge topic 'optimize-custom-command-dependencies'Brad King2013-08-071-4/+3
|\
| * VS 6,7: Refactor local generators to avoid GetSourceFileWithOutputBrad King2013-08-061-4/+3
* | Fix setting of the entry point symbol for Windows CE (#14088)Patrick Gansterer2013-08-051-9/+12
|/
* Unify the way the flags of a static library are readPatrick Gansterer2013-07-311-11/+1
* Refactor cmTarget::GetCompileDefinitions to use an out-vector, not a string.Stephen Kelly2013-07-111-1/+3
* 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