提交历史

作者 SHA1 备注 提交日期
  David Cole 9fa49dc3ad ExternalProject: Remove 'unknown keyword' warning (#11034) 15 年之前
  Brad King a570ba6df7 Merge topic 'external-project-launcher' 15 年之前
  David Cole b2634b6aa3 Detect CMake warnings and errors in build output. 15 年之前
  David Cole 67f4759b55 Qualify name of extraction location with ExternalProject name. 15 年之前
  Brad King 012c986309 ExternalProject: Add LOG_* options to hide step output 15 年之前
  David Cole cd3d60b8b5 Fix issue #10346. Error if SOURCE_DIR is empty. 15 年之前
  Brad King 0d07e4379e Merge branch 'improve-file-download' 15 年之前
  Brad King a03e85f13c Merge branch 'add-git-to-ExternalProject' 15 年之前
  Brad King 79f01660c9 Merge branch 'more-formats-in-ExternalProject' 15 年之前
  Brad King 33b59ee8dd Merge branch 'use-rename-not-copy-ExternalProject' 15 年之前
  Brad King 2bc82e07bd Merge branch 'ExternalProject-fixes' 15 年之前
  David Cole 29383b4b85 Add FindGit module. 15 年之前
  David Cole 670e16af2d Add git support to ExternalProject. 15 年之前
  David Cole 2deba1b911 Add .zip and .tar.bz2 extraction to ExternalProject. 15 年之前
  David Cole f67139ae6f Improve FILE(DOWNLOAD) and ExternalProject. 15 年之前
  David Cole f5e8ce522e Use RENAME, not COPY, to extract .tar.gz files. 15 年之前
  David Cole ea6260cb18 Fix issue #10258: re-configure if args change. 15 年之前
  David Cole 672d9ba78c Add svn user name and password to ExternalProject. 15 年之前
  Alex Neundorf f99771ce0a -revert the previous unintended commit 15 年之前
  Alex Neundorf 8d907e298b -no change, don't know why git wants to commit something 15 年之前
  David Cole 490009c016 Fix issue #9764 - add TIMEOUT arg to ExternalProject_Add so that callers have explicit control over the amount of time they are willing to wait for a download step. Default to no timeout, which means just run download for however long it takes. 16 年之前
  David Cole f95bc6b5ad Eliminate ExternalProject's use of CMAKE_CFG_INTDIR subdir for Makefile generators. It was causing problems with parallel make -j invocations. Keep it for multi-configuration build systems so that Debug and Release stamp files remain separate. 16 年之前
  Brad King 3a666595c9 Convert CMake non-find modules to BSD License 16 年之前
  David Cole cba1dd59fd Better error message tells user possible ways to resolve the error. 16 年之前
  David Cole 6149e8f7e8 Missed another CMAKE_CFG_INTDIR reference in the previously previous commit. 16 年之前
  David Cole 883338584f Missed a CMAKE_CFG_INTDIR reference in the previous commit. 16 年之前
  David Cole 002ae925c3 Use more verbose/descriptive names for the "public API" functions in the ExternalProject.cmake module. Follow the cmake function naming convention, using a ModuleFileName_ prefix. Locate stamp files under a CMAKE_CFG_INTDIR subdir of the stamp dir so that debug and release builds have separate stamp files for Visual Studio builds. If no CMAKE_GENERATOR argument is given to ExternalProject_Add, default to using the parent project's cmake generator. 16 年之前
  David Cole 5624be360e Add test step to ExternalProject builds. Rename SVN_TAG to SVN_REVISION since it is a more accurate name. 16 年之前
  David Cole 1171bcfc69 Add missing argument to _ep_write_downloadfile_script. 16 年之前
  David Cole 0470a0c1ad Remove DownloadFile.cmake and UntarFile.cmake from the Modules directory. Put functionality directly into ExternalProject.cmake itself so that these modules do not end up in the upcoming release of CMake. 16 年之前