summaryrefslogtreecommitdiffstats
path: root/Source/cmFLTKWrapUICommand.cxx
Commit message (Collapse)AuthorAgeFilesLines
* STYLE: fix line lengthKen Martin2006-05-111-3/+4
|
* STYLE: fix line lengthKen Martin2006-05-101-4/+14
|
* ENH: make sure command depends on fluidBill Hoffman2006-04-241-0/+1
|
* STYLE: some m_ to this-> cleanupKen Martin2006-03-151-21/+21
|
* ENH: add working directory supportBill Hoffman2006-02-081-2/+5
|
* BUG: Removed bogust dependency.Brad King2006-01-141-1/+0
|
* ENH; better warning message and fix type per julienKen Martin2005-07-291-1/+4
|
* ENH: make sure custom command depend on fluid so if fltk is part of project ↵Bill Hoffman2005-07-261-1/+1
| | | | fluid gets built first
* ENH: change workings of command so that it can all happing in the initial ↵Ken Martin2005-06-101-7/+41
| | | | pass still works the old way but complains
* ENH: Updated implementation of custom commands. Multiple command lines are ↵Brad King2005-02-221-20/+21
| | | | 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.
* clean up commands so they don't need extra variableBill Hoffman2004-06-161-16/+0
|
* ENH: CleanupsAndy Cedilnik2004-02-221-0/+2
|
* some updatesKen Martin2003-07-141-9/+8
|
* some updatesKen Martin2003-07-141-1/+1
|
* some updatesKen Martin2003-07-141-44/+32
|
* BUG: Need at least 2 arguments, not exactly 2.Brad King2002-12-171-1/+1
|
* ENH: Added reference to Copyright.txt. Removed old reference to ITK ↵Brad King2002-10-231-3/+3
| | | | copyright. Changed program name to CMake instead of Insight in source file header. Also removed tabs.
* remove unused variablesKen Martin2002-09-151-1/+0
|
* FLTK_FLUID_EXE -> FLTK_FLUID_EXECUTABLEIan Scott2002-09-021-1/+1
| | | | because Module files are moving to consistent scheme
* modified how source files store propertiesKen Martin2002-08-161-1/+1
|
* removed all source lists from the system and made them vectors. Also ↵Ken Martin2002-06-271-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 commandsBill Hoffman2002-03-291-1/+1
|
* ENH: major change, the cmMakefile now contains a master list of cmSourceFile ↵Bill Hoffman2002-03-291-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 warningsBill Hoffman2002-03-131-2/+2
|
* ENH:Updated copyrightWill Schroeder2002-01-211-32/+7
|
* ENH: No longer tries to create a directory for the outputLuis Ibanez2001-12-211-11/+5
|
* FIX: The command was modified it uses now a target and a source listLuis Ibanez2001-12-111-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 manageLuis Ibanez2001-12-021-26/+32
| | | | the output directory where FLTK generated code is going to be writen.
* ENH: Custom commands are now builded.Luis Ibanez2001-11-291-19/+27
|
* ENH: Command simplified in order to construct a Source list of .cxx fromLuis Ibanez2001-11-281-58/+51
| | | | a source list of .fl GUI files.
* Command for invoking FLTK's code generator "Fluid" during the building processLuis Ibanez2001-11-271-0/+181