Commit Graph

52 Commits

Author SHA1 Message Date
David Cole
cda3626645 CMake 2.8.9-rc3 2012-07-25 11:25:40 -04:00
David Cole
d1d34f88a7 CMake 2.8.9-rc2 2012-07-14 12:41:10 -04:00
David Cole
fa804f319c CMake 2.8.9-rc1 2012-06-22 06:25:48 -04:00
David Cole
6218aba37a CMake 2.8.8 2012-04-18 12:03:39 -04:00
David Cole
d61d860dc3 CMake 2.8.8-rc2 2012-04-05 10:26:26 -04:00
David Cole
44bcf815cb CMake 2.8.8-rc1 2012-03-22 14:25:21 -04:00
David Cole
7f8f6dbf45 CMake 2.8.7 2011-12-30 11:05:59 -05:00
David Cole
a1c9de5635 CMake 2.8.7-rc2 2011-12-21 15:05:00 -05:00
David Cole
56b5a72ebd CMake 2.8.7-rc1 2011-12-08 10:15:34 -05:00
David Cole
5971063a5c CMake 2.8.6 2011-10-04 11:48:52 -04:00
David Cole
c16e387412 CMake 2.8.6-rc4 2011-09-22 14:08:22 -04:00
David Cole
281b93734c CMake 2.8.6-rc3 2011-09-09 11:53:38 -04:00
David Cole
bf14d95946 CMake 2.8.6-rc2 2011-09-02 15:35:06 -04:00
David Cole
04b68853d5 CMake 2.8.6-rc1 2011-08-26 11:26:04 -04:00
David Cole
ee1c6a5b06 CMake 2.8.5 2011-07-08 07:12:50 -04:00
David Cole
73c12803e6 CMake 2.8.5-rc3 include regression fix 2011-06-27 06:59:58 -04:00
David Cole
e8e1048c5f CMake 2.8.5-rc3 2011-06-21 13:05:02 -04:00
David Cole
34cfc880b1 CMake 2.8.5-rc2 2011-06-15 09:15:54 -04:00
David Cole
986a115267 CMake 2.8.5-rc1 2011-05-25 09:52:01 -04:00
David Cole
1bb4c7be11 CMake 2.8.4 2011-02-15 10:31:54 -05:00
David Cole
086cd2fa40 CMake 2.8.4-rc2 2011-01-31 13:03:26 -05:00
David Cole
799efb4a2c CMake 2.8.4-rc1 2011-01-12 09:32:11 -05:00
David Cole
63d21c1f8e CMake 2.8.3 2010-11-03 13:38:38 -04:00
David Cole
e5b50a9ada CMake 2.8.3-rc4 2010-10-29 15:21:36 -04:00
David Cole
144ee51760 CMake 2.8.3-rc3 2010-10-20 13:47:59 -04:00
Brad King
5e6ba7d82d CMake 2.8.3-rc2 2010-10-06 10:39:10 -04:00
Brad King
c4a0f0b2d6 CMake 2.8.3-rc1 2010-09-15 10:15:59 -04:00
Brad King
f9116d0225 CMake 2.8.2 2010-06-28 10:23:40 -04:00
Brad King
e010d1f688 CMake 2.8.2-rc4 2010-06-24 10:48:52 -04:00
Brad King
7f662c5c62 CMake 2.8.2-rc3 2010-06-22 10:08:36 -04:00
Brad King
5b3987bc41 CMake 2.8.2-rc2 2010-06-15 14:47:52 -04:00
Brad King
23a8f31e3f Merge branch 'release' 2010-06-15 14:33:11 -04:00
Brad King
9949f9fbff ChangeLog: Mention "current" and "since" versions 2010-06-15 14:33:04 -04:00
Brad King
c3781efb28 ctest_update: Support Git upstream branch rewrites
Use 'git fetch' followed by 'git reset' to update the source tree.  This
is better than 'git pull' because it can handle a rewritten upstream
branch and does not leave local modifications.  After fetch, parse
FETCH_HEAD to find the merge head that 'git pull' would choose to track
the upstream branch.  Then reset to the selected head.

In the normal fast-forward case the behavior remains unchanged.
However, now local modifications and commits will be erased, and
upstream rewrites are handled smoothly.  This ensures that the upstream
branch is tested as expected.
2010-06-08 16:50:17 -04:00
Brad King
6f9bb934d4 Merge branch 'sunCC-5.11-rpath-link' 2010-06-08 09:23:11 -04:00
Brad King
25619a87fc ChangeLog: Mention new Sun compiler support 2010-06-08 09:22:43 -04:00
Brad King
755df4468a ChangeLog: Update for today's topic merges 2010-06-07 14:53:26 -04:00
Brad King
e6cd880381 ChangeLog: Changes since CMake 2.8.1 2010-05-17 13:39:16 -04:00
Bill Hoffman
8c89b5e2dc CMake 2.8.1 2010-03-16 13:49:53 -04:00
Bill Hoffman
1274ce5bf3 CMake 2.8.1-rc5
Fix Qt with OpenGL on the Mac.
Add .git .bzr and .hg to the list of default CPack ignore directories.
Bump RC number
Update ChangeLog.manual
2010-03-10 14:41:44 -05:00
Brad King
6dde154313 CMake 2.8.1-rc4
This commit cherry-picks and squashes the following commits:

  4685872 "FortranCInterface: Fix PathScale detection..." (2010-02-16)
  b39fe94 "Fix problem with ExternalProject test..." (2010-02-17)
  70290e1 "Add support for QtDeclartive module" (2010-02-17)
  282ba89 "Clarify CMAKE_MODULE_PATH documentation" (2010-02-18)
  4eba05d "Suppress GNU flag -fPIC on Windows" (2010-02-19)
  57efb4a "BUG: We shouldn't be setting the HideWindow..." (2010-02-19)
2010-03-05 08:19:39 -05:00
Brad King
f195a131cc CMake 2.8.1-rc3 2010-02-16 10:35:33 -05:00
Brad King
224dde9085 CMake 2.8.1-rc2 2010-02-11 10:50:43 -05:00
Brad King
dc1d2189ae CMake 2.8.1-rc1 2010-01-28 16:48:20 -05:00
Brad King
612409e5b0 CMake 2.8.0 2009-11-13 09:07:10 -05:00
Brad King
d2715cae49 CMake 2.8.0-rc7 2009-11-11 13:34:21 -05:00
Brad King
29ebc97c38 CMake 2.8.0-rc6 2009-11-10 09:03:39 -05:00
Brad King
86eac830b3 CMake 2.8.0-rc5 2009-11-03 17:25:20 -05:00
Bill Hoffman
b4ae8bad4b RC 4 merge 2009-10-28 12:17:18 -04:00
Bill Hoffman
ebd0c2d377 Merge in changes for RC 3 2009-10-09 16:11:47 -04:00