Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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. | ||||
* | remove unused variables | Ken Martin | 2002-09-15 | 1 | -1/+0 |
| | |||||
* | FLTK_FLUID_EXE -> FLTK_FLUID_EXECUTABLE | Ian Scott | 2002-09-02 | 1 | -1/+1 |
| | | | | because Module files are moving to consistent scheme | ||||
* | modified how source files store properties | Ken Martin | 2002-08-16 | 1 | -1/+1 |
| | |||||
* | removed all source lists from the system and made them vectors. Also ↵ | Ken Martin | 2002-06-27 | 1 | -18/+11 |
| | | | | 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 | -1/+1 |
| | |||||
* | ENH: major change, the cmMakefile now contains a master list of cmSourceFile ↵ | Bill Hoffman | 2002-03-29 | 1 | -3/+4 |
| | | | | 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 | -2/+2 |
| | |||||
* | ENH:Updated copyright | Will Schroeder | 2002-01-21 | 1 | -32/+7 |
| | |||||
* | ENH: No longer tries to create a directory for the output | Luis Ibanez | 2001-12-21 | 1 | -11/+5 |
| | |||||
* | FIX: The command was modified it uses now a target and a source list | Luis Ibanez | 2001-12-11 | 1 | -16/+8 |
| | | | | | composed of .fl files. The names of the generated .cxx files are added internally to the Sources list of the target. | ||||
* | ENH: AddCustomCommand register now multiple outputs. Auxiliary variable manage | Luis Ibanez | 2001-12-02 | 1 | -26/+32 |
| | | | | the output directory where FLTK generated code is going to be writen. | ||||
* | ENH: Custom commands are now builded. | Luis Ibanez | 2001-11-29 | 1 | -19/+27 |
| | |||||
* | ENH: Command simplified in order to construct a Source list of .cxx from | Luis Ibanez | 2001-11-28 | 1 | -58/+51 |
| | | | | a source list of .fl GUI files. | ||||
* | Command for invoking FLTK's code generator "Fluid" during the building process | Luis Ibanez | 2001-11-27 | 1 | -0/+181 |