Ben Boeckel
|
7abf4e313d
stringapi: Use strings for dependency information
|
11 rokov pred |
Kitware Robot
|
7bbaa4283d
Remove trailing whitespace from most CMake and C/C++ code
|
13 rokov pred |
Brad King
|
96afb12087
Convert CMake to OSI-approved BSD License
|
16 rokov pred |
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 rokov pred |
Alexander Neundorf
|
67e8012783
STYLE: QT is quicktime, Qt is Qt, as pointed out by David Faure
|
18 rokov pred |
Brad King
|
35936433e1
ENH: Merging changes from branch CMake-SourceFile2-b between tags
|
18 rokov pred |
Brad King
|
ba8ec0d5cf
ENH: Made cmSourceFile::GetDepends return reference to const so dependencies can be added only by an access method in cmSourceFile.
|
18 rokov pred |
Ken Martin
|
2bb24565e5
STYLE: fix line length
|
19 rokov pred |
Ken Martin
|
3d96e52261
STYLE: some m_ to this-> cleanup
|
19 rokov pred |
Bill Hoffman
|
347c5f4b46
ENH: add working directory support
|
20 rokov pred |
Brad King
|
83a1af15ab
BUG: Patch from Filipe Sousa. QT_WRAP_CPP should generate the file moc_dlgmain.ui.cxx instead of moc_dlgmain.cxx.
|
20 rokov pred |
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 rokov pred |
Bill Hoffman
|
6ccbfe9795
clean up commands so they don't need extra variable
|
21 rokov pred |
Andy Cedilnik
|
15cdf406d6
BUG: Fix dependency to input file for QT_WRAP_CPP. Bug #421 - QT_WRAP_CPP
|
22 rokov pred |
Andy Cedilnik
|
271f4be42a
BUG: Fix Bug #319 - Change in QT_WRAP_CPP's behaviour
|
22 rokov pred |
Andy Cedilnik
|
c968abd2c1
BUG: Fix Bug #186 - QT_WRAP_UI uses the path twice
|
22 rokov pred |
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 rokov pred |
Ian Scott
|
63d64d5780
Define a single expected format for the values defined in every FindXXX.cmake file.
|
23 rokov pred |
Ken Martin
|
7b5a8762c6
modified how source files store properties
|
23 rokov pred |
Ken Martin
|
0b88e57e54
fixed commands that were setting definitions in final pass to set definitions in initial pass
|
23 rokov pred |
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 rokov pred |
Bill Hoffman
|
7d76de4403
make sure ; expansion is done in all commands
|
23 rokov pred |
Bill Hoffman
|
8b3b49a010
ENH: major change, the cmMakefile now contains a master list of cmSourceFile objects, the source lists reference the list via pointers, also you can now set properties on a file, like compile flags, abstract, etc.
|
23 rokov pred |
Bill Hoffman
|
809b32fe59
ENH: remove several compiler warnings
|
24 rokov pred |
Will Schroeder
|
a6a43d5320
ENH:Updated copyright
|
24 rokov pred |
Franck Bettinger
|
53d0de2a9f
cleanups
|
24 rokov pred |
Franck Bettinger
|
4153857a1e
add cleaning of QT generated files when make clean is used
|
24 rokov pred |
Bill Hoffman
|
319a5e0077
BUG: CustomCommand has to use full path to Source file now
|
24 rokov pred |
Ian Scott
|
8fefb3dd22
Detect error and output useful message
|
24 rokov pred |
Ian Scott
|
3a316a6e0a
added a QT_WRAP_CPP command
|
24 rokov pred |