summaryrefslogtreecommitdiffstats
path: root/Source/kwsys/testCommandLineArguments.cxx
Commit message (Collapse)AuthorAgeFilesLines
* Merge branch 'upstream-kwsys' into update-kwsysBrad King2014-05-131-1/+1
|
* Merge branch 'upstream-kwsys' into update-kwsysBrad King2013-02-011-8/+8
|
* Convert KWSys to OSI-approved BSD LicenseBrad King2009-09-281-11/+9
| | | | | | | This converts the KWSys license to a pure 3-clause OSI-approved BSD License. We drop the previous license clause requiring modified versions to be plainly marked. We also update the KWSys copyright to cover the full development time range.
* ENH: Cleaned up KWSys tests to use test drivers.Brad King2007-03-031-1/+1
|
* COMP: Added missing headers. This partially addresses bug#3556.Brad King2006-08-011-0/+3
|
* COMP: Remove some warningsAndy Cedilnik2006-07-171-1/+7
|
* ENH: Add a way to get unused arguments and add a testAndy Cedilnik2006-07-141-0/+2
|
* ENH: Add support for multi-arguments: -f arg1 arg2 arg3 ... and support for ↵Andy Cedilnik2006-07-141-1/+60
| | | | lists: -f arg1 -f arg2 -f arg3 ... and for boolean to be stored as strings and doubles
* STYLE: Make sure to use the proper cast.Mathieu Malaterre2006-03-101-1/+1
|
* COMP: Adding work-around for CMake dependency scanning limitation. Any ↵Brad King2005-04-131-1/+7
| | | | configured header included by KWSYS_HEADER() in a .c or .cxx file in kwsys itself must use this hack to get dependencies.
* ENH: Do kwsys testing as part of cmake testing, command line arguments are ↵Andy Cedilnik2005-04-131-2/+3
| | | | not experimental and add simple test for systemtools
* ERR: More missing ios and includesAndy Cedilnik2004-09-131-16/+18
|
* ENH: Move command line argument parsing code to kwsysAndy Cedilnik2004-09-131-0/+110