Brad King
|
acf33ba191
|
BUG: Do not add non-per-config subdirectory name of cmake target libraries as full path libs.
|
2006-04-11 11:40:24 -04:00 |
Brad King
|
d5719f22c1
|
ENH: Added support for multiple outputs generated by a single custom command. For Visual Studio generators the native tool provides support. For Xcode and Makefile generators a simple trick is used. The first output is considered primary and has the build rule attached. Other outputs simply depend on the first output with no build rule. During cmake_check_build_system CMake detects when a secondary output is missing and removes the primary output to make sure all outputs are regenerated. This approach always builds the custom command at the right time and only once even during parallel builds.
|
2006-04-11 11:06:19 -04:00 |
Brad King
|
b613cf0be8
|
BUG: Fixed typo in new cmake-rerun code.
|
2006-04-11 10:04:55 -04:00 |
Andy Cedilnik
|
47d9021b66
|
BUG: The fast mode should not read CTestCustom.ctest files
|
2006-04-11 08:56:25 -04:00 |
Andy Cedilnik
|
be2c468bfe
|
STYLE: Nightly Version update
|
2006-04-11 08:16:12 -04:00 |
Bill Hoffman
|
8c06f8e294
|
ENH: add support for re-running cmake if the cmakefiles change
|
2006-04-10 13:53:00 -04:00 |
Bill Hoffman
|
3df8a59374
|
ENH: add test for mfc
|
2006-04-10 13:52:22 -04:00 |
Bill Hoffman
|
6c13d60ec6
|
ENH: handle single path
|
2006-04-10 13:47:19 -04:00 |
Bill Hoffman
|
51f91db648
|
ENH: add correct flags for msvc generators
|
2006-04-10 13:46:37 -04:00 |
Andy Cedilnik
|
bad1215a85
|
ENH: Add support for preinstall for cmake generated projects when packaging them
|
2006-04-10 13:44:39 -04:00 |
Bill Hoffman
|
e4f3568099
|
ENH: fix so all configurations show up
|
2006-04-10 11:39:32 -04:00 |
Andy Cedilnik
|
0bad15c302
|
ENH: Deprecate CPACK_BINARY_DIR and add CPACK_INSTALL_CMAKE_PROJECTS
|
2006-04-10 11:09:52 -04:00 |
Andy Cedilnik
|
e2fb2b82be
|
ENH: Some ctest custom fixes
|
2006-04-10 09:36:44 -04:00 |
Andy Cedilnik
|
bb7debf24c
|
STYLE: Nightly Version update
|
2006-04-10 08:10:22 -04:00 |
Andy Cedilnik
|
e1c4175591
|
STYLE: Nightly Version update
|
2006-04-09 08:15:29 -04:00 |
Andy Cedilnik
|
55c0ff5f64
|
BUG: Improve the behavior of the ReadCustomFilesCommand
|
2006-04-09 07:45:18 -04:00 |
Bill Hoffman
|
2238e22699
|
ENH: make sure verbose output is used for kde
|
2006-04-08 14:15:06 -04:00 |
Andy Cedilnik
|
604ec6b764
|
STYLE: Nightly Version update
|
2006-04-08 08:23:24 -04:00 |
Bill Hoffman
|
bcfd6f7f69
|
ENH: add better variables for MSVC versions
|
2006-04-07 16:46:41 -04:00 |
Andy Cedilnik
|
ccf1eed298
|
ENH: Allow to overwrite CPACK_BINARY_DIR
|
2006-04-07 16:35:28 -04:00 |
Andy Cedilnik
|
2761979a7a
|
STYLE: Nightly Version update
|
2006-04-07 07:40:00 -04:00 |
Andy Cedilnik
|
50ba863f6d
|
STYLE: Nightly Version update
|
2006-04-06 07:39:49 -04:00 |
Brad King
|
79da27222a
|
COMP: Moved var decl out of _WIN32 block.
|
2006-04-05 11:07:54 -04:00 |
Brad King
|
8e39418f6c
|
BUG: Fixed cmOrderLinkDirectories to deal with raw link items that do not yet exist and correct drive letter case to avoid duplicate paths on windows. Fixed cmLocalGenerator to pass CMake targets as full paths to cmOrderLinkDirectories to make sure the ordering will pick up the proper target libraries.
|
2006-04-05 11:05:06 -04:00 |
Bill Hoffman
|
24f08322be
|
ENH: add path conversion stuff and rm SYSTEM_PATH
|
2006-04-05 07:46:32 -04:00 |
Andy Cedilnik
|
13bc9efe2e
|
STYLE: Nightly Version update
|
2006-04-05 07:31:44 -04:00 |
Bill Hoffman
|
58538732be
|
ENH: add search directories for 32 bit devenv from a 64bit cmake
|
2006-04-04 17:27:03 -04:00 |
Brad King
|
99ee1883d4
|
BUG: Removing part of earlier fix because it does not work with VS generators. It may be restored later after cmOrderLinkDirs is further fixed.
|
2006-04-04 17:14:20 -04:00 |
Brad King
|
5462f9a2b9
|
ENH: Added documentation for COMPILE_FLAGS property and clarified meaning of DEFINE_SYMBOL.
|
2006-04-04 14:53:03 -04:00 |
Brad King
|
57a9e26c15
|
BUG: Fixed cmOrderLinkDirectories to make sure cmake-built libraries are found properly. Also taking libraries that will be built but may not yet exist into account. The per-configuration subdirectories that are included by generators in the link path are checked for conflicting libraries also. Potentially conflicting libraries that are actually symlinks back to the desired library are no longer considered conflicting, which avoids bogus impossible ordering warnings.
|
2006-04-04 14:25:17 -04:00 |
Ken Martin
|
e45ef47bb8
|
BUG: compiler fix
|
2006-04-04 14:25:08 -04:00 |
Ken Martin
|
d81ebf0c23
|
ENH: added support for -SP scripts in new processes
|
2006-04-04 13:04:28 -04:00 |
Bill Hoffman
|
b45f4a5d45
|
ENH: change library order to use a vector
|
2006-04-04 11:52:00 -04:00 |
Brad King
|
2301a025ea
|
ENH: Added global TargetManifest computation between Configure and Generate steps. This allows generators to know what other targets will exist on disk when the build completes.
|
2006-04-04 11:48:19 -04:00 |
Brad King
|
cddedaa7d8
|
ENH: INCLUDE_DIRECTORIES should have been written to prepend to the include path so that the most local directories are included first. This is a patch from Alex to resolve the problem by allowing users to switch the default using a variable CMAKE_INCLUDE_DIRECTORIES_BEFORE and then still explicitly appending or prepending by using AFTER or BEFORE arguments explicitly.
|
2006-04-04 09:35:22 -04:00 |
Andy Cedilnik
|
66faeeeab4
|
STYLE: Nightly Version update
|
2006-04-04 07:38:50 -04:00 |
Bill Hoffman
|
6e217924ce
|
ENH: use correct addcache call to fix build tools
|
2006-04-03 22:05:58 -04:00 |
Bill Hoffman
|
71505ff2d2
|
ENH: fix spaces in path for xcode
|
2006-04-03 17:54:37 -04:00 |
Bill Hoffman
|
2fcae1932c
|
ENH: make sure include and lib dirs are unix paths
|
2006-04-03 16:20:20 -04:00 |
Bill Hoffman
|
c98d15e8a3
|
ENH: fix warning, and remove debug code
|
2006-04-03 15:59:43 -04:00 |
Bill Hoffman
|
3c8e899102
|
ENH: add support for per config target LINK_FLAGS
|
2006-04-03 12:57:51 -04:00 |
Andy Cedilnik
|
32b63ef915
|
STYLE: Nightly Version update
|
2006-04-03 07:37:49 -04:00 |
Andy Cedilnik
|
d342d51c0c
|
ENH: Add ZIP generator and add support for including or excluding the toplevel directory
|
2006-04-02 11:20:58 -04:00 |
Andy Cedilnik
|
c0fe6aa97a
|
STYLE: Nightly Version update
|
2006-04-02 08:35:58 -04:00 |
Andy Cedilnik
|
5e7b5dd3ef
|
STYLE: Nightly Version update
|
2006-04-01 07:37:58 -05:00 |
Bill Hoffman
|
beea6234a3
|
ENH: fix spelling
|
2006-03-31 21:43:11 -05:00 |
Bill Hoffman
|
5ebe1f573f
|
ENH: fix for bug 3067 the first framework ate the rest of the libraries
|
2006-03-31 17:59:28 -05:00 |
Bill Hoffman
|
ae10b3578d
|
ENH: add a wrapper for xcodebuild to get around bug and verbose output
|
2006-03-31 13:17:23 -05:00 |
Bill Hoffman
|
bc649db7cc
|
ENH: remove c++ comment from c code
|
2006-03-31 08:46:56 -05:00 |
Andy Cedilnik
|
52531ad398
|
STYLE: Nightly Version update
|
2006-03-31 08:13:51 -05:00 |