Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Remove trailing whitespace from most CMake and C/C++ code | Kitware Robot | 2012-08-13 | 1 | -17/+17 |
| | | | | | | | | | | | | | | | | | 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/ \+$//' | ||||
* | Convert CMake to OSI-approved BSD License | Brad King | 2009-09-28 | 1 | -14/+9 |
| | | | | | | | 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. | ||||
* | ENH: Remove unused code from cmMakeDepend | Brad King | 2009-03-16 | 1 | -18/+1 |
| | | | | | | | This class is the old-style dependency scanner. It is needed only to implement the output_required_files command. This change removes some code not needed for that purpose, including a reference to the HEADER_FILE_ONLY property. | ||||
* | STYLE: fix line length | Ken Martin | 2006-05-12 | 1 | -1/+2 |
| | |||||
* | BUG: some UNIX fixes for my m_ commit | Ken Martin | 2006-03-15 | 1 | -2/+2 |
| | |||||
* | STYLE: some m_ to this-> cleanup | Ken Martin | 2006-03-15 | 1 | -18/+19 |
| | |||||
* | ENH: fix line length style stuff | Bill Hoffman | 2006-03-10 | 1 | -2/+4 |
| | |||||
* | ENH: make LOCATION an computed property of the target and get rid of a bunch ↵ | Ken Martin | 2005-06-22 | 1 | -2/+2 |
| | | | | of const junk | ||||
* | removed duplicate includes | Ken Martin | 2003-08-10 | 1 | -1/+0 |
| | |||||
* | ENH: performance fixes for network depends | Bill Hoffman | 2003-07-28 | 1 | -0/+8 |
| | |||||
* | ENH: Merged use of the kwsys RegularExpression class instead of ↵ | Brad King | 2003-06-23 | 1 | -3/+4 |
| | | | | cmRegularExpression. | ||||
* | ENH: Added reference to Copyright.txt. Removed old reference to ITK ↵ | Brad King | 2002-10-23 | 1 | -3/+3 |
| | | | | copyright. Changed program name to CMake instead of Insight in source file header. Also removed tabs. | ||||
* | now includes current include files directory when searching for files it ↵ | Ken Martin | 2002-06-10 | 1 | -2/+2 |
| | | | | includes | ||||
* | ENH:Updated copyright | Will Schroeder | 2002-01-21 | 1 | -30/+6 |
| | |||||
* | ENH: change all maps of string to be maps of cmStdString, to reduce symbol ↵ | Bill Hoffman | 2001-08-22 | 1 | -1/+1 |
| | | | | length in object files. | ||||
* | ENH: Hacked together a new implementation of the dependency generator code. ↵ | Brad King | 2001-07-17 | 1 | -46/+42 |
| | | | | This should support finding dependencies for individual files without doing them for the entire makefile. Use cmMakeDepend::FindDependencies() to do this. | ||||
* | ENH: Extended INCLUDE_REGULAR_EXPRESSION to allow selective complaints about ↵ | Brad King | 2001-06-21 | 1 | -0/+1 |
| | | | | missing dependencies. | ||||
* | some cleanup to the make depend process | Ken Martin | 2001-06-12 | 1 | -13/+26 |
| | |||||
* | ENH:New copyright | Will Schroeder | 2001-04-27 | 1 | -5/+30 |
| | |||||
* | many fixes and cleanup and features | Ken Martin | 2001-04-24 | 1 | -2/+2 |
| | |||||
* | ENH: Changed m_Indices to an stl set and renamed it to m_IndexSet. Using a ↵ | Brad King | 2001-04-16 | 1 | -7/+4 |
| | | | | set results in a significant performance increase and reduction in memory usage. | ||||
* | major changes to support multiple libraries and source lists | Ken Martin | 2001-04-11 | 1 | -3/+3 |
| | |||||
* | ENH: Added INCLUDE_REGULAR_EXPRESSION command to set regular expression used ↵ | Brad King | 2001-03-15 | 1 | -6/+0 |
| | | | | in dependency checking. | ||||
* | ENH: Added support for finding dependencies for files that don't exist. ↵ | Brad King | 2001-03-08 | 1 | -0/+10 |
| | | | | Dependency recursion begins with hints provided in the cmClassFile for a file if it doesn't exist. | ||||
* | ENH:Documentation and cleanups | Will Schroeder | 2001-01-11 | 1 | -25/+59 |
| | |||||
* | ENH: rework cmake, added ruleMaker classes and changed the syntax of the ↵ | Bill Hoffman | 2001-01-05 | 1 | -2/+1 |
| | | | | CMakeLists.txt files. | ||||
* | NEW: move from tools and config to create CMake | Bill Hoffman | 2000-08-29 | 1 | -0/+115 |