Brad King
|
9163af8745
BUG: Fixed finding of MinGW libraries with a windows build of CMake.
|
20 years ago |
Andy Cedilnik
|
4259971961
ENH: Since list file cache does not make much sense any more (because of proper list file parsing), and it actually adds unnecessary complications and make ctest scripting not work, take it out
|
20 years ago |
Brad King
|
938890757a
ENH: Improved support for user-configured search paths. Paths given in the CMAKE_LIBRARY_PATH cmake variable are searched first, then those in the CMAKE_LIBRARY_PATH environment variable, then those listed in the call to the FIND_LIBRARY command and finally those listed in the PATH environment variable. The support is similar for finding include files with FIND_PATH, but the variable is CMAKE_INCLUDE_PATH.
|
20 years ago |
Brad King
|
22c62c9e65
BUG: Sweeping changes to cleanup computation of target names. This should
|
20 years ago |
Bill Hoffman
|
7b1440ab9f
ENH: fix bundles for Mac and Xcode
|
20 years ago |
Bill Hoffman
|
2c73d2e0f3
ENH: add new cmakedefine01 feature from bug report 2603
|
20 years ago |
Bill Hoffman
|
9e5c219b87
ENH: change framework order
|
20 years ago |
Bill Hoffman
|
452925649a
ENH: add better support for framework linking
|
20 years ago |
Brad King
|
163e3ff56c
ENH: Removed cmMakefile arguments from cmTarget methods because cmTarget has the ivar m_Makefile now. Re-implemented cmLocalUnixMakefileGenerator3::AppendAnyDepend to use the new global knowledge and avoid the need to look at the cache for information about other targets. This should fix problems with custom commands and executables with the OUTPUT_NAME set. Also the <target>_LIBRARY_TYPE cache variable is no longer needed at all and has been removed.
|
20 years ago |
Andy Cedilnik
|
1578bebdad
ENH: Add variable for debugging. This variable CMAKE_PARENT_LIST_FILE holds the parent CMake list file of the current cmake list file.
|
20 years ago |
Brad King
|
102dd34bdc
BUG: Do not expand escape sequences when re-expanding variables in include directories, link directories, and link libraries.
|
20 years ago |
Ken Martin
|
345fb993aa
ENH: some fixes for better backwards compatibility
|
20 years ago |
Andy Cedilnik
|
bebc745824
ENH: Add set and get test propety command
|
20 years ago |
Brad King
|
6873773487
BUG: InitializeFromParent should copy include file regular expressions.
|
20 years ago |
Bill Hoffman
|
a9692f0a18
BUG: fix for bug 1850 wrapping can leave out files if they are a substring of another file
|
20 years ago |
Bill Hoffman
|
aa47caab2d
FIX: apply patch from bug# 1965
|
20 years ago |
Ken Martin
|
13e99490fb
BUG: library return values were not UNIX slashes on Win98
|
20 years ago |
Ken Martin
|
c5bfdf6917
ENH: cleaned up some old methods and vars
|
20 years ago |
Ken Martin
|
121fa374a9
BUG: dont pass unverified char * to streams
|
20 years ago |
Ken Martin
|
369308ca76
ENH: make LOCATION an computed property of the target and get rid of a bunch of const junk
|
20 years ago |
Ken Martin
|
e6f9ea3d13
BUG: goof in new feature fixed
|
20 years ago |
Ken Martin
|
26c53fe14c
ENH: modified GET_TARGET_PROPERTIES to work with all targets
|
20 years ago |
Andy Cedilnik
|
1bbccc5bef
ENH: Improve handling of escaped characters
|
20 years ago |
Andy Cedilnik
|
f7ddfbe1fd
ENH: Add extra argument
|
20 years ago |
Andy Cedilnik
|
29f7e505a5
ENH: Use the new parser that supports nested variables
|
20 years ago |
Ken Martin
|
8f8b72164a
ENH: remove old 1.2 compatability from cmake 2.2
|
20 years ago |
Ken Martin
|
80f796039c
ENH: remove old 1.2 compatability from cmake 2.2
|
20 years ago |
Andy Cedilnik
|
a9b729128f
BUG: If there is a fatal error, stop processing list file
|
20 years ago |
Andy Cedilnik
|
d395b563ed
ENH: Improve internal test handling by creating a test class. Command cmEnableTesting now only sets CMAKE_TESTING_ENABLED and cmAddTest only adds a test to the list. The actual test files are written by local generator. This way we can at some point in the future replace DartTestfile with some XML file
|
20 years ago |
Andy Cedilnik
|
826405a1b6
ENH: Speedup by storing source name without last extension
|
20 years ago |