| Commit message (Expand) | Author | Age | Files | Lines |
* | FindPNG: Fix small typo fix in module help | Maxime Morel | 2016-12-15 | 1 | -1/+1 |
|
|
* | Find*.cmake: drop the comments before including FPHSA | Rolf Eike Beer | 2016-11-28 | 1 | -2/+0 |
|
|
* | Simplify CMake per-source license notices | Brad King | 2016-09-27 | 1 | -14/+3 |
|
|
* | Modules: Make imported targets fall back to `Release` | Brad King | 2016-08-03 | 1 | -7/+7 |
|
|
* | Fix spelling typos in comments and documentation (#16037) | Felix Geyer | 2016-03-29 | 1 | -2/+2 |
|
|
* | FindPNG: Create an imported PNG::PNG target (#15911) | Sam Thursfield | 2016-01-21 | 1 | -7/+43 |
|
|
* | Modules: Format documentation to avoid over-long preformatted lines | Brad King | 2014-10-22 | 1 | -10/+13 |
|
|
* | Clean up usage of if(... MATCHES regex) followed string(REGEX REPLACE regex) | Rolf Eike Beer | 2014-04-14 | 1 | -4/+2 |
|
|
* | Convert builtin help to reStructuredText source files | Kitware Robot | 2013-10-15 | 1 | -10/+25 |
|
|
* | FindPNG: Honor old PNG_LIBRARY if provided (#14398) | Brad King | 2013-09-13 | 1 | -5/+9 |
|
|
* | FindPNG: improve library detection (#14301) | Rolf Eike Beer | 2013-07-27 | 1 | -3/+30 |
|
|
* | FindPNG: Add versioned library names for 1.6 (#14289) | Brad King | 2013-07-15 | 1 | -1/+4 |
|
|
* | Remove CMake-language block-end command arguments | Kitware Robot | 2012-08-13 | 1 | -7/+7 |
|
|
* | Convert CMake-language commands to lower case | Kitware Robot | 2012-08-13 | 1 | -4/+4 |
|
|
* | FindPNG: support version selection | Rolf Eike Beer | 2012-01-25 | 1 | -1/+10 |
|
|
* | FindPNG: provide PNG_INCLUDE_DIRS, as the readme.txt says (#11312) | Alex Neundorf | 2011-11-18 | 1 | -6/+11 |
|
|
* | Modules: Include builtin FindPackageHandleStandardArgs directly | Brad King | 2011-01-20 | 1 | -1/+1 |
|
|
* | Add new names for PNG and ZLIB libraries | David Cole | 2011-01-14 | 1 | -1/+1 |
|
|
* | Remove usage of CMAKE_CURRENT_LIST_DIR now that we have CMP0017 | Alex Neundorf | 2011-01-04 | 1 | -1/+1 |
|
|
* | Use absolute path to FindPackageHandleStandardArgs.cmake everywhere | Alex Neundorf | 2010-09-28 | 1 | -1/+1 |
|
|
* | Modules: Fix spelling 'To distributed' -> 'To distribute' | Todd Gamblin | 2010-08-09 | 1 | -1/+1 |
|
|
* | -add more names for libpng, so it also support libpng 1.4 on Windows (#10551) | Alex Neundorf | 2010-04-19 | 1 | -1/+1 |
|
|
* | Convert CMake find-modules to BSD License | Brad King | 2009-09-28 | 1 | -0/+12 |
|
|
* | fix #9152: find ZLIB quietly if PNG is searched QUIETLY | Alexander Neundorf | 2009-09-14 | 1 | -2/+7 |
|
|
* | ENH: just converted case to lower for the book | Ken Martin | 2009-07-21 | 1 | -17/+17 |
|
|
* | ENH: add more names of linpng (sync with the KDE version) | Alexander Neundorf | 2008-08-16 | 1 | -1/+1 |
|
|
* | ENH: add second failure message parameter to | Alexander Neundorf | 2007-07-23 | 1 | -1/+1 |
|
|
* | ENH: use the new FIND_PACKAGE_HANDLE_STANDARD_ARGS in some of the FindXXX | Alexander Neundorf | 2007-07-18 | 1 | -18/+5 |
|
|
* | STYLE: remove empty line, so the documentation for the module is complete | Alexander Neundorf | 2007-02-10 | 1 | -1/+0 |
|
|
* | ENH: also look in /usr/local/include/libpng (OpenBSD) | Alexander Neundorf | 2006-08-30 | 1 | -0/+13 |
|
|
* | BUG: don't include MacroLibrary.cmake, but add a cmake module which implement... | Alexander Neundorf | 2006-03-20 | 1 | -4/+4 |
|
|
* | ENH: Put libpng name back because it is needed for plain windows. | Brad King | 2006-02-09 | 1 | -1/+1 |
|
|
* | ENH: Removing platform-specific name hacks now that FIND_LIBRARY handles it. | Brad King | 2006-02-09 | 1 | -1/+1 |
|
|
* | ENH: Added names for gnuwin32 library versions. | Brad King | 2006-02-09 | 1 | -3/+4 |
|
|
* | ENH: add documentation support for modules | Bill Hoffman | 2005-12-14 | 1 | -10/+6 |
|
|
* | ENH: Removing extra 64-bit search paths. They are now constructed automatica... | Brad King | 2005-04-07 | 1 | -2/+1 |
|
|
* | ENH: Adding support for 64-bit library paths. Contributed by Peter Vanroose. | Brad King | 2005-04-07 | 1 | -1/+2 |
|
|
* | ENH: Cleanup. Use relative path to modules | Andy Cedilnik | 2004-08-27 | 1 | -2/+2 |
|
|
* | fixed typo | Ken Martin | 2003-01-13 | 1 | -1/+1 |
|
|
* | I copied a bit too much VXL functionality here. Oops | Ian Scott | 2002-09-03 | 1 | -1/+1 |
|
|
* | Fixed mistake in comments | Ian Scott | 2002-09-03 | 1 | -1/+1 |
|
|
* | Copied the X11 PNG and ZLIB functoinality from VXL | Ian Scott | 2002-09-02 | 1 | -0/+1 |
|
|
* | Adding Zlib and PNG find modules in the new format | Ian Scott | 2002-09-02 | 1 | -0/+47 |
|
|