Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | CheckForPthreads.c: Do not use C++-style comments in C source | Marc Chevrier | 2015-10-26 | 1 | -2/+2 |
| | |||||
* | FindThreads: fix printing a pointer value in test code | Rolf Eike Beer | 2015-09-25 | 1 | -1/+1 |
| | | | | | | | | | | This causes a warning in C mode, and entirely fails in C++ mode: CMake/Modules/CheckForPthreads.c: In function ‘runner’: CMake/Modules/CheckForPthreads.c:34:27: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] printf("%d CC: %d\n", (int)args, cc); ^ Use %p to print out a pointer value, which will not cause any problems. | ||||
* | Haiku no longer defines __BEOS__ | Rolf Eike Beer | 2013-01-07 | 1 | -1/+1 |
| | |||||
* | Remove trailing whitespace from most CMake and C/C++ code | Kitware Robot | 2012-08-13 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | 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/ \+$//' | ||||
* | ENH: add initial support for HAIKU OS from bug# 7425 | Bill Hoffman | 2008-09-15 | 1 | -1/+1 |
| | |||||
* | ENH: merge in changes for beos support | Bill Hoffman | 2006-12-04 | 1 | -0/+3 |
| | |||||
* | ENH: fix tests for non-ansi c on hp and remove warnings for ansi c | Bill Hoffman | 2004-04-15 | 1 | -3/+8 |
| | |||||
* | ENH: Do better test for pthreads | Andy Cedilnik | 2003-08-01 | 1 | -0/+30 |