Historique des commits

Auteur SHA1 Message Date
  Ken Martin 791aa6052b ENH: add support for out of source source il y a 20 ans
  Brad King ea258e9a1a ENH: Converted some ConvertToRelativeOutputPath calls to ConvertToOptionallyRelativeOutputPath in preparation for making ConvertToRelativeOutputPath not check CMAKE_USE_RELATIVE_PATHS. il y a 21 ans
  Brad King cb48e0c161 ENH: Merged implementations of ConvertToRelative*Path methods. The main ConvertToRelativePath method is now in cmGlobalGenerator. It converts paths only if they are at least inside the deepest common directory between the top-level source and build trees. Each cmLocalGenerator instance calls this global method with its own output directory as the "local" argument from which paths are relative. Added separate ConvertToOptionallyRelative path that pays attention to the CMAKE_USE_RELATIVE_PATHS option. il y a 21 ans
  Bill Hoffman 2ebbf64508 ENH: remove unused code il y a 21 ans
  Bill Hoffman ff812580eb ENH: add a new library path ordering algorithm to make sure -L paths will pick the correct libraries if possible il y a 21 ans
  Brad King 7c7b173042 ENH: Added better default install location for windows builds. The previous default /usr/local did not make much sense. Now "%SystemDrive%/Program Files/PROJECT_NAME" is used, which is the windows equivalent to /usr/local. il y a 21 ans
  Brad King 39af9ee1e4 ENH: Updated implementation of custom commands. Multiple command lines are now supported effectively allowing entire scripts to be written. Also removed extra variable expansions and cleaned up passing of commands through to the generators. The command and individual arguments are now kept separate all the way until the generator writes them out. This cleans up alot of escaping issues. il y a 21 ans
  Bill Hoffman 785b0dc012 ENH: all tests are passing for XCode il y a 21 ans
  Bill Hoffman 35ec09480a ENH: move AddFlags stuff up to LocalGenerator from LocalUnix generator il y a 21 ans
  Brad King a5ae290a5b STYLE: Adjusted signature of cmGeneratedFileStream to make copy-if-different more explicity. il y a 21 ans
  Brad King d46d8df0ed ENH: Re-implemented cmGeneratedFileStream to look like a real stream and replace the destination file atomically. This will avoid problems with the process being terminated while generating a file. il y a 21 ans
  Bill Hoffman 674349caed FIX: fix shared flag il y a 21 ans
  Bill Hoffman 36c8f1d157 ENH: put error checking for missing linker languages il y a 21 ans
  Brad King 16e86a3ea9 ENH: Split part of GetIncludeFlags method into separate GetIncludeDirectories method. il y a 21 ans
  Bill Hoffman ab817f2e81 COMP: fix warnings il y a 21 ans
  Bill Hoffman 560b7af06e COMP: fix warning il y a 21 ans
  Bill Hoffman 7cef36c628 ENH: add the ability to generate custom commands for a language that is not supported by an IDE il y a 21 ans
  Bill Hoffman 39f112b71b BUG: make sure all returns for ConvertToRelativeOutputPath get passed by ConvertToOutputPath il y a 21 ans
  Bill Hoffman 9fe79b2297 BUG: now that system tools relative path works, clean up the convert to relative output path code il y a 21 ans
  Bill Hoffman 692ba48c4e ENH: major changes to support addition of languages from cmake modules directory. il y a 21 ans
  Bill Hoffman 46a493ae74 ENH: remove warnings il y a 21 ans
  Bill Hoffman c2ef51e181 ENH: define language extensions in cmake files and not hard coded, also fix trycompile problem il y a 21 ans
  Brad King 419f53ea7b BUG: install_manifest.txt should be overwritten each time the install is run. il y a 21 ans
  Andy Cedilnik f9b43b9212 BUG: Implement installing of shared library versioning and add test for the whole thing il y a 21 ans
  Andy Cedilnik b97ad900c0 ENH: Fix bug in cmake install when exec/librayr output path not defined. Closes Bug #899 - subdir INSTALL_TARGETS INSTALL_PROGRAMS dont work il y a 21 ans
  Bill Hoffman cc2ab62f1c BUG: make sure install works with spaces in the path il y a 21 ans
  Andy Cedilnik 5a5cd54730 ENH: GetSafeDefinition is now in cmMakefile il y a 21 ans
  Andy Cedilnik ac8232e140 ENH: Do preinstall and postinstall script even if the target is not installed il y a 21 ans
  Bill Hoffman d0cea4c7bb ENH: make relative paths optional and default off, and add a test for them il y a 21 ans
  Andy Cedilnik 99feab3528 ENH: When installing project, write manifest il y a 21 ans