Tue Apr 22 08:44:41 CEST 2014 Johnny Willemsen * ACE version 6.2.6 released. Fri Apr 18 06:49:06 UTC 2014 Martin Corino * bin/PerlACE/Process_Unix.pm: Fix executable test for targets with mapped root. * bin/PerlACE/TestTarget.pm: Add IP_ADDRESS configuration option and auto determination. * bin/PerlACE/TestTarget_Android.pm: Small cleanup. Fri Apr 11 21:26:28 UTC 2014 Phil Mesnier * ace/SSL/SSL_Context.cpp: Scoreboard cleanup. The directory add feature discussed in bug 3337 still doesn't work on windows. Thu Apr 10 17:50:33 UTC 2014 Johnny Willemsen * ace/SSL/SSL_Context.cpp: Removed not needed semi colon Thu Apr 10 11:54:12 UTC 2014 Johnny Willemsen * tests/Compiler_Features_02_Test.cpp: * tests/Compiler_Features_04_Test.cpp: * tests/Compiler_Features_05_Test.cpp: * tests/Compiler_Features_06_Test.cpp: * tests/Compiler_Features_07_Test.cpp: * tests/Compiler_Features_11_Test.cpp: * tests/Compiler_Features_12_Test.cpp: Layout changes * tests/run_test.lst: * tests/tests.mpc: * tests/Compiler_Features_30_Test.cpp: Removed this test, an empty initializer list for an array of unknown size is illegal according to the C++ spec Thu Apr 10 07:50:23 UTC 2014 Martin Corino * bin/PerlACE/TestTarget.pm: Fix file mapping problem on OpenVMS. Wed Apr 9 13:11:09 UTC 2014 Johnny Willemsen * include/makeinclude/platform_mingw32.GNU: Set ACE_PLATFORM_CONFIG to config-win32.h so that we can use that in other places of the make system Wed Apr 9 08:22:45 UTC 2014 Martin Corino * bin/PerlACE/Process_VMS.pm: Added missing IgnoreHostRoot() method. Wed Apr 9 07:30:51 UTC 2014 Martin Corino * bin/PerlACE/ProcessAndroid.pm: Copy new executable if changed through Executable() method. Some code cleanup. Tue Apr 8 19:27:23 UTC 2014 Phil Mesnier * ace/SOCK_Connector.cpp: Fix to allow the extended connection semantics on windows to be overridden by adding #define ACE_NON_BLOCKING_BUG_DELAY 0 to config.h prior to including config-win32.h. The default behavior is unchanged but in cases where a tight connection timeout is requested and the application's using local connections on newer windows platforms, the wait then try again step may be skipped. Mon Apr 7 17:31:12 UTC 2014 Johnny Willemsen * bin/ACE+TAO+CIAO+DAnCE.json: Ignore OpenDDS Transport_debug_level Mon Apr 7 17:27:52 UTC 2014 Johnny Willemsen * bin/ACE+TAO+CIAO+DAnCE.json: Ignore ORBSVCS logging macros Mon Apr 7 11:44:23 UTC 2014 Martin Corino * bin/PerlACE/ProcessAndroid.pm: Fix problems with target caching and process re-execution after arguments update. Sat Apr 5 10:13:26 UTC 2014 Martin Corino * ace/OS_NS_stdlib.inl: Fix ACE_OS::abort() on Android triggering segfaults. Fri Apr 4 12:32:57 UTC 2014 Johnny Willemsen * tests/Compiler_Features_34_Test.cpp: * tests/run_test.lst: * tests/tests.mpc: New C++ compiler feature test Fri Apr 4 11:17:44 UTC 2014 Martin Corino * include/makeinclude/platform_android.GNU: Make linking the shared STL library dependent on static_libs_only. Fri Apr 4 08:38:05 UTC 2014 Martin Corino * bin/PerlACE/ProcessAndroid.pm: * bin/PerlACE/TestTarget.pm: * bin/PerlACE/TestTarget_Android.pm: Refactoring to improve functionality and stability of running tests on Android Virtual Device (AVD). * bin/PerlACE/Process_Unix.pm: Small correction in remote PID retrieval. Thu Mar 27 09:34:54 UTC 2014 Martin Corino * bin/PerlACE/ProcessAndroid.pm: * bin/PerlACE/TestTarget_Android.pm: Added support for copying system libraries to emulator target. Mon Mar 24 10:27:40 UTC 2014 Martin Corino * bin/PerlACE/Process_Unix.pm: * bin/PerlACE/TestTarget.pm: Improve remote (-shell) testing support. * include/makeinclude/platform_android.GNU: Add required standard libraries for rtti, exceptions and (shared) stl support on Android. Sun Mar 23 22:55:42 UTC 2014 Johnny Willemsen * bin/ACE+TAO+CIAO+DAnCE.json: Exclude some OpenDDS logging macros from the test coverage Fri Mar 21 19:58:03 UTC 2014 Johnny Willemsen * tests/Map_Manager_Test.cpp: Fix windows warnings Mon Mar 17 10:41:37 UTC 2014 Johnny Willemsen * tests/Map_Manager_Test.cpp: Fixed possible divide by zero reported by Coverity Mon Mar 17 10:20:30 UTC 2014 Johnny Willemsen * tests/Manual_Event_Test.cpp: Fixed data race Mon Mar 17 10:12:44 UTC 2014 Johnny Willemsen * ace/Log_Msg.h: * ace/Log_Msg.inl: * ace/Log_Msg.cpp: Don't try to cache the process id, but just call the ACE OS method when needed (which is just in some cases and the operation is inline). Fixes possible data races reported by Intel Inspector XE. Mon Mar 17 09:52:03 UTC 2014 Johnny Willemsen * ace/IO_SAP.h: * ace/IO_SAP.cpp: * ace/IPC_SAP.cpp: * ace/IPC_SAP.h: Don't try to cache the process id, but just call the ACE OS method when needed (which is just in some cases and the operation is inline). Fixes possible data races reported by Intel Inspector XE. Mon Mar 17 09:50:48 UTC 2014 Johnny Willemsen * ace/Process.inl: Layout change Fri Mar 14 15:58:19 UTC 2014 Johnny Willemsen * tests/Auto_Event_Test.cpp: Use atomic op for amount of timeouts to fix data race reported by Intel Inspector XE Fri Mar 7 15:30:15 UTC 2014 Johnny Willemsen * ace/Log_Msg.cpp: Missed one place where flags_ was used Fri Mar 7 15:26:15 UTC 2014 Johnny Willemsen * ace/Log_Msg.cpp: Fixed a data race condition related to the ACE_Log_Msg::flags_ static variable. Setting/retrieving it from application code was using a lock, but the ACE_Log_Msg::log didn't use the lock in the part where it is building up the ACE Log Record. Put a flags variable on the stack which we only set once using the accessor method which uses the lock, than check that flag inside the method. Fri Mar 7 12:37:04 UTC 2014 Johnny Willemsen * ace/Timer_Hash_T.cpp: Initialize pointer member explicitly to zero to resolve Coverity error Fri Mar 7 12:02:17 UTC 2014 Johnny Willemsen * ace/Reactor_Token_T.cpp: Use copy constructor instead of assignment operator * ace/Timer_Hash_T.h: * ace/Timer_List_T.h: * ace/WFMO_Reactor.h: Doxygen improvements * ace/WFMO_Reactor.cpp: * ace/Timer_Heap_T.cpp: Layout changes Fri Mar 7 11:56:10 UTC 2014 Johnny Willemsen * ace/Timer_Queue_T.h: * ace/Timer_Queue_T.inl: * ace/Timer_Queue_T.cpp: Moved the expire() method from the inline to the cpp, it is virtual so can't be inlined. Further, the expire() method had an optimization that it checked is_empty() before callig the real expire that grabs the lock. This is causing a potential data race because the timer hash overrides is_empty and uses a member variable to determine whether the queue is empty or not, this is now accessed without having the timer queue locked. Therefor the optimization was removed, we directly call into the real expire that first grabs its lock Fri Mar 7 10:22:01 UTC 2014 Johnny Willemsen * bin/inspxe-cl.sup: Starter suppression file for Intel C++ Inspector-XE Wed Mar 5 14:45:12 UTC 2014 Johnny Willemsen * ace/config-icc-common.h: Intel C++ does support pragma once Fri Feb 28 07:59:51 UTC 2014 Johnny Willemsen * NEWS: * bin/diff-builds-and-group-fixed-tests-only.sh: * debian/debian.changelog: * debian/debian.control: * docs/Download.html: * docs/bczar/bczar.html: * etc/index.html: Make x.2.5 public and prepare for next release * ace/config-win32-borland.h: Improved C++BuilderXE support Fri Feb 28 08:46:21 CET 2014 Johnny Willemsen * ACE version 6.2.5 released. Tue Feb 25 09:32:15 UTC 2014 Johnny Willemsen * bin/auto_run_tests.pl: * tests/run_test.pl: Changed the way we enable coverity test separation, introduced new Coverity test config instead of commandline option Mon Feb 24 11:31:01 UTC 2014 Johnny Willemsen * ace/Throughput_Stats.cpp: Fixed compile warning Mon Feb 24 09:39:49 UTC 2014 Johnny Willemsen * ace/Throughput_Stats.cpp: Guard for a divide by zero, triggered by the TAO Event Service tests on Windows on more recent hardware Fri Feb 21 15:05:53 UTC 2014 Johnny Willemsen * tests/Process_Env_Test.cpp: Use LM_ERROR with ACE_ERROR Fri Feb 21 10:09:00 UTC 2014 Johnny Willemsen * tests/Compiler_Features_33_Test.cpp: * tests/run_test.lst: * tests/tests.mpc: New compiler feature test to validate that a switch with char works as it should Fri Feb 21 07:31:21 UTC 2014 Johnny Willemsen * debian/debian.changelog: * debian/debian.control: * debian/patches/series: * debian/patches/reduce-doxygen-doc.diff: Fixed debian packaging, thanks to Michael Dille for providing the patches Wed Feb 19 20:25:34 UTC 2014 Johnny Willemsen * ace/Compression/rle/RLECompressor.cpp: * ace/config-win32-borland.h: * ace/post.h: * ace/pre.h: Improved C++BuilderXE support Wed Feb 19 12:23:19 UTC 2014 Johnny Willemsen * ace/config-icc-common.h: Intel C++ 2013 SP1 Update 2 has adequate C++11 support when it is used in GCC 4.7 or higher emulation mode Tue Feb 18 21:39:29 UTC 2014 Steve Huston * rpmbuild/ace-tao.spec: Fixed --with tao, again. Some Linuxen's rpmbuild treats %define differently. When in doubt, use %global. Mon Feb 17 12:10:59 UTC 2014 Johnny Willemsen * ace/Process.cpp: Only use pragma GCC when using the gcc compiler Mon Feb 17 11:23:13 UTC 2014 Johnny Willemsen * bin/auto_run_tests.pl: Added new commandline argument -x which enables Coverity Test Analyzer test separation. This is not enabled by default because enabling test separation increases the size of the Coverity intermediate directory significantly Fri Feb 14 18:42:12 UTC 2014 Johnny Willemsen * ace/Local_Name_Space_T.cpp: Fixed coverity warning about unitialized pointer fields Fri Feb 14 18:37:45 UTC 2014 Johnny Willemsen * ace/IO_Cntl_Msg.inl: Fixed coverity warning about unitialized fields Fri Feb 14 18:11:59 UTC 2014 Johnny Willemsen * apps/gperf/src/Key_List.cpp: Fixed problems with old style casts. Yogesh Sharma for reporting the bug and supplying a patch. Closes [BUGID:4115]. Fri Feb 14 16:34:46 UTC 2014 Steve Huston * ace/Dev_Poll_Reactor.cpp (dispatch_io_event): Do not dispatch to a handler that is suspended. Prevents multiple callbacks to the same handler at the same time when multiple threads are dispatching and changing registrations at the same time. Fixes Bugzilla 4129. Thank you to Alexey Zubko and Howard Finer for both coming up with the same answer independently! * THANKS: Added Alexey Zubko to the Hall of Fame. Tue Feb 11 17:54:42 UTC 2014 Abdullah Sowayan * ace/config-macosx-iOS-hardware.h: * ace/config-macosx-iOS-simulator.h: Use Mavericks (OSX 10.9) as the host build environment. Tue Feb 11 09:41:16 UTC 2014 Johnny Willemsen * ace/config-macosx-mavericks.h: * ace/config-macosx-mountainlion.h: Moved some defines for disabling deprecated functions to the mountainlion file Mon Feb 10 09:19:57 UTC 2014 Johnny Willemsen * docs/Download.html: * etc/index.html: Updated some links Sun Feb 9 18:01:10 UTC 2014 Johnny Willemsen * rpmbuild/ace-tao.spec: Fixed ACE version Fri Feb 7 23:10:11 UTC 2014 Steve Huston * rpmbuild/ace-tao.spec: Fixed conditionals to package TAO when needed. Fri Feb 7 21:57:00 UTC 2014 William R. Otte * ace/config-macosx-mavericks.h: If ACE_HAS_CUSTOM_EXPORT_MACROS isn't set, disable it. Also disable two deprecated functions (sbrk and tempnam). Thu Feb 6 15:55:00 UTC 2014 Steve Huston * rpmbuild/ace-tao.spec: Fixed syntax problems in TAO headers collection. Wed Feb 5 19:07:37 UTC 2014 Steve Huston * rpmbuild/ace-tao.spec: Added support for --without tao (and --with tao), defaulting to --with tao. Allows one to build just the ACE RPMs from an ACE-src tarball. * NEWS: Added note about being able to build ACE RPMs. Mon Feb 3 12:55:23 UTC 2014 Johnny Willemsen * ace/Compression/rle/RLECompressor.cpp: Fixed another boundary bug. Thanks to Derek Dominish for this fix Thu Jan 30 17:00:22 UTC 2014 Steve Huston * ace/Process.h: A few more doxygen adjustments. Wed Jan 29 20:52:37 UTC 2014 Steve Huston * ace/Process.h: * ace/Process_Manager.h: Documentation improvements. Wed Jan 29 19:29:58 UTC 2014 Johnny Willemsen * bin/PerlACE/ProcessVX.pm: Not see a problem using an iBoot as failure when we haven't tried multiple times * bin/PerlACE/ProcessWinCE.pm: Add quotes around filenames when copying, solves problems when using paths with spaces. This is not a full solution, it solves one, but there are more, unless some structural work gets done, don't use paths with spaces! Fri Jan 24 10:05:58 UTC 2014 Johnny Willemsen * ace/Module.cpp: Initialize pointer member with 0, fixes Coverity error Fri Jan 24 08:57:01 UTC 2014 Johnny Willemsen * ace/Compression/rle/RLECompressor.cpp: Fix bug on a boundary condition where 128 bytes of exactly the same character (ie 0x00) where that is the end of the compressor input fails to produce the correct output. Thanks to Derek Dominish for this fix Thu Jan 23 19:28:22 UTC 2014 Phil Mesnier * THANKS: Added Colin Shen to the list. Wed Jan 22 08:36:43 UTC 2014 Johnny Willemsen * bin/coverity_model.cpp: Coverity model file Sat Jan 18 18:38:50 UTC 2014 Johnny Willemsen * protocols/ace/INet/HTTPS_Context.cpp: Copy constructor is declared private so that it can't be used, no need for an implementation, resolves Coverity error Fri Jan 17 10:11:41 UTC 2014 Johnny Willemsen * apps/JAWS/server/HTTP_Server.cpp: Added missing break Thu Jan 16 10:36:20 UTC 2014 Johnny Willemsen * ace/High_Res_Timer.cpp: Fixed implementation of ACE_High_Res_Timer::global_scale_factor, only set the global_scale_factor_status_ when it is zero and we have the lock. Thu Jan 9 12:33:11 UTC 2014 Johnny Willemsen * etc/ace.doxygen: * etc/ace_inet.doxygen: * etc/ace_qos.doxygen: * etc/ace_rmcast.doxygen: * etc/ace_ssl.doxygen: * etc/acexml.doxygen: Upgraded to doxygen 1.8.6 Thu Jan 9 10:26:46 UTC 2014 Johnny Willemsen * NEWS: Prepare for next release * bin/diff-builds-and-group-fixed-tests-only.sh: * docs/Download.html: * docs/bczar/bczar.html: * etc/index.html: Make x.2.4 public to the world Thu Jan 09 09:18:31 CET 2014 Johnny Willemsen * ACE version 6.2.4 released. Fri Jan 3 13:34:01 UTC 2014 Johnny Willemsen * tests/Compiler_Features_31_Test.cpp: Small extension, also add one example using a late specified return type Tue Dec 31 10:17:54 UTC 2013 Johnny Willemsen * tests/Compiler_Features_32_Test.cpp: * tests/run_test.lst: * tests/tests.mpc: New C++11 test for unions Tue Dec 31 10:12:14 UTC 2013 Johnny Willemsen * tests/Compiler_Features_29_Test.cpp: Added another member Tue Dec 31 07:45:07 UTC 2013 Johnny Willemsen * ace/Timer_Queue_Adapters.cpp: Call gettimeofday on the timer queue instead of calling ACE_OS directly, fixes problems when using the hr time. Thanks to Erik Sohns for reporting this and providing a patch Mon Dec 30 12:31:27 UTC 2013 Johnny Willemsen * tests/Compiler_Features_31_Test.cpp: * tests/run_test.lst: * tests/tests.mpc: New C++11 test Mon Dec 30 11:18:12 UTC 2013 Johnny Willemsen * ace/os_include/sys/os_stat.h: Define S_ISDIR when not defined * tests/Compiler_Features_29_Test.cpp: * tests/Compiler_Features_30_Test.cpp: * tests/run_test.lst: * tests/tests.mpc: Two new C++11 tests Wed Dec 25 00:00:00 UTC 2013 Douglas C. Schmidt * Merry Christmas everyone! Mon Dec 23 10:19:42 UTC 2013 Johnny Willemsen * tests/Compiler_Features_23_Test.cpp: * tests/Compiler_Features_28_Test.cpp: Added missing include of cstdint Fri Dec 20 13:43:13 UTC 2013 Johnny Willemsen * docs/bczar/bczar.html: Added package Fri Dec 20 08:10:27 UTC 2013 Johnny Willemsen * ace/Handle_Set.h: Fuzz error * bin/valgrind.supp: Disabled on RTI check, looks it causes problems with the latest valgrind release Thu Dec 19 18:57:09 UTC 2013 Johnny Willemsen * ace/Handle_Set.h: Added check that FD_SETSIZE may not be bigger than __FD_SETSIZE. Thanks to Mike Ketchen for suggesting this Wed Dec 18 14:16:57 UTC 2013 Johnny Willemsen * etc/ace_inet.doxygen: * etc/ace_qos.doxygen: * etc/ace_rmcast.doxygen: * etc/ace_ssl.doxygen: * etc/acexml.doxygen: Upgraded to doxygen 1.8.5 Wed Dec 18 11:22:02 UTC 2013 Johnny Willemsen * docs/bczar/bczar.html: Updated packages * etc/ace.doxygen: Upgraded to doxygen 1.8.5 Thu Dec 12 16:28:45 UTC 2013 Steve Huston * ace/ATM_Stream.cpp: Add missing OS_NS_string.h Thu Dec 12 00:07:09 UTC 2013 Phil Mesnier * ace/SOCK_Acceptor.cpp: In order for Windows Vista and newer IPV6 sockets to also accept IPv4 traffic, the socket must be explicitly set to "dual stack mode" prior to binding it to an address. Since this is making windows deployments exhibit behavior consistent with other platforms, this is always done. We can add an option later if necessary. Mon Dec 2 18:27:38 UTC 2013 Phil Mesnier * ace/Sock_Connect.cpp: Fix for a recursion that happens on windows with the new code to validate IPv6 support when ACE_HAS_IPV4_IPV6_MIGRATION is set. The fix, suggested by MSDev users, is to utilize get_ip_interfaces to find IPv4 and IPv6 support but since that method makes ACE_INET_Addr objects, and the ctor for that checks the ip type available, this is a recursion. Mon Dec 2 10:11:14 UTC 2013 Johnny Willemsen * ace/DLL.h: Doxygen fix * docs/ACE-bug-process.html: * docs/Download.html: Updated the URL to point to Vandy not WUSTl. Wed Nov 27 02:37:17 UTC 2013 Douglas C. Schmidt * VERSION: Updated the URL to point to Vandy not WUSTl. Wed Nov 27 12:14:43 UTC 2013 Martin Corino * ace/config-win32-mingw64.h: Compatibility fix for latest MingW64 compilers. Wed Nov 27 08:11:05 UTC 2013 Marcel Smit * ace/config-android.h: Fixed fuzz (whitespaces) Tue Nov 26 14:09:39 UTC 2013 Marcel Smit * ace/config-android.h: Un-defining 'strange' defines since these might lead to compile issues. Mon Nov 25 10:49:19 UTC 2013 Johnny Willemsen * ace/Activation_Queue.h: * ace/Compression/Compressor.h: Use ACE_UNIMPLEMENTED_FUNC * ace/Caching_Utility_T.h: Doxygen improvements Mon Nov 25 10:41:00 UTC 2013 Johnny Willemsen * ace/Global_Macros.h: When we have C++11 support, let ACE_UNIMPLEMENTED_FUNC generate = delete to explicitly delete the unimplemented methods Fri Nov 22 09:24:06 UTC 2013 Marcel Smit * bin/fuzz.pl: Fixed fuzz issues (whitespaces). Wed Nov 20 15:25:01 UTC 2013 Marcel Smit * bin/fuzz.pl: Added an option (-x) to exclude certain directories by applying certain (regex) masks. Tue Nov 19 14:23:47 UTC 2013 Johnny Willemsen * ace/Init_ACE.h: Doxygen improvements * ace/OS_main.cpp: Zapped some empty lines * ace/config-win32-msvc-10.h: * ace/config-win32-msvc-9.h: Windows Vista and Windows Server 2008 and newer do have native condition variable support, but the support in ACE isn't complete. Fixed the Windows API version checks, but commented it out, see bugzilla 4146. Thanks to Russ Noseworthy for pointing this out. * bin/PerlACE/ProcessVX_Unix.pm: * bin/PerlACE/Process_Unix.pm: * bin/PerlACE/Run_Test.pm: Instead of waiting 1 second on a file or process exit, wait 0.1 seconds which speeds up testing when deploying a lot of processes, like when testing CIAO Tue Nov 12 09:56:49 UTC 2013 Johnny Willemsen * ace/Log_Msg.cpp: Fixed logging of stack trace on Windows with wchar enabled * ace/Stack_Trace.h: Fixed incorrect log msg format mask * docs/bczar/bczar.html: Added package * tests/Proactor_Scatter_Gather_Test.cpp: * tests/Proactor_Test.cpp: * tests/Proactor_Test_IPV6.cpp: * tests/Proactor_Timer_Test.cpp: * tests/Proactor_UDP_Test.cpp: Added missing newline * tests/UUID_Test.cpp: * tests/Wild_Match_Test.cpp: Fixed logging in case of unicode Tue Nov 12 08:44:04 UTC 2013 Johnny Willemsen * docs/bczar/bczar.html: Added packages Tue Nov 12 07:56:47 UTC 2013 Johnny Willemsen * docs/bczar/bczar.html: Added package Mon Nov 11 09:42:59 UTC 2013 Johnny Willemsen * bin/diff-builds-and-group-fixed-tests-only.sh: * debian/debian.changelog: * docs/Download.html: * docs/bczar/bczar.html: * etc/index.html: Make x.2.3 public and prepare for next release Mon Nov 11 09:17:34 CET 2013 Johnny Willemsen * ACE version 6.2.3 released. Fri Nov 8 17:09:50 UTC 2013 Phil Mesnier * THANKS: Added Mike McKnerney to the list Fri Nov 8 12:35:10 UTC 2013 Marijke Hengstmengel * NEWS: Added changes test framework and improvements for Android port Wed Nov 6 12:29:45 UTC 2013 Marijke Hengstmengel * bin/PerlACE/Process_Unix.pm: Moved rel2abs from exe in commandline() Fri Nov 1 14:11:02 UTC 2013 Johnny Willemsen * include/makeinclude/platform_linux_clang.GNU: Added support for c++11 Fri Nov 1 13:17:20 UTC 2013 Johnny Willemsen * ace/ace_for_tao.mpc: Added new obstack Thu Oct 31 10:34:54 UTC 2013 Marijke Hengstmengel * ace/Obstack.cpp: * ace/Obstack_T.cpp: * ace/ace.mpc: Added Obstack.cpp for ACE_SINGLETON_TEMPLATE_INSTANTIATION. Remove ACE_SINGLETON_TEMPLATE_INSTANTIATION from Obstack_T.cpp * ace/config-android.h: * ace/config-macros.h: Rename ACE_HAS_EXPLICIT_TEMPLATE_INSTANTIATION to ACE_HAS_EXPLICIT_TEMPLATE_CLASS_INSTANTIATION * bin/PerlACE/Process_Unix.pm: Removed rel2abs from Executable(). * tests/Process_Manual_Event_Test.cpp: Resolved error when using absolute paths. Tue Oct 29 22:22:18 UTC 2013 Phil Mesnier * bin/fuzz.pl: Modify the test for log macro signature to relax for TAOLIB when it is under the interop-tests directory. As we slowly collect interop tests, it seems natural to have a "tao" directory and a separate non-tao directory to ensure artifacts aren't overwritten by non-tao idl compilers or other build tools. Tue Oct 29 09:31:05 UTC 2013 Marijke Hengstmengel * bin/PerlACE/Process_Unix.pm: Removed error in Spawn Mon Oct 28 08:31:16 UTC 2013 Marijke Hengstmengel * ace/Dynamic.cpp: Fixed singleton macro Sun Oct 27 15:38:07 UTC 2013 Johnny Willemsen * tests/Compiler_Features_28_Test.cpp: * tests/run_test.lst: * tests/tests.mpc: New C++11 test program Fri Oct 25 08:17:43 UTC 2013 Johnny Willemsen * ace/Dynamic.cpp: * ace/SSL/SSL_Context.cpp: Fixed singleton macros Wed Oct 23 13:26:02 UTC 2013 Marijke Hengstmengel * bin/fuzz.pl: ACE_HAS_EXPLICIT_TEMPLATE_INSTANTIATION macro no longer deprecated Wed Oct 23 08:28:29 UTC 2013 Marijke Hengstmengel * ace/Based_Pointer_Repository.cpp: * ace/Compression/rle/RLECompressor.cpp: * ace/Dynamic.cpp: * ace/Lib_Find.cpp: * ace/Obstack_T.cpp: * ace/SSL/SSL_Context.cpp: * ace/UUID.cpp: * ace/config-android.h: * ace/config-macros.h: * apps/JAWS3/jaws3/Templates.cpp: * apps/drwho/File_Manager.cpp: * bin/PerlACE/Process_Unix.pm: * bin/PerlACE/TestTarget.pm: * bin/PerlACE/TestTarget_Android.pm: * bin/auto_run_tests.pl: * examples/APG/Logging/Use_LogManager.cpp: * examples/APG/Timers/PTimerDispatcher.cpp: * examples/APG/Timers/TimerDispatcher.cpp: * examples/C++NPv2/TP_Logging_Server.cpp: * examples/Export/dll.cpp: * examples/IPC_SAP/SOCK_SAP/CPP-inclient.cpp: * examples/IPC_SAP/SOCK_SAP/CPP-inserver-fancy.cpp: * examples/Logger/Acceptor-server/server_loggerd.cpp: * examples/Logger/simple-server/server_loggerd.cpp: * examples/Threads/auto_event.cpp: * examples/Threads/tss2.cpp: * examples/Web_Crawler/Command_Processor.cpp: * performance-tests/Misc/test_singleton.cpp: * tests/MEM_Stream_Test.cpp: * tests/Process_Strategy_Test.cpp: Changes for ANDROID CIAO port with native android commit 43a2b2dfd3cc68ed5c30f4d8994a36183d972202 Author: Marijke Hengstmengel Date: Wed Oct 16 12:40:58 2013 +0200 Removed my_test.lst * ACE/bin/auto_run_tests.pl: commit 6e8749c45496635965cb9928690454572b208794 Author: Marijke Hengstmengel Date: Wed Oct 16 11:11:15 2013 +0200 Use typedef for template in Singleton template * ACE/examples/Logger/Acceptor-server/server_loggerd.cpp: * ACE/tests/MEM_Stream_Test.cpp: commit 676e8e389552f864f5118a9616d156d134454085 Author: Marijke Hengstmengel Date: Wed Oct 16 10:06:07 2013 +0200 Added my_list * ACE/bin/auto_run_tests.pl: commit b08cbe167f6f20b94d4e16c4e6cf6e516f605e16 Author: Marijke Hengstmengel Date: Tue Oct 15 15:35:33 2013 +0200 Temporarily use an other test list * ACE/bin/auto_run_tests.pl: commit ac22da3990acafaa9e5c2e9ddf8fc08a8e86f2b0 Author: Marijke Hengstmengel Date: Tue Oct 15 15:22:58 2013 +0200 Work in progress * ACE/bin/PerlACE/Process_Unix.pm: * ACE/bin/PerlACE/TestTarget.pm: * ACE/examples/Logger/Acceptor-server/server_loggerd.cpp: * ACE/tests/MEM_Stream_Test.cpp: commit bb0a43d0cabb4a28504d9e57b21978b413d5eed5 Author: Marijke Hengstmengel Date: Wed Oct 9 15:56:10 2013 +0200 Changes for local AND remote targets * ACE/bin/PerlACE/Process_Unix.pm: * ACE/bin/PerlACE/TestTarget.pm: * ACE/bin/PerlACE/TestTarget_Android.pm: Singleton errors. * ACE/examples/Logger/Acceptor-server/server_loggerd.cpp: * ACE/tests/MEM_Stream_Test.cpp: commit a7d5192310bdac903fbc1c26cb2e02f3367804a0 Author: Marijke Hengstmengel Date: Wed Oct 9 10:03:30 2013 +0200 Solved compiler errors. * ACE/examples/Export/dll.cpp: * ACE/examples/Logger/Acceptor-server/server_loggerd.cpp: * ACE/examples/Logger/simple-server/server_loggerd.cpp: * ACE/tests/MEM_Stream_Test.cpp: commit cd8529e7014ccede6aec99106074b39584eecf14 Author: Marijke Hengstmengel Date: Tue Oct 8 15:44:52 2013 +0200 Use macro ACE_SINGLETON_TEMPLATE_INSTANTIATE * ACE/ace/Based_Pointer_Repository.cpp: * ACE/ace/Dynamic.cpp: * ACE/ace/Lib_Find.cpp: * ACE/ace/SSL/SSL_Context.cpp: * ACE/apps/JAWS3/jaws3/Templates.cpp: * ACE/apps/drwho/File_Manager.cpp: * ACE/examples/APG/Logging/Use_LogManager.cpp: * ACE/examples/APG/Timers/PTimerDispatcher.cpp: * ACE/examples/APG/Timers/TimerDispatcher.cpp: * ACE/examples/C++NPv2/TP_Logging_Server.cpp: * ACE/examples/Export/dll.cpp: * ACE/examples/IPC_SAP/SOCK_SAP/CPP-inclient.cpp: * ACE/examples/IPC_SAP/SOCK_SAP/CPP-inserver-fancy.cpp: * ACE/examples/Logger/Acceptor-server/server_loggerd.cpp: * ACE/examples/Logger/simple-server/server_loggerd.cpp: * ACE/examples/Threads/auto_event.cpp: * ACE/examples/Threads/tss2.cpp: * ACE/examples/Web_Crawler/Command_Processor.cpp: * ACE/performance-tests/Misc/test_singleton.cpp: * ACE/tests/MEM_Stream_Test.cpp: * ACE/tests/Process_Strategy_Test.cpp: commit 43a2b2dfd3cc68ed5c30f4d8994a36183d972202 Author: Marijke Hengstmengel Date: Wed Oct 16 12:40:58 2013 +0200 Removed my_test.lst * ACE/bin/auto_run_tests.pl: commit 6e8749c45496635965cb9928690454572b208794 Author: Marijke Hengstmengel Date: Wed Oct 16 11:11:15 2013 +0200 Use typedef for template in Singleton template * ACE/examples/Logger/Acceptor-server/server_loggerd.cpp: * ACE/tests/MEM_Stream_Test.cpp: commit 676e8e389552f864f5118a9616d156d134454085 Author: Marijke Hengstmengel Date: Wed Oct 16 10:06:07 2013 +0200 Added my_list * ACE/bin/auto_run_tests.pl: commit b08cbe167f6f20b94d4e16c4e6cf6e516f605e16 Author: Marijke Hengstmengel Date: Tue Oct 15 15:35:33 2013 +0200 Temporarily use an other test list * ACE/bin/auto_run_tests.pl: commit ac22da3990acafaa9e5c2e9ddf8fc08a8e86f2b0 Author: Marijke Hengstmengel Date: Tue Oct 15 15:22:58 2013 +0200 Work in progress * ACE/bin/PerlACE/Process_Unix.pm: * ACE/bin/PerlACE/TestTarget.pm: * ACE/examples/Logger/Acceptor-server/server_loggerd.cpp: * ACE/tests/MEM_Stream_Test.cpp: commit bb0a43d0cabb4a28504d9e57b21978b413d5eed5 Author: Marijke Hengstmengel Date: Wed Oct 9 15:56:10 2013 +0200 refs #39157 Changes for local AND remote targets * ACE/bin/PerlACE/Process_Unix.pm: * ACE/bin/PerlACE/TestTarget.pm: * ACE/bin/PerlACE/TestTarget_Android.pm: Singleton errors. * ACE/examples/Logger/Acceptor-server/server_loggerd.cpp: * ACE/tests/MEM_Stream_Test.cpp: commit a7d5192310bdac903fbc1c26cb2e02f3367804a0 Author: Marijke Hengstmengel Date: Wed Oct 9 10:03:30 2013 +0200 Solved compiler errors. * ACE/examples/Export/dll.cpp: * ACE/examples/Logger/Acceptor-server/server_loggerd.cpp: * ACE/examples/Logger/simple-server/server_loggerd.cpp: * ACE/tests/MEM_Stream_Test.cpp: commit cd8529e7014ccede6aec99106074b39584eecf14 Author: Marijke Hengstmengel Date: Tue Oct 8 15:44:52 2013 +0200 Use macro ACE_SINGLETON_TEMPLATE_INSTANTIATE * ACE/ace/Based_Pointer_Repository.cpp: * ACE/ace/Dynamic.cpp: * ACE/ace/Lib_Find.cpp: * ACE/ace/SSL/SSL_Context.cpp: * ACE/apps/JAWS3/jaws3/Templates.cpp: * ACE/apps/drwho/File_Manager.cpp: * ACE/examples/APG/Logging/Use_LogManager.cpp: * ACE/examples/APG/Timers/PTimerDispatcher.cpp: * ACE/examples/APG/Timers/TimerDispatcher.cpp: * ACE/examples/C++NPv2/TP_Logging_Server.cpp: * ACE/examples/Export/dll.cpp: * ACE/examples/IPC_SAP/SOCK_SAP/CPP-inclient.cpp: * ACE/examples/IPC_SAP/SOCK_SAP/CPP-inserver-fancy.cpp: * ACE/examples/Logger/Acceptor-server/server_loggerd.cpp: * ACE/examples/Logger/simple-server/server_loggerd.cpp: * ACE/examples/Threads/auto_event.cpp: * ACE/examples/Threads/tss2.cpp: * ACE/examples/Web_Crawler/Command_Processor.cpp: * ACE/performance-tests/Misc/test_singleton.cpp: * ACE/tests/MEM_Stream_Test.cpp: * ACE/tests/Process_Strategy_Test.cpp: commit e9ae52194cec4f883c0c504026d53d2d52704c21 Author: Marijke Hengstmengel Date: Tue Oct 8 12:41:22 2013 +0200 Add support for remote testing in build environment with flat layout. * ACE/bin/PerlACE/Process_Unix.pm: commit 1bf4499a38f5b1b1db7bfeb1c509708cc3950411 Author: Marijke Hengstmengel Date: Mon Oct 7 15:45:47 2013 +0200 Add Singleton instantiate * ACE/ace/Compression/rle/RLECompressor.cpp: commit 384158b0b43c358cf5d960b9437f62701f402a07 Author: Marijke Hengstmengel Date: Mon Oct 7 09:39:43 2013 +0200 Added SINGLETON_DECLARATION * ACE/ace/Obstack_T.cpp: commit eb9626a86511c55e5d46a65a260240af6103f8e4 Author: Marijke Hengstmengel Date: Thu Oct 3 10:19:06 2013 +0200 Solved singleton problems for android * ACE/ace/UUID.cpp: * ACE/ace/config-android.h: * ACE/ace/config-macros.h: Tue Oct 22 22:09:41 UTC 2013 Phil Mesnier * ace/Sock_Connect.cpp: As of the release of Windows 2008, even hosts that have IPv6 interfaces disabled will still permit the creation of a PF_INET6 socket, thus rendering the socket creation test inconsistent. The reccommended solution is to get the list of endpoint addresses and see if any match the desired family. Tue Oct 22 19:37:43 UTC 2013 Steve Huston * ace/OS_NS_Thread.inl (thr_join): Add deadlock detection for Windows at Vista/WinSvr2003 or higher. Prevents a thread calling join on itself from deadlocking, making the behavior similar to that of Pthreads, etc. * tests/Task_Wait_Test.cpp: Don't try this test on Windows systems without the deadlock detection available above. It hangs and there's little to be done about it. * NEWS: Added the deadlock feature description. Tue Oct 22 17:20:09 UTC 2013 Johnny Willemsen * include/makeinclude/platform_g++_common.GNU: Added support for GCC 4.8.x address sanitizer. Can be enabled using address-sanitizer=1 in your platform_macros.GNU. See https://code.google.com/p/address-sanitizer/ for more details Tue Oct 22 17:15:11 UTC 2013 Johnny Willemsen * docs/bczar/bczar.html: Added new package Fri Oct 18 18:12:17 UTC 2013 Johnny Willemsen * protocols/ace/INet/FTP_Session.cpp: Fixed compile problem with Visual Studio 2013 Thu Oct 17 22:44:41 UTC 2013 Steve Huston * ace/README: Remove entry for ACE_HAS_IPV6_V6ONLY - it's not used. Thu Oct 17 11:51:47 UTC 2013 Johnny Willemsen * include/makeinclude/platform_hpux_aCC.GNU: Added support for c++0x * tests/Compiler_Features_21_Test.cpp: Invoke the helper method Fri Oct 4 09:09:50 UTC 2013 Johnny Willemsen * bin/make_release.py: Generate vc10/vc11 now as part of the release Thu Oct 3 09:36:38 UTC 2013 Johnny Willemsen * NEWS: * bin/diff-builds-and-group-fixed-tests-only.sh: * docs/Download.html: * docs/bczar/bczar.html: * etc/index.html: Prepared for next release Thu Oct 03 09:47:23 CEST 2013 Johnny Willemsen * ACE version 6.2.2 released. Mon Sep 30 18:45:25 UTC 2013 Johnny Willemsen * bin/ace-install: Use -perm /xxx instead of -perm -xxx, the last variant is deprecated Fri Sep 27 21:33:58 UTC 2013 Steve Huston * ace/ACE.cpp: Same fix as Thu Sep 26 20:22:53 made to recvv_n_i(), sendv_n_i(), readv_n(), writev_n(). * ace/FILE_IO.cpp (recvv): Resolve 64-bit compile warnings and ensure that no more is read than can be accurately reported. * ace/INET_Addr.cpp (set): * ace/Ping_Socket.cpp: Resolve 64-bit compile warning on Windows. Thu Sep 26 20:22:53 UTC 2013 Steve Huston * ace/ACE.cpp (recvv_n_i): Resolve 64-bit compile warning on Windows. Sun Sep 22 21:14:38 UTC 2013 Abdul Sowayan * include/makeinclude/platform_macosx_mavericks.GNU: Adding support for OSX 10.9 Mavericks Sun Sep 22 21:07:34 UTC 2013 Abdul Sowayan * ace/config-macosx-mavericks.h: Adding support for OSX 10.9 Mavericks Sat Sep 21 14:12:18 UTC 2013 Johnny Willemsen * tests/Compiler_Features_23_Test.cpp: Extended test case Sat Sep 21 14:05:54 UTC 2013 johnny * bin/ACE+TAO+CIAO+DAnCE.json: Ignore all throw Tue Sep 17 13:10:05 UTC 2013 Johnny Willemsen * tests/Compiler_Features_27_Test.cpp: * tests/run_test.lst: * tests/tests.mpc: Added C++11 test which tests operator <<= together with std::move Tue Sep 17 12:12:16 UTC 2013 Johnny Willemsen * tests/Compiler_Features_24_Test.cpp: Corrected friend * tests/OS_Test.cpp: Zapped empty lines Mon Sep 16 14:34:32 UTC 2013 Johnny Willemsen * tests/Compiler_Features_24_Test.cpp: Removed g++ specific code, that is really a GCC bug, see http://gcc.gnu.org/bugzilla/show_bug.cgi?id=50370 Mon Sep 16 10:48:29 UTC 2013 Johnny Willemsen * tests/Compiler_Features_24_Test.cpp: Using a default on the redeclaration only works with G++ Mon Sep 16 09:56:17 UTC 2013 Johnny Willemsen * tests/Compiler_Features_24_Test.cpp: Further extend this unit test with more code Mon Sep 16 09:37:33 UTC 2013 Johnny Willemsen * ACE-INSTALL.html: Extended Embarcadero C++ Builder instructions * tests/Compiler_Features_24_Test.cpp: Further extend this unit test with more code Mon Sep 16 06:53:47 UTC 2013 Johnny Willemsen * tests/Compiler_Features_26_Test.cpp: Fixed test macro in case of no C++11 features Fri Sep 13 10:16:32 UTC 2013 Johnny Willemsen * ACE-INSTALL.html: Added recommendation for windows users to use active state perl Fri Sep 13 09:16:44 UTC 2013 Johnny Willemsen * tests/Compiler_Features_26_Test.cpp: * tests/run_test.lst: * tests/tests.mpc: Added new C++11 test which tests shared_ptr comparison with nullptr Thu Sep 12 17:57:24 UTC 2013 Johnny Willemsen * ACE-INSTALL.html: With bmake we have some optional environment variables Thu Sep 12 14:12:37 UTC 2013 Johnny Willemsen * tests/Compiler_Features_25_Test.cpp: * tests/run_test.lst: * tests/tests.mpc: New C++11 is_true/is_false test Wed Sep 11 18:19:15 UTC 2013 Johnny Willemsen * tests/Compiler_Features_23_Test.cpp: Use std namespace Wed Sep 11 07:50:50 UTC 2013 Johnny Willemsen * ace/MEM_Addr.h: * ace/MEM_Connector.cpp: * ace/OS_NS_Thread.cpp: * ace/README: * ace/Service_Config.cpp: * ace/config-android.h: * ace/config-hpux-11.00.h: * ace/config-kfreebsd.h: * ace/config-linux.h: * ace/config-macosx.h: * ace/config-netbsd.h: * ace/config-qnx.h: * ace/config-vxworks6.4.h: * bin/PerlACE/ProcessAndroid.pm: * bin/PerlACE/TestTarget_Android.pm: * tests/Bug_3912_Regression_Test.cpp: * tests/Compiler_Features_21_Test.cpp: * tests/MEM_Stream_Test.cpp: * tests/Malloc_Test.cpp: * tests/Process_Mutex_Test.cpp: * tests/Process_Test.cpp: * tests/Service_Config_Test.cpp: * tests/test_config.h: Improvements for the Android port commit 496976474caeddb893be839386f204f46e5965d7 Author: Johnny Willemsen Date: Tue Sep 10 10:02:38 2013 +0200 Comment out ACE_HAS_POSIX_SEM, have to test this further * ACE/ace/config-android.h: commit 5a8318253f6f8647b4db2842a3503481e043e2fb Author: Johnny Willemsen Date: Mon Sep 9 20:55:12 2013 +0200 Layout changes * ACE/ace/README: commit cb35f2c6d6e59614ecfaf60ccd996c68d90d0d56 Author: Johnny Willemsen Date: Mon Sep 9 15:17:44 2013 +0200 Use quotes around filenames in order to support spaces as part of filename * ACE/bin/PerlACE/ProcessAndroid.pm: * ACE/bin/PerlACE/TestTarget_Android.pm: commit 29efbb9f20501f2ba553b9b2d73cebe03776e470 Author: Johnny Willemsen Date: Mon Sep 9 15:17:23 2013 +0200 Fixed compile error * ACE/tests/Malloc_Test.cpp: commit 9a4e55c673fd2b5dfa023f1ca0979e052f646783 Author: Johnny Willemsen Date: Mon Sep 9 14:48:37 2013 +0200 Doxygen changes and improved logging * ACE/ace/MEM_Addr.h: * ACE/ace/MEM_Connector.cpp: * ACE/tests/MEM_Stream_Test.cpp: commit bfb51ada525d6aedd1c992a353ce875804417a09 Author: Johnny Willemsen Date: Mon Sep 9 14:39:41 2013 +0200 layout change * ACE/tests/Process_Test.cpp: commit 4ac9f871f71bf40dc589d30868c66598a8cded43 Author: Johnny Willemsen Date: Mon Sep 9 14:39:23 2013 +0200 Add more logging * ACE/tests/Bug_3912_Regression_Test.cpp: commit b6becedd263028b68853fba7de8a232c8f9a3c62 Author: Johnny Willemsen Date: Mon Sep 9 13:47:24 2013 +0200 Android also can't hnadle mmap from the signal handler * ACE/tests/Malloc_Test.cpp: commit bd11f9f77184f9cd988aea0b214dd67b98a4245f Author: Johnny Willemsen Date: Mon Sep 9 13:47:08 2013 +0200 Added ACE_ANDROID * ACE/ace/config-android.h: commit 8bb25df4c6ae1969c90297a7a36a549701c7295a Author: Johnny Willemsen Date: Mon Sep 9 13:39:56 2013 +0200 Layout change * ACE/tests/Process_Mutex_Test.cpp: commit 4cd46bb07480c0c2038360ef7c76da21672d481f Author: Johnny Willemsen Date: Mon Sep 9 13:39:36 2013 +0200 Use full paths, added more logging * ACE/tests/Service_Config_Test.cpp: commit fef201da28f786ec93110ed03b66e4996d5cdde9 Author: Johnny Willemsen Date: Mon Sep 9 13:39:07 2013 +0200 Fixed typo in message * ACE/tests/test_config.h: commit 705787197e4b934ae6a2fe57ae0533d68f4b2e56 Author: Johnny Willemsen Date: Mon Sep 9 13:38:45 2013 +0200 Check return of daemonize * ACE/ace/Service_Config.cpp: commit 71c63afb20484344f7c3559c3c0bfb3c0b92eab3 Author: Johnny Willemsen Date: Mon Sep 9 12:46:39 2013 +0200 Further cleanup of the config files * ACE/ace/config-android.h: * ACE/ace/config-kfreebsd.h: * ACE/ace/config-macosx.h: * ACE/ace/config-netbsd.h: commit c471940cd808a7240f1661940aad83bb82dd6dc9 Author: Johnny Willemsen Date: Mon Sep 9 11:39:51 2013 +0200 Introduced ACE_LACKSP_THREAD_SCOPE_PROCESS and simplified OS_NS_Thread.cpp by using this new define. Set it also for android from now * ACE/ace/OS_NS_Thread.cpp: * ACE/ace/README: * ACE/ace/config-android.h: * ACE/ace/config-hpux-11.00.h: * ACE/ace/config-linux.h: * ACE/ace/config-qnx.h: * ACE/ace/config-vxworks6.4.h: Fri Sep 6 12:35:04 UTC 2013 Johnny Willemsen * tests/Compiler_Features_23_Test.cpp: * tests/Compiler_Features_24_Test.cpp: * tests/run_test.lst: * tests/tests.mpc: Two new C++11 compiler features tests Fri Sep 6 10:23:31 UTC 2013 Johnny Willemsen * tests/tests.mpc: Added ACE_AS_STATIC_LIBS to static_flags for 2980 Thu Sep 5 07:53:19 UTC 2013 Johnny Willemsen * ace/OS_NS_netdb.cpp: * ace/UUID.cpp: * ace/config-android.h: * bin/PerlACE/ProcessAndroid.pm: * include/makeinclude/platform_android.GNU: * tests/run_test.pl: * tests/tests.mpc: Improvements for the Android port, in detail: commit 171a851ebe98b58ed4654956833ee1bfd17961a4 Author: Johnny Willemsen Date: Wed Sep 4 19:30:40 2013 +0200 Run all ACE tests within one emulator * ACE/tests/run_test.pl: commit f634cead8e84de9320f7626d1fda1fec4fc579ac Author: Johnny Willemsen Date: Wed Sep 4 14:22:00 2013 +0200 Added a check for gcc 4.4 && shared libraries, issue an error when someone wants to use this * ACE/ace/config-android.h: commit f1c393872e241d5bc9737b34e1ed10f9288fed17 Author: Johnny Willemsen Date: Tue Sep 3 19:47:59 2013 +0200 Removed incorrect define * ACE/ace/config-android.h: commit 9f7d4fffee0e527bfdf87378e89c703df1cf124d Author: Johnny Willemsen Date: Tue Sep 3 15:03:40 2013 +0200 Set ACE_DEFAULT_TEST_DIR and TEST_DIR to /data on Android * ACE/ace/config-android.h: commit 856266b58ef37236e8e79caa9472a93251c9a8d7 Author: Johnny Willemsen Date: Tue Sep 3 12:14:42 2013 +0200 3912 also needs a conf file * ACE/tests/run_test.pl: commit 4cea1a7df2840a4409d0e1212667741d27b25125 Author: Johnny Willemsen Date: Tue Sep 3 11:40:48 2013 +0200 2980 also needs ACE * ACE/tests/tests.mpc: commit 889f04d3e100f92e723222a3c662927d8cf4960f Author: Johnny Willemsen Date: Mon Sep 2 18:54:07 2013 +0200 Added Bug_3334_Regression_Test.conf * ACE/tests/run_test.pl: commit 6a8c9eb8a069b7bb01acb3352ad4ef91c9081ae9 Author: Johnny Willemsen Date: Thu Aug 29 14:24:41 2013 +0200 Fixed compile warnings * ACE/ace/UUID.cpp: commit 3d8bb9c4086ba30528332a8a8c0baf08d7bd464b Author: Johnny Willemsen Date: Thu Aug 29 12:41:46 2013 +0200 2980 test needs a shared library * ACE/tests/tests.mpc: commit 9d09334a50106de26cd4909b33b95edbd458d6c4 Author: Johnny Willemsen Date: Thu Aug 29 11:07:59 2013 +0200 Run all ACE tests in a separate emulator * ACE/tests/run_test.pl: commit 7fc163cf996f1449992a01c5a60ad1f7e3e33cc2 Author: Martin Corino Date: Mon Aug 26 13:05:13 2013 +0200 Add support for ABI specific build flags. refs #3151 * ACE/include/makeinclude/platform_android.GNU: commit d31596f1e27781c22494a8cca7f822eab7ccfd7a Author: Martin Corino Date: Thu Aug 22 12:50:52 2013 +0200 Fix incorrect crosscompile setup conflicting with latest buildtools changes. refs #3116 * ACE/include/makeinclude/platform_android.GNU: commit d96a43f0b91110fdf9adca9d59c0fbd3f36b984e Author: Martin Corino Date: Fri Aug 16 17:05:09 2013 +0200 Fix last copy/paste error. refs #3158 * ACE/ace/OS_NS_netdb.cpp: commit 6c389f06f67b617fcce4bf89283f5eb322db79c2 Author: Martin Corino Date: Fri Aug 16 16:19:56 2013 +0200 Remove logging and fix typo breaking functionality. refs #3158 * ACE/ace/OS_NS_netdb.cpp: commit c02af6da3d34e875ee51ea46c682e4562ae442e8 Author: Martin Corino Date: Fri Aug 16 15:33:30 2013 +0200 Added some debug prints to track what is going on in ACE_OS::getmacaddress. refs #3158 * ACE/ace/OS_NS_netdb.cpp: commit dd9a9826ba4989ddf44167d3aa4a619fcce7f4ec Author: Martin Corino Date: Fri Aug 16 14:29:09 2013 +0200 Fixed two typos in ACE_OS::getmacaddres (refs #3158). * ACE/ace/OS_NS_netdb.cpp: commit 981edf7f34445adae658bfb7cdf9f159060cdfde Author: Martin Corino Date: Fri Aug 16 13:55:46 2013 +0200 Added Android implementation for ACE_OS::getmacaddress (refs #3158). * ACE/ace/OS_NS_netdb.cpp: * ACE/ace/config-android.h: commit 03cbeb0e4a1954ba667ec8c2df14b8a8ef9dca78 Author: Martin Corino Date: Wed Aug 14 14:00:02 2013 +0200 Fix local expansion of env var intended to be expanded on Android only. Issue #3155. * ACE/bin/PerlACE/ProcessAndroid.pm: Tue Sep 3 13:12:23 UTC 2013 Johnny Willemsen * ace/SV_Semaphore_Complex.h: * ace/SV_Semaphore_Simple.h: Doxygen fixes Mon Sep 2 13:45:34 UTC 2013 Phil Mesnier * examples/NT_Service/main.cpp: explicit include. Sun Sep 1 14:01:57 UTC 2013 Phil Mesnier * ace/OS_NS_string.cpp: One more include change. Sun Sep 1 13:08:59 UTC 2013 Phil Mesnier * ASNMP/agent/main.cpp: * ace/Dev_Poll_Reactor.cpp: * ace/ICMP_Socket.cpp: * ace/OS_NS_string.cpp: * ace/WIN32_Asynch_IO.cpp: * examples/Log_Msg/Log_Msg_MFC/Log_Msg_MFC.cpp: * examples/Shared_Malloc/test_persistence.cpp: * netsvcs/lib/TS_Clerk_Handler.cpp: * tests/ACE_Init_Test.cpp: * tests/MM_Shared_Memory_Test.cpp: * tests/Mem_Map_Test.cpp: * tests/Naming_Test.cpp: * tests/Object_Manager_Flipping_Test.cpp: * tests/Object_Manager_Test.cpp: * tests/Process_Strategy_Test.cpp: * tests/Process_Test.cpp: * tests/Time_Service_Test.cpp: * websvcs/lib/URL_Addr.cpp: Add in the required explicit header includes. Sun Sep 1 00:43:55 UTC 2013 Phil Mesnier * NEWS: * ace/ACE.h: * ace/ACE.cpp: * ace/MEM_Acceptor.cpp: * ace/MMAP_Memory_Pool.cpp: * ace/Naming_Context.cpp: * ace/SPIPE_Connector.cpp: * ace/System_Time.cpp: Remove unneeded includes from ACE.h. ACE.h is included a lot, and bringing in any extra includes increases the risk of namespace collisions. All the cpp files above were implicitly dependent on ACE.h to include, which are now explicit. Fri Aug 30 12:10:23 UTC 2013 Steve Huston * ace/Process.cpp (spawn): Supply correct type to command_line_buf() call, per change below. Thu Aug 29 22:06:55 UTC 2013 Steve Huston * ace/OS_NS_unistd.inl (swab): Added support for ACE_HAS_INT_SWAB for platforms where the 'length' arg to swab() is an int instead of the standard ssize_t. * ace/config-win32-common.h: Added ACE_HAS_INT_SWAB * tests/OS_Test.cpp: Added a ACE_OS::swab() test. * ace/Process.h: * ace/Process.inl: Changed ACE_Process::command_line_buf(int*) to command_line_buf(size_t*) to align with the member whose value is returned. * ace/README: Added ACE_HAS_INT_SWAB description. * NEWS: Added the ACE_Process::command_line_buf() API change note. * THANKS: Updated John Lilley's email address. Thanks to John for noticing the busted 64-bit Windows builds that flagged the above issues with compile warnings. Mon Aug 26 11:26:02 UTC 2013 Johnny Willemsen * docs/bczar/bczar.html: Added package Fri Aug 16 08:36:20 UTC 2013 Johnny Willemsen * ChangeLog: * ChangeLogs/ChangeLog-2013a: * NEWS: * bin/diff-builds-and-group-fixed-tests-only.sh: * debian/debian.changelog: * debian/debian.control: * docs/Download.html: * docs/bczar/bczar.html: * etc/index.html: Prepared for next release Fri Aug 16 08:56:17 CEST 2013 Johnny Willemsen * ACE version 6.2.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: