Bill Hoffman
086cf607c3
ENH: add missing property definitions
2008-10-07 16:46:25 -04:00
Bill Hoffman
637418a835
BUG: fix for 4524, add support for target properties to set vs source code control information
2008-10-07 16:23:20 -04:00
Clinton Stimpson
db0e1fd675
ENH: Fix #7784 . Fix link of glib when needed.
2008-10-07 10:35:22 -04:00
Brad King
1b91be332c
STYLE: Nightly Date Stamp
2008-10-06 23:55:30 -04:00
Brad King
934c832cba
BUG: Fix convenience rule working directory
...
We generate convenience rules to build object files, preprocessed
outputs, and assembly outputs of source files individually with make
rules. This removes a redundant working directory change when more than
one target builds the same source file.
2008-10-06 11:04:06 -04:00
Brad King
1704afa08d
STYLE: Nightly Date Stamp
2008-10-05 23:55:33 -04:00
Brad King
09c5248cdf
STYLE: Nightly Date Stamp
2008-10-04 23:55:42 -04:00
Brad King
9a9ed09f76
STYLE: Nightly Date Stamp
2008-10-03 23:55:45 -04:00
Brad King
0ae545ebad
ENH: Add UNSUITABLE result to package version test
...
Package version test files may now declare that they are unsuitable for
use with the project testing them. This is important when the version
being tested does not provide a compatible ABI with the project target
environment.
2008-10-03 10:41:15 -04:00
Brad King
79e9b75558
ENH: Help recursive find_package calls in modules
...
These changes teach find_package to behave nicely when invoked
recursively inside a find-module for the same package. The module will
never be recursively loaded again. Version arguments are automatically
forwarded.
2008-10-03 10:40:07 -04:00
Brad King
75f8d5aab7
ENH: Warn and ignore EXACT without version
...
If the find_package command is invoked with the EXACT option but without
a version, warn and ignore the option.
2008-10-03 10:39:53 -04:00
Brad King
7f819903ed
BUG: Fix config test for target install rules
...
In single-configuration generators a target installation rule should
apply to all configurations for which the INSTALL command was specified.
The configuration in which the target is built does not matter.
In multi-configuration generators each installation rule must be
associated with a particular build configuration to install the proper
file. The set of configurations for which rules are generated is the
intersection of the build configurations and those for which the INSTALL
command was specified.
2008-10-03 10:11:47 -04:00
Bill Hoffman
adc880d2eb
ENH: undo bad checkin
2008-10-03 08:16:37 -04:00
Brad King
bc15811d2a
STYLE: Nightly Date Stamp
2008-10-02 23:55:54 -04:00
Alexander Neundorf
fc7a017d1a
STYLE: add documentation for the "TYPE" target property
...
Alex
2008-10-02 18:48:06 -04:00
Bill Hoffman
600470e5ca
BUG: 7763 fix, OPTIMIZATION was not set right. Also fix for BUG 7764, put XCODE_ATTRIBUTES_ last
2008-10-02 13:49:32 -04:00
Bill Hoffman
9d6cec87e0
BUG: fix for 5705, link in standard libs for mingw
2008-10-02 12:11:02 -04:00
Bill Hoffman
71fee8522e
STYLE: fix line length issues
2008-10-02 09:18:47 -04:00
Brad King
efd096118f
STYLE: Nightly Date Stamp
2008-10-01 23:56:00 -04:00
Bill Hoffman
05f908e08c
BUG: fix for 6280, -E time was not sending back return value
2008-10-01 16:16:43 -04:00
Bill Hoffman
12be7c21d0
ENH: find perl with FindPerl not find_program, bug: 6243
2008-10-01 16:10:45 -04:00
Bill Hoffman
ad63a47d02
BUG: fix for 7451
2008-10-01 14:19:20 -04:00
Bill Hoffman
6a1a1b632d
BUG: fix for bug 4772, enable_language should now work on linux with correct flags
2008-10-01 13:24:51 -04:00
Bill Hoffman
4c17c9b87b
ENH: add new sgi release scripts
2008-10-01 13:13:23 -04:00
Bill Hoffman
32bc02d660
BUG: undo fix for 7292 because a switched file should show up as an odd thing on the dashbaord
2008-10-01 12:46:45 -04:00
Bill Hoffman
049e3da2ec
STYLE: fix hidden variable warning
2008-10-01 12:45:49 -04:00
Bill Hoffman
ab409fec89
BUG: fix for 7738, allow for spaces in the package target path to CPackConfig files
2008-10-01 09:50:11 -04:00
Bill Hoffman
ecf312ccc8
STYLE: fix line length stuff for KWStyle
2008-10-01 09:04:27 -04:00
Brad King
8a704d5686
STYLE: Nightly Date Stamp
2008-09-30 23:56:05 -04:00
Brad King
d424158dc1
STYLE: Nightly Date Stamp
2008-09-29 23:56:13 -04:00
Bill Hoffman
16f66c2fc0
ENH: fix syntax error
2008-09-29 16:09:26 -04:00
Bill Hoffman
6cf99d7bea
ENH: check in ability to build with new curl -f -DCMAKE_USE_NEW_CURL is set
2008-09-29 15:47:46 -04:00
Brad King
5824aa6143
STYLE: Nightly Date Stamp
2008-09-28 23:56:16 -04:00
Brad King
9b13b6a05e
STYLE: Nightly Date Stamp
2008-09-27 23:56:25 -04:00
Brad King
734ef07548
COMP: Avoid incompatible pointer warning
...
In SharedForward, the call to execvp warned on MinGW because the
signature declared in process.h has an extra const. We use an explicit
cast to convert the pointer type.
2008-09-27 08:04:13 -04:00
Brad King
f01df7fa3d
STYLE: Nightly Date Stamp
2008-09-26 23:56:27 -04:00
Bill Hoffman
3677e5b233
BUG: fix for 7746
2008-09-26 20:09:26 -04:00
Bill Hoffman
b25f4b76c7
ENH: fix suffix stuff
2008-09-26 17:50:41 -04:00
Bill Hoffman
1a9ca21684
ENH: generate curlbuild.h
2008-09-26 14:45:43 -04:00
Brad King
d82f98f8b1
ENH: Add test for KWSys SharedForward
...
This tests the basic capability of running another executable from the
build tree.
2008-09-26 08:24:31 -04:00
Brad King
d6643ebba4
BUG: Fix SharedForward with spaces on windows
...
The windows execvp function does not re-escape arguments correctly.
Instead we generate the escape sequences before calling it.
2008-09-26 08:24:25 -04:00
Brad King
014f684317
BUG: Fix SharedForward in-tree detection
...
To detect when the launcher is running from the build tree we now test
if the directory containing it is the same as the build-tree directory
using an inode test instead of string comparison. This makes it more
robust on case-insensitive filesystems and other quirky situations.
2008-09-26 08:24:20 -04:00
Brad King
97c7c86898
COMP: Avoid 64-to-32-bit integer conversion warning
...
In SharedForward we are only dealing with command-line-length strings so we
need not worry about integer overflow.
2008-09-26 08:24:15 -04:00
Brad King
1f33e26efc
STYLE: Nightly Date Stamp
2008-09-25 23:56:34 -04:00
Bill Hoffman
cf5609221b
BUG: fix for 7704
2008-09-25 17:02:06 -04:00
Bill Hoffman
5a67665f68
BUG: fix for bug 7733, document that debug try compile may break the build
2008-09-25 16:52:46 -04:00
Brad King
f8bc0492e1
ENH: Create $CACHE{VAR} syntax
...
This syntax allows reading of cache entries even when variables of the
same name have been defined in the local scope. See issue #7715 .
2008-09-25 10:21:15 -04:00
Brad King
883d8e186c
STYLE: Nightly Date Stamp
2008-09-24 23:56:41 -04:00
Bill Hoffman
768c228ebb
ENH: add comment about fixing RC
2008-09-24 13:53:55 -04:00
Bill Hoffman
d31c890220
ENH: missed one
2008-09-24 10:01:32 -04:00