diff options
author | schmidt <douglascraigschmidt@users.noreply.github.com> | 1998-07-18 19:09:08 +0000 |
---|---|---|
committer | schmidt <douglascraigschmidt@users.noreply.github.com> | 1998-07-18 19:09:08 +0000 |
commit | 0d4ec6e7847fb40f2e61d0777cf197b99cd74c05 (patch) | |
tree | 37f3c7ac950288f178b5d4c30b8caf532eb82bdd | |
parent | 6dba27e0f381fc922bb36eec416c3af248123426 (diff) | |
download | ATCD-0d4ec6e7847fb40f2e61d0777cf197b99cd74c05.tar.gz |
*** empty log message ***
-rw-r--r-- | ChangeLog-98b | 10 | ||||
-rw-r--r-- | TAO/ChangeLog-98c | 6 | ||||
-rw-r--r-- | TAO/tests/Cubit/TAO/IDL_Cubit/Makefile | 4 | ||||
-rw-r--r-- | apps/Makefile | 4 |
4 files changed, 20 insertions, 4 deletions
diff --git a/ChangeLog-98b b/ChangeLog-98b index 3744510bb54..0f235938302 100644 --- a/ChangeLog-98b +++ b/ChangeLog-98b @@ -1,3 +1,13 @@ +Sat Jul 18 13:51:49 1998 Douglas C. Schmidt <schmidt@tango.cs.wustl.edu> + + * apps/Makefile: Always compile the gperf directory by default + now. + + * ace/config-sunos5.5.h: Added a new flag called ACE_HAS_GPERF, + which should be enabled if the OS/compiler platform can compile + GPERF. This will determine if we can use perfect hashing in + TAO! + Sat Jul 18 10:52:49 1998 Gonzalo Diethelm <gonzo@tango.cs.wustl.edu> * ace/Svc_Conf_l.cpp: diff --git a/TAO/ChangeLog-98c b/TAO/ChangeLog-98c index e8e804c312e..3ae57580da6 100644 --- a/TAO/ChangeLog-98c +++ b/TAO/ChangeLog-98c @@ -1,3 +1,9 @@ +Sat Jul 18 14:00:38 1998 Douglas C. Schmidt <schmidt@tango.cs.wustl.edu> + + * tests/Cubit/TAO/IDL_Cubit/Makefile: Always try to + generate perfect hash functions for the operation + dispatching by enabling the -P flag. + Sat Jul 18 11:29:43 1998 Chris Gill <cdgill@cs.wustl.edu> * orbsvcs/orbsvcs/Event/RT_Task.h diff --git a/TAO/tests/Cubit/TAO/IDL_Cubit/Makefile b/TAO/tests/Cubit/TAO/IDL_Cubit/Makefile index af67c6530bb..a5998af31e1 100644 --- a/TAO/tests/Cubit/TAO/IDL_Cubit/Makefile +++ b/TAO/tests/Cubit/TAO/IDL_Cubit/Makefile @@ -12,8 +12,8 @@ ifndef TAO_ROOT TAO_ROOT = $(ACE_ROOT)/TAO endif # ! TAO_ROOT -#To use perfect hashing op lookup strategy, use -P. -# TAO_IDLFLAGS += -P +# To use perfect hashing op lookup strategy, use -P. +TAO_IDLFLAGS += -P LDLIBS = -lorbsvcs -lTAO diff --git a/apps/Makefile b/apps/Makefile index 78c3a72e806..bd397b2f6f6 100644 --- a/apps/Makefile +++ b/apps/Makefile @@ -1,5 +1,5 @@ #---------------------------------------------------------------------------- -# $Id: Makefile 1.1 10/18/96 +# $Id$ # # Makefile for the apps directory #---------------------------------------------------------------------------- @@ -11,13 +11,13 @@ INFO = README DIRS = Gateway \ + gperf \ JAWS # The following directories aren't compiled by default since haven't # finished integrating it into ACE... # # Orbix-Examples -# gperf #---------------------------------------------------------------------------- # Include macros and targets |