Andy Cedilnik
|
235bf2547c
|
BUG: Check for the variable first time
|
2004-10-27 10:45:07 -04:00 |
Andy Cedilnik
|
c57512ea38
|
BUG: Only test for cxx flags the first time around
|
2004-10-26 17:23:20 -04:00 |
Bill Hoffman
|
7cef36c628
|
ENH: add the ability to generate custom commands for a language that is not supported by an IDE
|
2004-10-21 14:34:02 -04:00 |
Andy Cedilnik
|
a4c8aee1f4
|
ENH: If dart or ctest are not found, use ctest. For default drop location etc, support http submit (just set DROP_METHOD to http. Only look for tclsh if DART_ROOT is set
|
2004-10-12 18:29:04 -04:00 |
Bill Hoffman
|
e78a57563c
|
ENH: make sure the c++ compiler is a c++ compiler
|
2004-10-11 11:55:39 -04:00 |
Andy Cedilnik
|
518de19f74
|
ENH: Add option of adding random include files before doing CheckTypeSize
|
2004-10-05 08:33:08 -04:00 |
Andy Cedilnik
|
b1a1526e14
|
ENH: When test fails, write out the output
|
2004-10-05 08:32:08 -04:00 |
Bill Hoffman
|
016e0e52cb
|
BUG: make sure java jar files are not libfoo.jar but are just foo.jar
|
2004-09-27 11:36:29 -04:00 |
Andy Cedilnik
|
0871ddbedd
|
ENH: Replace INCLUDE(Find...) with FIND_PACKAGE(...)
|
2004-09-27 09:49:55 -04:00 |
Bill Hoffman
|
e63ea0a6d2
|
BUG: LINK_FLAGS are now all LINK_(LANG)_FLAGS
|
2004-09-24 14:37:58 -04:00 |
Bill Hoffman
|
5bc54263a6
|
ENH: use c++ with c++ and c flags with c
|
2004-09-24 09:11:42 -04:00 |
Bill Hoffman
|
67ac3ea503
|
ENH: fix problems with .def and RC files
|
2004-09-23 08:51:06 -04:00 |
Bill Hoffman
|
11aeb6e483
|
BUG: let the generator quote the path
|
2004-09-22 14:52:57 -04:00 |
Bill Hoffman
|
692ba48c4e
|
ENH: major changes to support addition of languages from cmake modules directory.
|
2004-09-22 14:42:05 -04:00 |
Bill Hoffman
|
4cf0f5b5ca
|
BUG: fix GNU check variable and add new variables used by enable language
|
2004-09-22 08:50:43 -04:00 |
Bill Hoffman
|
26eff86298
|
ENH: look for java in more places
|
2004-09-20 14:39:44 -04:00 |
Bill Hoffman
|
239cec12e0
|
BUG: commit bug 1123
|
2004-09-17 09:14:33 -04:00 |
Ken Martin
|
2e4264e0d1
|
ENH: do not check for gnu for visual studio
|
2004-09-15 10:32:28 -04:00 |
Andy Cedilnik
|
0e67feb17a
|
ENH: Use FIND_PACKAGE instead of INCLUDE(Find...
|
2004-09-10 11:15:07 -04:00 |
Bill Hoffman
|
b18faffcf0
|
add ifort support
|
2004-09-09 16:05:42 -04:00 |
Bill Hoffman
|
3708ed4ec8
|
try to fix fortran on hp
|
2004-09-09 11:50:14 -04:00 |
Bill Hoffman
|
0d4cd0436b
|
ENH better test for free VC tools
|
2004-09-03 15:19:58 -04:00 |
Bill Hoffman
|
c2ef51e181
|
ENH: define language extensions in cmake files and not hard coded, also fix trycompile problem
|
2004-09-03 12:03:41 -04:00 |
Bill Hoffman
|
652823dc83
|
ENH: check for ms free command line tools
|
2004-09-03 12:01:46 -04:00 |
Bill Hoffman
|
4fb678e40d
|
Make sure cmake uses consistent module prefixes
|
2004-08-30 12:14:31 -04:00 |
Andy Cedilnik
|
ad4f98f3cf
|
ENH: Cleanup. Use relative path to modules
|
2004-08-26 22:52:53 -04:00 |
Bill Hoffman
|
c9eaf38653
|
hack to try and fix sun platform
|
2004-08-26 21:43:27 -04:00 |
Bill Hoffman
|
ca5e9e6415
|
ENH: try to find fortran compiler before adding the test
|
2004-08-26 16:34:06 -04:00 |
Bill Hoffman
|
e803b32b89
|
Add a fortran test if there is a fortran compiler
|
2004-08-26 15:50:39 -04:00 |
Bill Hoffman
|
66a08c10e5
|
ENH: more uniform approach to enable language, one step closer to being able to enable a language without modifing cmake source code
|
2004-08-26 14:55:55 -04:00 |
Bill Hoffman
|
28cc5b973f
|
BUG: 1107 add extra place to look for java
|
2004-08-23 11:33:35 -04:00 |
Bill Hoffman
|
049985f36f
|
BUG: 1107 add extra place to look for java
|
2004-08-23 11:21:33 -04:00 |
Andy Cedilnik
|
c8c5bb4e22
|
BUG: Unly set gcc flags for C compiler if CMAKE_COMPILER_IS_GNUCC is set
|
2004-08-18 09:28:41 -04:00 |
Andy Cedilnik
|
fa84ecf7bf
|
ENH: Initial import for Darwin using xlC
|
2004-08-17 19:18:59 -04:00 |
Bill Hoffman
|
a1b94f4c5c
|
ENH: minor fortran fixes
|
2004-08-11 16:35:55 -04:00 |
Ken Martin
|
d8bada47a6
|
ENH: Initial import
|
2004-08-09 18:20:07 -04:00 |
Bill Hoffman
|
9655299f08
|
ENH: initial fortran support
|
2004-08-06 14:51:41 -04:00 |
Bill Hoffman
|
0220a85e33
|
ENH: remove verbose QT message
|
2004-08-05 11:59:20 -04:00 |
Andy Cedilnik
|
11d89d36d7
|
ENH: Add MemCheck to the list of Make targets. Closes Bug #1016 - Testing targets in Makefile
|
2004-07-29 17:07:16 -04:00 |
Andy Cedilnik
|
07231d014c
|
DOC: Fix typo
|
2004-07-27 08:52:13 -04:00 |
Andy Cedilnik
|
1ed700d91f
|
ENH: Allow project to overwrite CMAKE_SYSTEM_NAME part of default BUILDNAME
|
2004-07-27 08:48:08 -04:00 |
Bill Hoffman
|
c8101e8e47
|
BUG: fix for bug 998, fix spelling errors
|
2004-07-26 16:59:55 -04:00 |
Bill Hoffman
|
f929104ae8
|
BUG: put back flags to maintain backwards compatibility
|
2004-07-22 10:59:34 -04:00 |
Andy Cedilnik
|
b0d86400d9
|
BUG: These regular expressions were wrong because \\t does not match tab. Also, this fix prevents whole file to be dumped to the cache
|
2004-07-13 10:03:32 -04:00 |
Bill Hoffman
|
0e0eec1162
|
merge in fixes from neundorf at kde org, bug 869
|
2004-07-09 15:38:41 -04:00 |
Bill Hoffman
|
86195caf6a
|
ENH: add support for VCExpress 2005
|
2004-07-05 12:16:33 -04:00 |
Bill Hoffman
|
32381805d3
|
BUG: make sure if swig is found, we know it is found
|
2004-06-29 10:22:06 -04:00 |
Andy Cedilnik
|
d392ccaee5
|
BUG: Add more comments and fix CMAKE_SWIG_FLAGS
|
2004-06-28 11:14:40 -04:00 |
Andy Cedilnik
|
0beaf4cb4e
|
BUG: Replace MATCHES with STREQUAL for better checking, better checking for existence of swig directory, verify if required flag was set, support fedora's location of swig. Fixes Bug #955 - Swig on fedora and Bug #954 - FIND_PACKAGE(SWIG REQUIRED)
|
2004-06-28 09:08:13 -04:00 |
Bill Hoffman
|
3860a2dcd6
|
BUG: SWIG_FLAGS was ignored by the add swig source to module command
|
2004-06-26 08:40:11 -04:00 |