Brad King
|
5792dc8da8
|
ENH: Replaced UpdateLocation method with call to GetLocation. Added comment about problems with the LOCATION attribute.
|
2006-03-03 18:06:44 -05:00 |
Andy Cedilnik
|
ce51e361fe
|
ENH: Check package maker version
|
2006-03-03 15:04:28 -05:00 |
Andy Cedilnik
|
49c0a4b52a
|
COMP: Oops, typo
|
2006-03-03 14:28:28 -05:00 |
Andy Cedilnik
|
bc4e5581ee
|
ENH: Add support for exporting graphviz of the project dependencies
|
2006-03-03 14:24:31 -05:00 |
Brad King
|
93c95f1cc5
|
BUG: Fixed installation of MacOSX Bundle executables and the corresponding install_name remapping support. Extended the BundleTest test to check that this all works. Part of these fixes required changing the signature of AppendDirectoryForConfig in all generators. It now accepts prefix and suffix strings to deal with whether leading or trailing slashes should be included with the configuration subdirectory.
|
2006-03-03 12:58:48 -05:00 |
Andy Cedilnik
|
a460c60843
|
ENH: Add verbose flag to package maker and add CFBundleIdentifier string
|
2006-03-03 10:52:26 -05:00 |
Andy Cedilnik
|
056c307e50
|
STYLE: Nightly Version update
|
2006-03-03 02:34:12 -05:00 |
Bill Hoffman
|
be375b1bcd
|
ENH: fix std in kwsys, has to be kwsys_stl
|
2006-03-02 21:33:57 -05:00 |
Bill Hoffman
|
8aa178639c
|
ENH: remove warning
|
2006-03-02 20:11:01 -05:00 |
Bill Hoffman
|
0db4cb0d96
|
ENH: removed unused methods after find changes
|
2006-03-02 15:03:36 -05:00 |
Bill Hoffman
|
2000940136
|
ENH: pass CMAKE_MODULE_PATH into try compile projects
|
2006-03-02 14:39:12 -05:00 |
Bill Hoffman
|
6fadc10e01
|
ENH: fix spelling errors in docs
|
2006-03-02 13:43:39 -05:00 |
Bill Hoffman
|
a5825cd11a
|
ENH: check in new find stuff
|
2006-03-02 13:30:22 -05:00 |
Bill Hoffman
|
2f78d874a7
|
ENH: fix for bug 2921, move _OVERRIDE variable to a better position to allow changing _INIT variables
|
2006-03-02 07:52:52 -05:00 |
Andy Cedilnik
|
f2922860c6
|
STYLE: Nightly Version update
|
2006-03-02 02:17:27 -05:00 |
Brad King
|
54732b0607
|
ENH: Finished CMAKE_<CONFIG>_POSTFIX feature and documented it. The value of this variable is used when a library target is created to initialize the <CONFIG>_POSTFIX target property. The value of this property is used (even for executables) to define a per-configuration postfix on the name of the target. Also enabled use of the OUTPUT_NAME property for non-executable targets.
|
2006-03-01 22:45:13 -05:00 |
Brad King
|
8d9a997beb
|
ENH: Cleaned up generation of directory-level rules and their support structure. The directorystart rule has been removed in favor of checking the build system in the subdirectory makefile first. The "directory" rule has been renamed "all" since it corresponds to the "all" pass anyway (as against "clean"). Also fixed directory-level rule for preinstall.
|
2006-03-01 18:54:17 -05:00 |
Brad King
|
007421e19c
|
BUG: Check for whether to add BUILD_TYPE to install rule should check for a . in the first character not the second.
|
2006-03-01 18:49:52 -05:00 |
Andy Cedilnik
|
ff50bb9f77
|
BUG: Even more VS8 issues
|
2006-03-01 13:05:57 -05:00 |
Andy Cedilnik
|
98dc57c0ae
|
BUG: More VS8 fixes
|
2006-03-01 12:50:03 -05:00 |
Andy Cedilnik
|
07260a6f27
|
ENH: Cleanup global targets even more and potentially fix Xcode
|
2006-03-01 08:28:39 -05:00 |
Andy Cedilnik
|
d231a422ed
|
STYLE: Nightly Version update
|
2006-03-01 02:32:30 -05:00 |
Andy Cedilnik
|
e6b8706225
|
BUG: Ok, fix the ordering
|
2006-02-28 16:33:14 -05:00 |
Andy Cedilnik
|
a8c8f1738b
|
BUG: Fix for STL
|
2006-02-28 16:22:17 -05:00 |
Andy Cedilnik
|
0321dae07b
|
BUG: Handle buggy streams
|
2006-02-28 16:17:27 -05:00 |
Andy Cedilnik
|
5b638bb136
|
BUG: Add additional check
|
2006-02-28 15:56:46 -05:00 |
Andy Cedilnik
|
6783765c90
|
BUG: On Visual Studio and XCode, handle build configurations
|
2006-02-28 15:31:43 -05:00 |
Andy Cedilnik
|
0f36f0ef90
|
STYLE: Remove debug
|
2006-02-28 15:31:10 -05:00 |
Brad King
|
b1443931b0
|
COMP: Fixed warnings for Borland 5.8.
|
2006-02-28 11:38:02 -05:00 |
Brad King
|
7db64cdb28
|
BUG: Need to use the CMAKE_COMMAND cache entry to get the location of CMake.
|
2006-02-28 09:53:32 -05:00 |
Andy Cedilnik
|
36d7f3990a
|
ENH: Add support for multiple build targets and start adding simple cpack tests
|
2006-02-28 08:23:40 -05:00 |
Andy Cedilnik
|
456c823ec0
|
STYLE: Nightly Version update
|
2006-02-28 02:32:38 -05:00 |
Bill Hoffman
|
bebb6b1767
|
ENH: fix problem if there are .. in the path to the source file specified in a source group
|
2006-02-27 23:06:44 -05:00 |
Bill Hoffman
|
4650f78dd5
|
ENH: add new find stuff
|
2006-02-27 16:38:22 -05:00 |
Andy Cedilnik
|
ee227d3af5
|
ENH: Several packaging issues. Allow random variables to be passed to cpack (anything starting with CPACK_, add preinstall to the list of dependencies for package, fix typos
|
2006-02-27 10:58:20 -05:00 |
Andy Cedilnik
|
ac99baa44d
|
STYLE: Nightly Version update
|
2006-02-27 02:00:17 -05:00 |
Andy Cedilnik
|
f86af9081d
|
STYLE: Nightly Version update
|
2006-02-26 02:00:59 -05:00 |
Andy Cedilnik
|
bec82af4df
|
STYLE: Nightly Version update
|
2006-02-25 01:56:38 -05:00 |
Andy Cedilnik
|
3d9610feec
|
COMP: More fixes for non makefile generators and global targets
|
2006-02-24 18:15:35 -05:00 |
Andy Cedilnik
|
1cd8c64384
|
STYLE: Remove debug
|
2006-02-24 17:43:19 -05:00 |
Andy Cedilnik
|
c4156b4531
|
COMP: Even more global target fixes
|
2006-02-24 17:35:35 -05:00 |
Andy Cedilnik
|
4675765601
|
ENH: Install cpack
|
2006-02-24 16:30:58 -05:00 |
Andy Cedilnik
|
07d0e776ad
|
BUG: More fixing of support for global target son visual studio
|
2006-02-24 16:20:44 -05:00 |
Brad King
|
586a9427d3
|
ENH: Created target property INSTALL_NAME_DIR initalized by CMAKE_INSTALL_NAME_DIR specifying the directory portion of the OSX install_name field in shared libraries. This is the OSX equivalent of RPATH.
|
2006-02-24 13:13:14 -05:00 |
Bill Hoffman
|
7db7b981af
|
ENH: fix warning and remove unused variable
|
2006-02-24 12:50:08 -05:00 |
Brad King
|
576f0b65c7
|
BUG: Fix generation of Xcode 2.0 and earlier projects to use CMAKE_BUILD_TYPE.
|
2006-02-24 11:13:31 -05:00 |
Brad King
|
f437c8e888
|
BUG: Treat GLOBAL_TARGET like UTILITY for generation.
|
2006-02-24 11:07:04 -05:00 |
Andy Cedilnik
|
f119d6e4ef
|
COMP: Remove warnings
|
2006-02-24 10:56:39 -05:00 |
Andy Cedilnik
|
77e5a607f2
|
BUG: Only add test targets when testing is enabled. Also add CMAKE_CFG_INTDIR when specified
|
2006-02-24 10:55:44 -05:00 |
Andy Cedilnik
|
0ba40b59c7
|
COMP: Handle preinstall properly on IDEs
|
2006-02-24 09:43:23 -05:00 |