Amitha Perera
|
0f98c51d77
|
ENH: Runtime library search paths can be added to the link lines for
on shared builds.
|
2001-06-08 00:18:54 -04:00 |
Bill Hoffman
|
4f77d737c9
|
ENH: move utilities to targets from makefile, and add versioning to cache
|
2001-06-07 14:52:29 -04:00 |
Amitha Perera
|
84edcba848
|
ENH: Compress the library search directories so that each appears only once.
|
2001-06-05 22:54:42 -04:00 |
Bill Hoffman
|
b6d823a7c1
|
ENH: try to better handle control-c during make Makefiles
|
2001-06-04 11:34:22 -04:00 |
Amitha Perera
|
dbf65f216f
|
BUG: Now only one makefile rule is generated per depenency. This eliminates
a number of warnings.
|
2001-05-29 14:16:27 -04:00 |
Brad King
|
410f4838b8
|
BUG: WIN32 executable target rules are now generated in unix the same as any other executable (instead of not at all).
|
2001-05-25 15:32:22 -04:00 |
Brad King
|
c60696ccaf
|
BUG: Fixed logic that splits a full path library link into the -L and -l pieces to not write out a -l by itself if the file regular expression does not match.
|
2001-05-25 14:27:30 -04:00 |
Ken Martin
|
3ebfc32b5e
|
added install target support
|
2001-05-23 11:53:37 -04:00 |
Bill Hoffman
|
52e83c7afd
|
BUG: do not include /usr/lib in -L
|
2001-05-22 17:49:18 -04:00 |
Bill Hoffman
|
beaa7dc1c8
|
BUG: fix depends and CXXFLAGS passing
|
2001-05-22 13:22:30 -04:00 |
Bill Hoffman
|
c1086a9524
|
fix for hp x11 and gl
|
2001-05-21 16:10:20 -04:00 |
Bill Hoffman
|
4ea1c51eba
|
clean up for build on its own
|
2001-05-21 14:01:30 -04:00 |
Ken Martin
|
619864c09e
|
new out of place builds
|
2001-05-21 09:32:11 -04:00 |
Bill Hoffman
|
8798d52790
|
ENH: add support for X11
|
2001-05-18 16:45:53 -04:00 |
Ken Martin
|
05d4b9aafd
|
duh
|
2001-05-18 16:30:31 -04:00 |
Ken Martin
|
7ec7fb7e95
|
changes for cmake to live outside of the source tree
|
2001-05-18 15:20:31 -04:00 |
Brad King
|
1e7d8f8148
|
BUG: fix link of executables
|
2001-05-18 11:48:20 -04:00 |
Ken Martin
|
16fc8d78f1
|
added SetLocal method
|
2001-05-18 11:12:21 -04:00 |
Bill Hoffman
|
06429282f5
|
BUG: quote the compiler and other options
|
2001-05-18 10:15:54 -04:00 |
Ken Martin
|
aa72e182fe
|
half checked in changes for CMAKE_ROOT
|
2001-05-17 12:08:46 -04:00 |
Bill Hoffman
|
d4498a9e52
|
BUG: fix for sun compiler
|
2001-05-16 18:08:14 -04:00 |
Brad King
|
93bdef43fb
|
ERR: int -> unsigned int
|
2001-05-16 17:18:15 -04:00 |
Bill Hoffman
|
1cd9ce6f6e
|
ENH: unify make process on unix
|
2001-05-16 15:15:21 -04:00 |
Bill Hoffman
|
72a9a5546f
|
BUG: fix find library for unix
|
2001-05-11 14:39:30 -04:00 |
Ken Martin
|
639f1fa239
|
added registry entry support and windows app support
|
2001-05-11 10:53:17 -04:00 |
Brad King
|
968610b041
|
BUG: Removed stray debugging output statement. Also renamed some variables for clarity.
|
2001-05-10 11:20:16 -04:00 |
Bill Hoffman
|
f07ee5b817
|
ENH: change find library and find program to look for more than one name
|
2001-05-09 14:53:32 -04:00 |
Bill Hoffman
|
885e37da22
|
ENH: call configure from cmake
|
2001-05-07 18:11:16 -04:00 |
Ken Martin
|
e126954393
|
fixes for untiltiy targets in all
|
2001-05-04 17:00:22 -04:00 |
Bill Hoffman
|
de10cfc72e
|
ENH: move testing stuff to cmake from configure, good bye dashboard... :)
|
2001-05-04 11:30:46 -04:00 |
Bill Hoffman
|
96ec40943c
|
ENH: implement ADD_TARGET command, and add an ALL_BUILD target
|
2001-05-01 16:55:32 -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 |
Brad King
|
13143f51d2
|
ERR: Renamed CustomCommands to BuildRules to match change in cmSourceGroup.
|
2001-04-27 14:57:48 -04:00 |
Will Schroeder
|
54cfe84f3f
|
ENH:New copyright
|
2001-04-27 08:01:17 -04:00 |
Ken Martin
|
41e1270413
|
support for debug and opt libraries
|
2001-04-26 16:22:53 -04:00 |
Ken Martin
|
30ad61805b
|
bug fixes
|
2001-04-26 09:38:31 -04:00 |
Brad King
|
c3ab706698
|
BUG: Fixed output of dependencies. It needs to loop over the makefile's targets, not the source lists.
|
2001-04-25 09:39:23 -04:00 |
Brad King
|
91ddeacdbb
|
ERR: cmClassFile.h -> cmSourceFile.h include change.
|
2001-04-24 17:33:09 -04:00 |
Ken Martin
|
73f04d1409
|
many fixes and cleanup and features
|
2001-04-24 16:49:12 -04:00 |
Dan Blezek
|
8852ed9d2f
|
BUG: Clean was not doing it's job
|
2001-04-23 13:58:36 -04:00 |
Ken Martin
|
24bce99cbf
|
cleaned up the coding style made ivars private etc
|
2001-04-19 13:28:46 -04:00 |
Brad King
|
c025838c73
|
ERR: Removed unused variable.
|
2001-04-17 07:42:33 -04:00 |
Ken Martin
|
e40aaa57c3
|
some bug fixes
|
2001-04-12 15:34:09 -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 |
Brad King
|
69308873f9
|
ENH: Generation now sets up proper linking of shared libraries to each other.
|
2001-04-11 16:34:53 -04:00 |
Ken Martin
|
865ec96644
|
major changes to support multiple libraries and source lists
|
2001-04-11 14:59:02 -04:00 |
Brad King
|
a04fa127a8
|
ERR: Missed one EscapeSpaces call.
|
2001-04-09 10:53:17 -04:00 |
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.
|
2001-04-09 10:31:36 -04:00 |
Brad King
|
8c087d0e7a
|
ENH: Added SOURCE_GROUP command and corresponding support code. This command allows CMakeLists files to specify how sources are organized into groups in the generated DSP files and makefiles.
|
2001-03-20 13:20:59 -05: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 |