summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* BUG#724: Preserving current working directory during file selection.Brad King2004-03-291-14/+19
|
* ENH: When installing project, write manifestAndy Cedilnik2004-03-282-0/+27
|
* ENH: Add a way to clean additional filesAndy Cedilnik2004-03-281-1/+8
|
* ENH: If configure file fails do not create directoryAndy Cedilnik2004-03-283-4/+13
|
* ERR: Remove debugAndy Cedilnik2004-03-281-1/+0
|
* BUG: Support paths with spacesAndy Cedilnik2004-03-281-2/+2
|
* DOC: Fix commentAndy Cedilnik2004-03-282-2/+2
|
* ENH: Add pre and post install script supportAndy Cedilnik2004-03-288-1/+38
|
* ENH: Add support for importing modules without specifying pathAndy Cedilnik2004-03-284-5/+23
|
* ERR: That slash is unnecessaryAndy Cedilnik2004-03-281-1/+1
|
* ERR: Shouldn't be adding xlibs to opengllibs on osxYves Starreveld2004-03-271-1/+4
|
* coverage change that will probably end in an infinite loopKen Martin2004-03-251-4/+25
|
* ENH: Clarified documentation for LINK_LIBRARIES and TARGET_LINK_LIBRARIES.Brad King2004-03-252-3/+5
|
* BUG: Added support to library flags parser for -Wl and -R options.Brad King2004-03-241-1/+1
|
* ERR: Fixed incorrect documentation for CMAKE_CXX_WARNING_LEVEL. Submitted ↵Brad King2004-03-231-1/+1
| | | | by David Cole.
* ENH: Fix warningAndy Cedilnik2004-03-211-2/+2
|
* ENH: Clarified recursive TRY_COMPILE error message.Brad King2004-03-191-1/+1
|
* ERR: Fix warnings about wrong formatAndy Cedilnik2004-03-191-2/+2
|
* ERR: Fix build on broken C++ compiles with no != operator for std::stringAndy Cedilnik2004-03-181-1/+1
|
* BUG: change directory before running test and remember test numberAndy Cedilnik2004-03-172-12/+18
|
* BUG: When error occurs, try compiles should still workBerk Geveci2004-03-172-0/+11
|
* ERR: On some compilers structure inside class cannot reference private ↵Andy Cedilnik2004-03-171-1/+1
| | | | typdefs from the same class
* ERR: Added missing include for auto_ptr.Brad King2004-03-161-0/+2
|
* ENH: Always include KWSys header files directoryAndy Cedilnik2004-03-151-1/+1
|
* BUG#675: If not appending, do copy-if-different on exported file.Brad King2004-03-151-6/+13
|
* ERR: Fix buildAndy Cedilnik2004-03-151-1/+1
|
* ENH: Add support for future tagsAndy Cedilnik2004-03-142-4/+21
|
* ENH: Count tests while they go. Also in the logs report more stuff like ↵Andy Cedilnik2004-03-142-187/+258
| | | | elapsed time etc.
* ERR: SIGSEGV == SIGBUS on BeOS.Brad King2004-03-121-0/+2
|
* ENH: update vs71 generator to support excluded subdirsBill Hoffman2004-03-102-2/+8
|
* ENH: add new subdirectory exclude from top optionBill Hoffman2004-03-0917-51/+146
|
* ENH: create new test to test subdir excludeBill Hoffman2004-03-098-0/+64
|
* ENH: Properly build WIN32 executablesAndy Cedilnik2004-03-091-3/+3
|
* ENH: Try to remove warningAndy Cedilnik2004-03-092-7/+7
|
* ENH: Add comment about RUNTIME_DIRECTORYAndy Cedilnik2004-03-091-2/+4
|
* ENH: Move implementation of configure_file to cmMakefile, so that other ↵Andy Cedilnik2004-03-093-53/+79
| | | | classes can use it
* ENH: Added STRING(CONFIGURE ...) command.Brad King2004-03-044-0/+74
|
* ENH: Moved variable and #cmakedefine replacement from ↵Brad King2004-03-033-27/+79
| | | | cmConfigureFileCommand.cxx to a ConfigureString method on cmMakefile. This will give other commands access to the configuration code.
* ERR: Too much commitsAndy Cedilnik2004-02-291-1/+1
|
* ERR: Fix GetModulesFileAndy Cedilnik2004-02-292-1/+2
|
* ENH: Handle backticks as a valid libraryAndy Cedilnik2004-02-291-1/+1
|
* ERR: Cleanup and remove warningAndy Cedilnik2004-02-291-12/+2
|
* ERR: Fix build on MacAndy Cedilnik2004-02-291-3/+0
|
* ENH: Styart working on bundles support and abstract WIN32_EXECUTABLEAndy Cedilnik2004-02-2811-104/+193
|
* ERR: Fix crash. We should check output before appending to itAndy Cedilnik2004-02-241-3/+12
|
* BUG: CVS update fix. If the CVS command was not set there was no indication ↵Andy Cedilnik2004-02-242-226/+253
| | | | that something went wrong. Now it will make sure it does. Also start working on multiple configuration scripts
* ENH: Put Process execution errors in output and honor verbosityAndy Cedilnik2004-02-241-3/+18
|
* ENH: Improve coverage support and add more verbosityAndy Cedilnik2004-02-232-11/+53
|
* ENH: Make more commands scriptableAndy Cedilnik2004-02-2314-0/+70
|
* BUG: Prevent crash when deleting the last cache itemAndy Cedilnik2004-02-231-25/+34
|