Brad King
|
96afb12087
Convert CMake to OSI-approved BSD License
|
16 years ago |
Bill Hoffman
|
8ef1cedbef
BUG: fix for bug 7228 FLTK_WRAP_UI segfault fixed
|
17 years ago |
Ken Martin
|
0e69d38004
ENH: add return and break support to cmake, also change basic command invocation signature to be able to return extra informaiton via the cmExecutionStatus class
|
18 years ago |
Brad King
|
35936433e1
ENH: Merging changes from branch CMake-SourceFile2-b between tags
|
18 years ago |
Brad King
|
3f2dd9bc54
ENH: Made cmTarget::GetSourceFiles method return reference to const so addition of cmSourceFile pointers must be done with an access method in cmTarget.
|
18 years ago |
Brad King
|
ba8ec0d5cf
ENH: Made cmSourceFile::GetDepends return reference to const so dependencies can be added only by an access method in cmSourceFile.
|
18 years ago |
Brad King
|
d2f62e6ac3
ENH: Made cmTarget::GetSourceLists return a reference to const so that all additions of sources must go through access methods in cmTarget.
|
18 years ago |
Ken Martin
|
5d11564c35
ENH: allow source file properties to chain to Directories and up
|
19 years ago |
Ken Martin
|
27379d7b08
ENH: make properties a bit more formal with documentation and chaining
|
19 years ago |
Ken Martin
|
039ec75730
STYLE: fix line length
|
19 years ago |
Ken Martin
|
2af4710525
STYLE: fix line length
|
19 years ago |
Bill Hoffman
|
c9cd47deda
ENH: make sure command depends on fluid
|
19 years ago |
Ken Martin
|
3d96e52261
STYLE: some m_ to this-> cleanup
|
20 years ago |
Bill Hoffman
|
347c5f4b46
ENH: add working directory support
|
20 years ago |
Brad King
|
18477b194c
BUG: Removed bogust dependency.
|
20 years ago |
Ken Martin
|
76bd115813
ENH; better warning message and fix type per julien
|
20 years ago |
Bill Hoffman
|
b15852d8b7
ENH: make sure custom command depend on fluid so if fltk is part of project fluid gets built first
|
20 years ago |
Ken Martin
|
c25e2b9b97
ENH: change workings of command so that it can all happing in the initial pass still works the old way but complains
|
20 years ago |
Brad King
|
39af9ee1e4
ENH: Updated implementation of custom commands. Multiple command lines are 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.
|
21 years ago |
Bill Hoffman
|
6ccbfe9795
clean up commands so they don't need extra variable
|
21 years ago |
Andy Cedilnik
|
2ccce878a3
ENH: Cleanups
|
22 years ago |
Ken Martin
|
af8c7e7616
some updates
|
22 years ago |
Ken Martin
|
24f4c279d9
some updates
|
22 years ago |
Ken Martin
|
eacc8da7e5
some updates
|
22 years ago |
Brad King
|
3303599c75
BUG: Need at least 2 arguments, not exactly 2.
|
23 years ago |
Brad King
|
1f6a3c67b1
ENH: Added reference to Copyright.txt. Removed old reference to ITK copyright. Changed program name to CMake instead of Insight in source file header. Also removed tabs.
|
23 years ago |
Ken Martin
|
4dec2a174a
remove unused variables
|
23 years ago |
Ian Scott
|
95a506e6de
FLTK_FLUID_EXE -> FLTK_FLUID_EXECUTABLE
|
23 years ago |
Ken Martin
|
7b5a8762c6
modified how source files store properties
|
23 years ago |
Ken Martin
|
44a7cd55ff
removed all source lists from the system and made them vectors. Also 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
|
23 years ago |