summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Merge topic 'doc-CMAKE_BUILD_TYPE-config-case-issue-12148'Brad King2011-05-101-1/+1
|\ | | | | | | | | d7d71eb Fix case typo in CMAKE_BUILD_TYPE docs (#12148)
| * Fix case typo in CMAKE_BUILD_TYPE docs (#12148)Brad King2011-05-031-1/+1
| | | | | | | | Reported-by: Stephen Kelly <steveire@gmail.com>
* | Merge topic 'FixVirtualFoldersInEclipse'Brad King2011-05-102-5/+13
|\ \ | | | | | | | | | | | | a7d8d49 -fix VirtualFolders in Eclipse under Windows
| * | -fix VirtualFolders in Eclipse under WindowsAlex Neundorf2011-05-062-5/+13
| | | | | | | | | | | | | | | | | | | | | | | | Under Windows "locationURI" must be used for virtual folders, while "location" must be used only for linked folders. Under Linux it doesn't seem to matter. Alex
* | | KWSys Nightly Date StampKWSys Robot2011-05-101-1/+1
| | |
* | | KWSys: Fix leaked FILE in EncodeExecutable error caseBrad King2011-05-091-0/+1
| | | | | | | | | | | | | | | | | | | | | This leak was detected by cppcheck static analysis. Author: Hans Johnson <hans-johnson@uiowa.edu> Change-Id: I1b81cb245acb9a6033f24ecc8d1452ca4df8371a
* | | KWSys Nightly Date StampKWSys Robot2011-05-091-1/+1
| | |
* | | KWSys Nightly Date StampKWSys Robot2011-05-081-1/+1
| | |
* | | KWSys Nightly Date StampKWSys Robot2011-05-071-1/+1
|/ /
* | KWSys Nightly Date StampKWSys Robot2011-05-061-1/+1
| |
* | KWSys Nightly Date StampKWSys Robot2011-05-051-1/+1
| |
* | KWSys Nightly Date StampKWSys Robot2011-05-041-1/+1
| |
* | Merge topic 'OpenBSD-host-processor-issue-12143'Brad King2011-05-031-2/+5
|\ \ | |/ |/| | | | | 0bfabf9 OpenBSD: Use 'arch -s' for host processor (#12143)
| * OpenBSD: Use 'arch -s' for host processor (#12143)Brad King2011-05-021-2/+5
| | | | | | | | | | | | | | On OpenBSD 'uname -p' returns a long descriptive name for the processor. Use 'arch -s' instead to get a short cpu name. Suggested-by: Stuart Henderson
* | KWSys Nightly Date StampKWSys Robot2011-05-031-1/+1
| |
* | KWSys Nightly Date StampKWSys Robot2011-05-031-1/+1
|/
* KWSys Nightly Date StampKWSys Robot2011-05-011-2/+2
|
* KWSys Nightly Date StampKWSys Robot2011-04-301-1/+1
|
* KWSys Nightly Date StampKWSys Robot2011-04-291-1/+1
|
* KWSys Nightly Date StampKWSys Robot2011-04-281-1/+1
|
* KWSys Nightly Date StampKWSys Robot2011-04-271-1/+1
|
* Merge topic 'multilingual-FindMPI'Brad King2011-04-261-304/+504
|\ | | | | | | | | | | | | a55da06 Added backward compatibility for input as well as output vars. a32a633 FindMPI: Fix documentation formatting 706b73e FindMPI: Handle multiple languages
| * Added backward compatibility for input as well as output vars.Todd Gamblin2011-04-241-4/+30
| | | | | | | | | | | | | | Users can now supply MPI_COMPILER, MPI_INCLUDE_PATH, MPI_LIBRARY, and others as with the old FindMPI. These are mapped to their respective equivalents for C and CXX. Fortran is not touched, as there was no Fortran support in the old FindMPI.
| * FindMPI: Fix documentation formattingBrad King2011-03-161-24/+16
| | | | | | | | | | | | Adjust whitespace to make the output of "--help-module FindMPI" look good. Also separate the comment containing the copyright and license notice so it does not appear in the documentation.
| * FindMPI: Handle multiple languagesTodd Gamblin2011-03-151-295/+477
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Adds support for: - MPI_<lang>_COMPILER and other useful variables for C, CXX, Fortran - Better compiler interrogation (handles mvapich) - Supports specifying an MPI compiler name directly on the command line without and absolute path, e.g.: cmake -D MPI_CXX_COMPILER=mpixlC - Better compiler name searching tries to match MPI compiler to regular CMAKE_<lang>_COMPILER_ID, if it's available. Gets rid of: - MPI_LIBRARY, MPI_EXTRA_LIBRARY cache variables. These and other old vars are still exported for backward compatibility, but they're not cached.
* | KWSys Nightly Date StampKWSys Robot2011-04-261-1/+1
| |
* | KWSys Nightly Date StampKWSys Robot2011-04-251-1/+1
| |
* | KWSys Nightly Date StampKWSys Robot2011-04-241-1/+1
| |
* | KWSys Nightly Date StampKWSys Robot2011-04-231-1/+1
| |
* | KWSys Nightly Date StampKWSys Robot2011-04-221-1/+1
| |
* | KWSys Nightly Date StampKWSys Robot2011-04-211-1/+1
| |
* | KWSys Nightly Date StampKWSys Robot2011-04-201-1/+1
| |
* | Merge topic 'find_package-system-registry'Brad King2011-04-194-30/+137
|\ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 08b9397 find_package: Fix system package registry test path conversion 93021ad find_package: Test system package registry when possible b95f3ca find_package: Check both 32-bit and 64-bit registry views a0d76c1 find_package: Search a "system package registry" 549458f find_package: Document user package registry locations c9563db find_package: Cleanup user package registry less aggressively 4df1197 find_package: Rename implementation of user package registry
| * | find_package: Fix system package registry test path conversionBrad King2011-04-141-1/+1
| | | | | | | | | | | | | | | | | | | | | Do not use file(TO_NATIVE_PATH) to compute the value to store in the registry. It is meant for constructing values to be put in shells. Since find_package() can use the value with CMake-normalized slashes do not bother with any conversion.
| * | find_package: Test system package registry when possibleBrad King2011-04-132-0/+42
| | | | | | | | | | | | | | | | | | Teach the FindPackagTest to try creating the appropriate HKLM system package registry value. If it works then add a test to verify that find_package() reads it as expected. Then delete the value to cleanup.
| * | find_package: Check both 32-bit and 64-bit registry viewsBrad King2011-04-132-6/+40
| | | | | | | | | | | | | | | | | | The system package registry is under HKEY_LOCAL_MACHINE\SOFTWARE which has separate views for 32-bit and 64-bit applications. Look in both views, but prefer the architecture matching the build target platform.
| * | find_package: Search a "system package registry"Brad King2011-04-132-14/+39
| | | | | | | | | | | | | | | | | | | | | | | | Generalize the "user package registry" created by commit ed0650f6 (Teach find_package to search a "package registry", 2009-09-01). Define a corresponding "system" registry key under HKEY_LOCAL_MACHINE. This gives package installers a place to create a registry value that points at the right location for find_package() to locate the package.
| * | find_package: Document user package registry locationsBrad King2011-04-131-3/+10
| | | | | | | | | | | | | | | Specify the Windows registry key under HKEY_CURRENT_USER and directory on UNIX platforms in which the package registry is stored.
| * | find_package: Cleanup user package registry less aggressivelyBrad King2011-04-131-4/+3
| | | | | | | | | | | | | | | | | | Delete only REG_SZ entries that are specifically detected to point to invalid paths. This will allow future versions to add other value types for different purposes.
| * | find_package: Rename implementation of user package registryBrad King2011-04-132-7/+7
| | | | | | | | | | | | | | | Rename {Registry => UserRegistry} in names associated specifically with the user package registry and not registry access in general.
* | | Merge topic 'FindITK-passthru'Brad King2011-04-191-7/+9
|\ \ \ | | | | | | | | | | | | | | | | aa170c2 FindITK: Use passthru find_package config mode for messages
| * | | FindITK: Use passthru find_package config mode for messagesBrad King2011-04-181-7/+9
| | | | | | | | | | | | | | | | | | | | | | | | | | | | The custom error message that mentions PREFIX/lib/InsightToolkit is not accurate for ITKv4. Just use the more generic message that find_package generates by default. This module is now almost a no-op but exists to tell find_package to look for the InsightToolkit name as well as ITK.
* | | | Merge topic 'add-svn-trust-cert-to-ExternalProject'Brad King2011-04-192-2/+14
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | 12a3699 ExternalProject: Always use --non-interactive with svn 3a5a402 ExternalProject: Add SVN_TRUST_CERT argument
| * | | | ExternalProject: Always use --non-interactive with svnDavid Cole2011-04-181-4/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The previous commit added --non-interactive as a "side effect" of turning on SVN_TRUST_CERT. While reviewing that commit, we decided all ExternalProject svn usage should be non-interactive. That way, if there's any sort of problem, svn will return an error right away rather than hang forever waiting for input...
| * | | | ExternalProject: Add SVN_TRUST_CERT argumentDavid Cole2011-04-112-2/+14
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Which adds --non-interactive and --trust-server-cert to the svn checkout and update command lines. This allows ExternalProject clients to pull from an https:// based svn server even though the server may not have a valid or trusted certificate. Caveat emptor: I would NOT recommend using this except as a short-term work-around. Rather, the server should have a valid, trusted certificate, or the client should be using "http" instead of "https".
* | | | | Merge topic 'CPackRPM-fix12096'Brad King2011-04-192-0/+36
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | d3fd945 CPackRPM Fix #12096: handle absolute install path with component install
| * | | | | CPackRPM Fix #12096: handle absolute install path with component installEric NOULARD2011-04-172-0/+36
| | | | | |
* | | | | | Merge topic 'improve-debug-trycompile-help-text'Brad King2011-04-192-6/+13
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | 7f6f606 CMake: Clarify the --debug-trycompile help text
| * | | | | | CMake: Clarify the --debug-trycompile help textDavid Cole2011-04-122-6/+13
| | | | | | |
* | | | | | | Merge topic 'MoreGraphVizFeatures'Brad King2011-04-193-25/+177
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 08fa5dd Also generate dependers-graphviz files. 4f96a76 GRAPHVIZ_IGNORE_TARGETS is now a list of regular expressions 5698ad2 Make it possible to exlude external libs from dot files