6c757d2715BUG: enable testing even if not tcl found
Bill Hoffman
2001-07-18 10:17:17 -04:00
21d634c525ENH: Added generation of dependencies on the CMake-generated input to gcc-xml so that re-generation of wrappers will occur if a header changes.
Brad King
2001-07-17 15:41:49 -04:00
7df455251bBUG: Need to expand variables in search paths in case it hasn't been done yet by the makefile.
Brad King
2001-07-17 15:41:04 -04:00
82c1916a6dENH: Hacked together a new implementation of the dependency generator code. This should support finding dependencies for individual files without doing them for the entire makefile. Use cmMakeDepend::FindDependencies() to do this.
Brad King
2001-07-17 15:09:16 -04:00
c5381e8588ENH: Added support for using backslash-style escaping in CMakeLists.txt file arguments. This allows double quotes to be used in arguments.
Brad King
2001-07-17 09:54:05 -04:00
e169953e92ENH: Source and header file extensions are in variables in cmMakefile. AUX_SOURCE_DIRECTORY will only add files that have a "source" extension.
Amitha Perera
2001-07-16 18:40:42 -04:00
fdfe7a357eENH: add TestingSetup
Bill Hoffman
2001-07-16 16:49:26 -04:00
823584cfa5Search path for OpenGL related libraries
Luis Ibanez
2001-07-16 15:19:05 -04:00
21e4ac132fERR: ITK is the original sponsoring project for CMake, not itself.
Brad King
2001-07-16 11:17:39 -04:00
a07fa65f9dENH: add a variable for CMAKE_COMPILER_IS_GNUCXX
Bill Hoffman
2001-07-16 10:17:35 -04:00
42e3ee8c05BUG: make sure cache is cleared
Bill Hoffman
2001-07-16 10:15:17 -04:00
556d27c9ebENH: add support for mac osx
Bill Hoffman
2001-07-16 10:14:41 -04:00
ae25b63b6aENH: add a check to avoid quitting before rebuilding
Bill Hoffman
2001-07-12 19:48:41 -04:00
df79a0bc47version num
Ken Martin
2001-07-11 13:31:47 -04:00
ec50160652version num
Ken Martin
2001-07-11 13:30:59 -04:00
f42e4d5cd2fixed up resizing info
Ken Martin
2001-07-11 13:06:41 -04:00
189a9db9b6BUG: make sure find program does not find directories
Bill Hoffman
2001-07-11 12:12:13 -04:00
d4edafe717BUG: remove iostream.h includes
Bill Hoffman
2001-07-10 17:13:16 -04:00
cf2f3998ecUnnecessary variable
Berk Geveci
2001-07-10 16:20:42 -04:00
87331468e9Better error checking.
Berk Geveci
2001-07-10 16:20:24 -04:00
726f4fc524BUG: fix excape of * for cmake
Bill Hoffman
2001-07-10 14:29:45 -04:00
f7ca7fb868BUG: When splitting a full path library into separate -L and -l parts, the -l part may not have a "lib" prefix on cygwin.
Brad King
2001-07-10 13:57:35 -04:00
fdd48818dbENH: Removing automatic setting of BUILD_SHARED_LIBS. Projects that support this should explicitly declare it with the OPTION command, or set its libraries to shared or static directly on each ADD_LIBRARY command.
Brad King
2001-07-10 12:09:18 -04:00
2ba4fc285bChecking if tclshcommand is defined before running it.
Berk Geveci
2001-07-10 11:56:26 -04:00
e5a3ad77e5ENH: Added -D(library_name)_EXPORTS to build rules for sources that are going to be linked into a shared library. This allows dllexport setup for DLL building on cygwin. It may also come in handy in unix in the future. This corresponds to the same definition added by the dll dsp template in windows.
Brad King
2001-07-10 11:46:20 -04:00
e0fa3f281cchanges to better handle old values or hand set values
Ken Martin
2001-07-10 09:23:34 -04:00
b4462da66aDisabled doxygen and gnats
nobody
2001-07-09 12:46:40 -04:00
c437247141BUG: library extension goes after library name, not before
Amitha Perera
2001-07-08 17:54:46 -04:00
a1ec2852afENH: some clean up, and better checking to see if we are building cmake
Bill Hoffman
2001-07-06 14:41:18 -04:00
f1892133c9ENH: run make depend
Bill Hoffman
2001-07-06 14:11:59 -04:00
9027c8bdf7ERR:Spelling mistake
Will Schroeder
2001-07-06 12:46:31 -04:00
8c3d29d0d3ENH: Warning 4503 disable for MSVC.
Brad King
2001-07-06 09:22:41 -04:00
9fb9493137BUG: fix flags for cygwin and shared builds
Bill Hoffman
2001-07-05 18:15:05 -04:00
05fb9379efENH: add better error output
Bill Hoffman
2001-07-05 17:52:31 -04:00
863ca7d0e2BUG: fix solaris problems in install and ar
Bill Hoffman
2001-07-05 12:03:57 -04:00
3524dc421fENH: Removed -fsyntax-only flag from call to gcc-xml. It should be part of GCCXML_FLAGS.
Brad King
2001-07-03 10:53:10 -04:00
331c517eebRenamed the ReleaseWithDebugInfo Build configuration to RelWithDebInfo, because msdev does simple matching on build target, and specifying either Release or Debug builds would also build ReleaseWithDebugInfo
Ian Scott
2001-07-03 05:27:39 -04:00
d9e7be545fBUG: When outputting relative path of .o, the relative path of the source file must also be written (not full path).
Brad King
2001-07-02 16:52:56 -04:00
c453f2fc7aFIX: BuildName removes path to compiler and converts any illegal characters
Jim Miller
2001-07-02 16:30:40 -04:00
6307ffbb65ENH: Removed deprecated command completely.
Brad King
2001-07-02 15:58:01 -04:00
e693d47253ENH: Added support for selection of static/shared build on a per-library basis.
Brad King
2001-07-02 15:38:02 -04:00
ae2723878ebetter arg support
Ken Martin
2001-07-02 14:38:39 -04:00
4e80d8e2b2Should not be inherited.
Berk Geveci
2001-07-02 14:03:45 -04:00
44062bf4b7Better error checking.
Berk Geveci
2001-07-02 14:03:20 -04:00
238fe481f3Wrong place for fout
Berk Geveci
2001-07-02 14:02:55 -04:00
45bc8cc1ddcmake logo for dashboard
Ken Martin
2001-06-29 17:06:49 -04:00
2954bbcedfcmake logo for dashboard
Ken Martin
2001-06-29 16:59:59 -04:00
1a7955cbcecmake logo for dashboard
Ken Martin
2001-06-29 16:55:02 -04:00
901d2626cebetter configure file command
Ken Martin
2001-06-29 16:46:28 -04:00
51a8914630added logo
nobody
2001-06-29 16:06:37 -04:00
896dce551ccmake logo for dashboard
Ken Martin
2001-06-29 13:43:47 -04:00
fd06cd32c1minor compile fix
Ken Martin
2001-06-29 09:53:09 -04:00
0846046200BUG: break up CMAKE_AR into program and ARGS
Bill Hoffman
2001-06-29 09:30:01 -04:00
a7f7366abdENH: various fixes to allow bootstrap on sunos with CC
Bill Hoffman
2001-06-28 17:45:54 -04:00
850d74f67ffixed Dart issue
Bill Hoffman
2001-06-28 16:45:22 -04:00
ea712cf8a8set values in the cache not just the current makefile
Bill Hoffman
2001-06-28 15:27:44 -04:00
d08d2738c9Undefined symbol
Berk Geveci
2001-06-28 15:11:40 -04:00
19bd2c0c29Special rules for out-of-package source files.
Berk Geveci
2001-06-28 15:08:50 -04:00
61acb47f54BUG: fix for sgi compiler
Bill Hoffman
2001-06-28 14:53:08 -04:00
aec9f9eaa9BUG: pass flags to compiler during configure
Bill Hoffman
2001-06-28 14:38:21 -04:00
5bd5e6553bBUG: pass flags to compiler during configure
Bill Hoffman
2001-06-28 14:27:04 -04:00
1b9a530ef4BUG: find files in subdirectories
Bill Hoffman
2001-06-28 14:01:21 -04:00
d1b419b7befix for scope on hp
Bill Hoffman
2001-06-28 11:42:24 -04:00
a5349a79c3BUG: check size of path error, HP gcount problem
Bill Hoffman
2001-06-28 11:40:35 -04:00
b6121bf8a8Added variable expansion.
Berk Geveci
2001-06-27 17:19:11 -04:00
2a7fc5750bupdated version to 0.3
Ken Martin
2001-06-27 16:18:14 -04:00
ac12186742updated version to 0.2
Ken Martin
2001-06-27 16:17:35 -04:00
ae243b21bbENH: fix install when executable and lib path set
Ken Martin
2001-06-27 16:14:14 -04:00
a5cda2217dENH: fix install for cygwin, build cmake from configure
Bill Hoffman
2001-06-27 15:42:27 -04:00
7bb9fdbeefBUG: Check for building shared libraries should read from the make file's setting, not directly from the cache.
Brad King
2001-06-27 15:13:26 -04:00
459dfc7531BUG: Check for building shared libraries should read from makefile's setting, not directly from the cache.
Brad King
2001-06-27 15:09:22 -04:00
dce7d07038added binary download
Will Schroeder
2001-06-27 13:57:24 -04:00
be74431f22updated for 0.2
Ken Martin
2001-06-27 13:16:57 -04:00
5579ee31d5documentation change
Ken Martin
2001-06-27 13:14:34 -04:00
cdb3f325b5ENH: Use ${MAKE} instead of make for dependent library rules
Amitha Perera
2001-06-27 12:09:56 -04:00
7eb2940eedalphabetized
Ken Martin
2001-06-27 11:49:02 -04:00
b5c6730f70added help options
Ken Martin
2001-06-27 11:35:08 -04:00
c19c252e23minor fixes to testing
Ken Martin
2001-06-27 09:17:12 -04:00
c6418bd34bmod to the testing
Ken Martin
2001-06-27 09:16:48 -04:00
00f2337e44added dependencies for testing
Ken Martin
2001-06-27 09:16:16 -04:00
29450e7f48ENH: convert to unix slashes on browse, remove font and color junk
Bill Hoffman
2001-06-26 16:44:22 -04:00
cd493124f7BUG: change to dos mode
Bill Hoffman
2001-06-26 16:19:23 -04:00
6de6f73468update for CMake changes
Ken Martin
2001-06-26 13:41:30 -04:00
c84f6448a6modified how paths are escaped, added depends
Ken Martin
2001-06-26 13:23:55 -04:00
43ac1a3a86added add dependencies command
Ken Martin
2001-06-26 10:01:03 -04:00
78cc9b21e0better GUI resize and combo box fixes
Ken Martin
2001-06-26 09:55:35 -04:00
d2c2cf3296FIX: added AddDefinition() to store site name and build name in makefile. Also stripped white space from the result of hostname.
Jim Miller
2001-06-25 13:34:09 -04:00
c40e8c5017made cmake write its execs into CMake/Source
Ken Martin
2001-06-25 10:59:03 -04:00
65a2a9f72cBUG: shared libraries should not depend on other shared libraries, they get relinked too often.
Bill Hoffman
2001-06-22 14:53:51 -04:00
8da64c7c44ENH: put back stdio.h to get sprintf
Bill Hoffman
2001-06-22 14:53:14 -04:00
81e6046a99ERR: Serious problems with my CVS. How did this get committed?
John Biddiscombe
2001-06-22 14:23:31 -04:00
373c1663cfBUG: Wrote correct implementation of cmCopyFile.
Brad King
2001-06-22 12:19:34 -04:00
10e0197054BUG: Fixed generation of cMakeRoot in one case.
Brad King
2001-06-22 12:18:52 -04:00
fda8bcc978ENH: Added string.h include.
Brad King
2001-06-22 12:18:10 -04:00
487dc39f12ERR: Removed stray standard header include. They should be added to cmStandardIncludes.h
Brad King
2001-06-22 12:17:53 -04:00
5c39470031BUG: Added missing newline in error message.
Brad King
2001-06-22 12:17:03 -04:00
24ec7f5c3cremoved stricmp
Ken Martin
2001-06-22 11:32:27 -04:00
1203dca687escape quotes on cmaketest.h.in
Ken Martin
2001-06-22 11:28:25 -04:00
8609fdb051added escape quotes option
Ken Martin
2001-06-22 11:15:18 -04:00