Bill Hoffman
|
8c3400dc6b
|
ENH: big change in the path handling, one function CreateOutputPath is used to escape spaces and convert to the native path type
|
2002-02-22 13:38:33 -05:00 |
Bill Hoffman
|
3c748ec5ad
|
ENH: add a virtual CreateMakeVariable to shorten makefile variables for borland make
|
2002-02-21 15:55:20 -05:00 |
Bill Hoffman
|
142119be95
|
ENH: only depend subdir builds on TARGETS, not all sub dir operations, we do not want to build when doing a make depend
|
2002-02-14 10:03:19 -05:00 |
Will Schroeder
|
a6a43d5320
|
ENH:Updated copyright
|
2002-01-21 15:30:43 -05:00 |
Ken Martin
|
475364ac48
|
some fixes to recent screwerd up changes
|
2002-01-18 13:30:51 -05:00 |
Sebastien Barre
|
201764e166
|
Fix so that ADD_DEPENDENCIES work (the Utilities dependencies were not output)
|
2002-01-17 15:46:04 -05:00 |
Bill Hoffman
|
e4843d83a4
|
ENH: remove the rule to run make depend from the top with each change in any cmakelist file. Instead, run make depend in the current directory if a source file changes, or if a .h file changes or is removed
|
2001-12-28 17:00:05 -05:00 |
Bill Hoffman
|
14e25b614d
|
WAR: remove warning
|
2001-12-08 20:49:25 -05:00 |
Bill Hoffman
|
30a56de4b7
|
ENH: add custom commands for targets
|
2001-12-07 10:58:06 -05:00 |
Sebastien Barre
|
f670003d24
|
Nmake build: move most of hard-coded values to config parameters
|
2001-11-29 20:59:53 -05:00 |
Bill Hoffman
|
e7bb895afd
|
ENH: borland generator 2 is working more or less
|
2001-11-28 18:07:27 -05:00 |
Bill Hoffman
|
ed50410ae7
|
bug: fix same path comparison when short paths are used
|
2001-11-28 07:15:04 -05:00 |
Berk Geveci
|
0180d3156f
|
ENH: nmake generator much closer to working with spaces
|
2001-11-27 17:53:05 -05:00 |
Bill Hoffman
|
407afb906c
|
closer to nmake working, added CMAKE_MAKE_COMMAND instead of MAKECOMMAND used by Dart, nmake makefiles work with borland make and nmake
|
2001-11-15 17:11:26 -05:00 |
Bill Hoffman
|
2df56cf21b
|
ENH: fix library builds with nmake
|
2001-11-15 09:55:50 -05:00 |
Bill Hoffman
|
94f82edd07
|
Closer to nmake build
|
2001-11-14 18:12:22 -05:00 |
Bill Hoffman
|
f978b6f7ea
|
nmake support
|
2001-11-14 10:21:59 -05:00 |
Bill Hoffman
|
dc839f80f0
|
start work on nmake generator
|
2001-11-13 18:23:45 -05:00 |
Bill Hoffman
|
6220a187ba
|
clean up object file build rule, and do not attempt to remove link_directories that are in the build tree
|
2001-11-13 15:54:41 -05:00 |
Bill Hoffman
|
112707a9dc
|
Clean up a bit more
|
2001-11-07 09:54:46 -05:00 |
Bill Hoffman
|
c15ad5c98d
|
ENH: clean up interface and change build in current directory to build the depend file first
|
2001-11-01 18:37:28 -05:00 |
Bill Hoffman
|
e197d3f219
|
remove memory leaks
|
2001-09-14 16:26:56 -04:00 |
Bill Hoffman
|
d204791e45
|
ENH: integrate borland support
|
2001-09-06 17:28:24 -04:00 |
Brad King
|
82996a636e
|
ENH: Proper dependencies between shared libraries now exist in the generated makefiles. If a shared library links to another, the other will be built before the link is attempted.
|
2001-08-29 10:46:59 -04:00 |
Bill Hoffman
|
a1ec2852af
|
ENH: some clean up, and better checking to see if we are building cmake
|
2001-07-06 14:41:18 -04:00 |
Brad King
|
e693d47253
|
ENH: Added support for selection of static/shared build on a per-library basis.
|
2001-07-02 15:38:02 -04:00 |
Brad King
|
7bb9fdbeef
|
BUG: Check for building shared libraries should read from the make file's setting, not directly from the cache.
|
2001-06-27 15:13:26 -04:00 |
Bill Hoffman
|
78ee6660a7
|
ENH: fix EXECUTABLE_OUTPUT_PATH and LIBRARY_OUTPUT_PATH for unix
|
2001-06-13 17:03:49 -04:00 |
Ken Martin
|
ff529aa861
|
some cleanup to the make depend process
|
2001-06-12 09:00:21 -04:00 |
Ken Martin
|
3ebfc32b5e
|
added install target support
|
2001-05-23 11:53:37 -04:00 |
Ken Martin
|
7ec7fb7e95
|
changes for cmake to live outside of the source tree
|
2001-05-18 15:20:31 -04:00 |
Ken Martin
|
16fc8d78f1
|
added SetLocal method
|
2001-05-18 11:12:21 -04:00 |
Bill Hoffman
|
1cd9ce6f6e
|
ENH: unify make process on unix
|
2001-05-16 15:15:21 -04:00 |
Bill Hoffman
|
885e37da22
|
ENH: call configure from cmake
|
2001-05-07 18:11:16 -04:00 |
Ken Martin
|
2da0c57d46
|
added TARGET_LINK_LIBRARY command and support for debug and release libraries to link against
|
2001-04-30 10:44:00 -04:00 |
Will Schroeder
|
54cfe84f3f
|
ENH:New copyright
|
2001-04-27 08:01:17 -04:00 |
Brad King
|
fb6c4b8710
|
ENH: Added individual library linkage output so that shared libraries will not try to link against themselves.
|
2001-04-12 09:55:08 -04:00 |
Ken Martin
|
865ec96644
|
major changes to support multiple libraries and source lists
|
2001-04-11 14:59:02 -04:00 |
Brad King
|
5fc8300476
|
ENH: Added utility dependency support. Now a project can depend on other executables as well as link libraries.
|
2001-03-09 10:53:32 -05:00 |
Brad King
|
278bcbd7be
|
ENH: Added custom rule support to cmUnixMakefileGenerator.
|
2001-03-02 16:04:26 -05:00 |
Bill Hoffman
|
89e037ee19
|
ENH: first pass at cache, clean up the unix generator, clean up configure.in some
|
2001-02-19 15:13:48 -05:00 |
Will Schroeder
|
88bbc0c30d
|
ENH:Documentation and cleanups
|
2001-01-11 14:47:38 -05:00 |
Bill Hoffman
|
c54a05bfc7
|
ENH: rework cmake, added ruleMaker classes and changed the syntax of the CMakeLists.txt files.
|
2001-01-05 11:41:20 -05:00 |