summaryrefslogtreecommitdiffstats
path: root/Source/cmGlobalVisualStudioGenerator.cxx
Commit message (Expand)AuthorAgeFilesLines
* Use two-iterator std::set::insert where appropriate.Stephen Kelly2015-01-111-10/+2
* VS: Refactor CMAKE_FORCE_*64 platform definitionsBrad King2014-07-171-10/+0
* cmTarget: Make the source files depend on the config.Stephen Kelly2014-04-021-1/+9
* Merge topic 'target-objects-refactor'Brad King2014-03-171-43/+4
|\
| * cmGlobalGenerator: Make ComputeTargetObjects non-virtualStephen Kelly2014-03-151-24/+0
| * cmLocalGenerator: Add ComputeObjectFilenames interface.Stephen Kelly2014-03-131-34/+14
| * cmGeneratorTarget: Constify cmSourceFile* in containers.Stephen Kelly2014-03-131-5/+5
| * cmGlobalGenerator: Extract a ComputeTargetObjectDirectory interface.Stephen Kelly2014-03-131-1/+6
* | Encoding: If configured, write Visual Studio project files as UTF-8.Clinton Stimpson2014-03-141-1/+2
|/
* stringapi: Use strings for generator namesBen Boeckel2014-03-081-2/+2
* strings: Remove cmStdString referencesBen Boeckel2014-03-081-4/+4
* stringapi: Use strings in target nameBen Boeckel2014-03-081-3/+3
* OS X: Make sure RPATHs are unique to avoid possible corruption.Clinton Stimpson2014-02-031-0/+17
* cmGeneratorTarget: Add methods to access source file groups.Stephen Kelly2014-01-091-6/+8
* Constify handling of target dependencies.Stephen Kelly2013-12-111-11/+13
* Windows: Use wide-character system APIsClinton Stimpson2013-12-091-33/+39
* VS: Switch to internal CMAKE_MAKE_PROGRAM lookup by generatorsBrad King2013-11-181-0/+13
* Add the INTERFACE_LIBRARY target type.Stephen Kelly2013-10-071-0/+4
* VS: Replace ArchitectureId with PlatformNamePatrick Gansterer2013-08-051-4/+0
* Fix spelling and typos (non-binary)Andreas Mohr2013-05-071-1/+1
* VS: Change variable type of ArchitectureId from const char* to stringPatrick Gansterer2012-11-261-2/+2
* VS: Add static method to get the base of the registryPatrick Gansterer2012-11-261-2/+9
* VS: Remove AddPlatformDefinitions from platform-specific generatorsPatrick Gansterer2012-11-191-0/+6
* Resolve warnings about shadowing parameters and local variables.Stephen Kelly2012-11-131-1/+0
* VS: Simplify MSVC version reportingBrad King2012-08-301-6/+0
* VS: Cleanup AddPlatformDefinitions() of Visual Studio generatorsPatrick Gansterer2012-08-221-0/+14
* Remove trailing whitespace from most CMake and C/C++ codeKitware Robot2012-08-131-1/+1
* VS: Add CMakeLists.txt re-run rules at start of generationBrad King2012-03-281-0/+10
* Add OBJECT_LIBRARY target typeBrad King2012-03-131-1/+7
* Pre-compute and store target object directory in cmGeneratorTargetBrad King2012-03-121-0/+16
* Pre-compute object file names before VS project generationBrad King2012-03-091-1/+45
* Avoid passing string literal to char* typeBrad King2010-12-281-2/+3
* Use modern global dependency graph for VS < 8 depsBrad King2010-11-181-68/+136
* Merge topic 'vs-project-groups'Brad King2010-09-081-0/+15
|\
| * Add FOLDER target property, for IDEs (#3796)David Cole2010-09-031-0/+15
* | Refactor VS <= 7.1 utility-depends workaroundBrad King2010-08-241-164/+27
* | Factor out duplicate VS target dependency codeBrad King2010-08-241-0/+58
|/
* Add alternative _UTILITY targets to all solutionsBrad King2009-10-011-0/+24
* Move OrderedTargetDependSet into VS superclassBrad King2009-09-301-0/+28
* Convert CMake to OSI-approved BSD LicenseBrad King2009-09-281-14/+9
* Create VS generator GetRegistryBase methodBrad King2009-09-161-0/+8
* ENH: remove INCLUDE_EXTERNAL_MSPROJECT name hack, and use target properties i...Bill Hoffman2009-07-141-13/+0
* ENH: only 5 failing tests for VS 10Bill Hoffman2009-07-101-1/+17
* BUG: Fix issue #7088 - do not emit error messages when attempts to run Visual...David Cole2008-07-301-3/+5
* STYLE: fix warningBill Hoffman2008-05-011-1/+0
* ENH: add support for Intel Fortran Visual studio IDEBill Hoffman2008-04-301-0/+15
* ENH: Add code to support calling the VS reload macro from Visual Studio 7.1 a...David Cole2008-02-151-17/+27
* ENH: Updated exporting and importing of targets to support libraries and conf...Brad King2008-01-281-3/+3
* ENH: Make static library targets depend on targets to which they "link" for t...Brad King2007-12-211-0/+33
* STYLE: Fixed line-too-long. COMP: Fixed warnings about lossy conversions.Brad King2007-11-201-16/+31