Wed Apr 26 17:13:57 UTC 2006 Phil Mesnier * bin/tao_orb_tests.lst: Added test for Parallel_Connect_Strategy. This test will take about 9 minutes to run to completion. Wed Apr 26 14:22:31 UTC 2006 Phil Mesnier * bin/tao_orb_tests.lst: Added tests for new POA features. * bin/MakeProjectCreator/config/endpointpolicy.mpb: Applications wishing to use the TAO EndpointPolicy should add this base project to their MPC files. This will include libTAO_EndpointPolicy in their link lines. Wed Apr 26 14:10:12 UTC 2006 Johnny Willemsen * include/makeinclude/platform_hpux_kcc.GNU: * include/makeinclude/platform_irix6.x_kcc.GNU: * include/makeinclude/platform_linux_kcc.GNU: * include/makeinclude/platform_osf1_4.x_kcc.GNU: * include/makeinclude/platform_sunos5_kcc.GNU: * include/makeinclude/platform_tru64_kcc.GNU: Removed these files which are for the KAI C++ compiler. This compiler doesn't exist anymore and full support for KAI C++ has been removed now from ACE/TAO. See bugzilla bug 2007 Wed Apr 26 13:03:12 UTC 2006 Johnny Willemsen * bin/tao_orb_tests.lst: Added TAO/tests/POA/Bug_2511_Regression Wed Apr 26 12:52:12 UTC 2006 Johnny Willemsen * ace/Process_Manager.cpp: Fixed fuzz errors and use const when possible Wed Apr 26 12:02:12 UTC 2006 Johnny Willemsen * tests/CDR_Test.cpp: Boolean is now size 1 or bigger, the marshaling code will take care that a Boolean is marshaled as octet of size 1 Wed Apr 26 11:28:28 UTC 2006 Phil Mesnier * bin/tao_orb_tests.lst: Added TAO/tests/OBV/truncatable. Wed Apr 26 10:05:12 UTC 2006 Johnny Willemsen * bin/tao_orb_tests.lst: Added TAO/tests/OBV Wed Apr 26 09:56:12 UTC 2006 Johnny Willemsen * bin/tao_orb_tests.lst: Added TAO/tests/Portable_Interceptors/Bug_2510_Regression Wed Apr 26 07:21:12 UTC 2006 Johnny Willemsen * include/makeinclude/platform_vxworks5.5.x.GNU: Increased template-depth to 50, hopefully this is large enough to also build CIAO Tue Apr 25 16:44:04 UTC 2006 Phil Mesnier * ace/CDR_Stream.h: * ace/CDR_Stream.cpp: Added code to support rewinding the output CDR to some previous location and updating a value there. This is required to support marshaling offset values were the target of the offset is not known until the final offset target is actually reached. Tue Apr 25 13:50:12 UTC 2006 Martin Corino * tests/Signal_Test.cpp: Fixed this test for (modern) Linux and Solaris at least. The crux is blocking signals before calling sigwait() when doing synchronous signal handling. Tue Apr 25 09:35:12 UTC 2006 Johnny Willemsen * ace/Base_Thread_Adapter.h: * ace/Cleanup.h: Fixed some errors I made Tue Apr 25 09:23:12 UTC 2006 Johnny Willemsen * ACE-INSTALL.html: Updated supported platforms and use vc8 for the MPC examples Tue Apr 25 08:49:12 UTC 2006 Johnny Willemsen * ace/CDR_Base.h: Always use bool for Boolean, see bugzilla 2514 for more info Tue Apr 25 06:33:12 UTC 2006 Johnny Willemsen * ace/Log_Msg.h: Put back ACE_TSS_CLEANUP_NAME that got lost by accident with the vc6 cleanup. Thanks to Olli Savia for reporting this. Mon Apr 24 17:39:12 UTC 2006 Johnny Willemsen * tests/run_test.lst: Added Signal_Test. Thanks to Martin Corino for notificing that we don't run this test on any platform. Mon Apr 24 10:17:12 UTC 2006 Johnny Willemsen * bin/tao_orb_tests.lst: Added TAO/tests/Bug_1676_Regression Mon Apr 24 09:57:12 UTC 2006 Johnny Willemsen * include/makeinclude/platform_vxworks5.5.x.GNU: Increase template depth to resolve compile errors when building TAO with the new sequence implementation Mon Apr 24 09:17:12 UTC 2006 Johnny Willemsen * ace/os_include/sys/os_types.h: Added ACE_LOFF_T for LynxOS. Thanks to Simon Massey for delivering the patch Fri Apr 21 16:28:26 UTC 2006 William R. Otte Merge from ARMS Escher repository. * ace/OS_NS_Thread.cpp Updated sched_params() to not ignore the process id passed in. Also enhanced the Windows implementation to get a handle to the process specified before applying the priority class changes. * ace/Process_Manager.cpp * ace/Process_Manager.h Added methods set_scheduler and set_scheduler_all to set scheduling parameters for process(es) managed by this class. * bin/MakeProjectCreator/config/ciao_config_handlers.mpb Fixed build ordering problem in CIAO. Fri Apr 21 07:41:12 UTC 2006 Johnny Willemsen * ace/Caching_Utility_T.cpp: Removed invalid added const Thu Apr 20 19:27:12 UTC 2006 Johnny Willemsen * ace/os_include/sys/os_types.h: Added ACE_LOFF_T for the BSD variants, thanks to J.T. Conklin for delivering the patch Thu Apr 20 18:16:12 UTC 2006 Johnny Willemsen * ace/config-macros.h: Removed setting of ACE_ANY_OPS_USE_NAMESPACE again. This causes problems when building CIAO. Thanks to Jeff Parsons for finding this. Thu Apr 20 11:46:12 UTC 2006 Johnny Willemsen * tests/ACE_Init_Test.rc: Removed another msvc specific part Thu Apr 20 11:06:12 UTC 2006 Johnny Willemsen * bin/fuzz.pl: Added a check for deprecated macros, first one to check is ACE_HAS_EXPLICIT_TEMPLATE_INSTANTIATION * tests/*.cpp: * protocols/*.cpp: * ACEXML/*.cpp: * performance-tests/*.cpp * netsvcs/*.cpp Removed all explicit template instantiations * ace/os_include/sys/os_types.h: Added ACE_LOFF_T typedef for VxWorks 6.2 and newer Thu Apr 20 07:23:12 UTC 2006 Johnny Willemsen * ace/os_include/sys/os_types.h: Always define ACE_LOFF_T so that we can use it in the sendfile wrapper Thu Apr 20 07:17:12 UTC 2006 Johnny Willemsen * ace/svcconf.mpb: Removed Service_Templates.cpp Wed Apr 19 19:18:12 UTC 2006 Johnny Willemsen * ace/*: Removed explicit template support Wed Apr 19 15:09:12 UTC 2006 Johnny Willemsen * tests/Bug_2368_Regression_Test.cpp: Fixed compile error and compile warning Wed Apr 19 14:35:12 UTC 2006 Johnny Willemsen * ace/OS_NS_sys_sendfile.h: Updated include to get size_t and ACE_LOFF_T to fix compile errors on Solaris Wed Apr 19 13:31:12 UTC 2006 Johnny Willemsen * examples/APG/Logging/Use_Multiple_Sinks.cpp: * examples/APG/Logging/Use_Ostream.cpp: * examples/APG/Logging/LogManager.h: Removed vc6 workarounds Wed Apr 19 13:13:12 UTC 2006 Johnny Willemsen * tests/Bug_2368_Regression_Test.cpp: * tests/run_test.lst: * tests/tests.mpc: Added regression for bug 2368, this will fail because this bug isn't addressed yet Wed Apr 19 13:08:12 UTC 2006 Johnny Willemsen * include/makeinclude/platform_sunos5_g++.GNU: Use -shared instead of -G when building shared libraries. Thanks to Alan L Batongbacal for reporting this. This fixes bugzilla bug 1848. Wed Apr 19 12:11:12 UTC 2006 Johnny Willemsen * tests/ACE_Init_Test.rc: Removed msvc specific lines * tests/tests.mpc: The ACE_Init_Test should use its resource file. Fixes bugzilla 2495 * ace/Capabilities.{h,cpp}: Prefix increment instead of postfix * ace/Hash_Map_Manager_T.{h,cpp}: Removed workaround for suncc 4.2 * ace/Object_Manager.h: * ace/Parse_Node.h: * ace/POSIX_Proactor.h: * ace/Thread_Mutex.h: Doxygen improvements * ace/Parse_Node.cpp: Use prefix increment, initialise pointers with 0 and don't print an error message when we can't a dll, this gives false messages when using TAO. This fixes bugzilla 2383. Thanks to Ming Xiong for making a patch. * ace/Proactor.h: Removed all virtual keywords, not needed for this class. Fixes bugzilla 2178. * ace/Thread_Manager.h: Removed virtual keywords, not needed and safes footprint. Fixes bugzilla 2179. * bin/fuzz.pl: Added more msvc checks to detect code constructors for vc6 or vc7.0 Wed Apr 19 11:48:12 UTC 2006 Johnny Willemsen Merged ACE changes from sendfile branch. Also made a lot of const improvements throughout ACE. Tue Apr 4 10:20:36 2006 Ossama Othman * ace/Mem_Map.cpp (open): Only copy the filename to the ACE_Mem_Map::filename_ member if the call to open() succeeds. * ace/PI_Malloc.h (ACE_Malloc_Header): Added missing private and undefined copy constructor. The corresponding assignment operator was already there. Wed Mar 29 14:51:12 2006 Johnny Willemsen * ace/config-sunos5.8.h: Solaris 8 and newer also support sendfile. It seems HPUX also supports it but with a different signature and semantics, so just don't try it there yet. Wed Mar 29 13:06:12 2006 Johnny Willemsen * ace/MMAP_Memory_Pool.{h,cpp,inl}: Added new .inl file to implement the new mmap accessors, include this new file in the header and implementation file Wed Mar 29 08:00:12 2006 Ossama Othman * ace/OS_NS_sys_sendfile.cpp * ace/OS_NS_sys_sendfile.h * ace/OS_NS_sys_sendfile.inl New sendfile wrapper * ace/MMAP_Memory_Pool.h: Added accessors for mmap * ace/ace.mpc Added OS_NS_sys_sendfile * ace/config-linux-common.h Added ACE_HAS_SENDFILE Wed Apr 19 07:48:12 UTC 2006 Johnny Willemsen Merged ACE changes from sequpdate3 branch * ace/config-osf1-3.2.h: Removed, very old * ace/config-tru64.h: Removed include of config-osf1-3.2.h * ace/OS_Dirent.cpp: * ace/OS_Memory.{cpp,inl}: * ace/OS_String.{cpp,inl}: * ace/Sync.cpp: Removed these files, where not build for a long time already * ace/ace.mpc: Removed files above * ace/OS_Memory.h: * ace/OS_String.h: Removed include of inline files * ace/config-win32-msvc6.h: * ace/config-kcc-common.h: Removed these files, vc6 and kcc are deprecated * ace/config-irix6.x-kcc.h: * ace/config-osf1-4.0.h: * ace/config-sunos5.5.h: Removed support for KCC * ace/Asynch_IO_Impl.h: Removed workarounds for KCC * ace/config-win32-msvc.h: Removed support for vc6 and vc7.0 * ace/Array_Base.cpp: * ace/Array_Map.{h,cpp}: * ace/Base_Thread_Adapter.h: * ace/Cleanup.h: * ace/Log_Msg.h: * ace/Versioned_Namespace.h: * ace/Get_Opt.cpp: * ace/WIN32_Proactor.cpp: * ace/Message_Queue.cpp: * ace/CDR_Base.h: Removed work arounds for vc6 * ace/README * ace/config-win32-msvc6.h: * ace/Global_Macros.h: Deprecated ACE_HAS_BROKEN_NAMESPACES, we drop msvc6 and I am removing the workarounds for this compiler one by one as part of the new sequence implementation. Because we deprecate this also ACE_NESTED_CLASS is deprecated * ace/config-win32-msvc6.h: * ace/config-win32-msvc7.h: * ace/config-win32-msvc8.h: Removed ACE_HAS_BROKEN_IMPLICIT_CONST_CAST, not used in ACE * ace/config-win32-msvc6.h: * ace/config-win32-visualage.h: * ace/Registry.h Removed ACE_HAS_BROKEN_NESTED_TEMPLATES, only used for msvc6 and visual age, both are being dropped Wed Apr 19 07:48:12 UTC 2006 Johnny Willemsen * bin/tao_orb_tests.lst: Added Bug_2503_Regression Tue Apr 18 20:49:16 2006 Wallace Zhang * ACE version 5.5.1 released. Local Variables: mode: change-log add-log-time-format: (lambda () (progn (setq tz (getenv "TZ")) (set-time-zone-rule "UTC") (setq time (format-time-string "%a %b %e %H:%M:%S %Z %Y" (current-time))) (set-time-zone-rule tz) time)) indent-tabs-mode: nil End: