Commit Graph

132 Commits

Author SHA1 Message Date
Bill Hoffman
65e3edea04 ENH: use separate vars for creating c++ and c shared libraries and add a test for c libraries 2002-04-08 13:36:18 -04:00
Bill Hoffman
04d53a3865 ENH: separate the ar program for cxx and c 2002-04-04 11:01:41 -05:00
Bill Hoffman
5d850d2a56 update install information 2002-04-04 10:08:42 -05:00
Bill Hoffman
ef631c871d BUG: add system command back into script 2002-04-04 09:04:07 -05:00
Bill Hoffman
4ea0f6b949 ENH: add enable language support for PROJECT command, this means that a C only project can be built with cmake, even without a cxx compiler 2002-04-02 15:43:23 -05:00
Sebastien Barre
41be7a401b Add suffixes 2002-03-25 15:58:20 -05:00
Berk Geveci
cd91e58054 There can be multiple ansi flags now 2002-03-15 09:40:37 -05:00
Bill Hoffman
ea8be7682f HP add Ae flag 2002-03-15 09:23:37 -05:00
Berk Geveci
799454198b Added better support for HPux 2002-03-15 09:14:52 -05:00
Brad King
83a0759e47 ENH: Added test for explicit instantiation support. 2002-03-12 10:16:00 -05:00
Bill Hoffman
c1dcaf342a ENH: try to get crazy dec cxx to work again... one more time 2002-03-10 18:24:24 -05:00
Bill Hoffman
3b65bcb8b7 ENH: try to get crazy dec cxx to work again... 2002-03-10 10:02:14 -05:00
Bill Hoffman
e74ebd4e87 build type should not be advanced 2002-03-06 10:44:23 -05:00
Bill Hoffman
3da299a796 ENH: add some OS/compiler variables 2002-03-01 09:00:31 -05:00
Bill Hoffman
e8c2483b4e change hp checks to all hps and not just version 10 2002-02-28 15:06:59 -05:00
Bill Hoffman
c133a6acfa find path to devenv 2002-02-28 08:45:45 -05:00
Bill Hoffman
aa88d4824c ENH: add build name to the cache with a default value for dot net 2002-02-28 07:50:47 -05:00
Bill Hoffman
6c1e38abb4 clean up in dot net 2002-02-27 18:11:12 -05:00
Bill Hoffman
f13c6545e1 *** empty log message *** 2002-02-26 10:11:55 -05:00
Bill Hoffman
2cc36654e6 ENH: do not use O2 g as default flags 2002-02-14 10:02:09 -05:00
Andy Cedilnik
a7065630f2 ERR: Cache bigendian 2002-02-07 11:39:07 -05:00
Bill Hoffman
3d5d5fa06d ENH: add support for AIX shared libraries with gcc 2002-01-11 10:55:00 -05:00
Bill Hoffman
54995b06e3 ENH: add support for shared libraries with gcc on AIX 2002-01-11 10:54:14 -05:00
Bill Hoffman
6dc78a2315 ENH: add CMAKE_EXTRA_LINK_FLAGS to dsp generator 2002-01-08 13:33:00 -05:00
Bill Hoffman
1a16fee430 ENH: use +Z not +z for pic and use -fPIC for gcc 2002-01-08 12:57:49 -05:00
Bill Hoffman
b72914bb9a ENH: add -L/usr/lib for hp so shared libs find that directory before the pa1.1 directory 2002-01-08 12:53:21 -05:00
Bill Hoffman
8f1b833759 Add sizeof some types support 2002-01-07 14:12:01 -05:00
Andy Cedilnik
6dfebfdbcd Add sizeof some types support 2002-01-07 14:07:32 -05:00
Bill Hoffman
bcbc8443b5 use -shared for sunos build 2002-01-07 13:47:12 -05:00
Amitha Perera
9ad7f0905a ENH: Add option to disable use of -rpath. 2001-12-21 00:01:02 -05:00
Bill Hoffman
d354ac5528 BUG: must use CACHE values in these 2001-12-20 15:44:51 -05:00
Bill Hoffman
96763a0df2 check for LANG:std 2001-12-19 08:26:54 -05:00
Bill Hoffman
bb4f8237fd -LANG:std should be default on sgi for ansi CXX Flags 2001-12-18 21:00:52 -05:00
Bill Hoffman
f3b4191845 fix comment 2001-12-18 20:32:54 -05:00
Bill Hoffman
cc477d67e9 syntax error 2001-12-18 17:30:42 -05:00
Bill Hoffman
e3b19f880f use cxx compiler on sgi to build static libs 2001-12-18 17:17:03 -05:00
Bill Hoffman
c3f1e86aa9 use cxx compiler to build static libs on sgi 2001-12-18 17:16:25 -05:00
Bill Hoffman
213582db3c remove stack stuff 2001-12-17 11:30:33 -05:00
Bill Hoffman
83367692be use a better compiler name 2001-12-17 11:28:15 -05:00
Bill Hoffman
8e5f3bb9e1 ENH: add mark as not advanced to mark as advanced 2001-12-07 15:47:39 -05:00
Sebastien Barre
728d20302e Remove "unused var" warning from C_FLAGS 2001-12-07 10:32:27 -05:00
Sebastien Barre
efe160656b Add CMAKE_LINKER_HIDE_PARAMETERS since some linkers just do not support the @<< syntax 2001-12-06 20:02:43 -05:00
Ken Martin
e1cb021412 made install prefix non advanced 2001-12-06 10:24:31 -05:00
Sebastien Barre
e273223d6d Add single quotes feature. 2001-12-05 15:00:21 -05:00
Yves Starreveld
cca166080c Add the flat_namespace and undefined suppress flags to OSX builds 2001-12-04 18:49:02 -05:00
Bill Hoffman
a85d2478bf add tWM to c flags as well as CXX flags 2001-12-04 15:55:52 -05:00
Bill Hoffman
06ac353564 ENH: add -tWM to default flags for compilation 2001-12-04 15:16:19 -05:00
Bill Hoffman
d06a01d825 ENH: fix crashes in console apps 2001-12-03 18:04:21 -05:00
Bill Hoffman
2bdcc9ae7e ENH: fix debugging with borland 2001-12-03 17:01:40 -05:00
Bill Hoffman
0d3eefb1f1 new borland generator moved into place 2001-11-30 16:48:52 -05:00