| Commit message (Expand) | Author | Age | Files | Lines |
* | macOS: Simplify imported framework locations in find modules | Brad King | 2023-08-25 | 1 | -37/+18 |
|
|
* | FindGLUT: Fix regression when pkg-config is not available | Brad King | 2022-10-27 | 1 | -3/+5 |
|
|
* | FindGLUT: Drop the now-unnecessary exclusion of pkg-config for multiconfig | leha-bot | 2022-10-13 | 1 | -8/+3 |
|
|
* | FindGLUT: Drop the now-unnecessary ALLOW_SYSTEM_CFLAGS logic | leha-bot | 2022-10-13 | 1 | -14/+0 |
|
|
* | FindGLUT: Use pkg-config's results as HINTS for normal search | leha-bot | 2022-10-13 | 1 | -41/+19 |
|
|
* | FindGLUT: On Windows and with multiple config generator do not use pkg-config | Silvio Traversaro | 2022-09-28 | 1 | -1/+4 |
|
|
* | FindGLUT: Remove undocumented variables GLUT_INCLUDE_PATH and GLUT_LIBRARY | Letu Ren | 2022-05-17 | 1 | -4/+0 |
|
|
* | FindGLUT: Fix GLUT_INCLUDE_DIRS with pkg-config and /usr/include | Letu Ren | 2022-05-12 | 1 | -0/+14 |
|
|
* | FindGLUT: Search for freeglut as well using PkgConfig. | Mehdi Chinoune | 2022-04-11 | 1 | -0/+3 |
|
|
* | FindGLUT: Search for "freeglut" first On Windows | Mehdi Chinoune | 2022-04-11 | 1 | -1/+1 |
|
|
* | FindGLUT: Quiet pkg-config errors | nega | 2022-03-30 | 1 | -2/+2 |
|
|
* | Merge topic 'FindGLUT-link-dirs' | Brad King | 2022-02-16 | 1 | -0/+3 |
|\ |
|
| * | FindGLUT: Use link directories for libs from pkg-config | Silvio Traversaro | 2022-02-15 | 1 | -0/+3 |
|
|
* | | FindGLUT: Provide modern-named GLUT_INCLUDE_DIRS result variable | Brad King | 2021-12-20 | 1 | -4/+24 |
|
|
* | | FindGLUT: Modernize documentation layout | Brad King | 2021-12-20 | 1 | -12/+20 |
|
|
* | | FindGLUT: Move mark_as_advanced calls closer to find calls | Brad King | 2021-12-20 | 1 | -3/+4 |
|/ |
|
* | FindGLUT: Provide legacy GLUT_INCLUDE_DIR result in pkg-config code path | Brad King | 2021-12-17 | 1 | -0/+2 |
|
|
* | FindGLUT: Use pkg-config to find flags if available | Christopher Degawa | 2021-07-02 | 1 | -1/+35 |
|
|
* | FindGLUT: Reduce if/else nesting and indentation | Christopher Degawa | 2021-07-02 | 1 | -68/+59 |
|
|
* | Merge topic 'FindGLUT-macos-tbd' | Brad King | 2020-12-14 | 1 | -2/+10 |
|\ |
|
| * | FindGLUT: Handle Mojave and Big Sur 'tbd' framework files | Robert Maynard | 2020-12-11 | 1 | -2/+10 |
|
|
* | | Help: Add `.. versionadded` directives to module docs | Nikita Nemkin | 2020-12-02 | 1 | -0/+5 |
|/ |
|
* | Help: Improve description of modules | Bartosz Kosiorek | 2019-04-23 | 1 | -1/+1 |
|
|
* | Help: Convert remaining modules to block-style comments | Kitware Robot | 2018-10-22 | 1 | -32/+33 |
|
|
* | FindGLUT: Find debug/release variants on Windows | Kohányi Róbert | 2018-09-25 | 1 | -9/+33 |
|
|
* | FindGLUT: Add library dependencies only if they exist | Brad King | 2017-04-26 | 1 | -3/+5 |
|
|
* | Simplify CMake per-source license notices | Brad King | 2016-09-27 | 1 | -13/+3 |
|
|
* | FindGLUT.cmake: Add imported targets and documentation | Philipp Moeller | 2014-06-24 | 1 | -8/+69 |
|
|
* | Convert builtin help to reStructuredText source files | Kitware Robot | 2013-10-15 | 1 | -7/+18 |
|
|
* | FindGLUT: BeOS does not have libXi and libXmu | Rolf Eike Beer | 2013-01-07 | 1 | -7/+21 |
|
|
* | Remove CMake-language block-end command arguments | Kitware Robot | 2012-08-13 | 1 | -5/+5 |
|
|
* | Convert CMake-language commands to lower case | Kitware Robot | 2012-08-13 | 1 | -22/+22 |
|
|
* | Remove trailing whitespace from most CMake and C/C++ code | Kitware Robot | 2012-08-13 | 1 | -10/+10 |
|
|
* | FindGLUT: honor REQUIRED (#12466) | Rolf Eike Beer | 2012-02-15 | 1 | -18/+16 |
|
|
* | Add freeglut as library name (#10031) | David Cole | 2011-01-17 | 1 | -1/+1 |
|
|
* | 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 |
|
|
* | BUG: fix for 7746 | Bill Hoffman | 2008-09-27 | 1 | -0/+1 |
|
|
* | BUG: fix bug 6594 look for glut in more places on windows | Bill Hoffman | 2008-03-13 | 1 | -40/+23 |
|
|
* | ENH: use the new FIND_PACKAGE_HANDLE_STANDARD_ARGS() macro in most of the | Alexander Neundorf | 2007-07-19 | 1 | -20/+1 |
|
|
* | BUG: fix for bug#3646 GLUT not Glut for framework name | Bill Hoffman | 2006-10-03 | 1 | -1/+1 |
|
|
* | ENH: some style fixes for the book | Ken Martin | 2005-12-15 | 1 | -1/+1 |
|
|
* | ENH: add documentation support for modules | Bill Hoffman | 2005-12-14 | 1 | -11/+8 |
|
|
* | BUG: fix for bug 852 | Bill Hoffman | 2005-07-15 | 1 | -1/+2 |
|
|
* | ENH: Removing extra 64-bit search paths. They are now constructed automatica... | Brad King | 2005-04-07 | 1 | -8/+0 |
|
|
* | ENH: Adding support for 64-bit library paths. Contributed by Peter Vanroose. | Brad King | 2005-04-07 | 1 | -0/+8 |
|
|
* | BUG: fix for bug 743 | Bill Hoffman | 2004-04-22 | 1 | -1/+3 |
|
|
* | ENH: Description of variables now specifies that the full path is required. | Luis Ibanez | 2002-12-03 | 1 | -4/+4 |
|
|
* | Hide lots of values in the advanced list | Ian Scott | 2002-09-05 | 1 | -4/+7 |
|
|
* | Fixed mistake in comments | Ian Scott | 2002-09-03 | 1 | -31/+87 |
|
|