Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | ENH: More paths | Andy Cedilnik | 2004-04-30 | 1 | -1/+1 |
| | |||||
* | ENH: add another place to look for swig.exe | Bill Hoffman | 2004-04-30 | 1 | -1/+1 |
| | |||||
* | ENH: try to find swig.exe in SWIG_DIR | Bill Hoffman | 2004-04-30 | 1 | -1/+1 |
| | |||||
* | ENH: Initial import of swig. Start working towards Bug #749 - Add swig ↵ | Andy Cedilnik | 2004-04-30 | 6 | -0/+405 |
| | | | | support module to cmake | ||||
* | BUG: fix for bug 116 platform files can now specify directories that should ↵ | Bill Hoffman | 2004-04-28 | 1 | -0/+2 |
| | | | | not be added by CMAKE | ||||
* | ENH: fixes for optional flag arguments to check include macros | Bill Hoffman | 2004-04-28 | 2 | -5/+15 |
| | |||||
* | BUG: fix for bug 80, check include cxx now has an optional argument that can ↵ | Bill Hoffman | 2004-04-28 | 1 | -0/+11 |
| | | | | is added to the cxx flags | ||||
* | ENH: Add TCL_FOUND | Andy Cedilnik | 2004-04-26 | 1 | -0/+10 |
| | |||||
* | BUG#682: Adding environment variable check to FIND_PACKAGE command. | Brad King | 2004-04-26 | 2 | -0/+6 |
| | |||||
* | BUG#502: Do not let optimizing compilers think the symbol exists. Require ↵ | Brad King | 2004-04-26 | 1 | -3/+1 |
| | | | | the symbol by making the return value depend on it to force linking. | ||||
* | ENH: add verbose make abilility to visual studio 7 | Bill Hoffman | 2004-04-23 | 1 | -1/+1 |
| | |||||
* | BUG: fix for bug 618 | Bill Hoffman | 2004-04-22 | 2 | -0/+2 |
| | |||||
* | BUG: fix for bug 743 | Bill Hoffman | 2004-04-22 | 1 | -1/+3 |
| | |||||
* | BUG: fix for bug 607 | Bill Hoffman | 2004-04-22 | 1 | -0/+13 |
| | |||||
* | ENH: contribution from Ian Scott, thanks. | Bill Hoffman | 2004-04-22 | 1 | -0/+93 |
| | |||||
* | update comments | Ken Martin | 2004-04-22 | 1 | -3/+2 |
| | |||||
* | BUG: fix bad if statements | Bill Hoffman | 2004-04-22 | 1 | -2/+2 |
| | |||||
* | ENH: fix for mingw | Bill Hoffman | 2004-04-21 | 1 | -405/+414 |
| | |||||
* | ENH: Terminate with a FATAL_ERROR if FIND_PACKAGE command was called with ↵ | Brad King | 2004-04-21 | 2 | -1/+10 |
| | | | | REQUIRED argument and package was not found. | ||||
* | BUG: fix for bug 506 | Bill Hoffman | 2004-04-15 | 1 | -1/+3 |
| | |||||
* | ENH: fix tests for non-ansi c on hp and remove warnings for ansi c | Bill Hoffman | 2004-04-15 | 5 | -21/+43 |
| | |||||
* | BUG: fix for bug 608 | Bill Hoffman | 2004-04-14 | 1 | -2/+2 |
| | |||||
* | ENH: remove warnings from try compiles | Bill Hoffman | 2004-04-14 | 2 | -4/+14 |
| | |||||
* | BUG: fix for bug 593 | Bill Hoffman | 2004-04-13 | 1 | -3/+1 |
| | |||||
* | ENH: Improve Mac OSX bundle support | Andy Cedilnik | 2004-04-08 | 1 | -9/+9 |
| | |||||
* | ENH: Added registry check for ActiveState Tcl 8.4.6. | Brad King | 2004-03-31 | 1 | -0/+1 |
| | |||||
* | ERR: Shouldn't be adding xlibs to opengllibs on osx | Yves Starreveld | 2004-03-27 | 1 | -1/+4 |
| | |||||
* | ERR: Fixed incorrect documentation for CMAKE_CXX_WARNING_LEVEL. Submitted ↵ | Brad King | 2004-03-23 | 1 | -1/+1 |
| | | | | by David Cole. | ||||
* | ENH: Styart working on bundles support and abstract WIN32_EXECUTABLE | Andy Cedilnik | 2004-02-28 | 1 | -0/+36 |
| | |||||
* | BUG: fix mingw module load tests | Bill Hoffman | 2004-02-16 | 1 | -1/+0 |
| | |||||
* | shared modules are not linked so do not use lib prefix | Bill Hoffman | 2004-02-14 | 1 | -0/+1 |
| | |||||
* | ENH: change mingw to use libfoo.dll instead of foo.dll since it can link to them | Bill Hoffman | 2004-02-13 | 1 | -1/+1 |
| | |||||
* | ENH: Better finding of JNI | Andy Cedilnik | 2004-02-06 | 1 | -0/+17 |
| | |||||
* | ENH: use CFLAGS for testing for gnu | Bill Hoffman | 2004-01-23 | 1 | -1/+7 |
| | |||||
* | ENH: This will probably break some obscure version of gcc, but until then, ↵ | Andy Cedilnik | 2004-01-21 | 1 | -0/+4 |
| | | | | everybody doing profiling will be happy | ||||
* | BUG#530: Using #error to report a nice error message if the C compiler is ↵ | Brad King | 2004-01-21 | 1 | -1/+5 |
| | | | | set to a C++ compiler. | ||||
* | BUG: Use return statement instead of exit. | Brad King | 2004-01-21 | 1 | -1/+1 |
| | |||||
* | ENH: Fix typos about copying exe flags to shared flags and to modules. Bug ↵ | Andy Cedilnik | 2004-01-15 | 1 | -4/+4 |
| | | | | #518 - On borland, initial flags for bulding module are wrong | ||||
* | BUG: use the flags when testing for type of gnu compiler | Bill Hoffman | 2004-01-13 | 1 | -1/+1 |
| | |||||
* | ENH: make it a bit smarter at finding stuff: now you need only to set *ONE* ↵ | Sebastien Barre | 2004-01-09 | 2 | -3/+16 |
| | | | | of (TCL|TK)_INCLUDE_PATH, (TCL|TK)_LIBRARY, TCL_TCLSH and the rest will be found. | ||||
* | fix for multiple nexted projects | Ken Martin | 2004-01-02 | 1 | -4/+14 |
| | |||||
* | BUG#423: Fixed search for frameworks on OSX. | Brad King | 2003-12-29 | 3 | -69/+89 |
| | |||||
* | ERR: On systems where uname does not support -p, try -m. Fixes Bug #426 - ↵ | Andy Cedilnik | 2003-12-29 | 1 | -0/+6 |
| | | | | CMAKE_SYSTEM_PROCESSOR unknown and inconsistent | ||||
* | ENH: Add QT_ASSISTANTCLIENT_LIBRARY support. Fixes Bug #425 - Suggsted mod ↵ | Andy Cedilnik | 2003-12-29 | 1 | -5/+23 |
| | | | | to FindQt.cmake to handle qassistantclient.lib | ||||
* | ENH: Mark things as advanced | Andy Cedilnik | 2003-12-17 | 1 | -10/+12 |
| | |||||
* | fix in quoting | Ken Martin | 2003-12-17 | 1 | -1/+1 |
| | |||||
* | ENH: Add suppression file | Andy Cedilnik | 2003-12-16 | 2 | -0/+2 |
| | |||||
* | ENH: Add initial memory check support which works for Valgrind | Andy Cedilnik | 2003-12-15 | 2 | -2/+20 |
| | |||||
* | ENH: Added CMAKE_SHARED_LIBRARY_SONAME_C_FLAG and ↵ | Brad King | 2003-12-12 | 1 | -0/+2 |
| | | | | CMAKE_SHARED_LIBRARY_SONAME_CXX_FLAG settings to enable shared library version support for SGI. | ||||
* | ENH: Added CMAKE_SHARED_LIBRARY_SONAME_FLAG setting to enable shared library ↵ | Brad King | 2003-12-12 | 1 | -1/+5 |
| | | | | version support for HP-UX. |