Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | many fixes and cleanup and features | Ken Martin | 2001-04-24 | 1 | -16/+22 |
| | |||||
* | ERR: We can't assume a vector iterator is a pointer. It must be ↵ | Brad King | 2001-04-18 | 1 | -1/+1 |
| | | | | dereferenced to get a reference to the element, and then we can take the address of that to get a pointer. "i" becomes "&*i" | ||||
* | ENH: Changed m_Indices to an stl set and renamed it to m_IndexSet. Using a ↵ | Brad King | 2001-04-16 | 1 | -24/+7 |
| | | | | 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 | -18/+20 |
| | |||||
* | ENH: Added INCLUDE_REGULAR_EXPRESSION command to set regular expression used ↵ | Brad King | 2001-03-15 | 1 | -8/+5 |
| | | | | in dependency checking. | ||||
* | ENH: Added support for finding dependencies for files that don't exist. ↵ | Brad King | 2001-03-08 | 1 | -26/+86 |
| | | | | Dependency recursion begins with hints provided in the cmClassFile for a file if it doesn't exist. | ||||
* | ENH: fix depend segfault | Bill Hoffman | 2001-02-14 | 1 | -0/+4 |
| | |||||
* | ENH:Documentation and cleanups | Will Schroeder | 2001-01-11 | 1 | -0/+15 |
| | |||||
* | ENH: rework cmake, added ruleMaker classes and changed the syntax of the ↵ | Bill Hoffman | 2001-01-05 | 1 | -20/+17 |
| | | | | CMakeLists.txt files. | ||||
* | BUG: remove bogus warning about not finding a depend file, if there are no ↵ | Bill Hoffman | 2000-11-22 | 1 | -4/+4 |
| | | | | include paths | ||||
* | ENH: clean up code, and varible names | Bill Hoffman | 2000-09-21 | 1 | -4/+0 |
| | |||||
* | ENH: added a config setup file for CMakeSetup. Cleaned up the names of the ↵ | Bill Hoffman | 2000-09-18 | 1 | -2/+2 |
| | | | | source and binary directories | ||||
* | ENH: CMake and configure now use SUBDIRS in CMakeLists.txt to find all the ↵ | Bill Hoffman | 2000-09-12 | 1 | -11/+33 |
| | | | | directories of the system. | ||||
* | NEW: move from tools and config to create CMake | Bill Hoffman | 2000-08-29 | 1 | -0/+268 |