summaryrefslogtreecommitdiff
path: root/ACE/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'ACE/ChangeLog')
-rw-r--r--ACE/ChangeLog269
1 files changed, 0 insertions, 269 deletions
diff --git a/ACE/ChangeLog b/ACE/ChangeLog
deleted file mode 100644
index 637fa136597..00000000000
--- a/ACE/ChangeLog
+++ /dev/null
@@ -1,269 +0,0 @@
-Tue Mar 4 09:27:18 UTC 2008 Johnny Willemsen <jwillemsen@remedy.nl>
-
- * bin/ProcessVX.pm:
- Added a retry to the iPass protocol code, in a full test run
- we sometimes see that the reboot has failed. With this retry
- we hopefully get rid of those false test failures
-
-Tue Mar 4 05:54:22 UTC 2008 William Otte <wotte@dre.vanderbilt.edu>
-
- * bin/svn_props.py:
- Automatically set default properties when svn complains.
-
-Mon Mar 3 11:22:18 UTC 2008 Johnny Willemsen <jwillemsen@remedy.nl>
-
- * bin/MakeProjectCreator/templates/bor.mpd:
- Just single line comments
-
- * bin/MakeProjectCreator/templates/gnu.mpd:
- Check VXWORKSLINK for 1
-
-Mon Mar 3 11:10:18 UTC 2008 Johnny Willemsen <jwillemsen@remedy.nl>
-
- * include/makeinclude/platform_vxworks5.5.x.GNU:
- * include/makeinclude/platform_vxworks6.2.GNU:
- * include/makeinclude/platform_vxworks6.3.GNU:
- * include/makeinclude/rules.bin.GNU:
- * include/makeinclude/rules.lib.GNU:
- Use 1 for VXWORKSLINK instead of true. Added footprint=1
- as flag to specify that you are doing a footprint build
-
-Mon Mar 3 10:49:28 UTC 2008 Abdullah Sowayan <abdullah.sowayan@lmco.com>
-
- * apps/JAWS/clients/WebSTONE/src/cgi-send.c:
- * apps/JAWS/clients/WebSTONE/src/genrand.c:
- * apps/JAWS/clients/WebSTONE/src/webmaster.c:
- * contrib/utility/Example/CommandLine/Foo/command.cpp:
- * contrib/utility/Example/ExH/BadCast/bad_cast.cpp:
- * contrib/utility/Example/ExH/Compound/compound.cpp:
- * contrib/utility/Example/ExH/HelloWorld/hello_world.cpp:
- * contrib/utility/Example/ExH/LogicToSystem/logic_to_system.cpp:
- * contrib/utility/Example/Hetero/Container/container.cpp:
- * contrib/utility/Example/Introspection/InheritanceTree/inheritance_tree.cpp:
- * contrib/utility/Example/Introspection/Traversal/driver.cpp:
- * contrib/utility/Test/ExH/Converter/converter.cpp:
- * contrib/utility/Test/ExH/Inline/inline.cpp:
- * contrib/utility/Test/ExH/Logic/DescriptiveException/descriptive_exception.cpp:
- * contrib/utility/Test/ExH/System/DescriptiveException/descriptive_exception.cpp:
- * contrib/utility/Test/Introspection/Inline/inline.cpp:
- * contrib/utility/Test/Synch/Inline/inline.cpp:
- * etc/xlc_dummy.cpp:
- * examples/Reactor/Proactor/test_aiocb.cpp:
- * examples/Reactor/Proactor/test_aiosig.cpp:
-
- Disable fuzz's check_for_improper_main_declaration check on these files.
- These files don't use ACE.
-
- * examples/Reactor/WFMO_Reactor/Multithreading.cpp:
- * examples/Reactor/WFMO_Reactor/Registration.cpp:
- * examples/Reactor/WFMO_Reactor/Registry_Changes.cpp:
- * examples/Threads/task_three.cpp:
-
- Use the proper form of ACE_TMAIN. Namely, the argv parameter
- should be "ACE_TCHAR *argv[]" instead of "ACE_TCHAR **argv"
- or "ACE_TCHAR *[]" instead of "ACE_TCHAR **"
-
- * apps/JAWS3/bench/average.cpp:
- * netsvcs/clients/Tokens/invariant/invariant.cpp:
-
- Use ACE_TMAIN instead of main as the program entry point to comply
- with ACE/TAO/CIAO coding standards.
-
-Mon Mar 3 08:58:18 UTC 2008 Johnny Willemsen <jwillemsen@remedy.nl>
-
- * include/makeinclude/platform_openvms.GNU:
- Improved this file
-
-Mon Mar 3 07:30:18 UTC 2008 Johnny Willemsen <jwillemsen@remedy.nl>
-
- * include/makeinclude/platform_openvms.GNU:
- Don't set INSLIB
-
-Mon Mar 3 07:00:18 UTC 2008 Johnny Willemsen <jwillemsen@remedy.nl>
-
- * include/makeinclude/rules.local.GNU:
- Rearranged some rules so that C files are compiled with the
- C compiler on OpenVMS
-
-Mon Mar 3 06:57:18 UTC 2008 Johnny Willemsen <jwillemsen@remedy.nl>
-
- * bin/ProcessVX.pm:
- Added support to specify a custom password for the iBoot
-
-Sun Mar 2 20:04:18 UTC 2008 Johnny Willemsen <jwillemsen@remedy.nl>
-
- * bin/ProcessVX.pm:
- Integrated some OCI changes for the iBoot
-
-Sun Mar 2 19:32:18 UTC 2008 Johnny Willemsen <jwillemsen@remedy.nl>
-
- * bin/auto_run_tests.pl:
- Use ACE_ROOT as defailt root test directory instead of the current
- directory
-
-Sun Mar 2 18:53:12 UTC 2008 Abdullah Sowayan <abdullah.sowayan@lmco.com>
-
- * ASNMP/agent/main.cpp:
- * ace/Svc_Conf_y.cpp:
- * apps/JAWS3/jaws3/main.cpp:
- * examples/Mem_Map/IO-tests/test_io.cpp:
- * examples/Reactor/Multicast/client.cpp:
- * examples/Reactor/Multicast/server.cpp:
- * examples/Reactor/Proactor/test_aiocb_ace.cpp:
- * examples/System_V_IPC/SV_Shared_Memory/SV_Shared_Memory_Test.cpp:
- * netsvcs/clients/Naming/Dump_Restore/createfile.cpp:
- * netsvcs/clients/Tokens/collection/collection.cpp:
- * netsvcs/clients/Tokens/collection/rw_locks.cpp:
- * netsvcs/clients/Tokens/deadlock/deadlock_detection_test.cpp:
- * netsvcs/clients/Tokens/invariant/invariant.cpp:
- * netsvcs/clients/Tokens/manual/manual.cpp:
- * netsvcs/clients/Tokens/mutex/test_mutex.cpp:
- * netsvcs/clients/Tokens/rw_lock/rw_locks.cpp:
- * performance-tests/Misc/context_switch_time.cpp:
- * performance-tests/Misc/test_guard.cpp:
- * performance-tests/Server_Concurrency/Leader_Follower/RT_CORBA_Leader_Follower.cpp:
- * performance-tests/Server_Concurrency/Queue_Based_Workers/RT_CORBA_Workers.cpp:
- * performance-tests/TTCP/ACE-C++/wrapper-new-ttcp.cpp:
-
- Use ACE_TMAIN instead of main as the program entry point to comply
- with ACE/TAO/CIAO coding standards.
-
- * examples/Mem_Map/IO-tests/Mem_Map_IO_Tests.mpc:
-
- MPC doesn't recognize ACE_TMAIN as an entry point, as such, we need
- to explicitly set exename in the MPC file.
-
- * apps/JAWS/clients/WebSTONE/src/webclient.c:
- * contrib/utility/Example/CommandLine/Foo/foo.cpp:
- * performance-tests/Synch-Benchmarks/context.c:
- * performance-tests/TTCP/C/new-ttcp.cpp:
- * tests/Unload_libACE.cpp:
-
- Disable fuzz's check_for_improper_main_declaration check on these files.
- These files don't use ACE.
-
-Sat Mar 1 19:09:18 UTC 2008 Johnny Willemsen <jwillemsen@remedy.nl>
-
- * bin/auto_run_tests.pl:
- Added -r as option to specify an alternate root test directory
- instead of the current directory. Combined this with -l we can
- then run perl scripts for testing project code.
-
-Thu Feb 28 16:08:18 UTC 2008 Johnny Willemsen <jwillemsen@remedy.nl>
-
- * bin/generate_compile_stats.sh:
- Added --compiler as option so that we can specify a different
- compiler then gcc
-
-Thu Feb 28 08:32:18 UTC 2008 Johnny Willemsen <jwillemsen@remedy.nl>
-
- * docs/ACE-bug-process.html:
- Removed cvs
-
-Wed Feb 27 19:28:18 UTC 2008 William Otte <wotte@william-ottes-macbook-pro.local>
-
- * bin/MakeProjectCreator/config/global.features:
- disable mcpp by default.
-
-Tue Feb 26 15:52:37 UTC 2008 Johnny Willemsen <jwillemsen@remedy.nl>
-
- * include/makeinclude/platform_openvms.GNU:
- Added support for buildbits=64
-
-Tue Feb 26 09:18:37 UTC 2008 Johnny Willemsen <jwillemsen@remedy.nl>
-
- * include/makeinclude/platform_openvms.GNU:
- Added some compiler flags to reduce the number of warnings/errors
- in the OpenVMS builds
-
-Mon Feb 25 19:44:37 UTC 2008 Johnny Willemsen <jwillemsen@remedy.nl>
-
- * bin/PerlACE/Process_Unix.pm:
- * bin/PerlACE/Process_Win32.pm:
- Added IgnoreHostRoot which can be set from a test script. That way
- when doing cross host testing we can make sure we don't get the
- executable from the host root directory. This is for example usefull
- when we want to spawn perl or another system utility
-
- * bin/PerlACE/Run_Test.pm:
- Removed commented out line
-
-Mon Feb 25 14:30:37 UTC 2008 Johnny Willemsen <jwillemsen@remedy.nl>
-
- * include/makeinclude/platform_vxwork6.2.GNU:
- * include/makeinclude/platform_vxwork6.3.GNU:
- Added LD_PARTIALFLAGS which can be set for footprint builds
-
-Mon Feb 25 08:13:37 UTC 2008 Johnny Willemsen <jwillemsen@remedy.nl>
-
- * ace/config-macros.h:
- Set ACE_HAS_INTEGRAL_TYPE_THR_FUNC_RETURN when
- ACE_THR_FUNC_RETURN is an integral type
-
- * ace/Task.cpp:
- Use ACE_HAS_INTEGRAL_TYPE_THR_FUNC_RETURN to determine whether
- we can do a reinterpret_cast or static_cast. This is much easier
- then checking all compilers
-
-Sun Feb 24 19:37:37 UTC 2008 Johnny Willemsen <jwillemsen@remedy.nl>
-
- * ace/Configuration.cpp:
- * ace/Configuration.h:
- * ace/Configuration.inl:
- Added new inline file
-
- * ace/Get_Opt.cpp:
- Prefix increment
-
- * ace/Event_Handler.h:
- Removed commented out code
-
-Sat Feb 23 06:56:37 UTC 2008 Johnny Willemsen <jwillemsen@remedy.nl>
-
- * include/makeinclude/platform_openvms.GNU:
- OpenVMS doesn't have rwho
-
-Fri Feb 22 18:55:37 UTC 2008 Johnny Willemsen <jwillemsen@remedy.nl>
-
- * ace/Message_Queue_NT.h:
- Fixed wrong include
-
-Fri Feb 22 14:20:37 UTC 2008 Johnny Willemsen <jwillemsen@remedy.nl>
-
- * ace/Message_Queue.{h,cpp,inl}:
- * ace/Message_Queue_NT.{h,cpp,inl}:
- * tests/Message_Queue_Test.cpp:
- * ace/ace.mpc:
- * ace/Makefile.am:
- Moved ACE_Message_Queue_NT to its own file
-
-Fri Feb 22 08:54:37 UTC 2008 Johnny Willemsen <jwillemsen@remedy.nl>
-
- * bin/global.features:
- Default optimize_collocated_invocations to 1
-
-Fri Feb 22 00:34:17 UTC 2008 Steve Huston <shuston@riverace.com>
-
- * bin/tao_orb_tests.lst: Added !LabVIEW_RT to all tests that haven't
- been adapted to the non-local filesystem mechanism I invented to run
- tests for LabVIEW RT targets (and can also be used for other target
- types). Now I can enable TAO tests for the LabVIEW RT scoreboard
- build.
-
-Thu Feb 21 15:25:37 UTC 2008 Johnny Willemsen <jwillemsen@remedy.nl>
-
- * docs/Download.html:
- Updated download links to point to x.6.3
-
- * etc/index.html:
- Updated for x.6.3
-
-Thu Feb 21 02:34:37 CST 2008 Johnny Willemsen <jwillemsen@remedy.nl>
-
- * ACE version 5.6.3 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: