Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix typos identified using codespell | Jean-Christophe Fillion-Robin | 2020-07-22 | 1 | -2/+2 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | See https://github.com/codespell-project/codespell#readme The following command was used: ``` codespell -q6 --skip="\ .git,\ *.json,\ ./Copyright.txt,\ ./Help/command/foreach.rst,\ ./Help/prop_test/REQUIRED_FILES.rst,\ ./Help/variable/CTEST_COVERAGE_COMMAND.rst,\ ./Modules/CMakeCheckCompilerFlagCommonPatterns.cmake,\ ./Modules/CMakeRCInformation.cmake,\ ./Modules/Internal/CPack/NSIS.template.in,\ ./Modules/FindMatlab.cmake,\ ./Modules/MatlabTestsRedirect.cmake,\ ./Modules/Platform/Windows-Clang.cmake,\ ./Modules/Platform/Windows-Intel-Fortran.cmake,\ ./Modules/Platform/Windows-MSVC.cmake,\ ./Source/CMakeVersion.cmake,\ ./Source/cmConvertMSBuildXMLToJSON.py,\ ./Source/cmCreateTestSourceList.cxx,\ ./Source/cmGlobalVisualStudio10Generator.cxx,\ ./Source/cmExportBuildFileGenerator.cxx,\ ./Source/cmExportInstallAndroidMKGenerator.cxx,\ ./Source/cmExportInstallFileGenerator.cxx,\ ./Source/cmExportSet.cxx,\ ./Source/cmExportTryCompileFileGenerator.cxx,\ ./Source/cmFindPackageCommand.cxx,\ ./Source/cmInstallCommand.cxx,\ ./Source/cmGeneratorExpressionLexer.cxx,\ ./Source/cmLocalVisualStudio7Generator.cxx,\ ./Source/cmOrderDirectories.cxx,\ ./Source/cmTarget.cxx,\ ./Source/kwsys/*,\ ./Source/QtDialog/CMakeSetupDialog.ui,\ ./Source/CPack/WiX/cmWIXRichTextFormatWriter.cxx,\ ./Source/CTest/cmParseCoberturaCoverage.h,\ ./Tests/CMakeTests/ImplicitLinkInfoTest.cmake.in,\ ./Tests/RunCMake/CPack/tests/DMG_SLA/English.license.rtf,\ ./Tests/RunCMake/CPack/tests/DMG_SLA/German.license.txt,\ ./Tests/RunCMake/CPack/tests/DMG_SLA/German.menu.txt,\ ./Tests/RunCMake/GoogleTest/xml_output.cpp,\ ./Tests/RunCMake/Make/TargetMessages*,\ ./Utilities/*,\ " \ -L "\ dependees,\ endwhile,\ fo,\ filetest,\ helpfull,\ nd,\ objext,\ stoll,\ supercedes,\ superceded,\ vas,\ varn,\ " ``` | ||||
* | Fix spelling typos in comments and documentation (#16037) | Felix Geyer | 2016-03-29 | 1 | -2/+2 |
| | | | | | The Debian package checker tool (lintian) detected several typos in CMake. | ||||
* | ccmake: Cleanup and simplify conditional blocks for HP-UX | Ådne Hovda | 2014-11-18 | 1 | -6/+0 |
| | |||||
* | ccmake: Use standard getmaxyx instead of non-standard getmax[xy] | Ådne Hovda | 2014-11-18 | 1 | -11/+2 |
| | | | | | Swap out getmax[xy]() calls for single call to getmaxyx(), to support strict X/Open conformant curses implementations, e.g. HP-UX Xcurses. | ||||
* | Fix spelling and typos (non-binary) | Andreas Mohr | 2013-05-07 | 1 | -3/+3 |
| | |||||
* | ccmake: Remove extra parens around comparison | Brad King | 2011-02-15 | 1 | -1/+1 |
| | | | | | | | | | | The Clang compiler warns about extra parenthesis in the code if ((form->curpage == field->page)) ~ ^ ~ because the idiom is commonly used when an assignment is intended instead of a comparison. Remove the extra enclosing layer. | ||||
* | ccmake: Use LSB 4.0 getmaxyx conditionally | Brad King | 2011-01-05 | 1 | -2/+11 |
| | | | | | Use of 'getmaxyx' works on LSB but does not seem portable to other curses versions. | ||||
* | ccmake: Use LSB 4.0 curses API conditionally | Brad King | 2011-01-04 | 1 | -5/+8 |
| | | | | | Use of 'attr_t' and 'wattr_get' works on LSB but does not seem portable to other curses versions. | ||||
* | ccmake: Port for LSB 4.0 (#11648) | Craig Scott | 2011-01-03 | 1 | -5/+11 |
| | | | | Use getmaxyx instead of getmax[xy]. Avoid using getattrs. | ||||
* | ERR: Another attempt to remove warnings from missing prototypes. | Brad King | 2002-10-23 | 1 | -1/+1 |
| | |||||
* | ENH: Another attempt to fix OSF warnings. Also removed TABS. | Brad King | 2002-10-16 | 1 | -731/+730 |
| | |||||
* | ERR: Removed most of the repeated curses declarations. The cause errors on ↵ | Brad King | 2002-06-21 | 1 | -0/+3 |
| | | | | other platforms. Grrrr.. | ||||
* | ERR: Added function declarations from curses.h. They are not present on ↵ | Brad King | 2002-06-21 | 1 | -0/+15 |
| | | | | some platforms. Fixes warnings about implicit declarations. | ||||
* | ERR: Fixed compiler warnings when using strict ansi. | Brad King | 2002-06-18 | 1 | -1/+1 |
| | |||||
* | ERR: Corrected assertions of pointers to remove warnings. | Brad King | 2002-01-25 | 1 | -9/+9 |
| | |||||
* | no c++ comments in c code, duhhhh | Bill Hoffman | 2001-12-04 | 1 | -1/+1 |
| | |||||
* | ENH: AIX seems to define lines and columns as macros, I undefed them | Bill Hoffman | 2001-12-04 | 1 | -0/+4 |
| | |||||
* | ERR: Fixed compiler warning for gcc 3.0. | Brad King | 2001-11-14 | 1 | -1/+2 |
| | |||||
* | Trying to fix curses. | Berk Geveci | 2001-11-09 | 1 | -6/+16 |
| | |||||
* | Trying to fix curses problems. | Berk Geveci | 2001-11-08 | 1 | -1/+3 |
| | |||||
* | Fixing problems with curses headers. | Berk Geveci | 2001-11-08 | 1 | -0/+1 |
| | |||||
* | Trying to fix curses problems. | Berk Geveci | 2001-11-08 | 1 | -3/+2 |
| | |||||
* | HPUX support. | Berk Geveci | 2001-11-05 | 1 | -0/+3 |
| | |||||
* | Adding form library. | Berk Geveci | 2001-11-05 | 1 | -0/+3843 |