Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | BUG: When writing newlines between script portions in prebuild, prelink, and ↵ | Brad King | 2006-10-26 | 1 | -3/+3 |
| | | | | postbuild command lines they must be escaped for XML so that the IDE receives them. This fixes the fix for bug #3977. | ||||
* | BUG: Adjust prebuild/prelink/postbuild script construction to account for ↵ | Brad King | 2006-10-25 | 1 | -0/+12 |
| | | | | ConstructScript no longer producing trailing newlines. This addresses bug#3977. | ||||
* | ENH: Adding image version number (major.minor) property to windows binaries. ↵ | Brad King | 2006-10-16 | 1 | -0/+13 |
| | | | | Default is 0.0, but the VERSION target property may change the value. Windows now has first-class support for dll and exe versioning. This addresses bug#1219. | ||||
* | BUG: fix for bug#3908 if header_file_only is set on cxx files in visual ↵ | Bill Hoffman | 2006-10-13 | 1 | -4/+14 |
| | | | | studio do not compile them | ||||
* | BUG: fix for fat file systems and vs8 #2617 | Bill Hoffman | 2006-10-04 | 1 | -0/+11 |
| | |||||
* | BUG: fix for bug#3362 xml escapes on -D stuff for visual studio | Bill Hoffman | 2006-10-04 | 1 | -1/+1 |
| | |||||
* | BUG: fix for bug# 3664 | Bill Hoffman | 2006-10-04 | 1 | -1/+13 |
| | |||||
* | BUG: fix for bug#3738 | Bill Hoffman | 2006-10-03 | 1 | -3/+3 |
| | |||||
* | BUG: Fix/cleanup custom commands and custom targets. Make empty comment ↵ | Brad King | 2006-09-28 | 1 | -4/+3 |
| | | | | strings work. Fix ZERO_CHECK target always out of date for debugging. Fix Makefile driving of custom commands in a custom target. Fix dependencies on custom targets not in ALL in VS generators. | ||||
* | ENH: Re-implemented command line argument shell quoting to support several ↵ | Brad King | 2006-09-27 | 1 | -7/+18 |
| | | | | platforms with one code base. | ||||
* | BUG: Centralized generation of command line arguments in escaped form. This ↵ | Brad King | 2006-09-21 | 1 | -2/+2 |
| | | | | addresses bug#3786 for several platforms. | ||||
* | STYLE: Fixed line-too-long. | Brad King | 2006-08-26 | 1 | -1/+1 |
| | |||||
* | BUG: Fix for VS.NET 2003 SP1 to make sure global target and utility target ↵ | Brad King | 2006-08-26 | 1 | -8/+59 |
| | | | | rules run every time. | ||||
* | ENH: Adding flags to force generation of manifest files when building with VC 8. | Brad King | 2006-08-15 | 1 | -0/+2 |
| | |||||
* | BUG: fix for 3557 TargetEnvironment for MIDL Compiler set correctly for 64 bit | Bill Hoffman | 2006-07-28 | 1 | -1/+12 |
| | |||||
* | ENH: allow for source tree to be in root directory | Bill Hoffman | 2006-07-24 | 1 | -0/+1 |
| | |||||
* | ENH: Moved unique object file name computation from ↵ | Brad King | 2006-07-11 | 1 | -5/+5 |
| | | | | cmLocalUnixMakefileGenerator3 up to cmLocalGenerator for use by all generators. Created cmLocalVisualStudioGenerator as superclass for all VS generators. Implemented on-demand unique object file name computation for VS 7 generator to avoid slow compiles when all sources are in subdirectories. | ||||
* | ENH: add EHa option | Bill Hoffman | 2006-06-30 | 1 | -0/+1 |
| | |||||
* | BUG: fix for bug 3444, remove trailing . in lib names | Bill Hoffman | 2006-06-26 | 1 | -1/+1 |
| | |||||
* | ENH: fix line length | Ken Martin | 2006-06-13 | 1 | -1/+2 |
| | |||||
* | ENH: fix line length | Ken Martin | 2006-06-12 | 1 | -3/+7 |
| | |||||
* | ENH: fix /TP for c code | Bill Hoffman | 2006-06-06 | 1 | -3/+16 |
| | |||||
* | COMP: Added missing include for isspace. | Brad King | 2006-05-23 | 1 | -0/+2 |
| | |||||
* | BUG: Fix parsing of definitions to support REMOVE_DEFINITIONS. | Brad King | 2006-05-23 | 1 | -0/+6 |
| | |||||
* | STYLE: fix line length | Ken Martin | 2006-05-12 | 1 | -71/+116 |
| | |||||
* | ENH: remove bogus machine setting | Bill Hoffman | 2006-05-12 | 1 | -1/+1 |
| | |||||
* | ENH: remove debug output | Bill Hoffman | 2006-05-04 | 1 | -1/+0 |
| | |||||
* | ENH: fix build c stuff with c and c++ with c++ | Bill Hoffman | 2006-05-04 | 1 | -3/+26 |
| | |||||
* | ENH: use a better name | Bill Hoffman | 2006-04-21 | 1 | -9/+9 |
| | |||||
* | ENH: do not compile header files | Bill Hoffman | 2006-04-21 | 1 | -1/+2 |
| | |||||
* | BUG: VS7 seems to have a limit on the length of the link directory list ↵ | Brad King | 2006-04-20 | 1 | -7/+21 |
| | | | | string. Try to make the string as short as possible by avoiding trailing slashes and using a relative path (if it is shorter). | ||||
* | ENH: allow multiple files with the same name in different subdirs | Bill Hoffman | 2006-04-17 | 1 | -2/+19 |
| | |||||
* | ENH: Split CMAKE_STANDARD_LIBRARIES into per-language variables ↵ | Brad King | 2006-04-11 | 1 | -16/+32 |
| | | | | CMAKE_<lang>_STANDARD_LIBRARIES. This is needed to get programmable language support working with Visual Studio generators. It makes sense anyway. | ||||
* | BUG: Use flag-map transform only for C and C++ flags. | Brad King | 2006-04-11 | 1 | -1/+1 |
| | |||||
* | ENH: Added support for multiple outputs generated by a single custom ↵ | Brad King | 2006-04-11 | 1 | -17/+25 |
| | | | | command. For Visual Studio generators the native tool provides support. For Xcode and Makefile generators a simple trick is used. The first output is considered primary and has the build rule attached. Other outputs simply depend on the first output with no build rule. During cmake_check_build_system CMake detects when a secondary output is missing and removes the primary output to make sure all outputs are regenerated. This approach always builds the custom command at the right time and only once even during parallel builds. | ||||
* | ENH: add support for per config target LINK_FLAGS | Bill Hoffman | 2006-04-03 | 1 | -1/+9 |
| | |||||
* | ENH: add support for win64 for visual studio 2005 ide and nmake, also fix ↵ | Bill Hoffman | 2006-03-30 | 1 | -4/+5 |
| | | | | warnings produced by building for win64 | ||||
* | ENH: removed unused rules from targets for VS | Ken Martin | 2006-03-23 | 1 | -68/+1 |
| | |||||
* | STYLE: some m_ to this-> cleanup | Ken Martin | 2006-03-15 | 1 | -70/+72 |
| | |||||
* | STYLE: Fix some style issues | Andy Cedilnik | 2006-03-10 | 1 | -101/+101 |
| | |||||
* | COMP: Even more global target fixes | Andy Cedilnik | 2006-02-24 | 1 | -2/+1 |
| | |||||
* | BUG: More fixing of support for global target son visual studio | Andy Cedilnik | 2006-02-24 | 1 | -7/+6 |
| | |||||
* | COMP: More fixes for visual studio | Andy Cedilnik | 2006-02-23 | 1 | -0/+3 |
| | |||||
* | ENH: make command line flags more consistent with ide settings | Bill Hoffman | 2006-02-21 | 1 | -70/+13 |
| | |||||
* | ENH: make sure CMAKE_STANDARD_LIBRARIES are used | Bill Hoffman | 2006-02-20 | 1 | -1/+3 |
| | |||||
* | BUG: Add target-level COMPILE_FLAGS to the target not the individual source ↵ | Brad King | 2006-02-20 | 1 | -6/+8 |
| | | | | files. This simplifies the generated files and puts flags in a more logical order (VS6 works, VS7 needs more translation to work). | ||||
* | ENH: If CMAKE_NO_AUTOMATIC_INCLUDE_DIRECTORIES is not set try to approximate ↵ | Brad King | 2006-02-18 | 1 | -1/+2 |
| | | | | in-source build include file behavior in an out-of-source build by adding the build tree directory corresponding to a source tree directory at the beginning of the include path. Also fixed VS6 and VS7 generators to use cmLocalGenerator's computation of include paths. The VS6 generator will now short-path the include directories if the total length is too long in order to try to avoid its truncation limit. | ||||
* | BUG: Use NOINHERIT macro to avoid linking to project default libraries which ↵ | Brad King | 2006-02-15 | 1 | -2/+6 |
| | | | | may not exist. | ||||
* | BUG: Removed hard-coded linking to odbc32 and odbccp32. | Brad King | 2006-02-14 | 1 | -1/+1 |
| | |||||
* | BUG: Avoid adding unused rules to special targets like ALL_BUILD. Make sure ↵ | Brad King | 2006-02-14 | 1 | -1/+13 |
| | | | | project regeneration rules go only in desired targets. |