| Commit message (Expand) | Author | Age | Files | Lines |
* | FindCurses: Do not assume ncurses is installed on CYGWIN | Brad King | 2021-04-26 | 1 | -1/+1 |
|
|
* | Help: Add `.. versionadded` directives to module docs | Nikita Nemkin | 2020-12-02 | 1 | -2/+6 |
|
|
* | FindCurses: Detect and satisfy dependency on tinfo for nodelay | Paymon MARANDI | 2020-06-15 | 1 | -1/+3 |
|
|
* | FindCurses: only mark CURSES_EXTRA_LIBRARY when it is used | Ben Boeckel | 2020-01-20 | 1 | -1/+4 |
|
|
* | FindCurses: use formw when wide support is requested | nick black | 2019-10-28 | 1 | -3/+5 |
|
|
* | FindCurses: use tinfow when wide support is requested | Manuel Herrmann | 2019-10-15 | 1 | -2/+4 |
|
|
* | FindCurses: toplevel ncursesw support, recover cflags | nick black | 2019-09-28 | 1 | -4/+12 |
|
|
* | Modules: Consistently use 2 space indentation | Kitware Robot | 2019-05-14 | 1 | -1/+1 |
|
|
* | Help: Convert remaining modules to block-style comments | Kitware Robot | 2018-10-22 | 1 | -40/+41 |
|
|
* | FindCurses: Add option for ncursesw detection | Alexandr (Sagrer) Gridnev | 2017-08-22 | 1 | -30/+81 |
|
|
* | FindCurses: mark CURSES_FORM_LIBRARY as advanced | Daniel Pfeifer | 2017-06-17 | 1 | -0/+1 |
|
|
* | Find*.cmake: drop the comments before including FPHSA | Rolf Eike Beer | 2016-11-28 | 1 | -2/+0 |
|
|
* | Simplify CMake per-source license notices | Brad King | 2016-09-27 | 1 | -13/+3 |
|
|
* | FindCurses: Drop unused check for cbreak in tinfo library | Brad King | 2015-02-20 | 1 | -2/+0 |
|
|
* | Merge topic 'FindCurses-no-cur_colr' | Brad King | 2014-11-18 | 1 | -5/+0 |
|\ |
|
| * | FindCurses: Drop search for deprecated HP-UX cur_colr library | Ådne Hovda | 2014-11-17 | 1 | -5/+0 |
|
|
* | | FindCurses: Include CheckLibraryExists before using it (#15220) | Brad King | 2014-10-28 | 1 | -1/+2 |
|/ |
|
* | FindCurses: Overhaul Curses and NCurses search logic (#15011) | Brad King | 2014-07-14 | 1 | -79/+98 |
|
|
* | FindCurses: Remove blank line at end of file | Brad King | 2014-07-14 | 1 | -1/+0 |
|
|
* | Merge topic 'ncurses-tinfo' | Brad King | 2014-05-08 | 1 | -3/+15 |
|\ |
|
| * | FindCurses: Detect and satisfy ncurses dependency on tinfo | Mark Wright | 2014-05-06 | 1 | -2/+14 |
|
|
| * | FindCurses: Honor CURSES_NEED_NCURSES when curses is found | Mark Wright | 2014-05-06 | 1 | -1/+1 |
|
|
* | | Find*: Make find_package(.. QUIET) affect Check* modules. | Clinton Stimpson | 2014-03-30 | 1 | -0/+4 |
|/ |
|
* | Convert builtin help to reStructuredText source files | Kitware Robot | 2013-10-15 | 1 | -11/+21 |
|
|
* | Find* (and some other): use ${CMAKE_CURRENT_LIST_DIR} in include() | Rolf Eike Beer | 2012-11-04 | 1 | -1/+1 |
|
|
* | Remove CMake-language block-end command arguments | Kitware Robot | 2012-08-13 | 1 | -12/+12 |
|
|
* | Convert CMake-language commands to lower case | Kitware Robot | 2012-08-13 | 1 | -67/+67 |
|
|
* | Remove trailing whitespace from most CMake and C/C++ code | Kitware Robot | 2012-08-13 | 1 | -14/+14 |
|
|
* | Modules: Include builtin FindPackageHandleStandardArgs directly | Brad King | 2011-01-20 | 1 | -1/+1 |
|
|
* | Remove usage of CMAKE_CURRENT_LIST_DIR now that we have CMP0017 | Alex Neundorf | 2011-01-04 | 1 | -1/+1 |
|
|
* | Use absolute path to FindPackageHandleStandardArgs.cmake everywhere | Alex Neundorf | 2010-09-28 | 1 | -1/+1 |
|
|
* | Modules: Fix spelling 'To distributed' -> 'To distribute' | Todd Gamblin | 2010-08-09 | 1 | -1/+1 |
|
|
* | Fix FindCurses.cmake for new cygwin releases. | Bill Hoffman | 2010-05-04 | 1 | -0/+9 |
|
|
* | Convert CMake find-modules to BSD License | Brad King | 2009-09-28 | 1 | -0/+13 |
|
|
* | ENH: fix curses on haiku | Bill Hoffman | 2008-12-03 | 1 | -6/+16 |
|
|
* | ENH: try to make this work if ncurses lib is found bug not the ncurses header | Bill Hoffman | 2008-09-18 | 1 | -14/+32 |
|
|
* | ENH: Cleanup Find* modules with new HINTS feature | Brad King | 2008-06-09 | 1 | -6/+4 |
|
|
* | BUG: fix #6993 | Alexander Neundorf | 2008-05-10 | 1 | -19/+24 |
|
|
* | BUG: remove typo | Bill Hoffman | 2008-04-30 | 1 | -1/+1 |
|
|
* | BUG: fix for 6918 ncurses should work without curses | Bill Hoffman | 2008-04-30 | 1 | -1/+5 |
|
|
* | ENH: make this backwards compatible with older FindCurses | Bill Hoffman | 2008-03-28 | 1 | -2/+1 |
|
|
* | ENH: make this backwards compatible with older FindCurses | Bill Hoffman | 2008-03-28 | 1 | -10/+10 |
|
|
* | COMP: make it build on NetBSD, which has separate curses and ncurses, so | Alexander Neundorf | 2007-08-27 | 1 | -3/+16 |
|
|
* | COMP: ccmake requires ncurses, according to Berk and since it doesn't build | Alexander Neundorf | 2007-08-15 | 1 | -6/+73 |
|
|
* | ENH: add second failure message parameter to | Alexander Neundorf | 2007-07-23 | 1 | -1/+1 |
|
|
* | ENH: use the new FIND_PACKAGE_HANDLE_STANDARD_ARGS() macro in most of the | Alexander Neundorf | 2007-07-19 | 1 | -29/+13 |
|
|
* | ENH: add documentation support for modules | Bill Hoffman | 2005-12-14 | 1 | -2/+1 |
|
|
* | ENH: clean up some stuff | Bill Hoffman | 2005-09-08 | 1 | -8/+45 |
|
|
* | FIX: fix for bug 1438 | Bill Hoffman | 2005-02-17 | 1 | -1/+1 |
|
|
* | ENH: Added /lib to curses search path. | Brad King | 2001-12-12 | 1 | -3/+3 |
|
|