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
/
Modules
/
Platform
/
Windows-cl.cmake
Commit message (
Expand
)
Author
Age
Files
Lines
*
Modernize MSVC compiler information files
Brad King
2012-08-30
1
-165/+0
*
VS: Simplify MSVC version reporting
Brad King
2012-08-30
1
-85/+42
*
VS: Remove support for "free" version 2003 tools
Brad King
2012-08-23
1
-56/+11
*
Remove CMake-language block-end command arguments
Kitware Robot
2012-08-13
1
-28/+28
*
Convert CMake-language commands to lower case
Kitware Robot
2012-08-13
1
-189/+189
*
Remove trailing whitespace from most CMake and C/C++ code
Kitware Robot
2012-08-13
1
-11/+11
*
Ninja: don't define MSVC_IDE when using the ninja generator
Peter Kuemmel
2012-02-18
1
-2/+2
*
Add VisualStudio 9 and 10 generators for Itanium platform
Matej Hribernik
2011-06-20
1
-2/+2
*
Fix incremental linking for VS2010 with nmake or make.
Bill Hoffman
2010-12-09
1
-0/+2
*
Fix Windows-cl.cmake so that at most one MSVC** variable is defined.
David Cole
2010-05-05
1
-23/+4
*
Change the way 32/64 bit compiles are detected with MSVC and intel makefile b...
Bill Hoffman
2009-11-20
1
-30/+11
*
Move /MANIFEST flag into -E vs_link. This is so it can be used by the intel ...
Bill Hoffman
2009-09-01
1
-1/+1
*
ENH: remove debug message
Bill Hoffman
2009-07-15
1
-1/+0
*
ENH: do not use /INCREMENTAL:YES with VS 10 compiler
Bill Hoffman
2009-07-15
1
-4/+16
*
ENH: fix problem where rc language recursively included itself because CMAKE_...
Bill Hoffman
2008-10-14
1
-4/+1
*
ENH: better error message for mis-configured nmake environment
Bill Hoffman
2008-10-14
1
-1/+4
*
ENH: undo optional because we need it
Bill Hoffman
2008-06-24
1
-3/+0
*
ENH: rc is not so optional at least with 2005 and newer, as it is used to emb...
Bill Hoffman
2008-06-24
1
-1/+1
*
ENH: make rc optional
Bill Hoffman
2008-06-23
1
-1/+4
*
ENH: fix c flags for 2003 free command line tools
Bill Hoffman
2008-03-13
1
-9/+8
*
BUG: Do not place $(CMAKE_COMMAND) in link scripts.
Brad King
2008-03-01
1
-4/+4
*
ENH: make sure MSVC90 is set
Bill Hoffman
2008-01-18
1
-0/+4
*
ENH: add ability to have manifest files and incremental linking with make and...
Bill Hoffman
2008-01-01
1
-14/+4
*
ENH: add support for vs 2008 beta 2
Bill Hoffman
2007-09-17
1
-5/+17
*
ENH: use WindowsPaths.cmake on all Windows platforms, not only for cl, makes
Alexander Neundorf
2007-08-02
1
-1/+0
*
ENH: merge CMake-CrossCompileBasic to HEAD
Alexander Neundorf
2007-05-17
1
-50/+1
*
ENH: Added support for import libraries created by executable and module targ...
Brad King
2007-03-19
1
-4/+3
*
BUG: Fixed MSVC8 module build rule to not use /implib option. This is an inc...
Brad King
2007-03-10
1
-8/+12
*
BUG: Shared library creation should use /implib option to specify the name of...
Brad King
2007-03-09
1
-6/+7
*
BUG: Get rid of ancient variables CMAKE_CXX_WARNING_LEVEL, CMAKE_CXX_USE_RTTI...
Brad King
2007-03-07
1
-5/+1
*
BUG: use different commands for shared libraries and exe for manifest stuff f...
Bill Hoffman
2006-11-11
1
-2/+2
*
ENH: Adding image version number (major.minor) property to windows binaries. ...
Brad King
2006-10-16
1
-3/+3
*
BUG: fix for bug#3652 use link /lib instead of lib
Bill Hoffman
2006-10-03
1
-1/+1
*
ENH: Adding flags to force generation of manifest files when building with VC 8.
Brad King
2006-08-15
1
-6/+13
*
ENH: Enabled generation of preprocessed and assembly source rules for MSVC wi...
Brad King
2006-08-09
1
-0/+12
*
BUG: fix for bug 3550, for release builds do not build incremental
Bill Hoffman
2006-07-26
1
-6/+20
*
BUG: fix for CXX only projects
Ken Martin
2006-07-24
1
-3/+7
*
ENH: centralized locaiton of CMakeFiles setting
Ken Martin
2006-06-14
1
-12/+12
*
ENH: removed logo info from the manifest tool
Ken Martin
2006-06-12
1
-3/+3
*
ENH: Makefile performance improvements
Ken Martin
2006-05-02
1
-6/+6
*
ENH: name pdb files for visual studio make based builds
Bill Hoffman
2006-04-19
1
-5/+5
*
ENH: unix makefiles should work with cl
Bill Hoffman
2006-04-19
1
-2/+2
*
ENH: don't need two of these
Bill Hoffman
2006-04-19
1
-4/+0
*
ENH: test for vs8 correctly
Bill Hoffman
2006-04-19
1
-0/+4
*
ENH: check for version 1400
Bill Hoffman
2006-04-19
1
-0/+4
*
ENH: Split CMAKE_STANDARD_LIBRARIES into per-language variables CMAKE_<lang>_...
Brad King
2006-04-11
1
-12/+4
*
ENH: add better variables for MSVC versions
Bill Hoffman
2006-04-07
1
-11/+25
*
BUG: Fixed order of options to cl for 32-bit/64-bit test to work with VS 6 NM...
Brad King
2006-03-30
1
-4/+5
*
ENH: add support for win64 for visual studio 2005 ide and nmake, also fix war...
Bill Hoffman
2006-03-30
1
-1/+32
*
BUG: /DWIN32 and /D_WINDOWS should be defined for all configurations or if no...
Brad King
2006-03-16
1
-30/+30
[next]