提交历史

作者 SHA1 备注 提交日期
  Bill Hoffman 0846046200 BUG: break up CMAKE_AR into program and ARGS 24 年之前
  Bill Hoffman a7f7366abd ENH: various fixes to allow bootstrap on sunos with CC 24 年之前
  Berk Geveci 19bd2c0c29 Special rules for out-of-package source files. 24 年之前
  Ken Martin ae243b21bb ENH: fix install when executable and lib path set 24 年之前
  Bill Hoffman a5cda2217d ENH: fix install for cygwin, build cmake from configure 24 年之前
  Brad King 7bb9fdbeef BUG: Check for building shared libraries should read from the make file's setting, not directly from the cache. 24 年之前
  Amitha Perera cdb3f325b5 ENH: Use ${MAKE} instead of make for dependent library rules 24 年之前
  Bill Hoffman 65a2a9f72c BUG: shared libraries should not depend on other shared libraries, they get relinked too often. 24 年之前
  Ken Martin 807b5ba5c1 better permission handling 24 年之前
  Brad King cf82992964 ENH: Extended INCLUDE_REGULAR_EXPRESSION to allow selective complaints about missing dependencies. 24 年之前
  Bill Hoffman 1f773c3ea9 BUG: remove unused 24 年之前
  Bill Hoffman e42013dc71 BUG: create directories in the right place 24 年之前
  Bill Hoffman d7fd7a8c47 ENH: do not add anything from the current directory to the depends 24 年之前
  Amitha Perera 80aad5e3b2 BUG: fixed so that empty library paths are ignored 24 年之前
  Bill Hoffman 48294a75ca BUG: fix it so that if a Makefile is out of date for some reason, it is only built once, it was doing it twice. 24 年之前
  Bill Hoffman e3f0d096c4 BUG: fix so it does not jump into the current directory for inital target builds 24 年之前
  Bill Hoffman 78ee6660a7 ENH: fix EXECUTABLE_OUTPUT_PATH and LIBRARY_OUTPUT_PATH for unix 24 年之前
  Amitha Perera 918c8c4f3a BUG: SHLIB_LINK was being used when linking static executables. Missing comma 24 年之前
  Brad King 19b2f84ac7 BUG: CMake's configure needs to run with the current directory as the project's binary directory. 24 年之前
  Brad King 5f12ae0c62 BUG: Dependency hints must be removed by the makefile generator before adding the dependencies generated by cmMakeDepend. 24 年之前
  Amitha Perera 46aa1cb9c4 BUG: There was no dependency for library targets on their required libraries. 24 年之前
  Ken Martin ff529aa861 some cleanup to the make depend process 24 年之前
  Brad King 522ff0204a BUG: WIN32_EXECUTABLE targets were not being installed on unix properly. They are supposed to be treated just like any other EXECUTABLE target. 24 年之前
  Amitha Perera 0f98c51d77 ENH: Runtime library search paths can be added to the link lines for 24 年之前
  Bill Hoffman 4f77d737c9 ENH: move utilities to targets from makefile, and add versioning to cache 24 年之前
  Amitha Perera 84edcba848 ENH: Compress the library search directories so that each appears only once. 24 年之前
  Bill Hoffman b6d823a7c1 ENH: try to better handle control-c during make Makefiles 24 年之前
  Amitha Perera dbf65f216f BUG: Now only one makefile rule is generated per depenency. This eliminates 24 年之前
  Brad King 410f4838b8 BUG: WIN32 executable target rules are now generated in unix the same as any other executable (instead of not at all). 24 年之前
  Brad King c60696ccaf BUG: Fixed logic that splits a full path library link into the -L and -l pieces to not write out a -l by itself if the file regular expression does not match. 24 年之前