summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Merge topic 'FindX11ImprovementsFromKDE'David Cole2011-08-161-13/+40
|\ | | | | | | | | | | 6899e58 Also search for libxkbfile, XSync and SM include dir fe6bb7a Remove trailing whitespace
| * Also search for libxkbfile, XSync and SM include dirAlex Neundorf2011-08-031-0/+27
| | | | | | | | Alex
| * Remove trailing whitespaceAlex Neundorf2011-08-031-13/+13
| | | | | | | | Alex
* | Merge topic 'fix-11746-sort-failed-tests-output'David Cole2011-08-162-5/+19
|\ \ | | | | | | | | | | | | | | | 4575ed9 Fix line too long style violation ba4886b CTest: print failed tests in index order (#11746)
| * | Fix line too long style violationDavid Cole2011-08-031-1/+2
| | |
| * | CTest: print failed tests in index order (#11746)David Cole2011-08-032-5/+18
| | | | | | | | | | | | | | | | | | | | | | | | 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.
* | | Merge topic 'fix-12054-eliminate-findjava-noise'David Cole2011-08-161-5/+0
|\ \ \ | | | | | | | | | | | | | | | | f462369 remove extra output message from FindJava.cmake
| * | | remove extra output message from FindJava.cmakeRolf Eike Beer2011-08-031-5/+0
| |/ / | | | | | | | | | | | | FPHSA already prints out the version number. And this line was printed on every subsequent CMake run.
* | | Merge topic 'fix-old-VisualAge-Fortran'David Cole2011-08-161-0/+1
|\ \ \ | | | | | | | | | | | | | | | | ad542d8 XL: Fix old VisualAge branding of Fortran compiler
| * | | XL: Fix old VisualAge branding of Fortran compilerBrad King2011-08-021-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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.
* | | | Merge topic 'hdf5-module-12316-fix'David Cole2011-08-161-6/+13
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | ad218e4 Added HDF5 high level Fortran bindings to available components.
| * | | | Added HDF5 high level Fortran bindings to available components.Will Dicharry2011-08-021-6/+13
| | | | |
* | | | | Merge topic 'intel_fortran_vs2010'David Cole2011-08-169-1/+89
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | 3c53fbb Fix custom commands in VS2010 Fortran projects using CFG_INTDIR and test.
| * | | | | Fix custom commands in VS2010 Fortran projects using CFG_INTDIR and test.Bill Hoffman2011-08-039-1/+89
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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.
* | | | | | Merge topic 'fix-8707-add-vs-globals'David Cole2011-08-162-5/+14
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 37d8602 Merge topic 'intel_fortran_vs2010' into fix-8707-add-vs-globals 6c72d25 Initial support for Intel Fortran VS2010.
| * \ \ \ \ \ Merge topic 'intel_fortran_vs2010' into fix-8707-add-vs-globalsDavid Cole2011-07-292-5/+14
| |\ \ \ \ \ \ | | |/ / / / / | | | | | | | | | | | | | | | | | | | | | Conflicts: Source/cmLocalVisualStudio7Generator.h
| | * | | | | Initial support for Intel Fortran VS2010.Bill Hoffman2011-07-082-5/+14
| | | | | | |
* | | | | | | KWSys Nightly Date StampKWSys Robot2011-08-161-1/+1
| | | | | | |
* | | | | | | KWSys Nightly Date StampKWSys Robot2011-08-151-1/+1
| | | | | | |
* | | | | | | KWSys Nightly Date StampKWSys Robot2011-08-141-1/+1
| | | | | | |
* | | | | | | KWSys Nightly Date StampKWSys Robot2011-08-131-1/+1
| | | | | | |
* | | | | | | KWSys Nightly Date StampKWSys Robot2011-08-121-1/+1
| | | | | | |
* | | | | | | KWSys Nightly Date StampKWSys Robot2011-08-111-1/+1
| | | | | | |
* | | | | | | KWSys Nightly Date StampKWSys Robot2011-08-101-1/+1
| | | | | | |
* | | | | | | KWSys: __int64 and long long may be same type in specializationBrad King2011-08-091-4/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | For the specialization of hash<>(), the types long long and __int64 may be the same type. While the CMakeLists indicate that if __int64 is a alias for another type the it will not be enabled, on mingw they both appear to be the same type and enabled. This patch only enable specialization for long long OR __int64 to avoid the potential conflict. Author: Bradley Lowekamp <blowekamp@mail.nih.gov> Change-Id: I813a9ac008b296fab5a369c48e6dd5460fd0c035
* | | | | | | KWSys Nightly Date StampKWSys Robot2011-08-091-1/+1
| | | | | | |
* | | | | | | KWSys: Fix using long long and __int64 with hash_(set|map)Brad King2011-08-081-1/+24
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Added hash function for types long long and __int64, conditional on detection by FundamentalType. Author: Bradley Lowekamp <blowekamp@mail.nih.gov> Change-Id: Ie273f55cd4387ca3dbbe00b9d96ad4935e456c9e
* | | | | | | KWSys Nightly Date StampKWSys Robot2011-08-081-1/+1
| | | | | | |
* | | | | | | KWSys Nightly Date StampKWSys Robot2011-08-071-1/+1
| | | | | | |
* | | | | | | KWSys Nightly Date StampKWSys Robot2011-08-061-1/+1
| | | | | | |
* | | | | | | KWSys Nightly Date StampKWSys Robot2011-08-051-1/+1
| | | | | | |
* | | | | | | KWSys: Avoid conversion warning in SystemTools::GetTimeBrad King2011-08-041-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Convert struct timeval members to double explicitly to avoid a GCC warning with -Wconversion.
* | | | | | | KWSys Nightly Date StampKWSys Robot2011-08-041-1/+1
| |_|_|_|_|/ |/| | | | |
* | | | | | KWSys: Simplify SystemTools::GetTime implementation (#12261)Brad King2011-08-032-64/+17
| |_|_|_|/ |/| | | | | | | | | | | | | | | | | | | | | | | | We already use GetSystemTimeAsFileTime() and gettimeofday() unconditionally on supported Windows and non-Windows platforms, respectively. Remove outdated portability complexity.
* | | | | KWSys Nightly Date StampKWSys Robot2011-08-031-1/+1
| | | | |
* | | | | Merge topic 'CodeBlocksIncludeDirsAndDefines'David Cole2011-08-025-107/+181
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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
| * | | | | Also put builtin include dirs into CodeBlocks project fileAlex Neundorf2011-08-015-106/+165
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Refactor code from CMakeFindEclipseCDT4.cmake so it can be used alkso for CodeBlocks, and move it into new file CMakeExtraGeneratorDetermineCompilerMacrosAndIncludeDirs.cmake. Alex
| * | | | | Remove useless line of codeAlex Neundorf2011-08-011-1/+0
| | | | | | | | | | | | | | | | | | | | | | | | Alex
| * | | | | Patch by Campbell Barton: puts definitions into C::B project fileAlex Neundorf2011-07-291-0/+16
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This enables Codeblocks and QtCreator to do proper highlighting based on defined macros. Alex
* | | | | | Merge topic 'FindGIFAndFreetypeCleanupAndEnhancements'David Cole2011-08-022-36/+41
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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
| * | | | | | Add basic version check for giflibAlex Neundorf2011-08-011-2/+27
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This is used e.g. in KDE, there on Solaris an old version of giflib was found (version 3), which could be detected by checking for the UserData member variable: http://websvn.kde.org/?view=revision&revision=545738 Alex
| * | | | | | FindGif: add giflib4 as one more name for the library under WindowsAlex Neundorf2011-07-271-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Alex
| * | | | | | FindGIF/FindFreetype.cmake: remove standard search paths from find-callsAlex Neundorf2011-07-272-21/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | In both files find_path() and find_library() are called with multiple additional search PATHS which are already anyway part of the default search dirs, so it should be safe to remove them. Alex
| * | | | | | Strip trailing whitespaceAlex Neundorf2011-07-272-12/+12
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Alex
* | | | | | | Merge topic 'FindPostgresqlImprovements'David Cole2011-08-021-30/+23
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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
| * | | | | | | FindPostgreSQL: fix PATH_SUFFIXES, better output for FPHSAAlex Neundorf2011-08-011-5/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Alex
| * | | | | | | Mark the results from find() as advancedAlex Neundorf2011-08-011-0/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Alex
| * | | | | | | Use FPHSA(), remove unnecessary stuff and don't recommend link_directories()Alex Neundorf2011-08-011-38/+8
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | -don't recommend using link_directories() -don't do the extra if(EXISTS) checks, since the code is already inside a if(PostgreSQL_FOUND) Alex
| * | | | | | | More PATH_SUFFIXES for finding Postgresql and also search catalog/pg_type.hAlex Neundorf2011-08-011-0/+22
| |/ / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Patch from Jaroslaw Staniek, reviewed by Andrew Maclean Alex
* | | | | | | Merge topic 'fix-11866-add-watcom-sys-libs'David Cole2011-08-023-0/+73
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | ff59716 Watcom: Use correct args for execute_process call (#11866) 80769cd Add Watcom support to InstallRequiredSystemLibraries (#11866)