summaryrefslogtreecommitdiffstats
path: root/Source/CursesDialog/CMakeLists.txt
Commit message (Collapse)AuthorAgeFilesLines
* Convert CMake-language commands to lower caseKitware Robot2012-08-131-7/+7
| | | | | | | | | | | | | | | | | Ancient CMake versions required upper-case commands. Later command names became case-insensitive. Now the preferred style is lower-case. Run the following shell code: cmake --help-command-list | grep -v "cmake version" | while read c; do echo 's/\b'"$(echo $c | tr '[:lower:]' '[:upper:]')"'\(\s*\)(/'"$c"'\1(/g' done >convert.sed && git ls-files -z -- bootstrap '*.cmake' '*.cmake.in' '*CMakeLists.txt' | egrep -z -v '^(Utilities/cm|Source/kwsys/)' | xargs -0 sed -i -f convert.sed && rm convert.sed
* Convert CMake to OSI-approved BSD LicenseBrad King2009-09-281-0/+11
| | | | | | | This converts the CMake license to a pure 3-clause OSI-approved BSD License. We drop the previous license clause requiring modified versions to be plainly marked. We also update the CMake copyright to cover the full development time range.
* ENH: Simplify code by removing unnecessary LINK_DIRECTORIES call.Brad King2008-01-231-1/+0
|
* COMP: make it build on NetBSD, which has separate curses and ncurses, soAlexander Neundorf2007-08-271-4/+3
| | | | | | | it has to be detected that curses isn't good enough, but ncurses is, and that ncurses.h instead of curses.h is included Alex
* BUG: add explicit clean up of the cachemanager at exit of programs, so dll ↵Bill Hoffman2002-08-231-4/+0
| | | | destruction is not a problem.
* added libKen Martin2002-08-221-0/+1
|
* BUG: Changed from SOURCE_FILES to SETAmitha Perera2002-04-221-3/+3
|
* ENH: use target link libraries and add the link directory for cmformBill Hoffman2002-02-051-5/+6
|
* try to get this working for dec cxx default compiler optionsBill Hoffman2002-01-311-12/+12
|
* Improvements to the curses interface.Berk Geveci2001-11-291-0/+1
|
* fixes to curses stuffKen Martin2001-11-131-1/+3
|
* Renaming ccurses to ccmake.Berk Geveci2001-11-091-2/+2
|
* Trying to fix curses.Berk Geveci2001-11-091-1/+0
|
* Changes to remove warnings and fix dependencies.Berk Geveci2001-11-081-1/+2
|
* HPUX support.Berk Geveci2001-11-051-0/+5
|
* Fixing problems on Sun (name collusions between STL and curses) and ↵Berk Geveci2001-11-051-1/+5
| | | | disabling curses temporarily.
* Adding curses support.Berk Geveci2001-11-041-0/+18