Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | COMP: Fix kwstyleSource/CTest/cmCTestBuildHandler.cxx | Andy Cedilnik | 2007-04-04 | 2 | -16/+36 |
| | |||||
* | BUG: No need for the backward compatibility variable warning | Andy Cedilnik | 2007-04-04 | 1 | -2/+2 |
| | |||||
* | ENH: Add variable for the current list file | Andy Cedilnik | 2007-04-04 | 1 | -4/+13 |
| | |||||
* | ENH: Added cmGlobalVisualStudioGenerator as superclass to all VS global ↵ | Brad King | 2007-04-04 | 5 | -4/+68 |
| | | | | generators. | ||||
* | STYLE: Nightly Version update | Andy Cedilnik | 2007-04-04 | 1 | -1/+1 |
| | |||||
* | STYLE: Nightly Version update | Andy Cedilnik | 2007-04-03 | 1 | -1/+1 |
| | |||||
* | STYLE: Nightly Version update | Andy Cedilnik | 2007-04-02 | 1 | -1/+1 |
| | |||||
* | STYLE: Nightly Version update | Andy Cedilnik | 2007-04-01 | 1 | -1/+1 |
| | |||||
* | STYLE: Nightly Version update | Andy Cedilnik | 2007-03-31 | 1 | -1/+1 |
| | |||||
* | ENH: make sure default /System framework is not added with -F | Bill Hoffman | 2007-03-30 | 3 | -0/+5 |
| | |||||
* | STYLE: Nightly Version update | Andy Cedilnik | 2007-03-30 | 1 | -1/+1 |
| | |||||
* | STYLE: Nightly Version update | Andy Cedilnik | 2007-03-29 | 1 | -1/+1 |
| | |||||
* | BUG: even safer checking of return value | Ken Martin | 2007-03-28 | 1 | -7/+8 |
| | |||||
* | BUG: even safer checking of return value | Ken Martin | 2007-03-28 | 1 | -22/+27 |
| | |||||
* | BUG: fix checking of the return value for a build | Ken Martin | 2007-03-28 | 1 | -2/+3 |
| | |||||
* | STYLE: Nightly Version update | Andy Cedilnik | 2007-03-28 | 1 | -1/+1 |
| | |||||
* | COMP: Restored shared local variable removed by previous change. | Brad King | 2007-03-28 | 1 | -0/+3 |
| | |||||
* | ENH: Created method cmTarget::GetExportMacro to centralize computation of ↵ | Brad King | 2007-03-28 | 6 | -50/+46 |
| | | | | the export symbol name. This removes duplicate code from all the generators. Also enabled the export definition for executable targets with the ENABLE_EXPORTS property set. | ||||
* | STYLE: Nightly Version update | Andy Cedilnik | 2007-03-27 | 1 | -1/+1 |
| | |||||
* | STYLE: Nightly Version update | Andy Cedilnik | 2007-03-26 | 1 | -1/+1 |
| | |||||
* | STYLE: Nightly Version update | Andy Cedilnik | 2007-03-25 | 1 | -1/+1 |
| | |||||
* | STYLE: Nightly Version update | Andy Cedilnik | 2007-03-24 | 1 | -1/+1 |
| | |||||
* | BUG: fix problem with new curl_getdate and ctest | Bill Hoffman | 2007-03-23 | 1 | -1/+7 |
| | |||||
* | STYLE: Nightly Version update | Andy Cedilnik | 2007-03-23 | 1 | -1/+1 |
| | |||||
* | ENH: Added target property ENABLE_EXPORTS for executable targets. It ↵ | Brad King | 2007-03-22 | 6 | -14/+70 |
| | | | | enables the executables for linking by loadable modules that import symbols from the executable. This finishes the executable import library support mentioned in bug #4210. | ||||
* | STYLE: Nightly Version update | Andy Cedilnik | 2007-03-22 | 1 | -1/+1 |
| | |||||
* | BUG: typo in if test | Ken Martin | 2007-03-21 | 1 | -8/+8 |
| | |||||
* | BUG: Disable deep-source test on Watcom until it can be fixed. This is a ↵ | Brad King | 2007-03-21 | 2 | -7/+11 |
| | | | | new feature for other generators anyway. | ||||
* | STYLE: Nightly Version update | Andy Cedilnik | 2007-03-21 | 1 | -1/+1 |
| | |||||
* | ENH: second try to fix qnx build problem | Bill Hoffman | 2007-03-20 | 1 | -1/+1 |
| | |||||
* | ENH: try to fix qnx build problem | Bill Hoffman | 2007-03-20 | 1 | -0/+3 |
| | |||||
* | ENH: try markign non zero return values as warnings for make programs | Ken Martin | 2007-03-20 | 1 | -2/+0 |
| | |||||
* | ENH: try markign non zero return values as warnings for make programs | Ken Martin | 2007-03-20 | 1 | -0/+16 |
| | |||||
* | ENH: add another error regexp | Ken Martin | 2007-03-20 | 1 | -0/+1 |
| | |||||
* | BUG: Reduce long source file name length for WMake. | Brad King | 2007-03-20 | 1 | -0/+7 |
| | |||||
* | BUG: fix coverity error, null check after usage fix | Bill Hoffman | 2007-03-20 | 1 | -2/+5 |
| | |||||
* | ENH: minor additional error output | Ken Martin | 2007-03-20 | 1 | -0/+1 |
| | |||||
* | BUG: was not setting HAVE_PROCESS_H properly | Ken Martin | 2007-03-20 | 3 | -0/+6 |
| | |||||
* | BUG: Disable creation of import libraries for executables on Borland until ↵ | Brad King | 2007-03-20 | 1 | -2/+2 |
| | | | | it can be made optional. Otherwise all executables get a .lib with the same name which is unexpected behavior for users. | ||||
* | BUG: Work around VS8 conversion to a relative path for the long source name. ↵ | Brad King | 2007-03-20 | 1 | -2/+14 |
| | | | | It takes the nice full path we give it, converts to relative, and then repacks relative on top of the build directory resulting in a path longer than its own maxpath even though the original path given was short enough. Even VS6 dealt with it better. | ||||
* | STYLE: Nightly Version update | Andy Cedilnik | 2007-03-20 | 1 | -1/+1 |
| | |||||
* | ENH: support for --build-config-sample feature #1022 | Ken Martin | 2007-03-19 | 6 | -148/+213 |
| | |||||
* | ENH: Added support for import libraries created by executable and module ↵ | Brad King | 2007-03-19 | 14 | -65/+166 |
| | | | | targets. The module import libraries should never be used but some windows compilers always create them for .dll files since there is no distinction from shared libraries on that platform. The executable import libraries may be used to create modules that when loaded bind to symbols from the executables. This is an enhancement related to bug#4210 though not requested by it explicitly. | ||||
* | STYLE: Nightly Version update | Andy Cedilnik | 2007-03-19 | 1 | -1/+1 |
| | |||||
* | COMP: Remove some warnings | Andy Cedilnik | 2007-03-18 | 2 | -5/+5 |
| | |||||
* | STYLE: Nightly Version update | Andy Cedilnik | 2007-03-18 | 1 | -1/+1 |
| | |||||
* | STYLE: Nightly Version update | Andy Cedilnik | 2007-03-17 | 1 | -1/+1 |
| | |||||
* | COMP: Do not #include files inside extern "C" {} blocks. | Brad King | 2007-03-16 | 1 | -0/+15 |
| | |||||
* | BUG: Need to include relative path top information in directory information ↵ | Brad King | 2007-03-16 | 1 | -2/+25 |
| | | | | so that relative path conversion during dependency generation works with the same rules as project generation. | ||||
* | BUG: Use GetExecutableNames instead of GetLibraryNames to compute the ↵ | Brad King | 2007-03-16 | 1 | -35/+61 |
| | | | | installation file name for executable targets. |