Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix CXX/Fortran MODULE flags when enabled before C (#12929) | Brad King | 2012-02-03 | 2 | -0/+8 |
| | | | | | | | | | | | | | | | If CXX or Fortran is enabled before C then the values of CMAKE_SHARED_MODULE_C_FLAGS CMAKE_SHARED_MODULE_CREATE_C_FLAGS may not be available. On platforms where MODULE library (plugin) creation is the same as SHARED library creation initialize the MODULE creation flags from the SHARED creation flags of the matching language instead of assuming that C has been enabled first. Teach the COnly and CxxOnly tests to build MODULE libraries. The latter covers this specific case. | ||||
* | ENH: preclean some warnings | Ken Martin | 2008-03-25 | 1 | -0/+1 |
| | |||||
* | BUG: fix for bug 6172 add get source file prop LANGUAGE | Bill Hoffman | 2007-12-18 | 1 | -0/+6 |
| | |||||
* | ENH: change to libs that are not real | Bill Hoffman | 2007-12-07 | 1 | -1/+1 |
| | |||||
* | BUG: fix for bug 5455, handle nodefaultlib with more than one lib | Bill Hoffman | 2007-12-06 | 1 | -1/+4 |
| | |||||
* | ENH: some more CMakeList cleanups | Ken Martin | 2007-05-11 | 1 | -3/+3 |
| | |||||
* | ENH: fix build c stuff with c and c++ with c++ | Bill Hoffman | 2006-05-04 | 1 | -1/+2 |
| | |||||
* | COMP: converted to lowercase commands | Ken Martin | 2005-06-20 | 1 | -8/+8 |
| | |||||
* | ERR: Too much commits | Andy Cedilnik | 2004-02-29 | 1 | -1/+1 |
| | |||||
* | ERR: Fix GetModulesFile | Andy Cedilnik | 2004-02-29 | 1 | -1/+1 |
| | |||||
* | ENH: Attempt to add debug library postfix for visual studio 6 | Andy Cedilnik | 2003-10-31 | 1 | -0/+2 |
| | |||||
* | Fix problem with test on Borland | Andy Cedilnik | 2003-01-03 | 1 | -1/+1 |
| | |||||
* | Rename libraries from c1 to testc1 | Andy Cedilnik | 2003-01-02 | 1 | -3/+3 |
| | |||||
* | Test conversion from ascii to string | Andy Cedilnik | 2003-01-01 | 1 | -0/+3 |
| | |||||
* | Shared library should export symbols on windows | Andy Cedilnik | 2003-01-01 | 2 | -1/+13 |
| | |||||
* | Test also stating and shared libraries | Andy Cedilnik | 2002-12-31 | 6 | -0/+26 |
| | |||||
* | Fix problem on HP | Andy Cedilnik | 2002-10-07 | 2 | -2/+2 |
| | |||||
* | If you specify header file as source, it should still use C compiler and not ↵ | Andy Cedilnik | 2002-10-06 | 4 | -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 Hoffman | 2002-04-02 | 2 | -0/+7 |
only project can be built with cmake, even without a cxx compiler |