Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Remove trailing whitespace from most CMake and C/C++ code | Kitware Robot | 2012-08-13 | 1 | -5/+5 |
| | | | | | | | | | | | | | | | | | Our Git commit hooks disallow modification or addition of lines with trailing whitespace. Wipe out all remnants of trailing whitespace everywhere except third-party code. Run the following shell code: git ls-files -z -- \ bootstrap doxygen.config '*.readme' \ '*.c' '*.cmake' '*.cpp' '*.cxx' \ '*.el' '*.f' '*.f90' '*.h' '*.in' '*.in.l' '*.java' \ '*.mm' '*.pike' '*.py' '*.txt' '*.vim' | egrep -z -v '^(Utilities/cm|Source/(kwsys|CursesDialog/form)/)' | egrep -z -v '^(Modules/CPack\..*\.in)' | xargs -0 sed -i 's/ \+$//' | ||||
* | Modules: Fix spelling 'To distributed' -> 'To distribute' | Todd Gamblin | 2010-08-09 | 1 | -1/+1 |
| | |||||
* | Convert CMake find-modules to BSD License | Brad King | 2009-09-28 | 1 | -0/+13 |
| | | | | | | | This adds copyright/license notification blocks CMake's find-modules. Many of the modules had no notices at all. Some had notices referring to the BSD license already. This commit normalizes existing notices and adds missing notices. | ||||
* | ENH: use the new FIND_PACKAGE_HANDLE_STANDARD_ARGS() macro in most of the | Alexander Neundorf | 2007-07-19 | 1 | -75/+41 |
| | | | | | | | not-too-complicated modules -remove unnecessary default search paths used in the FIND_XXX() calls Alex | ||||
* | ENH: some style fixes for the book | Ken Martin | 2005-12-15 | 1 | -2/+2 |
| | |||||
* | ENH: add documentation support for modules | Bill Hoffman | 2005-12-14 | 1 | -8/+5 |
| | |||||
* | ENH: Removing extra 64-bit search paths. They are now constructed ↵ | Brad King | 2005-04-07 | 1 | -22/+6 |
| | | | | automatically from the paths listed. | ||||
* | ENH: Adding support for 64-bit library paths. Contributed by Peter Vanroose. | Brad King | 2005-04-07 | 1 | -6/+22 |
| | |||||
* | Add a missing dollar sign | Bill Hoffman | 2004-05-07 | 1 | -1/+1 |
| | |||||
* | BUG: fix for bug 607 | Bill Hoffman | 2004-04-22 | 1 | -0/+13 |
| | |||||
* | BUG: fix for bug 593 | Bill Hoffman | 2004-04-13 | 1 | -3/+1 |
| | |||||
* | BUG#299: GTK_gmodule_LIBRARY is optional just like GTK_gthread_LIBRARY. | Brad King | 2003-11-12 | 1 | -1/+5 |
| | |||||
* | More variables advanced | Andy Cedilnik | 2003-03-17 | 1 | -2/+7 |
| | |||||
* | Add gthread library | Andy Cedilnik | 2003-03-17 | 1 | -0/+12 |
| | |||||
* | BUG: bad if statement order | Bill Hoffman | 2003-03-14 | 1 | -3/+3 |
| | |||||
* | GL should not be a completely necessary thing for finding GTK. This will ↵ | Andy Cedilnik | 2002-09-18 | 1 | -9/+16 |
| | | | | find gtk and GL but also just GTK | ||||
* | Hide lots of values in the advanced list | Ian Scott | 2002-09-05 | 1 | -1/+10 |
| | | | | | Fix some bugs OpenGL always needs X11 on Unix | ||||
* | Moved FLTK and GTK to new FindXXX scheme. Imported some functionality from VXL | Ian Scott | 2002-09-02 | 1 | -12/+128 |
| | |||||
* | ENH: change find library and find program to look for more than one name | Bill Hoffman | 2001-05-09 | 1 | -6/+3 |
| | |||||
* | INCLUDE these to find the relevant libraries | Geoffrey Cross | 2001-05-04 | 1 | -0/+28 |