Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Convert CMake-language commands to lower case | Kitware Robot | 2012-08-13 | 1 | -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 License | Brad King | 2009-09-28 | 1 | -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 King | 2008-01-23 | 1 | -1/+0 |
| | |||||
* | COMP: make it build on NetBSD, which has separate curses and ncurses, so | Alexander Neundorf | 2007-08-27 | 1 | -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 Hoffman | 2002-08-23 | 1 | -4/+0 |
| | | | | destruction is not a problem. | ||||
* | added lib | Ken Martin | 2002-08-22 | 1 | -0/+1 |
| | |||||
* | BUG: Changed from SOURCE_FILES to SET | Amitha Perera | 2002-04-22 | 1 | -3/+3 |
| | |||||
* | ENH: use target link libraries and add the link directory for cmform | Bill Hoffman | 2002-02-05 | 1 | -5/+6 |
| | |||||
* | try to get this working for dec cxx default compiler options | Bill Hoffman | 2002-01-31 | 1 | -12/+12 |
| | |||||
* | Improvements to the curses interface. | Berk Geveci | 2001-11-29 | 1 | -0/+1 |
| | |||||
* | fixes to curses stuff | Ken Martin | 2001-11-13 | 1 | -1/+3 |
| | |||||
* | Renaming ccurses to ccmake. | Berk Geveci | 2001-11-09 | 1 | -2/+2 |
| | |||||
* | Trying to fix curses. | Berk Geveci | 2001-11-09 | 1 | -1/+0 |
| | |||||
* | Changes to remove warnings and fix dependencies. | Berk Geveci | 2001-11-08 | 1 | -1/+2 |
| | |||||
* | HPUX support. | Berk Geveci | 2001-11-05 | 1 | -0/+5 |
| | |||||
* | Fixing problems on Sun (name collusions between STL and curses) and ↵ | Berk Geveci | 2001-11-05 | 1 | -1/+5 |
| | | | | disabling curses temporarily. | ||||
* | Adding curses support. | Berk Geveci | 2001-11-04 | 1 | -0/+18 |