Brad King
cbbf0b8183
STYLE: Nightly Date Stamp
2008-10-14 23:54:42 -04:00
Brad King
4b303ddd38
STYLE: Nightly Date Stamp
2008-10-13 23:54:50 -04:00
Brad King
ed7c45b263
STYLE: Nightly Date Stamp
2008-10-12 23:54:53 -04:00
Brad King
8e77a9ed5c
STYLE: Nightly Date Stamp
2008-10-11 23:55:01 -04:00
Brad King
a4cc35021b
STYLE: Nightly Date Stamp
2008-10-10 23:55:08 -04:00
Brad King
b3f43f0065
STYLE: Fix typo in GetFilenameLastExtension docs
...
See issue #7797 .
2008-10-10 11:23:02 -04:00
Brad King
1dc33e763d
STYLE: Nightly Date Stamp
2008-10-09 23:55:10 -04:00
Brad King
802b76a7c4
STYLE: Nightly Date Stamp
2008-10-08 23:55:16 -04:00
Brad King
a5695eb7ac
STYLE: Nightly Date Stamp
2008-10-07 23:55:22 -04:00
Brad King
1b91be332c
STYLE: Nightly Date Stamp
2008-10-06 23:55:30 -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
bc15811d2a
STYLE: Nightly Date Stamp
2008-10-02 23:55:54 -04:00
Brad King
efd096118f
STYLE: Nightly Date Stamp
2008-10-01 23:56:00 -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
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
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
Brad King
883d8e186c
STYLE: Nightly Date Stamp
2008-09-24 23:56:41 -04:00
Brad King
4a1317de36
STYLE: Nightly Date Stamp
2008-09-23 23:56:43 -04:00
Bill Hoffman
5778b6efe9
ENH: one more fix for HAIKU
2008-09-23 12:04:39 -04:00
Brad King
b6d799c407
STYLE: Nightly Date Stamp
2008-09-22 23:56:53 -04:00
Bill Hoffman
67dc176ffa
ENH: a few more haiku fixes, stop the debugger from coming up for tests
2008-09-22 14:05:13 -04:00
Brad King
3e21316f59
STYLE: Nightly Date Stamp
2008-09-21 23:56:55 -04:00
Brad King
bcf629bd11
STYLE: Nightly Date Stamp
2008-09-20 23:57:02 -04:00
Brad King
c0a7f67f3a
STYLE: Nightly Date Stamp
2008-09-19 23:57:10 -04:00
Brad King
b56d755f6e
STYLE: Nightly Date Stamp
2008-09-18 23:57:13 -04:00
Brad King
6ac4795a44
STYLE: Nightly Date Stamp
2008-09-17 23:57:22 -04:00
Brad King
12396bebac
STYLE: Nightly Date Stamp
2008-09-16 23:57:27 -04:00
Brad King
ccc7ca9871
STYLE: Nightly Date Stamp
2008-09-15 23:57:32 -04:00
Bill Hoffman
64fc597de2
ENH: add initial support for HAIKU OS from bug# 7425
2008-09-15 17:53:28 -04:00
Brad King
a4d679af90
STYLE: Nightly Date Stamp
2008-09-14 23:57:38 -04:00
Brad King
f77e827478
STYLE: Nightly Date Stamp
2008-09-13 23:57:42 -04:00
Brad King
2e6f6e89c7
STYLE: Nightly Date Stamp
2008-09-12 23:57:50 -04:00
Brad King
52d8f4853d
STYLE: Nightly Date Stamp
2008-09-11 23:57:58 -04:00
David Cole
bd1935dcd1
ENH: Improve FILE GLOB_RECURSE handling of symlinks with a new CMake policy. CMP0009 establishes NEW default behavior of not recursing through symlinks. OLD default behavior or explicit FOLLOW_SYMLINKS argument to FILE GLOB_RECURSE will still recurse through symlinks.
2008-09-11 14:34:04 -04:00
Brad King
7d01e62a92
STYLE: Nightly Date Stamp
2008-09-10 23:58:03 -04:00
Brad King
823300d23b
STYLE: Nightly Date Stamp
2008-09-09 23:58:08 -04:00
Brad King
acbe39ff7e
STYLE: Nightly Date Stamp
2008-09-08 23:58:12 -04:00
Brad King
947521f437
STYLE: Nightly Date Stamp
2008-09-07 23:58:26 -04:00
Brad King
aeaae298be
STYLE: Nightly Date Stamp
2008-09-06 23:58:22 -04:00
Brad King
6a0ab340c6
STYLE: Nightly Date Stamp
2008-09-05 23:58:37 -04:00