Phil Pritchett
|
4ba36ca453
INCLUDE_EXTERNAL_MSPROJECT command
|
vor 24 Jahren |
Bill Hoffman
|
cc5c1fa6f7
ENH: separate command from its arguments in the custom command. This allows the generator on windows to change the slashes for just the command
|
vor 24 Jahren |
Bill Hoffman
|
db1303aa7d
ENH: big change, only allow commands access to the cache via the cmMakefile class and GetDefinition, also the cmMakefile is the only way for commands to add to the cache. Also, some changes to configure.in that check for for scoping
|
vor 24 Jahren |
Brad King
|
cfa25e9e1a
ENH: Added INSTALL_PROGRAMS command and corresponding support. This involved splitting cmTarget::INSTALL into INSTALL_FILES and INSTALL_PROGRAMS enum values. INSTALL_FILES no longer adds execute permission. The INSTALL_PROGRAMS commnad takes either a list of explicit names, or a regex. It will not expand source lists like the INSTALL_FILES command will.
|
vor 24 Jahren |
Brad King
|
e693d47253
ENH: Added support for selection of static/shared build on a per-library basis.
|
vor 24 Jahren |
Bill Hoffman
|
9c9461d130
allow no name project
|
vor 24 Jahren |
Bill Hoffman
|
4f77d737c9
ENH: move utilities to targets from makefile, and add versioning to cache
|
vor 24 Jahren |
Bill Hoffman
|
38a164d254
ENH: rename DSWMakefile and DSPMakefile to DSWWriter and DSPWriter
|
vor 24 Jahren |
Bill Hoffman
|
b92b025226
STYLE: line too long
|
vor 24 Jahren |
Bill Hoffman
|
a3cfcd9894
BUG: clean up memory leaks.
|
vor 24 Jahren |
Ken Martin
|
1f6057e864
install fixes for win32
|
vor 24 Jahren |
Ken Martin
|
089aa3e106
option to make utilities in the all target
|
vor 24 Jahren |
Bill Hoffman
|
de10cfc72e
ENH: move testing stuff to cmake from configure, good bye dashboard... :)
|
vor 24 Jahren |
Bill Hoffman
|
96ec40943c
ENH: implement ADD_TARGET command, and add an ALL_BUILD target
|
vor 24 Jahren |
Ken Martin
|
2da0c57d46
added TARGET_LINK_LIBRARY command and support for debug and release libraries to link against
|
vor 24 Jahren |
Will Schroeder
|
54cfe84f3f
ENH:New copyright
|
vor 24 Jahren |
Ken Martin
|
41e1270413
support for debug and opt libraries
|
vor 24 Jahren |
Bill Hoffman
|
90e5612298
ENH: new GUI editor for cmake cache file
|
vor 24 Jahren |
Ken Martin
|
24bce99cbf
cleaned up the coding style made ivars private etc
|
vor 24 Jahren |
Ken Martin
|
865ec96644
major changes to support multiple libraries and source lists
|
vor 24 Jahren |
Bill Hoffman
|
70b14df3f0
BUG: fix depends for libraries and executables in the same dir
|
vor 24 Jahren |
Brad King
|
5fc8300476
ENH: Added utility dependency support. Now a project can depend on other executables as well as link libraries.
|
vor 25 Jahren |
Bill Hoffman
|
af30fe6745
BUG: fix circular depends on libraries and remove depends for static libraries
|
vor 25 Jahren |
Ken Martin
|
e5e2a57bfb
many enhancements including dll support
|
vor 25 Jahren |
Bill Hoffman
|
0b0d1b1d43
ENH: add CMakeCache.txt support
|
vor 25 Jahren |
Bill Hoffman
|
89e037ee19
ENH: first pass at cache, clean up the unix generator, clean up configure.in some
|
vor 25 Jahren |
Ken Martin
|
43859e36cf
ENH: add new commands fro find library and find program
|
vor 25 Jahren |
Ken Martin
|
fce56c57c4
some cleanup and fixes
|
vor 25 Jahren |
Bill Hoffman
|
d195c01a90
ENH: add cache manager class, move all commands into cmCommands.cxx to speed up compile times, share a .lib with the command line and mfc versions.
|
vor 25 Jahren |
Will Schroeder
|
0ce5ac760b
ENH:Documentation and cleanups
|
vor 25 Jahren |