Commit History

Author SHA1 Message Date
  Ken Martin c6b011e35e ENH: put cmake files intoa CMakeFiles subdir to clean up bin tree 20 years ago
  Brad King f9aef0e422 ENH: Generator now creates a separate intermediate files directory for each target. This is needed for MSVC 8 to support parallel builds. 20 years ago
  Bill Hoffman 6a73e8ac69 ENH: fix lib case bug correctly 20 years ago
  Bill Hoffman 6ea4eadc68 BUG: undo fix 20 years ago
  Bill Hoffman 7041af809d ENH: more efficent fix for bug # 2063 20 years ago
  Bill Hoffman 72fdb13652 BUG: fix for case mismatched lib bug # 2063 20 years ago
  Bill Hoffman 42b76aea32 BUG: remove part of patch from bug 1965 that set executable paths 20 years ago
  Bill Hoffman aa47caab2d FIX: apply patch from bug# 1965 20 years ago
  Ken Martin 369308ca76 ENH: make LOCATION an computed property of the target and get rid of a bunch of const junk 20 years ago
  Ken Martin fbf40e202a ENH: add first cut at support for exe with same name as lib 20 years ago
  Ken Martin 708828dc37 ENH: removed old convert calls 20 years ago
  Bill Hoffman bbdfcc581a Undo fix as it broke the dashboard 20 years ago
  Bill Hoffman 70ed04df05 ENH: fix for bug where debug, release etc flags were not used for linker options, BUG 1781 fix 20 years ago
  Bill Hoffman 3778d89cb9 BUG: fix insert for 64 bit 20 years ago
  Bill Hoffman a18df448db BUG: fix Ambiguity in insert call 20 years ago
  Bill Hoffman 1004073942 ENH: performance improvements 20 years ago
  Bill Hoffman c2ad3e4afc ENH: fix adding of rc files 20 years ago
  Ken Martin 345cf04012 ENH: big change that includes immediate subdir support, removing the notion of inherited commands, makefiles no longer read in the parent makefiles but instead inherit thier parent makefiles current settings 20 years ago
  Brad King 397dc1cef5 ENH: Converted some ConvertToRelativeOutputPath calls to ConvertToOptionallyRelativeOutputPath in preparation for making ConvertToRelativeOutputPath always convert. Some of these might be able to be switched back but we will first have to test what paths can be relative in the generate VS project files. 20 years ago
  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. 20 years ago
  Bill Hoffman 761cbed509 FIX: fix for bug 1606 20 years ago
  Bill Hoffman a2972211a8 FIX: fix for bug 1460 21 years ago
  Bill Hoffman d8ed9ef121 ENH: fix bug 1324 21 years ago
  Bill Hoffman 91578381e8 BUG: fix version number 21 years ago
  Bill Hoffman 36c8f1d157 ENH: put error checking for missing linker languages 21 years ago
  Bill Hoffman 7cef36c628 ENH: add the ability to generate custom commands for a language that is not supported by an IDE 21 years ago
  Bill Hoffman 692ba48c4e ENH: major changes to support addition of languages from cmake modules directory. 21 years ago
  Bill Hoffman 5001eed8a5 ENH: clean up of INCLUDE_EXTERNAL_MSPROJECT contributed by Clinton Stimpson 21 years ago
  Bill Hoffman b41d447935 ENH: use GetRequiredDefinition instead of GetDefinition and crash 21 years ago
  Brad King aa1b32218a BUG: Fixed crash when CMAKE_CXX_STACK_SIZE is not defined. 21 years ago