summaryrefslogtreecommitdiffstats
path: root/Source
Commit message (Collapse)AuthorAgeFilesLines
* BUG: Prevent deleting not existing variables and therefore prevent crash. ↵Andy Cedilnik2004-04-151-1/+1
| | | | Fixes: Bug #750 - CCMake crashes when deleting all variables
* ENH: ADD REMOVE_DEFINITION command. Fix feature request: Bug #182 - Add ↵Andy Cedilnik2004-04-155-0/+125
| | | | opposite to ADD_DEFINITIONS
* BUG: fix for 282Bill Hoffman2004-04-151-0/+1
|
* ENH: Handle make install target on Visual Studio 6 and 7 and install templatesAndy Cedilnik2004-04-152-0/+34
|
* ENH: Ok, that is it. Remove old install and replace it with newAndy Cedilnik2004-04-152-166/+4
|
* BUG: fix for bug 689Bill Hoffman2004-04-151-1/+1
|
* BUG: fix external projects for vc7Bill Hoffman2004-04-141-8/+12
|
* ENH: Renamed --help-list-commands to --help-command-list and split --help ↵Brad King2004-04-142-43/+101
| | | | [command] into separate --help and --help-command cmd options.
* ENH: Added --help-list-commands option.Brad King2004-04-142-3/+26
|
* ENH: remove warningBill Hoffman2004-04-141-1/+1
|
* ENH: fix warningBill Hoffman2004-04-131-1/+1
|
* ENH: add the ability to run a limited sub-set of the testsBill Hoffman2004-04-133-0/+127
|
* ERR: Fix warningAndy Cedilnik2004-04-131-0/+3
|
* BUG: Display string not some weird pointerAndy Cedilnik2004-04-091-1/+1
|
* BUG: add full path libraries to the depend informationBill Hoffman2004-04-091-0/+13
|
* ENH: Improve Mac OSX bundle supportAndy Cedilnik2004-04-082-4/+18
|
* fix problem with custom commandKen Martin2004-04-071-1/+2
|
* ENH: remove warnings on sgiBill Hoffman2004-04-071-3/+5
|
* BUG: _LINK_TYPE cache variable should never be switched from optimized to ↵Brad King2004-04-021-7/+34
| | | | debug or vice versa.
* ENH: fix for appleBill Hoffman2004-04-021-0/+1
|
* BUG: fix warning and shadow variableBill Hoffman2004-04-021-1/+0
|
* fix for missing valid imagesKen Martin2004-04-011-25/+51
|
* ENH: Added comment for future work to make forwarding executable always ↵Brad King2004-04-011-0/+9
| | | | statically linked.
* BUG: Fix bug on windows. You cannot cout std::string directlyAndy Cedilnik2004-04-011-1/+1
|
* ENH: Add logging of submittingAndy Cedilnik2004-04-013-6/+55
|
* BUG: fix non relative pathsBill Hoffman2004-04-011-6/+12
|
* BUG: fix for non relative paths with spaces in the pathBill Hoffman2004-04-011-2/+19
|
* ENH: Reduce number of GetCurrentWorkingDirectoryAndy Cedilnik2004-03-311-1/+1
|
* ENH: Change to the new directoryAndy Cedilnik2004-03-311-1/+1
|
* ENH: make relative paths optional and default off, and add a test for themBill Hoffman2004-03-315-6/+31
|
* 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-282-1/+14
|
* ENH: Add support for importing modules without specifying pathAndy Cedilnik2004-03-282-3/+21
|
* ERR: That slash is unnecessaryAndy Cedilnik2004-03-281-1/+1
|
* 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
|
* 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