Bill Hoffman
|
c2ef51e181
ENH: define language extensions in cmake files and not hard coded, also fix trycompile problem
|
21 years ago |
Bill Hoffman
|
66a08c10e5
ENH: more uniform approach to enable language, one step closer to being able to enable a language without modifing cmake source code
|
21 years ago |
Andy Cedilnik
|
ded244d1a8
ERR: Fix the list of targets. The base target name now includes the MACOSX_BUNDLE path
|
21 years ago |
Bill Hoffman
|
9655299f08
ENH: initial fortran support
|
21 years ago |
Brad King
|
46418e70a3
BUG#427: Generated makefiles need to have targets with canonical names for each executable and library target in order for try-compiles to work correctly when specifying the target.
|
21 years ago |
Bill Hoffman
|
d759b687a7
BUG: remove double include flags for rc resouce compiles
|
21 years ago |
Brad King
|
491ef99291
BUG: Added special hack for VTK 4.0-4.4 to re-enable automatic addition of current source directory to -I path.
|
21 years ago |
Brad King
|
0fec8c8ce9
ERR: Fixed typo.
|
21 years ago |
Brad King
|
06cfe37e22
BUG: Need to preserve automatic addition of source tree to -I path if CMAKE_BACKWARDS_COMPATIBILITY is set to below 2.0.
|
21 years ago |
Brad King
|
4df215a268
Removing automatic addition of a -I path for the current source directory.
|
21 years ago |
Ken Martin
|
94847d0aa7
BUG#891: When building CMake itself, use the new cmake to install so that the current cmake can be overwritten.
|
21 years ago |
Andy Cedilnik
|
c56547a3f9
ENH: Fix preorder. This caused preorder to not work and the test passed because of jump-over rule
|
21 years ago |
Andy Cedilnik
|
3031467e33
ENH: Implement additional make clean files as a directory property instead of cmake variable
|
21 years ago |
Bill Hoffman
|
0ace9ada2c
ENH: change ADDITIONAL_MAKE_CLEAN_FILES to work with spaces in the path and on windows with no spaces
|
21 years ago |
Brad King
|
81bd499376
BUG: Need to recognize -B linker options.
|
21 years ago |
Andy Cedilnik
|
ea8dc0769d
ENH: Only mangle object files if CMAKE_MANGLE_OBJECT_FILE_NAMES is set. Only on borland for now.
|
21 years ago |
Bill Hoffman
|
22d69a944a
BUG: fix to make spaces in paths work for jump over with borland and nmake on second build
|
21 years ago |
Bill Hoffman
|
858564fb10
BUG: remove duplicate depend on cache file and use of make variable in make target
|
21 years ago |
Bill Hoffman
|
56f960296f
ENH: remove warnings
|
21 years ago |
Bill Hoffman
|
1620242ac4
ENH: remove warning
|
21 years ago |
Bill Hoffman
|
a6b60841db
BUG: fix for bug 116 platform files can now specify directories that should not be added by CMAKE
|
21 years ago |
Andy Cedilnik
|
ddf814f964
ENH: Encode object files with funny characters in the name. It should fix Bug #418 - Borland 5.5.1, Templates/*.cxx files with '+' chars used in execs
|
21 years ago |
Andy Cedilnik
|
5a5cd54730
ENH: GetSafeDefinition is now in cmMakefile
|
21 years ago |
Bill Hoffman
|
8b0b749a11
ENH: add SUBDIR PREORDER and fix clean for non-relative paths
|
21 years ago |
Bill Hoffman
|
7b576866b7
ENH: add support for static library property STATIC_LIBRARY_FLAGS
|
21 years ago |
Andy Cedilnik
|
af61b68583
ENH: Add support for adding object files and sources. This way you can use external program such as assembler or fortran to generate object files. Also star of fixing: Bug #757 - add .o file as a source file
|
21 years ago |
Andy Cedilnik
|
5c85e88bfd
ENH: Ok, that is it. Remove old install and replace it with new
|
21 years ago |
Bill Hoffman
|
59756a43f4
BUG: add full path libraries to the depend information
|
21 years ago |
Bill Hoffman
|
7099db8d58
BUG: fix warning and shadow variable
|
21 years ago |
Bill Hoffman
|
3e0817eb55
BUG: fix non relative paths
|
21 years ago |