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
|
2dd364f751
|
ENH: Add CMAKE_EXE_EXPORTS_C_FLAG and CMAKE_EXE_EXPORTS_CXX_FLAG to support executables that export symbols.
|
2007-04-18 00:11:47 -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
|
66d1930f56
|
ENH: Added CMAKE_EXE_EXPORTS_C_FLAG and CMAKE_EXE_EXPORTS_CXX_FLAG to support executables that export symbols.
|
2007-04-17 23:41:51 -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
|
b3a05f57dd
|
COMP: Need to enable ansi C features.
|
2007-04-17 23:27:30 -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
|
60befc2e49
|
ENH: Added CMAKE_SHARED_MODULE_LOADER_C_FLAG and CMAKE_SHARED_MODULE_LOADER_CXX_FLAG to support linking plugins to executables.
|
2007-04-17 16:19:36 -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 |
Brad King
|
c1a6e4dcc6
|
ENH: Configure location of plugin files so that the executable can run with any current working directory.
|
2007-04-17 13:52:50 -04:00 |
Brad King
|
aabcf981e2
|
ENH: Added test for executables with plugins that use an API exported by the executable itself.
|
2007-04-17 13:43:03 -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
|
925214e12f
|
ENH: Fix old api
|
2007-04-15 11:56:07 -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 |
Utkarsh Ayachit
|
0f6c76b780
|
ENH: Merging branch PVEE-ERDC-Setup-4-3-2007 to main tree. Changes between PVEE-ERDC-Setup-4-3-2007-bp and PVEE-ERDC-Setup-4-3-2007-mp1 are included.
|
2007-04-10 17:12:24 -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 |
Sebastien Barre
|
5a836da544
|
ENH: this variable overrides all PROJECT_URL. Check the dashboard, all projects have the wrong URL in their "Home" button. Other variables (like ROLLUP_URL) were moved a while ago, for some reasons this one is still here.
|
2007-04-10 14:54:48 -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 |
Brad King
|
0526552b10
|
ENH: Enabled use of soname and therefore versioning symlinks. Patch is from bug#4558.
|
2007-04-10 08:36:33 -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 |