summaryrefslogtreecommitdiffstats
path: root/Modules/Platform/Windows-cl.cmake
Commit message (Collapse)AuthorAgeFilesLines
* ENH: add support for manifest stuffBill Hoffman2006-03-061-3/+6
|
* ENH: add manifest support for 2005Bill Hoffman2006-03-031-8/+15
|
* ENH: check in new find stuffBill Hoffman2006-03-021-0/+1
|
* ENH: make command line flags more consistent with ide settingsBill Hoffman2006-02-211-26/+26
|
* ENH: fix try compile for MFCBill Hoffman2006-02-141-2/+12
|
* ENH: Adding definition of MSVC when it is the compiler.Brad King2006-02-071-0/+1
|
* BUG: Removed odbc32.lib and odbccp32.lib from standard libraries on VS 8 ↵Brad King2006-02-031-2/+2
| | | | because VC++ Express 2005 does not have them. They are SQL database access libraries and should not be needed for every application. User code can always explicitly link the library. Also replacing deprecated /GZ option with /RTC1 for VS 8. This addresses bug#2795.
* ENH: correct standard librariesBill Hoffman2006-01-171-0/+2
|
* ENH: put CmakeTmp into CMakeFilesKen Martin2006-01-121-2/+2
|
* ENH: remove duplicatesBill Hoffman2005-12-201-2/+2
|
* BUG: fix for bug 2488Bill Hoffman2005-11-221-0/+2
|
* BUG: Fixed flag-to-vcproj-attribute conversion code to work again (it was ↵Brad King2005-11-181-6/+11
| | | | broken by the optimization changes). Added conversion of /nologo flag to SuppressStartupBanner attribute and /Gy flag to EnableFunctionLevelLinking attribute.
* ENH: add all libsBill Hoffman2005-11-101-2/+2
|
* ENH: /nologo must be firstBill Hoffman2005-08-021-2/+2
|
* ENH: put cmake files intoa CMakeFiles subdir to clean up bin treeKen Martin2005-07-291-6/+6
|
* ENH: move flags next to compiler, so if env contains compiler and some flag, ↵Bill Hoffman2005-07-201-2/+2
| | | | they stay together
* BUG: Fixed escaped quote at end of .Brad King2005-06-301-1/+1
|
* ENH: fix for incorrect setting of CONFIZGURATION_TYPESKen Martin2005-06-071-3/+4
|
* ENH: Be more verbose, handle network paths, and write compiler output to the ↵Andy Cedilnik2005-05-191-2/+30
| | | | log files
* ENH: remove debug printBill Hoffman2005-01-281-1/+0
|
* ENH: stuff to keep compiler tests from re-running all the timeBill Hoffman2005-01-201-3/+22
|
* BUG: fix running of cl in trycompilesBill Hoffman2005-01-171-1/+1
|
* ENH: major changes to support addition of languages from cmake modules ↵Bill Hoffman2004-09-221-29/+33
| | | | directory.
* ENH better test for free VC toolsBill Hoffman2004-09-031-10/+3
|
* ENH: check for ms free command line toolsBill Hoffman2004-09-031-13/+51
|
* ENH: add support for VCExpress 2005Bill Hoffman2004-07-051-22/+46
|
* C++ compiler is not set for c only projectsBill Hoffman2004-06-231-1/+1
|
* ENH: add NDEBUG to windows release builds for both ide and nmakeBill Hoffman2004-06-141-6/+6
|
* ERR: Fixed incorrect documentation for CMAKE_CXX_WARNING_LEVEL. Submitted ↵Brad King2004-03-231-1/+1
| | | | by David Cole.
* fix in quotingKen Martin2003-12-171-1/+1
|
* BUG: fix for bug# 317Bill Hoffman2003-10-311-2/+2
|
* BUG: fix for bug 78 should be on 1.8 branchBill Hoffman2003-10-161-1/+1
|
* ERR: allow spaces in the pathAndy Cedilnik2003-10-131-1/+1
|
* ENH: add the unix makefile generator as an option from the windows GUI, this ↵Bill Hoffman2003-08-211-8/+1
| | | | builds with mingw, cygwin, and combinations of make cl, bcc32
* BUG: fix for main in a library on windows with nmakeBill Hoffman2003-08-071-0/+2
|
* added test for whether pdbtype should be used for nmakeKen Martin2003-08-051-2/+23
|
* force c++ for c++ filesBill Hoffman2003-03-141-1/+1
|
* ENH: Added <LINK_FLAGS> to link rules.Brad King2002-12-311-1/+1
|
* Add missing closing bracketAndy Cedilnik2002-12-261-1/+1
|
* ENH: Visual Studio 6 and 7 generators now set CMAKE_CONFIGURATION_TYPES to ↵Brad King2002-12-201-2/+2
| | | | be a semicolon-separated list of configurations that will be built.
* ENH: make linker flags use init values so users can set them from the cacheBill Hoffman2002-12-191-6/+6
|
* ENH: unify EnableLanguage across all generatorsBill Hoffman2002-12-051-4/+17
|
* determine CMAKE_MAKE_PROGRAM in EnableLanguageBill Hoffman2002-12-031-3/+0
|
* correctly place both LINK_FLAGS and CXX_LINK_FLAGS and C_LINK_FLAGS into all ↵Bill Hoffman2002-12-031-2/+2
| | | | the rules
* BUG: fix flags for c compiler on windowsAndy Cedilnik2002-11-141-8/+19
|
* ENH: add .def file supportBill Hoffman2002-11-121-2/+2
|
* Set CMAKE_BUILD_TOOLBill Hoffman2002-11-121-3/+0
|
* ENH: fix up several problems with new stuffBill Hoffman2002-11-111-0/+14
|
* clean up flags with _init flagsBill Hoffman2002-11-111-10/+6
|
* BUG: fix setting of c flagsBill Hoffman2002-11-101-1/+3
|