Kitware Robot
7bbaa4283d
Remove trailing whitespace from most CMake and C/C++ code
...
Our Git commit hooks disallow modification or addition of lines with
trailing whitespace. Wipe out all remnants of trailing whitespace
everywhere except third-party code.
Run the following shell code:
git ls-files -z -- \
bootstrap doxygen.config '*.readme' \
'*.c' '*.cmake' '*.cpp' '*.cxx' \
'*.el' '*.f' '*.f90' '*.h' '*.in' '*.in.l' '*.java' \
'*.mm' '*.pike' '*.py' '*.txt' '*.vim' |
egrep -z -v '^(Utilities/cm|Source/(kwsys|CursesDialog/form)/)' |
egrep -z -v '^(Modules/CPack\..*\.in)' |
xargs -0 sed -i 's/ \+$//'
2012-08-13 14:18:39 -04:00
Brad King
0bb22cfabe
Avoid passing string literal to char* type
2010-12-28 09:57:35 -05:00
Ruben Van Boxem
7883f952b0
Win64 fixes for mingw-w64 compilation
2010-05-05 17:13:21 -04:00
Brad King
96afb12087
Convert CMake to OSI-approved BSD License
...
This converts the CMake license to a pure 3-clause OSI-approved BSD
License. We drop the previous license clause requiring modified
versions to be plainly marked. We also update the CMake copyright to
cover the full development time range.
2009-09-28 11:43:28 -04:00
Bill Hoffman
bf796f1434
BUG: fix extra close that killed cmake when being debugged
2008-09-04 17:02:25 -04:00
Bill Hoffman
27f8666565
ENH: remove junk from output
2007-09-27 14:16:20 -04:00
Bill Hoffman
69b7ba3543
ENH: fix resource leak
2007-07-24 15:55:03 -04:00
Ken Martin
8e702e6977
COMP: fix some w4 warnings
2007-03-02 10:50:45 -05:00
Brad King
5341711012
BUG: Robustly handle failure of FormatMessage. See bug#3471.
2006-10-05 13:43:02 -04:00
Brad King
ab61137eb1
COMP: Fix and/or disable warnings for Borland 5.6 build.
2006-08-01 11:38:42 -04:00
Ken Martin
3d96e52261
STYLE: some m_ to this-> cleanup
2006-03-15 11:02:08 -05:00
Bill Hoffman
89e5fc63fe
STYLE: fix line lengths
2006-03-10 13:54:57 -05:00
Bill Hoffman
c78df46153
BUG: fix stack over write bug
2005-10-28 11:52:23 -04:00
Bill Hoffman
e6e98b47da
BUG: make sure handles are always closed even if Wait is not called.
2005-01-17 14:29:11 -05:00
Bill Hoffman
815c1cad70
BUG: don't close the pipes too early
2004-09-08 10:41:54 -04:00
Bill Hoffman
8f92e8c069
Fix leaked file and registry descriptors
2004-09-07 16:03:25 -04:00
Bill Hoffman
2cf4a0270a
ENH: remove warning on borland
2004-06-24 09:05:38 -04:00
Bill Hoffman
2705b1bf73
BUG: fix spaces in path on mingw, and change EXEC_PROGRAM to return false when it does not run, also do not convert the directory to an output path for EXEC_PROGRAM as this is done by the process execution, and doing it twice may cause trouble on some shells.
2004-06-23 16:34:38 -04:00
Bill Hoffman
2c2291bbe0
ENH: add new feature to ctest so that it can cmake, build and run a test executable
2004-01-07 11:24:22 -05:00
Bill Hoffman
44429c46c0
ENH: remove warnings from use of NULL
2003-08-27 17:45:26 -04:00
Bill Hoffman
a413160fec
ENH: add the unix makefile generator as an option from the windows GUI, this builds with mingw, cygwin, and combinations of make cl, bcc32
2003-08-21 16:22:23 -04:00
Ken Martin
072db6ad70
removed redundent includes
2003-08-10 18:30:54 -04:00
Andy Cedilnik
824d9112b1
Fix output variable and remove this->m_ to be only m_
2003-01-27 12:25:34 -05:00
Andy Cedilnik
7fcb0525b1
Move errors to output variable
2003-01-27 12:18:43 -05:00
Bill Hoffman
f5d95fb078
Complete rework of makefile generators expect trouble
2002-11-08 15:46:08 -05:00
Andy Cedilnik
47769671fe
Fix windows process execution so that it pops up the windows
2002-11-04 16:59:18 -05:00
Brad King
1f6a3c67b1
ENH: Added reference to Copyright.txt. Removed old reference to ITK copyright. Changed program name to CMake instead of Insight in source file header. Also removed tabs.
2002-10-23 18:03:27 -04:00
Andy Cedilnik
5b9feb6fdc
Fix network build
2002-10-10 11:08:52 -04:00
Andy Cedilnik
0f3661562c
Cleanup RunCOmmand code and move borland one to vtkWin32ProcessExecution, so that it is all in one place... Add timeout option whihc does not work yet, but it should not produce warning any more
2002-10-04 10:38:14 -04:00
Ken Martin
9f5cf38290
Revert to fix win 9x
2002-10-02 17:46:21 -04:00
Andy Cedilnik
f549a2bac8
Cleanup and try to unify with the other code
2002-10-02 17:16:56 -04:00
Ken Martin
4045066f01
Fix grouping of arguments on Windows 98
2002-10-01 13:04:48 -04:00
Ken Martin
a7692d84f0
Cleanups and hopefully now it works on all windows platforms
2002-09-30 15:00:42 -04:00
Andy Cedilnik
b7789388d3
Remove warnings and fix potential bug
2002-09-30 07:55:31 -04:00
Andy Cedilnik
375c695ba1
Fix for it to compile on "all" windows platforms...
2002-09-29 21:55:10 -04:00
Ken Martin
dbd13144a3
possible fix for warnings
2002-09-29 14:09:38 -04:00
Andy Cedilnik
c310600df5
Add class for process execution on Windows
2002-09-27 17:26:37 -04:00