summaryrefslogtreecommitdiff
path: root/Modules/FindCurses.cmake
Commit message (Expand)AuthorAgeFilesLines
* FindCurses: Do not assume ncurses is installed on CYGWINBrad King2021-04-261-1/+1
* Help: Add `.. versionadded` directives to module docsNikita Nemkin2020-12-021-2/+6
* FindCurses: Detect and satisfy dependency on tinfo for nodelayPaymon MARANDI2020-06-151-1/+3
* FindCurses: only mark CURSES_EXTRA_LIBRARY when it is usedBen Boeckel2020-01-201-1/+4
* FindCurses: use formw when wide support is requestednick black2019-10-281-3/+5
* FindCurses: use tinfow when wide support is requestedManuel Herrmann2019-10-151-2/+4
* FindCurses: toplevel ncursesw support, recover cflagsnick black2019-09-271-4/+12
* Modules: Consistently use 2 space indentationKitware Robot2019-05-141-1/+1
* Help: Convert remaining modules to block-style commentsKitware Robot2018-10-221-40/+41
* FindCurses: Add option for ncursesw detectionAlexandr (Sagrer) Gridnev2017-08-221-30/+81
* FindCurses: mark CURSES_FORM_LIBRARY as advancedDaniel Pfeifer2017-06-171-0/+1
* Find*.cmake: drop the comments before including FPHSARolf Eike Beer2016-11-281-2/+0
* Simplify CMake per-source license noticesBrad King2016-09-271-13/+3
* FindCurses: Drop unused check for cbreak in tinfo libraryBrad King2015-02-201-2/+0
* Merge topic 'FindCurses-no-cur_colr'Brad King2014-11-181-5/+0
|\
| * FindCurses: Drop search for deprecated HP-UX cur_colr libraryÅdne Hovda2014-11-171-5/+0
* | FindCurses: Include CheckLibraryExists before using it (#15220)Brad King2014-10-281-1/+2
|/
* FindCurses: Overhaul Curses and NCurses search logic (#15011)Brad King2014-07-141-79/+98
* FindCurses: Remove blank line at end of fileBrad King2014-07-141-1/+0
* Merge topic 'ncurses-tinfo'Brad King2014-05-081-3/+15
|\
| * FindCurses: Detect and satisfy ncurses dependency on tinfoMark Wright2014-05-061-2/+14
| * FindCurses: Honor CURSES_NEED_NCURSES when curses is foundMark Wright2014-05-061-1/+1
* | Find*: Make find_package(.. QUIET) affect Check* modules.Clinton Stimpson2014-03-291-0/+4
|/
* Convert builtin help to reStructuredText source filesKitware Robot2013-10-151-11/+21
* Find* (and some other): use ${CMAKE_CURRENT_LIST_DIR} in include()Rolf Eike Beer2012-11-041-1/+1
* Remove CMake-language block-end command argumentsKitware Robot2012-08-131-12/+12
* Convert CMake-language commands to lower caseKitware Robot2012-08-131-67/+67
* Remove trailing whitespace from most CMake and C/C++ codeKitware Robot2012-08-131-14/+14
* Modules: Include builtin FindPackageHandleStandardArgs directlyBrad King2011-01-201-1/+1
* Remove usage of CMAKE_CURRENT_LIST_DIR now that we have CMP0017Alex Neundorf2011-01-041-1/+1
* Use absolute path to FindPackageHandleStandardArgs.cmake everywhereAlex Neundorf2010-09-281-1/+1
* Modules: Fix spelling 'To distributed' -> 'To distribute'Todd Gamblin2010-08-091-1/+1
* Fix FindCurses.cmake for new cygwin releases.Bill Hoffman2010-05-041-0/+9
* Convert CMake find-modules to BSD LicenseBrad King2009-09-281-0/+13
* ENH: fix curses on haikuBill Hoffman2008-12-031-6/+16
* ENH: try to make this work if ncurses lib is found bug not the ncurses headerBill Hoffman2008-09-181-14/+32
* ENH: Cleanup Find* modules with new HINTS featureBrad King2008-06-091-6/+4
* BUG: fix #6993Alexander Neundorf2008-05-101-19/+24
* BUG: remove typoBill Hoffman2008-04-301-1/+1
* BUG: fix for 6918 ncurses should work without cursesBill Hoffman2008-04-301-1/+5
* ENH: make this backwards compatible with older FindCursesBill Hoffman2008-03-281-2/+1
* ENH: make this backwards compatible with older FindCursesBill Hoffman2008-03-281-10/+10
* COMP: make it build on NetBSD, which has separate curses and ncurses, soAlexander Neundorf2007-08-271-3/+16
* COMP: ccmake requires ncurses, according to Berk and since it doesn't buildAlexander Neundorf2007-08-151-6/+73
* ENH: add second failure message parameter toAlexander Neundorf2007-07-231-1/+1
* ENH: use the new FIND_PACKAGE_HANDLE_STANDARD_ARGS() macro in most of theAlexander Neundorf2007-07-191-29/+13
* ENH: add documentation support for modulesBill Hoffman2005-12-141-2/+1
* ENH: clean up some stuffBill Hoffman2005-09-081-8/+45
* FIX: fix for bug 1438Bill Hoffman2005-02-171-1/+1
* ENH: Added /lib to curses search path.Brad King2001-12-121-3/+3