Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | STYLE: some m_ to this-> cleanup | Ken Martin | 2006-03-15 | 1 | -31/+31 |
| | |||||
* | STYLE: fix line lengths | Bill Hoffman | 2006-03-10 | 1 | -6/+12 |
| | |||||
* | ENH: Updated implementation of custom commands. Multiple command lines are ↵ | Brad King | 2005-02-22 | 1 | -15/+22 |
| | | | | now supported effectively allowing entire scripts to be written. Also removed extra variable expansions and cleaned up passing of commands through to the generators. The command and individual arguments are now kept separate all the way until the generator writes them out. This cleans up alot of escaping issues. | ||||
* | ENH: add better error reporting for file open failures | Bill Hoffman | 2004-09-07 | 1 | -0/+1 |
| | |||||
* | ENH: Added reference to Copyright.txt. Removed old reference to ITK ↵ | Brad King | 2002-10-23 | 1 | -11/+11 |
| | | | | copyright. Changed program name to CMake instead of Insight in source file header. Also removed tabs. | ||||
* | modified how source files store properties | Ken Martin | 2002-08-16 | 1 | -4/+4 |
| | |||||
* | fixed commands that were setting definitions in final pass to set ↵ | Ken Martin | 2002-06-30 | 1 | -9/+9 |
| | | | | definitions in initial pass | ||||
* | fixed commands that were setting definitions in final pass to set ↵ | Ken Martin | 2002-06-30 | 1 | -28/+27 |
| | | | | definitions in initial pass | ||||
* | Remove another warning in the python wrapping | Andy Cedilnik | 2002-06-28 | 1 | -1/+1 |
| | |||||
* | Add removing of warnings and add comment about the file being generated in CMake | Andy Cedilnik | 2002-06-28 | 1 | -0/+5 |
| | |||||
* | removed all source lists from the system and made them vectors. Also ↵ | Ken Martin | 2002-06-27 | 1 | -28/+35 |
| | | | | appended _CMAKE_PATH to the end of the automatic cache entries for executables and libraries. Odds of all these changes working are slim but cmake builds and passes all its tests. VTK40 starts building | ||||
* | make sure ; expansion is done in all commands | Bill Hoffman | 2002-03-29 | 1 | -2/+4 |
| | |||||
* | ENH: major change, the cmMakefile now contains a master list of cmSourceFile ↵ | Bill Hoffman | 2002-03-29 | 1 | -2/+2 |
| | | | | objects, the source lists reference the list via pointers, also you can now set properties on a file, like compile flags, abstract, etc. | ||||
* | ENH: remove several compiler warnings | Bill Hoffman | 2002-03-13 | 1 | -4/+4 |
| | |||||
* | ENH:Updated copyright | Will Schroeder | 2002-01-21 | 1 | -30/+6 |
| | |||||
* | minor fixes | Ken Martin | 2002-01-03 | 1 | -2/+8 |
| | |||||
* | Wrap abstract class too, as per David Gobbi's request (for the sake of the ↵ | Sebastien Barre | 2001-12-16 | 1 | -9/+6 |
| | | | | | | internal documentation features of python"). | ||||
* | BUG: CustomCommand has to use full path to Source file now | Bill Hoffman | 2001-11-06 | 1 | -1/+3 |
| | |||||
* | ENH: change InitialPass to take a const reference to the argument string, to ↵ | Bill Hoffman | 2001-09-20 | 1 | -2/+2 |
| | | | | avoid changes to the file cache | ||||
* | now uses five argument version of wrap commands | Ken Martin | 2001-09-14 | 1 | -1/+0 |
| | |||||
* | various windows fixes | Ken Martin | 2001-09-10 | 1 | -3/+10 |
| | |||||
* | ENH: big change, only allow commands access to the cache via the cmMakefile ↵ | Bill Hoffman | 2001-08-08 | 1 | -1/+1 |
| | | | | class and GetDefinition, also the cmMakefile is the only way for commands to add to the cache. Also, some changes to configure.in that check for for scoping | ||||
* | Better error checking. | Berk Geveci | 2001-07-02 | 1 | -0/+5 |
| | |||||
* | ENH: move utilities to targets from makefile, and add versioning to cache | Bill Hoffman | 2001-06-07 | 1 | -4/+2 |
| | |||||
* | ENH: rename Invoke to InitialPass | Bill Hoffman | 2001-06-06 | 1 | -1/+1 |
| | |||||
* | Module name between Unix and Windows got switched by mistake. | Berk Geveci | 2001-06-05 | 1 | -2/+2 |
| | |||||
* | unused variable | Ken Martin | 2001-06-04 | 1 | -3/+0 |
| | |||||
* | Fixing the module name for Unix. | Berk Geveci | 2001-06-01 | 1 | -13/+8 |
| | |||||
* | Should not use decl if not on Windows. | Berk Geveci | 2001-05-31 | 1 | -0/+8 |
| | |||||
* | fixed bug in limiting to source lists | Ken Martin | 2001-05-01 | 1 | -19/+16 |
| | |||||
* | new set command and IF NOT | Ken Martin | 2001-05-01 | 1 | -1/+6 |
| | |||||
* | ENH:New copyright | Will Schroeder | 2001-04-27 | 1 | -5/+30 |
| | |||||
* | support for debug and opt libraries | Ken Martin | 2001-04-26 | 1 | -3/+1 |
| | |||||
* | many fixes and cleanup and features | Ken Martin | 2001-04-24 | 1 | -0/+213 |