Brad King
33ddb23e67
Handle non-ASCII terminators in file(STRINGS)
...
Commit "Support more special characters in file(STRINGS)" (2009-10-06)
attempted to support parsing strings from binaries produced by the
Portland Group Fortran compiler. The compiler seems to put an extra
byte just at the end of its string literals. Previously we dealt with
this by explicitly enumerating bytes known to occur, but it seems that
many such possibilities exist. Now we support extraction of strings
that end in any non-ASCII character.
2010-04-14 11:44:43 -04:00
KWSys Robot
13e6b430ff
KWSys Nightly Date Stamp
2010-04-14 00:01:08 -04:00
Bill Hoffman
78d505031f
Fix for bug #10544 , make check was sent to the wrong log file
2010-04-13 09:28:16 -04:00
KWSys Robot
f9bdbf8fd3
KWSys Nightly Date Stamp
2010-04-13 00:01:06 -04:00
KWSys Robot
c70850de6d
KWSys Nightly Date Stamp
2010-04-12 00:01:04 -04:00
Kovarththanan Rajaratnam
4d6e0f39c2
FindSubversion: simplify using FindPackageHandleStandardArgs()
2010-04-11 20:40:02 +02:00
Kovarththanan Rajaratnam
44f631e6df
FindBZip2: no need to set QUIETLY explicitly
2010-04-11 11:31:48 +02:00
Kovarththanan Rajaratnam
c70e0aa3eb
FindBZip2: remove BZIP2_DEFINITIONS from doc (it's not referenced)
2010-04-11 11:31:48 +02:00
Kovarththanan Rajaratnam
79442f8045
FindZLIB: add support for version handling ( fixes #5588 )
...
This change depends on the fix for #9414 which should land very soon.
2010-04-11 10:55:51 +02:00
Kovarththanan Rajaratnam
001efa5961
FindZLIB: add support for GnuWin32 ( fixes #5588 )
2010-04-11 10:55:50 +02:00
Kovarththanan Rajaratnam
5ea4992621
FindZLIB: FindPackageHandleStandardArgs already contains the quiet handling
2010-04-11 10:55:50 +02:00
KWSys Robot
d33303f22f
KWSys Nightly Date Stamp
2010-04-11 00:01:02 -04:00
Alex Neundorf
981c7f5a5b
-check for the ARM ABI/EABI compiler ABI for the GNU compilers
...
The names are:
EABI: "ELF ARMEABI"
non-EABI: "ELF ARM"
Alex
2010-04-11 00:15:23 +02:00
Alex Neundorf
f99771ce0a
-revert the previous unintended commit
...
Alex
2010-04-10 23:49:09 +02:00
Alex Neundorf
8d907e298b
-no change, don't know why git wants to commit something
...
(I accidentially removed ExternalProject.cmake from git by doing
mv ExternalProject.cmake ExternalProject.cmake.save
git checkout master
which I hoped would basically do a revert as it does with svn and cvs, but it
deleted the file from git)
Alex
2010-04-10 23:49:09 +02:00
Eric NOULARD
fcdbe001ea
CPackRPM:: Fix bug #10363 , specify compression type in RPM spec
...
This is a feature request
--Eric
2010-04-10 11:23:01 +02:00
KWSys Robot
c55814170e
KWSys Nightly Date Stamp
2010-04-10 00:01:11 -04:00
Kovarththanan Rajaratnam
f233a9b3af
Remove spurious tabs
2010-04-09 22:02:16 +02:00
Alex Neundorf
71812d0b5e
-fix typos in docs, patch from Michael Wild
...
Alex
2010-04-09 21:40:59 +02:00
David Cole
018c13ff73
Patch to avoid short name usage where possible. Get the actual case spelling of a file name on 'Windows' without converting to short name and back again. Avoids bad behavior reported in http://bugs.winehq.org/show_bug.cgi?id=22286 when using cmake under a wine/msys/mingw installation on a Linux box. Thanks to Clinton Stimpson for preparing the patch.
2010-04-09 12:15:06 -04:00
KWSys Robot
f468b50e9a
KWSys Nightly Date Stamp
2010-04-09 00:01:04 -04:00
Clinton Stimpson
c94303fcac
Revert "Include relative path in generated qrc and uic files. Fixes #10413."
...
This reverts commit 108090fde9
.
2010-04-08 16:39:15 -06:00
KWSys Robot
e93b737dd5
KWSys Nightly Date Stamp
2010-04-08 00:01:05 -04:00
KWSys Robot
8ca2fa78b4
KWSys Nightly Date Stamp
2010-04-07 00:01:02 -04:00
Bill Hoffman
7b4afe1cec
Exclude new warnings that showed up with ctest launcher.
2010-04-06 11:32:43 -04:00
KWSys Robot
3917de0998
KWSys Nightly Date Stamp
2010-04-06 00:01:04 -04:00
KWSys Robot
ca41b71f0d
KWSys Nightly Date Stamp
2010-04-05 00:01:03 -04:00
KWSys Robot
200d40acd1
KWSys Nightly Date Stamp
2010-04-04 00:01:04 -04:00
KWSys Robot
ba559a3454
KWSys Nightly Date Stamp
2010-04-03 00:01:03 -04:00
Bill Hoffman
cf3e42f811
Partial fix from bug #10503 , use full paths to fix custom commands.
...
This fixes tests ExternalProject and LinkDirectory for VS 2010.
2010-04-02 14:09:06 -04:00
KWSys Robot
a63dc3271a
KWSys Nightly Date Stamp
2010-04-02 00:01:04 -04:00
KWSys Robot
faf30c2502
KWSys Nightly Date Stamp
2010-04-01 00:01:02 -04:00
KWSys Robot
e101d9f14e
KWSys Nightly Date Stamp
2010-03-31 00:01:05 -04:00
David Cole
003ffe5908
Fix intermingling of test environments when tests run in parallel.
...
The SaveRestoreEnvironment helper object makes sure that the
original environment is restored immediately after the
StartProcess call returns rather than waiting for the end
of the test. When tests are executed in parallel, there is
no guarantee about the ordering of EndTest calls relative
to StartTest calls. In fact, it would be odd for them to
be nested nicely. Therefore, to avoid the corruption of
the calling ctest's environment, the original environment
must be restored before ForkProcess returns.
2010-03-30 14:08:31 -04:00
KWSys Robot
d0b510900d
KWSys Nightly Date Stamp
2010-03-30 00:01:03 -04:00
KWSys Robot
2a2a923ec9
KWSys Nightly Date Stamp
2010-03-29 00:01:04 -04:00
KWSys Robot
7a17b72e2c
KWSys Nightly Date Stamp
2010-03-28 00:01:03 -04:00
KWSys Robot
9e74971c5f
KWSys Nightly Date Stamp
2010-03-27 00:01:03 -04:00
Bill Hoffman
2c6f8de2cc
Fix for bug #0010466 , fix crash in --help-module.
2010-03-26 16:57:01 -04:00
Dave Partyka
9345833272
BUG: Commit a fix from Rusty to address incorrectly reported memory queries.
2010-03-26 14:18:24 -04:00
Chuck Atkins
e750761857
OpenBSD: Work-around static/runtime linker inconsistency
...
Detect the runtime linker's search path and add to the compile time
linker's search path. This is needed because OpenBSD's static linker
does not search for shared library dependencies in the same places as
the runtime linker.
2010-03-26 09:33:28 -04:00
KWSys Robot
a8abb30c38
KWSys Nightly Date Stamp
2010-03-26 00:01:08 -04:00
Alex Neundorf
1cad103db1
it's CMAKE_COMPILER_IS_GNUCC, not CMAKE_COMPILER_IS_GNUGCC
...
Patch from Brad Hards <bradh AT frogmouth DOT net>
Alex
2010-03-25 23:19:59 +01:00
KWSys Robot
4273cd9767
KWSys Nightly Date Stamp
2010-03-25 00:01:04 -04:00
KWSys Robot
d086218658
KWSys Nightly Date Stamp
2010-03-24 00:01:03 -04:00
KWSys Robot
a72b2ccb4c
KWSys Nightly Date Stamp
2010-03-23 14:17:23 -04:00
Bill Hoffman
570ceeb4a4
Teach CMake how to work with G95 on mingw.
2010-03-23 11:32:40 -04:00
Pat Marion
fc4e7dcec0
ENH: Adding symbol for cray compute linux to DynamicLoader.cxx
2010-03-22 10:54:18 -04:00
KWSys Robot
9fd6916362
KWSys Nightly Date Stamp
2010-03-22 00:01:03 -04:00
KWSys Robot
23eb9c9ade
KWSys Nightly Date Stamp
2010-03-21 00:01:03 -04:00