Brad King
|
0e44f4894f
Rename local target lookup methods to clarify purpose
|
9 years ago |
Stephen Kelly
|
9d653f9c1c
cmFLTKWrapUI: Remove CMake 2.2 compat code.
|
10 years ago |
Stephen Kelly
|
32b8f03acc
cmMakefile: Port users of GetStart* methods to new names.
|
10 years ago |
Stephen Kelly
|
54d6a9187f
cmMakefile: Rename GetCurrent{Output,Binary}Directory.
|
10 years ago |
Stephen Kelly
|
55d80d0a85
cmMakefile: Rename GetCurrent{,Source}Directory.
|
10 years ago |
Stephen Kelly
|
bd990c803b
Remove use of ExpandSourceListArguments.
|
11 years ago |
Stephen Kelly
|
e6971df6ab
cmTarget: Make the source files depend on the config.
|
11 years ago |
Stephen Kelly
|
26d494ba01
cmTarget: Use string API to add sources to cmTarget objects.
|
11 years ago |
Stephen Kelly
|
21c573f682
Remove some c_str() calls.
|
11 years ago |
Ben Boeckel
|
7abf4e313d
stringapi: Use strings for dependency information
|
11 years ago |
Rolf Eike Beer
|
c768e398f9
cmMakefile: make some methods take const std::string& instead of const char*
|
12 years ago |
Stephen Kelly
|
531e40b95e
cmTarget: Make GetSourceFiles populate an out-vector parameter.
|
12 years ago |
Stephen Kelly
|
0d46e9a029
Store includes from the same include_directories call together.
|
13 years ago |
Kitware Robot
|
7bbaa4283d
Remove trailing whitespace from most CMake and C/C++ code
|
13 years ago |
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 |