Alex Neundorf
53edfb206b
Better support for lib64 and Debian multiarch
...
If CMAKE_SIZEOF_VOID_P is not set from the outside, it checks for the
existance of /usr/lib64, and if it exists, SIZEOF_VOID_P is set to 8.
For multiarch, if this is debian and
CMAKE_${LANGUAGE}_LANGUAGE_ARCHITECTURE has not been set, it globs
for the files in /lib, and uses the first one which matches
CMAKE_LIBRARY_ARCHITECTURE_REGEX.
Alex
2011-08-09 16:32:45 +02:00
Alex Neundorf
b8fdaa1d66
Fix copyright notice in new CMakeFindPackageMode.cmake
...
Alex
2011-08-09 16:32:45 +02:00
Alex Neundorf
7690edffd9
Replace cmake::GetScriptMode() with GetWorkingMode()
...
GetWorkingMode() returns a new enum WorkingMode, which is one of
NORMAL_MODE, SCRIPT_MODE and FIND_PACKAGE_MODE.
Alex
2011-08-09 16:32:45 +02:00
Stephen Kelly
706ed2b1b0
Add a newline at the end of the file.
...
Hopefully fix the test execution reported on CDash.
2011-08-09 15:02:48 +02:00
KWSys Robot
4675f5d204
KWSys Nightly Date Stamp
2011-08-09 00:13:06 -04:00
Stephen Kelly
8963716615
Add a newline at the end of the file.
...
Hopefully fix the test execution reported on CDash.
2011-08-09 00:18:00 +02:00
Brad King
ed6be501de
Fix CHECK_(C|CXX)_COMPILER_FLAG for Clang ( #12394 )
...
This compiler warns and returns 0 for unrecognized flags. We fix the
compiler flag check macros by looking for a warning in the output.
2011-08-08 12:53:17 -04:00
Brad King
867c3dcd24
KWSys: Fix using long long and __int64 with hash_(set|map)
...
Added hash function for types long long and __int64, conditional on
detection by FundamentalType.
Author: Bradley Lowekamp <blowekamp@mail.nih.gov>
Change-Id: Ie273f55cd4387ca3dbbe00b9d96ad4935e456c9e
2011-08-08 08:50:07 -04:00
KWSys Robot
0e28009184
KWSys Nightly Date Stamp
2011-08-08 00:13:08 -04:00
Stephen Kelly
def0a54e0a
Handle the case where the user changes the DEFINE_SYMBOL property.
...
This eases porting of KDE code.
2011-08-08 02:08:10 +02:00
Stephen Kelly
30880707c0
Add the GenerateExportMacro with unit tests.
...
Reviewed-by: Marcus D. Hanwell <marcus.hanwell@kitware.com>
2011-08-07 18:33:47 +02:00
Alex Neundorf
a65011baf1
Start work on automoc: add empty cmQtAutomoc class
...
Alex
2011-08-07 12:02:46 +02:00
KWSys Robot
2c14a176bb
KWSys Nightly Date Stamp
2011-08-07 00:14:22 -04:00
KWSys Robot
955d5133ab
KWSys Nightly Date Stamp
2011-08-06 00:14:05 -04:00
Alex Neundorf
c9761de7ad
Improve documentation for WriteBasicConfigVersionFile.cmake
...
Alex
2011-08-05 23:01:07 +02:00
Alex Neundorf
208bb9009b
Set UNSUITABLE instead of not COMPATIBLE
...
Alex
2011-08-05 22:42:57 +02:00
KWSys Robot
ec4e4ce695
KWSys Nightly Date Stamp
2011-08-05 00:13:08 -04:00
David Cole
edcdfeae93
Documentation: Fix comments in the source code ( #10941 )
...
Previously, the comments had all been copied and pasted
and not fixed up... Now they are fixed up.
2011-08-04 19:03:24 -04:00
Johan Björk
312d68d5b1
Xcode: Rearrange CMakeReRun to enable parallel builds
...
by isolating the CMakeReRun steps to a ZERO_CHECK target, as
in the Visual Studio generators. Also, honor the value of
CMAKE_SUPPRESS_REGENERATION.
2011-08-04 16:31:45 -04:00
Brad King
8ee9bbbd0c
Do not crash when an imported target depends on a missing target
...
Commit e01cce28
(Allow add_dependencies() on imported targets,
2010-11-19) forgot to check if the dependee exists before using it.
2011-08-04 15:36:32 -04:00
Johan Björk
d87eb350f6
Xcode: Quote ',' in Xcode string values ( #12259 )
2011-08-04 13:03:44 -04:00
Brad King
5f0eba49f2
KWSys: Avoid conversion warning in SystemTools::GetTime
...
Convert struct timeval members to double explicitly to avoid a GCC
warning with -Wconversion.
2011-08-04 08:30:05 -04:00
KWSys Robot
f31def8c62
KWSys Nightly Date Stamp
2011-08-04 00:10:14 -04:00
Bill Hoffman
3c53fbb1f0
Fix custom commands in VS2010 Fortran projects using CFG_INTDIR and test.
...
For custom commands in VS2010 Fortran projects the INTDIR variable
is different than in the rest of the solution because Intel
fortran still uses the old VS project files even in VS2010. So,
we replace $(Configuration) directly in the project files. I have also
added a FortranOnly test that tests this feature and is run on any
generator that has Fortran abilities.
2011-08-03 17:24:43 -04:00
Alex Neundorf
6899e58fa0
Also search for libxkbfile, XSync and SM include dir
...
Alex
2011-08-03 22:33:18 +02:00
Alex Neundorf
fe6bb7af2a
Remove trailing whitespace
...
Alex
2011-08-03 22:32:28 +02:00
Brad King
74e1156bc2
KWSys: Simplify SystemTools::GetTime implementation ( #12261 )
...
We already use GetSystemTimeAsFileTime() and gettimeofday()
unconditionally on supported Windows and non-Windows platforms,
respectively. Remove outdated portability complexity.
2011-08-03 14:50:04 -04:00
David Cole
4575ed9e2a
Fix line too long style violation
2011-08-03 11:37:59 -04:00
David Cole
ba4886b717
CTest: print failed tests in index order ( #11746 )
...
This deterministic ordering makes it easier for a developer
comparing the ctest output of two test runs to see what changed
from run to run.
Thanks to Fraser Hutchison for the patch.
2011-08-03 10:48:43 -04:00
Rolf Eike Beer
f46236949e
remove extra output message from FindJava.cmake
...
FPHSA already prints out the version number. And this line was printed on
every subsequent CMake run.
2011-08-03 09:40:10 -04:00
KWSys Robot
14e54c4c44
KWSys Nightly Date Stamp
2011-08-03 00:14:04 -04:00
Brad King
ad542d821d
XL: Fix old VisualAge branding of Fortran compiler
...
Commit 6d434ee6
(Split XL compiler information files, 2009-09-30)
added Platform/AIX-(XL|VisualAge)-(C|CXX|Fortran).cmake modules
to support the old and new compiler branding for all languages.
Add the "AIX-VisualAge-Fortran" combination that was left out
accidentally.
2011-08-02 17:26:29 -04:00
David Cole
80ef23d83f
Merge topic 'CodeBlocksIncludeDirsAndDefines'
...
e2e8c0a
Also put builtin include dirs into CodeBlocks project file
92c0dc5
Remove useless line of code
a5683f8
Patch by Campbell Barton: puts definitions into C::B project file
2011-08-02 15:11:58 -04:00
David Cole
6a11727154
Merge topic 'FindGIFAndFreetypeCleanupAndEnhancements'
...
81a70c6
Add basic version check for giflib
2462f65
FindGif: add giflib4 as one more name for the library under Windows
f97620e
FindGIF/FindFreetype.cmake: remove standard search paths from find-calls
7c38523
Strip trailing whitespace
2011-08-02 15:11:53 -04:00
David Cole
737be8f6f6
Merge topic 'FindPostgresqlImprovements'
...
825c457
FindPostgreSQL: fix PATH_SUFFIXES, better output for FPHSA
e159bb5
Mark the results from find() as advanced
da1bdaf
Use FPHSA(), remove unnecessary stuff and don't recommend link_directories()
217d068
More PATH_SUFFIXES for finding Postgresql and also search catalog/pg_type.h
2011-08-02 15:11:45 -04:00
David Cole
bd54141d5d
Merge topic 'fix-11866-add-watcom-sys-libs'
...
ff59716
Watcom: Use correct args for execute_process call (#11866 )
80769cd
Add Watcom support to InstallRequiredSystemLibraries (#11866 )
2011-08-02 15:11:35 -04:00
David Cole
11ca173731
Merge topic 'doc-WIN32-cygwin'
...
1f641de
Documentation: WIN32 not defined on Cygwin (#12334 )
2011-08-02 15:11:20 -04:00
David Cole
e9a6d86d91
Merge topic 'ExcludeCMakesFilesFromCodeBlocksProject'
...
f32f6f0
Don't put files from CMAKE_ROOT into CodeBlocks projects (#12110 )
2011-08-02 15:11:01 -04:00
David Cole
ab24bdeecc
Merge topic 'cpack-nsis-multi-installs'
...
e6d2bcf
CPack/NSIS: Fix reinstall and multiple install issues when using components.
2011-08-02 15:10:47 -04:00
David Cole
abc8586716
Merge topic 'fix-12299-add-vs10-scc-support'
...
05ddfbf
VS10: Add SCC support
2011-08-02 15:10:31 -04:00
David Cole
b01167161c
Merge topic 'fix-12245-add-wlib--c-flag'
...
a0974ae
Watcom: Add -c flag to wlib calls (#12245 )
2011-08-02 15:10:21 -04:00
David Cole
7824885960
Merge topic 'adjust-path-for-all-generators-test'
...
0baf565
Ensure libgmp-10.dll is in the PATH for CMakeTestAllGenerators
2011-08-02 15:10:15 -04:00
David Cole
330577ce87
Merge topic 'fix-updategit-test'
...
0375865
Fix machine-specific UpdateGIT test failures
2011-08-02 15:10:12 -04:00
David Cole
86bae62bd1
Merge topic 'fix-8707-add-vs-globals'
...
df95772
Add support for Visual Studio project-specific globals (#8707 )
2011-08-02 15:10:09 -04:00
David Cole
7ef2f53d02
Merge topic 'qt4-use-check-cxx-symbol'
...
de30173
Remove C compiler requirement from FindQt4.cmake
2011-08-02 15:10:05 -04:00
David Cole
996eb50364
Merge topic 'RemoveDebugOutput'
...
6b71bf8
Remove debug output from CheckSymbolExists
2011-08-02 15:10:01 -04:00
David Cole
2444d6f55e
Merge topic 'split-stdout-stderr'
...
a343bc1
RunSingleCommand: Avoid assignment in condition
642f100
RunSingleCommand: Add a OUTPUT_NORMAL flag.
856a9e4
RunSingleCommand: Replace verbose boolean with enum
4096066
RunSingleCommand: Fix indentation
2011-08-02 15:09:57 -04:00
David Cole
39faba7e30
Merge topic 'cmSystemTools-whitespace'
...
acd2f84
cmSystemTools: Remove trailing whitespace
2011-08-02 15:09:53 -04:00
David Cole
be3ac14ac7
Merge topic 'add-flag-detection-regex'
...
b7f3f7c
Add fail regex to detect supported warning flags correctly.
2011-08-02 15:09:49 -04:00
David Cole
c6051b7abd
Merge topic 'library-multiarch-issue-12326'
...
317d077
multiarch: Treat lib/<arch> as implicit link dir (#12326 )
2011-08-02 15:09:45 -04:00