Amitha Perera
|
0e6b39e52f
BUG: Correct some of the dependency analysis code.
|
23 年之前 |
Bill Hoffman
|
6734d3bb88
ENH: change set<string> to set<cmStdString> to avoid long symbols that crash ar on solaris
|
23 年之前 |
Bill Hoffman
|
cdf550de13
ENH: rework library depend stuff
|
23 年之前 |
Amitha Perera
|
4bff970413
- bug fix where paths weren't being output when LIB_OUT_PATH *isn't* used
|
23 年之前 |
Bill Hoffman
|
46e9d970e9
remove canonical conversion for lib names
|
23 年之前 |
Amitha Perera
|
4fe8947bcc
BUG: The library paths should stay with the libraries during dependency analysis.
|
23 年之前 |
Bill Hoffman
|
27fe57b716
ENH: change LINK_LIBRARY to add to targets
|
23 年之前 |
Amitha Perera
|
1f8df8585e
ENH: Add library dependency analysis.
|
23 年之前 |
Bill Hoffman
|
4ea0f6b949
ENH: add enable language support for PROJECT command, this means that a C only project can be built with cmake, even without a cxx compiler
|
23 年之前 |
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 年之前 |
Will Schroeder
|
a6a43d5320
ENH:Updated copyright
|
24 年之前 |
Luis Ibanez
|
bf7470be7c
FIX: GENERATED_CODE type is no longer needed: generated code is not a Target.
|
24 年之前 |
Luis Ibanez
|
f86418e99f
ENH: A type of target was added for representing GENERATED_CODE
|
24 年之前 |
Yves Starreveld
|
247c1640da
|
24 年之前 |
Bill Hoffman
|
ddd5a7d729
ENH: change all maps of string to be maps of cmStdString, to reduce symbol length in object files.
|
24 年之前 |
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.
|
24 年之前 |
Brad King
|
e693d47253
ENH: Added support for selection of static/shared build on a per-library basis.
|
24 年之前 |
Ken Martin
|
012603c746
duh
|
24 年之前 |
Ken Martin
|
521e301116
minor cvs web changeCMakeLists.txt
|
24 年之前 |
Bill Hoffman
|
4f77d737c9
ENH: move utilities to targets from makefile, and add versioning to cache
|
24 年之前 |
Ken Martin
|
dbebd0a276
added install rules
|
24 年之前 |
Ken Martin
|
32f7cef6f3
added win32 executable option
|
24 年之前 |
Ken Martin
|
089aa3e106
option to make utilities in the all target
|
24 年之前 |
Bill Hoffman
|
96ec40943c
ENH: implement ADD_TARGET command, and add an ALL_BUILD target
|
24 年之前 |
Ken Martin
|
2da0c57d46
added TARGET_LINK_LIBRARY command and support for debug and release libraries to link against
|
24 年之前 |
Will Schroeder
|
54cfe84f3f
ENH:New copyright
|
24 年之前 |
Ken Martin
|
73f04d1409
many fixes and cleanup and features
|
24 年之前 |
Ken Martin
|
24bce99cbf
cleaned up the coding style made ivars private etc
|
24 年之前 |
Ken Martin
|
865ec96644
major changes to support multiple libraries and source lists
|
24 年之前 |