summaryrefslogtreecommitdiffstats
path: root/Modules/FindTCL.cmake
Commit message (Collapse)AuthorAgeFilesLines
* ENH: Cleanup Find* modules with new HINTS featureBrad King2008-06-091-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 bugSebastien Barre2008-02-131-2/+0
|
* ENH: Update Tcl/Tk 8.5Sebastien Barre2008-01-261-2/+16
|
* ENH: update for Tcl/Tk 8.5Sebastien Barre2008-01-251-45/+60
|
* ENH: update for Tcl/Tk 8.5Sebastien Barre2008-01-251-2/+10
|
* ENH: update for Tcl/Tk 8.5Sebastien Barre2008-01-231-4/+8
|
* ENH: keep cleaning up Tcl/Tk modulesSebastien Barre2008-01-231-112/+30
|
* ENH: Tcl/Tk 8.6 alpha schedule for May 2008.Sebastien Barre2008-01-191-0/+15
|
* ENH: cleanup FindPerl and FindTcl (use ActiveState CurrentVersion, and ↵Sebastien Barre2008-01-181-15/+15
| | | | support Tcl/Tk 8.5)
* ENH: cleanup FindPerl and FindTcl (use ActiveState CurrentVersion, and ↵Sebastien Barre2008-01-181-3/+3
| | | | support Tcl/Tk 8.5)
* ENH: cleanup FindPerl and FindTcl (use ActiveState CurrentVersion, and ↵Sebastien Barre2008-01-181-16/+83
| | | | support Tcl/Tk 8.5)
* ENH: add second failure message parameter toAlexander Neundorf2007-07-231-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_FOUNDAlexander Neundorf2007-07-191-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 theAlexander Neundorf2007-07-191-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 FindXXXAlexander Neundorf2007-07-181-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 unixBill Hoffman2006-10-041-12/+10
|
* ENH: fix a bug in the find path stuff so that it can find headers deep in ↵Bill Hoffman2006-03-091-20/+0
| | | | frameworks
* ENH: use program files env for searchingBill Hoffman2006-02-281-0/+2
|
* ENH: cleanupsKen Martin2005-12-151-13/+13
|
* ENH: add documentation support for modulesBill Hoffman2005-12-141-13/+11
|
* ENH: Removing extra 64-bit search paths. They are now constructed ↵Brad King2005-04-071-1/+0
| | | | automatically from the paths listed.
* ENH: Adding support for 64-bit library paths. Contributed by Peter Vanroose.Brad King2005-04-071-0/+1
|
* ENH: Cleanup. Use relative path to modulesAndy Cedilnik2004-08-271-3/+3
|
* ENH: Add TCL_FOUNDAndy Cedilnik2004-04-261-0/+10
|
* ENH: make it a bit smarter at finding stuff: now you need only to set *ONE* ↵Sebastien Barre2004-01-091-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 King2003-12-291-39/+45
|
* FIX: for Windows users, it seems logical to favor native win32 installation ↵Sebastien Barre2003-10-161-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 King2002-12-201-0/+3
|
* ENH: Use the Mac -framework for Tcl if it is available.Brad King2002-12-201-0/+34
|
* ENH: make stub stuff ADVANCEDSebastien Barre2002-09-061-4/+6
|
* FIX: fix commit messup (this change was committed to the branch instead of ↵Sebastien Barre2002-08-091-2/+2
| | | | the main tree, thus was wiped-out later)
* ENH: change the search path order (if several Tcl/Tk are installed, the ↵Sebastien Barre2002-07-291-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 libsSebastien Barre2002-07-261-69/+56
|
* FIX: the stub libs were not searchedSebastien Barre2002-07-251-0/+34
|
* More places to find TCL/TK for example on DebianAndy Cedilnik2002-04-031-0/+4
|
* ENH: ADVANCED was not propagated to the new sub-modsSebastien Barre2001-12-201-2/+0
|
* default ActiveState Tcl install dir is now C:/TclSebastien Barre2001-12-191-0/+5
|
* now broken into piecesKen Martin2001-12-061-18/+2
|
* ENH: add more possible names for executables.Amitha Perera2001-12-051-2/+2
|
* Make shells also ADVANCEDSebastien Barre2001-12-041-0/+4
|
* Unix users are smarter.Berk Geveci2001-11-301-6/+7
|
* made some vars advancedKen Martin2001-11-271-0/+8
|
* TK_INTERNAL_PATH is only needed on Windows.Berk Geveci2001-11-261-11/+13
|
* move cygtclsh80 to the end of list, otherwise it might be found while the ↵Sebastien Barre2001-09-141-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 cygwinBill Hoffman2001-08-281-1/+12
|
* ENH: Added tk library names tk8.4 tk8.3 tk8.2 and tk8.0 to correspond to ↵Brad King2001-08-011-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 King2001-07-171-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 King2001-06-111-1/+1
| | | | when finding the TCL_LIBRARY.
* Try to find tclsh or wish and use that path to find the include or lib ↵Sebastien Barre2001-05-251-0/+35
| | | | directory. TK_INTERNAL_PATH is searched too (path to tkWinInt.h)
* Changed separator between registry key and its value.Sebastien Barre2001-05-141-16/+16
|