Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Convert CMake to OSI-approved BSD License | Brad King | 2009-09-28 | 1 | -14/+9 |
| | | | | | | | This converts the CMake license to a pure 3-clause OSI-approved BSD License. We drop the previous license clause requiring modified versions to be plainly marked. We also update the CMake copyright to cover the full development time range. | ||||
* | BUG: fix for bug 7228 FLTK_WRAP_UI segfault fixed | Bill Hoffman | 2008-06-23 | 1 | -1/+13 |
| | |||||
* | ENH: add return and break support to cmake, also change basic command ↵ | Ken Martin | 2008-01-23 | 1 | -1/+2 |
| | | | | invocation signature to be able to return extra informaiton via the cmExecutionStatus class | ||||
* | ENH: Merging changes from branch CMake-SourceFile2-b between tags | Brad King | 2007-06-18 | 1 | -12/+9 |
| | | | | | | | | | | | | | | | | | | | | | | | | CMake-SourceFile2-bp and CMake-SourceFile2-b-mp1 to trunk. This commit is surrounded by tags CMake-SourceFile2-b-mp1-pre and CMake-SourceFile2-b-mp1-post on the trunk. The changes re-implement cmSourceFile and the use of it to allow instances to be created much earlier. The use of cmSourceFileLocation allows locating a source file referenced by a user to be much simpler and more robust. The two SetName methods are no longer needed so some duplicate code has been removed. The strange "SourceName" stuff is gone. Code that created cmSourceFile instances on the stack and then sent them to cmMakefile::AddSource has been simplified and converted to getting cmSourceFile instances from cmMakefile. The CPluginAPI has preserved the old API through a compatibility interface. Source lists are gone. Targets now get real instances of cmSourceFile right away instead of storing a list of strings until the final pass. TraceVSDependencies has been re-written to avoid the use of SourceName. It is now called TraceDependencies since it is not just for VS. It is now implemented with a helper object which makes the code simpler. | ||||
* | ENH: Made cmTarget::GetSourceFiles method return reference to const so ↵ | Brad King | 2007-05-28 | 1 | -2/+2 |
| | | | | addition of cmSourceFile pointers must be done with an access method in cmTarget. | ||||
* | ENH: Made cmSourceFile::GetDepends return reference to const so dependencies ↵ | Brad King | 2007-05-28 | 1 | -2/+2 |
| | | | | can be added only by an access method in cmSourceFile. | ||||
* | ENH: Made cmTarget::GetSourceLists return a reference to const so that all ↵ | Brad King | 2007-05-28 | 1 | -1/+1 |
| | | | | additions of sources must go through access methods in cmTarget. | ||||
* | ENH: allow source file properties to chain to Directories and up | Ken Martin | 2006-12-13 | 1 | -2/+1 |
| | |||||
* | ENH: make properties a bit more formal with documentation and chaining | Ken Martin | 2006-12-07 | 1 | -0/+2 |
| | |||||
* | STYLE: fix line length | Ken Martin | 2006-05-11 | 1 | -3/+4 |
| | |||||
* | STYLE: fix line length | Ken Martin | 2006-05-10 | 1 | -4/+14 |
| | |||||
* | ENH: make sure command depends on fluid | Bill Hoffman | 2006-04-24 | 1 | -0/+1 |
| | |||||
* | STYLE: some m_ to this-> cleanup | Ken Martin | 2006-03-15 | 1 | -21/+21 |
| | |||||
* | ENH: add working directory support | Bill Hoffman | 2006-02-08 | 1 | -2/+5 |
| | |||||
* | BUG: Removed bogust dependency. | Brad King | 2006-01-14 | 1 | -1/+0 |
| | |||||
* | ENH; better warning message and fix type per julien | Ken Martin | 2005-07-29 | 1 | -1/+4 |
| | |||||
* | ENH: make sure custom command depend on fluid so if fltk is part of project ↵ | Bill Hoffman | 2005-07-26 | 1 | -1/+1 |
| | | | | fluid gets built first | ||||
* | ENH: change workings of command so that it can all happing in the initial ↵ | Ken Martin | 2005-06-10 | 1 | -7/+41 |
| | | | | pass still works the old way but complains | ||||
* | ENH: Updated implementation of custom commands. Multiple command lines are ↵ | Brad King | 2005-02-22 | 1 | -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 variable | Bill Hoffman | 2004-06-16 | 1 | -16/+0 |
| | |||||
* | ENH: Cleanups | Andy Cedilnik | 2004-02-22 | 1 | -0/+2 |
| | |||||
* | some updates | Ken Martin | 2003-07-14 | 1 | -9/+8 |
| | |||||
* | some updates | Ken Martin | 2003-07-14 | 1 | -1/+1 |
| | |||||
* | some updates | Ken Martin | 2003-07-14 | 1 | -44/+32 |
| | |||||
* | BUG: Need at least 2 arguments, not exactly 2. | Brad King | 2002-12-17 | 1 | -1/+1 |
| | |||||
* | 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 |