Brad King
|
12293371ee
|
Merge branch 'upstream-KWIML' into import-kwiml
* upstream-KWIML:
KWIML 2015-12-09 (43f9f8d0)
|
2015-12-17 14:56:40 -05:00 |
Brad King
|
c7d9a24911
|
Utilities/KWIML: Drop sources to make room for fresh import
|
2015-12-17 14:55:38 -05:00 |
Brad King
|
58c1840a19
|
Merge branch 'upstream-kwiml' into update-kwiml
|
2015-11-30 10:18:24 -05:00 |
Brad King
|
6794079523
|
Merge branch 'upstream-kwiml' into update-kwiml
|
2015-03-17 14:27:27 -04:00 |
Brad King
|
659605fbee
|
Merge branch 'upstream-kwiml' into update-kwiml
|
2014-10-14 11:19:09 -04:00 |
Brad King
|
45ab21ee6e
|
Merge branch 'upstream-kwiml' into update-kwiml
|
2014-08-07 16:13:26 -04:00 |
Brad King
|
32fb667a0c
|
Merge branch 'upstream-kwiml' into update-KWIML
|
2013-01-08 15:31:53 -05:00 |
Brad King
|
2ce327892f
|
Merge branch 'upstream-kwiml' into update-KWIML
|
2012-12-21 08:32:56 -05:00 |
Brad King
|
0e3f95eff9
|
Merge branch 'upstream-kwiml' into update-KWIML
|
2012-10-25 07:54:49 -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 |
Brad King
|
984c1760fb
|
Merge branch 'upstream-kwiml' into update-KWIML
|
2012-06-21 08:05:20 -04:00 |
Brad King
|
0dfdde1a3e
|
Merge branch 'upstream-kwiml' into update-KWIML
|
2012-06-07 15:20:42 -04:00 |
Brad King
|
86c4c93888
|
Merge branch 'upstream-kwiml' into update-KWIML
|
2012-03-20 15:51:11 -04:00 |
Brad King
|
289e5e6012
|
Merge branch 'upstream-kwiml' into update-KWIML
|
2012-03-09 15:28:40 -05:00 |
Brad King
|
4cbc21e8da
|
Merge branch 'upstream-kwiml' into update-KWIML
|
2012-02-20 09:45:04 -05:00 |
Brad King
|
ec358d17a7
|
Merge branch 'upstream-kwiml' into update-KWIML
|
2011-11-21 11:03:29 -05:00 |
Brad King
|
5796f88d92
|
Merge branch 'upstream-kwiml' into update-KWIML
|
2011-11-18 13:52:15 -05:00 |
Brad King
|
aaf376594c
|
Merge branch 'upstream-kwiml' into update-KWIML
|
2011-11-17 10:16:57 -05:00 |
Brad King
|
5be0e92218
|
Merge branch 'upstream-kwiml' into import-KWIML
|
2011-11-15 14:30:58 -05:00 |
Brad King
|
b2975adb31
|
Merge branch 'upstream-kwiml' into import-KWIML
Introduce KWIML as a subtree at Utilities/KWIML.
|
2011-06-27 14:09:09 -04:00 |