4737 Commits (692f18538b24202df55d154f1ba4134349b971e6)
 

Author SHA1 Message Date
Bill Hoffman 692f18538b ENH: add a check for empty include directories 21 years ago
Brad King 4de0a518fd COMP: Fix local shadow warnings. 21 years ago
Brad King 8711ce31d9 COMP: Fix for Mac specific code. 21 years ago
Andy Cedilnik bce0865c70 STYLE: Nightly Version update 21 years ago
Bill Hoffman b69606da4c ENH: look in the windows LIB env variable for libraries 21 years ago
Bill Hoffman 3dc02020d9 DOC: documentation change 21 years ago
Brad King 72e125ca1f ENH: Do not try to handle unimplemented target types yet. Fixes for projects with subdirectories. 21 years ago
Andy Cedilnik cc5c136cb8 BUG: If bootstrap cmake is run with no argument produce error 21 years ago
Bill Hoffman 36c8f1d157 ENH: put error checking for missing linker languages 21 years ago
Andy Cedilnik 56234aed4b PERF: Remove several classes from the bootstrap and so making bootstrap smaller and faster 21 years ago
Andy Cedilnik 21c818340e STYLE: Remove unused code 21 years ago
Brad King 8e0985f9f1 ENH: Added executable dependencies on libraries including jump-and-build support. 21 years ago
Andy Cedilnik 235bf2547c BUG: Check for the variable first time 21 years ago
Brad King a2b8c1fbcb BUG: Add a space before the : only if the target name is one letter long. This works around bugs in some shells' tab completion of target names. 21 years ago
Brad King 0d622ae9e8 ENH: Added generation of rules for shared libraries and modules. 21 years ago
Brad King 414a2fd645 ENH: Added rules to build executables. Also began to consolidate flag list construction into separate methods. 21 years ago
Andy Cedilnik 5c168174f7 STYLE: Nightly Version update 21 years ago
Andy Cedilnik c48af00154 BUG: Handle DOS files un unix file systems 21 years ago
Andy Cedilnik c57512ea38 BUG: Only test for cxx flags the first time around 21 years ago
Brad King 18642f4b4e ENH: Do not generate touch rule for target level dependencies. There are no build-time dependencies by default. 21 years ago
Brad King d7aca58343 ENH: Added generation of rule to build object file. 21 years ago
Bill Hoffman bb316a4945 ENH: handle read only directories with configure file destination 21 years ago
Brad King 239378e4cb ERR: Missing std:: on endl. 21 years ago
Brad King 2a7e2adf7a ENH: Added object file dependency scanning to cmLocalUnixMakefileGenerator2. This needs a hook in cmake.cxx. 21 years ago
Brad King 3e59af4dcd ENH: Added cmLocalUnixMakefileGenerator2 to build. 21 years ago
Brad King 1a4037c15a ENH: Added object file dependency scanning. 21 years ago
Andy Cedilnik 163919a569 COMP: Remove warning on icl 21 years ago
Andy Cedilnik d6c7de2c13 ENH: Handle more REMARKS on SGI 21 years ago
Brad King 16e86a3ea9 ENH: Split part of GetIncludeFlags method into separate GetIncludeDirectories method. 21 years ago
Andy Cedilnik 2bad658304 COMP: Attempt to fix warnings on SGI 21 years ago
Andy Cedilnik 182f6f969c STYLE: Nightly Version update 21 years ago
Bill Hoffman ccea94278b ENH: add some more comments 21 years ago
Bill Hoffman 5eda379907 ENH: clean up loaded command test so you can tell what really failed 21 years ago
Bill Hoffman ef07a8565e COMP: remove an unused variable warning 21 years ago
Bill Hoffman 626be7884a FIX: go back to not trying to handle spaces in the path for run single command and comment it so that people know to call the right thing 21 years ago
Bill Hoffman a3798b2cbf COMP: remove warnings 21 years ago
Bill Hoffman e26c14e5d3 ENH: add test back for single char exe 21 years ago
Bill Hoffman 7ed631311c FIX: fix RunSingleCommand to work with spaces in the path, and with an already quoted command 21 years ago
Andy Cedilnik a3ce1fb293 ENH: Allow disabling of long running tests 21 years ago
Andy Cedilnik 604478e0f6 STYLE: Nightly Version update 21 years ago
Andy Cedilnik 5f5504fc25 STYLE: Nightly Version update 21 years ago
Bill Hoffman b35a73aae5 remove run program test until run single command is fixed 21 years ago
Bill Hoffman 9f98481a65 undo last check in as it breaks borland with spaces some how 21 years ago
Bill Hoffman 5c26f29ed7 ENH: add missing file 21 years ago
Bill Hoffman 040f776885 FIX: fix the problem where a target is a single character and nmake gets confused and add a test for it 21 years ago
Bill Hoffman 43bc8a0d63 COMP: remove warnings 21 years ago
Andy Cedilnik 5ceae46e19 COMP: Remove unnecessary commit 21 years ago
Andy Cedilnik fc70a2bb2a ENH: Add development version support in CMake 21 years ago
Andy Cedilnik f4a04a96eb COMP: This should fix the borland random build problem 21 years ago
Bill Hoffman 3b891e6e41 COMP: remove warning 21 years ago