summaryrefslogtreecommitdiffstats
path: root/Source/cmLocalVisualStudio6Generator.cxx
Commit message (Expand)AuthorAgeFilesLines
* Remove trailing whitespace from most CMake and C/C++ codeKitware Robot2012-08-131-93/+93
* Cleanup custom command .rule file internal handlingBrad King2012-04-181-1/+1
* VS: Add CMakeLists.txt re-run rules at start of generationBrad King2012-03-281-12/+17
* Add $<TARGET_OBJECTS:...> expression to use an object libraryBrad King2012-03-161-1/+35
* Build object library targets in VSBrad King2012-03-131-9/+32
* Pre-compute object file names before VS project generationBrad King2012-03-091-29/+35
* Merge branch 'cleanup-object-file-names' into object-libraryBrad King2012-03-091-12/+1
|\
| * VS: Simplify object name computationBrad King2012-03-061-1/+1
| * Remove unused partial OBJECT_FILES property implementationBrad King2012-03-061-11/+0
* | Merge topic 'fix-12189-support-SBCS-in-VS'David Cole2012-03-081-3/+5
|\ \
| * | VS6: Avoid _MBCS define when _SBCS is defined (#12189)David Cole2012-02-211-3/+5
| |/
* | Extract and use the INCLUDE_DIRECTORIES target properties.Stephen Kelly2012-02-221-45/+60
|/
* Order VS local generator Version ivar values consistentlyBrad King2011-11-141-1/+2
* VS: Create a Fortran DLL's import library directoryBrad King2011-02-101-1/+1
* Record backtrace in cmCustomCommandBrad King2010-12-151-1/+1
* Simplify VS generator ConstructScript interfaceBrad King2010-12-081-13/+2
* Improve signature of cmLocalGenerator::GetRealDependencyBrad King2010-12-081-4/+6
* Fix KWStyle line length issues.Bill Hoffman2010-09-151-1/+2
* Fix line-too-long style errorsBrad King2010-09-101-1/+2
* Add STATIC_LIBRARY_FLAGS_<CONFIG> property (#10768)Brad King2010-05-281-0/+40
* Fix LINK_FLAGS_<CONFIG> in VS 6 generatorBrad King2010-05-281-29/+45
* Fix for Bug#10700, COMPILE_DEFINITIONS_MINSIZEREL missing REL part.Bill Hoffman2010-05-111-4/+4
* Create a static library's output dir for VS 6Brad King2009-10-281-0/+33
* Use per-config output dir in VS 6 templatesBrad King2009-10-281-0/+34
* Remove unused members of local VS 6 generatorBrad King2009-09-301-3/+0
* Convert CMake to OSI-approved BSD LicenseBrad King2009-09-281-14/+9
* Silence VS generator for missing CMakeLists.txtBrad King2009-09-021-0/+4
* ENH: remove INCLUDE_EXTERNAL_MSPROJECT name hack, and use target properties i...Bill Hoffman2009-07-141-1/+3
* ENH: Simpler cmTarget::GetLinkerLanguage signatureBrad King2009-07-071-4/+2
* BUG: Avoid cmTarget::GetDirectory for utilitiesBrad King2009-07-031-7/+9
* STYLE: Replace large if() with named booleanBrad King2009-07-031-2/+3
* BUG: Create an exe's implib output dir for VS 6Brad King2009-06-161-0/+6
* ENH: Refactor VS 6 build event generationBrad King2009-06-161-86/+65
* ENH: Support more preprocessor values in VS6Brad King2009-04-241-2/+3
* ENH: Support preprocessor def values in VS6Brad King2009-03-231-3/+3
* ENH: Refactor passing of max length object dirBrad King2008-12-161-11/+11
* STYLE: Fix line length style violations.David Cole2008-12-101-2/+4
* COMP: Fix the ExternalProject test for Visual Studio 6. Visual Studio 6 *.dsp...David Cole2008-12-091-16/+24
* STYLE: fix link length issuesBill Hoffman2008-12-081-11/+31
* BUG: fix for bug #8216Bill Hoffman2008-12-041-7/+6
* BUG: fix for rc and vs6Bill Hoffman2008-12-031-25/+34
* BUG: fix empty /D option for vs6, fix for 7580Bill Hoffman2008-09-091-1/+8
* COMP: Fix build with concept checking of STL.Brad King2008-05-161-1/+1
* BUG: fix for 6720, source groups on vs6 not workingBill Hoffman2008-04-211-1/+1
* BUG: cmTarget instances should not be copied. Removed pass-by-value argument...Brad King2008-01-291-1/+1
* ENH: Add cmTarget::GetLinkInformation method to allow several places in the g...Brad King2008-01-291-2/+3
* ENH: Updated exporting and importing of targets to support libraries and conf...Brad King2008-01-281-2/+1
* ENH: Implement linking with paths to library files instead of -L and -l separ...Brad King2008-01-221-6/+21
* ENH: Converted cmMakefile DefineFlags added by ADD_DEFINITIONS command into a...Brad King2008-01-181-0/+14
* ENH: Enable CMAKE_<lang>_DEFINE_FLAG for COMPILE_DEFINITIONS property impleme...Brad King2008-01-171-25/+25