Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | STYLE: use global property instead of helper target to collect all python | Alexander Neundorf | 2008-02-15 | 1 | -12/+13 |
| | | | | | | modules from a source tree Alex | ||||
* | ENH: Changed signature of GET_PROPERTY command to be more powerful and ↵ | Brad King | 2008-01-17 | 1 | -1/+2 |
| | | | | extendible. | ||||
* | BUG: make the string static, otherwise the contents are gone when we exit | Alexander Neundorf | 2007-09-18 | 1 | -1/+1 |
| | | | | | | the function (same fix as in VTK/CMake/) Alex | ||||
* | ENH: add support for the next python release, python 2.6 | Alexander Neundorf | 2007-08-30 | 1 | -1/+1 |
| | | | | Alex | ||||
* | STYLE: this wasn't intended to be committed | Alexander Neundorf | 2007-08-16 | 1 | -1/+0 |
| | | | | Alex | ||||
* | ENH: add -Wl,-relax to the default linker flags for BlueGene, otherwise you ↵ | Alexander Neundorf | 2007-08-16 | 1 | -0/+1 |
| | | | | | | can get "relocation truncated to fit" errors Alex | ||||
* | ENH: make the python modules usable for C and C++ and only write the header | Alexander Neundorf | 2007-08-02 | 1 | -9/+31 |
| | | | | | | if it has changed Alex | ||||
* | ENH: deb generator can now generate deb packages | Alexander Neundorf | 2007-07-27 | 1 | -1/+1 |
| | | | | | | | | | | -remove the unscriptable commands also from the cpack cmake -use CPACK_PACKAGE_CONTACT in CMakeCPack.cmake, it's used in the nsis and the deb generator -make set_properties() scriptable -use a non-const char array for adding the python modules Alex | ||||
* | COMP: same as in VTK, build modules by default as shared if the platform | Alexander Neundorf | 2007-07-25 | 1 | -8/+10 |
| | | | | | | supports this, don't include shared modules in the generated header Alex | ||||
* | ENH: add second failure message parameter to | Alexander Neundorf | 2007-07-23 | 1 | -1/+1 |
| | | | | | | | | FIND_PACKAGE_HANDLE_STANDARD_ARGS(), so cmake modules can specify their own better failure messages. If the default is ok use "DEFAULT_MSG". Do this also for FindBoost.cmake (#5349) Alex | ||||
* | BUG: fix typo | Alexander Neundorf | 2007-07-19 | 1 | -1/+1 |
| | | | | Alex | ||||
* | ENH: make the list of modules global | Alexander Neundorf | 2007-07-19 | 1 | -2/+10 |
| | | | | Alex | ||||
* | ENH: only load the static modules in the LoadAll function | Alexander Neundorf | 2007-07-19 | 1 | -3/+4 |
| | | | | Alex | ||||
* | ENH: use the new FIND_PACKAGE_HANDLE_STANDARD_ARGS() macro in most of the | Alexander Neundorf | 2007-07-19 | 1 | -98/+82 |
| | | | | | | | not-too-complicated modules -remove unnecessary default search paths used in the FIND_XXX() calls Alex | ||||
* | ENH: add a macro FIND_PACKAGE_HANDLE_STANDARD_ARGS(LibXml2 LIBXML2_LIBRARIES ↵ | Alexander Neundorf | 2007-07-18 | 1 | -0/+5 |
| | | | | | | | | LIBXML2_INCLUDE_DIR) which handles the required and QUIET arguments and sets <NAME>_FOUND Alex | ||||
* | ENH: apply patch from Dirk Mueller to support Python 2.5 | Alexander Neundorf | 2006-09-27 | 1 | -3/+10 |
| | | | | Alex | ||||
* | ENH: Updated implementation to use new FIND_* command power. The correct ↵ | Brad King | 2006-03-24 | 1 | -41/+48 |
| | | | | library is now found on MinGW also. | ||||
* | ENH: cleanups | Ken Martin | 2005-12-15 | 1 | -3/+3 |
| | |||||
* | ENH: add documentation support for modules | Bill Hoffman | 2005-12-14 | 1 | -1/+1 |
| | |||||
* | ENH: Removing extra 64-bit search paths. They are now constructed ↵ | Brad King | 2005-04-07 | 1 | -3/+0 |
| | | | | automatically from the paths listed. | ||||
* | ENH: Adding support for 64-bit library paths. Contributed by Peter Vanroose. | Brad King | 2005-04-07 | 1 | -0/+3 |
| | |||||
* | ENH: bug fix 1574 | Bill Hoffman | 2005-02-10 | 1 | -3/+10 |
| | |||||
* | ENH: Cleanup. Use relative path to modules | Andy Cedilnik | 2004-08-27 | 1 | -1/+1 |
| | |||||
* | BUG#423: Fixed search for frameworks on OSX. | Brad King | 2003-12-29 | 1 | -30/+27 |
| | |||||
* | BUG: remove junk code | Bill Hoffman | 2003-11-21 | 1 | -12/+0 |
| | |||||
* | BUG#266: Added cygwin names for the library. Module now documents output as ↵ | Brad King | 2003-11-20 | 1 | -5/+28 |
| | | | | PYTHON_LIBRARIES instead of PYTHON_LIBRARY. | ||||
* | STYLE: Removed trailing whitespace. | Brad King | 2003-11-20 | 1 | -6/+6 |
| | |||||
* | ENH: Find python framework on Mac OSX. | Brad King | 2003-01-03 | 1 | -9/+33 |
| | |||||
* | ENH: find python framework and include files on OSX | Yves Starreveld | 2002-12-27 | 1 | -0/+12 |
| | |||||
* | Better search for python | Andy Cedilnik | 2002-12-09 | 1 | -6/+23 |
| | |||||
* | Clean find for Python, add find for python 2.2 on windows, cleanup java on ↵ | Andy Cedilnik | 2002-11-14 | 1 | -4/+8 |
| | | | | windows and add java 1.4 support | ||||
* | Oops, forgot the library name | Andy Cedilnik | 2002-06-10 | 1 | -1/+1 |
| | |||||
* | Add search for python 2.2 | Andy Cedilnik | 2002-06-10 | 1 | -0/+2 |
| | |||||
* | ENH: Adding search path's for PYTHON_LIBRARY | Dan Blezek | 2002-01-31 | 1 | -1/+1 |
| | |||||
* | ENH: Adding /usr/*/python1.5 for RedHat 7.1/Python 1.5 users | Dan Blezek | 2001-12-11 | 1 | -0/+2 |
| | |||||
* | Make vars ADVANCED for WIN32 (same as Tcl) | Sebastien Barre | 2001-12-04 | 1 | -1/+8 |
| | |||||
* | PYTHON_DEBUG_LIBRARY is only used on Windows. | Berk Geveci | 2001-11-30 | 1 | -10/+10 |
| | |||||
* | Fynd Python debug lib in usual libs dir too | Sebastien Barre | 2001-11-28 | 1 | -0/+2 |
| | |||||
* | ENH: Added support for using backslash-style escaping in CMakeLists.txt file ↵ | Brad King | 2001-07-17 | 1 | -6/+6 |
| | | | | arguments. This allows double quotes to be used in arguments. | ||||
* | update include/lib path to Python (Linux) | Sebastien Barre | 2001-07-16 | 1 | -1/+5 |
| | |||||
* | NAMES syntax | Sebastien Barre | 2001-05-11 | 1 | -2/+4 |
| | |||||
* | minor fixes and new python module | Ken Martin | 2001-05-11 | 1 | -0/+33 |