Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | ENH: Cleanup Find* modules with new HINTS feature | Brad King | 2008-06-09 | 1 | -12/+2 |
| | | | | | | | | | | - The find_* commands now provide a HINTS option. - The option specifies paths to be preferred over the system paths. - Many Find* modules were using two find calls with NO_DEFAULT_PATH to approximate the behavior, but that blocked users from overriding things with CMAKE_PREFIX_PATH. - This commit uses the HINTS feature to get desired behavior in only one find command call. | ||||
* | ENH: fix advanced bug | Sebastien Barre | 2008-02-13 | 1 | -2/+0 |
| | |||||
* | ENH: Update Tcl/Tk 8.5 | Sebastien Barre | 2008-01-26 | 1 | -2/+16 |
| | |||||
* | ENH: update for Tcl/Tk 8.5 | Sebastien Barre | 2008-01-25 | 1 | -45/+60 |
| | |||||
* | ENH: update for Tcl/Tk 8.5 | Sebastien Barre | 2008-01-25 | 1 | -2/+10 |
| | |||||
* | ENH: update for Tcl/Tk 8.5 | Sebastien Barre | 2008-01-23 | 1 | -4/+8 |
| | |||||
* | ENH: keep cleaning up Tcl/Tk modules | Sebastien Barre | 2008-01-23 | 1 | -112/+30 |
| | |||||
* | ENH: Tcl/Tk 8.6 alpha schedule for May 2008. | Sebastien Barre | 2008-01-19 | 1 | -0/+15 |
| | |||||
* | ENH: cleanup FindPerl and FindTcl (use ActiveState CurrentVersion, and ↵ | Sebastien Barre | 2008-01-18 | 1 | -15/+15 |
| | | | | support Tcl/Tk 8.5) | ||||
* | ENH: cleanup FindPerl and FindTcl (use ActiveState CurrentVersion, and ↵ | Sebastien Barre | 2008-01-18 | 1 | -3/+3 |
| | | | | support Tcl/Tk 8.5) | ||||
* | ENH: cleanup FindPerl and FindTcl (use ActiveState CurrentVersion, and ↵ | Sebastien Barre | 2008-01-18 | 1 | -16/+83 |
| | | | | support Tcl/Tk 8.5) | ||||
* | ENH: add second failure message parameter to | Alexander Neundorf | 2007-07-23 | 1 | -3/+3 |
| | | | | | | | | 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 | ||||
* | ENH: add TK_FOUND and TCLTK_FOUND | Alexander Neundorf | 2007-07-19 | 1 | -10/+17 |
| | | | | | | | TCL_FOUND is now TRUE if Tcl was found, before it was only TRUE if Tcl and Tk were found Alex | ||||
* | ENH: use the new FIND_PACKAGE_HANDLE_STANDARD_ARGS() macro in most of the | Alexander Neundorf | 2007-07-19 | 1 | -0/+2 |
| | | | | | | | not-too-complicated modules -remove unnecessary default search paths used in the FIND_XXX() calls Alex | ||||
* | ENH: use the new FIND_PACKAGE_HANDLE_STANDARD_ARGS in some of the FindXXX | Alexander Neundorf | 2007-07-18 | 1 | -2/+0 |
| | | | | | | | modules, remove some of the extra search paths which are also searched by default Alex | ||||
* | BUG: fix for bug# 3313 same advanced for tcl win and unix | Bill Hoffman | 2006-10-04 | 1 | -12/+10 |
| | |||||
* | ENH: fix a bug in the find path stuff so that it can find headers deep in ↵ | Bill Hoffman | 2006-03-09 | 1 | -20/+0 |
| | | | | frameworks | ||||
* | ENH: use program files env for searching | Bill Hoffman | 2006-02-28 | 1 | -0/+2 |
| | |||||
* | ENH: cleanups | Ken Martin | 2005-12-15 | 1 | -13/+13 |
| | |||||
* | ENH: add documentation support for modules | Bill Hoffman | 2005-12-14 | 1 | -13/+11 |
| | |||||
* | ENH: Removing extra 64-bit search paths. They are now constructed ↵ | Brad King | 2005-04-07 | 1 | -1/+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/+1 |
| | |||||
* | ENH: Cleanup. Use relative path to modules | Andy Cedilnik | 2004-08-27 | 1 | -3/+3 |
| | |||||
* | ENH: Add TCL_FOUND | Andy Cedilnik | 2004-04-26 | 1 | -0/+10 |
| | |||||
* | ENH: make it a bit smarter at finding stuff: now you need only to set *ONE* ↵ | Sebastien Barre | 2004-01-09 | 1 | -3/+9 |
| | | | | of (TCL|TK)_INCLUDE_PATH, (TCL|TK)_LIBRARY, TCL_TCLSH and the rest will be found. | ||||
* | BUG#423: Fixed search for frameworks on OSX. | Brad King | 2003-12-29 | 1 | -39/+45 |
| | |||||
* | FIX: for Windows users, it seems logical to favor native win32 installation ↵ | Sebastien Barre | 2003-10-16 | 1 | -8/+8 |
| | | | | before Cygwin ones. Otherwise you can end up with bad mixes (part of the java tools were picked from the SDK, part from Cygwin) | ||||
* | ENH: Use the Mac -framework for Tk if it is available. | Brad King | 2002-12-20 | 1 | -0/+3 |
| | |||||
* | ENH: Use the Mac -framework for Tcl if it is available. | Brad King | 2002-12-20 | 1 | -0/+34 |
| | |||||
* | ENH: make stub stuff ADVANCED | Sebastien Barre | 2002-09-06 | 1 | -4/+6 |
| | |||||
* | FIX: fix commit messup (this change was committed to the branch instead of ↵ | Sebastien Barre | 2002-08-09 | 1 | -2/+2 |
| | | | | the main tree, thus was wiped-out later) | ||||
* | ENH: change the search path order (if several Tcl/Tk are installed, the ↵ | Sebastien Barre | 2002-07-29 | 1 | -2/+2 |
| | | | | "current" version is likely to be the one that is bound to the wish/tclsh found in the PATH) | ||||
* | ENH: clean the module, add debug libs | Sebastien Barre | 2002-07-26 | 1 | -69/+56 |
| | |||||
* | FIX: the stub libs were not searched | Sebastien Barre | 2002-07-25 | 1 | -0/+34 |
| | |||||
* | More places to find TCL/TK for example on Debian | Andy Cedilnik | 2002-04-03 | 1 | -0/+4 |
| | |||||
* | ENH: ADVANCED was not propagated to the new sub-mods | Sebastien Barre | 2001-12-20 | 1 | -2/+0 |
| | |||||
* | default ActiveState Tcl install dir is now C:/Tcl | Sebastien Barre | 2001-12-19 | 1 | -0/+5 |
| | |||||
* | now broken into pieces | Ken Martin | 2001-12-06 | 1 | -18/+2 |
| | |||||
* | ENH: add more possible names for executables. | Amitha Perera | 2001-12-05 | 1 | -2/+2 |
| | |||||
* | Make shells also ADVANCED | Sebastien Barre | 2001-12-04 | 1 | -0/+4 |
| | |||||
* | Unix users are smarter. | Berk Geveci | 2001-11-30 | 1 | -6/+7 |
| | |||||
* | made some vars advanced | Ken Martin | 2001-11-27 | 1 | -0/+8 |
| | |||||
* | TK_INTERNAL_PATH is only needed on Windows. | Berk Geveci | 2001-11-26 | 1 | -11/+13 |
| | |||||
* | move cygtclsh80 to the end of list, otherwise it might be found while the ↵ | Sebastien Barre | 2001-09-14 | 1 | -1/+1 |
| | | | | non-cygwin wish8x.exe will be found too. If wish8x.exe is found, then the non-cygwin tclsh8x.exe must be found too. | ||||
* | ENH: support for cygwin | Bill Hoffman | 2001-08-28 | 1 | -1/+12 |
| | |||||
* | ENH: Added tk library names tk8.4 tk8.3 tk8.2 and tk8.0 to correspond to ↵ | Brad King | 2001-08-01 | 1 | -1/+1 |
| | | | | tk84 tk83 tk82 and tk80. TK_LIBRARY should now be found on more platforms. | ||||
* | ENH: Added support for using backslash-style escaping in CMakeLists.txt file ↵ | Brad King | 2001-07-17 | 1 | -20/+20 |
| | | | | arguments. This allows double quotes to be used in arguments. | ||||
* | ENH: Added check for tcl8.4 (as against tcl84), tcl8.3, tcl8.2, and tcl8.0 ↵ | Brad King | 2001-06-11 | 1 | -1/+1 |
| | | | | when finding the TCL_LIBRARY. | ||||
* | Try to find tclsh or wish and use that path to find the include or lib ↵ | Sebastien Barre | 2001-05-25 | 1 | -0/+35 |
| | | | | directory. TK_INTERNAL_PATH is searched too (path to tkWinInt.h) | ||||
* | Changed separator between registry key and its value. | Sebastien Barre | 2001-05-14 | 1 | -16/+16 |
| |