Andy Cedilnik
|
64e0459f93
|
ENH: Initial attempt to do python coverage. Hopefully will not break coverage on GCov
|
2007-04-26 23:20:12 -04:00 |
Andy Cedilnik
|
1d4613a63b
|
ENH: Add STRING STRIP command
|
2007-04-26 21:50:52 -04:00 |
Brad King
|
6697979aaf
|
COMP: Avoid warning.
|
2007-04-26 09:56:04 -04:00 |
Andy Cedilnik
|
93c2ab934e
|
STYLE: Nightly Version update
|
2007-04-26 07:58:54 -04:00 |
Brad King
|
b81eff588d
|
STYLE: Fixed line-too-long.
|
2007-04-25 17:48:51 -04:00 |
Brad King
|
0fb689973e
|
ENH: Added FILE(STRINGS) command.
|
2007-04-25 17:22:07 -04:00 |
Andy Cedilnik
|
2a610dc552
|
STYLE: Nightly Version update
|
2007-04-25 05:01:41 -04:00 |
Bill Hoffman
|
31e3e829dd
|
ENH: fix docs
|
2007-04-24 14:03:25 -04:00 |
Bill Hoffman
|
32aecc84a1
|
ENH: fix seg fault in ccmake when hitting configure twice
|
2007-04-24 12:30:25 -04:00 |
Andy Cedilnik
|
04448b9e03
|
STYLE: Nightly Version update
|
2007-04-24 01:52:03 -04:00 |
Brad King
|
cdc161f380
|
COMP: Added missing include for time.
|
2007-04-23 16:48:56 -04:00 |
Ken Martin
|
c4fc2c19c7
|
ENH: Add command to generate random strings
|
2007-04-23 11:04:12 -04:00 |
Andy Cedilnik
|
e9361e41f3
|
STYLE: Nightly Version update
|
2007-04-22 23:55:06 -04:00 |
Andy Cedilnik
|
472c05cdcd
|
STYLE: Nightly Version update
|
2007-04-21 18:37:35 -04:00 |
Brad King
|
1ef33c6c04
|
COMP: Make sure gcc 2.96 sstream header is not used.
|
2007-04-20 11:53:35 -04:00 |
Brad King
|
60d0d429b8
|
COMP: Added istringstream::clear() method to disambiguate the call from using string::clear or istrstream::clear.
|
2007-04-20 09:50:46 -04:00 |
Brad King
|
0b0258c548
|
BUG: Reverting previous change. It did not account for the possibility that the loaded command was built with a different compiler.
|
2007-04-20 09:49:27 -04:00 |
Andy Cedilnik
|
b85d7d9c66
|
STYLE: Nightly Version update
|
2007-04-20 04:33:20 -04:00 |
Brad King
|
a43b3cc801
|
BUG: Need to clear read failure when string is reset.
|
2007-04-19 12:56:07 -04:00 |
Brad King
|
6984c09310
|
ENH: Added testing for istringstream and stringstream.
|
2007-04-19 12:53:13 -04:00 |
Brad King
|
94e27c1073
|
BUG: Fix stream state on successfully reading a string.
|
2007-04-19 12:44:04 -04:00 |
Brad King
|
ded4cb6f8d
|
COMP: Fixes for Watcom.
|
2007-04-19 12:12:19 -04:00 |
Brad King
|
d5cb9b1a0d
|
COMP: Skip testAutoPtr and testHashSTL on Watcom. They are hopeless.
|
2007-04-19 12:11:56 -04:00 |
Brad King
|
d75bfedab5
|
COMP: Need to include header for unlink function.
|
2007-04-19 12:11:16 -04:00 |
Brad King
|
16be80b7b4
|
ENH: Added support for Watcom compiler. Added TODO comment about calling conventions.
|
2007-04-19 11:31:55 -04:00 |
Brad King
|
a7efb3feb7
|
ENH: Removed code unnecessary now that DynamicLoader is implemented better.
|
2007-04-19 11:23:04 -04:00 |
Brad King
|
28f6b148f6
|
ENH: Fixed stl string streaming operators for Watcom.
|
2007-04-19 11:21:35 -04:00 |
Andy Cedilnik
|
affd99a9a9
|
STYLE: Nightly Version update
|
2007-04-19 04:01:16 -04:00 |
Brad King
|
47159b69be
|
BUG: Fix ComputeLinkInformation. When using a loader_flag link item the full per-configuration path should be used. The fullPathLibs returned should refer to the import library if it was used. Since the full paths are used for dependencies the executable used with loader_flag should be returned also.
|
2007-04-18 09:56:06 -04:00 |
Andy Cedilnik
|
1b00feb0de
|
STYLE: Nightly Version update
|
2007-04-18 04:12:51 -04:00 |
Brad King
|
3fe86c98cf
|
ENH: Plugin test should now work on QNX.
|
2007-04-18 00:12:16 -04:00 |
Brad King
|
4241e699c7
|
BUG: Cannot escape link items because some need the spaces to separate arguments. Instead just escape the argument to the loader flag.
|
2007-04-18 00:04:56 -04:00 |
Brad King
|
721ff36924
|
ENH: Added platform variable CMAKE_EXE_EXPORTS_<lang>_FLAG to add a linker flag when building executables that have the ENABLE_EXPORTS property set.
|
2007-04-17 23:39:47 -04:00 |
Brad King
|
07b9423e7d
|
BUG: Fix ComputeLinkInformation for non-linked targets. Why is it called for utility targets anyway?
|
2007-04-17 23:16:35 -04:00 |
Brad King
|
fc9ceda5e7
|
ENH: Fixed Plugin test on Cygwin.
|
2007-04-17 18:18:42 -04:00 |
Brad King
|
cb190cdb87
|
BUG: Disable Plugin test on Cygwin until it is implemented.
|
2007-04-17 16:42:15 -04:00 |
Brad King
|
fe5386be81
|
ENH: Re-enabling Plugin test now that it should work on MacOSX. I will let it run one night to see what platforms are still not implemented. Currently it is not run on QNX because it is known to not be implemented there.
|
2007-04-17 16:34:07 -04:00 |
Brad King
|
f9f5772557
|
ENH: Added use of platform variable CMAKE_SHARED_MODULE_LOADER_<lang>_FLAG to add a special flag when linking a plugin to an executable that loads it.
|
2007-04-17 16:11:00 -04:00 |
Brad King
|
84584e1184
|
BUG: Disable Plugin test until it works everywhere.
|
2007-04-17 15:06:04 -04:00 |
Brad King
|
0164f2faae
|
ENH: Added test for executables with plugins that use an API exported by the executable itself.
|
2007-04-17 14:08:30 -04:00 |
Andy Cedilnik
|
c50dabff02
|
STYLE: Nightly Version update
|
2007-04-17 04:48:21 -04:00 |
Andy Cedilnik
|
0aae2ce6ec
|
STYLE: Nightly Version update
|
2007-04-16 04:03:17 -04:00 |
Andy Cedilnik
|
ee4ab6385e
|
STYLE: Nightly Version update
|
2007-04-15 03:46:09 -04:00 |
Andy Cedilnik
|
14a53e65ea
|
STYLE: Nightly Version update
|
2007-04-14 02:53:21 -04:00 |
Ken Martin
|
a500b3da05
|
ENH: better progress for any directory that is a project
|
2007-04-13 10:22:33 -04:00 |
Andy Cedilnik
|
e855341a1a
|
STYLE: Nightly Version update
|
2007-04-13 01:06:52 -04:00 |
Andy Cedilnik
|
5981d23d0e
|
STYLE: Fix line lengths
|
2007-04-12 15:50:39 -04:00 |
Ken Martin
|
2a1e2456ae
|
ENH: some code consolidation and cleanup
|
2007-04-12 15:46:14 -04:00 |
Ken Martin
|
b4de606bdd
|
BUG: fix progress for ENCLUDE_FORM_ALL cases using new project to target map. Only fixes it for the top level all target
|
2007-04-12 14:21:58 -04:00 |
Brad King
|
688ebad20e
|
ENH: Added KWSYSPE_DEBUG macro to print debugging trace information. Added TODO comment explaining why process execution can still hang when a grandchild keeps the output pipes open.
|
2007-04-12 10:56:20 -04:00 |
Andy Cedilnik
|
0a0e89ee8a
|
STYLE: Nightly Version update
|
2007-04-11 17:22:15 -04:00 |
Andy Cedilnik
|
f9f1ccadb3
|
ENH: Add variable watch command
|
2007-04-11 15:13:05 -04:00 |
Brad King
|
76e5344590
|
STYLE: Fixed line-too-long.
|
2007-04-11 10:00:56 -04:00 |
Andy Cedilnik
|
51afbced0f
|
STYLE: Nightly Version update
|
2007-04-10 21:47:41 -04:00 |
Brad King
|
5239769f5c
|
BUG: When a non-cache variable is marked as advance do not use the cmMakefile implementation of AddCacheDefinition to avoid removing the makefile definition.
|
2007-04-10 16:03:10 -04:00 |
Brad King
|
94672aa75a
|
BUG: When a non-cache variable is marked as advance do not use the cmMakefile implementation of AddCacheDefinition to avoid removing the makefile definition.
|
2007-04-10 15:55:49 -04:00 |
Brad King
|
996f391593
|
BUG: The ALL_BUILD target should not have any command lines so that it is not always considered out of date. Moved the 'Build all projects' message into the description field instead of an echo in the command field. Moved common implementation of Generate for VS6 and VS7 into the superclass to avoid duplicate code for the ALL_BUILD target. This addresses bug#4556.
|
2007-04-10 13:09:03 -04:00 |
Brad King
|
a017333d9a
|
ENH: Added option CMAKE_INSTALL_SO_NO_EXE on linux to choose whether the default permissions for shared libraries include the executable bit. This is necessary to support the conflicting policies of Debian and Fedora. These changes address bug#4805.
|
2007-04-10 11:22:15 -04:00 |
Ken Martin
|
8b0c61c322
|
ENH: added internal target property for the name of the project file
|
2007-04-10 09:54:01 -04:00 |
Brad King
|
5415b65067
|
STYLE: Added comment about why dependencies need to be chained to clarify code.
|
2007-04-10 08:49:42 -04:00 |
Andy Cedilnik
|
ef756114d5
|
STYLE: Nightly Version update
|
2007-04-09 21:25:48 -04:00 |
Andy Cedilnik
|
910d629ed4
|
STYLE: Nightly Version update
|
2007-04-08 21:44:56 -04:00 |
Andy Cedilnik
|
d2b9dd6353
|
STYLE: Nightly Version update
|
2007-04-07 21:23:10 -04:00 |
Andy Cedilnik
|
6a213c846f
|
STYLE: Nightly Version update
|
2007-04-06 21:42:35 -04:00 |
Andy Cedilnik
|
0016ff7387
|
STYLE: Nightly Version update
|
2007-04-05 21:57:55 -04:00 |
Brad King
|
cc13a060c6
|
STYLE: Fix line-too-long.
|
2007-04-05 09:19:29 -04:00 |
Andy Cedilnik
|
ebabf0cf75
|
STYLE: Nightly Version update
|
2007-04-04 17:02:21 -04:00 |
Brad King
|
438a7e2fce
|
BUG: Fix utility dependencies for static libraries in VS generators. This addresses bug#4789.
|
2007-04-04 14:50:35 -04:00 |
Andy Cedilnik
|
826dc8696c
|
COMP: Fix kwstyle
|
2007-04-04 13:06:20 -04:00 |
Andy Cedilnik
|
0b92b2faf5
|
BUG: No need for the backward compatibility variable warning
|
2007-04-04 12:05:44 -04:00 |
Andy Cedilnik
|
6fb9e2781a
|
ENH: Add variable for the current list file
|
2007-04-04 12:05:10 -04:00 |
Brad King
|
2c1204e361
|
ENH: Added cmGlobalVisualStudioGenerator as superclass to all VS global generators.
|
2007-04-04 11:22:14 -04:00 |
Andy Cedilnik
|
3411f2566a
|
STYLE: Nightly Version update
|
2007-04-03 23:18:35 -04:00 |
Andy Cedilnik
|
814d83f120
|
STYLE: Nightly Version update
|
2007-04-03 03:07:54 -04:00 |
Andy Cedilnik
|
54143f0979
|
STYLE: Nightly Version update
|
2007-04-02 02:44:04 -04:00 |
Andy Cedilnik
|
2e22c460b6
|
STYLE: Nightly Version update
|
2007-04-01 02:41:44 -04:00 |
Andy Cedilnik
|
402a363ef0
|
STYLE: Nightly Version update
|
2007-03-31 02:45:17 -04:00 |
Bill Hoffman
|
5ed2141d12
|
ENH: make sure default /System framework is not added with -F
|
2007-03-30 10:53:02 -04:00 |
Andy Cedilnik
|
32ab3853ee
|
STYLE: Nightly Version update
|
2007-03-30 02:37:58 -04:00 |
Andy Cedilnik
|
9858fe9b21
|
STYLE: Nightly Version update
|
2007-03-29 02:41:21 -04:00 |
Ken Martin
|
fabd9def68
|
BUG: even safer checking of return value
|
2007-03-28 11:07:36 -04:00 |
Ken Martin
|
f0857fcbd3
|
BUG: even safer checking of return value
|
2007-03-28 11:06:34 -04:00 |
Ken Martin
|
c6cf2ca108
|
BUG: fix checking of the return value for a build
|
2007-03-28 10:58:00 -04:00 |
Andy Cedilnik
|
7c192d22d2
|
STYLE: Nightly Version update
|
2007-03-28 02:51:31 -04:00 |
Brad King
|
0e15f3412f
|
COMP: Restored shared local variable removed by previous change.
|
2007-03-27 23:15:59 -04:00 |
Brad King
|
af95f61d76
|
ENH: Created method cmTarget::GetExportMacro to centralize computation of the export symbol name. This removes duplicate code from all the generators. Also enabled the export definition for executable targets with the ENABLE_EXPORTS property set.
|
2007-03-27 23:13:25 -04:00 |
Andy Cedilnik
|
341853c887
|
STYLE: Nightly Version update
|
2007-03-27 02:45:47 -04:00 |
Andy Cedilnik
|
51126eb2af
|
STYLE: Nightly Version update
|
2007-03-26 02:43:43 -04:00 |
Andy Cedilnik
|
7482175b8b
|
STYLE: Nightly Version update
|
2007-03-25 02:51:01 -04:00 |
Andy Cedilnik
|
d17dac47b9
|
STYLE: Nightly Version update
|
2007-03-24 02:47:08 -04:00 |
Bill Hoffman
|
239ee9c26c
|
BUG: fix problem with new curl_getdate and ctest
|
2007-03-23 16:33:47 -04:00 |
Andy Cedilnik
|
5cd2892f01
|
STYLE: Nightly Version update
|
2007-03-23 02:33:35 -04:00 |
Brad King
|
5a32aa5919
|
ENH: Added target property ENABLE_EXPORTS for executable targets. It enables the executables for linking by loadable modules that import symbols from the executable. This finishes the executable import library support mentioned in bug #4210.
|
2007-03-22 09:45:25 -04:00 |
Andy Cedilnik
|
187816c937
|
STYLE: Nightly Version update
|
2007-03-22 02:34:44 -04:00 |
Ken Martin
|
abf2704785
|
BUG: typo in if test
|
2007-03-21 13:49:40 -04:00 |
Andy Cedilnik
|
cb83efbe90
|
STYLE: Nightly Version update
|
2007-03-21 02:39:48 -04:00 |
Ken Martin
|
f6c9b6d631
|
ENH: try markign non zero return values as warnings for make programs
|
2007-03-20 14:52:27 -04:00 |
Ken Martin
|
562c17dfeb
|
ENH: try markign non zero return values as warnings for make programs
|
2007-03-20 14:31:34 -04:00 |
Ken Martin
|
ca7668d993
|
ENH: add another error regexp
|
2007-03-20 14:11:32 -04:00 |
Bill Hoffman
|
8f870ddeca
|
BUG: fix coverity error, null check after usage fix
|
2007-03-20 12:44:36 -04:00 |
Ken Martin
|
b5423a0218
|
ENH: minor additional error output
|
2007-03-20 11:52:16 -04:00 |
Andy Cedilnik
|
32984af6d1
|
STYLE: Nightly Version update
|
2007-03-20 02:50:02 -04:00 |
Ken Martin
|
3abf39eda0
|
ENH: support for --build-config-sample feature #1022
|
2007-03-19 13:04:10 -04:00 |
Brad King
|
fc7c433463
|
ENH: Added support for import libraries created by executable and module targets. The module import libraries should never be used but some windows compilers always create them for .dll files since there is no distinction from shared libraries on that platform. The executable import libraries may be used to create modules that when loaded bind to symbols from the executables. This is an enhancement related to bug#4210 though not requested by it explicitly.
|
2007-03-19 10:00:36 -04:00 |
Andy Cedilnik
|
43589ec702
|
STYLE: Nightly Version update
|
2007-03-19 02:35:50 -04:00 |
Andy Cedilnik
|
faa2d53e3f
|
STYLE: Nightly Version update
|
2007-03-18 02:03:13 -04:00 |
Andy Cedilnik
|
1325d8f8dd
|
STYLE: Nightly Version update
|
2007-03-17 00:20:21 -04:00 |
Brad King
|
144c605525
|
BUG: Need to include relative path top information in directory information so that relative path conversion during dependency generation works with the same rules as project generation.
|
2007-03-16 16:48:27 -04:00 |
Brad King
|
7fb8ac8904
|
BUG: Use GetExecutableNames instead of GetLibraryNames to compute the installation file name for executable targets.
|
2007-03-16 16:28:30 -04:00 |
Brad King
|
861e3a7107
|
COMP: Fix bad escape sequence.
|
2007-03-16 16:04:31 -04:00 |
Andy Cedilnik
|
ed1081f909
|
ENH: More regular expressions for visual studio 6
|
2007-03-16 14:51:28 -04:00 |
Brad King
|
1f639ee76c
|
ENH: Added computation of object file names that are almost always short enough to not exceed the filesystem path length limitation. This is useful when a source file from outside the tree is referenced with a long full path. The object file name previously would contain the entire path which when combined with the build output directory could exceed the filesystem limit. Now CMake recognizes this case and replaces enough of the beginning of the full path to the source file with an md5sum of the replaced portion to make the name fit on disk. This addresses bug#4520.
|
2007-03-16 10:34:25 -04:00 |
Ken Martin
|
f52d37c26f
|
BUG: change in how set cache overrides local definitions. Should mainly be a NOP change for most cases
|
2007-03-15 13:48:15 -04:00 |
Andy Cedilnik
|
daacd021fc
|
STYLE: Nightly Version update
|
2007-03-14 21:51:08 -04:00 |
Brad King
|
9da6f96d98
|
BUG: Reverting previous changes related to using an empty string for a relative path to the current directory. Too many places want the . version. Instead we can just convert the . to an empty string in the one place that motiviated the original change.
|
2007-03-14 16:29:10 -04:00 |
Brad King
|
b8bd0f80db
|
BUG: When the current output directory is a link directory we need to reference it with the relative path "." instead of an empty relative path.
|
2007-03-14 15:35:10 -04:00 |
Brad King
|
6d2f08b6e1
|
ENH: Added MD5 implementation to KWSys.
|
2007-03-14 15:12:10 -04:00 |
Brad King
|
a724f0d425
|
BUG: During relative path conversion if the remote and target paths are the same return the empty string instead of ".".
|
2007-03-14 13:36:24 -04:00 |
Brad King
|
770ffb1699
|
BUG: All executable and library project types should specify a program database file name for all configurations. Even when debug information is not used the .pdb file specified is used to construct the name of a .idb file that exists for all configurations when building with the VS IDE.
|
2007-03-14 09:34:31 -04:00 |
Ken Martin
|
c53b26baf2
|
ENH: some more cleanup
|
2007-03-13 15:18:27 -04:00 |
Bill Hoffman
|
5891ba16ce
|
ENH: add project to target map, not used yet, but created
|
2007-03-13 14:23:08 -04:00 |
Brad King
|
d720036e61
|
BUG: Fix check of EXCLUDE_FROM_ALL property to use boolean type. This is required for installation of subdirectories to work.
|
2007-03-13 11:58:12 -04:00 |
Andy Cedilnik
|
646e2ff9d8
|
STYLE: Nightly Version update
|
2007-03-13 03:57:47 -04:00 |
Ken Martin
|
f59e649dc2
|
ENH: added remove_directory bug 2937
|
2007-03-12 16:10:00 -04:00 |
Brad King
|
e105c7fedc
|
BUG: Preserve symlinks during installation. This addresses bug#4384.
|
2007-03-12 14:15:25 -04:00 |
Brad King
|
e01cdf2065
|
ENH: Added kwsys SystemTools::CreateSymlink and SystemTools::ReadSymlink.
|
2007-03-12 13:50:28 -04:00 |
Ken Martin
|
558dbc84ad
|
ENH: typo
|
2007-03-12 13:30:36 -04:00 |
Ken Martin
|
03f3411c4f
|
ENH: small enchancement for bug 3776.
|
2007-03-12 12:40:34 -04:00 |
Brad King
|
fb38af53c0
|
BUG: Split precompiled header flags into a separate per-global-generator flag map. This is needed because the flag mappings differ across VS IDE versions. This fixes bug#3512 for VS8 where as the previous fix only worked for VS7.
|
2007-03-12 12:35:11 -04:00 |
Ken Martin
|
55603ea9eb
|
COMP: XCode fix
|
2007-03-12 11:32:10 -04:00 |
Ken Martin
|
b99129d2d8
|
ENH: some code cleanup
|
2007-03-12 10:26:59 -04:00 |
Andy Cedilnik
|
c03217d560
|
STYLE: Nightly Version update
|
2007-03-11 01:50:41 -05:00 |
Brad King
|
01a27cb5b4
|
STYLE: Fix line-too-long.
|
2007-03-10 06:56:11 -05:00 |
Andy Cedilnik
|
ba037af74f
|
STYLE: Nightly Version update
|
2007-03-10 01:31:08 -05:00 |
Brad King
|
1e25f2b3db
|
BUG: Use real path subdirectory check instead of substring comparison to identify when paths are below the relative path tops. Otherwise when the build tree is next to the source tree with the same name plus a suffix the relative path from the binary to source tree is allowed even though it goes outside cmake-managed directories.
|
2007-03-09 17:15:13 -05:00 |
Brad King
|
0e8d822b18
|
COMP: Fix warning about binding reference-to-non-const to an rvalue on VS6. It does not seem to be doing the proper auto_ptr_ref conversions. Instead use the const_cast work-around on this platform.
|
2007-03-09 16:58:08 -05:00 |
Brad King
|
72b08a80c8
|
COMP: Fixed unreferenced parameter warning for VS6 with /W4.
|
2007-03-09 16:27:14 -05:00 |
Brad King
|
ade0fb94d8
|
BUG: Re-enable backward compatibility replacements in user-provided VS6 DSP template files.
|
2007-03-09 16:26:16 -05:00 |
Brad King
|
80e6cade7a
|
ENH: Implemented use of cmTarget::GetDirectory() in Visual Studio 6 generator. This is an incremental fix for bug#4210.
|
2007-03-09 16:25:16 -05:00 |
Brad King
|
92ff60b6a6
|
ENH: Added target properties ARCHIVE_OUTPUT_DIRECTORY, LIBRARY_OUTPUT_DIRECTORY, and RUNTIME_OUTPUT_DIRECTORY. If set these override EXECUTABLE_OUTPUT_PATH and LIBRARY_OUTPUT_PATH for a specific target. They can be used to distribute target files in the build tree with the same granularity that the INSTALL command provides for the install tree. This addresses bug#2240 and bug#4210.
|
2007-03-09 15:14:27 -05:00 |
Brad King
|
5ed8ea8a0e
|
BUG: Fixed OSX bundles to be built in the directory specified by cmTarget::GetDirectory(). This is an incremental step for bug#2240.
|
2007-03-09 14:50:11 -05:00 |
Brad King
|
7b68a64d12
|
ENH: Do not compute a path name for the import library if there is no import library. This simplifies tracking down problems with trying to create import libraries for MODULEs.
|
2007-03-09 13:56:45 -05:00 |
Brad King
|
31637efbfb
|
ENH: Added cmMakefileTargetGenerator::GenerateExtraOutput to wrap up creation of rules to drive creation of extra outputs generated as side effects of another rule. Reimplemented generation of custom command multiple output rules to use it. Reimplemented soname symlink output dependencies to use it. Now if a symlink is deleted the library will be recreated with the symlink.
|
2007-03-09 11:29:15 -05:00 |
Brad King
|
fb88335cdb
|
BUG: Need to account for import library directory when constructing the clean rule for the import library. This is an incremental fix for bug #4210.
|
2007-03-09 11:26:10 -05:00 |
Brad King
|
54923d6ad8
|
ENH: Implemented new policy to choose the directory part of the object file name. This should keep the names looking as nice and short as possible. This partially addresses bug#4520.
|
2007-03-09 10:30:07 -05:00 |
Brad King
|
528f60f4a6
|
ENH: Added implib option to cmTarget::GetDirectory to support a separate directory containing the import library. This is an incremental step for bug#4210.
|
2007-03-09 09:30:16 -05:00 |
Andy Cedilnik
|
3ec0ff05de
|
STYLE: Nightly Version update
|
2007-03-08 23:56:29 -05:00 |
Brad King
|
01dc699d82
|
ENH: Combined cmTarget::GetDirectory and cmTarget::GetOutputDir since they are nearly the same. This is another step for bug#2240.
|
2007-03-08 15:33:19 -05:00 |
Brad King
|
789a0f8359
|
ENH: Removed unused variables LibraryOutputPath and ExecutableOutputPath. Each target is asked for its own output directory. This is a step towards bug#2240.
|
2007-03-08 15:24:01 -05:00 |
Brad King
|
1a734f238a
|
COMP: Fixed enumeration-not-used warning in switch.
|
2007-03-08 15:10:20 -05:00 |
Brad King
|
33ee83714d
|
ENH: Replaced LibraryOutputPath and ExecutableOutputPath variables in Makefile and VS generators to instead ask each target for its output path. This significantly reduces total code size and centralizes previously duplicate code. It is also a step towards bug#2240.
|
2007-03-08 14:57:28 -05:00 |
Brad King
|
ea19994b13
|
ENH: Ask the target for its own directory in case of bundle instead of directly using ExecutableOutputPath.
|
2007-03-08 14:15:45 -05:00 |
Brad King
|
d65db7c6bb
|
BUG: Compute HomeRelativeOutputPath following the rules of RelativePathTopBinary by going through the Convert() method. This supports out-of-binary build trees without using relative paths that go outside trees managed by CMake.
|
2007-03-08 13:19:39 -05:00 |
Brad King
|
1d75e47dee
|
ENH: Enable SubDirSpaces test when building with bootstrapped cmake.
|
2007-03-08 13:13:58 -05:00 |
Brad King
|
fd3688fa72
|
ENH: Fixed recursive make call target escaping for Borland to support SubDirSpaces test.
|
2007-03-08 13:05:02 -05:00 |
Brad King
|
7157743d69
|
ENH: Updated GetRecursiveMakeCall to use EscapeForShell instead of MAKEFILE conversion. This code is special because it is the only place that a make target name is passed on a command line.
|
2007-03-08 11:49:30 -05:00 |
Brad King
|
91c2b84a92
|
ENH: Added ConvertToOutputSlashes method to convert slashes with the same policy as ConvertToOutputPath but without escaping.
|
2007-03-08 11:49:26 -05:00 |
Brad King
|
00051cf721
|
ENH: Removed useless method ConvertToMakeTarget and all calls to it. It had a buggy implementation that caused it to do nothing.
|
2007-03-08 11:10:21 -05:00 |
Brad King
|
4089c76890
|
BUG: Some calls to Convert() were converting for MAKEFILE but then passing the output to the build shell. The calls have now been converted to call Convert() with SHELL.
|
2007-03-08 10:31:03 -05:00 |
Brad King
|
00b4eeeded
|
STYLE: Removed unused calls to Convert.
|
2007-03-08 10:19:25 -05:00 |
Brad King
|
d37577d9e0
|
STYLE: Removing unused methods ConvertToShellPath and EscapeForUnixShell.
|
2007-03-08 09:48:17 -05:00 |
Brad King
|
254ae5c62e
|
STYLE: Fix line-too-long.
|
2007-03-08 08:46:03 -05:00 |
Brad King
|
2f2b5b2503
|
ENH: SetupPathConversions is now called automatically on demand.
|
2007-03-08 08:38:40 -05:00 |
Andy Cedilnik
|
9a5a051f21
|
STYLE: Nightly Version update
|
2007-03-07 22:12:11 -05:00 |
Brad King
|
b90e241a31
|
ENH: Modified GetObjectFileNameWithoutTarget to use relative paths for object file names with sources above the current directory so long as the relative path conversion works.
|
2007-03-07 17:39:16 -05:00 |
Brad King
|
4036627487
|
ENH: Improved computation of RelativePathTopSource and RelativePathTopBinary to use higher relative path tops when the source directories jump around in a tree below the original source top.
|
2007-03-07 17:32:35 -05:00 |
Brad King
|
ad4055f3e2
|
ENH: Set RelativePathTopSource and RelativePathTopBinary independently for each local generator. Relative path conversion is safe within a tree as long as it does not go above the highest parent directory still managed by CMake.
|
2007-03-07 16:35:53 -05:00 |
Brad King
|
073076e0f7
|
COMP: Fix ConvertToRelativePath change for Xcode generator.
|
2007-03-07 16:32:29 -05:00 |
Brad King
|
f3cc908e42
|
STYLE: Move warning disable pragma into push/pop block.
|
2007-03-07 16:00:21 -05:00 |
Brad King
|
0e8515fa4c
|
BUG: Get rid of ancient variables CMAKE_CXX_WARNING_LEVEL, CMAKE_CXX_USE_RTTI, CMAKE_CXX_STACK_SIZE which are only partially implemented and now taken care of by flag mapping anyway.
|
2007-03-07 15:57:52 -05:00 |
Brad King
|
c841258170
|
COMP: Add missing include for assert.
|
2007-03-07 15:30:30 -05:00 |
Brad King
|
fc19882e8f
|
ENH: Moved ConvertToRelativePath from cmGlobalGenerator to cmLocalGenerator. This is in preparation for setting up each local generator to have its own RelativePathTopSource and RelativePathTopBinary based on its ancestor directories.
|
2007-03-07 15:15:46 -05:00 |
Brad King
|
3bd9d67488
|
BUG: Use angle-brackets to include testSystemTools.h to avoid problems with in-source builds.
|
2007-03-07 13:52:32 -05:00 |
Ken Martin
|
d12455fccb
|
BUG: oops bad arg for new test
|
2007-03-07 13:01:00 -05:00 |
Ken Martin
|
bfb3598c4b
|
BUG: improve bad argument handling for INCLUDE_DIRECTORIES and ADD_DEFINITIONS bug 4364
|
2007-03-07 11:03:57 -05:00 |
Brad King
|
4148fedbf0
|
ENH: Enabled support for use_auto_ptr(get_auto_ptr()) syntax on HP compiler.
|
2007-03-07 09:26:49 -05:00 |
Andy Cedilnik
|
c0ee369379
|
STYLE: Nightly Version update
|
2007-03-06 21:22:01 -05:00 |
Ken Martin
|
12b8643fee
|
COMP: shut up w4 warning
|
2007-03-06 10:56:21 -05:00 |
Andy Cedilnik
|
5cc53f2dc1
|
STYLE: Nightly Version update
|
2007-03-05 21:23:34 -05:00 |
Brad King
|
73a5c33f9b
|
BUG: Removed legacy SetupTests method that was causing RUN_TESTS to test twice.
|
2007-03-05 13:01:02 -05:00 |
Ken Martin
|
420095c013
|
COMP: shut up warnings
|
2007-03-05 10:36:06 -05:00 |
Ken Martin
|
d443963d91
|
ENH: fix compiler warnings
|
2007-03-05 09:51:13 -05:00 |
Ken Martin
|
1263baec63
|
STYLE: long line
|
2007-03-05 09:50:53 -05:00 |
Andy Cedilnik
|
d4798181a2
|
STYLE: Nightly Version update
|
2007-03-04 21:31:10 -05:00 |
Brad King
|
55280c5524
|
COMP: Disable function call with function return test for HP until it is implemented.
|
2007-03-03 23:46:42 -05:00 |
Andy Cedilnik
|
8774e0f81f
|
STYLE: Nightly Version update
|
2007-03-03 21:26:10 -05:00 |
Brad King
|
091eafefb3
|
COMP: All kwsys .hxx headers should include Configure.hxx. Re-enabling testAutoPtr.
|
2007-03-03 15:43:31 -05:00 |
Brad King
|
55abd50681
|
COMP: Disable auto_ptr test for now.
|
2007-03-03 15:32:00 -05:00 |
Brad King
|
8c1f9e1b83
|
ENH: Implemented auto_ptr_ref in a way that allows conversion of the pointed-to type.
|
2007-03-03 15:05:52 -05:00 |
Brad King
|
ed722cbe61
|
COMP: Remove one conversion test until it is implemented.
|
2007-03-03 14:51:36 -05:00 |
Brad King
|
3fcec9daa4
|
ENH: Added test for auto_ptr. Documented aut_ptr template implementation.
|
2007-03-03 14:48:48 -05:00 |
Brad King
|
bdc4974f88
|
BUG: cmCreateTestSourceList command is needed at boostrap time because KWSys now uses test drivers.
|
2007-03-03 12:16:35 -05:00 |
Brad King
|
0edbb68352
|
ENH: Cleaned up KWSys tests to use test drivers.
|
2007-03-03 10:47:06 -05:00 |
Andy Cedilnik
|
399c3dffce
|
STYLE: Nightly Version update
|
2007-03-02 21:12:52 -05:00 |
Ken Martin
|
1de68b46f1
|
BUG: fix for build order
|
2007-03-02 14:31:04 -05:00 |
Andy Cedilnik
|
b9ab2b1932
|
BUG: Propagate platform settings such as CMAKE_OSX_ARCHITECTURES to the try compile
|
2007-03-02 11:33:37 -05:00 |
Ken Martin
|
8e702e6977
|
COMP: fix some w4 warnings
|
2007-03-02 10:50:45 -05:00 |
Ken Martin
|
4456013702
|
ENH: fix compiler warning
|
2007-03-02 10:49:32 -05:00 |
Ken Martin
|
fdbe20cf8b
|
COMP: fix warnings
|
2007-03-02 10:48:58 -05:00 |
Brad King
|
a0e26986f7
|
COMP: More workarounds for Borland.
|
2007-03-01 23:28:17 -05:00 |
Andy Cedilnik
|
ba6b7628e5
|
STYLE: Nightly Version update
|
2007-03-01 21:15:24 -05:00 |
Ken Martin
|
d223fc64ad
|
COMP: fix a compiel warning
|
2007-03-01 16:23:06 -05:00 |
Ken Martin
|
f8c982cf78
|
ENH: added LIMIT on file read
|
2007-03-01 15:53:09 -05:00 |
Ken Martin
|
508ddaf929
|
COMP: fix warning
|
2007-03-01 14:52:26 -05:00 |
Ken Martin
|
ae3ef64307
|
ENH: added a limit to the getline method
|
2007-03-01 14:30:42 -05:00 |
Ken Martin
|
c733ab2701
|
BUG: a couple bugs in system informaiton
|
2007-03-01 10:53:09 -05:00 |
Andy Cedilnik
|
f81579bb4a
|
STYLE: Nightly Version update
|
2007-02-28 21:07:18 -05:00 |
Bill Hoffman
|
1503caa14e
|
ENH: remove qnx special stuff that does not work
|
2007-02-28 17:26:20 -05:00 |
Ken Martin
|
e5e2e6a3b3
|
BUG: cleanup paths in GetSourceFile to handle bug 2724
|
2007-02-28 14:45:58 -05:00 |
Bill Hoffman
|
ecbec236b1
|
ENH: one more pass at paths with spaces and parens
|
2007-02-28 14:29:26 -05:00 |
Ken Martin
|
56e3a35ece
|
BUG: allow system information to accept the -G option
|
2007-02-28 12:25:19 -05:00 |
Brad King
|
b1aae98926
|
BUG: Assignment should always use reset().
|
2007-02-28 09:36:08 -05:00 |
Brad King
|
5ba5c450e6
|
COMP: Fix for auto_ptr_ref on Borland 5.8.
|
2007-02-28 09:35:28 -05:00 |
Brad King
|
6c82483cdb
|
BUG: Fix for cmake_force target in Borland Makefiles.
|
2007-02-28 09:33:25 -05:00 |
Ken Martin
|
cbf6bae9f4
|
BUG: fix to naming of results file
|
2007-02-27 16:41:43 -05:00 |
Bill Hoffman
|
5ae48cf852
|
ENH: add a fix for spaces in the path again...
|
2007-02-27 13:34:12 -05:00 |
Ken Martin
|
08ccfacf03
|
BUG: possible fix for new SystemInfo test
|
2007-02-27 13:04:29 -05:00 |
Ken Martin
|
42c41d77fa
|
BUG: fix for unused variable
|
2007-02-27 12:47:14 -05:00 |
Bill Hoffman
|
0ce8c158cc
|
ENH: fix for spaces in the path and mingw
|
2007-02-27 12:10:42 -05:00 |
Ken Martin
|
4d9bc90e58
|
BUG: possible fix for new SystemInfo test
|
2007-02-27 11:59:34 -05:00 |
Ken Martin
|
31a700188b
|
ENH: added --system-information option to CMake
|
2007-02-27 10:10:10 -05:00 |
Brad King
|
d97ae16bad
|
COMP: Added line accidentally removed.
|
2007-02-26 12:08:27 -05:00 |
Brad King
|
220989104c
|
BUG: Fixed implementation of auto_ptr_ref.
|
2007-02-26 12:06:42 -05:00 |
Bill Hoffman
|
90974ea1d6
|
ENH: go back to \ escapes for qnx
|
2007-02-26 11:56:13 -05:00 |
Bill Hoffman
|
4d5321f891
|
ENH: go back to EscapeForShell version
|
2007-02-26 11:41:41 -05:00 |
Andy Cedilnik
|
334e6d6801
|
STYLE: Nightly Version update
|
2007-02-25 21:02:16 -05:00 |
Bill Hoffman
|
512d5dd1e3
|
ENH: try and use \ for space and () escapes
|
2007-02-25 16:13:33 -05:00 |
Bill Hoffman
|
f0d5bdf86e
|
ENH: try another thing 3
|
2007-02-23 20:37:35 -05:00 |
Bill Hoffman
|
d7e57294fb
|
ENH: try another thing
|
2007-02-23 17:38:59 -05:00 |
Bill Hoffman
|
77ad2d62c2
|
ENH: add some debug stuff
|
2007-02-23 17:07:57 -05:00 |
Bill Hoffman
|
ae1d9e8b93
|
ENH: add some debug stuff
|
2007-02-23 16:44:13 -05:00 |
Andy Cedilnik
|
da72f0a07a
|
COMP: Disable test until generators are fixed
|
2007-02-23 14:37:23 -05:00 |
Andy Cedilnik
|
b34f2d5c06
|
ENH: Try to fix spaces in the path problem
|
2007-02-23 11:30:04 -05:00 |
Ken Martin
|
2b3dae596a
|
ENH: added some documentation on how to find the default properties of a test
|
2007-02-23 09:54:55 -05:00 |
Andy Cedilnik
|
8ad3430931
|
ENH: Make EXCLUDE_FROM_ALL a target and directory properties. Also, make IsInAll use EXCLUDE_FROM_ALL. Also, enable the test that tests this
|
2007-02-23 09:46:27 -05:00 |
Andy Cedilnik
|
440bbf0871
|
BUG: Produce error when include directories is invoked with an empty list
|
2007-02-23 09:45:04 -05:00 |
Bill Hoffman
|
48202ef623
|
ENH: hack put the hack back for qnx to try and fix spaces in the path
|
2007-02-22 17:34:14 -05:00 |
Bill Hoffman
|
0b350cbb97
|
ENH: undo hack and try to get dashboard back
|
2007-02-22 17:26:36 -05:00 |
Brad King
|
c1eae5b891
|
BUG: Hack to try working around a problem with spaces in an rpath on QNX.
|
2007-02-22 16:23:12 -05:00 |
Bill Hoffman
|
417b2073df
|
ENH: add new escape stuff
|
2007-02-22 15:33:49 -05:00 |
Brad King
|
2a64bb4774
|
BUG: Fix bug#4482.
|
2007-02-22 15:27:56 -05:00 |
Bill Hoffman
|
abb67cae48
|
ENH: actually keep the output
|
2007-02-22 10:31:12 -05:00 |
Bill Hoffman
|
13bd83c953
|
ENH: make sure EXECUTE_PROCESS is there because in bootstrap it is not
|
2007-02-22 10:05:50 -05:00 |
Bill Hoffman
|
2d6e914b2d
|
COMP: remove warning
|
2007-02-22 09:48:19 -05:00 |
Ken Martin
|
b41d4a1b54
|
STYLE: fix someones line length
|
2007-02-22 09:44:27 -05:00 |
Andy Cedilnik
|
726c267f99
|
BUG: Produce an error when the script is not found
|
2007-02-22 09:10:37 -05:00 |
Bill Hoffman
|
5647e6e254
|
ENH: fix parens in the path with spaces in the path
|
2007-02-21 21:24:17 -05:00 |
Ken Martin
|
806001bbb6
|
ENH: turn on spaces test for more platforms
|
2007-02-21 14:58:33 -05:00 |
Bill Hoffman
|
d999d0240d
|
ENH: get rid of some extra erase calls
|
2007-02-21 14:07:33 -05:00 |
Bill Hoffman
|
828eebcd31
|
STYLE: fix line length
|
2007-02-21 14:07:04 -05:00 |
Bill Hoffman
|
7a13c7affe
|
BUG: fix for quotes in strings for flags #4022
|
2007-02-21 14:01:19 -05:00 |
Brad King
|
53c72ed6c3
|
COMP: Disable LFS on AIX.
|
2007-02-21 13:33:19 -05:00 |
Ken Martin
|
d160362e83
|
ENH: remove unused variable
|
2007-02-21 12:19:51 -05:00 |
Ken Martin
|
276d61c90b
|
ENH: turn on spaces test for more platforms
|
2007-02-21 11:58:58 -05:00 |
Bill Hoffman
|
a2e8b602f9
|
ENH: fix spelling error bug # 4233
|
2007-02-20 15:09:09 -05:00 |
Ken Martin
|
4ddfe5f9a4
|
ENH: only add the test for some platforms
|
2007-02-20 15:03:22 -05:00 |
Bill Hoffman
|
d5cb0f48b7
|
ENH: fix source extensions fror txt on xcode
|
2007-02-20 13:52:29 -05:00 |
Ken Martin
|
06027d1d2b
|
ENH: fix for Watcom
|
2007-02-20 12:28:22 -05:00 |
Bill Hoffman
|
d712e40d36
|
ENH: fix for force language stuff
|
2007-02-20 11:14:41 -05:00 |
Bill Hoffman
|
323860cbdf
|
ENH: fix crash
|
2007-02-20 10:52:06 -05:00 |
Bill Hoffman
|
1d8e7e9411
|
BUG: fix for bug 4423 set language fixes
|
2007-02-20 09:35:21 -05:00 |
Bill Hoffman
|
5c0a340a9e
|
ENH: remove ConvLib test for now
|
2007-02-19 16:34:05 -05:00 |
Bill Hoffman
|
c856f76de3
|
ENH: use correct name
|
2007-02-19 15:12:06 -05:00 |
Bill Hoffman
|
797a7f50a2
|
ENH: use project not target name
|
2007-02-19 15:07:31 -05:00 |
Ken Martin
|
245e7c3482
|
ENH: make the test really test targets with spaces
|
2007-02-19 14:48:04 -05:00 |
Ken Martin
|
84315a7d57
|
BUG: fix accidental checkin
|
2007-02-19 14:32:36 -05:00 |
Ken Martin
|
e7ab8a0e1d
|
ENH: fixed more bugs with spaces in the path
|
2007-02-19 14:25:45 -05:00 |
Bill Hoffman
|
303048d3dc
|
ENH: add test for conv libraries
|
2007-02-19 13:26:38 -05:00 |
Ken Martin
|
09699018cc
|
ENH: turn on spaces in path test
|
2007-02-19 13:20:27 -05:00 |
Ken Martin
|
314f5f60a0
|
BUG: fix for spaces in path for nmake
|
2007-02-19 12:26:32 -05:00 |
Ken Martin
|
74968ce1c7
|
BUG: fix for shrinking cmake oh no
|
2007-02-19 11:30:34 -05:00 |
Andy Cedilnik
|
32af87ad04
|
STYLE: Nightly Version update
|
2007-02-18 21:44:54 -05:00 |
Bill Hoffman
|
857a54ec54
|
STYLE: fix warning
|
2007-02-18 09:31:16 -05:00 |
Andy Cedilnik
|
3ebb0f5469
|
STYLE: Nightly Version update
|
2007-02-17 22:43:04 -05:00 |
Bill Hoffman
|
63e2a9dffa
|
ENH: fix for external object test
|
2007-02-17 11:43:47 -05:00 |
Bill Hoffman
|
f7cd9f76ce
|
STYLE: fix line length issues
|
2007-02-17 08:46:25 -05:00 |
Bill Hoffman
|
66523061d0
|
ENH: remove warnings and debug statement
|
2007-02-17 08:38:41 -05:00 |
Bill Hoffman
|
fad49c8724
|
ENH: fix for vs ide
|
2007-02-16 16:45:47 -05:00 |
Bill Hoffman
|
ca0230a33e
|
ENH: check in initial conv library stuff
|
2007-02-16 16:12:17 -05:00 |
Andy Cedilnik
|
4d325a4597
|
STYLE: Nightly Version update
|
2007-02-16 15:24:38 -05:00 |
Andy Cedilnik
|
ffc0b5e4de
|
BUG: Overwrite the symlink if it already exists. Close Bug #4418 - cmake -create-symlink doesn't overwrite existing symlinks
|
2007-02-15 15:07:16 -05:00 |
Brad King
|
7c72e03c25
|
BUG: Do not hack the exception handling default for linker flags or for per-source-file flags.
|
2007-02-15 12:23:42 -05:00 |
Andy Cedilnik
|
d64a5a81ca
|
STYLE: Nightly Version update
|
2007-02-14 22:24:43 -05:00 |
Andy Cedilnik
|
f5297645a9
|
STYLE: Nightly Version update
|
2007-02-13 22:44:10 -05:00 |
Andy Cedilnik
|
f2c0dbd164
|
ENH: More work on the packaging. Add Applicaitons, add icons, etc
|
2007-02-13 14:13:51 -05:00 |
Andy Cedilnik
|
4904db4c8f
|
STYLE: Nightly Version update
|
2007-02-12 23:16:21 -05:00 |
Andy Cedilnik
|
1df084bdad
|
STYLE: Nightly Version update
|
2007-02-11 22:34:29 -05:00 |
Andy Cedilnik
|
39e3838db0
|
STYLE: Nightly Version update
|
2007-02-10 22:23:31 -05:00 |
Andy Cedilnik
|
df4cab249c
|
STYLE: Nightly Version update
|
2007-02-09 22:14:15 -05:00 |
Bill Hoffman
|
0e95a190bc
|
ENH: add atonly support to cmCommandArgumentParserHelper.cxx and remove old non-yacc parser code from cmMakefile.cxx
|
2007-02-09 13:44:37 -05:00 |
Andy Cedilnik
|
0e1ae13f7c
|
STYLE: Nightly Version update
|
2007-02-08 22:08:18 -05:00 |
Brad King
|
83466bf12e
|
ENH: Added PrecompiledHeader test for MSVC compilers.
|
2007-02-08 16:18:21 -05:00 |
Andy Cedilnik
|
7fb573d437
|
STYLE: Nightly Version update
|
2007-02-07 22:02:34 -05:00 |
Bill Hoffman
|
cbe95dffcc
|
BUG: fix for bug 4414, find targets in the global generator for set_target_properties and add_dependencies
|
2007-02-07 11:49:42 -05:00 |
Brad King
|
96665eb79d
|
STYLE: Fixed line-too-long.
|
2007-02-07 09:23:41 -05:00 |
Andy Cedilnik
|
fb21ee5ce7
|
STYLE: Nightly Version update
|
2007-02-06 21:56:38 -05:00 |
Bill Hoffman
|
f752ff9268
|
ENH: fix documentation to include source language property
|
2007-02-06 16:03:41 -05:00 |
Brad King
|
bc8f3d504a
|
BUG: Patch from Alex to fix single-command help broken by previous patch.
|
2007-02-06 15:05:56 -05:00 |
Andy Cedilnik
|
d240b7e48b
|
STYLE: Nightly Version update
|
2007-02-05 21:53:48 -05:00 |
Ken Martin
|
551397b898
|
ENH: add more time to bootstrap test
|
2007-02-05 11:13:18 -05:00 |
Brad King
|
6bba86c8c8
|
BUG: Patch from Alex to recompute dependencies when the include regex changes. This addresses bug#4168.
|
2007-02-05 09:48:38 -05:00 |
Andy Cedilnik
|
9e61ee2bed
|
STYLE: Nightly Version update
|
2007-02-04 21:47:21 -05:00 |
Andy Cedilnik
|
27294f51ea
|
STYLE: Nightly Version update
|
2007-02-03 21:41:36 -05:00 |
Andy Cedilnik
|
19b91cc41b
|
STYLE: Nightly Version update
|
2007-02-02 21:28:19 -05:00 |
Bill Hoffman
|
266971e302
|
STYLE: fix warnings
|
2007-02-02 16:52:20 -05:00 |
Bill Hoffman
|
4925e64b97
|
ENH: add support for cygwin source and binary packaging
|
2007-02-02 14:40:26 -05:00 |
Brad King
|
1feb4a09b0
|
COMP: Fix void return failure.
|
2007-02-02 14:13:51 -05:00 |
Ken Martin
|
c160587130
|
ENH: allow the dashboard to override the timeouts for CTestTest
|
2007-02-02 10:14:50 -05:00 |
Brad King
|
f8b898fa6d
|
STYLE: Fixed line length and this-> convention violations from yesterday's patch.
|
2007-02-02 09:11:41 -05:00 |
Brad King
|
8f6b49f7b1
|
STYLE: Fixed line-too-long.
|
2007-02-02 09:11:39 -05:00 |
Andy Cedilnik
|
180f90a1e3
|
STYLE: Nightly Version update
|
2007-02-01 20:38:53 -05:00 |
Bill Hoffman
|
fd799a5d0e
|
STYLE: fix line length
|
2007-02-01 17:06:05 -05:00 |
Brad King
|
23d8525d46
|
BUG: Use the exe/lib output path for .pdb file location. This addresses bug#3277 and bug#4287.
|
2007-02-01 16:56:36 -05:00 |
Brad King
|
4bc0fd0941
|
ENH: Added cmTarget::GetPDBName method to simplify computation of .pdb file name for a target.
|
2007-02-01 16:54:49 -05:00 |
Brad King
|
ed7de15676
|
BUG: Do not clean the .pdb file for a target just before it is linked! This finishes addressing bug#4341.
|
2007-02-01 16:52:52 -05:00 |
Brad King
|
4d44392652
|
BUG: Clean rule for exe pdb file should use full path.
|
2007-02-01 16:07:32 -05:00 |
Brad King
|
7e896821f5
|
BUG: Do not use bitwise OR on bool.
|
2007-02-01 15:44:39 -05:00 |
Brad King
|
05b5600444
|
STYLE: Removed unused method declarations.
|
2007-02-01 15:22:42 -05:00 |
Brad King
|
939ae77b7b
|
ENH: Added a special flags integer field to the flag map entries. Added flags for user values and other special cases. Added precompiled header flag translation entries. This addresses bug#3512.
|
2007-02-01 15:02:35 -05:00 |
Brad King
|
293f24763f
|
STYLE: Removed one more stray comment.
|
2007-02-01 14:45:08 -05:00 |
Ken Martin
|
2da51e0f69
|
STYLE: removed code accidently checked in
|
2007-02-01 14:43:09 -05:00 |
Ken Martin
|
3dd4a53d97
|
BUG: fix for bug number 3320
|
2007-02-01 14:11:06 -05:00 |
Brad King
|
0b4bd97210
|
COMP: Removed unused variable.
|
2007-02-01 13:04:15 -05:00 |
Brad King
|
62d4c1b14a
|
ENH: Added mapping of /NODEFAULTLIB flag when no values are provided.
|
2007-02-01 12:00:17 -05:00 |
Brad King
|
d8aa12178d
|
ENH: Reimplemented parsing and mapping of flags into vcproj file attribute options. This cleans up and centralizes a few things. It is in preparation for dealing with precompiled header flags for bug #3512 since they require some special handling.
|
2007-02-01 11:49:27 -05:00 |
Brad King
|
d37abb6b5d
|
ENH: Added EscapeWindowsShellArgument and ParseWindowsCommandLine methods to cmSystemTools.
|
2007-02-01 11:45:37 -05:00 |
Ken Martin
|
f46704fefe
|
BUG: fix for bug number 3964
|
2007-02-01 11:33:30 -05:00 |
Brad King
|
58bf0dbac1
|
ENH: Patch from Alex to improve implementation and prepare for splitting the man page into more sections.
|
2007-02-01 10:38:42 -05:00 |
Brad King
|
712345ffc4
|
BUG: The .pdb file generated for a library or executable should match the real file name used for the target. This addresses bug#3277.
|
2007-02-01 09:57:24 -05:00 |
Andy Cedilnik
|
9d217a94e5
|
STYLE: Nightly Version update
|
2007-01-31 20:07:55 -05:00 |
Bill Hoffman
|
39eba4ce11
|
ENH: commit cygwin source generator files, not used yet
|
2007-01-31 16:50:24 -05:00 |
Bill Hoffman
|
8013ffd23b
|
ENH: do not use crazy long paths to object files for try compile
|
2007-01-31 16:49:25 -05:00 |
Andy Cedilnik
|
b0cd96983b
|
COMP: Remove osx bundle from OSXScriptLauncher
|
2007-01-31 13:54:02 -05:00 |
Andy Cedilnik
|
4240fc1bcb
|
COMP: Use new API
|
2007-01-31 13:53:30 -05:00 |
Andy Cedilnik
|
c32af51867
|
COMP: Add missing file in the installation
|
2007-01-31 13:37:46 -05:00 |
Bill Hoffman
|
345df44dc5
|
BUG: make sure external vs projects use the GUID in the project if it has one.
|
2007-01-31 13:34:18 -05:00 |
Andy Cedilnik
|
c6c4e3aa60
|
STYLE: Nightly Version update
|
2007-01-30 20:14:19 -05:00 |
Andy Cedilnik
|
7437ceab83
|
ENH: Allow to specify build target
|
2007-01-30 11:48:47 -05:00 |
Andy Cedilnik
|
4a2474765f
|
COMP: Fix bootstrap
|
2007-01-30 11:48:17 -05:00 |
Ken Martin
|
49085f7fed
|
BUG: fixes so that --build-and-test will honor timeouts
|
2007-01-30 11:35:17 -05:00 |
Bill Hoffman
|
b32f3b4131
|
ENH: allow copy if different from a file to a directory to work
|
2007-01-30 11:32:33 -05:00 |
Andy Cedilnik
|
88f798d286
|
STYLE: Nightly Version update
|
2007-01-29 20:30:47 -05:00 |
Ken Martin
|
098c1dcdfe
|
BUG: fix in the timeout code
|
2007-01-29 12:42:33 -05:00 |
Andy Cedilnik
|
2b54ecd1e4
|
STYLE: Nightly Version update
|
2007-01-28 20:08:06 -05:00 |
Andy Cedilnik
|
b5cc76543f
|
STYLE: Nightly Version update
|
2007-01-27 20:09:10 -05:00 |
Mathieu Malaterre
|
9c3fb107a8
|
STYLE: Fix typo
|
2007-01-27 15:29:41 -05:00 |
Andy Cedilnik
|
fd9a41a653
|
STYLE: Nightly Version update
|
2007-01-26 20:14:42 -05:00 |
Ken Martin
|
2888b13ef9
|
STYLE: improve IF documentation to cover elseif
|
2007-01-26 15:06:07 -05:00 |
Brad King
|
52803bc8af
|
BUG: Added use of KWSYS_INSTALL_COMPONENT_NAME_DEVELOPMENT for header file install rules.
|
2007-01-26 14:26:44 -05:00 |
Ken Martin
|
15d338e26f
|
COMP: fix warning
|
2007-01-26 09:31:44 -05:00 |
Bill Hoffman
|
d67ccb828d
|
BUG: remove early ;
|
2007-01-25 17:05:55 -05:00 |
Bill Hoffman
|
bd531d3fae
|
BUG: fix for 4186, kdevelop adding file twice
|
2007-01-25 15:44:52 -05:00 |
Ken Martin
|
2f84bd1758
|
ENH: added per test timeout support
|
2007-01-25 11:16:16 -05:00 |
Brad King
|
f71ad851d8
|
ENH: Patch from Alex to make deprecated command documentation more consistent.
|
2007-01-24 13:45:42 -05:00 |
Brad King
|
03a46e0381
|
ENH: Patch from Alex to document this command as discouraged.
|
2007-01-24 13:40:31 -05:00 |
Andy Cedilnik
|
1d34e22c96
|
STYLE: Nightly Version update
|
2007-01-24 07:46:31 -05:00 |
Bill Hoffman
|
37d979e0fc
|
ENH: this does not need to be safe as the value is checked
|
2007-01-23 14:28:40 -05:00 |
Andy Cedilnik
|
8638e31a88
|
STYLE: Nightly Version update
|
2007-01-23 14:07:20 -05:00 |
Bill Hoffman
|
0272c209a5
|
ENH: avoid crash, but do not make it an error if include flags is missing from a language
|
2007-01-23 13:08:40 -05:00 |
Bill Hoffman
|
91bd8099d8
|
ENH: make the include flag required for a language avoids seg fault
|
2007-01-23 11:39:22 -05:00 |
Bill Hoffman
|
e537b60ea2
|
ENH: undo bug fix because of failed test
|
2007-01-23 11:25:26 -05:00 |
Bill Hoffman
|
ef9e460f65
|
ENH: add link flags for debug/release etc
|
2007-01-23 10:50:05 -05:00 |
Andy Cedilnik
|
c3ae42fc1e
|
STYLE: Nightly Version update
|
2007-01-22 20:14:42 -05:00 |
Brad King
|
c0a0f8842b
|
ENH: Patch from Alex to document WRITE_FILE as a discouraged command.
|
2007-01-22 10:52:27 -05:00 |
Brad King
|
1e566707da
|
COMP: Patch from Alex for const correctness.
|
2007-01-22 10:52:24 -05:00 |
Andy Cedilnik
|
a3877bf136
|
STYLE: Nightly Version update
|
2007-01-21 20:07:33 -05:00 |
Andy Cedilnik
|
aa761edc13
|
STYLE: Nightly Version update
|
2007-01-20 21:05:39 -05:00 |
Andy Cedilnik
|
4fe11cca2f
|
STYLE: Nightly Version update
|
2007-01-19 20:10:34 -05:00 |
Andy Cedilnik
|
6f7bfb6fed
|
STYLE: Nightly Version update
|
2007-01-18 20:10:24 -05:00 |
Bill Hoffman
|
1589890a09
|
ENH: do not use relative paths for custom command commands if they working directory is used
|
2007-01-18 16:10:21 -05:00 |
Clinton Stimpson
|
e264771122
|
ENH: Add support for "~otheruser/"
|
2007-01-16 14:37:33 -05:00 |
Andy Cedilnik
|
8388640c03
|
STYLE: Fix kwstyle
|
2007-01-15 12:31:29 -05:00 |
Bill Hoffman
|
cc2364f559
|
STYLE: fix link lenght issue
|
2007-01-15 12:12:56 -05:00 |
Andy Cedilnik
|
df6d0ab8b9
|
STYLE: Nightly Version update
|
2007-01-14 20:10:45 -05:00 |
Andy Cedilnik
|
5e6f6f4a62
|
STYLE: Nightly Version update
|
2007-01-13 20:12:19 -05:00 |
Andy Cedilnik
|
a85e26d960
|
STYLE: Nightly Version update
|
2007-01-12 20:40:21 -05:00 |
Clinton Stimpson
|
50489ff6ff
|
ENH: Handle "~" in SplitPath.
|
2007-01-12 16:47:23 -05:00 |
Bill Hoffman
|
cca67d7f8e
|
BUG: fix for bug 4239, NODEFAULTLIB flag support in ide
|
2007-01-11 21:02:47 -05:00 |
Andy Cedilnik
|
266ce704d2
|
STYLE: Nightly Version update
|
2007-01-11 20:54:53 -05:00 |
Andy Cedilnik
|
cd5535ee9c
|
STYLE: Fix kwstyle issues
|
2007-01-11 10:49:18 -05:00 |
Andy Cedilnik
|
bee7c788fe
|
STYLE: Nightly Version update
|
2007-01-10 20:54:57 -05:00 |
Bill Hoffman
|
c3148813f4
|
ENH: fix warning and code style
|
2007-01-10 19:59:53 -05:00 |
Andy Cedilnik
|
de5540f7e5
|
ENH: First pass at CPack generator for OSX X11 applications. This are applications that require X11 to work. This is not really installed but a bundle packager
|
2007-01-10 15:30:26 -05:00 |
Andy Cedilnik
|
c2780e2c9a
|
STYLE: Nightly Version update
|
2007-01-09 21:02:09 -05:00 |
Andy Cedilnik
|
8fe00d7a0b
|
STYLE: Nightly Version update
|
2007-01-08 21:01:03 -05:00 |
Brad King
|
55f5f27cd6
|
STYLE: Fixed documentation of how to produce forwarding executables for multi-configuration builds with CMAKE_INTDIR.
|
2007-01-08 15:12:00 -05:00 |
Andy Cedilnik
|
74f75c84b8
|
STYLE: Nightly Version update
|
2007-01-07 21:05:36 -05:00 |
Andy Cedilnik
|
1671455770
|
STYLE: Nightly Version update
|
2007-01-06 22:56:16 -05:00 |
Andy Cedilnik
|
332f409467
|
STYLE: Nightly Version update
|
2007-01-06 00:49:39 -05:00 |
Ken Martin
|
a2262a8394
|
BUG: fix for bad argument handling
|
2007-01-04 16:03:41 -05:00 |
Andy Cedilnik
|
2861c056bc
|
STYLE: Nightly Version update
|
2007-01-04 14:54:35 -05:00 |
Ken Martin
|
92db085ac6
|
ENH: change STRICT to CMAKE_STRICT
|
2007-01-04 13:02:43 -05:00 |
Andy Cedilnik
|
51d255bf92
|
STYLE: Nightly Version update
|
2007-01-04 03:53:37 -05:00 |
Andy Cedilnik
|
e9be4e0c01
|
STYLE: Nightly Version update
|
2007-01-03 04:20:37 -05:00 |
Andy Cedilnik
|
63ab3c4fe0
|
STYLE: Nightly Version update
|
2007-01-02 00:08:21 -05:00 |
Andy Cedilnik
|
2f86520654
|
STYLE: Nightly Version update
|
2007-01-01 04:02:22 -05:00 |
Andy Cedilnik
|
7fc2132d4f
|
STYLE: Nightly Version update
|
2006-12-31 03:29:28 -05:00 |
Andy Cedilnik
|
0b4fdd8a63
|
STYLE: Nightly Version update
|
2006-12-30 03:24:23 -05:00 |
Andy Cedilnik
|
a9819e1c4c
|
STYLE: Nightly Version update
|
2006-12-29 03:29:48 -05:00 |
Bill Hoffman
|
255a4b966e
|
BUG: fix problem with path suffix and mac frameworks and find stuff, showed up in FindPythonLibs.cmake
|
2006-12-28 15:31:47 -05:00 |
Andy Cedilnik
|
f6c2972956
|
STYLE: Nightly Version update
|
2006-12-28 03:23:21 -05:00 |
Andy Cedilnik
|
b622d091e6
|
STYLE: Nightly Version update
|
2006-12-27 03:27:13 -05:00 |
Andy Cedilnik
|
3f3d700f65
|
STYLE: Nightly Version update
|
2006-12-26 03:27:36 -05:00 |
Andy Cedilnik
|
996e1a19cf
|
STYLE: Nightly Version update
|
2006-12-25 03:25:32 -05:00 |
Andy Cedilnik
|
1aa4fab6c1
|
STYLE: Nightly Version update
|
2006-12-24 03:24:45 -05:00 |
Andy Cedilnik
|
e44e0cdb66
|
STYLE: Nightly Version update
|
2006-12-23 03:38:55 -05:00 |
Andy Cedilnik
|
b3a6ef138a
|
STYLE: Nightly Version update
|
2006-12-22 03:36:15 -05:00 |
Utkarsh Ayachit
|
1ed84c377b
|
BUG: reverting previous change.
|
2006-12-21 10:24:33 -05:00 |
Utkarsh Ayachit
|
fbfd05a308
|
BUG: When a "wrong argument" was detected, we call the WrongArgument handler. If the handler returns success, the argument parsing should continue. Currently, it was stopping parsing immediately after the wrong argument was processed, irrespective of the WrongArgument handler status. Fixed that.
|
2006-12-21 09:52:01 -05:00 |
Andy Cedilnik
|
87f5f6e239
|
STYLE: Nightly Version update
|
2006-12-21 04:12:01 -05:00 |
Andy Cedilnik
|
34cf1b1265
|
STYLE: Nightly Version update
|
2006-12-20 03:28:32 -05:00 |
Andy Cedilnik
|
1a1c523c98
|
STYLE: Nightly Version update
|
2006-12-19 03:29:04 -05:00 |
Utkarsh Ayachit
|
fa69ba942e
|
BUG: FileIsDirectory would remove the trailing '/' even when the path is indeed the root i.e. '/'. Hence the test would be incorrect for root directory. Fixed that.
|
2006-12-18 11:30:09 -05:00 |
Mathieu Malaterre
|
b95f198348
|
COMP: Fix compilation when VS6 is using the new ANSI stdlib
|
2006-12-18 11:04:25 -05:00 |
Andy Cedilnik
|
ef8735a240
|
STYLE: Nightly Version update
|
2006-12-18 03:24:12 -05:00 |
Andy Cedilnik
|
e2570c309e
|
STYLE: Nightly Version update
|
2006-12-17 03:25:07 -05:00 |
Andy Cedilnik
|
f75900f4d3
|
STYLE: Nightly Version update
|
2006-12-16 03:26:18 -05:00 |
Mathieu Malaterre
|
df54b22212
|
COMP: Try to get stringstream emulation working
|
2006-12-15 10:30:41 -05:00 |
Andy Cedilnik
|
6469e1a4c4
|
STYLE: Nightly Version update
|
2006-12-15 03:32:35 -05:00 |
Brad King
|
f7611f167c
|
ENH: Made cmMakefileTargetGenerator::GlobalGenerator have full type cmGlobalUnixMakefileGenerator3 to give access to all methods. Fixed broken custom targets with no commands for Borland makefiles when CMAKE_SKIP_RULE_DEPENDENCY is set.
|
2006-12-14 14:30:41 -05:00 |
Brad King
|
1fe21ae35e
|
ENH: Adding stringstream compatibility implementation. It is currently identical to ostringstream. Fixed local variable pcount hiding method warning.
|
2006-12-14 13:18:27 -05:00 |
Mathieu Malaterre
|
55af790ebf
|
BUG: Remove stringstream implementation, this was a wrong interface anyway.
|
2006-12-14 11:41:51 -05:00 |
Mathieu Malaterre
|
db116b94e4
|
BUG: disable test for now
|
2006-12-14 11:02:22 -05:00 |
Brad King
|
0fcccb151f
|
ENH: Changes from Ryan C. Gordon to fix old process execution on BeOS.
|
2006-12-14 10:03:25 -05:00 |
Andy Cedilnik
|
3106262ec0
|
STYLE: Nightly Version update
|
2006-12-14 03:26:44 -05:00 |
Ken Martin
|
2245c50c51
|
COMP: oops really did not mean to check in that change
|
2006-12-13 13:24:23 -05:00 |
Ken Martin
|
5d11564c35
|
ENH: allow source file properties to chain to Directories and up
|
2006-12-13 12:19:59 -05:00 |
Mathieu Malaterre
|
cc73abf7e7
|
ENH: provide stringstream too. FIX: warning shadow var
|
2006-12-13 08:52:35 -05:00 |
Andy Cedilnik
|
7d1801beee
|
STYLE: Nightly Version update
|
2006-12-13 03:23:32 -05:00 |
Ken Martin
|
ed4d2ec51e
|
ENH: remove old commands
|
2006-12-12 14:40:21 -05:00 |
Ken Martin
|
372ce05a07
|
ENH: fix a warning and a nice fix to the IF command
|
2006-12-12 10:07:20 -05:00 |
Andy Cedilnik
|
97eceffa23
|
STYLE: Nightly Version update
|
2006-12-12 03:29:30 -05:00 |
Ken Martin
|
179579bed7
|
ENH: improve SetProperties and fix a couple warnings
|
2006-12-11 10:26:10 -05:00 |
Andy Cedilnik
|
09029e9cd8
|
STYLE: Nightly Version update
|
2006-12-11 03:20:51 -05:00 |
Andy Cedilnik
|
cadac9f0e5
|
STYLE: Nightly Version update
|
2006-12-10 03:19:49 -05:00 |
Mathieu Malaterre
|
b9787a965f
|
BUG: revert yesterday patch. The implementation was correct. The problem was that _WIN32 was forced to be #define on cygwin when included from ITK, which was miss matching the implementation from the declaration. Put extra condition for CYGWIN system
|
2006-12-09 11:25:25 -05:00 |
Andy Cedilnik
|
945dfe5c8e
|
STYLE: Nightly Version update
|
2006-12-09 03:32:04 -05:00 |
Mathieu Malaterre
|
458fa7559b
|
BUG: Make sure to use the Win32 interface (HINSTANCE) for handling shared lib on cygwin and mingw system
|
2006-12-08 15:52:30 -05:00 |
Ken Martin
|
1dd5db0235
|
COMP: fix some warnings and style issues
|
2006-12-08 09:27:52 -05:00 |
Andy Cedilnik
|
5ccd5a4a5b
|
STYLE: Nightly Version update
|
2006-12-08 03:26:31 -05:00 |
Ken Martin
|
2ad2566d19
|
BUG: fix bad comparison
|
2006-12-07 16:31:56 -05:00 |
Ken Martin
|
cf43e6ced0
|
COMP: fix a warning
|
2006-12-07 15:23:22 -05:00 |
Ken Martin
|
a00200e8d4
|
ENH: implements SetProperties for TEST
|
2006-12-07 14:54:15 -05:00 |
Ken Martin
|
5d9121971c
|
COMP: fix warning
|
2006-12-07 10:33:35 -05:00 |
Ken Martin
|
2305f7a94f
|
COMP: fix warning right now
|
2006-12-07 10:26:40 -05:00 |
Ken Martin
|
f056de555d
|
BUG: fix missing return value
|
2006-12-07 10:22:19 -05:00 |
Bill Hoffman
|
1936242ad4
|
ENH: add test I removed by mistake
|
2006-12-07 10:15:41 -05:00 |
Ken Martin
|
ba75d1e823
|
COMP: fix warning
|
2006-12-07 09:51:28 -05:00 |
Ken Martin
|
27379d7b08
|
ENH: make properties a bit more formal with documentation and chaining
|
2006-12-07 09:45:32 -05:00 |
Andy Cedilnik
|
833548f53a
|
STYLE: Nightly Version update
|
2006-12-07 02:04:42 -05:00 |
Bill Hoffman
|
26b527ac0f
|
ENH: fix bug in full path to target depends stuff
|
2006-12-06 23:05:10 -05:00 |
Andy Cedilnik
|
a44ac0719c
|
STYLE: Nightly Version update
|
2006-12-06 00:43:43 -05:00 |
Ken Martin
|
c0dc50bf6d
|
ENH: fix compiler warning
|
2006-12-05 10:38:36 -05:00 |
Ken Martin
|
0b7e1f5398
|
ENH: fix compiler warning
|
2006-12-05 10:36:33 -05:00 |
Bill Hoffman
|
c2308e796f
|
COMP: fix line length style error
|
2006-12-05 09:14:32 -05:00 |
Bill Hoffman
|
6b7bf34341
|
COMP: remove warning
|
2006-12-05 09:02:32 -05:00 |
Bill Hoffman
|
1513773310
|
ENH: fix build error on IRIX
|
2006-12-05 08:39:22 -05:00 |
Bill Hoffman
|
3a32cec969
|
ENH: merge in changes for beos support
|
2006-12-04 17:26:41 -05:00 |
Brad King
|
de8ffcaef4
|
ENH: Changes based on patch from Ryan C. Gordon to enable process execution on BeOS. There seems to be no way to implement it without polling (or threads).
|
2006-12-04 14:42:47 -05:00 |
Brad King
|
d045ae45f2
|
BUG: Do not print empty install configuration repeatedly.
|
2006-12-04 13:54:32 -05:00 |
Ken Martin
|
ff67e8a65d
|
ENH: added properties into the compile, but not that many
|
2006-12-04 11:19:59 -05:00 |
Ken Martin
|
011532e0c3
|
ENH: added properties into the compile
|
2006-12-04 11:05:23 -05:00 |
Ken Martin
|
fbc9fed2e2
|
STYLE: fix line length
|
2006-12-04 11:04:16 -05:00 |
Bill Hoffman
|
434d2292c5
|
ENH: put checks on vector before referencing begin iterator
|
2006-12-02 13:17:53 -05:00 |
Andy Cedilnik
|
f67f158344
|
STYLE: Nightly Version update
|
2006-12-01 22:54:15 -05:00 |
Bill Hoffman
|
6600143ea1
|
ENH: fix warning
|
2006-12-01 15:28:00 -05:00 |
Ken Martin
|
49a3349b59
|
ENH: getting some of the property changed chewcked into CVS at least
|
2006-12-01 13:35:21 -05:00 |
Bill Hoffman
|
d99ee73dff
|
BUG: fix for 3815 seg fault
|
2006-12-01 10:30:11 -05:00 |
Andy Cedilnik
|
567d02c322
|
STYLE: Nightly Version update
|
2006-12-01 01:40:47 -05:00 |
Bill Hoffman
|
639d2572be
|
ENH: clean up comment and avoid some vector access calles
|
2006-11-30 17:50:40 -05:00 |
Bill Hoffman
|
5ff037e894
|
BUG: better fix for .dll.lib problem
|
2006-11-30 17:32:46 -05:00 |
Andy Cedilnik
|
1192f03f45
|
STYLE: Nightly Version update
|
2006-11-30 01:29:31 -05:00 |
Bill Hoffman
|
445e091ffa
|
ENH: fix test to run with debug or release and put the exe next to the dll, still shows the bug this is testing for
|
2006-11-29 21:36:13 -05:00 |
Bill Hoffman
|
b56a60d01e
|
ENH: fix errors for unix builds
|
2006-11-29 17:45:55 -05:00 |
Bill Hoffman
|
e2a7c9358f
|
ENH: fix warning
|
2006-11-29 17:25:46 -05:00 |
Bill Hoffman
|
33170bc371
|
ENH: there can be only one version
|
2006-11-29 17:17:16 -05:00 |
Ken Martin
|
2915f24274
|
COMP: fix compile issue on Sun hopefully
|
2006-11-29 17:10:29 -05:00 |
Bill Hoffman
|
f211823b55
|
ENH: fix test for configuration type builds
|
2006-11-29 17:02:35 -05:00 |
Bill Hoffman
|
9ffabcbb3f
|
ENH: fix compile error on mac
|
2006-11-29 16:43:21 -05:00 |
Bill Hoffman
|
ccb77b65c6
|
ENH: unify version stuff, get rid of it out of cmake and cmMakefile and only use cmVersion
|
2006-11-29 15:59:16 -05:00 |
Bill Hoffman
|
46f8ed0648
|
BUG: fix a problem where it tried to link .dll.lib files
|
2006-11-29 15:58:19 -05:00 |
Ken Martin
|
d6219588c0
|
COMP: fix compile issue on Sun
|
2006-11-29 15:45:49 -05:00 |
Mathieu Malaterre
|
965a1475b6
|
BUG: Fix problem with loading dylib on Tiger (10.4) x86. We need to be using the dlopen/dlclose instead of the old NSModule
|
2006-11-29 12:56:28 -05:00 |
Ken Martin
|
daa6d2bc04
|
ENH: updated handling of debug and optimized target link libraries
|
2006-11-29 11:00:17 -05:00 |
Bill Hoffman
|
e9a80cd8a9
|
ENH: add rc to version stuff
|
2006-11-28 16:09:21 -05:00 |
Bill Hoffman
|
64389317f8
|
ENH: use the built cmake for file compare as older versions of cmake may not support this
|
2006-11-28 09:49:53 -05:00 |
Andy Cedilnik
|
466dca006d
|
STYLE: Nightly Version update
|
2006-11-28 00:05:44 -05:00 |
Bill Hoffman
|
1ae24c15c3
|
ENH: use correct project name
|
2006-11-27 16:15:28 -05:00 |
Bill Hoffman
|
f2e8fd06c2
|
ENH: make sure things do not depend on optimized libraries if they are debug, and the other way around as well
|
2006-11-27 16:13:41 -05:00 |
Bill Hoffman
|
31a576abe6
|
ENH: add a test for a target name with the same name as the output of a custom command
|
2006-11-27 15:14:42 -05:00 |
Bill Hoffman
|
0954696e3e
|
ENH: fix line length problem
|
2006-11-27 12:14:16 -05:00 |
Bill Hoffman
|
b3d5e0fa2d
|
ENH: fix crash in plplot build
|
2006-11-27 12:11:27 -05:00 |
Andy Cedilnik
|
a72f4c0052
|
STYLE: Nightly Version update
|
2006-11-26 07:12:19 -05:00 |
Andy Cedilnik
|
11e1ac0b66
|
STYLE: Nightly Version update
|
2006-11-25 21:43:24 -05:00 |
Andy Cedilnik
|
8ae572e0de
|
STYLE: Nightly Version update
|
2006-11-25 21:08:07 -05:00 |
Bill Hoffman
|
9baa760315
|
BUG: fix problem when a target name is the same as the output of a custom command
|
2006-11-25 10:59:26 -05:00 |
Andy Cedilnik
|
3ad6f7e880
|
STYLE: Nightly Version update
|
2006-11-25 07:59:14 -05:00 |
Andy Cedilnik
|
367773d205
|
STYLE: Nightly Version update
|
2006-11-23 07:37:21 -05:00 |
Bill Hoffman
|
05e12b0ba5
|
ENH: make sure it is qt3 before running test
|
2006-11-22 14:26:01 -05:00 |
Andy Cedilnik
|
445ff04528
|
STYLE: Nightly Version update
|
2006-11-22 09:58:12 -05:00 |
Andy Cedilnik
|
b7faa7f3f5
|
STYLE: Nightly Version update
|
2006-11-21 13:25:48 -05:00 |
Andy Cedilnik
|
cd298182c2
|
STYLE: Nightly Version update
|
2006-11-21 07:07:33 -05:00 |
Bill Hoffman
|
2852600648
|
ENH: fix for when a library is tagged both debug and optimized
|
2006-11-20 13:57:12 -05:00 |
Andy Cedilnik
|
a5fc448bda
|
STYLE: Nightly Version update
|
2006-11-20 08:16:36 -05:00 |
Andy Cedilnik
|
056b7f0a53
|
STYLE: Nightly Version update
|
2006-11-19 08:08:45 -05:00 |
Andy Cedilnik
|
23c0fca74a
|
STYLE: Nightly Version update
|
2006-11-18 08:08:34 -05:00 |
Bill Hoffman
|
f405014a8d
|
BUG: undo bug fix 2722, still replace @foo@ in cmake files
|
2006-11-17 15:35:09 -05:00 |
Ken Martin
|
240deb027b
|
STYLE: fix a long line
|
2006-11-17 11:14:04 -05:00 |
Andy Cedilnik
|
384dd715d5
|
STYLE: Nightly Version update
|
2006-11-17 08:11:23 -05:00 |
Ken Martin
|
d92f22023c
|
ENH: remove old hack now that project level compatibility files are supported
|
2006-11-16 15:31:34 -05:00 |
Ken Martin
|
786fdbc196
|
ENH: fix a bug with useing debuf optimized libs from other builds
|
2006-11-16 10:57:00 -05:00 |
Andy Cedilnik
|
197cbc529e
|
STYLE: Nightly Version update
|
2006-11-16 08:10:11 -05:00 |
Andy Cedilnik
|
ae2e27fd11
|
STYLE: Nightly Version update
|
2006-11-15 08:08:47 -05:00 |
Andy Cedilnik
|
1047cd1aa6
|
STYLE: Nightly Version update
|
2006-11-14 08:09:30 -05:00 |
Andy Cedilnik
|
2e37a00610
|
ENH: Expand comment
|
2006-11-13 22:08:42 -05:00 |
Andy Cedilnik
|
236692633b
|
STYLE: Nightly Version update
|
2006-11-13 08:11:04 -05:00 |
Andy Cedilnik
|
6609a53d24
|
STYLE: Nightly Version update
|
2006-11-12 08:08:43 -05:00 |
Bill Hoffman
|
9e97f7f684
|
BUG: fix for 4028 fix scroll after delete
|
2006-11-11 14:07:46 -05:00 |
Bill Hoffman
|
93002a4400
|
BUG: fix for 4009 lib64 should work with path suffix
|
2006-11-11 14:06:38 -05:00 |
Andy Cedilnik
|
6d932c627b
|
STYLE: Nightly Version update
|
2006-11-11 08:11:51 -05:00 |
Bill Hoffman
|
dd8d1e8c8d
|
ENH: remove warning
|
2006-11-10 09:32:27 -05:00 |
Bill Hoffman
|
3b7005c554
|
BUG: fix for broken borland compiler
|
2006-11-10 08:11:37 -05:00 |
Andy Cedilnik
|
6b2cc486ee
|
STYLE: Nightly Version update
|
2006-11-10 08:07:44 -05:00 |
Bill Hoffman
|
9442cd33ba
|
ENH: fix it to work with stl debug mode on mac
|
2006-11-09 16:07:38 -05:00 |
Bill Hoffman
|
b0bc59f709
|
ENH: commit fix for putting everything in the build on vs
|
2006-11-09 09:57:23 -05:00 |
Andy Cedilnik
|
976424f8d3
|
STYLE: Nightly Version update
|
2006-11-09 08:09:12 -05:00 |
Andy Cedilnik
|
65d717f885
|
STYLE: Nightly Version update
|
2006-11-08 08:10:59 -05:00 |
Andy Cedilnik
|
ef0fd479cc
|
STYLE: Nightly Version update
|
2006-11-07 08:08:03 -05:00 |
Andy Cedilnik
|
4e1f2798ca
|
STYLE: Nightly Version update
|
2006-11-06 08:09:00 -05:00 |
Andy Cedilnik
|
fa6bcb6138
|
STYLE: Nightly Version update
|
2006-11-05 08:07:42 -05:00 |
Andy Cedilnik
|
f168018732
|
STYLE: Nightly Version update
|
2006-11-04 08:06:48 -05:00 |
Andy Cedilnik
|
a1f9b28c6f
|
STYLE: Nightly Version update
|
2006-11-03 08:07:56 -05:00 |
Andy Cedilnik
|
d6f2cbed17
|
STYLE: Nightly Version update
|
2006-11-02 08:08:09 -05:00 |
Andy Cedilnik
|
db4c5c5191
|
STYLE: Nightly Version update
|
2006-11-01 08:07:39 -05:00 |
Andy Cedilnik
|
897a2a9029
|
ENH: Cleanup of install component list. There was already the list in the global generator. Use that one
|
2006-10-31 14:28:48 -05:00 |
Andy Cedilnik
|
605d8871bb
|
STYLE: Fix kwstyle
|
2006-10-31 06:43:18 -05:00 |
Andy Cedilnik
|
7ded253013
|
ENH: Add support for displaying the list of components
|
2006-10-30 15:59:54 -05:00 |
Bill Hoffman
|
7aef92391b
|
ENH: make sure null const char* is not put into ossttringstream to avoid seg faults
|
2006-10-30 11:22:48 -05:00 |
Andy Cedilnik
|
fb9999157e
|
STYLE: Nightly Version update
|
2006-10-30 09:54:18 -05:00 |
Brad King
|
d9f1d4d71a
|
ENH: Added NO_MODULE and COMPONENTS options to improve flexibility of the command. Re-implemented argument parsing to be simpler and more robust.
|
2006-10-26 11:39:56 -04:00 |
Andy Cedilnik
|
5418998e46
|
STYLE: Fix typo
|
2006-10-26 11:01:52 -04:00 |
Brad King
|
b9f3de8491
|
BUG: When writing newlines between script portions in prebuild, prelink, and postbuild command lines they must be escaped for XML so that the IDE receives them. This fixes the fix for bug #3977.
|
2006-10-26 10:49:29 -04:00 |
Brad King
|
e15249f11e
|
COMP: Remove unused variable.
|
2006-10-25 14:03:33 -04:00 |
Brad King
|
89f098bc59
|
BUG: Adjust prebuild/prelink/postbuild script construction to account for ConstructScript no longer producing trailing newlines. This addresses bug#3977.
|
2006-10-25 12:49:27 -04:00 |
Brad King
|
e23b82c2cf
|
BUG: Avoid leading and trailing newlines in custom command scripts because some VS6 versions do not like the trailing backslash this produces. This addresses bug#3977.
|
2006-10-25 12:27:17 -04:00 |
Brad King
|
54731fa2c8
|
ENH: Adding support for # escape in Watcom WMake.
|
2006-10-25 11:23:04 -04:00 |
Brad King
|
b7e04e69ae
|
BUG: It cannot be an error if the values do not convert. The docs say that if the values do not convert the test is false.
|
2006-10-25 10:57:26 -04:00 |
Brad King
|
d563ab6677
|
BUG: For LESS, GREATER, and EQUAL check that the arguments can actually be converted to numbers. Also force the conversion results to be stored in memory to make sure they both use the same precision. This addresses bug#3966.
|
2006-10-25 10:31:26 -04:00 |
Andy Cedilnik
|
9192f3638b
|
COMP: Remove unnecessary provocation
|
2006-10-25 09:54:54 -04:00 |
Andy Cedilnik
|
b4da7bbaab
|
STYLE: Fix line length
|
2006-10-25 08:56:56 -04:00 |
Andy Cedilnik
|
e8d48151d3
|
BUG: Looks like gcov produces lines with string /*EOF*/ on them if there is no line at the end of the file. This will fix the coverage code complaining about it
|
2006-10-24 12:44:59 -04:00 |
Bill Hoffman
|
212eeff04c
|
ENH: remove failing test
|
2006-10-24 11:06:44 -04:00 |
Brad King
|
87dcfb54c4
|
ENH: Added # character for shell escaping.
|
2006-10-23 17:20:59 -04:00 |
Brad King
|
b25629efc4
|
ENH: Remove old IF(FILE_IS_NEWER) syntax. It was never in a release anyway.
|
2006-10-23 17:14:20 -04:00 |
Brad King
|
74c70d4078
|
BUG: Do not display cmake -E usage when any old command line error occurs.
|
2006-10-23 16:16:05 -04:00 |
Brad King
|
d1a9c93119
|
ENH: Patch from Alex to provide nicer syntax for FILE_IS_NEWER. Using name IS_NEWER_THAN so old syntax will continue to work.
|
2006-10-23 13:37:24 -04:00 |
Bill Hoffman
|
0c52510f21
|
ENH: remove broken test
|
2006-10-22 19:21:05 -04:00 |
Brad King
|
f91b3c1daa
|
ENH: Add options to build with system utility libraries. Organize inclusion of third party libraries into a single header per library. This addresses bug#3653.
|
2006-10-19 15:00:10 -04:00 |
Ken Martin
|
f7a5289e31
|
ENH: added total time limit for a CTest run bug 1207
|
2006-10-19 10:45:19 -04:00 |
Brad King
|
bfe885f6ef
|
ENH: Clarified search behavior when the objective is not found.
|
2006-10-19 09:18:59 -04:00 |
David Cole
|
e9fb6cd51a
|
BUG: Correct the SystemReportDebugHook function. It should not call exit. It gets called multiple times at shutdown in a memory leak reporting scenario... This is the source of the long standing KWWidgetsTour debug build dashboard failure.
|
2006-10-18 23:27:33 -04:00 |
Brad King
|
4d6435f5f3
|
STYLE: Fixed line-too-long.
|
2006-10-17 09:34:07 -04:00 |
Brad King
|
b155f3aa1c
|
ENH: Adding image version number (major.minor) property to windows binaries. Default is 0.0, but the VERSION target property may change the value. Windows now has first-class support for dll and exe versioning. This addresses bug#1219.
|
2006-10-16 18:17:14 -04:00 |
Brad King
|
30235517f8
|
BUG: Need to collapse path argument to get_directory_property. This addresses bug#3847.
|
2006-10-16 15:18:03 -04:00 |
Brad King
|
49bf0b9e3d
|
ENH: Make hyperlinks in documentation active when generated into HTML documents. This addresses bug#3906.
|
2006-10-16 14:52:31 -04:00 |
Ken Martin
|
3a0b94131d
|
BUG: partial fix for the progress after install bug
|
2006-10-16 12:49:26 -04:00 |
Brad King
|
e593fbf6ee
|
ENH: Added OUTPUT_STRIP_TRAILING_WHITESPACE and ERROR_STRIP_TRAILING_WHITESPACE options to EXECUTE_PROCESS command. These allow it to behave more like the old EXEC_PROGRAM command that it is supposed to replace.
|
2006-10-16 11:32:28 -04:00 |
Andy Cedilnik
|
2071291956
|
STYLE: Fix kwstyle
|
2006-10-15 07:54:52 -04:00 |
Andy Cedilnik
|
3206db15b3
|
ENH: Properly propagate config type to test
|
2006-10-13 17:10:48 -04:00 |
Bill Hoffman
|
655ba54e2d
|
BUG: fix for bug#3908 if header_file_only is set on cxx files in visual studio do not compile them
|
2006-10-13 16:13:14 -04:00 |
Andy Cedilnik
|
8a4c70cf6d
|
COMP: Fix Sun build
|
2006-10-13 14:44:35 -04:00 |
Brad King
|
fb7c7675f5
|
BUG: When using link scripts use native shell escapes instead of makefile shell escapes because the script is not interpreted by a make tool.
|
2006-10-13 13:59:59 -04:00 |
Bill Hoffman
|
5330a03994
|
ENH: allow for -gdwarf-2 to be in cflags or cxxflags for xcode
|
2006-10-13 11:53:12 -04:00 |
Andy Cedilnik
|
870f2aeb2e
|
BUG: Replace some errors with warnings
|
2006-10-13 10:27:01 -04:00 |
Brad King
|
69356d8a7a
|
BUG: Juse use cmake -E echo instead of the native echo on MinGW makefiles. The echo; hack did not work when running from ctest.
|
2006-10-13 10:22:45 -04:00 |
Brad King
|
023041362d
|
BUG: Do not try to compute the location of a non-library target for linking.
|
2006-10-13 10:03:54 -04:00 |
Andy Cedilnik
|
2f713072c7
|
ENH: Report command line as a measurement and allow user to add custom measurements
|
2006-10-13 09:30:33 -04:00 |
Bill Hoffman
|
052cb7753b
|
ENH: undo bad changes
|
2006-10-12 17:19:57 -04:00 |
Andy Cedilnik
|
61a4c12ce6
|
BUG: Use BuildDirectory from the DartConfiguration information. Also, Make missing coverage information not make ctest fail
|
2006-10-12 16:31:54 -04:00 |
Andy Cedilnik
|
d5f31292b2
|
BUG: Use variable instead of retrieving again. Fixes bug: Bug #3476
|
2006-10-12 15:30:01 -04:00 |
Andy Cedilnik
|
9226a9262f
|
BUG: Report and error when ctest -S script fails... Fixes: Bug #3540
|
2006-10-12 15:10:21 -04:00 |
Andy Cedilnik
|
b548e2db1f
|
ENH: Add NSIS compression
|
2006-10-12 14:59:43 -04:00 |
Andy Cedilnik
|
911317a2a7
|
ENH: Handle more regular expressions
|
2006-10-12 14:47:40 -04:00 |
Andy Cedilnik
|
e31dc3abe5
|
ENH: Several CPack fixes. First, allow user to set CMAKE_MODULE_PATH for CPack; make SetOptionIfNotSet more robust to handle empty options; do test TGZ, STGZ, and TZ, Add handling (and test) of Install Script; set environment variable CMAKE_INSTALL_PREFIX
|
2006-10-12 13:05:50 -04:00 |
Ken Martin
|
77a4227652
|
ENH: some cleanup and commenting of code
|
2006-10-12 12:51:27 -04:00 |
Bill Hoffman
|
107e01c8dc
|
ENH: fix for bug -gdwarf getting removed
|
2006-10-12 10:57:36 -04:00 |
Brad King
|
b20fd1af11
|
BUG: Do not collapse the INSTALL_NAME_DIR setting because users may intend to have .. in the path. This makes the makefile generator consistent with the already working Xcode implementation of this feature. Also added a test for @executable_path/.. style settings for this property.
|
2006-10-11 12:41:20 -04:00 |
Brad King
|
c0326d0d54
|
ENH: Simplify code by removing redundant check against BUILD_WITH_INSTALL_RPATH.
|
2006-10-11 12:41:17 -04:00 |
Brad King
|
86dd8579c5
|
BUG: TARGET_QUOTED should always be replaced if Target is set in the rule variables.
|
2006-10-10 14:13:35 -04:00 |
Brad King
|
f0c79a0030
|
BUG: Avoid duplicate conversion to output path.
|
2006-10-10 13:47:50 -04:00 |
Andy Cedilnik
|
cdcbe2587a
|
STYLE: Nightly Version update
|
2006-10-10 12:24:46 -04:00 |
Brad King
|
8824f7984a
|
BUG: Fixed references to projects outside the build tree and in other locations with spaces in the path. This is needed for out-of-source/out-of-binary subdirectories in the build.
|
2006-10-09 21:48:48 -04:00 |
Brad King
|
0fe0523810
|
BUG: Fixed out-of-source subdirectories to work when they are also out-of-binary. Updated the OutOfSource test to test this feature.
|
2006-10-09 21:25:58 -04:00 |
Andy Cedilnik
|
9fca6a7837
|
STYLE: Nightly Version update
|
2006-10-09 11:03:46 -04:00 |
David Cole
|
7d033e5c2b
|
COMP: Fix or suppress warnings on Borland and Mac dashboards. Definitely fix "may be used uninitialized" warnings.
|
2006-10-09 10:06:03 -04:00 |
Andy Cedilnik
|
2ea953019f
|
STYLE: Nightly Version update
|
2006-10-08 09:23:21 -04:00 |
Andy Cedilnik
|
830269fd64
|
STYLE: Nightly Version update
|
2006-10-07 06:15:26 -04:00 |
Ken Martin
|
f7217ef344
|
ENH: remove old unused code
|
2006-10-06 15:33:16 -04:00 |
Ken Martin
|
cfb3c9eaa9
|
BUG: potential segfault
|
2006-10-06 14:00:35 -04:00 |
David Cole
|
22442fd9e1
|
STYLE: Make the set of supported STL headers the same in vtkstd and vtksys/stl. (The union of the present values of the two sets.)
|
2006-10-06 11:13:02 -04:00 |
Bill Hoffman
|
017cec95ad
|
ENH: do not print a call stack if the user does a message error unless --debug-output is used
|
2006-10-06 11:11:59 -04:00 |
Andy Cedilnik
|
0e497ef160
|
STYLE: Nightly Version update
|
2006-10-06 03:32:09 -04:00 |
Bill Hoffman
|
027b9cbe87
|
BUG: fix bug where converage was required to get valgrind output because of bad current directory
|
2006-10-05 17:53:09 -04:00 |
Brad King
|
bdf8e186e5
|
BUG: Need to match shared library names before static because some platforms have static name patterns that match their shared patterns but not vice versa. This is needed for implementing bug#1644 on cygwin.
|
2006-10-05 16:59:46 -04:00 |
Brad King
|
e0a662a3dd
|
ENH: Adding version number to the name of a DLL built in cygwin but not the import library. This addresses bug#3571.
|
2006-10-05 16:30:47 -04:00 |
Brad King
|
7ad07e0811
|
BUG: Fix link flags on cygwin shared libraries. This requires that the shared library prefix be supported in the link library regex.
|
2006-10-05 15:08:20 -04:00 |
Brad King
|
7e92f0b4e4
|
BUG: Hack to make echo command work properly in mingw32-make.
|
2006-10-05 14:51:20 -04:00 |
Brad King
|
5341711012
|
BUG: Robustly handle failure of FormatMessage. See bug#3471.
|
2006-10-05 13:43:02 -04:00 |
Brad King
|
934c804ea4
|
ENH: Added OPTIONAL option to INSTALL command to allow installation of files if they exist while ignoring them otherwise. This addresses bug#2922.
|
2006-10-05 11:31:57 -04:00 |
Brad King
|
1bdebd7da6
|
ENH: Adding links to web resources and FAQ to SEE ALSO section. This addresses bug #3757.
|
2006-10-05 10:55:37 -04:00 |
Brad King
|
c11cf31c9b
|
ENH: Adding SYSTEM option to INCLUDE_DIRECTORIES command. This addresses bug #3462.
|
2006-10-05 08:55:59 -04:00 |
Andy Cedilnik
|
e36eb71913
|
STYLE: Nightly Version update
|
2006-10-05 03:57:19 -04:00 |
Brad King
|
9e709f6bde
|
BUG: The --help option should list generators. This addresses bug #2494.
|
2006-10-04 19:21:20 -04:00 |
Brad King
|
406f3554c7
|
BUG: Fixed display of custom command comments with quotes, dollars, and other special characters in them.
|
2006-10-04 18:52:29 -04:00 |
Brad King
|
038c9e27d7
|
ENH: Adding Shell_Flag_EchoWindows option to setup escapes for arguments to the native echo command in a shell. This special case is needed to avoid adding quotes when passing text to echo in a native windows shell which does no command line parsing at all.
|
2006-10-04 18:52:24 -04:00 |
Brad King
|
5a6b0792cd
|
ENH: Added COMMENT option to ADD_CUSTOM_TARGET. This addresses bug#3461.
|
2006-10-04 18:10:30 -04:00 |
Brad King
|
168591e72d
|
BUG: COMMENT was missing from docs.
|
2006-10-04 18:09:43 -04:00 |
Brad King
|
40adb2ce03
|
ENH: Adding tests KWSYS_C_HAS_PTRDIFF_T and KWSYS_C_HAS_SSIZE_T to help ProcessUNIX.c build everywhere without warnings.
|
2006-10-04 17:27:17 -04:00 |
Brad King
|
652d7bc0fb
|
BUG: Name of C test file ends in .c not .cxx.
|
2006-10-04 17:08:02 -04:00 |
Brad King
|
a48cf7e07b
|
ENH: Renamed kwsysPlatformCxxTests to kwsysPlatformTests and generalized it for multiple language tests (C and CXX).
|
2006-10-04 16:56:32 -04:00 |
Brad King
|
2dfa2ba888
|
ENH: Added APPEND option to ADD_CUSTOM_COMMAND to allow extra dependencies to be connected later. This is useful to create one rule and then have a macro add things to it later. This addresses bug#2151.
|
2006-10-04 15:24:26 -04:00 |
Brad King
|
523075ded5
|
BUG: Do not replace @VAR@ syntax in list files. This addresses bug #2722.
|
2006-10-04 14:37:42 -04:00 |
Bill Hoffman
|
430f6f35eb
|
BUG: fix for fat file systems and vs8 #2617
|
2006-10-04 14:02:12 -04:00 |
Bill Hoffman
|
4c44781404
|
BUG: fix for bug#3362 xml escapes on -D stuff for visual studio
|
2006-10-04 13:27:58 -04:00 |
Bill Hoffman
|
8750b1960e
|
BUG: fix for bug# 3664
|
2006-10-04 11:33:07 -04:00 |
Bill Hoffman
|
4f304e7a07
|
BUG: fix for bug #3517 seg fault with enable language before project command
|
2006-10-04 11:11:21 -04:00 |
Andy Cedilnik
|
dabb4ea14c
|
STYLE: Nightly Version update
|
2006-10-04 05:20:13 -04:00 |
Bill Hoffman
|
18e302a377
|
ENH: fix dashbaord error do not exclude root project from itself.
|
2006-10-03 17:53:07 -04:00 |
Bill Hoffman
|
48fdfdaedd
|
ENH: use core and not all of carbon
|
2006-10-03 15:25:58 -04:00 |
Bill Hoffman
|
f851821cc7
|
BUG: fix for bug#3714 execlude_from_all not working on vs
|
2006-10-03 15:12:25 -04:00 |
Ken Martin
|
22a7977ff9
|
ENH: added endmacro command
|
2006-10-03 14:40:22 -04:00 |
Bill Hoffman
|
2e7aef7422
|
BUG: fix for bug#3738
|
2006-10-03 14:03:12 -04:00 |
Bill Hoffman
|
b3efab88f8
|
BUG: fix for bug#3775
|
2006-10-03 13:45:41 -04:00 |
Bill Hoffman
|
5b98b7af78
|
ENH: check for empty path
|
2006-10-03 13:35:59 -04:00 |
Bill Hoffman
|
8883a761d3
|
BUG: bug#3789 add msys for the msys generator
|
2006-10-03 13:35:07 -04:00 |
Bill Hoffman
|
4d0c0e6d64
|
ENH: make sure file is closed
|
2006-10-03 13:22:30 -04:00 |
Bill Hoffman
|
81996dc4de
|
ENH: allow edit of file text directly
|
2006-10-03 12:21:11 -04:00 |
Bill Hoffman
|
d5cce9f0b5
|
ENH: fix compile error
|
2006-10-03 12:09:47 -04:00 |
Bill Hoffman
|
9c4302f79e
|
ENH: do not allow null pointer access
|
2006-10-03 11:55:55 -04:00 |
Bill Hoffman
|
9c3b654991
|
ENH: make sure value is set before using it
|
2006-10-03 11:55:34 -04:00 |
Bill Hoffman
|
46c6442ce2
|
BUG: fix for seg fault bug #3815
|
2006-10-03 10:57:31 -04:00 |
Brad King
|
48ee381e6b
|
BUG: Need to initialize to not use native pipes.
|
2006-10-03 10:26:32 -04:00 |
Brad King
|
a85060439c
|
STYLE: Fixed line-too-long warning.
|
2006-10-03 09:12:27 -04:00 |
Brad King
|
6eef6638a5
|
ENH: Added Process_SetPipeNative method to allow user code to override the pipes connected to the child pipeline.
|
2006-10-03 09:10:03 -04:00 |
Andy Cedilnik
|
9d566ee8bd
|
STYLE: Nightly Version update
|
2006-10-03 05:59:41 -04:00 |
Brad King
|
fcd500289b
|
ENH: Renamed NOT_IN_ALL to EXCLUDE_FROM_ALL.
|
2006-10-02 12:01:20 -04:00 |
Brad King
|
1d9f287af7
|
ENH: Added NOT_IN_ALL option for ADD_LIBRARY and ADD_EXECUTABLE to avoid building the targets by default.
|
2006-10-02 11:14:00 -04:00 |
Brad King
|
603b47c87a
|
ENH: Patch from Alex to help with KDevelop code completion in generated projects.
|
2006-10-02 10:49:55 -04:00 |
Brad King
|
e4ec89d036
|
ENH: Added SYMBOLIC source file property to mark custom command outputs that are never actually created on disk. This is used by the Watcom WMake generator to generate the .SYMBOLIC mark on the files in the make system.
|
2006-10-02 10:20:53 -04:00 |
Andy Cedilnik
|
066c24e404
|
STYLE: Nightly Version update
|
2006-10-02 04:26:58 -04:00 |
Andy Cedilnik
|
3b515f7ced
|
STYLE: Nightly Version update
|
2006-10-01 04:35:56 -04:00 |
Andy Cedilnik
|
51c140fc60
|
STYLE: Nightly Version update
|
2006-09-30 03:55:40 -04:00 |
Brad King
|
fdcc888c56
|
ENH: Added support for getting a target's location on a per-configuration basis (ex. DEBUG_LOCATION). This does not fix but helps with bug#3250.
|
2006-09-29 16:42:58 -04:00 |
Bill Hoffman
|
21f3a18bee
|
ENH: fix failing tests on mac
|
2006-09-29 16:14:34 -04:00 |
Brad King
|
28921d907f
|
BUG: Fixed inclusion of progress.make from subdirectory makefiles.
|
2006-09-29 09:11:22 -04:00 |
Andy Cedilnik
|
4ec039e861
|
STYLE: Nightly Version update
|
2006-09-29 03:53:32 -04:00 |
Brad King
|
1d2fd77ca5
|
BUG: Move hack from old cmMakefile::AddUtilityTarget to this command directly. There really needs to be a better way to represent external project targets.
|
2006-09-28 17:35:24 -04:00 |
Brad King
|
bd6aaef001
|
BUG: Moved progress.make file into CMakeFiles subdirectory to keep things clean.
|
2006-09-28 17:21:50 -04:00 |
Brad King
|
9a1d4e92eb
|
BUG: Fix/cleanup custom commands and custom targets. Make empty comment strings work. Fix ZERO_CHECK target always out of date for debugging. Fix Makefile driving of custom commands in a custom target. Fix dependencies on custom targets not in ALL in VS generators.
|
2006-09-28 16:40:35 -04:00 |
Brad King
|
7d2de52c1a
|
ENH: Cleaned up signature of cmMakefile::AddUtilityCommand. It is not valid to have an output from a utility rule and no calls to the method asked for an output anyway. The argument has been removed.
|
2006-09-28 13:55:26 -04:00 |
Brad King
|
d01b6f1281
|
ENH: Added VERBATIM option to ADD_CUSTOM_COMMAND and ADD_CUSTOM_TARGET commands. This option enables full escaping of custom command arguments on all platforms. See bug#3786.
|
2006-09-28 11:30:49 -04:00 |
Brad King
|
019dabc97f
|
BUG: MSYS makefile shell needs posix paths to executables in some cases and it does not hurt to do it always.
|
2006-09-28 10:37:19 -04:00 |
Brad King
|
0b135767d6
|
BUG: Do not filter system directories for include file dependencies.
|
2006-09-28 09:49:40 -04:00 |
Andy Cedilnik
|
c717db3b88
|
STYLE: Nightly Version update
|
2006-09-28 02:33:40 -04:00 |
Brad King
|
16cafd5cdf
|
COMP: Fix init order.
|
2006-09-27 16:20:47 -04:00 |
Brad King
|
e5549cff25
|
BUG: One should be able to escape the @ symbol.
|
2006-09-27 16:14:16 -04:00 |
Brad King
|
4babd52d8d
|
BUG: The copy constructor should copy the escape settings.
|
2006-09-27 15:26:03 -04:00 |
Brad King
|
dd332a00cc
|
ENH: Re-implemented command line argument shell quoting to support several platforms with one code base.
|
2006-09-27 13:43:46 -04:00 |
Brad King
|
61d3b2f1fb
|
STYLE: Fixed line-too-long.
|
2006-09-27 12:55:58 -04:00 |
Andy Cedilnik
|
e10f739571
|
BUG: Handle header file dependencies for objective C
|
2006-09-26 08:04:23 -04:00 |
Andy Cedilnik
|
2912432cbc
|
STYLE: Nightly Version update
|
2006-09-26 02:30:59 -04:00 |
Brad King
|
1d11927f65
|
COMP: Removed yyunput function to avoid warning.
|
2006-09-25 18:33:27 -04:00 |
Brad King
|
aa8d37bdc8
|
COMP: Restoring previous AIX fix.
|
2006-09-25 14:01:49 -04:00 |
Brad King
|
c1b4a0bf74
|
BUG: Disable new shell escape code until backward compatibility can be established in the new implementation.
|
2006-09-25 10:22:48 -04:00 |
Brad King
|
97c97730a6
|
BUG: Character + should be valid in a variable name.
|
2006-09-25 10:05:07 -04:00 |
Andy Cedilnik
|
cba6306b86
|
STYLE: Nightly Version update
|
2006-09-25 02:39:16 -04:00 |
Andy Cedilnik
|
2e6f937ee8
|
STYLE: Nightly Version update
|
2006-09-24 02:40:49 -04:00 |
Andy Cedilnik
|
c9fd17b884
|
BUG: Attempt to fix winzip problems
|
2006-09-23 14:41:08 -04:00 |
Andy Cedilnik
|
cf02e44514
|
STYLE: Nightly Version update
|
2006-09-23 02:33:47 -04:00 |
Ken Martin
|
5e46232ad8
|
ENH: added elseif
|
2006-09-22 11:23:51 -04:00 |
Andy Cedilnik
|
bffc8ca59f
|
STYLE: Nightly Version update
|
2006-09-22 02:19:01 -04:00 |
Brad King
|
a8426f55e5
|
COMP: Fix shadowed local variable created by previous cmake_force change.
|
2006-09-21 17:21:13 -04:00 |
Brad King
|
b9fc06735d
|
BUG: Enabled use of EscapeForShell to properly escape custom command lines. This addresses bug#3786 for Xcode.
|
2006-09-21 16:10:47 -04:00 |
Brad King
|
6d72bb5ae1
|
BUG: Need to escape spaces in custom command line arguments.
|
2006-09-21 15:35:41 -04:00 |
Brad King
|
45a44a70b3
|
BUG: Do not escape parens because we need to be able to reference make variables in the scripts.
|
2006-09-21 15:30:06 -04:00 |
Brad King
|
2459ceb076
|
BUG: Centralized generation of command line arguments in escaped form. This addresses bug#3786 for several platforms.
|
2006-09-21 15:14:06 -04:00 |
Andy Cedilnik
|
0952a96485
|
ENH: Handle zip (command line was too long)
|
2006-09-21 15:09:34 -04:00 |
Brad King
|
d5d8687d16
|
BUG: Windows_ShellArgument: need to escape if the string contains one of a set of special characters as well as spaces. Moved test for needing escapes to a separate method kwsysSystemWindowsShellArgumentNeedsEscape.
|
2006-09-21 14:46:40 -04:00 |
Brad King
|
683346fa3d
|
ENH: Adding 'System' component of C sources to hold system tools written in C. Moved windows shell command line argument escaping code to kwsysSystem_Windows_ShellArgument and kwsysSystem_Windows_ShellArgumentSize.
|
2006-09-21 11:49:36 -04:00 |
Brad King
|
b6e8574ab1
|
ENH: Added KWSYS_SHARED_FORWARD_OPTION_COMMAND option to allow users to replace the command executed. Extended documentation at top of file.
|
2006-09-21 10:04:55 -04:00 |
Andy Cedilnik
|
ef8771ed75
|
STYLE: Nightly Version update
|
2006-09-21 02:11:14 -04:00 |
Brad King
|
358b947072
|
BUG: cmake_force needs to be written into build.make as well as Makefile.
|
2006-09-20 12:13:50 -04:00 |
Andy Cedilnik
|
194ef33a72
|
STYLE: Nightly Version update
|
2006-09-20 02:13:06 -04:00 |
Andy Cedilnik
|
627758b7ae
|
STYLE: Nightly Version update
|
2006-09-19 02:17:14 -04:00 |
Andy Cedilnik
|
572f2c72b3
|
STYLE: Nightly Version update
|
2006-09-18 02:36:53 -04:00 |
Andy Cedilnik
|
a30c24a63a
|
STYLE: Nightly Version update
|
2006-09-17 09:24:01 -04:00 |
Brad King
|
79d6047117
|
STYLE: Fixed line-too-long.
|
2006-09-16 11:54:19 -04:00 |
Brad King
|
4a3a9eb883
|
BUG: Do not look for linker language unless it is needed.
|
2006-09-16 11:52:00 -04:00 |
Andy Cedilnik
|
0a4e2020b5
|
STYLE: Nightly Version update
|
2006-09-16 09:19:33 -04:00 |
Brad King
|
1d0502927c
|
ENH: Adding support to link specifically to an archive or a shared library based on the file name specified. This fixes the problem of having -lfoo linking to libfoo.so even when it came from libfoo.a being specified.
|
2006-09-15 14:09:10 -04:00 |
Andy Cedilnik
|
6b7bec6203
|
STYLE: Nightly Version update
|
2006-09-15 09:23:28 -04:00 |
Andy Cedilnik
|
070f58186a
|
STYLE: Nightly Version update
|
2006-09-14 09:09:15 -04:00 |
Brad King
|
6a347e9858
|
ENH: Patch from Alex to speed dependency scanning approximately 2x.
|
2006-09-13 12:43:32 -04:00 |
Brad King
|
6ce165de43
|
ENH: Added diagnosis of bad target names.
|
2006-09-13 11:39:46 -04:00 |
Andy Cedilnik
|
f5b118f5a1
|
STYLE: Nightly Version update
|
2006-09-13 08:55:46 -04:00 |
Bill Hoffman
|
eb3da1cdf3
|
ENH: put the if in the right place
|
2006-09-12 10:21:47 -04:00 |
Bill Hoffman
|
0406aace34
|
ENH: fix for BUG: #739 again, makefiles did not depend on external full path libraries
|
2006-09-12 10:03:57 -04:00 |
Andy Cedilnik
|
f8211e5e4d
|
STYLE: Nightly Version update
|
2006-09-12 09:18:32 -04:00 |
Andy Cedilnik
|
b177af76d0
|
STYLE: Nightly Version update
|
2006-09-10 22:26:27 -04:00 |
Andy Cedilnik
|
99d650a33c
|
STYLE: Nightly Version update
|
2006-09-09 21:06:39 -04:00 |
Andy Cedilnik
|
bcbfa62364
|
STYLE: Nightly Version update
|
2006-09-08 22:51:54 -04:00 |
Brad King
|
76f6ea8011
|
BUG: Fixed ordering of code generated in Makefile and build.make files to make sure .SUFFIXES rule comes as early as possible. Also cleaned up documentation in generated files.
|
2006-09-08 10:42:14 -04:00 |
Brad King
|
cff915cb8e
|
STYLE: Fixed line-too-long.
|
2006-09-08 10:39:51 -04:00 |
Andy Cedilnik
|
e37ab55fef
|
STYLE: Nightly Version update
|
2006-09-08 09:58:13 -04:00 |
Brad King
|
d458764791
|
ENH: Patch from Toni Timonen to allow cross-compiling of DLLs.
|
2006-09-07 10:05:12 -04:00 |
Andy Cedilnik
|
64231a20a2
|
STYLE: Nightly Version update
|
2006-09-07 08:58:46 -04:00 |
Andy Cedilnik
|
83588016ae
|
STYLE: Nightly Version update
|
2006-09-06 09:10:35 -04:00 |
Andy Cedilnik
|
8be3602c93
|
STYLE: Nightly Version update
|
2006-09-05 09:01:35 -04:00 |
Andy Cedilnik
|
c558899b32
|
STYLE: Nightly Version update
|
2006-09-04 09:04:03 -04:00 |
Andy Cedilnik
|
c5f4d2d024
|
STYLE: Nightly Version update
|
2006-09-03 09:00:18 -04:00 |
Brad King
|
fd8236c862
|
BUG: Patch from Alex to fix name of includecache files to not look like source files.
|
2006-09-02 10:51:54 -04:00 |
Andy Cedilnik
|
6b9c463ddf
|
STYLE: Nightly Version update
|
2006-09-02 09:03:36 -04:00 |
Brad King
|
57eb30087f
|
STYLE: Fixed line-too-long warning.
|
2006-09-01 09:51:28 -04:00 |
Andy Cedilnik
|
6932bbd8d6
|
STYLE: Nightly Version update
|
2006-09-01 08:58:12 -04:00 |
Brad King
|
e09dd5db09
|
BUG: Fix automatic computation of binary path to work for subdirectories of out of source directories. This addresses bug#3592.
|
2006-08-31 16:40:38 -04:00 |
Brad King
|
409f70bc91
|
ENH: Make sure all custom command outputs are up to date before scanning dependencies. This avoids the need to pass a list of generated files to the dependency scanning code and to rescan after the files have been generated. Currently there is no notion of implicit dependencies of the custom commands themselves so this design is safe. We only need to make sure implicit dependencies are up to date before the make process for the /build part of a target is executed because only this process loads them. This is a step towards fixing bug#3658.
|
2006-08-31 14:09:56 -04:00 |
Brad King
|
f12742d6cd
|
ENH: Patch from Alex to add IsDiscouraged method for future use in generating separate documentation for old commands. Also modified documentation of MAKE_DIRECTORY and REMOVE commands to indicate they should not be used.
|
2006-08-31 13:20:12 -04:00 |
Brad King
|
239fce5caa
|
ENH: Do not generate install target unless some INSTALL or INSTALL_* commands have been used. This addresses bug#2827.
|
2006-08-31 10:47:00 -04:00 |
Andy Cedilnik
|
43c84a2a56
|
STYLE: Nightly Version update
|
2006-08-31 09:03:37 -04:00 |
Brad King
|
712f3a3da4
|
COMP: Fix try-compile to fail properly on HP.
|
2006-08-30 13:59:56 -04:00 |
Andy Cedilnik
|
416738b721
|
STYLE: Nightly Version update
|
2006-08-30 10:00:28 -04:00 |
Brad King
|
11d5caf201
|
ENH: Patch from Alex to fix current working directory when running executables built in KDevelop.
|
2006-08-29 16:08:32 -04:00 |
Brad King
|
51607bd675
|
ENH: Add support to INSTALL(DIRECTORY) to install an empty directory. This addresses bug#3572.
|
2006-08-29 15:08:31 -04:00 |
Brad King
|
27a67fb72f
|
ENH: Add support to INSTALL(DIRECTORY) to install an empty directory. This addresses bug#3572.
|
2006-08-29 15:04:29 -04:00 |
Ken Martin
|
bdb530191d
|
BUG: bad progress for named top level targets
|
2006-08-29 12:55:11 -04:00 |
Brad King
|
21d7a242fd
|
COMP: Fix warnings in system headers on VS6.
|
2006-08-29 10:27:50 -04:00 |
Brad King
|
eef327b944
|
ENH: Adding install/local global target for Makefile generators. This runs installation only in the current directory and not subdirectories.
|
2006-08-29 10:03:47 -04:00 |
Andy Cedilnik
|
8a761b8f96
|
STYLE: Nightly Version update
|
2006-08-29 09:40:25 -04:00 |
Andy Cedilnik
|
005e3b1f86
|
STYLE: Nightly Version update
|
2006-08-28 08:55:52 -04:00 |
Brad King
|
a30e054641
|
COMP: Use new KWSys IOStream component to help print large file size integer types to streams.
|
2006-08-27 13:23:54 -04:00 |
Brad King
|
c500078dcc
|
ENH: Adding KWSys component IOStream to provide help with broken C++ stream libraries.
|
2006-08-27 13:17:23 -04:00 |
Brad King
|
2b602ea738
|
COMP: Need to use cmsys_stl when in CMake code, not kwsys_stl.
|
2006-08-27 13:15:39 -04:00 |
Brad King
|
703c0e32c8
|
BUG: Need to undefine temporary macros defined at top of file.
|
2006-08-27 12:35:54 -04:00 |
Brad King
|
ff930f75aa
|
BUG: When a try-run fails to compile create the run result cache entry with a bogus non-zero return value to avoid running the test again.
|
2006-08-27 11:25:15 -04:00 |
Andy Cedilnik
|
aef312fbcf
|
STYLE: Nightly Version update
|
2006-08-27 09:57:17 -04:00 |
Brad King
|
dc0c5d082b
|
BUG: GetLineFromStream should remove carriage return characters to make sure newlines do not get duplicates.
|
2006-08-26 16:14:26 -04:00 |
Brad King
|
e61eac3f05
|
BUG: Fix location of CMakeOutput.log and CMakeError.log.
|
2006-08-26 15:17:20 -04:00 |
Brad King
|
ff9c167e64
|
BUG: Reverting previous change until it is further tested.
|
2006-08-26 14:43:08 -04:00 |
Brad King
|
7a31bc8521
|
BUG: ConfigureFile must read/write in binary mode to avoid windows newline trouble. The problem occurred when configuring a file in cygwin from a path starting with a windows drive letter instead of a posix path.
|
2006-08-26 14:37:31 -04:00 |
Brad King
|
9b89d84210
|
STYLE: Fixed line-too-long.
|
2006-08-26 10:29:11 -04:00 |
Brad King
|
5d632330b6
|
STYLE: Fixed line-too-long.
|
2006-08-26 10:22:23 -04:00 |
Andy Cedilnik
|
13d778fee9
|
STYLE: Nightly Version update
|
2006-08-26 09:42:51 -04:00 |
Brad King
|
7e47f8496a
|
BUG: Fix for VS.NET 2003 SP1 to make sure global target and utility target rules run every time.
|
2006-08-25 22:56:41 -04:00 |
Brad King
|
ed6791c898
|
BUG: Make sure targets of type GLOBAL_TARGET have a makefile set.
|
2006-08-25 22:56:36 -04:00 |
Brad King
|
209a3d4f7b
|
COMP: Disable _FILE_OFFSET_BITS check until sys/types.h check is enabled.
|
2006-08-25 16:32:47 -04:00 |
Brad King
|
6449089436
|
ENH: Patch from Alex for adding IF(FILE_IS_NEWER). I also added a test.
|
2006-08-25 16:31:07 -04:00 |
Brad King
|
ebf532b106
|
ENH: Separate the notion of a request for LFS and its availability. Allow user code to block definitions of LFS macros. Added framework to give error if sys/types.h is included before this header when LFS is requested (currently disabled).
|
2006-08-25 16:07:06 -04:00 |
Brad King
|
ffb1a9f80a
|
ENH: Moved test for large file support into kwsysPlatformCxxTests.cxx with name KWSYS_LFS_WORKS.
|
2006-08-25 16:00:10 -04:00 |
Brad King
|
6c75c03143
|
ENH: Switching KWSYS_CHAR_IS_SIGNED test to use KWSYS_PLATFORM_CXX_TEST_RUN macro.
|
2006-08-25 15:53:03 -04:00 |
Brad King
|
3e572c936c
|
ENH: Added KWSYS_PLATFORM_CXX_TEST_RUN macro.
|
2006-08-25 15:50:45 -04:00 |
Brad King
|
6849ae856b
|
ENH: Globbing patterns should not match a slash inside a filename component.
|
2006-08-25 12:13:37 -04:00 |
Brad King
|
b4e1de7886
|
BUG: Avoid putting double-slashes in fromFile during installation. Also added regex debugging copy of the expression in string form.
|
2006-08-25 12:11:21 -04:00 |
Andy Cedilnik
|
6e97ab1113
|
STYLE: Nightly Version update
|
2006-08-25 05:35:49 -04:00 |
Brad King
|
0bd4649fe6
|
COMP: Added missing include for malloc on QNX.
|
2006-08-24 14:58:22 -04:00 |
Brad King
|
1fec884bcb
|
COMP: Add missing malloc.h include for QNX.
|
2006-08-24 09:34:53 -04:00 |
Andy Cedilnik
|
67944af403
|
STYLE: Nightly Version update
|
2006-08-24 09:08:50 -04:00 |
Andy Cedilnik
|
8c38610588
|
COMP: Attempt to fix aix build
|
2006-08-23 12:02:30 -04:00 |
Ken Martin
|
94e908ff2d
|
ENH: fix bad error reporting with not found paths
|
2006-08-23 10:21:31 -04:00 |
Andy Cedilnik
|
2994f3a158
|
COMP: Add large files support to CMake
|
2006-08-23 10:00:11 -04:00 |
Brad King
|
77cf2b85b0
|
ENH: Added '256color' terminal names. Patch applied from bug#3651.
|
2006-08-23 09:47:43 -04:00 |
Brad King
|
f826c6c58b
|
ENH: Centralized generation of targets listed in the help to be done by the code that actually writes the targets.
|
2006-08-23 09:45:24 -04:00 |
Andy Cedilnik
|
539e5ac4c2
|
STYLE: Nightly Version update
|
2006-08-23 09:04:49 -04:00 |
Andy Cedilnik
|
22995b56f6
|
COMP: Support cmake older than 2.4
|
2006-08-23 08:07:41 -04:00 |
Andy Cedilnik
|
b50691bb49
|
ENH: Handle more warnings properly on AIX
|
2006-08-22 16:07:20 -04:00 |
Andy Cedilnik
|
b2c06bb0f8
|
COMP: On some project configure may not copy right away
|
2006-08-22 15:51:52 -04:00 |
Andy Cedilnik
|
6f5dc00682
|
COMP: Add missing cmake file
|
2006-08-22 15:48:19 -04:00 |
Andy Cedilnik
|
0ec4b84c91
|
COMP: Add missing cmake file
|
2006-08-22 15:46:22 -04:00 |
Andy Cedilnik
|
d510ef2557
|
ENH: Support large file systems in kwsys
|
2006-08-22 15:34:14 -04:00 |
Brad King
|
211e991057
|
BUG: Fixed man page formatting for INSTALL command documentation. Fixed line-too-long warning.
|
2006-08-22 10:38:10 -04:00 |
Andy Cedilnik
|
c9eaf72567
|
BUG: Add missing API
|
2006-08-22 10:16:46 -04:00 |
Andy Cedilnik
|
6f7bb4d826
|
BUG: Fix error messages and fix remove item to actually remove all instances of the item
|
2006-08-22 09:52:53 -04:00 |
Andy Cedilnik
|
377e4c132f
|
COMP: Remove warnings
|
2006-08-22 09:20:44 -04:00 |
Andy Cedilnik
|
4f784e3024
|
STYLE: Nightly Version update
|
2006-08-22 08:58:26 -04:00 |
Brad King
|
0839e905c6
|
BUG: Fixed #if test for case-insensitive glob on OSX.
|
2006-08-21 22:39:03 -04:00 |
Brad King
|
c99dcc30be
|
BUG: Directory installation pattern matching should be case insensitive on some platforms.
|
2006-08-21 17:47:51 -04:00 |
Brad King
|
c58777ec47
|
BUG: FileIsDirectory should work when the name contains a trailing slash.
|
2006-08-21 17:34:40 -04:00 |
Brad King
|
bed79f6c6b
|
ENH: Implemented INSTALL(DIRECTORY) command and added a test. Re-organized cmFileCommand's implementation of FILE(INSTALL) a bit to help out. This addresses bug#1694 and partially addresses bug#2691.
|
2006-08-21 16:55:03 -04:00 |
Brad King
|
f1ea7e88dc
|
ENH: Exposed pattern->regex API. Cleaned up and commented implementation of pattern->regex conversion.
|
2006-08-21 14:17:58 -04:00 |
Andy Cedilnik
|
07fa9ac09c
|
ENH: Implement TarCompress generator using compress library
|
2006-08-21 12:37:40 -04:00 |
Brad King
|
ba9c97ccec
|
BUG: RENAME option should be allowd for INSTALL(PROGRAMS) too.
|
2006-08-21 10:49:17 -04:00 |
Andy Cedilnik
|
129457c1e2
|
STYLE: Nightly Version update
|
2006-08-21 08:29:11 -04:00 |
Andy Cedilnik
|
8c3f948f63
|
STYLE: Nightly Version update
|
2006-08-20 06:53:48 -04:00 |
Andy Cedilnik
|
5ff3d5d97e
|
STYLE: Nightly Version update
|
2006-08-19 06:53:10 -04:00 |
Brad King
|
7b58ed7813
|
STYLE: Fixed line-too-long style errors.
|
2006-08-18 08:57:17 -04:00 |
Andy Cedilnik
|
21b1ecb97b
|
STYLE: Nightly Version update
|
2006-08-18 08:51:03 -04:00 |
Bill Hoffman
|
f39e1c780e
|
ENH: fix project names to be case sensitive and change name to linkline from inkline
|
2006-08-17 16:40:41 -04:00 |
Brad King
|
0525d8be58
|
BUG: Bundle installation needs all file permissions to be preserved from the build tree.
|
2006-08-17 15:42:38 -04:00 |
Brad King
|
fa70bf5b28
|
ENH: Making documentation even less ambiguous since some users still think this command can generate a file with dependencies.
|
2006-08-17 15:06:37 -04:00 |
Brad King
|
8a72d43c17
|
ENH: Started implementing INSTALL(DIRECTORY) command mode. This is not yet finished so it is undocumented and there is no test. These changes also separate the notions of file and directory permissions.
|
2006-08-17 14:48:54 -04:00 |
Brad King
|
b642ffa7a8
|
ENH: Fix directory installation to properly deal with trailing slash names (using the rsync convention for whether the last directory name is included in naming the destination directory).
|
2006-08-17 12:07:51 -04:00 |
Brad King
|
3a44f2a47e
|
ENH: Added JoinPath overload that accepts an iterator range.
|
2006-08-17 12:02:18 -04:00 |
Andy Cedilnik
|
94108262c1
|
STYLE: Nightly Version update
|
2006-08-17 07:28:32 -04:00 |
Bill Hoffman
|
11d18d65dc
|
ENH: revert change in parser as it sent the parser into an infinite loop
|
2006-08-16 14:22:40 -04:00 |
Andy Cedilnik
|
93f8880ca1
|
STYLE: Nightly Version update
|
2006-08-16 08:12:19 -04:00 |
Brad King
|
276e7e21a3
|
ENH: Adding flags to force generation of manifest files when building with VC 8.
|
2006-08-15 15:33:20 -04:00 |
Brad King
|
c7daee6860
|
BUG: Need to clean manifest files that may have been generated for .exe and .dll files.
|
2006-08-15 15:28:29 -04:00 |
Brad King
|
c6f1a11480
|
BUG: Added object language to list of object files in a local generator's directory. Fixed generation of preprocessing and assembly rules to be done only for C and C++ objects.
|
2006-08-15 12:00:27 -04:00 |
Bill Hoffman
|
7169980b59
|
ENH: change comment for fortran depend parsing
|
2006-08-15 10:56:00 -04:00 |
Andy Cedilnik
|
006a8522ca
|
STYLE: Nightly Version update
|
2006-08-15 07:56:21 -04:00 |
Bill Hoffman
|
78275f1d4b
|
ENH: do not use OBJROOT or you can get two copies of executables
|
2006-08-14 17:02:34 -04:00 |
Andy Cedilnik
|
f6b2a42266
|
BUG: add newline for some versions of make
|
2006-08-14 14:16:26 -04:00 |
Andy Cedilnik
|
6b5403c586
|
ENH: fix for no newline on some makes fix for ctest and some symlinks
|
2006-08-14 10:51:08 -04:00 |
Bill Hoffman
|
71af96aad1
|
ENH: still escape () but do not escape
|
2006-08-14 09:50:52 -04:00 |
Andy Cedilnik
|
9b2ff56254
|
STYLE: Nightly Version update
|
2006-08-14 07:56:19 -04:00 |
Andy Cedilnik
|
ab62cdd30f
|
STYLE: Nightly Version update
|
2006-08-13 07:52:29 -04:00 |
Andy Cedilnik
|
35655901ff
|
STYLE: Nightly Version update
|
2006-08-12 07:53:07 -04:00 |
Ken Martin
|
7de2d93d1a
|
ENH: fix for AddKeepPath not calling realpath
|
2006-08-11 10:54:35 -04:00 |
Bill Hoffman
|
fd56f7247a
|
ENH: escape ( and ) in unix paths
|
2006-08-11 09:56:39 -04:00 |
Andy Cedilnik
|
560a4371a7
|
STYLE: Nightly Version update
|
2006-08-11 07:59:24 -04:00 |
David Cole
|
76d05cd5fa
|
BUG: strlen logic was backwards resulting in function body never actually executing... when called with valid strings, it was always doing nothing and returning false... now it works as expected.
|
2006-08-10 15:17:53 -04:00 |
Bill Hoffman
|
65e3842d51
|
ENH: only change the cache if the value was really changed
|
2006-08-10 11:05:44 -04:00 |
Andy Cedilnik
|
9419e69961
|
STYLE: Nightly Version update
|
2006-08-10 08:08:57 -04:00 |
Brad King
|
dd37d0652f
|
ENH: Changed preprocessed source extension to .i and assembly extension to .s for more portability.
|
2006-08-09 11:43:35 -04:00 |
Brad King
|
8c94be3f18
|
ENH: Added options CMAKE_SKIP_PREPROCESSED_SOURCE_RULES and CMAKE_SKIP_ASSEMBLY_SOURCE_RULES to allow projects to disable generation of .E and .S rules.
|
2006-08-09 09:56:52 -04:00 |
Brad King
|
3d6100d7c6
|
COMP: Fix warnings produced by the change in include order from the re-organization of lexer code.
|
2006-08-09 09:45:04 -04:00 |
Andy Cedilnik
|
aab5816479
|
STYLE: Nightly Version update
|
2006-08-09 07:47:15 -04:00 |
Bill Hoffman
|
2ddf9ad56a
|
ENH: add cmake output to build and test
|
2006-08-08 15:55:41 -04:00 |
Brad King
|
a3836e09a2
|
COMP: Moved duplicate flex-generated lexer warning suppression and cross-platform support code to a single cmStandardLexer.h included by all lexer sources. Added fix for macro redefinitions on Borland 5.8 compiler.
|
2006-08-08 14:00:28 -04:00 |
Bill Hoffman
|
8f1aaf28c1
|
ENH: make sure RuleVariable struct is initialized correctly, also make sure custom command targets do not crash cmake
|
2006-08-08 13:44:25 -04:00 |
Brad King
|
c3a22c011d
|
STYLE: Fixed line length.
|
2006-08-08 13:02:07 -04:00 |
Brad King
|
6ad36e407e
|
BUG: Duplicate object name detection should not be case sensitive since this code is used on Windows file systems. This addresses bug#3589.
|
2006-08-08 11:26:59 -04:00 |
Andy Cedilnik
|
67e1f90956
|
STYLE: Nightly Version update
|
2006-08-08 07:39:40 -04:00 |
Brad King
|
5cfa1b02ab
|
ENH: Added generation of rules to manually request preprocessed or generated assembly sources.
|
2006-08-07 23:25:21 -04:00 |
Brad King
|
accf93fc12
|
ENH: Added undocumented option -E cmake_unimplemented_variable to help print useful error messages for unimplemented features on a given platform.
|
2006-08-07 17:22:58 -04:00 |
Andy Cedilnik
|
60936bab91
|
STYLE: Nightly Version update
|
2006-08-07 08:11:49 -04:00 |
Andy Cedilnik
|
d103721ac1
|
STYLE: Nightly Version update
|
2006-08-06 07:57:00 -04:00 |
Andy Cedilnik
|
a75f421751
|
STYLE: Nightly Version update
|
2006-08-05 08:08:27 -04:00 |
Andy Cedilnik
|
f3a3f1fb66
|
STYLE: Nightly Version update
|
2006-08-04 08:12:21 -04:00 |
Brad King
|
441d208bb3
|
ENH: Added target property CLEAN_DIRECT_OUTPUT to not clean all forms of a library name so that static and shared libraries of the same name can coexist in a single build directory.
|
2006-08-03 09:42:48 -04:00 |
Brad King
|
24b55bfe11
|
BUG: Make sure sources with unknown extensions are not compiled by VS.
|
2006-08-03 09:26:36 -04:00 |
Brad King
|
88702ff442
|
ENH: Moved GetSourceFileLanguage up to cmLocalGenerator.
|
2006-08-03 09:26:07 -04:00 |
Andy Cedilnik
|
e647052d49
|
STYLE: Nightly Version update
|
2006-08-03 08:11:59 -04:00 |
Brad King
|
15a2b5b4e5
|
STYLE: Fixed long line.
|
2006-08-02 21:30:58 -04:00 |
Brad King
|
221b34392b
|
ENH: Restoring previous change with a fix.
|
2006-08-02 11:06:32 -04:00 |
Andy Cedilnik
|
2667a27118
|
STYLE: Nightly Version update
|
2006-08-02 07:51:57 -04:00 |
Bill Hoffman
|
16e73643f3
|
ENH: undo change that broke borland 5.6 cont
|
2006-08-01 19:52:12 -04:00 |
Brad King
|
fe5a6e9413
|
ENH: Moved generation of directory-level object convenience rules to a separate method. This will aid generation of more such rules later.
|
2006-08-01 16:16:21 -04:00 |
Brad King
|
c9506c30f0
|
BUG: Fixed shared library version support for Fortran. This addresses bug#3558.
|
2006-08-01 15:36:49 -04:00 |
Glen Lehmann
|
df3d4cb3c4
|
BUG: #3563. Segmentation fault with non initialized input or NULL pointers.
|
2006-08-01 15:16:19 -04:00 |
Brad King
|
8a79d25927
|
COMP: Added missing headers. This partially addresses bug#3556.
|
2006-08-01 14:45:32 -04:00 |