134 Commits

Author SHA1 Message Date
Kitware Robot
c478d55e31 CMake Nightly Date Stamp 2012-08-22 00:01:01 -04:00
Kitware Robot
8f996a96f4 CMake Nightly Date Stamp 2012-08-21 00:01:02 -04:00
Kitware Robot
7f9a761e76 CMake Nightly Date Stamp 2012-08-20 00:01:03 -04:00
Kitware Robot
d46f8afae9 CMake Nightly Date Stamp 2012-08-19 00:01:05 -04:00
Kitware Robot
ea2fcabbaf CMake Nightly Date Stamp 2012-08-18 00:01:02 -04:00
Kitware Robot
186e9bdc22 CMake Nightly Date Stamp 2012-08-17 00:01:02 -04:00
Kitware Robot
c4306dc805 CMake Nightly Date Stamp 2012-08-16 00:01:02 -04:00
Kitware Robot
addefc2ae3 CMake Nightly Date Stamp 2012-08-15 00:01:03 -04:00
Brad King
68bc863d5b Merge branch 'master' into cleanup-style
Conflicts:
	Source/CMakeVersion.cmake
2012-08-14 08:27:23 -04:00
Kitware Robot
9acb4f118c CMake Nightly Date Stamp 2012-08-14 00:01:08 -04:00
Kitware Robot
77543bde41 Convert CMake-language commands to lower case
Ancient CMake versions required upper-case commands.  Later command
names became case-insensitive.  Now the preferred style is lower-case.

Run the following shell code:

cmake --help-command-list |
grep -v "cmake version" |
while read c; do
    echo 's/\b'"$(echo $c | tr '[:lower:]' '[:upper:]')"'\(\s*\)(/'"$c"'\1(/g'
done >convert.sed &&
git ls-files -z -- bootstrap '*.cmake' '*.cmake.in' '*CMakeLists.txt' |
egrep -z -v '^(Utilities/cm|Source/kwsys/)' |
xargs -0 sed -i -f convert.sed &&
rm convert.sed
2012-08-13 14:19:16 -04:00
Kitware Robot
408c04e734 CMake Nightly Date Stamp 2012-08-13 00:01:02 -04:00
Kitware Robot
ee1ee20905 CMake Nightly Date Stamp 2012-08-12 00:01:02 -04:00
Kitware Robot
95e8636711 CMake Nightly Date Stamp 2012-08-11 00:01:02 -04:00
Kitware Robot
539cc289ba CMake Nightly Date Stamp 2012-08-10 00:01:04 -04:00
David Cole
b3b43a420d Begin post-2.8.9 development 2012-08-09 16:28:18 -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
Kitware Robot
0302287739 CMake Nightly Date Stamp 2012-06-22 00:01:06 -04:00
Kitware Robot
9f80ad7ccb CMake Nightly Date Stamp 2012-06-21 00:01:06 -04:00
Kitware Robot
30305b989e CMake Nightly Date Stamp 2012-06-20 00:01:06 -04:00
Kitware Robot
4889188f67 CMake Nightly Date Stamp 2012-06-19 00:01:05 -04:00
Kitware Robot
1d8199ffec CMake Nightly Date Stamp 2012-06-18 00:01:05 -04:00
Kitware Robot
7eaaea1a02 CMake Nightly Date Stamp 2012-06-17 00:01:05 -04:00
Kitware Robot
486c093e45 CMake Nightly Date Stamp 2012-06-16 00:01:04 -04:00
Kitware Robot
5984e49764 CMake Nightly Date Stamp 2012-06-15 00:01:06 -04:00
Kitware Robot
7717d964b8 CMake Nightly Date Stamp 2012-06-14 00:01:05 -04:00
Kitware Robot
6e2ef9860e CMake Nightly Date Stamp 2012-06-13 00:01:05 -04:00
Kitware Robot
ebc702c86d CMake Nightly Date Stamp 2012-06-12 00:01:04 -04:00
Kitware Robot
931af7fd78 CMake Nightly Date Stamp 2012-06-11 00:01:04 -04:00
Kitware Robot
b39924cf22 CMake Nightly Date Stamp 2012-06-10 00:01:03 -04:00
Kitware Robot
45a9ce5543 CMake Nightly Date Stamp 2012-06-09 00:01:04 -04:00
Kitware Robot
03deea00bc CMake Nightly Date Stamp 2012-06-08 00:01:05 -04:00
Kitware Robot
5ed6a36cc9 CMake Nightly Date Stamp 2012-06-07 00:01:05 -04:00
Kitware Robot
eb53bc2773 CMake Nightly Date Stamp 2012-06-06 00:01:04 -04:00
Kitware Robot
55cadb6806 CMake Nightly Date Stamp 2012-06-05 00:01:05 -04:00
Kitware Robot
1ccbfdebb9 CMake Nightly Date Stamp 2012-06-04 00:01:02 -04:00
Kitware Robot
c645c1fd96 CMake Nightly Date Stamp 2012-06-03 00:01:04 -04:00
Kitware Robot
076ab5202a CMake Nightly Date Stamp 2012-06-02 00:01:02 -04:00
Kitware Robot
e200ee6ece CMake Nightly Date Stamp 2012-06-01 00:01:03 -04:00
Kitware Robot
f1eee26be3 CMake Nightly Date Stamp 2012-05-31 00:01:02 -04:00
Kitware Robot
48a09755a0 CMake Nightly Date Stamp 2012-05-30 00:01:03 -04:00
Kitware Robot
19af2416b7 CMake Nightly Date Stamp 2012-05-29 00:01:03 -04:00
Kitware Robot
1e1f61d4c1 CMake Nightly Date Stamp 2012-05-28 00:01:03 -04:00
Kitware Robot
b313e8ceed CMake Nightly Date Stamp 2012-05-27 00:01:02 -04:00
Kitware Robot
66d7669a3d CMake Nightly Date Stamp 2012-05-26 00:01:04 -04:00
Kitware Robot
b639549c67 CMake Nightly Date Stamp 2012-05-25 00:01:04 -04:00
Kitware Robot
1e3dde2ddb CMake Nightly Date Stamp 2012-05-24 00:01:04 -04:00