Sebastien Barre
|
5a836da544
|
ENH: this variable overrides all PROJECT_URL. Check the dashboard, all projects have the wrong URL in their "Home" button. Other variables (like ROLLUP_URL) were moved a while ago, for some reasons this one is still here.
|
2007-04-10 14:54:48 -04:00 |
Brad King
|
996f391593
|
BUG: The ALL_BUILD target should not have any command lines so that it is not always considered out of date. Moved the 'Build all projects' message into the description field instead of an echo in the command field. Moved common implementation of Generate for VS6 and VS7 into the superclass to avoid duplicate code for the ALL_BUILD target. This addresses bug#4556.
|
2007-04-10 13:09:03 -04:00 |
Brad King
|
a017333d9a
|
ENH: Added option CMAKE_INSTALL_SO_NO_EXE on linux to choose whether the default permissions for shared libraries include the executable bit. This is necessary to support the conflicting policies of Debian and Fedora. These changes address bug#4805.
|
2007-04-10 11:22:15 -04:00 |
Ken Martin
|
8b0c61c322
|
ENH: added internal target property for the name of the project file
|
2007-04-10 09:54:01 -04:00 |
Brad King
|
5415b65067
|
STYLE: Added comment about why dependencies need to be chained to clarify code.
|
2007-04-10 08:49:42 -04:00 |
Brad King
|
0526552b10
|
ENH: Enabled use of soname and therefore versioning symlinks. Patch is from bug#4558.
|
2007-04-10 08:36:33 -04:00 |
Andy Cedilnik
|
ef756114d5
|
STYLE: Nightly Version update
|
2007-04-09 21:25:48 -04:00 |
Andy Cedilnik
|
910d629ed4
|
STYLE: Nightly Version update
|
2007-04-08 21:44:56 -04:00 |
Andy Cedilnik
|
d2b9dd6353
|
STYLE: Nightly Version update
|
2007-04-07 21:23:10 -04:00 |
Andy Cedilnik
|
6a213c846f
|
STYLE: Nightly Version update
|
2007-04-06 21:42:35 -04:00 |
Andy Cedilnik
|
0016ff7387
|
STYLE: Nightly Version update
|
2007-04-05 21:57:55 -04:00 |
Brad King
|
cc13a060c6
|
STYLE: Fix line-too-long.
|
2007-04-05 09:19:29 -04:00 |
Andy Cedilnik
|
ebabf0cf75
|
STYLE: Nightly Version update
|
2007-04-04 17:02:21 -04:00 |
Andy Cedilnik
|
23a83e6a92
|
STYLE: Do doxygen for CPack
|
2007-04-04 16:28:45 -04:00 |
Andy Cedilnik
|
4668f03484
|
BUG: Revert "Fix kwstyleSource/CTest/cmCTestBuildHandler.cxx"
|
2007-04-04 15:59:22 -04:00 |
Brad King
|
438a7e2fce
|
BUG: Fix utility dependencies for static libraries in VS generators. This addresses bug#4789.
|
2007-04-04 14:50:35 -04:00 |
Bill Hoffman
|
2803688998
|
BUG: fix for bug 4605
|
2007-04-04 13:43:12 -04:00 |
Andy Cedilnik
|
310ca5795a
|
ENH: Fix copyright year
|
2007-04-04 13:41:12 -04:00 |
Andy Cedilnik
|
826dc8696c
|
COMP: Fix kwstyle
|
2007-04-04 13:06:20 -04:00 |
Andy Cedilnik
|
71fc9f9321
|
COMP: Fix kwstyleSource/CTest/cmCTestBuildHandler.cxx
|
2007-04-04 13:06:13 -04:00 |
Andy Cedilnik
|
0b92b2faf5
|
BUG: No need for the backward compatibility variable warning
|
2007-04-04 12:05:44 -04:00 |
Andy Cedilnik
|
6fb9e2781a
|
ENH: Add variable for the current list file
|
2007-04-04 12:05:10 -04:00 |
Brad King
|
2c1204e361
|
ENH: Added cmGlobalVisualStudioGenerator as superclass to all VS global generators.
|
2007-04-04 11:22:14 -04:00 |
Andy Cedilnik
|
3411f2566a
|
STYLE: Nightly Version update
|
2007-04-03 23:18:35 -04:00 |
Andy Cedilnik
|
814d83f120
|
STYLE: Nightly Version update
|
2007-04-03 03:07:54 -04:00 |
Andy Cedilnik
|
54143f0979
|
STYLE: Nightly Version update
|
2007-04-02 02:44:04 -04:00 |
Andy Cedilnik
|
2e22c460b6
|
STYLE: Nightly Version update
|
2007-04-01 02:41:44 -04:00 |
Andy Cedilnik
|
402a363ef0
|
STYLE: Nightly Version update
|
2007-03-31 02:45:17 -04:00 |
Bill Hoffman
|
5ed2141d12
|
ENH: make sure default /System framework is not added with -F
|
2007-03-30 10:53:02 -04:00 |
Andy Cedilnik
|
32ab3853ee
|
STYLE: Nightly Version update
|
2007-03-30 02:37:58 -04:00 |
Andy Cedilnik
|
9858fe9b21
|
STYLE: Nightly Version update
|
2007-03-29 02:41:21 -04:00 |
Ken Martin
|
fabd9def68
|
BUG: even safer checking of return value
|
2007-03-28 11:07:36 -04:00 |
Ken Martin
|
f0857fcbd3
|
BUG: even safer checking of return value
|
2007-03-28 11:06:34 -04:00 |
Ken Martin
|
c6cf2ca108
|
BUG: fix checking of the return value for a build
|
2007-03-28 10:58:00 -04:00 |
Andy Cedilnik
|
7c192d22d2
|
STYLE: Nightly Version update
|
2007-03-28 02:51:31 -04:00 |
Brad King
|
0e15f3412f
|
COMP: Restored shared local variable removed by previous change.
|
2007-03-27 23:15:59 -04:00 |
Brad King
|
af95f61d76
|
ENH: Created method cmTarget::GetExportMacro to centralize computation of 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.
|
2007-03-27 23:13:25 -04:00 |
Andy Cedilnik
|
341853c887
|
STYLE: Nightly Version update
|
2007-03-27 02:45:47 -04:00 |
Andy Cedilnik
|
51126eb2af
|
STYLE: Nightly Version update
|
2007-03-26 02:43:43 -04:00 |
Andy Cedilnik
|
7482175b8b
|
STYLE: Nightly Version update
|
2007-03-25 02:51:01 -04:00 |
Andy Cedilnik
|
d17dac47b9
|
STYLE: Nightly Version update
|
2007-03-24 02:47:08 -04:00 |
Bill Hoffman
|
239ee9c26c
|
BUG: fix problem with new curl_getdate and ctest
|
2007-03-23 16:33:47 -04:00 |
Andy Cedilnik
|
5cd2892f01
|
STYLE: Nightly Version update
|
2007-03-23 02:33:35 -04:00 |
Brad King
|
5a32aa5919
|
ENH: Added target property ENABLE_EXPORTS for executable targets. It 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.
|
2007-03-22 09:45:25 -04:00 |
Andy Cedilnik
|
187816c937
|
STYLE: Nightly Version update
|
2007-03-22 02:34:44 -04:00 |
Ken Martin
|
abf2704785
|
BUG: typo in if test
|
2007-03-21 13:49:40 -04:00 |
Brad King
|
0cb45081d9
|
BUG: Disable deep-source test on Watcom until it can be fixed. This is a new feature for other generators anyway.
|
2007-03-21 07:16:32 -04:00 |
Andy Cedilnik
|
cb83efbe90
|
STYLE: Nightly Version update
|
2007-03-21 02:39:48 -04:00 |
Bill Hoffman
|
c98d6ad668
|
ENH: second try to fix qnx build problem
|
2007-03-20 15:51:42 -04:00 |
Bill Hoffman
|
c143513f82
|
ENH: try to fix qnx build problem
|
2007-03-20 15:49:11 -04:00 |