summaryrefslogtreecommitdiffstats
path: root/Modules/FindSubversion.cmake
Commit message (Collapse)AuthorAgeFilesLines
* Issue 10199: Fixed code documentation and now set <prefix>_WC_ROOTMarcel Loose2010-09-131-4/+10
|
* Change documentation of Subversion_FOUND and SUBVERSION_FOUND.Alex Neundorf2010-08-141-2/+2
| | | | | | As discussed on cmake-devel, here Subversion_FOUND is the recommended one. Alex
* Merge topic 'ImprovedVersionCheckingInSomeModules'Brad King2010-08-101-11/+17
|\ | | | | | | | | | | | | | | | | | | | | | | | | 430336c Merge branch 'findsubversion_fphsa_cleanup' b6c6156 Use FPHSA() in FindSWIG, including version checking. 656cd2f Improved version checking for FindCUDA using the new mode of FPHSA 126db7b Improved version checking for FindSubversion using the new mode of FPHSA() 77d909b Fix DETAILS string with version number in FHPSA() 19b68b9 Improved version checking for FindJava using the new FPHSA() mode 6bb0b6e Improved version checking for FindRuby using the new mode of FPHSA() 946493f FindSquish doesn't detect the version, remove that from the documentation cb9d1ea Add version checking support to FindFlex and FindPerlLibs
| * Merge branch 'findsubversion_fphsa_cleanup'Brad King2010-08-101-4/+2
| |\ | | | | | | | | | | | | | | | | | | into ImprovedVersionCheckingInSomeModules Conflicts: Modules/FindSubversion.cmake
| * | Improved version checking for FindSubversion using the new mode of FPHSA()Alex Neundorf2010-08-071-13/+20
| | | | | | | | | | | | Alex
* | | Merge topic 'module-header-spelling'Brad King2010-08-101-1/+1
|\ \ \ | |_|/ |/| | | | | | | | 2cde67a Modules: Fix spelling 'To distributed' -> 'To distribute'
| * | Modules: Fix spelling 'To distributed' -> 'To distribute'Todd Gamblin2010-08-091-1/+1
| |/
* | FindSubversion: set compatibility variables based on FPHSA()Kovarththanan Rajaratnam2010-08-041-5/+4
|/
* FindSubversion: simplify using FindPackageHandleStandardArgs()Kovarththanan Rajaratnam2010-04-111-11/+2
|
* Convert CMake find-modules to BSD LicenseBrad King2009-09-281-24/+11
| | | | | | | This adds copyright/license notification blocks CMake's find-modules. Many of the modules had no notices at all. Some had notices referring to the BSD license already. This commit normalizes existing notices and adds missing notices.
* BUG: Fixes for FindSubversionBrad King2008-05-191-10/+19
| | | | | | | | | - Split log out from Subversion_WC_INFO into Subversion_WC_LOG - Fix report of log info to be in <var-prefix>_WC_LAST_CHANGED_LOG as documented (instead of Subversion_LAST_CHANGED_LOG) - Fix setting of LC_ALL environment variable to be inside macro - Patch from Tanguy Krotoff - See issue #7047
* BUG: Remove reference to PROJECT_SOURCE_DIR so that the Subversion_WC_INFO ↵David Cole2008-03-201-1/+1
| | | | macro may be called from a ctest or cmake script.
* BUG: set LC_ALL to C, so message from svn are not translated, which can leadAlexander Neundorf2008-01-141-0/+8
| | | | | | | | to problems (since the output is parsed, which fails then) Brad, Bill, can you think of any reasons this change might create problems ? Alex
* ENH: Adding FindSubversion module from Tristan Carel. This addresses bug#3987.Brad King2006-10-301-0/+118