summaryrefslogtreecommitdiff
path: root/Source/cmFLTKWrapUICommand.cxx
Commit message (Expand)AuthorAgeFilesLines
* cmTarget: Make the source files depend on the config.Stephen Kelly2014-04-021-1/+1
* cmTarget: Use string API to add sources to cmTarget objects.Stephen Kelly2014-03-311-1/+1
* Remove some c_str() calls.Stephen Kelly2014-03-111-5/+5
* stringapi: Use strings for dependency informationBen Boeckel2014-03-081-1/+1
* cmMakefile: make some methods take const std::string& instead of const char*Rolf Eike Beer2014-01-161-1/+1
* cmTarget: Make GetSourceFiles populate an out-vector parameter.Stephen Kelly2014-01-091-2/+2
* Store includes from the same include_directories call together.Stephen Kelly2013-01-211-1/+5
* Remove trailing whitespace from most CMake and C/C++ codeKitware Robot2012-08-131-13/+13
* Convert CMake to OSI-approved BSD LicenseBrad King2009-09-281-14/+9
* BUG: fix for bug 7228 FLTK_WRAP_UI segfault fixedBill Hoffman2008-06-231-1/+13
* ENH: add return and break support to cmake, also change basic command invocat...Ken Martin2008-01-231-1/+2
* ENH: Merging changes from branch CMake-SourceFile2-b between tagsBrad King2007-06-181-12/+9
* ENH: Made cmTarget::GetSourceFiles method return reference to const so additi...Brad King2007-05-281-2/+2
* ENH: Made cmSourceFile::GetDepends return reference to const so dependencies ...Brad King2007-05-281-2/+2
* ENH: Made cmTarget::GetSourceLists return a reference to const so that all ad...Brad King2007-05-281-1/+1
* ENH: allow source file properties to chain to Directories and upKen Martin2006-12-131-2/+1
* ENH: make properties a bit more formal with documentation and chainingKen Martin2006-12-071-0/+2
* 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-131-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 f...Bill Hoffman2005-07-261-1/+1
* ENH: change workings of command so that it can all happing in the initial pas...Ken Martin2005-06-101-7/+41
* ENH: Updated implementation of custom commands. Multiple command lines are n...Brad King2005-02-221-20/+21
* 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 copyrigh...Brad King2002-10-231-3/+3
* remove unused variablesKen Martin2002-09-151-1/+0
* FLTK_FLUID_EXE -> FLTK_FLUID_EXECUTABLEIan Scott2002-09-021-1/+1
* modified how source files store propertiesKen Martin2002-08-161-1/+1
* removed all source lists from the system and made them vectors. Also appended...Ken Martin2002-06-271-18/+11
* 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
* 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
* ENH: AddCustomCommand register now multiple outputs. Auxiliary variable manageLuis Ibanez2001-12-021-26/+32
* 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
* Command for invoking FLTK's code generator "Fluid" during the building processLuis Ibanez2001-11-261-0/+181