summaryrefslogtreecommitdiffstats
path: root/Source/CursesDialog/form
Commit message (Expand)AuthorAgeFilesLines
* CursesDialog: use target_include_directories for cmFormDaniel Pfeifer2017-08-181-7/+10
* Use quotes for non-system includesDaniel Pfeifer2017-04-111-1/+1
* clang-format.bash: Use Git attributes to mark files for formattingBrad King2017-02-221-0/+1
* Simplify CMake per-source license noticesBrad King2016-09-272-23/+5
* ccmake: Fix recent compilation regression with GCC on SolarisBrad King2016-09-141-4/+0
* Fix spelling typos in comments and documentation (#16037)Felix Geyer2016-03-296-9/+9
* ccmake: Cleanup and simplify conditional blocks for HP-UXÅdne Hovda2014-11-184-19/+11
* ccmake: Use standard getmaxyx instead of non-standard getmax[xy]Ådne Hovda2014-11-183-22/+2
* ccmake: Remove incomplete support for cur_colr on old HP-UXÅdne Hovda2014-11-181-1/+1
* ccmake: Add missing initializers reported by cppcheckÖmer Fadıl USTA2013-07-151-1/+1
* Remove some uses of obsolete 'register' storage specifierSean McBride2013-06-281-1/+1
* Fix spelling and typos (non-binary)Andreas Mohr2013-05-072-4/+4
* Remove CMake-language block-end command argumentsKitware Robot2012-08-131-1/+1
* Convert CMake-language commands to lower caseKitware Robot2012-08-131-11/+11
* ccmake: Remove extra parens around comparisonBrad King2011-02-151-1/+1
* ccmake: Use LSB 4.0 getmaxyx conditionallyBrad King2011-01-052-2/+16
* ccmake: Use LSB 4.0 curses API conditionallyBrad King2011-01-041-5/+8
* ccmake: Port for LSB 4.0 (#11648)Craig Scott2011-01-032-6/+14
* Fix spelling errors reported by Lintian.Kai Wasserbäch2010-07-133-5/+5
* Convert CMake to OSI-approved BSD LicenseBrad King2009-09-282-14/+20
* COMP: make it build on NetBSD, which has separate curses and ncurses, soAlexander Neundorf2007-08-273-2/+42
* ENH: fix ia64 build with aCCBill Hoffman2006-06-271-13/+19
* ENH: add curses include directoryBill Hoffman2005-07-111-0/+1
* ENH: Removing stdio_core hack. A better work-around has been put in cmStanda...Brad King2005-04-262-11/+0
* BUG: Older SGI compilers still have internal/stdio_core.h but do not support ...Brad King2005-04-241-3/+4
* COMP: Using a new work-around for stdarg.h problem on SGI.Brad King2005-04-213-20/+10
* COMP: Attempt to fix problem with building on SGIAndy Cedilnik2005-04-191-154/+174
* BUG: fixes for hpBill Hoffman2003-03-111-3/+8
* ERR: Another attempt to remove warnings from missing prototypes.Brad King2002-10-231-1/+1
* ENH: Another attempt to fix OSF warnings. Also removed TABS.Brad King2002-10-161-731/+730
* BUG: add explicit clean up of the cachemanager at exit of programs, so dll de...Bill Hoffman2002-08-231-1/+5
* ERR: Removed most of the repeated curses declarations. The cause errors on o...Brad King2002-06-211-0/+3
* ERR: Added function declarations from curses.h. They are not present on some...Brad King2002-06-211-0/+15
* ERR: Fixed unused parameter warning.Brad King2002-06-191-0/+1
* ERR: Fixed compiler warnings when using strict ansi.Brad King2002-06-187-4/+17
* ERR: Attempt to fix warning on OSF about implicit declaration of winnstr.Brad King2002-06-181-0/+2
* BUG: Changed from SOURCE_FILES to SETAmitha Perera2002-04-221-3/+3
* This dir should not be covered (form distrib)Sebastien Barre2002-02-131-0/+1
* ERR: Corrected assertions of pointers to remove warnings.Brad King2002-01-254-16/+16
* no c++ comments in c code, duhhhhBill Hoffman2001-12-041-1/+1
* ENH: AIX seems to define lines and columns as macros, I undefed themBill Hoffman2001-12-041-0/+4
* ERR: Fixed compiler warning for gcc 3.0.Brad King2001-11-141-1/+2
* warningsBill Hoffman2001-11-131-4/+0
* Trying to fix curses.Berk Geveci2001-11-092-11/+22
* Trying to fix curses problems.Berk Geveci2001-11-082-2/+6
* Fixing problems with curses headers.Berk Geveci2001-11-082-0/+2
* Trying to fix curses problems.Berk Geveci2001-11-082-6/+4
* Oops.Berk Geveci2001-11-081-7/+0
* Changes to remove warnings and fix dependencies.Berk Geveci2001-11-083-1/+14
* Removed a function which used va_start (did not compile on Sun with gcc)Bill Hoffman2001-11-062-45/+0