Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | BUG: Change error to warning | Andy Cedilnik | 2005-03-01 | 1 | -1/+1 |
| | |||||
* | ENH: Adding support for shared library versioning using the -install_name ↵ | Brad King | 2005-03-01 | 2 | -4/+37 |
| | | | | option on the OSX linker. This is actually needed to support relative -o paths which are used by cmLocalUnixMakefileGenerator2. | ||||
* | BUG: Added installation of .in files as well as .cmake files. | Brad King | 2005-02-24 | 1 | -0/+1 |
| | |||||
* | ENH: Added better default install location for windows builds. The previous ↵ | Brad King | 2005-02-22 | 1 | -6/+17 |
| | | | | default /usr/local did not make much sense. Now "%SystemDrive%/Program Files/PROJECT_NAME" is used, which is the windows equivalent to /usr/local. | ||||
* | FIX: fix for bug 1409 | Bill Hoffman | 2005-02-17 | 1 | -3/+3 |
| | |||||
* | FIX: fix for bug 1438 | Bill Hoffman | 2005-02-17 | 1 | -1/+1 |
| | |||||
* | BUG: Clean the messages | Andy Cedilnik | 2005-02-16 | 1 | -4/+2 |
| | |||||
* | ENH: Reorganize and add subversion support | Andy Cedilnik | 2005-02-16 | 2 | -13/+48 |
| | |||||
* | FIX: fix bug 1495 | Bill Hoffman | 2005-02-11 | 1 | -1/+1 |
| | |||||
* | FIX: fix bug 1303 | Bill Hoffman | 2005-02-11 | 1 | -1/+3 |
| | |||||
* | ENH: fix for 1450 | Bill Hoffman | 2005-02-10 | 1 | -0/+3 |
| | |||||
* | ENH: bug fix 1573 | Bill Hoffman | 2005-02-10 | 2 | -0/+3 |
| | |||||
* | ENH: bug fix 1574 | Bill Hoffman | 2005-02-10 | 1 | -3/+10 |
| | |||||
* | ENH: Added test for Fortran90 support. | Brad King | 2005-02-04 | 1 | -4/+37 |
| | |||||
* | ENH: add trycompile code for xcode | Bill Hoffman | 2005-02-01 | 1 | -0/+6 |
| | |||||
* | ENH: Better checking for Dart. Closes Bug #1505 - Configuration fails to ↵ | Andy Cedilnik | 2005-01-28 | 1 | -5/+10 |
| | | | | create Makefile | ||||
* | ENH: remove debug print | Bill Hoffman | 2005-01-28 | 1 | -1/+0 |
| | |||||
* | ENH: Enable compression and use the new trigger script | Andy Cedilnik | 2005-01-27 | 1 | -1/+2 |
| | |||||
* | ENH: Enable compression with DartConfiguration file | Andy Cedilnik | 2005-01-27 | 1 | -0/+1 |
| | |||||
* | ENH: stuff to keep compiler tests from re-running all the time | Bill Hoffman | 2005-01-20 | 10 | -24/+50 |
| | |||||
* | BUG: fix running of cl in trycompiles | Bill Hoffman | 2005-01-17 | 3 | -1/+14 |
| | |||||
* | fix number of arguments | Bill Hoffman | 2004-12-17 | 1 | -1/+1 |
| | |||||
* | ENH: fix for OpenBSD | Bill Hoffman | 2004-12-16 | 2 | -1/+3 |
| | |||||
* | FIX: fix for bug 1325, Tru64 not True64 | Bill Hoffman | 2004-12-06 | 1 | -0/+0 |
| | |||||
* | ENH: try and fix aix xlC with gcc | Bill Hoffman | 2004-11-23 | 1 | -0/+4 |
| | |||||
* | ENH: try and fix aix xlC with gcc | Bill Hoffman | 2004-11-23 | 1 | -4/+4 |
| | |||||
* | ENH: try to fix aix with native cxx and gcc | Bill Hoffman | 2004-11-23 | 1 | -0/+10 |
| | |||||
* | BUG: Check for the variable first time | Andy Cedilnik | 2004-10-27 | 1 | -2/+2 |
| | |||||
* | BUG: Only test for cxx flags the first time around | Andy Cedilnik | 2004-10-26 | 1 | -17/+19 |
| | |||||
* | ENH: add the ability to generate custom commands for a language that is not ↵ | Bill Hoffman | 2004-10-21 | 2 | -1/+16 |
| | | | | supported by an IDE | ||||
* | ENH: If dart or ctest are not found, use ctest. For default drop location ↵ | Andy Cedilnik | 2004-10-12 | 1 | -90/+97 |
| | | | | etc, support http submit (just set DROP_METHOD to http. Only look for tclsh if DART_ROOT is set | ||||
* | ENH: make sure the c++ compiler is a c++ compiler | Bill Hoffman | 2004-10-11 | 1 | -1/+5 |
| | |||||
* | ENH: Add option of adding random include files before doing CheckTypeSize | Andy Cedilnik | 2004-10-05 | 2 | -2/+14 |
| | |||||
* | ENH: When test fails, write out the output | Andy Cedilnik | 2004-10-05 | 1 | -1/+1 |
| | |||||
* | BUG: make sure java jar files are not libfoo.jar but are just foo.jar | Bill Hoffman | 2004-09-27 | 2 | -1/+2 |
| | |||||
* | ENH: Replace INCLUDE(Find...) with FIND_PACKAGE(...) | Andy Cedilnik | 2004-09-27 | 1 | -6/+6 |
| | |||||
* | BUG: LINK_FLAGS are now all LINK_(LANG)_FLAGS | Bill Hoffman | 2004-09-24 | 3 | -3/+3 |
| | |||||
* | ENH: use c++ with c++ and c flags with c | Bill Hoffman | 2004-09-24 | 1 | -2/+2 |
| | |||||
* | ENH: fix problems with .def and RC files | Bill Hoffman | 2004-09-23 | 1 | -1/+1 |
| | |||||
* | BUG: let the generator quote the path | Bill Hoffman | 2004-09-22 | 1 | -1/+1 |
| | |||||
* | ENH: major changes to support addition of languages from cmake modules ↵ | Bill Hoffman | 2004-09-22 | 32 | -202/+289 |
| | | | | directory. | ||||
* | BUG: fix GNU check variable and add new variables used by enable language | Bill Hoffman | 2004-09-22 | 1 | -1/+8 |
| | |||||
* | ENH: look for java in more places | Bill Hoffman | 2004-09-20 | 1 | -3/+8 |
| | |||||
* | BUG: commit bug 1123 | Bill Hoffman | 2004-09-17 | 1 | -17/+26 |
| | |||||
* | ENH: do not check for gnu for visual studio | Ken Martin | 2004-09-15 | 3 | -0/+16 |
| | |||||
* | ENH: Use FIND_PACKAGE instead of INCLUDE(Find... | Andy Cedilnik | 2004-09-10 | 1 | -2/+2 |
| | |||||
* | add ifort support | Bill Hoffman | 2004-09-09 | 1 | -0/+7 |
| | |||||
* | try to fix fortran on hp | Bill Hoffman | 2004-09-09 | 1 | -1/+19 |
| | |||||
* | ENH better test for free VC tools | Bill Hoffman | 2004-09-03 | 2 | -10/+6 |
| | |||||
* | ENH: define language extensions in cmake files and not hard coded, also fix ↵ | Bill Hoffman | 2004-09-03 | 3 | -0/+3 |
| | | | | trycompile problem |