summaryrefslogtreecommitdiffstats
path: root/Templates/cxxconfigure
Commit message (Collapse)AuthorAgeFilesLines
* BUG: fix for OSF compiler to use ansi mode for streamsBill Hoffman2002-08-221-6/+17
|
* ERR: Ran autoconf on corresponding fixes to configure.in and cxxconfigure.in.Brad King2002-06-211-15/+13
|
* ENH: Re-ran autoconf to include changes to corresponding configure input. ↵Brad King2002-06-191-4/+22
| | | | This adds a test for the availability of sstream.
* ENH: use separate vars for creating c++ and c shared libraries and add a ↵Bill Hoffman2002-04-081-0/+33
| | | | test for c libraries
* ENH: separate the ar program for cxx and cBill Hoffman2002-04-041-8/+8
|
* BUG: add system command back into scriptBill Hoffman2002-04-041-4/+27
|
* ENH: add enable language support for PROJECT command, this means that a C ↵Bill Hoffman2002-04-021-0/+1131
only project can be built with cmake, even without a cxx compiler