summaryrefslogtreecommitdiffstats
path: root/Source
Commit message (Expand)AuthorAgeFilesLines
* ENH: speed improvementsBill Hoffman2002-04-118-69/+28
* Allow modules to build properly again. (broken when Cxx testing was added)Yves Starreveld2002-04-111-2/+2
* ENH: clean up utility rule generationBill Hoffman2002-04-112-1/+30
* ENH: use target as source if source is emptySebastien Barre2002-04-112-9/+13
* FIX: echo pb, make Nmake gen use Unix gen, factorize stuff in Unix genSebastien Barre2002-04-112-114/+53
* Fix problem with custom commands on unixAndy Cedilnik2002-04-101-10/+21
* ERR: UseIt() missing return type.Brad King2002-04-101-1/+1
* fix warningBill Hoffman2002-04-101-0/+4
* ENH: check for compile flags and add back c flag to unix generatorBill Hoffman2002-04-091-1/+1
* ERR: ReplaceString didn't work properly if replace was longer than with asJohn Biddiscombe2002-04-081-1/+2
* ENH: use separate vars for creating c++ and c shared libraries and add a test...Bill Hoffman2002-04-082-15/+45
* expand ; argsBill Hoffman2002-04-051-3/+5
* ENH: make sure the test tests the right cmake, and not the cmake used to boot...Bill Hoffman2002-04-053-20/+29
* ENH: add the ability to process command line arguments in the test driver bef...Bill Hoffman2002-04-042-9/+60
* ENH: separate the ar program for cxx and cBill Hoffman2002-04-041-1/+11
* ENH: fix more space problems, you can add args to the ExecProgram command sep...Bill Hoffman2002-04-036-47/+100
* ENH: add enable language support for PROJECT command, this means that a C onl...Bill Hoffman2002-04-0223-96/+201
* ENH: fix for regkey and ; separationBill Hoffman2002-04-011-14/+45
* ENH: add functions to API (read, write, delete registry key value)Sebastien Barre2002-04-013-24/+232
* FIX: get rid of warningsSebastien Barre2002-03-302-2/+1
* FIX: should compare to 0, not NULLSebastien Barre2002-03-291-1/+1
* ENH: if -R or -E was used, displays also the name of the tests that passed.Sebastien Barre2002-03-292-8/+21
* output list bugBill Hoffman2002-03-291-1/+1
* make sure ; expansion is done in all commandsBill Hoffman2002-03-2948-212/+163
* fix const problemBill Hoffman2002-03-291-1/+1
* ENH: add ability to use ; separated lists in SET and expand them for addexecu...Bill Hoffman2002-03-294-8/+30
* fix docsBill Hoffman2002-03-291-2/+2
* ENH: Add SEND_ERROR flag to MESSAGE so that an error can be raised within a C...Sebastien Barre2002-03-292-3/+21
* ENH: major change, the cmMakefile now contains a master list of cmSourceFile ...Bill Hoffman2002-03-2931-180/+593
* FIX: tolower is in <ctype.h> !, frenchySebastien Barre2002-03-291-1/+1
* ENH: perform case insensitive comparison on test namesSebastien Barre2002-03-281-7/+28
* FIX: cmSourceFile::SetName was not called correctly for the test source filesSebastien Barre2002-03-271-2/+2
* ENH: small formatting enhSebastien Barre2002-03-271-3/+3
* ENH: add testdriver test with source file in subdirSebastien Barre2002-03-271-1/+3
* ENH: keep the name of the test as close to the source file (only the function...Sebastien Barre2002-03-261-13/+15
* ENH: add -R (similar to ctest but use substr instead of regexp). indent.Sebastien Barre2002-03-261-59/+102
* FIX: foreach function-blockers were using expanded args. Add virtual func to ...Sebastien Barre2002-03-263-2/+16
* ENH: ExpandListArguments(): empty elements in semi-colon-separated string-lis...Sebastien Barre2002-03-262-3/+8
* ENH: now supports tests inside sub-dirsSebastien Barre2002-03-261-8/+42
* ENH: add error checking for mmesaBill Hoffman2002-03-261-0/+11
* ENH: use ccommand for del on windowsBill Hoffman2002-03-263-7/+14
* ENH: show output when running testsBill Hoffman2002-03-261-1/+1
* ENH: if no arguments are given and there is only one test, then run itBill Hoffman2002-03-261-1/+7
* removed quotes from cmake and ccommand executable to be consistantKen Martin2002-03-251-7/+3
* ENH: support semi-colon format (list of args as string)Sebastien Barre2002-03-251-1/+4
* ENH: cmCopyFile ; the path to the destination file will be created ; second a...Sebastien Barre2002-03-252-5/+30
* ENH: add new command to create a test driverBill Hoffman2002-03-205-3/+254
* ENH: remove fltk dialog as it is no longer supportedBill Hoffman2002-03-2012-2137/+0
* Return error on copyAndy Cedilnik2002-03-191-1/+1
* Remove warning about sign and unsignedAndy Cedilnik2002-03-181-1/+1