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: