Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | COMP: Converting INSTALL->ALL_BUILD dependency implementation to use the ↵ | Brad King | 2005-04-29 | 6 | -81/+35 |
| | | | | AddUtility method on a target. This significantly simplifies the implementation and removes warnings about hiding virtual functions. | ||||
* | COMP: Remove warning | Andy Cedilnik | 2005-04-29 | 1 | -0/+3 |
| | |||||
* | ENH: make install depend on all | Bill Hoffman | 2005-04-29 | 1 | -1/+9 |
| | |||||
* | STYLE: Nightly Version update | Andy Cedilnik | 2005-04-29 | 1 | -1/+1 |
| | |||||
* | ENH: Start working on command that will abstract generating of build command | Andy Cedilnik | 2005-04-28 | 2 | -37/+20 |
| | |||||
* | ENH: Start working on a method that abstracts generating of build command | Andy Cedilnik | 2005-04-28 | 4 | -77/+27 |
| | |||||
* | ENH: Start working on command that will abstract generating of build command | Andy Cedilnik | 2005-04-28 | 2 | -23/+33 |
| | |||||
* | ENH: Added dependency from INSTALL target to ALL_BUILD target so that ↵ | Brad King | 2005-04-28 | 6 | -23/+94 |
| | | | | targets build before being installed. | ||||
* | BUG: Avoid infinite loop during installation. | Brad King | 2005-04-28 | 2 | -0/+8 |
| | |||||
* | BUG: Extending all timeouts to help out slower machines. | Brad King | 2005-04-28 | 1 | -3/+3 |
| | |||||
* | ENH: Add internal error | Andy Cedilnik | 2005-04-28 | 1 | -0/+1 |
| | |||||
* | STYLE: Nightly Version update | Andy Cedilnik | 2005-04-28 | 1 | -1/+1 |
| | |||||
* | ENH: Added dependency on all for install rule to make sure build is up to ↵ | Brad King | 2005-04-27 | 1 | -2/+9 |
| | | | | date before installing. This behavior can be disabled by setting CMAKE_SKIP_INSTALL_ALL_DEPENDENCY to true. | ||||
* | BUG: Do not leave ../ in the full path to a source file. Using ↵ | Brad King | 2005-04-27 | 1 | -27/+8 |
| | | | | CollapseFullPath simplifies the code anyway. | ||||
* | BUG: Extending timeout of test 6 from 0.1 seconds to 3 seconds. This should ↵ | Brad King | 2005-04-27 | 1 | -1/+1 |
| | | | | avoid missed signals and intermittent failures. | ||||
* | BUG: Use copy to produce doc1pre.txt instead of echo. The redirection does ↵ | Brad King | 2005-04-27 | 1 | -1/+1 |
| | | | | not like forward slashes on Win9x. | ||||
* | STYLE: Nightly Version update | Andy Cedilnik | 2005-04-27 | 1 | -1/+1 |
| | |||||
* | BUG: Fix try-compile for sys/prctl.h. It needs to include sys/types.h first ↵ | Brad King | 2005-04-26 | 2 | -2/+5 |
| | | | | according to the man page. | ||||
* | ENH: Removing stdio_core hack. A better work-around has been put in ↵ | Brad King | 2005-04-26 | 4 | -22/+0 |
| | | | | cmStandardIncludes.h. | ||||
* | COMP: Adding inclusion of stdarg.h to work-around SGI header bug in 7.4.2m. | Brad King | 2005-04-26 | 1 | -0/+2 |
| | |||||
* | ENH: Added pre-build and post-build test for custom targets. | Brad King | 2005-04-26 | 1 | -1/+20 |
| | |||||
* | BUG: Looks like std::string changes the result of c_str() call. This fixes ↵ | Andy Cedilnik | 2005-04-26 | 1 | -0/+2 |
| | | | | potential problems | ||||
* | COMP: Remove warning | Andy Cedilnik | 2005-04-26 | 1 | -1/+1 |
| | |||||
* | COMP: Remove warnings | Andy Cedilnik | 2005-04-26 | 2 | -1/+3 |
| | |||||
* | BUG: Fixed ordering of multiple commands in a custom target when implemented ↵ | Brad King | 2005-04-26 | 2 | -25/+75 |
| | | | | as custom commands. Also added support to execute pre-build rules first to be consistent with makefile generator. | ||||
* | BUG: Added inclusion of pre-build rules for custom targets. | Brad King | 2005-04-26 | 1 | -1/+3 |
| | |||||
* | STYLE: Nightly Version update | Andy Cedilnik | 2005-04-26 | 1 | -1/+1 |
| | |||||
* | COMP: Remove warning | Andy Cedilnik | 2005-04-25 | 1 | -4/+4 |
| | |||||
* | STYLE: Nightly Version update | Andy Cedilnik | 2005-04-25 | 1 | -1/+1 |
| | |||||
* | COMP: Fix problem on compilers that cannot implicitly convert std::string to ↵ | Andy Cedilnik | 2005-04-24 | 1 | -1/+5 |
| | | | | cmStdString | ||||
* | ENH: Improve internal test handling by creating a test class. Command ↵ | Andy Cedilnik | 2005-04-24 | 13 | -167/+278 |
| | | | | cmEnableTesting now only sets CMAKE_TESTING_ENABLED and cmAddTest only adds a test to the list. The actual test files are written by local generator. This way we can at some point in the future replace DartTestfile with some XML file | ||||
* | BUG: The argument is --ctest-config | Andy Cedilnik | 2005-04-24 | 1 | -1/+1 |
| | |||||
* | ENH: Support for modified and conflicts in subversion | Andy Cedilnik | 2005-04-24 | 1 | -42/+67 |
| | |||||
* | BUG: Older SGI compilers still have internal/stdio_core.h but do not support ↵ | Brad King | 2005-04-24 | 2 | -6/+8 |
| | | | | #include_next. We'll have to try-compile to test whether this hack is needed. | ||||
* | BUG: Remember if there was update error | Andy Cedilnik | 2005-04-24 | 1 | -3/+3 |
| | |||||
* | STYLE: Nightly Version update | Andy Cedilnik | 2005-04-24 | 1 | -1/+1 |
| | |||||
* | STYLE: Nightly Version update | Andy Cedilnik | 2005-04-23 | 1 | -1/+1 |
| | |||||
* | ENH: Created cmTarget::GetLibraryNames to replace ↵ | Brad King | 2005-04-22 | 4 | -75/+168 |
| | | | | cmLocalUnixMakefileGenerator2::GetLibraryNames. Added cmTarget::GetLibraryCleanNames to be used by cmLocalUnixMakefileGenerator2. Now when a library is linked both the shared and static versions are removed from the build tree. In this way we avoid having both kinds of libraries present when the user switches BUILD_SHARED_LIBS on/off. This prevents problems with turning off shared libraries and then expecting the linker to use the static libraries only to find it is using the out-of-date shared versions. | ||||
* | ENH: Added cmTarget::GetBaseName and cmTarget::GetFullName methods and ↵ | Brad King | 2005-04-22 | 7 | -95/+125 |
| | | | | removed cmLocalGenerator::GetFullTargetName and cmLocalUnixMakefileGenerator2::GetBaseTargetName. This functionality is more sensibly implemented in cmTarget. It is also needed for an upcoming feature in which both the shared and static versions of a library will be removed before one is linked. | ||||
* | COMP: Commented out unused variable until the corresponding logic is finished. | Brad King | 2005-04-22 | 1 | -2/+2 |
| | |||||
* | COMP: Removed line continuation characters from #if lines to avoid linefeed ↵ | Brad King | 2005-04-22 | 2 | -11/+4 |
| | | | | problems on cygwin. | ||||
* | BUG: Drastically extending test5's timeouts to get it to pass when running ↵ | Brad King | 2005-04-22 | 1 | -2/+2 |
| | | | | on a heavily-loaded machine. | ||||
* | COMP: Fixed assignment-in-conditional warning. | Brad King | 2005-04-22 | 1 | -1/+2 |
| | |||||
* | COMP: Fixed constant conditional warning. | Brad King | 2005-04-22 | 1 | -1/+1 |
| | |||||
* | COMP: Fixed unused parameter and constant conditional warnings. | Brad King | 2005-04-22 | 1 | -1/+3 |
| | |||||
* | STYLE: Nightly Version update | Andy Cedilnik | 2005-04-22 | 1 | -1/+1 |
| | |||||
* | ENH: Reorganize a bit and make sure to report an error if there are modified ↵ | Andy Cedilnik | 2005-04-21 | 1 | -11/+21 |
| | | | | files or conflicts | ||||
* | COMP: Using a new work-around for stdarg.h problem on SGI. | Brad King | 2005-04-21 | 6 | -40/+20 |
| | |||||
* | BUG: Fixed hash_allocator_n size computation. | Brad King | 2005-04-21 | 1 | -14/+38 |
| | |||||
* | ENH: Added include-work-around for hashtable.hxx.in dependency. | Brad King | 2005-04-21 | 1 | -0/+1 |
| |