Ken Martin
96d754046a
ENH: more cleanup and removal of old code
2006-01-30 14:25:07 -05:00
Ken Martin
5d35fd4b7e
ENH: cleanup and remove some old code
2006-01-30 13:57:01 -05:00
Andy Cedilnik
8c77bb3cf3
STYLE: Nightly Version update
2006-01-30 02:15:28 -05:00
Andy Cedilnik
57eae62a94
STYLE: Nightly Version update
2006-01-29 02:06:36 -05:00
Andy Cedilnik
ee9d6a5592
STYLE: Nightly Version update
2006-01-28 01:38:21 -05:00
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.
2006-01-27 18:20:55 -05:00
Brad King
f4b306d5d4
BUG: VS7 generator should use per-configuration linker flags for targets. This addresses bug#2765.
2006-01-27 13:48:21 -05:00
Andy Cedilnik
04c705bc01
ENH: Better handle interleved error/output
2006-01-27 13:46:33 -05:00
Brad King
9f625beab6
ENH: Added optional component list to the REQUIRED option of the FIND_PACKAGE command. This addresses bug#2771.
2006-01-27 13:07:23 -05:00
Ken Martin
194b1b1e38
STYLE: spelling fix
2006-01-27 12:58:53 -05:00
Ken Martin
69a43bbb0b
STYLE: grammer fix
2006-01-27 12:58:34 -05:00
Bill Hoffman
62e4c3f22a
ENH: add extra thing for svn X status output
2006-01-27 11:19:22 -05:00
Andy Cedilnik
b5a3b2c8d8
STYLE: Nightly Version update
2006-01-27 01:36:37 -05:00
Andy Cedilnik
b8e92654b4
STYLE: Nightly Version update
2006-01-26 01:21:08 -05:00
Bill Hoffman
f5ce41ee39
ENH: fix double CMAKE_(LANG)_FLAGS problem in try compile
2006-01-25 14:12:58 -05:00
Bill Hoffman
269b66d50a
ENH: fix docs, and revert fatal error change
2006-01-25 11:07:46 -05:00
Bill Hoffman
0205c6bb1a
ENH: make all errors fatal in message command
2006-01-25 08:39:31 -05:00
Bill Hoffman
07ef88c985
ENH: add COMPILE_FLAGS to targets
2006-01-25 08:38:06 -05:00
Andy Cedilnik
008406a96c
STYLE: Nightly Version update
2006-01-25 00:57:53 -05:00
Bill Hoffman
538d6e82d8
ENH: do not force users to create paths
2006-01-24 22:20:56 -05:00
Bill Hoffman
e2e08e4b96
ENH: fix for borland memcpy junk
2006-01-24 15:48:05 -05:00
Bill Hoffman
a2c1777300
COMP: fix warning
2006-01-24 07:58:55 -05:00
Andy Cedilnik
daca5484b9
STYLE: Nightly Version update
2006-01-24 00:57:38 -05:00
Bill Hoffman
a6a20d8ce2
ENH: fix warning
2006-01-23 17:24:18 -05:00
Ken Martin
1ff49b9789
ENH: by Bill make sure path is unix style
2006-01-23 16:36:13 -05:00
Bill Hoffman
7f237c51f4
ENH: fix problem with watcom and short paths and -I
2006-01-23 13:50:23 -05:00
Bill Hoffman
5c692ee247
ENH: correct include for memcpy
2006-01-23 12:31:08 -05:00
Andy Cedilnik
b6dfe1e2a6
STYLE: Nightly Version update
2006-01-23 00:51:23 -05:00
Andy Cedilnik
dce1af752f
STYLE: Nightly Version update
2006-01-22 00:47:29 -05:00
Andy Cedilnik
affe7068af
STYLE: Nightly Version update
2006-01-21 00:51:10 -05:00
Andy Cedilnik
69c3b6c985
STYLE: Nightly Version update
2006-01-20 01:01:30 -05:00
Andy Cedilnik
ca7620adb0
STYLE: Nightly Version update
2006-01-19 00:57:11 -05:00
Andy Cedilnik
484aaafc2d
STYLE: Nightly Version update
2006-01-18 00:47:02 -05:00
Bill Hoffman
909d9dbd5a
ENH: fix for icc
2006-01-17 16:53:56 -05:00
Bill Hoffman
9891260a6d
ENH: add support for watcom wmake and wcl386
2006-01-17 10:21:45 -05:00
Andy Cedilnik
6bb5f200ce
STYLE: Nightly Version update
2006-01-17 00:46:15 -05:00
Andy Cedilnik
c59c3d37a8
STYLE: Nightly Version update
2006-01-16 00:42:30 -05:00
Andy Cedilnik
e6edd4e87b
STYLE: Nightly Version update
2006-01-15 00:43:10 -05:00
Brad King
8f1413e247
COMP: Fixed shadowed variable warning.
2006-01-14 10:27:04 -05:00
Andy Cedilnik
b0a8c7bbce
STYLE: Nightly Version update
2006-01-14 00:42:48 -05:00
Brad King
8340c0d186
ENH: Further centralized custom command dependency computation. Custom command dependencies in the source tree may now also be specified relative to the source directory.
2006-01-13 20:51:45 -05:00
Brad King
18477b194c
BUG: Removed bogust dependency.
2006-01-13 19:36:17 -05:00
Brad King
079826d367
COMP: Removed unused variables.
2006-01-13 19:35:16 -05:00
Brad King
327489ae59
COMP: Removed unused paramter from cmLocalGenerator::OutputLinkLibraries.
2006-01-13 18:33:51 -05:00
Brad King
22c62c9e65
BUG: Sweeping changes to cleanup computation of target names. This should
...
fix many bugs related to target names being computed inconsistently.
- Centralized computation of a target's file name to a method in
cmTarget. Now that global knowledge is always available the
*_CMAKE_PATH cache variables are no longer needed.
- Centralized computation of link library command lines and link
directory search order.
- Moved computation of link directories needed to link CMake targets
to be after evaluation of linking dependencies.
This also removed alot of duplicate code in which each version had its
own bugs.
This commit is surrounded by the tags
CMake-TargetNameCentralization1-pre
and
CMake-TargetNameCentralization1-post
so make the large set of changes easy to identify.
2006-01-13 18:18:32 -05:00
Bill Hoffman
2622956159
ENH: fix for CMakeTmp move broken stuff
2006-01-13 11:44:39 -05:00
Andy Cedilnik
0c644dea70
STYLE: Nightly Version update
2006-01-13 00:43:31 -05:00
Andy Cedilnik
9ab3b14c77
COMP: Remove warning
2006-01-12 14:21:37 -05:00
Ken Martin
4bdca3b404
ENH: put CmakeTmp into CMakeFiles
2006-01-12 13:49:32 -05:00
Andy Cedilnik
7089a17c47
COMP: Fix compile error that was caused by the binary flag
2006-01-12 09:20:53 -05:00
Andy Cedilnik
d9afb8e73c
STYLE: Nightly Version update
2006-01-12 00:40:47 -05:00
Andy Cedilnik
48808133b0
ENH: Fix compression on Windows
2006-01-11 19:12:21 -05:00
Andy Cedilnik
867c3a763e
ENH: Add support for binary
2006-01-11 19:06:54 -05:00
Andy Cedilnik
0126fd06ad
ENH: Add a way to specify a custom install command
2006-01-11 11:23:48 -05:00
Andy Cedilnik
2a6bc87567
ENH: Some improvements: specify link, copy msvc libraries, fix install directory
2006-01-11 11:08:15 -05:00
Andy Cedilnik
c4a5b90070
STYLE: Nightly Version update
2006-01-11 00:42:55 -05:00
Andy Cedilnik
581adffa86
COMP: Remove legacy code and fix sun build
2006-01-10 12:05:39 -05:00
Andy Cedilnik
d530038e16
STYLE: Nightly Version update
2006-01-10 00:44:10 -05:00
Andy Cedilnik
25f6a108ea
ENH: Use specified output file name, also detect errors during install
2006-01-09 18:24:39 -05:00
Bill Hoffman
a91947039a
ENH: for all custom commands that can not be given to a target, add them to all targets in the current makefile
2006-01-09 14:40:31 -05:00
Andy Cedilnik
6d113b9a85
BUG: Fix memory problem
2006-01-09 13:14:41 -05:00
Andy Cedilnik
0c302a7e5f
ENH: Fix test for cpack variables, add support for icon on windows
2006-01-09 11:26:31 -05:00
Andy Cedilnik
e8b7d233d7
STYLE: Nightly Version update
2006-01-09 00:41:54 -05:00
Andy Cedilnik
f73a58803c
STYLE: Nightly Version update
2006-01-08 00:41:57 -05:00
Andy Cedilnik
bb9c112a42
STYLE: Nightly Version update
2006-01-07 00:43:21 -05:00
Bill Hoffman
0edceb3884
ENH: fix missing plist file error
2006-01-06 13:54:27 -05:00
Andy Cedilnik
0bb9d2df58
STYLE: Nightly Version update
2006-01-06 00:43:34 -05:00
Brad King
8dc1de6efd
BUG: Fix for scanning generated headers included with double-quotes. Also fixed double-quote include support to not use the special quoted location when a full path is given on the include line.
2006-01-05 17:16:22 -05:00
Brad King
bdbb7f84bc
ENH: Added special test 0 to just run a given command line.
2006-01-05 15:49:34 -05:00
Andy Cedilnik
b9c4cff45a
ENH: More debugging and work on PackageMaker code
2006-01-05 13:27:48 -05:00
Andy Cedilnik
4a765181cc
ENH: flush the output
2006-01-05 12:33:23 -05:00
Andy Cedilnik
88b4d5c179
BUG: Use objects that exist
2006-01-05 12:16:30 -05:00
Andy Cedilnik
af923d13fa
BUG: Print the right line number to the right pipe
2006-01-05 12:16:11 -05:00
Andy Cedilnik
6ac0063af7
BUG: Revert back
2006-01-05 10:37:05 -05:00
Bill Hoffman
7b1440ab9f
ENH: fix bundles for Mac and Xcode
2006-01-05 09:13:06 -05:00
Andy Cedilnik
11cd7b0b3f
STYLE: Nightly Version update
2006-01-05 03:15:58 -05:00
Bill Hoffman
1184bd9321
ENH: remove assert
2006-01-04 16:24:24 -05:00
Andy Cedilnik
5358809a5c
ENH: More CPack stuff and fix zlib compression
2006-01-04 15:14:09 -05:00
Bill Hoffman
0b40b42b08
ENH: remove debug print stuff
2006-01-04 09:55:39 -05:00
Andy Cedilnik
6e675ce602
COMP: Do not build tests if build testing is off
2006-01-04 08:32:35 -05:00
Andy Cedilnik
0a3571306f
STYLE: Nightly Version update
2006-01-04 01:15:20 -05:00
Bill Hoffman
2c73d2e0f3
ENH: add new cmakedefine01 feature from bug report 2603
2006-01-03 16:40:51 -05:00
Andy Cedilnik
9a1098f52e
COMP: Remove warnings
2006-01-03 08:39:39 -05:00
Andy Cedilnik
1e6bc6e5ee
COMP: Remove warnings on HP-UX
2006-01-03 08:39:24 -05:00
Andy Cedilnik
b6a2c9bd91
STYLE: Nightly Version update
2006-01-03 01:11:26 -05:00
Andy Cedilnik
ebbe10193f
ENH: Start working on CPack input file and cleanups
2006-01-02 17:28:20 -05:00
Andy Cedilnik
f00b344ada
COMP: Fix compile errors
2006-01-02 17:22:39 -05:00
Andy Cedilnik
bbf1c2d275
ENH: More improvements and add logging
2006-01-02 16:14:21 -05:00
Bill Hoffman
86ad253427
BUG: fix for bug 2322, use CMAKE_EXECUTABLE_SUFFIX variable for exe suffix
2006-01-02 13:37:53 -05:00
Bill Hoffman
1c289b52f4
BUG: fix build problem on gcc
2006-01-02 13:34:03 -05:00
Bill Hoffman
61e056e2dc
BUG: fix for bug 2533, make foo/foo.o now works and .o files are in the help
2006-01-02 12:36:54 -05:00
Andy Cedilnik
1d9ef3f8b5
COMP: Remove warning
2006-01-02 11:39:45 -05:00
Bill Hoffman
9e5c219b87
ENH: change framework order
2006-01-02 11:07:57 -05:00
Andy Cedilnik
bf044cec81
COMP: Fix build problems
2006-01-02 10:37:00 -05:00
Andy Cedilnik
8b0c04724c
BUG: Fix the compression with custom extension
2006-01-02 10:36:44 -05:00
Andy Cedilnik
c9f3ad1e23
ENH: Use libtar
2006-01-02 07:53:05 -05:00
Andy Cedilnik
b7ba65ed68
ENH: Add a way to overwrite compression extension
2006-01-02 07:52:54 -05:00
Andy Cedilnik
f379128fa3
STYLE: Nightly Version update
2006-01-02 01:08:34 -05:00
Andy Cedilnik
8477aa59e5
ENH: Merge from cpack branch
2006-01-01 23:31:17 -05:00
Andy Cedilnik
d0329919da
ENH: Merge from the cpack branch
2006-01-01 23:21:05 -05:00