Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge branch 'upstream-kwiml' into update-KWIML | Brad King | 2013-01-08 | 1 | -1/+3 |
| | |||||
* | Merge branch 'upstream-kwiml' into update-KWIML | Brad King | 2012-12-21 | 1 | -0/+8 |
| | |||||
* | Merge branch 'upstream-kwiml' into update-KWIML | Brad King | 2012-10-25 | 1 | -0/+4 |
| | |||||
* | Convert CMake-language commands to lower case | Kitware Robot | 2012-08-13 | 1 | -4/+4 |
| | | | | | | | | | | | | | | | | | 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 | ||||
* | Merge branch 'upstream-kwiml' into update-KWIML | Brad King | 2012-06-21 | 2 | -11/+22 |
| | |||||
* | Merge branch 'upstream-kwiml' into update-KWIML | Brad King | 2012-06-07 | 1 | -55/+173 |
| | |||||
* | Merge branch 'upstream-kwiml' into update-KWIML | Brad King | 2012-03-20 | 1 | -6/+6 |
| | |||||
* | Merge branch 'upstream-kwiml' into update-KWIML | Brad King | 2012-03-09 | 1 | -17/+29 |
| | |||||
* | Merge branch 'upstream-kwiml' into update-KWIML | Brad King | 2012-02-20 | 1 | -1/+9 |
| | |||||
* | Merge branch 'upstream-kwiml' into update-KWIML | Brad King | 2011-11-21 | 1 | -0/+6 |
| | |||||
* | Merge branch 'upstream-kwiml' into update-KWIML | Brad King | 2011-11-18 | 1 | -0/+4 |
| | |||||
* | Merge branch 'upstream-kwiml' into update-KWIML | Brad King | 2011-11-17 | 5 | -1/+52 |
| | |||||
* | Merge branch 'upstream-kwiml' into import-KWIML | Brad King | 2011-11-15 | 3 | -4/+24 |
| | |||||
* | Merge branch 'upstream-kwiml' into import-KWIML | Brad King | 2011-06-27 | 15 | -0/+1790 |
Introduce KWIML as a subtree at Utilities/KWIML. |