index
:
CMake.git
master
release
CMake is a cross-platform, open-source build system generator.
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
Source
/
cmLocalVisualStudio7Generator.cxx
Commit message (
Expand
)
Author
Age
Files
Lines
*
ENH: remove code duplication and use cmVisualStudioGeneratorOptions for all v...
Bill Hoffman
2009-07-28
1
-378/+8
*
ENH: remove INCLUDE_EXTERNAL_MSPROJECT name hack, and use target properties i...
Bill Hoffman
2009-07-14
1
-7/+5
*
ENH: only 5 failing tests for VS 10
Bill Hoffman
2009-07-10
1
-17/+33
*
ENH: Pass config to cmTarget::GetLinkerLanguage
Brad King
2009-07-08
1
-2/+2
*
ENH: Simpler cmTarget::GetLinkerLanguage signature
Brad King
2009-07-07
1
-4/+2
*
BUG: Avoid cmTarget::GetDirectory for utilities
Brad King
2009-07-03
1
-1/+1
*
STYLE: Replace large if() with named boolean
Brad King
2009-07-03
1
-4/+3
*
ENH: Create exe implib dir in VS pre-link rule
Brad King
2009-06-16
1
-6/+6
*
ENH: Generalize exe implib dir creation for VS
Brad King
2009-06-16
1
-28/+6
*
BUG: Create an exe's implib output dir for VS
Brad King
2009-06-15
1
-0/+28
*
ENH: Refactor VS 7,8,9 build event generation
Brad King
2009-06-12
1
-122/+78
*
STYLE: fix line lenght
Bill Hoffman
2009-03-28
1
-2/+4
*
BUG: fix for #8686 add some more compiler flags
Bill Hoffman
2009-03-27
1
-0/+11
*
BUG: fix for 7845, idl files compile even with headerfile only on
Bill Hoffman
2009-01-27
1
-2/+1
*
ENH: Refactor passing of max length object dir
Brad King
2008-12-16
1
-16/+16
*
ENH: make the scc optional
Bill Hoffman
2008-10-27
1
-12/+0
*
BUG: fix for 7839 and 4524
Bill Hoffman
2008-10-27
1
-7/+2
*
BUG: fix for 4524, add support for target properties to set vs source code co...
Bill Hoffman
2008-10-07
1
-3/+29
*
STYLE: fix line length stuff for KWStyle
Bill Hoffman
2008-10-01
1
-1/+2
*
BUG: fix for 7624, vs7 flag table missing /MAP
Bill Hoffman
2008-09-08
1
-1/+2
*
BUG: fix for 7519 extra closing > in fortran projects
Bill Hoffman
2008-09-03
1
-1/+1
*
BUG: Fix issue #5773 - add table entry to map /W0 to WarningLevel="0"
David Cole
2008-07-31
1
-0/+1
*
BUG: Do not escape make variable references in VS additional options.
Brad King
2008-06-30
1
-2/+4
*
BUG: fix for bug 6619
Bill Hoffman
2008-06-17
1
-1/+1
*
COMP: Fix build with concept checking of STL.
Brad King
2008-05-16
1
-1/+1
*
ENH: add support for Intel Fortran Visual studio IDE
Bill Hoffman
2008-04-30
1
-29/+273
*
BUG: Fix for issue #6440. Use 0 instead of FALSE for ExceptionHandling with V...
David Cole
2008-04-17
1
-5/+18
*
BUG: Correct Mac OS X framework behavior
Brad King
2008-04-08
1
-1/+1
*
ENH: Improve speed of manifest tool on VS8 and VS9.
Brad King
2008-03-31
1
-8/+33
*
BUG: fix for 6619
Bill Hoffman
2008-03-28
1
-1/+2
*
BUG: fix for bug 6660
Bill Hoffman
2008-03-28
1
-0/+2
*
BUG: fix for bug 6661
Bill Hoffman
2008-03-28
1
-0/+3
*
ENH: fix for bug 3218 dependant projects are written out automatically if the...
Bill Hoffman
2008-01-30
1
-6/+12
*
BUG: cmTarget instances should not be copied. Removed pass-by-value argument...
Brad King
2008-01-29
1
-1/+1
*
ENH: Add cmTarget::GetLinkInformation method to allow several places in the g...
Brad King
2008-01-29
1
-4/+6
*
ENH: Implement linking with paths to library files instead of -L and -l separ...
Brad King
2008-01-22
1
-34/+41
*
ENH: Converted cmMakefile DefineFlags added by ADD_DEFINITIONS command into a...
Brad King
2008-01-18
1
-0/+3
*
ENH: Renamed <CONFIG>_COMPILE_DEFINITIONS to COMPILE_DEFINITIONS_<CONFIG> for...
Brad King
2008-01-16
1
-4/+4
*
ENH: Create COMPILE_DEFINITIONS property for targets and source files. Creat...
Brad King
2008-01-14
1
-112/+189
*
ENH: Improved escaping in kwsys/System. Added escape of % for NMake. Added ...
Brad King
2008-01-13
1
-1/+2
*
ENH: Implemented generation of display for pre-build, pre-link, and post-buil...
Brad King
2007-12-18
1
-0/+18
*
STYLE: fix indent
Bill Hoffman
2007-12-13
1
-6/+6
*
BUG: fix for bug 5455, handle nodefaultlib with more than one lib
Bill Hoffman
2007-12-06
1
-1/+18
*
BUG: Fix exception handling flag translation to be specific to each VS versio...
Brad King
2007-11-16
1
-3/+0
*
ENH: Add ability to call Visual Studio macros from CMake. Add a CMake Visual ...
David Cole
2007-11-16
1
-0/+4
*
BUG: Converted per-vcproj timestamp to a single directory-level CMakeFiles/ge...
Brad King
2007-11-12
1
-55/+55
*
ENH: Allow VS 7 project Rebuild and Solution Rebuild to work without re-runni...
Brad King
2007-11-10
1
-3/+28
*
ENH: Removed dependency on Templates/CMakeWindowsSystemConfig.cmake which is ...
Brad King
2007-11-09
1
-17/+1
*
ENH: Converted vcproj file generation to use cmGeneratedFileStream for atomic...
Brad King
2007-11-09
1
-18/+26
*
ENH: fix for vs 8
Bill Hoffman
2007-09-17
1
-2/+2
[next]