Commit Graph

66 Commits

Author SHA1 Message Date
Brad King
3bff90f866 CMake 2.8.11.2 2013-07-02 08:39:24 -04:00
Brad King
c479a06d80 CMake 2.8.11.1 2013-06-05 09:47:09 -04:00
Robert Maynard
0ad0c37206 CMake 2.8.11 2013-05-15 11:17:10 -04:00
Robert Maynard
6162e0ff2d CMake 2.8.11-rc4 2013-05-07 11:56:31 -04:00
Robert Maynard
573f39cb2a CMake 2.8.11-rc3 2013-04-18 11:55:10 -04:00
Robert Maynard
83e0fd0d1c CMake 2.8.11-rc2 2013-04-05 15:29:39 -04:00
Robert Maynard
db87209b6d CMake 2.8.11-rc1 2013-03-14 12:54:08 -04:00
Brad King
1d3b35fd8a CMake 2.8.10.2 2012-11-26 13:04:20 -05:00
Brad King
902ab6b565 CMake 2.8.10.1 2012-11-06 11:24:28 -05:00
David Cole
c36622a45f CMake 2.8.10 2012-10-31 10:59:55 -04:00
David Cole
52cd8e83d4 CMake 2.8.10-rc3 2012-10-24 11:43:00 -04:00
David Cole
f1189ee60e CMake 2.8.10-rc2 2012-10-18 14:53:01 -04:00
David Cole
11a07649ac CMake 2.8.10-rc1 2012-10-02 11:49:39 -04:00
David Cole
c462aafcfa CMake 2.8.9 2012-08-09 13:57:02 -04:00
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