summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@remedy.nl>2010-04-19 06:55:40 +0000
committerJohnny Willemsen <jwillemsen@remedy.nl>2010-04-19 06:55:40 +0000
commitd1dd4801bc8fc93e444085cf4ce406c7ea06635a (patch)
treeb7dcde8b6082cdc533e2cf27b14d8b47f3fbd967
parent7ff807ca4747243c3e6266d599934aaa50104c8f (diff)
downloadATCD-d1dd4801bc8fc93e444085cf4ce406c7ea06635a.tar.gz
Mon Apr 19 06:54:01 UTC 2010 Johnny Willemsen <jwillemsen@remedy.nl>
* bin/MakeProjectCreator/config/global.features: Enabled LightWeigth CCM as default, if you want to use the full ccm features set ccm_lw to 0 in your default.features file
-rw-r--r--ACE/ChangeLog12
-rw-r--r--ACE/bin/MakeProjectCreator/config/global.features2
2 files changed, 10 insertions, 4 deletions
diff --git a/ACE/ChangeLog b/ACE/ChangeLog
index 332f1f869b4..2d222c882aa 100644
--- a/ACE/ChangeLog
+++ b/ACE/ChangeLog
@@ -1,12 +1,18 @@
+Mon Apr 19 06:54:01 UTC 2010 Johnny Willemsen <jwillemsen@remedy.nl>
+
+ * bin/MakeProjectCreator/config/global.features:
+ Enabled LightWeigth CCM as default, if you want to use the
+ full ccm features set ccm_lw to 0 in your default.features file
+
Fri Apr 16 13:02:04 UTC 2010 Johnny Willemsen <jwillemsen@remedy.nl>
* ace/Atomic_Op.h:
* ace/Atomic_Op.inl:
* ace/Atomic_Op.cpp:
* ace/config-sunos5.10.h:
- Added support for the Solaris 10 Atomic support, thanks
- to Aleksandar Vukajlovic <aleksandar dot vukajlovic at finsoft dot rs>
- for providing the patches
+ Added support for the Solaris 10 Atomic support, thanks
+ to Aleksandar Vukajlovic <aleksandar dot vukajlovic at finsoft dot rs>
+ for providing the patches
Wed Apr 14 11:22:27 UTC 2010 Steve Huston <shuston@riverace.com>
diff --git a/ACE/bin/MakeProjectCreator/config/global.features b/ACE/bin/MakeProjectCreator/config/global.features
index 65727123a97..471177d6923 100644
--- a/ACE/bin/MakeProjectCreator/config/global.features
+++ b/ACE/bin/MakeProjectCreator/config/global.features
@@ -144,6 +144,6 @@ tao_no_iiop = 0
link_codecfactory = 0
// Feature for LwCCM
-ccm_lw = 0
+ccm_lw = 1
valuetype_out_indirection=1