Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | BUG: make sure if swig is found, we know it is found | Bill Hoffman | 2004-06-29 | 1 | -0/+1 |
| | |||||
* | BUG: Add more comments and fix CMAKE_SWIG_FLAGS | Andy Cedilnik | 2004-06-28 | 1 | -1/+20 |
| | |||||
* | BUG: Replace MATCHES with STREQUAL for better checking, better checking for ↵ | Andy Cedilnik | 2004-06-28 | 1 | -7/+13 |
| | | | | 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) | ||||
* | BUG: SWIG_FLAGS was ignored by the add swig source to module command | Bill Hoffman | 2004-06-26 | 1 | -0/+2 |
| | |||||
* | C++ compiler is not set for c only projects | Bill Hoffman | 2004-06-23 | 1 | -1/+1 |
| | |||||
* | clean up commands so they don't need extra variable | Bill Hoffman | 2004-06-16 | 2 | -15/+0 |
| | |||||
* | ENH: add NDEBUG to windows release builds for both ide and nmake | Bill Hoffman | 2004-06-14 | 1 | -6/+6 |
| | |||||
* | ENH: add FindKDE from Alex from kde.org | Bill Hoffman | 2004-06-14 | 1 | -0/+151 |
| | |||||
* | fix for bug 915 | Bill Hoffman | 2004-06-14 | 1 | -0/+8 |
| | |||||
* | a) new version of tools like Doxygen and Graphviz now set install path info ↵ | Sebastien Barre | 2004-06-08 | 1 | -6/+2 |
| | | | | | | in win32 registery. use it. b) remove DOT_PATH, it was polluting the cache (can be computed from DOT, update CMakeLists.txt accordingly if DOT_PATH is not defined) | ||||
* | Fix for bug 903 change order of fltk libraries | Bill Hoffman | 2004-06-03 | 1 | -2/+6 |
| | |||||
* | BUG#895: Adding -DNDEBUG to C and C++ flags for release builds. | Brad King | 2004-06-01 | 6 | -18/+18 |
| | |||||
* | better error message | Ken Martin | 2004-05-25 | 1 | -3/+17 |
| | |||||
* | ENH: Implement additional make clean files as a directory property instead ↵ | Andy Cedilnik | 2004-05-20 | 1 | -1/+2 |
| | | | | of cmake variable | ||||
* | ENH: look for qtmoc in some other places | Bill Hoffman | 2004-05-20 | 1 | -3/+9 |
| | |||||
* | BUG: fix problem where cmake thinks the intel compiler is gnu | Bill Hoffman | 2004-05-18 | 1 | -1/+1 |
| | |||||
* | ENH: append to the list of clean files, don't just set them | Bill Hoffman | 2004-05-17 | 1 | -1/+1 |
| | |||||
* | BUG: Bug #835 fix, add swig generated files to clean target | Bill Hoffman | 2004-05-17 | 1 | -1/+1 |
| | |||||
* | Add a missing dollar sign | Bill Hoffman | 2004-05-07 | 1 | -1/+1 |
| | |||||
* | a guess at some OSF compiler flags | Ken Martin | 2004-05-05 | 1 | -3/+18 |
| | |||||
* | ENH: Only mangle object files if CMAKE_MANGLE_OBJECT_FILE_NAMES is set. Only ↵ | Andy Cedilnik | 2004-05-04 | 1 | -0/+2 |
| | | | | on borland for now. | ||||
* | ENH: support STDDEF and cleanup | Andy Cedilnik | 2004-05-03 | 2 | -7/+10 |
| | |||||
* | fix to find opengl on some osf systems | Ken Martin | 2004-05-01 | 1 | -0/+2 |
| | |||||
* | 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 |
| |