Fri Dec 30 16:39:46 2005 J.T. Conklin * ace/OS_NS_string.cpp: * ace/OS_NS_string.h: * ace/OS_NS_string.inl: Make ACE_OS::strdup(const char *) and ACE_OS::strdup(const wchar_t *) inline. Provide ACE_OS::strdup_emulation(const char *) and ACE_OS::strdup_emulation(const wchar_t *) for systems that don't have a native (or type-safe equivalent) strdup() and wcsdup() functions. * configure.ac: Replace scattered feature tests with calls to new ACE_FUNC_STRCASECMP, ACE_FUNC_STRNCASECMP, ACE_FUNC_STRDUP, ACE_FUNC_WCSCASECMP, ACE_FUNC_WCSNCASECMP, ACE_FUNC_WCSDUP autoconf macros. * m4/ace_func.m4: New file. Feature tests for related features (e.g does function exist, does it have a prototype, does it have const/non-const args, etc.) are scattered all over configure.ac. This file is for ACE_FUNC_FOO macros (similar to autoconf's own AC_FUNC_FOO), which bring all these feature tests together in once place. This clean-up makes the configure.ac easier to maintain at the same time. Provide ACE_FUNC_STRCASECMP, ACE_FUNC_STRNCASECMP, ACE_FUNC_STRDUP, ACE_FUNC_WCSCASECMP, ACE_FUNC_WCSNCASECMP, ACE_FUNC_WCSDUP macros to start things off. Fri Dec 30 17:52:41 2005 Steve Huston * ace/Dev_Poll_Reactor.cpp (work_pending_i): Upon return from epoll_wait(), don't blindly set start_pevents_ to events_. If epoll_wait() returns -1, this erroneously sets start_pevents_ to a value that may not make sense. Fri Dec 30 12:17:17 2005 J.T. Conklin * examples/C++NPv2/AC_Client_Logging_Daemon.cpp: Fixed compile error due to expected implicit conversion Fri Dec 30 15:11:12 UTC 2005 Johnny Willemsen * include/makeinclude/platform_vxworks6.1.GNU: Added rtp and pthread flags, when rtp is set to 1 we are building for real time process model, when pthread is set to 1 we are building with the pthread support Fri Dec 30 15:02:12 UTC 2005 Johnny Willemsen * ace/OS_NS_unistd.inl: Added workaround for incorrect swab include for vxworks 6.1 Fri Dec 30 15:00:12 UTC 2005 Johnny Willemsen * ace/config-vxworks6.1.h: * ace/config-vxworks6.2.h: Updated after first testing with the RTP model Fri Dec 30 14:50:12 UTC 2005 Johnny Willemsen * examples/C++NPv2/Client_Logging_Daemon.cpp: Fixed compile error due to expected implicit conversion Fri Dec 30 14:41:12 UTC 2005 Johnny Willemsen * ace/Time_Value.{h,inl}: Added assignment operator for a time_t Fri Dec 30 12:40:12 UTC 2005 Johnny Willemsen * ace/OS_NS_sys_time.inl: Instead of return -1 return ACE_Time_Value(-1) Fri Dec 30 12:34:12 UTC 2005 Johnny Willemsen * bin/tao_orb_tests.lst: Added Bug_2345_Regression Fri Dec 30 11:41:12 UTC 2005 Johnny Willemsen * examples/Reactor/Misc/pingpong.cpp: * examples/Reactor/Misc/pingpong.cpp: Updated because the constructors of ACE_Time_Value are now explicit Fri Dec 30 11:11:12 UTC 2005 Johnny Willemsen * apps/Gateway/Gateway/Connection_Handler.{h,cpp}: * apps/Gateway/Gateway/Event_Channel.cpp: * apps/Gateway/Gateway/Gateway.cpp: * apps/Gateway/Gateway/Options.{h,cpp}: * netsvcs/lib/TS_Clerk_Handler.{h,cpp}: * examples/APG/Timers/Timers.cpp: * examples/APG/Timers/Upcall.cpp: Updated timeouts to be a long and updated some code because the constructors of ACE_Time_Value are now explicit Fri Dec 30 10:47:12 UTC 2005 Johnny Willemsen * ace/Time_Value.{h,inl}: Added += and -= for a time_t * examples/APG/ThreadManagement/Priorities.cpp: * examples/APG/ThreadManagement/Signals2.cpp: * examples/APG/ThreadManagement/Signals.cpp: * examples/APG/ThreadManagement/Coop_Cancel.cpp: Initialise pointers with 0 Fri Dec 30 10:47:12 UTC 2005 Johnny Willemsen * ace/Time_Value.h: Made all single argument constructors explicit to prevent implicit conversions. Fri Dec 30 10:44:12 UTC 2005 Johnny Willemsen * ace/Profile_Timer.cpp (elapsed_rusage): Use ACE_Time_Value to calculate the time difference. The type of time could be FILETIME on Windows and it is not safe to just use the - operator on that. This did compile because the ACE_Time_Value seems to be used because of implicit conversions Fri Dec 30 10:05:12 UTC 2005 Johnny Willemsen * tests/Reference_Counted_Event_Handler_Test.cpp: Explicit create ACE_Time_Value's when scheduling timers Fri Dec 30 09:58:12 UTC 2005 Johnny Willemsen * ace/Proactor.cpp: When setting a ACE_Time_Value to zero use ACE_Time_Value::zero instead of 0 Thu Dec 29 11:55:39 2005 Steve Huston * ace/DLL.h: Further Doxygen-ized and expanded the documentation. * ace/config-macros.h: Add __HP_aCC to the compilers that need to have unreachable statements suppressed to avoid a compile diagnostic. * ace/config-hpux-11.00.h: Add ACE_LACKS_PERFECT_MULTICAST_FILTERING for HP-UX 11iv2 (11.23). Thu Dec 29 11:04:12 UTC 2005 Johnny Willemsen * include/makeinclude/platform_vxworks5.5.x.GNU: * include/makeinclude/platform_vxworks6.1.GNU: Changed the way we set TAO_IDL Thu Dec 29 09:13:12 UTC 2005 Johnny Willemsen * ace/os_include/os_sched.h: Another update to the way we detect if we have to define cpu_set_t, older linux versions do have glibc2.3 but not this type. Wed Dec 28 11:47:17 2005 J.T. Conklin * m4/acinclude.m4: Remove some long commented-out macros that reimplemented core autoconf functionality. Wed Dec 28 19:51:12 UTC 2005 Johnny Willemsen * ace/config-vxworks6.2.h: Another update for the changes in 6.2 Wed Dec 28 19:25:12 UTC 2005 Johnny Willemsen * ace/config-vxworks6.2.h: Removed some lacks macros which 6.2 should deliver according to the documentation Wed Dec 28 11:21:55 2005 J.T. Conklin * configure.ac: Add ACE_LACKS_SCHED_H feature test. Use it in other tests that #include . Wed Dec 28 11:08:18 2005 J.T. Conklin * m4/config_h.m4: Remove ACE_HAS_3_PARAM_WCSTOK autoconf header template. * configure.ac: Added description to AC_DEFINE for ACE_HAS_3_PARAM_WCSTOK. Wed Dec 28 19:00:12 UTC 2005 Johnny Willemsen * ace/OS_NS_Thread.cpp: Rearranged some code to make the autoconf checks for set/get affinity easier Wed Dec 28 10:56:42 2005 J.T. Conklin * configure.ac: Change ACE_HAS_CPU_SET_T feature test to look in . Add ACE_HAS_2_PARAM_SCHED_{GET,SET}AFFINITY feature tests. Wed Dec 28 16:08:12 UTC 2005 Johnny Willemsen * ace/OS_NS_Thread.cpp: Introduced ACE_HAS_2_PARAM_SCHED_SETAFFINITY and ACE_HAS_2_PARAM_SCHED_GETAFFINITY. Some glibc versions ship with a two param version. * ace/config-linux-common.h: Removed the setting for setaffinity/getaffinity based on glibc version. Found that even with glibc 2.3 some systems had a two param version, some 3. Wed Dec 28 12:22:12 UTC 2005 Johnny Willemsen * ace/os_include/os_sched.h: Improved cpu_set_t typedef Wed Dec 28 11:32:12 UTC 2005 Johnny Willemsen * ace/Message_Block.h: Doxygen improvements Wed Dec 28 10:24:12 UTC 2005 Johnny Willemsen * ace/config-linux-common.h: Glicc 2.3 and newer also have sched_getaffinity and sched_setaffinity. Wed Dec 28 10:11:12 UTC 2005 Johnny Willemsen * ace/config-linux-common.h: Glibc 2.3 seems to have cpu_set_t Wed Dec 28 09:52:12 UTC 2005 Johnny Willemsen * ace/os_include/os_unistd.h: Made some workarounds dependent on BCB version * ace/os_include/os_sched.h: If ACE_HAS_CPU_SET_T is not defined then typedef cpu_set_t. If your platforms has the type cpu_set_t, then set this define in the config file * ace/OS_NS_Thread.{h,cpp}: Added thr_set_affinity and thr_get_affinity to bind a thread to a certain CPU. This is part of the extensions proposed in bugzilla 2342. Thanks to Robert Iakobashvili for these extensions. This will probably break some builds, where we have to add ACE_HAS_CPU_SET_T to the config file. * ace/README: Documented ACE_HAS_CPU_SET_T Tue Dec 27 19:21:19 2005 J.T. Conklin * m4/ace.m4: Add ACE_ENABLE_CDR_SWAP_ON_READ, ACE_ENABLE_CDR_SWAP_ON_WRITE, ACE_ENABLE_CDR_ALIGNMENT, ACE_ENABLE_STRDUP_EMULATION, and ACE_ENABLE_WCSDUP_EMULATION to support --enable options of the same name. Allows users to configure these aspects of ACE without editing the generated config.h header. * configure.ac: Fix typo in ACE_LACKS_MADVISE_PROTOTYPE feature test. Tue Dec 27 15:14:05 2005 J.T. Conklin * THANKS: Added Vladimir Panov to the Hall of Fame. Tue Dec 27 14:49:20 2005 J.T. Conklin * m4/config_h.m4: Remove ACE_HAS_STRDUP_EMULATION autoconf header template. * configure.ac: Changed strdup feature test to set ACE_LACKS_STRDUP instead of ACE_HAS_STRDUP_EMULATION. Added (missing) ACE_LACKS_STRCHR feature test. * ace/README: Update ACE_HAS_STRDUP_EMULATION description. Added ACE_HAS_WCSDUP_EMULATION, ACE_LACKS_STRCHR, ACE_LACKS_WCSCHR, ACE_LACKS_STRDUP, and ACE_LACKS_WCSDUP descriptions. * ace/OS_Memory.h: Updated comment explaining that users may want to set ACE_HAS_STRDUP_EMULATION if they need to control what memory allocator is used to include ACE_HAS_WCSDUP_EMULATION. * ace/OS_NS_string.cpp: The ACE_HAS_STRDUP_EMULATION feature test macro was being used for two purposes. One is for systems which don't have a native strdup(). The other is for when the user needs to control/ override what memory allocator is used. I've separated these options by adding a new ACE_LACKS_STRDUP feature test macro. ACE's emulated strdup() implementation is used if either ACE_LACK_STRDUP or ACE_HAS_STRDUP_EMULATION is set. Added ACE_HAS_WCSDUP_EMULATION, similar to the above, for symmetry with the wide character version. Tue Dec 27 14:17:56 2005 J.T. Conklin * m4/config_h.m4: Remove ACE_HAS_SET_T_ERRNO autoconf header template. * configure.ac: Change ACE_HAS_SET_T_ERRNO feature test to use "standard" ACE_CHECK_HAS_FUNC() macro. Tue Dec 27 13:36:22 2005 J.T. Conklin * ace/os_include/sys/os_mman.h: Provide madvise prototype if ACE_LACKS_MADVISE_PROTOTYPE. * configure.ac: Added ACE_LACKS_MADVISE_PROTOTYPE feature test. This should fix bugzilla bug 2274. Thanks to Steve Williams < steve at telxio dot com > for reporting this and providing an initial patch. Tue Dec 27 13:29:27 2005 J.T. Conklin * apps/gperf/Makefile.am: Regenerated. * apps/gperf/gperf.mpc: New file. Adds rule for building/installing gperf.1 manpage. Partially addresses bugzilla bug 2280. Tue Dec 27 12:45:37 2005 J.T. Conklin * configure.ac: Fix typo in last change. Tue Dec 27 12:41:00 2005 J.T. Conklin * configure.ac: Add ACE_HAS_CPU_SET_T, ACE_HAS_PTHREAD_GETAFINITY_NP, ACE_HAS_PTHREAD_SETAFFINITY_NP, ACE_HAS_SCHED_GETAFFINITY, and ACE_HAS_SCHED_SETAFFINITY feature tests for a patch Johnny is preparing. Tue Dec 27 11:11:15 2005 J.T. Conklin * m4/config_h.m4: Remove ACE_LACKS_SYSTEM_H autoconf header template. * configure.ac: Remove ACE_LACKS_SYSTIME_H feature test, and the use of ACE_LACKS_SYSTIME_H in other feature test macros. C.f. Tue Dec 27 14:50:12 UTC 2005 Johnny Willemsen Tue Dec 27 11:06:00 2005 J.T. Conklin * configure.ac: Add ACE_LACKS_ALARM feature test. Tue Dec 27 15:26:12 UTC 2005 Johnny Willemsen * ace/config-vxworks6.1.h: * ace/config-vxworks6.2.h: Removed ACE_LACKS_DUP2 Tue Dec 27 14:50:12 UTC 2005 Johnny Willemsen * ace/config-cygwin32.h: * ace/config-dgux-4.11-epc.h: * ace/config-dgux-4.x-ghs.h: * ace/config-freebsd.h: * ace/config-irix5.3-g++.h: * ace/config-irix5.3-sgic++.h: * ace/config-irix6.x-common.h: * ace/config-linux-common.h: * ace/config-macosx-panther.h: * ace/config-macosx-tiger.h: * ace/config-macosx.h: * ace/config-mvs.h: * ace/config-openbsd.h: * ace/config-psos-diab-mips.h: * ace/config-psos-diab-ppc.h: * ace/config-psos-diab.h: * ace/config-psos-tm.h: * ace/config-psosim-g++.h: * ace/config-qnx-neutrino.h: * ace/config-qnx-rtp-62x.h: * ace/config-qnx-rtp-pre62x.h: * ace/config-sco-5.0.0-mit-pthread.h: * ace/config-sco-5.0.0.h: * ace/config-sunos4-g++.h: * ace/config-sunos4-sun4.1.4.h: * ace/config-sunos4-sun4.x.h: * ace/config-tandem-nsk-mips-v2.h: * ace/config-tandem-nsk-mips-v3.h: * ace/config-tandem.h: * ace/config-tru64.h: * ace/config-unixware-2.1.2-g++.h: * ace/config-unixware-7.1.0.h: * ace/config-unixware-7.1.0.udk.h: * ace/config-vxworks5.x.h: * ace/config-vxworks6.2.h: * ace/config-win32-interix.h: * ace/README: Removed ACE_LACKS_SYSTIME_H, it is not used anymore in ACE Tue Dec 27 14:31:12 UTC 2005 Johnny Willemsen * ace/config-vxworks6.1.h: * ace/config-vxworks6.2.h: Added initial version of VxWorks 6.2 config file. This is updated based on the documentation, no testing has been done Tue Dec 27 13:27:12 UTC 2005 Johnny Willemsen * ace/os_include/sys/os_select.h: Only include selectLib for VxWorks when VxWorks doesn't deliver sys/select.h * ace/OS_NS_unistd.inl: Introduced ACE_LACKS_ALARM to make it easier to determine which platform has alarm and which not * ace/config-chorus.h: * ace/config-psos-diab.h: * ace/config-win32-common.h: Added ACE_LACKS_ALARM * ace/config-vxworks6.1.h: Added some documentation about defines which we could drop for VxWorks 6.2 according to the documentation Tue Dec 27 11:37:12 UTC 2005 Johnny Willemsen * ace/config-vxworks6.1.h: VxWorks 6.1 has two models, kernel and real time process (rtp). Based on the model some API's are not available. Tue Dec 27 09:42:12 UTC 2005 Johnny Willemsen * ace/Time_Value.{h,inl}: Changed the first argument of the constructor accepting two longs to time_t to fix 64bit conversion warnings Sun Dec 25 09:04:50 2005 Douglas C. Schmidt * Merry Christmas, 2005!!!! Fri Dec 23 13:16:12 UTC 2005 Johnny Willemsen * ace/config-win32-common.h: Added ACE_LACKS_SCHED_H, windows doesn't have sched.h Fri Dec 23 13:04:12 UTC 2005 Johnny Willemsen * ace/INET_Addr.inl: Fixed warning about unreachable code when ipv6 is enabled Fri Dec 23 11:09:12 UTC 2005 Johnny Willemsen * ace/Sock_Connect.cpp: Added missing defined Fri Dec 23 08:02:12 UTC 2005 Johnny Willemsen * tests/Buffer_Stream_Test.cpp: Fixed ambiguity errors with vc6 Fri Dec 23 07:55:12 UTC 2005 Johnny Willemsen * ace/Time_Value.{h,inl}: Removed the set with time_t and changed the set with two longs to pass seconds as time_t. This should work on all platforms fine. Thanks to JT for the ideas. * ace/System_Time.cpp: Use the set with two arguments Thu Dec 22 18:33:29 2005 Steve Huston * include/makeinclude/platform_aix_ibm.GNU: Change Visual Age 6 to use -qtemplateregistry also. It's faster and doesn't require the same strict source organization of templates that -qtempinc does. Also stop using the aixshr hack to strip warnings out of the linker output - it's not needed with -qtemplateregistry. Try removing -qstaticinline - this was an attempt to stop some of the duplicate symbol warnings that -qtempinc triggered; hopefully, removing this will let the linker/compiler unify singleton instances. Thu Dec 22 14:35:12 2005 J.T. Conklin * bin/MakeProjectCreator/config/rtcorbacommon.mpb: Add $(srcdir) relative include path. Thu Dec 22 14:06:07 2005 Chad Elliott * bin/tao_orb_tests.lst: Added Portable_Interceptors/Processing_Mode_Policy/Collocated and Portable_Interceptors/Processing_Mode_Policy/Remote to the list. Thu Dec 22 19:09:12 UTC 2005 Johnny Willemsen * examples/Reactor/Misc/notification.cpp: * examples/Reactor/Misc/test_signals_1.cpp: Fixed ambiguity warnings * ace/Time_Value.{h,cpp,inl}: Don't pass time_t as reference to set, just by value, moved the method to the inline file and set tv_usec to 0, thanks to JT for this suggestions. Thu Dec 22 10:43:23 2005 Chad Elliott * bin/cle.pl: * bin/ChangeLogEditor/CVSFileLocator.pm: * bin/ChangeLogEditor/ChangeLogEntry.pm: * bin/ChangeLogEditor/FileLocator.pm: * bin/ChangeLogEditor/FileLocatorFactory.pm: * bin/ChangeLogEditor/SVNFileLocator.pm: Added support for Subversion. It will automatically switch to svn if it detects that it is being run in a directory controlled by Subversion. * bin/DependencyGenerator/GNUObjectGenerator.pm: * bin/DependencyGenerator/MakeObjectGenerator.pm: Switch to actual arrays inside the process() method and return the reference. It is faster to push onto an array than an array reference. * bin/MakeProjectCreator/config/cidlc.mpb: Added nmake to the specific section for compile_flags. * bin/MakeProjectCreator/modules/GNUACEWorkspaceCreator.pm: Added .PHONY when creating named targets to avoid problems with target executables that have the same name as the project. * bin/depgen.pl: Added a -i option to not print an error if no source files are provided. * include/makeinclude/rules.local.GNU: Modified to pass the -i option to depgen.pl and to pass the -n option to depgen.pl if inline=1. Thu Dec 22 12:37:12 UTC 2005 Johnny Willemsen * ace/OS_NS_Thread.cpp: Use taskName to get the task name under VxWorks instead of directly using the TCB struct * ace/Sock_Connect.cpp: Use for VxWorks also the unix way of retrieving the interfaces, the VxWorks specific way doesn't work with VxWorks 6.1 anymore Thu Dec 22 12:30:12 UTC 2005 Johnny Willemsen * ace/Time_Value.{h,cpp}: Added set that accepts time_t, time_t is a 64bit type under Windows64. * ace/System_Time.cpp: Use the new Time_Value::set method that accepts time_t Thu Dec 22 12:22:12 UTC 2005 Johnny Willemsen * ace/WIN32_Proactor.cpp: Added workarounds for vc6 which doesn't have ULONG_PTR Wed Dec 21 06:40:29 2005 Steve Huston * ace/Asynch_Acceptor.cpp (set_handle): Added return 0 to success case. Also see: Fri Dec 16 12:38:27 2005 Douglas C. Schmidt Thu Dec 22 06:12:39 2005 Steve Huston * ace/SSL/SSL_SOCK_Stream.cpp: Add missing #include "ace/OS_Memory.h" to see ACE_NEW_RETURN. Also changed the type used with ioctl (, FIONREAD, ) from u_long to ACE_UINT32 for portability. * apps/JAWS2/JAWS/Headers.cpp: Add missing #include "ace/OS_NS_stdlib.h" to see ACE_OS::free(). * apps/JAWS2/JAWS/IO.cpp: Add missing #include "ace/OS_NS_string.h" to see ACE_OS::memcpy(). Add missing #include "ace/Min_Max.h" to see ACE_MIN. * apps/JAWS2/JAWS/Server.cpp: Add missing #include "ace/OS_NS_string.h" to see ACE_OS::strcpy(). * apps/JAWS2/JAWS/Parse_Headers.cpp: Add missing #include "ace/Log_Msg.h". * examples/APG/Containers/Map_Manager.cpp: * examples/APG/Containers/Map_Manager_Specialization.cpp: Add missing #include "ace/Log_Msg.h". * examples/IPC_SAP/SSL_SAP/SSL-server-poll.cpp: Add missing #include "ace/OS_NS_stdlib.h" for ACE_OS::malloc()/free(). Wed Dec 21 12:44:19 2005 J.T. Conklin * THANKS: Add Jonathan Sprinkle to the Hall of Fame. * configure.ac: Define ACE_LACKS_NAMED_POSIX_SEM if platform lacks any of sem_open(), sem_close(), or sem_unlink() are undefined. This should help automake builds on Cygwin, which does not provide sem_unlink(). Thanks to Jonathan Sprinkle who provided the failing config.log. Wed Dec 21 12:32:10 2005 J.T. Conklin * ace/Time_Value.inl: Use g++'s __builtin_constant_p() predicate to avoid calling ::normalize() if both arguments to ACE_Time_Value::set(long, long) are already "normalized". This avoids an unnecessary method call when initializing ACE_Time_Value constants. Wed Dec 21 11:40:53 2005 J.T. Conklin * ace/OS_NS_Thread.cpp (ACE_OS::thr_create): If ACE_HAS_PTHREAD_ATTR_SETCREATESUSPEND_NP and THR_SUSPENDED is set, use pthread_attr_setcreatesuspend_np() and set thread creation attributes so thread is started in "suspended" state. * configure.ac: Add feature test for ACE_HAS_PTHREAD_ATTR_SETCREATESUSPSEND_NP. * ace/README: Document ACE_HAS_PTHREAD_ATTR_SETCREATESUSPEND_NP. Wed Dec 21 19:17:12 UTC 2005 Johnny Willemsen * netsvcs/clients/Naming/Client/Client_Test.cpp: Replaced assert with ACE_ERROR Wed Dec 21 19:14:12 UTC 2005 Johnny Willemsen * bin/MakeProjectCreator/config/vc8nmake.mpb: With vc8 and nmake we have to pass different compiler flags then with vc6 and vc71. To make it easier to use, you can regenerate the nmake files for vc8 using: -type nmake -base vc8nmake -recurse This way you get the needed flags for vc8 Wed Dec 21 18:45:12 UTC 2005 Johnny Willemsen * ace/WFMO_Reactor.cpp: * protocols/ace/HTBP/HTBP_Session.cpp: Initialise pointer with 0 * include/makeinclude/platform_vxworks6.1.GNU: * include/makeinclude/platform_vxworks5.5.x.GNU: Use EXEEXT instead of .exe when setting TAO_IDL Wed Dec 21 18:42:12 UTC 2005 Johnny Willemsen * bin/tao_orb_tests.lst: Added bug_2328_regression Tue Dec 20 17:24:39 2005 Steve Huston * ace/config-aix-4.x.h: Define ACE_TEMPLATES_REQUIRE_SOURCE if compiling with an IBM compiler and __TEMPINC__ is not defined. This covers -qnotempinc and -qtemplateregistry cases (for XL C++ 7). Define ACE_TEMPLATES_REQUIRE_PRAGMA if compiling with an IBM compiler and -qtempinc was specified on the command line. This unifies proper handling and covers both ACE+TAO builds and users' inclusion of ACE+TAO in user projects regardless of which template model chosen. * ace/Local_Name_Space.cpp: Add #include "ace/ACE.h" to see ACE::hash_pjw(). * ace/Malloc_T.h: Add #include "ace/Malloc_Base.h" to see ACE_Allocator. * ace/POSIX_CB_Proactor.cpp: Add #include "ace/OS_NS_sys_time.h" to see ACE_OS::gettimeofday(). * ace/Sock_Connect.cpp: Removed hack at this compiler version. * ace/SString.inl: Add #include "ace/OS_NS_stdlib.h" to see ACE_OS::free(). * ace/SString.cpp: Add #include "ace/OS_Memory.h" to see ACE_NEW_RETURN. Change #include "ace/Malloc.h" to "ace/Malloc_T.h" to pick up needed symbols. * include/makeinclude/platform_aix_ibm.GNU: Added compiler-specific section for XL C++ 7. Also removed the explicit setting of ACE_TEMPLATES_REQUIRE_[PRAGMA|SOURCE]. The proper one to use is determined by whether or not -qtempinc is specified to the compiler. Since this is knowable at compile time and what a user does may not match what the ACE/TAO build does, proper selection of the correct setting is moved to config-aix-4.x.h. * include/makeinclude/rules.local.GNU: Add templateregistry.* to the file cleanup list. XL C/C++ 7 builds use -qtemplateregistry and specify a name templateregistry.$(MAKEFILE). Tue Dec 20 20:24:39 2005 Douglas C. Schmidt * ace/UUID.cpp (ACE_Utils): Move the lock to the top of the UUID_Generator::get_timestamp() method to avoid subtle race conditions. Thanks to Howard Finer for this fix. Fri Dec 16 12:38:27 2005 Douglas C. Schmidt * ace/Asynch_Acceptor.{h,cpp}: Added an int return value to set_handle() so that errors can be propagated back to callers. Thanks to Eyal Car for this fix. This closes bugid 2261. Wed Dec 21 16:19:12 UTC 2005 Johnny Willemsen * ace/CDR_Base.cpp: * ace/CDR_Stream.cpp: Fixed 64bit conversion warnings from int to long * ace/config-vxworks6.1.h: VxWorks 6.1 defines MAP as CPU type, if it is defined, undef it so that we can use MAP as typedef throughout ACE/TAO * ace/Configuration_Import_Export.cpp: Fixed 64bit conversion warning from u_int to u_long * ace/Malloc_T.cpp: Added some checks for valid pointers before calling memset. Thanks to Oh Yoon Sik for reporting this. * ace/OS_NS_sys_stat.inl (mkdir): Replaced c-style cast with C++ cast * ace/Basic_Types.h: Removed ptr_arith_t, it is not used anymore * ace/OS_NS_time.cpp: Fixed the month calculation for WinCE. Thanks to Oh Yoon Sik for reporting this. * ace/WIN32_Proactor.cpp: The code for ACE_WIN64 should also be used for ACE_WIN32 so zapped the ACE_WIN32 specific case * include/makeinclude/platform_linux_icc.GNU: When optimizations are disabled pass -O2 to the compiler. Always disable the floating point optimizations to get correct floats in the IDL compiler. * examples/Reactor/Misc/test_demuxing.cpp: Instead of an ACE_ASSERT, use ACE_ERROR_RETURN * tests/Basic_Types_Test.cpp: Use ptr_diff_t instead of ptr_arith_t * tests/Buffer_Stream_Test.cpp: Initialise pointers with 0 * etc/tao.doxygen: Expand all emulated exception macros, that will improve our documentation. I will recheck doxygen later and if things look correct I will apply the same change to the other configuration files. * bin/MakeProjectCreator/modules/BorlandProjectCreator.pm: Updated because of changes to MPC. Tue Dec 20 08:02:03 2005 Simon McQueen * ACE version 5.4.8 released. Mon Dec 20 09:58:00 UTC 2005 Simon Massey * bin/make_release: Removed the $0 from the "Generated by " comment inserted into the Version.h files. Mon Dec 19 16:50:00 UTC 2005 Simon Massey * bin/make_release: Removed the extra end of line inserted into the Id: ChangeLog,v 4.9518 2005/12/20 10:03:35 bugzilla Exp comment from all of the Version.h generators. (Around the same line as before.) Mon Dec 19 14:40:00 UTC 2005 Simon Massey * bin/make_release: Removed the #include "ace/Versioned_Namespace.h" generator from line 643 (it wasn't adding the correct end of line and concensous was that it was actually in error anyway). Thu Dec 15 08:08:31 2005 Steve Huston * ace/Asynch_IO.h: Clarified arguments and return value for ACE_Asynch_Read_Stream::open. Thu Dec 15 08:06:29 2005 Steve Huston * ace/Service_Templates.cpp: Only #include headers if we need to instantiate templates; i.e., if using either form of explicit template instantiation. This avoids the sigaction issue with HP aC++ A.03.56. Tue Dec 13 12:13:26 2005 Douglas C. Schmidt * COPYING: Updated this file to mention compliance issues wrt the new "The Energy Policy Act of 2005". Thanks to Malcolm Spence for providing this. Tue Dec 13 18:38:12 UTC 2005 Johnny Willemsen * etc/tao_cosnotification.doxygen: Also parse the subdirectories below Notify and also add inline files, the generated doxygen docu was not complete Tue Dec 13 00:54:04 2005 Ossama Othman * bin/MakeProjectCreator/config/tao_versioning_idl_defaults.mpb: New MPC base project containing necessary versioned namespace related TAO_IDL flags for PIDL and IDL files in core TAO libraries and TAO orbsvcs libraries. Mon Dec 12 15:31:50 2005 Ossama Othman * ace/ace_for_tao.mpc: Added "nmake" to the list of Windows-based build types that should be considered when adding Windows-specific sources to the ace_for_tao subset. Mon Dec 12 15:23:29 2005 Ossama Othman * tests/tests.mpc (UPIPE_SAP_Test): Disable this test in the ace_for_tao configuration. It depends on features not found in the ace_for_tao subset. Mon Dec 12 14:15:12 UTC 2005 Johnny Willemsen * include/makeinclude/compiler.bor: Only when we build without VCL support add _NO_VCL to the compiler flags Mon Dec 12 13:01:12 UTC 2005 Johnny Willemsen * bin/MakeProjectCreator/config/vcl.mpb: Added verbatim VCL=1 to this base project. This way the correct startup objects are linked with the application when vcl is used Sun Dec 11 18:03:05 2005 Ossama Othman * ace/UPIPE_Stream.h (MT_Stream): Moved this typedef out of the global namespace to the ACE_UPIPE_Stream class. It is only used within this class. Doing so also addresses global namespace pollution issues. * examples/ASX/Event_Server/Event_Server/event_server.cpp: * examples/ASX/UPIPE_Event_Server/event_server.cpp: Reinstated local MT_Stream typedefs. The global namespace pollution fix described above allows this. Fixes compile-time error in single threaded builds. Thu Dec 8 07:20:25 2005 Ossama Othman * ace/Dynamic.h: * ace/OS_main.cpp: * ace/OS_main.h: * ace/TSS_Adapter.h: * ace/QoS/QoS_Decorator.cpp: * ace/QoS/QoS_Decorator.h: * ace/QoS/QoS_Manager.cpp: * ace/QoS/QoS_Manager.h: * ace/QoS/QoS_Session.h: * ace/QoS/QoS_Session_Factory.cpp: * ace/QoS/QoS_Session_Factory.h: * ace/QoS/QoS_Session_Impl.cpp: * ace/QoS/QoS_Session_Impl.h: * ace/QoS/QoS_Session_Impl.i: * ace/QoS/SOCK_Dgram_Mcast_QoS.cpp: * ace/QoS/SOCK_Dgram_Mcast_QoS.h: * ace/QoS/SOCK_Dgram_Mcast_QoS.i: Fixed versioned namespace support. The versioning macros calls were missing. Thu Dec 8 08:28:12 UTC 2005 Johnny Willemsen * examples/APG/ThreadSafety/threadsafety.mpc: Fixed error in this mpc project which caused build errors with borland Wed Dec 7 05:50:01 2005 Ossama Othman * apps/JAWS/clients/Caching/caching.mpc: * apps/JAWS2/JAWS/jaws2.mpc: * bin/MakeProjectCreator/config/winregistry.mpb: * examples/APG/Containers/containers.mpc: * examples/APG/Svc_Config/svc_config.mpc: * examples/APG/ThreadSafety/threadsafety.mpc: * examples/C++NPv2/C++NPv2.mpc: * examples/QOS/Diffserv/QOS_Diffserv.mpc: * examples/Reactor/Proactor/Proactor.mpc: * examples/Reactor/WFMO_Reactor/WFMO_Reactor.mpc: * tests/tests.mpc: Disable some projects in these MPC files when "ace_for_tao" is enabled. Tue Dec 6 21:34:03 2005 Ossama Othman * examples/ASX/Event_Server/Event_Server/event_server.cpp: * examples/ASX/UPIPE_Event_Server/event_server.cpp: Removed duplicate "MT_Stream" typedef that made the same typedef in `ace/UPIPE_Stream.h' ambiguous. Fixes a versioned namespace build error. Tue Dec 6 18:40:12 UTC 2005 Johnny Willemsen * bin/MakeProjectCreator/config/acedefaults.mpb: For vc8 set ExceptionHandling to 2. This enabled the structured exception handling. Normally vc8 doesn't catch structured exceptions but we except so for some tests and else the disabling of the win32 error windows doesn't work. This fixes bugzilla [BUG:2290] See also http://www.codecomments.com/archive292-2005-8-578262.html for backgroup. Thanks to Steve Huston and Chad Elliott for proposing to handle this in this mpb file instead of in the vc8 base mpc template Tue Dec 6 01:55:12 2005 Ossama Othman * ace/config-macros.h: Removed "#pragma once" directive. The necessary preprocessor symbol definitions necessary to disable this directive are generally C++ preprocessor/compiler-specific. This prevents proper configuration of this #pragma in the presence of a C compiler. Mon Dec 5 14:46:12 UTC 2005 Johnny Willemsen * ace/OS_NS_stdio.inl: With Borland also just use tempnam instead of _tempname Mon Dec 5 08:44:12 UTC 2005 Johnny Willemsen * ace/config-win32-borland.h: * ace/config-win32-dmc.h: * ace/OS_NS_stdio.inl: Introduced new macros ACE_HAS_NONCONST_TEMPNAM and ACE_HAS_NONCONST_FDOPEN. Borland C++ Builder 6 and previous had non compliant non const methods but this is now corrected in BDS2006, so instead of hacking also a version check in the OS_NS_stdio.inl just check for a define and set this in the borland config file. Also DMC seems to have one incorrect signature so also set it there. Sun Dec 4 06:49:59 2005 Ossama Othman * ace/SSL/SSL_Context.cpp: Use an ACE_Thread_Mutex instead of ACE_Mutex. The former is faster and lighter weight. Sat Dec 3 17:56:04 2005 Ossama Othman * ace/SSL/SSL_Asynch_BIO.cpp: * ace/SSL/SSL_Asynch_Stream.h: Replaced ACE_SSL_bio_{read,write} functors with a single structure containing static read() and write() methods. Functors are overkill in this case. Documented why a structure is used instead of a free function. * ace/SSL/SSL_Context.h: Removed obsolete comment. Sat Dec 3 11:51:36 2005 Ossama Othman * ace/Base_Thread_Adapter.h: Removed unnecessary "ace/Global_Macros.h" include directive in versioned namespace case. * ace/SSL/SSL_Asynch_BIO.cpp: Fixed versioned namespace support for free functions in this file. (BIO_s_Asynch): Removed this unnecessary function. It simply returned the address of a global object. Just take the address directly in the calling code. (BIO_new_ACE_Asynch, ACE_SSL_make_BIO): Renamed BIO factory function to "ACE_SSL_make_BIO", which is more consistent with ACE naming conventions. Removed extern "C" declaration, as well, since there's no need for it to be so. (ACE_SSL_bio_read, ACE_SSL_bio_write): New functors that that make the necessary calls on the ACE_SSL_Asynch_Stream object. (ACE_Asynch_BIO_read, ACE_Asynch_BIO_write): Use new ACE_SSL_bio_{read,write} functors instead of making direct calls on the ACE_SSL_Asynch_Stream object. * ace/SSL/SSL_Asynch_BIO.h: Moved extern "C" BIO callback function prototypes to SSL_Asynch_BIO.cpp. There's no need for them to be visibile to the user. Renamed BIO factory function to "ACE_SSL_make_BIO", which is more consistent with ACE naming conventions. Removed extern "C" declaration, as well, since there's no need for it to be so. * ace/SSL/SSL_Asynch_Stream.cpp (open): Updated name of BIO factory function. * ace/SSL/SSL_Asynch_Stream.h: Removed unnecessary free function prototypes. (ACE_SSL_Asynch_Stream): Replaced friend function declarations with friend structure (used as functors) declarations. Works around scope qualifier problems in Sun compilers when used on free functions. Fri Dec 2 10:27:47 2005 J.T. Conklin * bin/msvc_static_order.lst: Add RTEventLogAdmin project. Fri Dec 2 13:14:12 UTC 2005 Johnny Willemsen * ace/Task.inl: Replaced c-style casts with C++ const_cast Fri Dec 2 11:39:12 UTC 2005 Johnny Willemsen * ace/os_include/sys/os_stat.h: * ace/os_include/sys/os_timeb.h: Made some workarounds for Borland specific on the BCB version. That way we can remove them easier in the future when we deprecated certain releases Fri Dec 2 01:25:52 2005 Ossama Othman * ace/Versioned_Namespace.h: Update preprocessor check to use new config-macros.h specific include guard preprocessor symbol. * ace/config-macros.h: * ace/config-lite.h: Moved all macros, preprocessor symbols and some non-C++-specific typedefs to the new `config-macros.h' header. Allows configuration macros/values to be used in C sources. * ace/config-all.h: Removed redundant "ace/ace_wchar.h" include directive. It's already included by `config-lite.h'. * ace/config-aix-4.x.h: * ace/config-chorus.h: * ace/config-cygwin32.h: * ace/config-linux-common.h: * ace/config-osf1-4.0.h: * ace/config-rtems.h: * ace/config-sunos5.5.h: * ace/config-vxworks5.x.h: * ace/config-vxworks6.1.h: Relaxed unsupported compiler preprocessor error for non-C++ compilers. Simplifies use of configuration macros/values in presence of C compiler. * ace/Makefile.am: * ace/ace.mpc: Added new config-macros.h header to the appropriate header lists. Fri Dec 2 00:43:12 2005 Ossama Othman * ace/Module.h: * apps/JAWS/server/HTTP_Request.h: * apps/JAWS/server/IO.h: * apps/JAWS2/JAWS/Cache_Object.h: * apps/JAWS2/JAWS/IO.h: * apps/JAWS2/JAWS/IO_Acceptor.h: * apps/JAWS2/JAWS/IO_Handler.h: * apps/soreduce/Obj_Module.h: * examples/APG/Containers/Hash_Map_Hash.h: * examples/APG/Containers/RB_Tree_Functors.h: * examples/APG/ThreadPools/Request_Handler.h: * examples/ASX/Event_Server/Event_Server/Options.h: * examples/ASX/Event_Server/Event_Server/event_server.cpp: * examples/C++NPv1/Iterative_Logging_Server.h: * examples/C++NPv1/Logging_Handler.h: * examples/C++NPv1/Logging_Server.h: * examples/C++NPv2/Logging_Handler.h: * examples/Shared_Malloc/Malloc.h: More versioned namespace build fixes. Thu Dec 1 08:07:23 2005 Douglas C. Schmidt * ace/Service_Config.cpp (open_i): * ace/Service_Config.h (ACE_Service_Config): Don't try to register a signal handler if the signal number is < 0! Thanks to Brian Raven for this fix. Wed Nov 30 13:37:59 2005 William Otte * bin/MakeProjectCreator/config/cidlc.mpb Updated to make thie base project consistent with the semantics of the boost base projects from MPC. Tue Nov 29 11:20:12 UTC 2005 Ossama Othman * ace/Parse_Node.cpp (make_func_name): Do not use a stack instantiated variable length array. Use a dynamically allocated array instead. Saves us a copy, and fixes g++ build errors when using its "-pedantic" command line option. Fixed string length calculation. Addresses Service Configurator failures when versioned namespace support is enabled. Wed Nov 30 00:33:21 2005 Ossama Othman * ACEXML/parser/parser/parser.mpc: * bin/MakeProjectCreator/config/avstreams.mpb: * bin/MakeProjectCreator/config/rmcast.mpb: * netsvcs/clients/Logger/Logger.mpc: * netsvcs/servers/servers.mpc: Disable these projects when "ace_for_tao" is enabled. Wed Nov 30 08:58:35 2005 William Otte * html/index.html Removed obsolete CIAO components, cleaned up the HTML a bit. Tue Nov 29 11:20:12 UTC 2005 Johnny Willemsen * ace/Timer_Queue_T.cpp: Use prefix increment operator instead of postfix Tue Nov 29 07:41:12 UTC 2005 Johnny Willemsen * ace/Malloc.{h,cpp}: Removed copy constructor and name assign methods from ACE_Name_Node, these where implemented with an assert saying not implemented. This is not a good thing to do and also fixes some warnings in our Intel 9.1 beta build. If someone used these methods they would get an assert in runtime, now they get a compile error meaning we have to implement them Mon Nov 28 07:26:31 2005 Ossama Othman * protocols/ace/HTBP/HTBP.mpc: Added missing "avoids += ace_for_tao". Mon Nov 28 06:50:04 2005 Ossama Othman * tests/ACE_Init_Test.cpp (run_main): Removed unnecessary versioned namespace related "using" keyword. Sun Nov 27 22:37:44 2005 Bala Natarajan * ace/Array_Map.h: Included the Sun CC 5.8, as an additional CC compiler that requires complete specification for a trait declaration. Just for information. Sun CC 5.8 comes with Studio 11, which is free (as in FREE BEER!!). Sun Nov 27 04:05:52 2005 Ossama Othman * ace/ace.mpc: * ace/ace_for_tao.mpc: * bin/MakeProjectCreator/config/aceexe.mpb: * bin/MakeProjectCreator/config/acelib.mpb: * bin/MakeProjectCreator/config/versioned_namespace.mpb: Added versioned namespace MPC support. Disabled by default. Add "versioned_namespace=1" to default.features to enable. * Kokyu/Kokyu_defs.h: * ace/Asynch_Connector.h: * ace/Cleanup.cpp: * ace/Cleanup.h: * ace/If_Then_Else.h: * ace/OS.h: * ace/Object_Manager.cpp: * ace/Object_Manager.inl: * ace/Value_Ptr.h: * ace/SSL/SSL_Asynch_Stream.h: * ace/SSL/SSL_SOCK_Acceptor.cpp: * protocols/ace/HTBP/HTBP_Addr.cpp: * protocols/ace/HTBP/HTBP_Addr.h: * protocols/ace/HTBP/HTBP_Channel.cpp: * protocols/ace/HTBP/HTBP_Channel.h: * protocols/ace/HTBP/HTBP_Channel.inl: * protocols/ace/HTBP/HTBP_Environment.cpp: * protocols/ace/HTBP/HTBP_Environment.h: * protocols/ace/HTBP/HTBP_Filter.cpp: * protocols/ace/HTBP/HTBP_Filter.h: * protocols/ace/HTBP/HTBP_Filter.inl: * protocols/ace/HTBP/HTBP_Filter_Factory.cpp: * protocols/ace/HTBP/HTBP_Filter_Factory.h: * protocols/ace/HTBP/HTBP_ID_Requestor.cpp: * protocols/ace/HTBP/HTBP_ID_Requestor.h: * protocols/ace/HTBP/HTBP_Inside_Squid_Filter.cpp: * protocols/ace/HTBP/HTBP_Inside_Squid_Filter.h: * protocols/ace/HTBP/HTBP_Inside_Squid_Filter.inl: * protocols/ace/HTBP/HTBP_Notifier.cpp: * protocols/ace/HTBP/HTBP_Notifier.h: * protocols/ace/HTBP/HTBP_Outside_Squid_Filter.cpp: * protocols/ace/HTBP/HTBP_Outside_Squid_Filter.h: * protocols/ace/HTBP/HTBP_Outside_Squid_Filter.inl: * protocols/ace/HTBP/HTBP_Session.cpp: * protocols/ace/HTBP/HTBP_Session.h: * protocols/ace/HTBP/HTBP_Session.inl: * protocols/ace/HTBP/HTBP_Stream.cpp: * protocols/ace/HTBP/HTBP_Stream.h: * tests/ACE_Init_Test.cpp: * tests/Process_Strategy_Test.h: Corrected build errors in versioned namespace builds. * bin/MakeProjectCreator/config/acexml.mpb: Disable ACEXML libraries when "ace_for_tao" is enabled. Fri Nov 25 19:04:10 2005 Ossama Othman * NEWS: Updated with latest versioned namespace information. * ace/ACE_Codecs_export.h: * ace/ACE_Memory_export.h: * ace/ACE_Reactor_export.h: * ace/ACE_Sockets_export.h: * ace/ACE_Threads_export.h: * ace/ace.mwc: * ace/ace_codecs_for_tao.mpc: * ace/ace_configuration_for_tao.mpc: * ace/ace_memory_for_tao.mpc: * ace/ace_reactor_for_tao.mpc: * ace/ace_sockets_for_tao.mpc: * ace/ace_threads_for_tao.mpc: * ace/ace_timer_for_tao.mpc: * bin/MakeProjectCreator/config/acecodecslib_for_tao.mpb: * bin/MakeProjectCreator/config/acememorylib_for_tao.mpb: * bin/MakeProjectCreator/config/acereactorlib_for_tao.mpb: * bin/MakeProjectCreator/config/acesocketslib_for_tao.mpb: * bin/MakeProjectCreator/config/acethreadslib_for_tao.mpb: * bin/MakeProjectCreator/config/acetimerlib_for_tao.mpb: Removed smaller ace_for_tao subsets. Only a single ace_for_tao subset library was originally intended. * ace/Activation_Queue.h: * ace/Barrier.h: * ace/Based_Pointer_Repository.h: * ace/Codecs.h: * ace/Dev_Poll_Reactor.h: * ace/File_Lock.h: * ace/LSOCK.h: * ace/LSOCK_Acceptor.h: * ace/LSOCK_CODgram.h: * ace/LSOCK_Connector.h: * ace/LSOCK_Dgram.h: * ace/LSOCK_Stream.h: * ace/MEM_Acceptor.h: * ace/MEM_Addr.h: * ace/MEM_Connector.h: * ace/MEM_IO.h: * ace/MEM_SAP.h: * ace/MEM_Stream.h: * ace/MMAP_Memory_Pool.h: * ace/Mem_Map.h: * ace/Method_Request.h: * ace/Msg_WFMO_Reactor.h: * ace/Multihomed_INET_Addr.h: * ace/PI_Malloc.h: * ace/Pagefile_Memory_Pool.h: * ace/Priority_Reactor.h: * ace/Process.h: * ace/Process_Manager.h: * ace/Process_Semaphore.h: * ace/RW_Process_Mutex.h: * ace/SOCK_CODgram.h: * ace/SOCK_Dgram_Bcast.h: * ace/SOCK_Dgram_Mcast.h: * ace/SOCK_SEQPACK_Acceptor.h: * ace/SOCK_SEQPACK_Association.h: * ace/SOCK_SEQPACK_Connector.h: * ace/SV_Shared_Memory.h: * ace/Sbrk_Memory_Pool.h: * ace/Shared_Memory.h: * ace/Shared_Memory_MM.h: * ace/Shared_Memory_Pool.h: * ace/Shared_Memory_SV.h: * ace/Thread_Semaphore.h: * ace/UNIX_Addr.h: Removed ace_for_tao subset-specific export macro calls and include directives. They are no longer needed. * ace/ace_for_tao.mpc: Added a number of source files required to build the Notification Service and its tests. * Kokyu/tests/DSRT_MIF/DSRT_MIF.mpc: * ace/QoS/qos.mpc: * apps/soreduce/soreduce.mpc: * bin/MakeProjectCreator/config/ftclientorb.mpb: * bin/MakeProjectCreator/config/htbp.mpb: * bin/MakeProjectCreator/config/ifrservice.mpb: * bin/MakeProjectCreator/config/naming_serv.mpb: * bin/MakeProjectCreator/config/portablegroup.mpb: * bin/MakeProjectCreator/config/rtevent_serv.mpb: * bin/MakeProjectCreator/config/ssl.mpb: * bin/MakeProjectCreator/config/strategies.mpb: * bin/MakeProjectCreator/config/tmcast.mpb: * examples/APG/Active_Objects/active_objects.mpc: * examples/APG/Config/config.mpc: * examples/APG/Misc_IPC/misc_ipc.mpc: * examples/APG/Naming/naming.mpc: * examples/APG/Proactor/proactor.mpc: * examples/APG/Processes/processes.mpc: * examples/APG/Shared_Memory/shared_memory.mpc: * examples/APG/Streams/streams.mpc: * examples/APG/Svc_Config/svc_config.mpc: * examples/APG/ThreadPools/threadpools.mpc: * examples/APG/ThreadSafety/threadsafety.mpc: * examples/ASX/Event_Server/Event_Server/Event.mpc: * examples/ASX/UPIPE_Event_Server/UPIPE_Event.mpc: * examples/C++NPv1/C++NPv1.mpc: * examples/C++NPv2/C++NPv2.mpc: * examples/Connection/blocking/Connection_Blocking.mpc: * examples/Connection/misc/Connection_Misc.mpc: * examples/Connection/non_blocking/Connection_Non_Blocking.mpc: * examples/IPC_SAP/DEV_SAP/reader/dev_sap_reader.mpc: * examples/IPC_SAP/DEV_SAP/writer/dev_sap_writer.mpc: * examples/IPC_SAP/FIFO_SAP/fifo_sap.mpc: * examples/IPC_SAP/FILE_SAP/file_sap_client.mpc: * examples/IPC_SAP/SOCK_SAP/sock_sap.mpc: * examples/IPC_SAP/UPIPE_SAP/UPIPE_SAP.mpc: * examples/Mem_Map/IO-tests/Mem_Map_IO_Tests.mpc: * examples/Mem_Map/file-reverse/Mem_Map_File_Reverse.mpc: * examples/Misc/Misc.mpc: * examples/Naming/Naming.mpc: * examples/OS/Process/OS_Process.mpc: * examples/Reactor/Dgram/Reactor_Dgram.mpc: * examples/Reactor/FIFO/Reactor_FIFO.mpc: * examples/Reactor/Proactor/Proactor.mpc: * examples/Service_Configurator/IPC-tests/client/Svc_Cfg_IPC_Client.mpc: * examples/Shared_Malloc/Shared_Malloc.mpc: * examples/Shared_Memory/Shared_Memory.mpc: * examples/Synch/Synch.mpc: * examples/System_V_IPC/SV_Message_Queues/SV_Message_Queues.mpc: * examples/System_V_IPC/SV_Semaphores/SV_Semaphores.mpc: * examples/Threads/Threads.mpc: * performance-tests/SCTP/SCTP.mpc: * tests/tests.mpc: Added "avoids += ace_for_tao" to projects that require features of ACE not found in the ace_for_tao subset. Addresses link-time errors. Fri Nov 25 12:45:20 2005 Steve Huston * tests/Proactor_Test.cpp: * tests/Proactor_Test_IPV6.cpp: Corrected ACE_Atomic_Op instantiations for size_t. Fri Nov 25 10:00:21 2005 Steve Huston * ace/POSIX_Proactor.cpp (ACE_POSIX_Asynch_Timer): Don't explicitly call ACE_Asynch_Result_Impl() - it's pointless and isn't listed as an ancestor of this class. (create_asynch_timer): Use a ACE_POSIX_Asynch_Timer * to match the created object type. * ace/POSIX_Asynch_IO.cpp: Remove explicit calls to base-class constructors from all constructors. It's not needed and seems to cause problems on 64-bit code, at least on AIX. * include/makeinclude/platform_aix_ibm.GNU: AIX now uses the XPG4 tail command syntax, requiring "-n 1" to read the last line; refuses "-1". Thanks to Mike Knight for alerting us to this. * THANKS: Added Mike Knight to the Hall of Fame. Thu Nov 24 20:00:37 2005 Simon McQueen * bin/tao_other_tests.lst: Scheduled bug #2316 regression. Thu Nov 24 14:56:12 UTC 2005 Johnny Willemsen * include/makeinclude/platform_linux_icc.GNU: For Intel C++ 9.1 also disable warning 1684 Thu Nov 24 01:38:57 2005 Ossama Othman * bin/fuzz.pl: Added a test that flags common versioned namespace related errors/misuses. * bin/MakeProjectCreator/config/global.features: Disable versioned namespace support by default. * ace/Atomic_Op.h: * ace/Auto_Ptr.h: * ace/Barrier.h: * ace/Base_Thread_Adapter.h: * ace/CDR_Stream.h: * ace/Cleanup_Strategies_T.cpp: * ace/Dev_Poll_Reactor.h: * ace/Functor_String.h: * ace/High_Res_Timer.cpp: * ace/LSOCK_Connector.inl: * ace/Local_Name_Space_T.h: * ace/Log_Msg.h: * ace/Malloc.h: * ace/Malloc_Allocator.h: * ace/Message_Queue.h: * ace/OS_Memory.h: * ace/OS_NS_Thread.cpp: * ace/OS_NS_Thread.h: * ace/OS_NS_errno.h: * ace/OS_NS_math.inl: * ace/OS_NS_netdb.cpp: * ace/OS_NS_netdb.h: * ace/OS_NS_sys_msg.h: * ace/OS_NS_time.h: * ace/OS_main.cpp: * ace/Object_Manager.h: * ace/Parse_Node.cpp: * ace/Ping_Socket.cpp: * ace/Proactor.cpp: * ace/Proactor.h: * ace/Profile_Timer.cpp: * ace/Profile_Timer.inl: * ace/SOCK_Dgram_Mcast.cpp: * ace/SOCK_Dgram_Mcast.h: * ace/SOCK_Dgram_Mcast.inl: * ace/SPIPE_Stream.h: * ace/Select_Reactor_T.cpp: * ace/Service_Config.h: * ace/Service_Templates.cpp: * ace/Sock_Connect.cpp: * ace/Svc_Conf_l.cpp: * ace/Svc_Conf_y.cpp: * ace/Thread_Manager.cpp: * ace/Time_Value.h: * ace/Timeprobe.h: * ace/Timer_Hash_T.h: * ace/Timer_List.cpp: * ace/Timer_Queue.cpp: * ace/config-lite.h: * ace/SSL/SSL_Asynch_BIO.cpp: * ace/SSL/SSL_Context.cpp: Corrected build errors in versioned namespace builds. Wed Nov 23 19:54:12 UTC 2005 Johnny Willemsen * include/makeinclude/wrapper_macros.GNU: Set xerces to 1 by default if it is not set Wed Nov 23 11:00:46 2005 Douglas C. Schmidt * docs/ACE-guidelines.html: Updated the guidelines to explain how TAO binary options should be specified, i.e. as the integral values 0 or 1. Wed Nov 23 09:54:12 UTC 2005 Johnny Willemsen * include/makeinclude/platform_linux_icc.GNU: When optimize=0, disable floating point optimizations. This way we don't get floating point overflows in the TAO IDL test. If someone enables optimize then we just let the compiler optimize things and we could get overflows. Tue Nov 22 17:42:13 2005 Kobi Cohen-Arazi * ace/Select_Reactor_T.cpp (dispatch): Fixed a bug which derived from bug #1890. active_handle_count must be updated when state is changed. Every time some handler remove add or suspend itself of another handle, state is changed, and that should be reflected in the active_handle_count. Thanks for Vadim Iosevich . Tue Nov 22 18:27:30 2005 Steve Huston * m4/tls.m4: Correct botched assignment to ace_TLS_CPPFLAGS when additional Kerberos directory is needed. Tue Nov 22 03:33:14 2005 Bala Natarajan * ace/ace_configuration_for_tao.mpc: Some groups require ACE_Configuration. This MPC should probably help those groups with a smaller library to use instead of pulling in the whole ACE library. Tue Nov 22 01:43:52 2005 Ossama Othman * bin/MakeProjectCreator/config/portablegroup.mpb: Rather than disable this project in the ACE_FOR_TAO configuration, inherit from acesocketslib_for_tao to allow it to be used. Tue Nov 22 09:40:00 UTC 2005 Simon Massey * NEWS: Added Stoyan Paunov and Arvind S. Krishna entries. Mon Nov 21 23:56:06 2005 Ossama Othman * ace/ace_for_tao.mpc: * ace/ace_threads_for_tao.mpc: Moved ACE_crc32.cpp to ace_threads_for_tao subset within Windows compiler conditional. It is only needed by the SV_Semaphore_Simple listed within that conditional block. * ace/ace_timer_for_tao.mpc: * bin/MakeProjectCreator/config/acetimerlib_for_tao.mpb: New ACE_FOR_TAO timer library subset. * ace/Obchunk.cpp: * ace/Obchunk.h: * ace/Obchunk.inl: * ace/Object_Manager.cpp: * ace/Object_Manager.h: * ace/Object_Manager.inl: * ace/Object_Manager_Base.cpp: * ace/Object_Manager_Base.h: * ace/Obstack.cpp: * ace/Obstack.h: * ace/Obstack_T.cpp: * ace/Obstack_T.h: * ace/Obstack_T.inl: Added missing versioned namespace support. * ace/SSL/SSL_Context.h: Removed ACE_SSL_locking_callback prototype since it is not part of the public interface, and since a prototype (and definition) already exists in the SSL_Context.cpp implementation file. Removed static class members and placed them in anonymous namespace in the implementation file. * ace/SSL_Context.cpp: Static class members are now in an anonymous namespace. There's no need to expose them in the corresponding header. Mangle global SSL callback functions with the appropriate versioned namespace name, if enabled. Improved exception safety of lock memory management and lock acquisition/release by taking advantage of an ACE_Auto_Basic_Array_Ptr and ACE_Mutex, respectively. * Kokyu/tests/DSRT_MIF/DSRT_MIF.mpc: * apps/drwho/drwho.mpc: * apps/soreduce/soreduce.mpc: * examples/APG/Active_Objects/active_objects.mpc: * examples/APG/Misc_IPC/misc_ipc.mpc: * examples/APG/Shared_Memory/shared_memory.mpc: * examples/APG/ThreadPools/threadpools.mpc: * examples/APG/ThreadSafety/threadsafety.mpc: * examples/ASX/Event_Server/Event_Server/Event.mpc: Inherit from the appropriate ACE_FOR_TAO subset MPC base project. Addresses unresolved symbol errors. Tue Nov 22 09:33:30 (IST) 2005 Bala Natarajan * bin/MakeProjectCreator/config/portablegroup.mpb: Do not build in ACE_FOR_TAO configuration. Tue Nov 22 09:27:30 (IST) 2005 Bala Natarajan * ace/OS_NS_sys_utsname.cpp: * ace/OS_NS_sys_utsname.h: * ace/OS_NS_sys_utsname.inl: Uninlined uname (). Compiling it on Solaris 9 with Studio9, and inline enabled is a pain. DOC's scoreboard uses inline=0 on corona, and hence doesn't show the error. Uninlining solves the problem. * ace/ace_for_tao.mpc: Added a few files to be built in ACE_FOR_TAO config. This fixes many errors in gperf and orbsvcs on Solaris. Mon Nov 21 19:16:30 2005 Steve Huston * m4/tls.m4: Make sure we don't lose the user's specified OpenSSL location when searching for Kerberos files. Mon Nov 21 13:26:53 2005 Arvind S. Krishna * NEWS: Updated NEWS file to reflect additions to the latest beta. Mon Nov 21 11:00:02 2005 William Otte * bin/MakeProjectCreator/config/cidlc.mpb Added a verbatim section for gnuace targets to pull in the boost_filesystem and boost_regex libraries. Mon Nov 21 08:16:29 2005 Steve Huston * ace/SSL/SSL_Context.h: Removed "::" from friend declaration to fix compile errors on Solaris, Forte 6 Update 2. (Sun C++ 5.4). Fri Nov 18 23:07:09 UTC 2005 Jeff Parsons * include/makeinclude/wrapper_macros.GNU: Applied a syntax submitted by Martin Corino to the setting of $LEX and $YACC. The existing syntax set these variables only if they were not already set, but unfortunately, GNU make sets them by default. For DOC Group purposes, they need to be set to 'flex' and 'bison' respectively. Fri Nov 18 17:22:19 2005 Steve Huston * protocols/ace/RMCast/Template_Instantiations.cpp: Completed template instantiations. * protocols/ace/RMCast/Makefile.am: * protocols/ace/TMCast/Template_Instantiations.cpp: Explicit instantiations needed for TMCast. * tests/Based_Pointer_Test.cpp: Added explicit instantiation for ACE_Malloc_T. * tests/DLList_Test.cpp: #include "ace/Malloc_T.h" rather than "ace/Malloc.h" to pick up ACE_Allocator<> before the explicit instantiation needs it. Fri Nov 18 14:16:45 2005 Douglas C. Schmidt * ace/WIN32_Asynch_IO.cpp (shared_read): Added a new case for ERROR_MORE_DATA, which isn't actually an error after all. Thanks to Yongming Wang for contributing this. Fri Nov 18 10:39:01 2005 William Otte * bin/MakeProjectCreator/config/cidlc.mpb Added rest of change intended for: Thu Nov 17 18:08:45 UTC 2005 Jeff Parsons Thu Nov 17 18:08:45 UTC 2005 Jeff Parsons * bin/MakeProjectCreator/config/cidlc.mpb: Fix submitted by Will Otte intended to be part of Tue Nov 15 12:44:37 2005 William Otte Thu Nov 16 13:16:12 UTC 2005 Johnny Willemsen * include/makeinclude/compiler.bor: When VCL is defined, set different startup obj and also define PACKAGES * include/makeinclude/build_exe.bor: Added PACKAGES to the compiler flags Thu Nov 16 12:36:12 UTC 2005 Johnny Willemsen * include/makeinclude/compiler.bor: Added extra linker paths * bin/MakeProjectCreator/config/vcl.mpb: New base project, usable for building VCL application with Borland C++ Builder * bin/MakeProjectCreator/config/global.features: Disable vcl by default Wed Nov 16 15:48:29 2005 Steve Huston * ace/Hash_Map_Manager_T.h: For Sun CC 5.4 and earlier with explicit template instantiation, can't prevent seeing operator= or ACE_Hash_Map_Manager explicit templates won't compile. Ick. * apps/JAWS3/jaws3/Templates.cpp: Adjusted ACE_Reactor_Token_T type usage. Follow-up change to match those in: Fri Aug 26 18:01:31 2005 Steve Huston * protocols/ace/RMCast/Template_Instantiations.cpp: Added more needed instantiations. Wed Nov 16 14:12:08 USMST 2005 Yan Dai * bin/tao_orb_tests.lst: Disabled CSD tests on VxWorks builds. Tue Nov 15 23:41:39 2005 Ossama Othman * ace/Service_Config.cpp (ACE_FACTORY_DEFINE): Moved this macro call outside of the versioned namespace. It should be in the global namespace. * ace/Svc_Conf.h: * ace/Svc_Conf.l: * ace/Svc_Conf.y: * ace/Svc_Conf_Lexer_Guard.cpp: * ace/Svc_Conf_Lexer_Guard.h: * ace/Svc_Conf_l.cpp: * ace/Svc_Conf_y.cpp: Added missing versioned namespace macros. Tue Nov 15 15:41:19 2005 Steve Huston * NEWS: Added WinCE, VC8, ACE_Dev_Poll_Reactor, and ACE_RB_Tree notes. * bin/make_release: Generate VC8 files for both Win32 and WinCE. Since VC8 uses the same suffixes as VC71, the Win32 files have _vc8 appended, and WinCE files have _WinCE appended. WinCE files are generated with feature uses_wchar=1, vc8 uses defaults. * docs/CE-status.txt: Added some info on CE support under VC8. Tue Nov 15 12:44:37 2005 William Otte * bin/MakeProjectCreator/config/cidlc.mpb Added a directive to remove runtime dependancy on VC71 runtime libraries on Windows. Thanks to Kitty for suggesting the fix. Tue Nov 15 11:31:41 2005 Steve Huston * ace/Atomic_Op.{h inl} (ACE_Atomic_Op (TYPE c)): Changed the signature to be const TYPE& for long and unsigned long. This aligns it with the ACE_Atomic_Op template's (const TYPE&) constructor signature and resolves undefined references to it in the explicit template builds. * ace/Event_Handler.cpp: Added explicit instantiation of ACE_Atomic_Op when ACE_HAS_BUILTIN_ATOMIC_OP is not defined. This covers the event handler reference counting use of ACE_Atomic_Op. * ace/Malloc_Instantiations.cpp: Corrected header file inclusions. * protocols/ace/RMCast/Makefile.am: * protocols/ace/RMCast/Template_Instantiations.cpp: New file to hold all explicit template instantiations needed for RMCast. This is a temporary file, only for the ACE 5.5 release. Then it can be expunged with the test of the explicit template instantiation support. Tue Nov 15 09:31:29 2005 Steve Huston * ace/Dev_Poll_Reactor.{h cpp}: Add an optional decr_refcnt parameter to ACE_Dev_Poll_Rector_Repository::unbind () to control whether or not the unbound event handler's refcount is to be decremented. When registering a handler, remember to increment its refcount if needed; conversely, decrement it when all events are removed. Be sure to initialize epoll_event structs. * tests/Dev_Poll_Reactor_Test.cpp (handle_input): Fix buffer overrun. Tue Nov 15 13:57:12 UTC 2005 Johnny Willemsen * ace/OS_NS_stdio.{cpp.inl}: Fixed compile errors in BCB Unicode build Tue Nov 15 07:28:35 2005 Douglas C. Schmidt * ace/Service_Config.cpp (initialize): Added a check to avoid overwriting a service that's already installed without having it explicitly removed first. Thanks to Domingos Monteiro for this fix. Mon Nov 14 08:25:12 UTC 2005 Johnny Willemsen * ace/WIN32_Asynch_IO.cpp: * ace/Asynch_Acceptor.cpp: Removed check for >= BCB3 * ace/OS_NS_sys_stat.inl: BCB has the normal umask * ace/OS_NS_stdio.inl: Replaced c-style cast with C++ cast * ace/os_include/os_string.h: Some BCB specific defines are not needed with BCB6 or newer Mon Nov 14 07:57:12 UTC 2005 Johnny Willemsen * bin/MakeProjectCreator/config/boost_unit_test.mpb: Removed this file, not used anymore * bin/MakeProjectCreator/config/cidlc.mpb: Use base projects for boost_filesystem, boost_regex and exceptions, will resolve the link errors in the icc linux build Fri Nov 11 16:04:44 2005 J.T. Conklin * bin/MakeProjectCreator/templates/gnu.mpd: Emit "idl_stubs" target for IDL projects defining MPC's custom_only variable. Fixes problems with some of the scoreboard statistics builds. Fri Nov 11 11:06:31 2005 Ossama Othman * ACEXML/common/common.mpc: * ace/ACE_Codecs_export.h: * ace/Codecs.h: * ace/ace.mwc: * ace/ace_codecs_for_tao.mpc: * apps/JAWS/server/server.mpc: * apps/JAWS3/jaws3/jaws3.mpc: * examples/Service_Configurator/IPC-tests/server/Svc_Cfg_IPC_Server.mpc: * examples/Threads/Threads.mpc: * examples/Web_Crawler/Web_Crawler.mpc: * netsvcs/clients/Naming/Client/Client.mpc: * netsvcs/clients/Naming/Dump_Restore/Dump_Restore.mpc: * netsvcs/lib/lib.mpc: * performance-tests/Misc/Misc.mpc: * performance-tests/SCTP/SCTP.mpc: * performance-tests/Server_Concurrency/Leader_Follower/Svr_Conc_Leader_Follower.mpc: * performance-tests/Server_Concurrency/Queue_Based_Workers/Svr_Conc_Queue_Based_Workers.mpc: * performance-tests/Synch-Benchmarks/Base_Test/Synch_Benchmarks_Base_Test.mpc: * performance-tests/Synch-Benchmarks/Perf_Test/Synch_Benchmarks_Perf_Test.mpc: * performance-tests/TCP/TCP.mpc: * performance-tests/UDP/UDP.mpc: * tests/tests.mpc: Addressed some "ace_for_tao" link-time failures. Fri Nov 11 09:21:53 2005 Ossama Othman * include/makeinclude/wrapper_macros.GNU: Added missing "ace_for_tao" support. Addresses "ace_for_tao" build errors in GNU Make based builds. Fri Nov 11 12:15:12 UTC 2005 Johnny Willemsen * include/makeinclude/platform_sunos5_g++.GNU: Removed very old note Thu Nov 10 09:05:58 2005 Chad Elliott * bin/MakeProjectCreator/templates/gnu.mpd: Added a template variable, libname_prefix, that can be set to prefix all library names (sharedname, staticname and libs). Note that lit_libs and pure_libs are not affected. Thu Nov 10 07:39:12 UTC 2005 Johnny Willemsen * ace/config-vxworks6.1.h: Added ACE_HAS_SNPRINTF Wed Nov 9 19:44:36 2005 Ossama Othman * bin/MakeProjectCreator/config/acecodecslib_for_tao.mpb: * ace/ace_codecs_for_tao.mpc: * ace/QoS/qos.mpc: * ACEXML/common/common.mpc: Fixed "ace_for_tao" subset related unresolved symbol errors. Wed Nov 9 17:05:59 2005 William Otte * ace/config-macosx-tiger.h Corrected wchar support for Tiger. * include/makeinclude/platform_macosx_tiger_gcc3.3.GNU * include/makeinclude/platform_macosx_tiger_gcc4.GNU Removed the versioned platform_macros because there were no significant changes needed to support GCC3.3 on OS X. * include/makeinclude/platform_macosx_tiger.GNU Merged platform_macros file. Set CC and CXX to the desired compiler if you wish to use the non-default compiler. Tue Nov 8 15:27:25 2005 William Otte * ace/config-macosx-tiger.h Fixed size of long double for Mac OS X Tiger with GCC 3.3. Mon Nov 7 16:27:12 2005 William Otte * bin/MakeProjectCreator/config/csd_framework.mpb * bin/MakeProjectCreator/config/notifytest.mpb * bin/MakeProjectCreator/config/rteventlogadmin.mpb Fixes for linking errors on OS X. Mon Nov 7 15:24:30 2005 William Otte * include/makeinclude/platform_macosx_tiger_gcc3.3.GNU Added a macros file for Tiger with GCC 3.3. Mon Nov 7 14:45:05 UTC 2005 Jeff Parsons * ace/Stats.h: Made private section of class ACE_Stats protected, for convenient subclassing. Mon Nov 7 09:21:12 UTC 2005 Johnny Willemsen * include/makeinclude/compiler.bor: Added -L$(BCB)\lib\psdk always to the linker flags Sun Nov 6 21:19:44 2005 Bala Natarajan * ace/ace_sockets_for_tao.mpc: Fixed another bug with the MPC file. * protocols/ace/HTBP/HTBP.mpc: Reverted the avoids declaration. Sun Nov 6 21:02:17 2005 Bala Natarajan * ace/ace_for_tao.mpc: * ace/ace_threads_for_tao.mpc: * protocols/ace/HTBP/HTBP.mpc: * protocols/ace/RMCast/RMCast.mpc: * protocols/ace/TMCast/TMCast.mpc: * protocols/examples/RMCast/Send_Msg/Send_Msg.mpc: * protocols/tests/RMCast/RMCast.mpc: Fixed subtle errors with ace_for_tao builds. Sat Nov 5 13:28:12 UTC 2005 Johnny Willemsen * examples/APG/Shared_Memory/Hash_Map.cpp: Replaced MAP with HASH_MAP to fix compile problems with VxWorks 6.1 Sat Nov 5 13:01:12 UTC 2005 Johnny Willemsen * ace/Cache_Map_Manager_T.{h,cpp,inl}: Replaced MAP_TYPE with CMAP_TYPE, MAP_TYPE is also used on some platforms already * include/makeinclude/compiler.bor: Fixed typo Fri Nov 4 09:18:17 2005 Ossama Othman * ace/Dev_Poll_Reactor.h (Token_Guard): Fixed incorrect unimplemented constructor related error that was introduced when removing ACE_UNIMPLEMENTED_FUNC macro usage. Fri Nov 4 14:04:12 UTC 2005 Johnny Willemsen * include/makeinclude/compiler.bor: Make sure that we always add $(BCB)\lib to the linker flags Fri Nov 4 12:28:12 UTC 2005 Johnny Willemsen * tests/Lazy_Map_Manager_Test.cpp: Changed MAP to LAZY_MAP * tests/Map_Test.cpp: Changed MAP to TEST_MAP Fri Nov 4 12:04:12 UTC 2005 Johnny Willemsen * ace/Cache_Map_Manager_T.{h,cpp,inl}: Changed MAP to MAP_TYPE to resolve conflicts with VxWorks 6.1 MAP define Fri Nov 4 11:16:12 UTC 2005 Johnny Willemsen * ace/OS_NS_unistd.inl: For VxWorks 6.1 also include os_string.h to get swab Fri Nov 4 10:52:12 UTC 2005 Johnny Willemsen * ace/Capabilities.{h,cpp}: Changed MAP to CAPABILITIES_MAP. VxWorks 6.1 defines the cpu type MAP which results in a compile error * ace/os_include/sys/os_un.h: Only define the struct sockaddr_un with VxWorks versions older then 6.1 Fri Nov 4 10:33:12 UTC 2005 Johnny Willemsen * ace/config-vxworks6.1.h: * include/makeinclude/platform_vxworks6.1.GNU: New files for VxWorks 6.1. This is just a first draft version, a lot of porting work has to be done * ace/OS_NS_stdlib.cpp: Fixed variable not used warning with VxWorks 6.1 Fri Nov 4 10:09:12 UTC 2005 Johnny Willemsen * ace/OS_NS_Thread.h: Only define VX_FP_TASK when it is not defined yet Fri Nov 4 08:50:12 UTC 2005 Johnny Willemsen * ace/Global_Macros.h: Removed check for BCB3, that is ancient Thu Nov 3 12:34:30 2005 Douglas C. Schmidt * ace/Service_Config.h (ACE_DYNAMIC_SERVICE_DIRECTIVE): Added a missing '\' at near the end of a macro. Thanks to Lothar Werzinger for this fix. Thu Nov 3 09:16:23 2005 Ossama Othman * ace/Activation_Queue.h: * ace/Atomic_Op.h: * ace/Condition_Recursive_Thread_Mutex.h: * ace/DLL.h: * ace/DLL_Manager.h: * ace/Dev_Poll_Reactor.h: * ace/Framework_Component.h: * ace/Get_Opt.h: * ace/Mem_Map.h: * ace/Message_Queue.cpp: * ace/Message_Queue.h: * ace/Method_Request.h: * ace/Null_Mutex.h: * ace/PI_Malloc.h: * ace/Process.h: * ace/Read_Buffer.h: * ace/Select_Reactor.h: * ace/Stats.h: * ace/TP_Reactor.h: Removed unnecessary uses of ACE_UNIMPLEMENTED_FUNC macro. It is only meant to be used for private unimplemented member functions in class templates. * ace/Versioned_Namespace.h: Clarified preprocessor error message. Wed Nov 2 09:19:04 2005 Ossama Othman * ace/ACE.h (strdelete): Declare wchar version of ACE::strdelete() with ACE_NAMESPACE_INLINE_FUNCTION macro since it is now inlined. Addresses duplicate definition errors in wchar-enabled builds. Wed Nov 2 08:51:29 2005 Bala Natarajan * ace/CDR_Stream.h: * ace/CDR_Stream.inl: Removed ACE_OutputCDR_Auto_Reset. Firstly ACE_Utils::Auto_Functor should be used and secondly such classes don't serve any purpose beyond Output_CDR. Tue Nov 1 22:19:03 2005 Ossama Othman * ace/Makefile.am (nobase_include_HEADERS): Added missing "Versioned_Namespace.h" header. * ace/Versioned_Namespace.h: Clarified preprocessor error message. Tue Nov 1 14:28:51 2005 William Otte * ace/config-macosx-tiger.h Some changes to fix compile errors in JAWS. Thanks to Johnny for suggesting a fix. Tue Nov 1 15:29:12 UTC 2005 Johnny Willemsen * ACE-INSTALL.html: Updated supported platforms Tue Nov 1 12:32:12 UTC 2005 Johnny Willemsen * bin/tao_orb_tests.lst: * bin/tao_other_tests.lst: Moved Bug_2074_Regression to orbsvcs Mon Oct 31 13:38:07 MST 2005 Yan Dai * bin/msvc_static_order.lst: Moved the TAO/tests/CSD_Strategy_Tests/TP_Common/CSD_TP_Test_Lib before TAO/tests/Collocation/Collocation_Test_Stub. This should resolve the TP_Foo_* libs compilation errors on static build. Mon Oct 31 09:54:18 2005 J.T. Conklin * ace/Makefile.am: Removed Synch_Options.inl and TSS_Adapter.inl. Mon Oct 31 07:55:57 2005 Ossama Othman * ace/Registry.cpp (STRING_SEPARATOR): * ace/Registry.h (STRING_SEPARATOR): Reintroduced this string as a static class member. It is also used outside of the ACE_Registry class in ACE_Registry_Name_Space. Fixes an unresolved symbol error in Borland builds. Mon Oct 31 14:15:12 UTC 2005 Johnny Willemsen * ace/Makefile.am: Removed Service_Manager.inl Mon Oct 31 13:03:12 UTC 2005 Johnny Willemsen * bin/tao_orb_tests.lst: Added Bug_2084_Regression Mon Oct 31 12:37:12 UTC 2005 Johnny Willemsen * bin/tao_orb_tests.lst: Added TAO/tests/Bug_2074_Regression/run_test.pl to the list Mon Oct 31 10:42:12 UTC 2005 Johnny Willemsen * ace/pre.h: Reverted change below, makes it much easier to use ACE from application projects Fri Oct 28 10:19:12 UTC 2005 Johnny Willemsen Mon Oct 31 09:40:12 UTC 2005 Johnny Willemsen * ace/gethrtime.cpp: * ace/Base_Thread_Adapter.cpp: Fixed fuzz errors Mon Oct 31 08:15:12 UTC 2005 Johnny Willemsen * bin/msvc_static_order.lst: Moved CSD test lib down, let us see the impact on the vc build Mon Oct 31 06:55:12 UTC 2005 Johnny Willemsen * ace/UPIPE_Connector.cpp: Added missing include for Linux builds Sun Oct 30 08:11:12 UTC 2005 Johnny Willemsen * ace/Task.h: Fixed gcc4 compile error Fri Oct 28 16:07:45 2005 Ossama Othman * ace/SSL/SSL_Context.cpp (ACE_SSL_locking_callback): (ACE_SSL_thread_id): Removed duplicate definitions. Fri Oct 28 16:42:12 2005 Don Busch * bin/MakeProjectCreator/config/messaging_optional.mpb Add "after += Messaging" to ensure that CosNaming_Serv and CosEvent_Serv always build after Messaging Fri Oct 28 14:28:13 2005 Ossama Othman * ace/Map_Manager.h: Include "ace/Default_Constants.h" to pull in ACE_DEFAULT_MAP_SIZE definition. Fri Oct 28 10:42:32 2005 Ossama Othman * ace/Copy_Disabled.cpp * ace/Copy_Disabled.h: * ace/Makefile.am (libACE_la_SOURCES): * ace/ace.mpc: Reinstituted Copy_Disabled.cpp. Addresses unresolved symbol link-time errors. Fri Oct 28 09:23:11 2005 Ossama Othman * ace/Reverse_Lock_T.h (ACE_Acquire_Method): Fixed typo. Fri Oct 28 14:05:12 UTC 2005 Johnny Willemsen * ace/Select_Reactor_Base.cpp: Fixed possible unitialized warning Fri Oct 28 10:19:12 UTC 2005 Johnny Willemsen * ace/pre.h: Removed several arguments for the option push, these are passed from the commandline already Fri Oct 28 07:56:12 UTC 2005 Johnny Willemsen * ace/config-linux-common.h: Added ACE_HAS_UALARM Fri Oct 28 00:01:06 2005 Ossama Othman * ace/ACE.cpp: * ace/ACE.h: * ace/ACE.inl: * ace/ACE_crc32.cpp: * ace/ACE_crc_ccitt.cpp: * ace/ARGV.cpp: * ace/ARGV.h: * ace/ARGV.inl: * ace/ATM_Acceptor.cpp: * ace/ATM_Acceptor.h: * ace/ATM_Acceptor.inl: * ace/ATM_Addr.cpp: * ace/ATM_Addr.h: * ace/ATM_Addr.inl: * ace/ATM_Connector.cpp: * ace/ATM_Connector.h: * ace/ATM_Connector.inl: * ace/ATM_Params.cpp: * ace/ATM_Params.h: * ace/ATM_Params.inl: * ace/ATM_QoS.cpp: * ace/ATM_QoS.h: * ace/ATM_QoS.inl: * ace/ATM_Stream.cpp: * ace/ATM_Stream.h: * ace/ATM_Stream.inl: * ace/Acceptor.cpp: * ace/Acceptor.h: * ace/Activation_Queue.cpp: * ace/Activation_Queue.h: * ace/Activation_Queue.inl: * ace/Active_Map_Manager.cpp: * ace/Active_Map_Manager.h: * ace/Active_Map_Manager.inl: * ace/Active_Map_Manager_T.cpp: * ace/Active_Map_Manager_T.h: * ace/Active_Map_Manager_T.inl: * ace/Addr.cpp: * ace/Addr.h: * ace/Addr.inl: * ace/Arg_Shifter.cpp: * ace/Arg_Shifter.h: * ace/Argv_Type_Converter.cpp: * ace/Argv_Type_Converter.h: * ace/Argv_Type_Converter.inl: * ace/Array_Base.cpp: * ace/Array_Base.h: * ace/Array_Base.inl: * ace/Array_Map.cpp: * ace/Array_Map.h: * ace/Array_Map.inl: * ace/Asynch_Acceptor.cpp: * ace/Asynch_Acceptor.h: * ace/Asynch_Connector.cpp: * ace/Asynch_IO.cpp: * ace/Asynch_IO.h: * ace/Asynch_IO_Impl.cpp: * ace/Asynch_IO_Impl.h: * ace/Asynch_IO_Impl.inl: * ace/Asynch_Pseudo_Task.cpp: * ace/Asynch_Pseudo_Task.h: * ace/Atomic_Op.cpp: * ace/Atomic_Op.h: * ace/Atomic_Op.inl: * ace/Atomic_Op_T.cpp: * ace/Atomic_Op_T.h: * ace/Atomic_Op_T.inl: * ace/Auto_Event.cpp: * ace/Auto_Event.h: * ace/Auto_Event.inl: * ace/Auto_Functor.cpp: * ace/Auto_Functor.h: * ace/Auto_Functor.inl: * ace/Auto_IncDec_T.cpp: * ace/Auto_IncDec_T.h: * ace/Auto_IncDec_T.inl: * ace/Auto_Ptr.cpp: * ace/Auto_Ptr.h: * ace/Auto_Ptr.inl: * ace/Barrier.cpp: * ace/Barrier.h: * ace/Barrier.inl: * ace/Base_Thread_Adapter.cpp: * ace/Base_Thread_Adapter.h: * ace/Base_Thread_Adapter.inl: * ace/Based_Pointer_Repository.cpp: * ace/Based_Pointer_Repository.h: * ace/Based_Pointer_T.cpp: * ace/Based_Pointer_T.h: * ace/Based_Pointer_T.inl: * ace/Basic_Stats.cpp: * ace/Basic_Stats.h: * ace/Basic_Stats.inl: * ace/Basic_Types.cpp: * ace/Basic_Types.h: * ace/Basic_Types.inl: * ace/Bound_Ptr.h: * ace/Bound_Ptr.inl: * ace/CDR_Base.cpp: * ace/CDR_Base.h: * ace/CDR_Base.inl: * ace/CDR_Size.cpp: * ace/CDR_Size.h: * ace/CDR_Size.inl: * ace/CDR_Stream.cpp: * ace/CE_Screen_Output.cpp: * ace/CE_Screen_Output.h: * ace/Cache_Map_Manager_T.cpp: * ace/Cache_Map_Manager_T.h: * ace/Cache_Map_Manager_T.inl: * ace/Cached_Connect_Strategy_T.cpp: * ace/Cached_Connect_Strategy_T.h: * ace/Caching_Strategies_T.cpp: * ace/Caching_Strategies_T.h: * ace/Caching_Strategies_T.inl: * ace/Caching_Utility_T.cpp: * ace/Caching_Utility_T.h: * ace/Capabilities.cpp: * ace/Capabilities.h: * ace/Capabilities.inl: * ace/Cleanup.cpp: * ace/Cleanup.h: * ace/Cleanup.inl: * ace/Cleanup_Strategies_T.cpp: * ace/Codecs.cpp: * ace/Codecs.h: * ace/Codeset_IBM1047.cpp: * ace/Codeset_IBM1047.h: * ace/Codeset_Registry.inl: * ace/Condition_Recursive_Thread_Mutex.cpp: * ace/Condition_Recursive_Thread_Mutex.h: * ace/Condition_T.cpp: * ace/Condition_T.h: * ace/Condition_T.inl: * ace/Condition_Thread_Mutex.cpp: * ace/Condition_Thread_Mutex.h: * ace/Condition_Thread_Mutex.inl: * ace/Configuration.cpp: * ace/Configuration.h: * ace/Configuration_Import_Export.cpp: * ace/Configuration_Import_Export.h: * ace/Connection_Recycling_Strategy.cpp: * ace/Connection_Recycling_Strategy.h: * ace/Connector.cpp: * ace/Connector.h: * ace/Container_Instantiations.cpp: * ace/Containers.cpp: * ace/Containers.h: * ace/Containers.inl: * ace/Containers_T.cpp: * ace/Containers_T.h: * ace/Containers_T.inl: * ace/Copy_Disabled.h: * ace/Countdown_Time.cpp: * ace/Countdown_Time.h: * ace/DEV.cpp: * ace/DEV.h: * ace/DEV.inl: * ace/DEV_Addr.cpp: * ace/DEV_Addr.h: * ace/DEV_Addr.inl: * ace/DEV_Connector.cpp: * ace/DEV_Connector.h: * ace/DEV_Connector.inl: * ace/DEV_IO.cpp: * ace/DEV_IO.h: * ace/DEV_IO.inl: * ace/DLL.cpp: * ace/DLL.h: * ace/DLL_Manager.cpp: * ace/DLL_Manager.h: * ace/Date_Time.h: * ace/Date_Time.inl: * ace/Dev_Poll_Reactor.cpp: * ace/Dev_Poll_Reactor.h: * ace/Dev_Poll_Reactor.inl: * ace/Dirent.h: * ace/Dirent.inl: * ace/Dirent_Selector.cpp: * ace/Dirent_Selector.h: * ace/Dirent_Selector.inl: * ace/Dump.cpp: * ace/Dump.h: * ace/Dump_T.cpp: * ace/Dump_T.h: * ace/Dynamic.cpp: * ace/Dynamic.h: * ace/Dynamic.inl: * ace/Dynamic_Service.cpp: * ace/Dynamic_Service.h: * ace/Dynamic_Service.inl: * ace/Dynamic_Service_Base.cpp: * ace/Dynamic_Service_Base.h: * ace/Env_Value_T.cpp: * ace/Env_Value_T.h: * ace/Env_Value_T.inl: * ace/Event.cpp: * ace/Event.h: * ace/Event.inl: * ace/Event_Handler.cpp: * ace/Event_Handler.h: * ace/Event_Handler.inl: * ace/Event_Handler_T.cpp: * ace/Event_Handler_T.h: * ace/Event_Handler_T.inl: * ace/FIFO.cpp: * ace/FIFO.h: * ace/FIFO.inl: * ace/FIFO_Recv.cpp: * ace/FIFO_Recv.h: * ace/FIFO_Recv.inl: * ace/FIFO_Recv_Msg.cpp: * ace/FIFO_Recv_Msg.h: * ace/FIFO_Recv_Msg.inl: * ace/FIFO_Send.cpp: * ace/FIFO_Send.h: * ace/FIFO_Send.inl: * ace/FIFO_Send_Msg.cpp: * ace/FIFO_Send_Msg.h: * ace/FIFO_Send_Msg.inl: * ace/FILE.cpp: * ace/FILE.h: * ace/FILE.inl: * ace/FILE_Addr.cpp: * ace/FILE_Addr.h: * ace/FILE_Addr.inl: * ace/FILE_Connector.cpp: * ace/FILE_Connector.h: * ace/FILE_Connector.inl: * ace/FILE_IO.cpp: * ace/FILE_IO.h: * ace/FILE_IO.inl: * ace/File_Lock.cpp: * ace/File_Lock.h: * ace/File_Lock.inl: * ace/Filecache.cpp: * ace/Filecache.h: * ace/FlReactor.cpp: * ace/FlReactor.h: * ace/Flag_Manip.cpp: * ace/Flag_Manip.h: * ace/Flag_Manip.inl: * ace/Framework_Component.cpp: * ace/Framework_Component.h: * ace/Framework_Component.inl: * ace/Framework_Component_T.cpp: * ace/Framework_Component_T.h: * ace/Free_List.cpp: * ace/Free_List.h: * ace/Functor.cpp: * ace/Functor.h: * ace/Functor.inl: * ace/Functor_String.h: * ace/Functor_String.inl: * ace/Functor_T.cpp: * ace/Functor_T.h: * ace/Functor_T.inl: * ace/Future.cpp: * ace/Future.h: * ace/Future_Set.cpp: * ace/Future_Set.h: * ace/Get_Opt.cpp: * ace/Get_Opt.h: * ace/Get_Opt.inl: * ace/Global_Macros.h: * ace/Guard_T.cpp: * ace/Guard_T.h: * ace/Guard_T.inl: * ace/Handle_Gobbler.h: * ace/Handle_Gobbler.inl: * ace/Handle_Ops.cpp: * ace/Handle_Ops.h: * ace/Handle_Set.cpp: * ace/Handle_Set.h: * ace/Handle_Set.inl: * ace/Hash_Cache_Map_Manager_T.cpp: * ace/Hash_Cache_Map_Manager_T.h: * ace/Hash_Cache_Map_Manager_T.inl: * ace/Hash_Map_Manager.cpp: * ace/Hash_Map_Manager.h: * ace/Hash_Map_Manager_T.cpp: * ace/Hash_Map_Manager_T.h: * ace/Hash_Map_Manager_T.inl: * ace/Hash_Map_With_Allocator_T.cpp: * ace/Hash_Map_With_Allocator_T.h: * ace/Hash_Map_With_Allocator_T.inl: * ace/Hashable.cpp: * ace/Hashable.h: * ace/Hashable.inl: * ace/High_Res_Timer.cpp: * ace/High_Res_Timer.h: * ace/High_Res_Timer.inl: * ace/ICMP_Socket.cpp: * ace/ICMP_Socket.h: * ace/ICMP_Socket.inl: * ace/INET_Addr.cpp: * ace/INET_Addr.h: * ace/INET_Addr.inl: * ace/IOStream.cpp: * ace/IOStream.h: * ace/IOStream_T.cpp: * ace/IOStream_T.h: * ace/IOStream_T.inl: * ace/IO_Cntl_Msg.cpp: * ace/IO_Cntl_Msg.h: * ace/IO_Cntl_Msg.inl: * ace/IO_SAP.cpp: * ace/IO_SAP.h: * ace/IO_SAP.inl: * ace/IPC_SAP.cpp: * ace/IPC_SAP.h: * ace/IPC_SAP.inl: * ace/If_Then_Else.h: * ace/Init_ACE.cpp: * ace/Init_ACE.h: * ace/Intrusive_List.cpp: * ace/Intrusive_List.h: * ace/Intrusive_List.inl: * ace/Intrusive_List_Node.cpp: * ace/Intrusive_List_Node.h: * ace/Intrusive_List_Node.inl: * ace/LOCK_SOCK_Acceptor.cpp: * ace/LOCK_SOCK_Acceptor.h: * ace/LSOCK.cpp: * ace/LSOCK.h: * ace/LSOCK.inl: * ace/LSOCK_Acceptor.cpp: * ace/LSOCK_Acceptor.h: * ace/LSOCK_CODgram.cpp: * ace/LSOCK_CODgram.h: * ace/LSOCK_CODgram.inl: * ace/LSOCK_Connector.cpp: * ace/LSOCK_Connector.h: * ace/LSOCK_Connector.inl: * ace/LSOCK_Dgram.cpp: * ace/LSOCK_Dgram.h: * ace/LSOCK_Dgram.inl: * ace/LSOCK_Stream.cpp: * ace/LSOCK_Stream.h: * ace/LSOCK_Stream.inl: * ace/Lib_Find.cpp: * ace/Lib_Find.h: * ace/Local_Memory_Pool.cpp: * ace/Local_Memory_Pool.h: * ace/Local_Name_Space.cpp: * ace/Local_Name_Space.h: * ace/Local_Name_Space_T.cpp: * ace/Local_Name_Space_T.h: * ace/Local_Tokens.cpp: * ace/Local_Tokens.h: * ace/Local_Tokens.inl: * ace/Lock.cpp: * ace/Lock.h: * ace/Lock.inl: * ace/Lock_Adapter_T.cpp: * ace/Lock_Adapter_T.h: * ace/Lock_Adapter_T.inl: * ace/Log_Msg.cpp: * ace/Log_Msg.h: * ace/Log_Msg_Backend.cpp: * ace/Log_Msg_Backend.h: * ace/Log_Msg_Callback.cpp: * ace/Log_Msg_Callback.h: * ace/Log_Msg_IPC.cpp: * ace/Log_Msg_IPC.h: * ace/Log_Msg_NT_Event_Log.cpp: * ace/Log_Msg_NT_Event_Log.h: * ace/Log_Msg_UNIX_Syslog.cpp: * ace/Log_Msg_UNIX_Syslog.h: * ace/Log_Priority.h: * ace/Log_Record.cpp: * ace/Log_Record.h: * ace/Log_Record.inl: * ace/Logging_Strategy.cpp: * ace/Logging_Strategy.h: * ace/MEM_Acceptor.cpp: * ace/MEM_Acceptor.h: * ace/MEM_Acceptor.inl: * ace/MEM_Addr.cpp: * ace/MEM_Addr.h: * ace/MEM_Addr.inl: * ace/MEM_Connector.cpp: * ace/MEM_Connector.h: * ace/MEM_Connector.inl: * ace/MEM_IO.cpp: * ace/MEM_IO.h: * ace/MEM_IO.inl: * ace/MEM_SAP.cpp: * ace/MEM_SAP.h: * ace/MEM_SAP.inl: * ace/MEM_Stream.cpp: * ace/MEM_Stream.h: * ace/MEM_Stream.inl: * ace/MMAP_Memory_Pool.cpp: * ace/MMAP_Memory_Pool.h: * ace/Makefile.am: * ace/Malloc.cpp: * ace/Malloc.h: * ace/Malloc.inl: * ace/Malloc_Allocator.cpp: * ace/Malloc_Allocator.inl: * ace/Malloc_Base.h: * ace/Malloc_Instantiations.cpp: * ace/Malloc_T.cpp: * ace/Malloc_T.h: * ace/Malloc_T.inl: * ace/Managed_Object.cpp: * ace/Managed_Object.h: * ace/Managed_Object.inl: * ace/Manual_Event.cpp: * ace/Manual_Event.h: * ace/Manual_Event.inl: * ace/Map.cpp: * ace/Map.h: * ace/Map_Manager.cpp: * ace/Map_Manager.h: * ace/Map_Manager.inl: * ace/Map_T.cpp: * ace/Map_T.h: * ace/Map_T.inl: * ace/Mem_Map.cpp: * ace/Mem_Map.h: * ace/Mem_Map.inl: * ace/Message_Block.cpp: * ace/Message_Block.h: * ace/Message_Block.inl: * ace/Message_Block_T.cpp: * ace/Message_Block_T.h: * ace/Message_Block_T.inl: * ace/Message_Queue.cpp: * ace/Message_Queue.h: * ace/Message_Queue.inl: * ace/Message_Queue_T.cpp: * ace/Message_Queue_T.h: * ace/Method_Object.h: * ace/Method_Request.cpp: * ace/Method_Request.h: * ace/Metrics_Cache_T.cpp: * ace/Metrics_Cache_T.h: * ace/Metrics_Cache_T.inl: * ace/Min_Max.h: * ace/Module.cpp: * ace/Module.h: * ace/Module.inl: * ace/Msg_WFMO_Reactor.cpp: * ace/Msg_WFMO_Reactor.h: * ace/Msg_WFMO_Reactor.inl: * ace/Multihomed_INET_Addr.cpp: * ace/Multihomed_INET_Addr.h: * ace/Multihomed_INET_Addr.inl: * ace/Multiplexor.h: * ace/Multiplexor.inl: * ace/Mutex.cpp: * ace/Mutex.h: * ace/Mutex.inl: * ace/NT_Service.cpp: * ace/NT_Service.h: * ace/NT_Service.inl: * ace/Name_Proxy.cpp: * ace/Name_Proxy.h: * ace/Name_Request_Reply.cpp: * ace/Name_Request_Reply.h: * ace/Name_Space.cpp: * ace/Name_Space.h: * ace/Naming_Context.cpp: * ace/Naming_Context.h: * ace/Node.cpp: * ace/Node.h: * ace/Notification_Strategy.cpp: * ace/Notification_Strategy.h: * ace/Notification_Strategy.inl: * ace/Null_Barrier.h: * ace/Null_Condition.h: * ace/Null_Mutex.h: * ace/Null_Semaphore.h: * ace/OS.h: * ace/OS_Errno.cpp: * ace/OS_Errno.h: * ace/OS_Errno.inl: * ace/OS_Log_Msg_Attributes.h: * ace/OS_Log_Msg_Attributes.inl: * ace/OS_NS_Thread.cpp: * ace/OS_NS_Thread.h: * ace/OS_NS_Thread.inl: * ace/OS_NS_arpa_inet.cpp: * ace/OS_NS_arpa_inet.h: * ace/OS_NS_arpa_inet.inl: * ace/OS_NS_ctype.h: * ace/OS_NS_ctype.inl: * ace/OS_NS_dirent.cpp: * ace/OS_NS_dirent.h: * ace/OS_NS_dirent.inl: * ace/OS_NS_dlfcn.cpp: * ace/OS_NS_dlfcn.h: * ace/OS_NS_dlfcn.inl: * ace/OS_NS_errno.h: * ace/OS_NS_errno.inl: * ace/OS_NS_fcntl.cpp: * ace/OS_NS_fcntl.h: * ace/OS_NS_fcntl.inl: * ace/OS_NS_math.cpp: * ace/OS_NS_math.h: * ace/OS_NS_math.inl: * ace/OS_NS_netdb.cpp: * ace/OS_NS_netdb.h: * ace/OS_NS_netdb.inl: * ace/OS_NS_poll.cpp: * ace/OS_NS_poll.h: * ace/OS_NS_poll.inl: * ace/OS_NS_pwd.cpp: * ace/OS_NS_pwd.h: * ace/OS_NS_pwd.inl: * ace/OS_NS_regex.cpp: * ace/OS_NS_regex.h: * ace/OS_NS_regex.inl: * ace/OS_NS_signal.cpp: * ace/OS_NS_signal.h: * ace/OS_NS_signal.inl: * ace/OS_NS_stdio.cpp: * ace/OS_NS_stdio.h: * ace/OS_NS_stdio.inl: * ace/OS_NS_stdlib.cpp: * ace/OS_NS_stdlib.h: * ace/OS_NS_stdlib.inl: * ace/OS_NS_string.cpp: * ace/OS_NS_string.h: * ace/OS_NS_string.inl: * ace/OS_NS_strings.cpp: * ace/OS_NS_strings.h: * ace/OS_NS_strings.inl: * ace/OS_NS_stropts.cpp: * ace/OS_NS_stropts.h: * ace/OS_NS_stropts.inl: * ace/OS_NS_sys_mman.cpp: * ace/OS_NS_sys_mman.h: * ace/OS_NS_sys_mman.inl: * ace/OS_NS_sys_msg.cpp: * ace/OS_NS_sys_msg.inl: * ace/OS_NS_sys_resource.cpp: * ace/OS_NS_sys_resource.h: * ace/OS_NS_sys_resource.inl: * ace/OS_NS_sys_select.cpp: * ace/OS_NS_sys_select.h: * ace/OS_NS_sys_select.inl: * ace/OS_NS_sys_shm.cpp: * ace/OS_NS_sys_shm.h: * ace/OS_NS_sys_shm.inl: * ace/OS_NS_sys_socket.cpp: * ace/OS_NS_sys_socket.h: * ace/OS_NS_sys_socket.inl: * ace/OS_NS_sys_stat.cpp: * ace/OS_NS_sys_stat.h: * ace/OS_NS_sys_stat.inl: * ace/OS_NS_sys_time.cpp: * ace/OS_NS_sys_time.h: * ace/OS_NS_sys_time.inl: * ace/OS_NS_sys_uio.cpp: * ace/OS_NS_sys_uio.h: * ace/OS_NS_sys_uio.inl: * ace/OS_NS_sys_utsname.cpp: * ace/OS_NS_sys_utsname.h: * ace/OS_NS_sys_utsname.inl: * ace/OS_NS_sys_wait.cpp: * ace/OS_NS_sys_wait.h: * ace/OS_NS_sys_wait.inl: * ace/OS_NS_time.cpp: * ace/OS_NS_time.h: * ace/OS_NS_time.inl: * ace/OS_NS_unistd.cpp: * ace/OS_NS_unistd.h: * ace/OS_NS_unistd.inl: * ace/OS_NS_wchar.cpp: * ace/OS_NS_wchar.h: * ace/OS_NS_wchar.inl: * ace/OS_QoS.cpp: * ace/OS_QoS.h: * ace/OS_TLI.h: * ace/OS_TLI.inl: * ace/OS_Thread_Adapter.cpp: * ace/OS_Thread_Adapter.h: * ace/OS_main.cpp: * ace/OS_main.h: * ace/PI_Malloc.cpp: * ace/PI_Malloc.h: * ace/PI_Malloc.inl: * ace/POSIX_Asynch_IO.cpp: * ace/POSIX_Asynch_IO.h: * ace/POSIX_CB_Proactor.cpp: * ace/POSIX_CB_Proactor.h: * ace/POSIX_Proactor.cpp: * ace/POSIX_Proactor.h: * ace/POSIX_Proactor.inl: * ace/Pagefile_Memory_Pool.cpp: * ace/Pagefile_Memory_Pool.h: * ace/Pagefile_Memory_Pool.inl: * ace/Pair.cpp: * ace/Pair.h: * ace/Pair_T.cpp: * ace/Pair_T.h: * ace/Pair_T.inl: * ace/Parse_Node.cpp: * ace/Parse_Node.h: * ace/Ping_Socket.cpp: * ace/Ping_Socket.h: * ace/Ping_Socket.inl: * ace/Pipe.cpp: * ace/Pipe.h: * ace/Pipe.inl: * ace/Priority_Reactor.cpp: * ace/Priority_Reactor.h: * ace/Proactor.cpp: * ace/Proactor.h: * ace/Proactor.inl: * ace/Proactor_Impl.cpp: * ace/Proactor_Impl.h: * ace/Process.cpp: * ace/Process.h: * ace/Process.inl: * ace/Process_Manager.cpp: * ace/Process_Manager.h: * ace/Process_Manager.inl: * ace/Process_Mutex.cpp: * ace/Process_Mutex.h: * ace/Process_Mutex.inl: * ace/Process_Semaphore.cpp: * ace/Process_Semaphore.h: * ace/Process_Semaphore.inl: * ace/Profile_Timer.cpp: * ace/Profile_Timer.h: * ace/Profile_Timer.inl: * ace/QtReactor.cpp: * ace/QtReactor.h: * ace/RB_Tree.cpp: * ace/RB_Tree.h: * ace/RB_Tree.inl: * ace/RW_Mutex.cpp: * ace/RW_Mutex.h: * ace/RW_Mutex.inl: * ace/RW_Process_Mutex.cpp: * ace/RW_Process_Mutex.h: * ace/RW_Process_Mutex.inl: * ace/RW_Thread_Mutex.cpp: * ace/RW_Thread_Mutex.h: * ace/RW_Thread_Mutex.inl: * ace/Reactor.cpp: * ace/Reactor.h: * ace/Reactor.inl: * ace/Reactor_Impl.cpp: * ace/Reactor_Impl.h: * ace/Reactor_Notification_Strategy.cpp: * ace/Reactor_Notification_Strategy.h: * ace/Reactor_Notification_Strategy.inl: * ace/Reactor_Timer_Interface.cpp: * ace/Reactor_Timer_Interface.h: * ace/Reactor_Token_T.cpp: * ace/Reactor_Token_T.h: * ace/Read_Buffer.cpp: * ace/Read_Buffer.h: * ace/Read_Buffer.inl: * ace/Recursive_Thread_Mutex.cpp: * ace/Recursive_Thread_Mutex.h: * ace/Recursive_Thread_Mutex.inl: * ace/Recyclable.cpp: * ace/Recyclable.h: * ace/Recyclable.inl: * ace/Refcountable.cpp: * ace/Refcountable.h: * ace/Refcountable.inl: * ace/Refcounted_Auto_Ptr.cpp: * ace/Refcounted_Auto_Ptr.h: * ace/Refcounted_Auto_Ptr.inl: * ace/Registry.cpp: * ace/Registry.h: * ace/Registry_Name_Space.cpp: * ace/Registry_Name_Space.h: * ace/Remote_Name_Space.cpp: * ace/Remote_Name_Space.h: * ace/Remote_Tokens.cpp: * ace/Remote_Tokens.h: * ace/Remote_Tokens.inl: * ace/Reverse_Lock_T.cpp: * ace/Reverse_Lock_T.h: * ace/Reverse_Lock_T.inl: * ace/SOCK.cpp: * ace/SOCK.h: * ace/SOCK.inl: * ace/SOCK_Acceptor.cpp: * ace/SOCK_Acceptor.h: * ace/SOCK_Acceptor.inl: * ace/SOCK_CODgram.cpp: * ace/SOCK_CODgram.h: * ace/SOCK_CODgram.inl: * ace/SOCK_Connector.cpp: * ace/SOCK_Connector.h: * ace/SOCK_Connector.inl: * ace/SOCK_Dgram.cpp: * ace/SOCK_Dgram.h: * ace/SOCK_Dgram.inl: * ace/SOCK_Dgram_Bcast.cpp: * ace/SOCK_Dgram_Bcast.h: * ace/SOCK_Dgram_Bcast.inl: * ace/SOCK_IO.cpp: * ace/SOCK_IO.h: * ace/SOCK_IO.inl: * ace/SOCK_SEQPACK_Acceptor.cpp: * ace/SOCK_SEQPACK_Acceptor.h: * ace/SOCK_SEQPACK_Acceptor.inl: * ace/SOCK_SEQPACK_Association.cpp: * ace/SOCK_SEQPACK_Association.h: * ace/SOCK_SEQPACK_Association.inl: * ace/SOCK_SEQPACK_Connector.cpp: * ace/SOCK_SEQPACK_Connector.h: * ace/SOCK_SEQPACK_Connector.inl: * ace/SOCK_Stream.cpp: * ace/SOCK_Stream.h: * ace/SOCK_Stream.inl: * ace/SPIPE.cpp: * ace/SPIPE.h: * ace/SPIPE.inl: * ace/SPIPE_Acceptor.cpp: * ace/SPIPE_Acceptor.h: * ace/SPIPE_Addr.cpp: * ace/SPIPE_Addr.h: * ace/SPIPE_Addr.inl: * ace/SPIPE_Connector.cpp: * ace/SPIPE_Connector.h: * ace/SPIPE_Connector.inl: * ace/SPIPE_Stream.cpp: * ace/SPIPE_Stream.inl: * ace/SString.cpp: * ace/SString.h: * ace/SString.inl: * ace/SStringfwd.h: * ace/SUN_Proactor.cpp: * ace/SUN_Proactor.h: * ace/SV_Message.cpp: * ace/SV_Message.h: * ace/SV_Message.inl: * ace/SV_Message_Queue.cpp: * ace/SV_Message_Queue.h: * ace/SV_Message_Queue.inl: * ace/SV_Semaphore_Complex.cpp: * ace/SV_Semaphore_Complex.h: * ace/SV_Semaphore_Complex.inl: * ace/SV_Semaphore_Simple.cpp: * ace/SV_Semaphore_Simple.h: * ace/SV_Semaphore_Simple.inl: * ace/SV_Shared_Memory.cpp: * ace/SV_Shared_Memory.h: * ace/SV_Shared_Memory.inl: * ace/Sample_History.cpp: * ace/Sample_History.h: * ace/Sample_History.inl: * ace/Sbrk_Memory_Pool.cpp: * ace/Sbrk_Memory_Pool.h: * ace/Sched_Params.cpp: * ace/Sched_Params.h: * ace/Sched_Params.inl: * ace/Select_Reactor.cpp: * ace/Select_Reactor.h: * ace/Select_Reactor_Base.cpp: * ace/Select_Reactor_Base.h: * ace/Select_Reactor_Base.inl: * ace/Select_Reactor_T.cpp: * ace/Select_Reactor_T.h: * ace/Select_Reactor_T.inl: * ace/Semaphore.cpp: * ace/Semaphore.h: * ace/Semaphore.inl: * ace/Service_Config.cpp: * ace/Service_Config.h: * ace/Service_Config.inl: * ace/Service_Manager.cpp: * ace/Service_Manager.h: * ace/Service_Manager.inl: * ace/Service_Object.cpp: * ace/Service_Object.h: * ace/Service_Object.inl: * ace/Service_Repository.cpp: * ace/Service_Repository.h: * ace/Service_Repository.inl: * ace/Service_Templates.cpp: * ace/Service_Types.cpp: * ace/Service_Types.h: * ace/Service_Types.inl: * ace/Shared_Memory.cpp: * ace/Shared_Memory.h: * ace/Shared_Memory_MM.cpp: * ace/Shared_Memory_MM.h: * ace/Shared_Memory_MM.inl: * ace/Shared_Memory_Pool.cpp: * ace/Shared_Memory_Pool.h: * ace/Shared_Memory_SV.cpp: * ace/Shared_Memory_SV.h: * ace/Shared_Memory_SV.inl: * ace/Shared_Object.cpp: * ace/Shared_Object.h: * ace/Shared_Object.inl: * ace/Signal.cpp: * ace/Signal.h: * ace/Signal.inl: * ace/Singleton.cpp: * ace/Singleton.h: * ace/Singleton.inl: * ace/Sock_Connect.cpp: * ace/Sock_Connect.h: * ace/Static_Object_Lock.h: * ace/Stats.cpp: * ace/Stats.h: * ace/Stats.inl: * ace/Strategies_T.cpp: * ace/Strategies_T.h: * ace/Strategies_T.inl: * ace/Stream.cpp: * ace/Stream.h: * ace/Stream.inl: * ace/Stream_Modules.cpp: * ace/Stream_Modules.h: * ace/String_Base.cpp: * ace/String_Base.h: * ace/String_Base.inl: * ace/String_Base_Const.cpp: * ace/String_Base_Const.h: * ace/Svc_Conf.h: * ace/Svc_Conf_Lexer_Guard.cpp: * ace/Svc_Conf_Lexer_Guard.h: * ace/Svc_Handler.cpp: * ace/Svc_Handler.h: * ace/Swap.cpp: * ace/Swap.h: * ace/Swap.inl: * ace/Synch.cpp: * ace/Synch_Options.cpp: * ace/Synch_Options.h: * ace/Synch_Options.inl: * ace/Synch_T.cpp: * ace/Synch_T.h: * ace/Synch_Traits.h: * ace/System_Time.cpp: * ace/System_Time.h: * ace/TLI.cpp: * ace/TLI.h: * ace/TLI.inl: * ace/TLI_Acceptor.cpp: * ace/TLI_Acceptor.h: * ace/TLI_Connector.cpp: * ace/TLI_Connector.h: * ace/TLI_Connector.inl: * ace/TLI_Stream.cpp: * ace/TLI_Stream.h: * ace/TLI_Stream.inl: * ace/TP_Reactor.cpp: * ace/TP_Reactor.h: * ace/TP_Reactor.inl: * ace/TSS_Adapter.cpp: * ace/TSS_Adapter.h: * ace/TSS_Adapter.inl: * ace/TSS_T.cpp: * ace/TSS_T.h: * ace/TSS_T.inl: * ace/TTY_IO.cpp: * ace/TTY_IO.h: * ace/Task.cpp: * ace/Task.h: * ace/Task.inl: * ace/Task_Ex_T.cpp: * ace/Task_Ex_T.h: * ace/Task_Ex_T.inl: * ace/Task_T.cpp: * ace/Task_T.h: * ace/Task_T.inl: * ace/Template_Instantiations.cpp: * ace/Test_and_Set.cpp: * ace/Test_and_Set.h: * ace/Thread.cpp: * ace/Thread.h: * ace/Thread.inl: * ace/Thread_Adapter.cpp: * ace/Thread_Adapter.h: * ace/Thread_Adapter.inl: * ace/Thread_Control.cpp: * ace/Thread_Control.h: * ace/Thread_Control.inl: * ace/Thread_Exit.cpp: * ace/Thread_Exit.h: * ace/Thread_Hook.cpp: * ace/Thread_Hook.h: * ace/Thread_Manager.cpp: * ace/Thread_Manager.h: * ace/Thread_Manager.inl: * ace/Thread_Mutex.cpp: * ace/Thread_Mutex.h: * ace/Thread_Mutex.inl: * ace/Thread_Semaphore.cpp: * ace/Thread_Semaphore.h: * ace/Thread_Semaphore.inl: * ace/Time_Request_Reply.cpp: * ace/Time_Request_Reply.h: * ace/Time_Value.cpp: * ace/Time_Value.h: * ace/Time_Value.inl: * ace/Timeprobe.cpp: * ace/Timeprobe.h: * ace/Timeprobe.inl: * ace/Timeprobe_T.cpp: * ace/Timeprobe_T.h: * ace/Timer_Hash.cpp: * ace/Timer_Hash.h: * ace/Timer_Heap.cpp: * ace/Timer_Heap.h: * ace/Timer_Heap_T.cpp: * ace/Timer_Heap_T.h: * ace/Timer_List.cpp: * ace/Timer_List.h: * ace/Timer_Queue.cpp: * ace/Timer_Queue.h: * ace/Timer_Queue_Adapters.cpp: * ace/Timer_Queue_Adapters.h: * ace/Timer_Queue_Adapters.inl: * ace/Timer_Queue_T.cpp: * ace/Timer_Queue_T.h: * ace/Timer_Queue_T.inl: * ace/Timer_Queuefwd.h: * ace/Timer_Wheel.cpp: * ace/Timer_Wheel.h: * ace/Timer_Wheel_T.cpp: * ace/Timer_Wheel_T.h: * ace/TkReactor.cpp: * ace/TkReactor.h: * ace/Token.cpp: * ace/Token.h: * ace/Token.inl: * ace/Token_Collection.cpp: * ace/Token_Collection.h: * ace/Token_Collection.inl: * ace/Token_Invariants.cpp: * ace/Token_Invariants.h: * ace/Token_Manager.cpp: * ace/Token_Manager.h: * ace/Token_Manager.inl: * ace/Token_Request_Reply.cpp: * ace/Token_Request_Reply.h: * ace/Token_Request_Reply.inl: * ace/Trace.cpp: * ace/Trace.h: * ace/Typed_SV_Message.cpp: * ace/Typed_SV_Message.h: * ace/Typed_SV_Message.inl: * ace/Typed_SV_Message_Queue.cpp: * ace/Typed_SV_Message_Queue.h: * ace/Typed_SV_Message_Queue.inl: * ace/UNIX_Addr.cpp: * ace/UNIX_Addr.h: * ace/UNIX_Addr.inl: * ace/UPIPE_Acceptor.cpp: * ace/UPIPE_Acceptor.h: * ace/UPIPE_Acceptor.inl: * ace/UPIPE_Addr.h: * ace/UPIPE_Connector.cpp: * ace/UPIPE_Connector.h: * ace/UPIPE_Connector.inl: * ace/UPIPE_Stream.cpp: * ace/UPIPE_Stream.h: * ace/UPIPE_Stream.inl: * ace/UUID.cpp: * ace/UUID.h: * ace/UUID.inl: * ace/Unbounded_Queue.cpp: * ace/Unbounded_Queue.h: * ace/Unbounded_Queue.inl: * ace/Unbounded_Set.cpp: * ace/Unbounded_Set.h: * ace/Unbounded_Set.inl: * ace/Value_Ptr.h: * ace/Vector_T.cpp: * ace/Vector_T.h: * ace/Vector_T.inl: * ace/WFMO_Reactor.cpp: * ace/WFMO_Reactor.h: * ace/WFMO_Reactor.inl: * ace/WIN32_Asynch_IO.cpp: * ace/WIN32_Asynch_IO.h: * ace/WIN32_Proactor.cpp: * ace/WIN32_Proactor.h: * ace/XML_Svc_Conf.cpp: * ace/XML_Svc_Conf.h: * ace/XTI_ATM_Mcast.cpp: * ace/XTI_ATM_Mcast.h: * ace/XTI_ATM_Mcast.inl: * ace/XtReactor.cpp: * ace/XtReactor.h: * ace/ace.mpc: * ace/ace_wchar.h: * ace/ace_wchar.inl: * ace/config-lite.h: * ace/gethrtime.cpp: * ace/SSL/SSL_Asynch_Stream.cpp: * ace/SSL/SSL_Asynch_Stream.h: * ace/SSL/SSL_Context.cpp: * ace/SSL/SSL_Context.h: * ace/SSL/SSL_Context.inl: * ace/SSL/SSL_SOCK.cpp: * ace/SSL/SSL_SOCK.h: * ace/SSL/SSL_SOCK.i: * ace/SSL/SSL_SOCK_Acceptor.cpp: * ace/SSL/SSL_SOCK_Acceptor.h: * ace/SSL/SSL_SOCK_Acceptor.i: * ace/SSL/SSL_SOCK_Connector.cpp: * ace/SSL/SSL_SOCK_Connector.h: * ace/SSL/SSL_SOCK_Connector.i: * ace/SSL/SSL_SOCK_Stream.cpp: * ace/SSL/SSL_SOCK_Stream.h: * ace/SSL/SSL_SOCK_Stream.i: Added versioned namespace support. Removed some empty and/or unnecessary `.cpp' and `.inl' files. Hid some static class member constants declared in headers in the corresponding implementation `.cpp' file. Thu Oct 27 11:29:12 UTC 2005 Johnny Willemsen * tests/Process_Strategy_Test.cpp: * tests/Reactor_Dispatch_Order_Test.cpp: 64bit fixes Thu Oct 27 11:25:12 UTC 2005 Johnny Willemsen * examples/Threads/barrier2.cpp: 64bit fixes Thu Oct 27 11:58:07 2005 Simon McQueen * bin/tao_other_tests.lst: Three new FT regression tests. Thu Oct 27 09:35:12 UTC 2005 Johnny Willemsen * bin/tao_orb_tests.lst: Added TAO Bug_2201_Regression test Wed Oct 26 17:22:12 2005 Don Busch * bin/MakeProjectCreator/config/event_serv.mpb * bin/MakeProjectCreator/config/messaging.mpb * bin/MakeProjectCreator/config/messaging_optional.mpb * bin/MakeProjectCreator/config/naming_serv.mpb This is a footprint reduction fix, eliminating a library dependency. TAO 1.4 introduced a new dependency on the Messaging, Valuetype, PI, and CodecFactory libraries for the CosNaming_Serv and CosEvent_Serv libraries. Turning off CORBA Messaging did not remove this dependency. Thus, any application that uses CosNaming_Serv or CosEvent_Serv, but not CORBA Messaging, depends on those libraries anyway. This change eliminates the CosNaming_Serv and CosEvent_Serv dependencies on Messaging (and thus PI, CodecFactory, and Valuetype) when CORBA Messaging and Interceptors are turned off. It reduces the footprint in that case by about 600K. There is a TAO ChangeLog entry with the same timestamp that descibes the TAO changes. Wed Oct 26 12:26:01 2005 Ossama Othman * ace/Codeset_Registry.cpp (locale_to_registry_i): (registry_to_locale_i): Corrected reversed destination and source arguments in memcpy() call. Improved const correctness. Revealed the above memcpy() problem. * ace/Codeset_Registry.h: * ace/Codeset_Registry_db.cpp: Made registry entry array "const" to prevent the above memcpy() problem from being potentially reintroduced in the future. Also provides the compiler with additional optimization opportunities (e.g. placing the array in read-only memory). * apps/mkcsregdb/mkcsregdb.cpp (init_output, fini_output): Updated output to generate an array of const registry entries in accordance with the changes made to ace/Codeset_Registry.h. Wed Oct 26 15:45:12 UTC 2005 Johnny Willemsen * bin/msvc_cidlc.pl: Print an error if no configurations have been build, at that moment we just didn't build something which we have to handle as error Wed Oct 26 12:58:17 2005 Simon McQueen * ace/OS_NS_stdio.inl: Added a ACE_WIN32 implementation for ACE_OS::vsnprintf for wide chars using ::_vsnwprintf, in the style of the existing ACE_OS::vsnprintf for normal chars. This (hopefully) fixes bug #2208. Tue Oct 25 22:18:03 2005 Ossama Othman * ace/CDR_Stream.h (OutputCDR_Auto_Reset): * ace/CDR_Stream.inl (OutputCDR_Auto_Reset): Prepend "ACE_" to this class (described in ChangeLog entry "Fri Aug 26 11:43:01 2005 Justin Michel ") to address potential global namespace pollution issues, and to be consistent with ACE naming conventions. Adding missing ACE_Export. Addresses unresolved symbol errors in Windows and g++ 4 builds when inlining is disabled and TAO_RESET_OUTPUT_CDR_AFTER_SEND is defined to 1. Use "this" pointer to reference class members, as dictated by ACE coding conventions/guidelines. Tue Oct 25 09:05:47 MST 2005 Yan Dai * bin/msvc_static_order.lst: Rolled back "Mon Oct 24 12:58:45 MST 2005 Yan Dai " change, the entry should be project file name. Tue Oct 25 08:57:12 UTC 2005 Johnny Willemsen * ace/config-qnx-rtp-62x.h: Added ACE_HAS_3_PARAM_WCSTOK Tue Oct 25 08:46:12 UTC 2005 Johnny Willemsen * tests/Pipe_Test.cpp: Fixed invalid assert Mon Oct 24 12:58:45 MST 2005 Yan Dai * bin/msvc_static_order.lst: Corrected the entry TAO/tests/CSD_Strategy_Tests/TP_Common/CSD_TP_Test. The library name should be used instead of project name. Mon Oct 24 10:21:39 2005 Ossama Othman * docs/ACE-guidelines.html: Added shared library guidelines. Mon Oct 24 14:52:12 UTC 2005 Johnny Willemsen * ace/OS_NS_Thread.inl: Fixed typo in VxWorks part * ace/config-vxworks5.x.h: Added some extra ACE_LACKS_x for VxWorks Mon Oct 24 07:19:29 2005 Douglas C. Schmidt * ace/Dev_Poll_Reactor.cpp: Fixed a couple of bugs that were causing core dumps. Thanks to Oh Yoon Sik for these fixes. Sun Oct 23 13:05:33 2005 Douglas C. Schmidt * tests/Pipe_Test.cpp (run_main): Updated this test to be a bit cleaner. * tests/Dirent_Test.cpp: Fixed a typo in the comments - this test exericses the ACE_Dirent class, not the ACE_OS_Dirent class. Fri Oct 21 07:46:47 2005 Douglas C. Schmidt * ace/Dev_Poll_Reactor.cpp (open): Set notification pipe into non-blocking mode to prevent deadlock. Thanks to Oh Yoon Sik for this fix. Mon Oct 24 10:55:12 UTC 2005 Johnny Willemsen * bin/MakeProjectCreator/templates/gnu.mpd: Corrected the way we pass the include paths to windres Mon Oct 24 08:41:12 UTC 2005 Johnny Willemsen * include/makeinclude/wrapper_macros.GNU: Pass RCFLAGS to the resource compiler Mon Oct 24 08:37:12 UTC 2005 Johnny Willemsen * ace/OS_NS_unistd.{h,inl}: 64bit fixes Mon Oct 24 08:32:12 UTC 2005 Johnny Willemsen * bin/MakeProjectCreator/templates/gnu.mpd: Generate includes for the resource compiler, this fixes compile problems of the resource file when it contains includes that expect an include path being set Mon Oct 24 06:58:12 UTC 2005 Johnny Willemsen * bin/MakeProjectCreator/config/ace_qt.mpb: Update to enable to define specific versions of the QT library(-ies) needed to be linked for Windows based builds as with *nix based builds. Sun Oct 23 22:27:45 2005 Ossama Othman * ace/Global_Macros.h: * ace/Versioned_Namespace.h: Disable versioned namespace support for MSVC++ 6. It's preprocessor can't handle the required macro expansions. Sun Oct 23 21:48:15 2005 Ossama Othman * ace/README: Added documentation that describes how to override the default versioned namespace name when ACE_HAS_VERSIONED_NAMESPACE is defined. * ace/Version.h: Removed "ace/Versioned_Namespace.h" include directive. It caused some resource compilers on Windows some grief. * ace/Versioned_Namespace.h: Updated required header filename in preprocessor error message. This header should now be included through "ace/config-lite.h". * ace/config-lite.h: Include "ace/Version.h" and "ace/Versioned_Namespace.h" to pull in versioned namespace support (disabled by default). * ace/post.h: * ace/pre.h: Removed versioned namespace support. Versioned namespace declarations must now be added directly to the appropriate ACE library headers. Addresses premature closure of versioned namespace. Sun Oct 23 06:47:12 UTC 2005 Johnny Willemsen * bin/MakeProjectCreator/templates/bor.mpd: Generate new RC_FLAGS with the includes that need to be passed to the resource compiler * include/makeinclude/build_dll.bor: * include/makeinclude/build_exe.bor: Use the new RC_FLAGS Sat Oct 22 11:23:12 UTC 2005 Johnny Willemsen * ace/Codeset_Registry.h: Doxygen improvements Fri Oct 21 14:28:54 MST 2005 Yan Dai * bin/MakeProjectCreator/config/csd_pt_test_exe.mpb: Added dependency on pi base project since the PI.h is included in the test application for the static initialization. Fri Oct 21 10:54:44 MST 2005 Yan Dai * bin/msvc_static_order.lst: Added TAO/tests/CSD_Strategy_Tests/TP_Common/CSD_TP_Test_Lib. Fri Oct 21 11:44:33 2005 Arvind S. Krishna * ace/CDR_Stream.h Fixed a typo in the optimization description of ACE_LACKS_CDR_ALIGNMENT flag. Fri Oct 21 07:09:57 2005 J.T. Conklin * bin/msvc_static_order.lst: Add CosEvent_IDL project before CosEvent, CosEvent_Skel, and CosEvent_Serv. Fri Oct 21 12:54:12 UTC 2005 Johnny Willemsen * ace/Proactor.h: Added virtual destructor to the dummy ACE_Proactor that is enabled when the ACE_Proactor can't be used Fri Oct 21 12:48:12 UTC 2005 Johnny Willemsen * ace/Log_Msg.cpp: Fixed compile problem in Linux builds Fri Oct 21 12:39:12 UTC 2005 Johnny Willemsen * ace/OS_NS_unistd.{h,inl} (sbrk): Use ptrdiff_t as argument type to fix 64bit conversions Fri Oct 21 12:32:12 UTC 2005 Johnny Willemsen * ace/Message_Queue_T.{h,cpp}: Changed cur_count to size_t and use prefix operators instead of postfix Fri Oct 21 11:03:12 UTC 2005 Johnny Willemsen * include/makeinclude/compiler.bor: BCBVER must be explicitly defined by the end user and must be set to a supported value, else just don't build. Fri Oct 21 10:24:12 UTC 2005 Johnny Willemsen * ace/Log_Msg.cpp (log) Check for passing of NULL pointers to %C and %w formatting strings and replace them with "(null)" to avoid crashes. Thanks to Scooter for reporting this. Fixes bugzilla bug 2276 Thu Oct 20 22:20:26 2005 Douglas C. Schmidt * ace/Dev_Poll_Reactor.cpp (open): Disabling the notify pipe was failing, but now it works. Thanks to Oh Yoon Sik for this fix. Thu Oct 20 14:36:12 UTC 2005 Johnny Willemsen * ace/CDR_Base.cpp: Removed character before #include Thu Oct 20 08:53:47 2005 Arvind S. Krishna * ace/CDR_Base.cpp: * ace/CDR_Stream.h: * ace/CDR_Stream.cpp: * ace/CDR_Stream.inl: * ace/Message_Block.cpp: CORBA specification mandates alignment of basic types to their natural boundaries. However, in certain situations (1) where such alignment is not needed by the platform and/or (2) homogeneous systems exists on the client and server sides, this alignment can be ignored to improve (de)marshaling efficiency. This commit adds the ACE_LACKS_CDR_ALIGNMENT flag to the CDR streams that enables applications to ignore alignment during (de)marshaling. This macro should be used when ACE_CDR is both the (de)marshaler. Additionally, use this option only when byte orders of the two machines are the same. This restriction is temporary and will be removed in a subsequent commit. Thu Oct 29 11:09:12 UTC 2005 Johnny Willemsen * ace/OS_NS_unistd.{h,inl}: Changed the return value and arguments of ualarm from u_int