index
:
delta/cmake.git
baserock/morph
dashboard
hooks
maint
master
next
nightly
nightly-master
release
gitlab.kitware.com: cmake/cmake.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Modules
Commit message (
Expand
)
Author
Age
Files
Lines
*
ENH: Create include(CTest) launcher interface
Brad King
2009-02-11
2
-0
/
+14
*
ENH: Change FILEPATH to STRING for a list of libraries.
Clinton Stimpson
2009-02-10
1
-2
/
+2
*
ENH: change include command
Bill Hoffman
2009-02-10
1
-1
/
+1
*
ENH: Define RULE_LAUNCH_* properties
Brad King
2009-02-10
1
-0
/
+2
*
STYLE: Clarified example to illustrate need to call target_link_libraries() i...
Philip Lowman
2009-02-09
1
-33
/
+46
*
BUG: Resolves Issue #8393, Remove workarounds in FindBoost once UNC-Path bug
Philip Lowman
2009-02-09
1
-12
/
+2
*
STYLE: Improved examples, spelling & grammar in documentation
Philip Lowman
2009-02-09
1
-43
/
+53
*
ENH: Support .hpp with automoc.
Clinton Stimpson
2009-02-09
1
-1
/
+5
*
ENH: Made the documentation for FindDevIL.cmake cleaner. Changed the XXX_LIBR...
Christopher Harvey
2009-02-09
1
-12
/
+12
*
BUG: When detecting if qmake executable is changed, don't error if path
Clinton Stimpson
2009-02-07
1
-3
/
+3
*
ENH: Add support for building with Qt's ActiveX support on Windows.
Clinton Stimpson
2009-02-05
2
-2
/
+36
*
BUG: Add debug message calls to figure out ExternalProject test failure on AI...
David Cole
2009-02-04
1
-0
/
+4
*
BUG: fix potential issue with empty strings
Bill Hoffman
2009-02-03
1
-3
/
+3
*
BUG: include should not have .cmake
Bill Hoffman
2009-02-02
1
-1
/
+1
*
BUG: Fixes configure error if you don't specify a version with find_package()
Philip Lowman
2009-01-31
1
-9
/
+11
*
BUG: Fix library detection for GDAL on most Linux distributions (Issue #7445)
Philip Lowman
2009-01-31
1
-40
/
+60
*
ENH: Added FindOpenSceneGraph.cmake which is intended to wrap any of the exis...
Philip Lowman
2009-01-30
3
-4
/
+220
*
ENH: Added OSG_ROOT as supported env var (it's in the wild already). Cleaned
Philip Lowman
2009-01-30
2
-88
/
+47
*
BUG: Fix other modules not respecting QUIET and REQUIRED
Philip Lowman
2009-01-30
3
-11
/
+6
*
BUG: The QUIET and REQUIRED find attributes on each Findosg* module were not
Philip Lowman
2009-01-30
17
-17
/
+17
*
ENH: Added a mark_as_advanced() wrapper function.
Philip Lowman
2009-01-30
1
-0
/
+10
*
BUG: Fixes detection of lua libraries installed from FreeBSD ports (Issue #8421)
Philip Lowman
2009-01-30
2
-2
/
+2
*
BUG: Remove unnecessary double quotes from SET statements. Hopefully resolves...
David Cole
2009-01-29
1
-8
/
+8
*
BUG: Fix OS X dylib version flags for more linkers
Brad King
2009-01-29
1
-2
/
+2
*
ENH: Also find .moc files if there are spaces between # and include.
Clinton Stimpson
2009-01-29
1
-1
/
+1
*
BUG: fix for # 8413 add more haiku searching
Bill Hoffman
2009-01-29
1
-1
/
+2
*
STYLE: Reworded some of the OS-X code comments
Philip Lowman
2009-01-28
1
-22
/
+23
*
ENH: Better way to add framework includes.
Clinton Stimpson
2009-01-28
1
-1
/
+1
*
ENH: clean up status and change order for more common compilers first
Bill Hoffman
2009-01-28
1
-9
/
+9
*
ENH: add openmp support
Bill Hoffman
2009-01-28
1
-0
/
+108
*
BUG: Fix careless typo that only caused test failures on clean builds...
David Cole
2009-01-28
1
-1
/
+1
*
BUG: Try to fix the universal binary continuous dashboard on dashmacmini2. I ...
David Cole
2009-01-27
1
-6
/
+12
*
BUG: Only set CMAKE_OSX_DEPLOYMENT_TARGET on Mac OSX 10.4 or later. The gcc t...
David Cole
2009-01-27
1
-2
/
+4
*
BUG: Fix issue #6195. Add CMAKE_OSX_DEPLOYMENT_TARGET cache variable to speci...
David Cole
2009-01-27
1
-33
/
+102
*
BUG: Fixed recent regression when finding some includes.
Clinton Stimpson
2009-01-26
1
-3
/
+3
*
ENH: Should have a -F for framework includes on Mac. Fixes ParaView build w...
Clinton Stimpson
2009-01-23
1
-0
/
+3
*
ENH: Add convenience for identifying Cocoa based Qt.
Clinton Stimpson
2009-01-23
1
-0
/
+3
*
ENH: Turn off CPACK_BINARY_TBZ2 and CPACK_BINARY_ZIP by default. Strictly spe...
David Cole
2009-01-23
1
-2
/
+2
*
ENH: Better support for "fltk-config" binary, added options so the user
Philip Lowman
2009-01-23
1
-38
/
+61
*
BUG: Fix issue #8402. Add a drag and drop bundle generator to the Mac build o...
David Cole
2009-01-22
1
-1
/
+3
*
BUG: Fixes detection of FLTK on Gentoo (Issue #7809)
Philip Lowman
2009-01-21
1
-3
/
+40
*
BUG: Fixes #8376: FindFLTK fails because include file can be FL/Fl.H and CMake
Philip Lowman
2009-01-21
1
-1
/
+3
*
BUG: Fix issue #7833: Add file extension handling to CPack generated installe...
David Cole
2009-01-21
5
-0
/
+34
*
STYLE: Fix if/endif mismatch in FindKDE4
Brad King
2009-01-21
1
-1
/
+1
*
BUG: Fix detection of boost libraries without any compiler encoding (e.g.
Philip Lowman
2009-01-19
1
-0
/
+4
*
BUG: Fixes Issue #8054 and more. DOXYGEN_DOT_FOUND now exists, errant
Philip Lowman
2009-01-19
1
-73
/
+96
*
BUG: Missing "icpc" as a possible CXX compiler for Intel C++. Also refactored
Philip Lowman
2009-01-19
1
-13
/
+21
*
BUG: Switch FindBoost.cmake to use CMAKE_COMPILER_IS_GNUCXX (Issue #8398)
Philip Lowman
2009-01-19
1
-2
/
+2
*
BUG: Fixed Issue #7331 Bugs in Findosg*.cmake. Also added OPENTHREADS_LIBRAR...
Philip Lowman
2009-01-19
19
-647
/
+400
*
BUG: Reverted change made in 1.27, should be unnecessary (Issue #7508)
Philip Lowman
2009-01-19
1
-2
/
+0
[next]