index
:
CMake.git
master
release
CMake is a cross-platform, open-source build system generator.
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
Templates
/
cxxconfigure.in
Commit message (
Collapse
)
Author
Age
Files
Lines
*
remove unused files
Bill Hoffman
2003-01-07
1
-257/+0
|
*
now uses TryCompile
Ken Martin
2002-09-13
1
-22/+0
|
*
ENH: Improved configure test implementations by using AC_TRY_COMPILE.
Brad King
2002-09-06
1
-80/+122
|
*
try another flag for the dec compiler...
Bill Hoffman
2002-08-23
1
-3/+3
|
*
BUG: fix for OSF compiler to use ansi mode for streams
Bill Hoffman
2002-08-22
1
-1/+12
|
*
fix for sstream
Bill Hoffman
2002-06-21
1
-11/+9
|
*
ENH: Added test for sstream header. Defines CMAKE_NO_ANSI_STRING_STREAM if ↵
Brad King
2002-06-19
1
-1/+17
|
|
|
|
the header doesn't exist.
*
ENH: use separate vars for creating c++ and c shared libraries and add a ↵
Bill Hoffman
2002-04-08
1
-0/+25
|
|
|
|
test for c libraries
*
ENH: separate the ar program for cxx and c
Bill Hoffman
2002-04-04
1
-8/+8
|
*
BUG: add system command back into script
Bill Hoffman
2002-04-04
1
-0/+22
|
*
ENH: add enable language support for PROJECT command, this means that a C ↵
Bill Hoffman
2002-04-02
1
-0/+165
only project can be built with cmake, even without a cxx compiler