summaryrefslogtreecommitdiffstats
path: root/Tests/COnly
Commit message (Collapse)AuthorAgeFilesLines
* COMP: converted to lowercase commandsKen Martin2005-06-201-8/+8
|
* ERR: Too much commitsAndy Cedilnik2004-02-291-1/+1
|
* ERR: Fix GetModulesFileAndy Cedilnik2004-02-291-1/+1
|
* ENH: Attempt to add debug library postfix for visual studio 6Andy Cedilnik2003-10-311-0/+2
|
* Fix problem with test on BorlandAndy Cedilnik2003-01-031-1/+1
|
* Rename libraries from c1 to testc1Andy Cedilnik2003-01-021-3/+3
|
* Test conversion from ascii to stringAndy Cedilnik2003-01-011-0/+3
|
* Shared library should export symbols on windowsAndy Cedilnik2003-01-012-1/+13
|
* Test also stating and shared librariesAndy Cedilnik2002-12-316-0/+26
|
* Fix problem on HPAndy Cedilnik2002-10-072-2/+2
|
* If you specify header file as source, it should still use C compiler and not ↵Andy Cedilnik2002-10-064-1/+8
| | | | CXX. Also fix COnly test so that it make sure that this still works...
* ENH: add enable language support for PROJECT command, this means that a C ↵Bill Hoffman2002-04-022-0/+7
only project can be built with cmake, even without a cxx compiler