summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Merge topic 'FindGetTextImprovements'David Cole2011-08-161-7/+94
|\ | | | | | | | | | | bebb2bc Support REQUIRED in FindGettext.cmake (using FPHSA.cmake) 431c8eb Add macros GETTEXT_PROCESS_POT() and GETTEXT_PROCESS_PO_FILES()
| * Support REQUIRED in FindGettext.cmake (using FPHSA.cmake)Alex Neundorf2011-08-101-0/+3
| | | | | | | | Alex
| * Add macros GETTEXT_PROCESS_POT() and GETTEXT_PROCESS_PO_FILES()Alex Neundorf2011-08-101-7/+91
| | | | | | | | | | | | | | These macros (functions actually) can be used to process pot and po files. Patch prepared by Raphael Kubo da Costa. Alex
* | Merge topic 'fix-12323-more-paths-in-finddcmtk'David Cole2011-08-161-2/+4
|\ \ | | | | | | | | | | | | 0167cea Add more find_path locations for DCMTK header files (#12323)
| * | Add more find_path locations for DCMTK header files (#12323)David Cole2011-08-091-2/+4
| | |
* | | Merge topic 'fix-clang-flag-check-issue-12394'David Cole2011-08-162-0/+2
|\ \ \ | | | | | | | | | | | | | | | | ed6be50 Fix CHECK_(C|CXX)_COMPILER_FLAG for Clang (#12394)
| * | | Fix CHECK_(C|CXX)_COMPILER_FLAG for Clang (#12394)Brad King2011-08-082-0/+2
| | | | | | | | | | | | | | | | | | | | This compiler warns and returns 0 for unrecognized flags. We fix the compiler flag check macros by looking for a warning in the output.
* | | | Merge topic 'WriteConfigVersionFile_2TemplateFiles'David Cole2011-08-165-0/+230
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | c9761de Improve documentation for WriteBasicConfigVersionFile.cmake 208bb90 Set UNSUITABLE instead of not COMPATIBLE bb03c2d Really fix copyright notice d50a61a Fix copyright notice 4ba09bc Add some tests for write_basic_config_version_file() 02b1e4b Add example to documentation d216a67 Provide macro write_basic_config_version_file()
| * | | | Improve documentation for WriteBasicConfigVersionFile.cmakeAlex Neundorf2011-08-053-11/+13
| | | | | | | | | | | | | | | | | | | | Alex
| * | | | Set UNSUITABLE instead of not COMPATIBLEAlex Neundorf2011-08-053-38/+42
| | | | | | | | | | | | | | | | | | | | Alex
| * | | | Really fix copyright noticeAlex Neundorf2011-08-011-1/+1
| | | | | | | | | | | | | | | | | | | | Alex
| * | | | Fix copyright noticeAlex Neundorf2011-08-011-3/+12
| | | | | | | | | | | | | | | | | | | | Alex
| * | | | Add some tests for write_basic_config_version_file()Alex Neundorf2011-08-013-0/+84
| | | | | | | | | | | | | | | | | | | | Alex
| * | | | Add example to documentationAlex Neundorf2011-08-011-0/+7
| | | | | | | | | | | | | | | | | | | | Alex
| * | | | Provide macro write_basic_config_version_file()Alex Neundorf2011-08-014-0/+124
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This macro can be used to generate basic version files which can be installed along a Config.cmake file to provide versioning support. This (3rd try) is implemented using a macro, which maps the COMPATIBILITY mode to a filename and configure_file()s the resulting file. Alex
* | | | | Merge topic 'fix-10941-correct-comments'David Cole2011-08-167-14/+14
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | edcdfea Documentation: Fix comments in the source code (#10941)
| * | | | | Documentation: Fix comments in the source code (#10941)David Cole2011-08-047-14/+14
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Previously, the comments had all been copied and pasted and not fixed up... Now they are fixed up.
* | | | | | Merge topic 'enable-parallel-xcode-builds'David Cole2011-08-161-22/+23
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | 312d68d Xcode: Rearrange CMakeReRun to enable parallel builds
| * | | | | | Xcode: Rearrange CMakeReRun to enable parallel buildsJohan Björk2011-08-041-22/+23
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | by isolating the CMakeReRun steps to a ZERO_CHECK target, as in the Visual Studio generators. Also, honor the value of CMAKE_SUPPRESS_REGENERATION.
* | | | | | | Merge topic 'fix-imported-target-depend-crash'David Cole2011-08-161-3/+5
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 8ee9bbb Do not crash when an imported target depends on a missing target
| * | | | | | | Do not crash when an imported target depends on a missing targetBrad King2011-08-041-3/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Commit e01cce28 (Allow add_dependencies() on imported targets, 2010-11-19) forgot to check if the dependee exists before using it.
* | | | | | | | Merge topic 'fix-12259-quote-commas-for-xcode'David Cole2011-08-161-1/+1
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | d87eb35 Xcode: Quote ',' in Xcode string values (#12259)
| * | | | | | | | Xcode: Quote ',' in Xcode string values (#12259)Johan Björk2011-08-041-1/+1
| | |/ / / / / / | |/| | | | | |
* | | | | | | | 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