Commit Verlauf

Autor SHA1 Nachricht Datum
  Andy Cedilnik 1b37104421 Try differentiating extensions vor 22 Jahren
  Brad King 0aeb0b8892 BUG: strlen(buffer) from getline may be 2 less than gcount on windows because both the CR and LF characters may be removed. vor 22 Jahren
  Andy Cedilnik 4d9b5d5ef1 Remove warnings vor 22 Jahren
  Andy Cedilnik a9875aa62f Implement GetLineFromStream that actually works and use it instead of getline vor 22 Jahren
  Andy Cedilnik 84d15bf00e Synchronize extension lists vor 23 Jahren
  Brad King d9cda28701 BUG: FindLibrary should not accept a directory even if the exact specified name exists. vor 23 Jahren
  Brad King 3453d10412 ERR: Added missing include for msvc. vor 23 Jahren
  Brad King 1f55680332 ENH: Added cmDocumentation class to generate various forms of documentation. Each executable will be able to generate its own documentation. vor 23 Jahren
  Bill Hoffman badbd8dc8d Fix for include optional vor 23 Jahren
  Brad King cde384411d Several fixes/improvements: vor 23 Jahren
  Bill Hoffman bb3f5e7250 ENH: spelling error fix vor 23 Jahren
  Bill Hoffman 62b612fbf8 add better testing for unlink vor 23 Jahren
  Bill Hoffman f58d7df66a ENH: add checking for NOTFOUND vor 23 Jahren
  Bill Hoffman 2f4ea98a4c add a fatal error, and make sure c and c++ compilers work before using them vor 23 Jahren
  Brad King 6d54cfb030 ENH: Improved CopyFile error messages. vor 23 Jahren
  Andy Cedilnik 6e4712d6ed Fix problem on windows with network paths vor 23 Jahren
  Bill Hoffman 7c9c1c599d ENH: handle // in the path vor 23 Jahren
  Brad King 4888c088ae ENH: Moved ExpandListVariables out of individual commands. Argument evaluation rules are now very consistent. Double quotes can always be used to create exactly one argument, regardless of contents inside. vor 23 Jahren
  Brad King 3bcbca96ab ENH: Improved implementation of MSVC debug hook to only add the hook if DART_TEST_FROM_DART is set in the environment. This is better than always adding the hook and testing the environment from the callback. vor 23 Jahren
  Brad King d6f98c2a82 ENH: Added cmSystemTools::EnableMSVCDebugHook() to prevent error dialogs when CMake is invoked by Dart. vor 23 Jahren
  Andy Cedilnik e7d1a299fb Fix bug in globbing. Now it actually uses only files or directories that result in globbing not the ones that were is the vector before vor 23 Jahren
  Ken Martin 9e526f797a removed cmMakefile depend from cmSystemTools vor 23 Jahren
  Andy Cedilnik a4b04375d2 When cd-jing into directory, if directory has space, it should put quotes around. I guess we could just put quotes around all the time vor 23 Jahren
  Andy Cedilnik a7411d6ceb Add objective C++ file in the list of C++ files. This may be wrong, but it will fix problems on Mac for now vor 23 Jahren
  Bill Hoffman 02ef2fb568 fix network paths with spaces vor 23 Jahren
  Bill Hoffman b123c07ecf rename foo variables to better names vor 23 Jahren
  Brad King c96c3c382f BUG: Attempt to fix CopyFile problem using flush before check for success. vor 23 Jahren
  Bill Hoffman 5a75e03037 allow flags to be in the CC and CXX environment variables vor 23 Jahren
  Bill Hoffman 76fca308d3 ENH: add some better output when copy file fails vor 23 Jahren
  Ken Martin d5463f404c fix in warning vor 23 Jahren