Brad King
|
91ddeacdbb
ERR: cmClassFile.h -> cmSourceFile.h include change.
|
25 years ago |
Ken Martin
|
73f04d1409
many fixes and cleanup and features
|
25 years ago |
Bill Hoffman
|
b5746484e4
BUG: fix duplicate property items
|
25 years ago |
Bill Hoffman
|
37468fad3a
BUG: fix cache updates
|
25 years ago |
Bill Hoffman
|
818b0e5bc1
BUG: fix build directory problem
|
25 years ago |
Brad King
|
435a8a7033
ERR: Removed extra SRC_OBJ reference. The variable is no longer used.
|
25 years ago |
Bill Hoffman
|
90e5612298
ENH: new GUI editor for cmake cache file
|
25 years ago |
Ken Martin
|
619dd8c479
added option command
|
25 years ago |
Ken Martin
|
b49204ab0d
new command
|
25 years ago |
Dan Blezek
|
8852ed9d2f
BUG: Clean was not doing it's job
|
25 years ago |
Brad King
|
80ce581a0d
ERR: Added virtual destructor to complement virtual functions in cmIfFunctionBlocker.
|
25 years ago |
Ken Martin
|
b5f62159ca
added if else endif add definition
|
25 years ago |
Ken Martin
|
24bce99cbf
cleaned up the coding style made ivars private etc
|
25 years ago |
Brad King
|
57c4325c7d
ERR: We can't assume a vector iterator is a pointer. It must be dereferenced to get a reference to the element, and then we can take the address of that to get a pointer. "i" becomes "&*i"
|
25 years ago |
Brad King
|
c025838c73
ERR: Removed unused variable.
|
25 years ago |
Bill Hoffman
|
7155d1f68b
BUG: fix small compile issues on HP aCC
|
25 years ago |
Brad King
|
f63e4a144c
ENH: Changed m_Indices to an stl set and renamed it to m_IndexSet. Using a set results in a significant performance increase and reduction in memory usage.
|
25 years ago |
Jim Miller
|
e963dcaa8f
FIX: allow ADD_LIBRARY with no source list
|
25 years ago |
Ken Martin
|
7b362bdb1f
fixed cable package issue
|
25 years ago |
Ken Martin
|
e40aaa57c3
some bug fixes
|
25 years ago |
Brad King
|
fb6c4b8710
ENH: Added individual library linkage output so that shared libraries will not try to link against themselves.
|
25 years ago |
Ken Martin
|
e784f153cf
removed old rules
|
25 years ago |
Brad King
|
69308873f9
ENH: Generation now sets up proper linking of shared libraries to each other.
|
25 years ago |
Brad King
|
7b2b93560e
ERR: Needed to switch point where CMakeTargets.make is included so that Variables will be available to the targets file.
|
25 years ago |
Ken Martin
|
865ec96644
major changes to support multiple libraries and source lists
|
25 years ago |
Brad King
|
7b47a5d2ef
ENH: Need BUILD_SHARED_LIBRARIES defined for making windows DLLs.
|
25 years ago |
Brad King
|
d1e05d738f
ERR: Added double-quotes around command name before arguments are appended.
|
25 years ago |
Brad King
|
a04fa127a8
ERR: Missed one EscapeSpaces call.
|
25 years ago |
Brad King
|
e0da3ef275
ERR: Corrected use of double-quotes to be compatible with UNIX make. Now double quotes (windows) or escape sequences for spaces (unix) are added when dependencies are output.
|
25 years ago |
Brad King
|
e7bd5fcd19
ENH: Added support for spaces in the output directory names. Spaces in the input directory name may work also, but are untested.
|
25 years ago |