summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Mon Feb 20 12:58:20 UTC 2012 Johnny Willemsen <jwillemsen@remedy.nl>Johnny Willemsen2012-02-2029-28/+60
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * TAO_IDL/be/be_visitor_argument/argument.h: * TAO_IDL/be/be_visitor_array/array.h: * TAO_IDL/be/be_visitor_attribute/attribute.h: * TAO_IDL/be/be_visitor_component/component.h: * TAO_IDL/be/be_visitor_component_fwd/component_fwd.h: * TAO_IDL/be/be_visitor_connector/connector.h: * TAO_IDL/be/be_visitor_constant/constant.h: * TAO_IDL/be/be_visitor_enum/enum.h: * TAO_IDL/be/be_visitor_exception/exception.h: * TAO_IDL/be/be_visitor_field/field.h: * TAO_IDL/be/be_visitor_home/home.h: * TAO_IDL/be/be_visitor_interface/interface.h: * TAO_IDL/be/be_visitor_interface_fwd/interface_fwd.h: * TAO_IDL/be/be_visitor_module/module.h: * TAO_IDL/be/be_visitor_native/native.h: * TAO_IDL/be/be_visitor_operation/operation.h: * TAO_IDL/be/be_visitor_root/root.h: * TAO_IDL/be/be_visitor_sequence/sequence.h: * TAO_IDL/be/be_visitor_structure/structure.h: * TAO_IDL/be/be_visitor_structure_fwd/structure_fwd.h: * TAO_IDL/be/be_visitor_typecode/typecode.h: * TAO_IDL/be/be_visitor_typedef/typedef.h: * TAO_IDL/be/be_visitor_union/union.h: * TAO_IDL/be/be_visitor_union_branch/union_branch.h: * TAO_IDL/be/be_visitor_union_fwd/union_fwd.h: * TAO_IDL/be/be_visitor_valuebox/valuebox.h: * TAO_IDL/be/be_visitor_valuetype/valuetype.h: * TAO_IDL/be/be_visitor_valuetype_fwd/valuetype_fwd.h: Fuzz
* Mon Feb 20 12:28:01 UTC 2012 Johnny Willemsen <jwillemsen@remedy.nl>Johnny Willemsen2012-02-20299-1013/+565
| | | | | | | | * TAO_IDL/*.*: Reworked TAO_IDL to compile all source files one by one. This way a change to one visitor will trigger the needed recompile with any make environment. Also external tools are now much easier able to handle TAO_IDL
* Mon Feb 20 11:16:47 UTC 2012 Johnny Willemsen <jwillemsen@remedy.nl>Johnny Willemsen2012-02-204-4/+7
| | | | | | | * TAO_IDL/be/be_type.cpp: * TAO_IDL/be/be_visitor_component/executor_exh.cpp: * TAO_IDL/be/be_visitor_component/executor_exs.cpp: Removed not needed includes
* ChangeLogTag: Fri Feb 17 23:10:37 UTC 2012 Adam Mitz <mitza@ociweb.com>mitza2012-02-1714-9/+95
|
* Tue Feb 14 22:57:00 UTC 2012 William R. Otte <wotte@dre.vanderbilt.edu>William R. Otte2012-02-1444-81/+134
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * ace/ACE.cpp: * ace/Dev_Poll_Reactor.cpp: * ace/Handle_Set.cpp: * ace/High_Res_Timer.h: * ace/High_Res_Timer.cpp: * ace/INET_Addr.h: * ace/INET_Addr.cpp: * ace/Monitor_Control/Bytes_Received_Monitor.h: * ace/Monitor_Control/Bytes_Received_Monitor.cpp: * ace/Monitor_Control/Bytes_Sent_Monitor.h: * ace/Monitor_Control/Bytes_Sent_Monitor.cpp: * ace/Monitor_Control/CPU_Load_Monitor.h: * ace/Monitor_Control/CPU_Load_Monitor.cpp: * ace/Monitor_Control/Linux_Network_Interface_Monitor.h: * ace/Monitor_Control/Linux_Network_Interface_Monitor.cpp: * ace/Monitor_Control/Num_Threads_Monitor.h: * ace/Monitor_Control/Num_Threads_Monitor.cpp: * ace/Monitor_Control/Packets_Received_Monitor.h: * ace/Monitor_Control/Packets_Received_Monitor.cpp: * ace/Monitor_Control/Packets_Sent_Monitor.h: * ace/Monitor_Control/Packets_Sent_Monitor.cpp: * ace/OS_NS_netdb.cpp: * ace/OS_NS_sys_socket.h: * ace/OS_NS_sys_socket.inl: * ace/OS_NS_time.inl: * ace/OS_NS_unistd.inl: * ace/SOCK_Dgram.cpp: * ace/SOCK_Dgram_Mcast.cpp: * ace/Select_Reactor_T.cpp: * ace/config-linux.h: * ace/os_include/os_pthread.h: * apps/JAWS/clients/WebSTONE/src/nsapi-includes/base/systems.h: * examples/APG/Signals/SigInfo.cpp: * tests/INET_Addr_Test_IPV6.cpp: * tests/MT_Reference_Counted_Event_Handler_Test.cpp: * tests/Malloc_Test.cpp: * tests/Multicast_Test.cpp: * tests/Naming_Test.cpp: * tests/Proactor_Test.cpp: * tests/Proactor_Test_IPV6.cpp: * tests/Proactor_UDP_Test.cpp: * tests/Process_Test.cpp: * tests/SSL/Bug_2912_Regression_Test.cpp: Created a new macro, ACE_LINUX, which replaces all non-standard tests for linux, __linux, and __linux__.
* ChangeLogTag: Mon Feb 13 16:38:15 UTC 2012 Adam Mitz <mitza@ociweb.com>mitza2012-02-132-0/+8
|
* Valgrind updateJohnny Willemsen2012-02-091-1/+0
|
* Added suppressJohnny Willemsen2012-02-081-1/+1
|
* Added suppressJohnny Willemsen2012-02-081-0/+7
|
* Tue Feb 7 12:56:41 UTC 2012 Johnny Willemsen <jwillemsen@remedy.nl>Johnny Willemsen2012-02-072-1/+6
| | | | | * ace/XtReactor/XtReactor.cpp: Use C++ cast to silence warning
* Tue Feb 7 11:27:58 UTC 2012 Johnny Willemsen <jwillemsen@remedy.nl>Johnny Willemsen2012-02-072-4/+11
| | | | | * tests/Compression/RLECompressorTest.cpp: Unicode fix
* Tue Feb 7 11:05:19 UTC 2012 Johnny Willemsen <jwillemsen@remedy.nl>Johnny Willemsen2012-02-075-1/+32
| | | | | | | | * tao/XtResource/XtResource_Factory.h: * tao/XtResource/XtResource_Factory.cpp: * tao/XtResource/XtResource_Loader.h: * tao/XtResource/XtResource_Loader.cpp: Added versioned namespace macros
* Tue Feb 7 09:54:31 UTC 2012 Johnny Willemsen <jwillemsen@remedy.nl>Johnny Willemsen2012-02-0710-60/+61
| | | | | | | | | | | | | | | | | | | | * MPC/config/compression.mpb: Added anytypecode * tao/DynamicInterface/Request.h: Doxygen fix * tao/GIOP_Message_Base.cpp: * tao/Tagged_Profile.cpp: Typo fixe * tao/ZIOP/ZIOP.cpp: Added rle * tests/POA/FindPOA/Adapter_Activator.h: * tests/POA/FindPOA/Adapter_Activator.cpp: * tests/POA/FindPOA/FindPOA.cpp: Fixed compile problems with versioned namespaces
* try to fix errorJohnny Willemsen2012-02-011-8/+1
|
* Tue Jan 31 20:19:16 UTC 2012 Johnny Willemsen <jwillemsen@remedy.nl>Johnny Willemsen2012-01-313-4/+8
| | | | | | * examples/Web_Crawler/Iterators.cpp: * performance-tests/Misc/context_switch_time.cpp: Fixed gcc 4.7 warning
* Tue Jan 31 20:17:35 UTC 2012 Johnny Willemsen <jwillemsen@remedy.nl>Johnny Willemsen2012-01-312-7/+7
| | | | | * examples/IPC_SAP/SOCK_SAP/CPP-memclient.cpp: Fixed gcc 4.7 warning
* windows fixJohnny Willemsen2012-01-311-3/+1
|
* Corrected version numbersJohnny Willemsen2012-01-311-6/+6
|
* Mon Jan 30 10:39:58 UTC 2012 Johnny Willemsen <jwillemsen@remedy.nl>Johnny Willemsen2012-01-302-3/+8
| | | | | * tests/Compression/RLECompressorTest.cpp: Fixed unicode compile error
* Mon Jan 30 10:17:02 UTC 2012 Johnny Willemsen <jwillemsen@remedy.nl>Johnny Willemsen2012-01-305-13/+18
| | | | | | | | | | | | | | * tests/Compression/Compression_Test.mpc: Added missing base project * tests/POA/FindPOA/Adapter_Activator.h: * tests/POA/FindPOA/Adapter_Activator.cpp: * tests/POA/FindPOA/FindPOA.cpp: Moved the adapter activator to this test * tao/PortableServer/Adapter_Activator.h: * tao/PortableServer/Adapter_Activator.cpp: Removed these files, shouldn't be part of the core
* ChangeLogTag: Mon Jan 30 09:48:00 UTC 2012 Simon Massey <simon dot massey ↵sma2012-01-304-2/+20
| | | | at prismtech dot com>
* Fri Jan 27 18:47:34 UTC 2012 Johnny Willemsen <jwillemsen@remedy.nl>Johnny Willemsen2012-01-275-8/+19
| | | | | | | * tests/Compression/RLECompressorTest.cpp: * tests/ZIOP/TestCompressor/TestCompressor.h: * tests/ZIOP/TestCompressor/TestCompressor.cpp: Fixed compile errors
* FuzzJohnny Willemsen2012-01-272-4/+5
|
* Fri Jan 27 10:51:42 UTC 2012 Johnny Willemsen <jwillemsen@remedy.nl>Johnny Willemsen2012-01-272-3/+9
| | | | | * tao/IORManipulation/IORManipulation.cpp: Fixed gcc 4.7 warning
* Fri Jan 27 10:26:55 UTC 2012 Johnny Willemsen <jwillemsen@remedy.nl>Johnny Willemsen2012-01-276-3/+222
| | | | | | | | | | | * MPC/config/rlecompressor.mpb: No requires * tests/Compression/Compression_Test.mpc: * tests/Compression/RLECompressorTest.cpp: * tests/Compression/bzip2server.cpp: * tests/Compression/run_test.pl: Added rle test
* Fri Jan 27 09:48:07 UTC 2012 Johnny Willemsen <jwillemsen@remedy.nl>Johnny Willemsen2012-01-2723-25/+470
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * MPC/config/rlecompressor.mpb: * tao/Compression/rle/RLECompressor.h: * tao/Compression/rle/RLECompressor.cpp: * tao/Compression/rle/RLECompressor.mpc: * tao/Compression/rle/RLECompressor_Factory.h: * tao/Compression/rle/RLECompressor_Factory.cpp: * tao/Compression/rle/RLECompressor_export.h: * tao/Compression/rle/TAO_RLECompressor.rc: Added new rle compressor which has been contributed by Derek Dominish <derek dot dominish at dsto dot defence dot gov dot au> * tao/Compression/Base_Compressor.h: * tao/Compression/Base_Compressor.cpp: * tao/Compression/Compression.pidl: * tao/Compression/bzip2/Bzip2Compressor.h: * tao/Compression/bzip2/Bzip2Compressor.cpp: * tao/Compression/bzip2/Bzip2Compressor_Factory.cpp: * tao/Compression/lzo/LzoCompressor.h: * tao/Compression/lzo/LzoCompressor.cpp: * tao/Compression/lzo/LzoCompressor_Factory.cpp: * tao/Compression/zlib/ZlibCompressor.h: * tao/Compression/zlib/ZlibCompressor.cpp: * tao/Compression/zlib/ZlibCompressor_Factory.cpp: Changed base compressor constructor to first accept factory and then the level * tao/orbconf.h: Given the fact that we now have the rle compressor that doesn't depend on any external project we enable ZIOP by default in the ORB
* Fri Jan 27 09:39:57 UTC 2012 Johnny Willemsen <jwillemsen@remedy.nl>Johnny Willemsen2012-01-273-1/+15
| | | | | | | | * ace/FlReactor/FlReactor.cpp: Const change * bin/valgrind.supp: Added another suppress
* Fri Jan 27 09:01:51 UTC 2012 Johnny Willemsen <jwillemsen@remedy.nl>Johnny Willemsen2012-01-2713-62/+104
| | | | | | | | | | * NEWS: * bin/diff-builds-and-group-fixed-tests-only.sh: * bin/make_release.py: * docs/Download.html: * docs/bczar/bczar.html: * etc/index.html: Updated for next release
* ChangeLogTag:Fri Jan 27 08:58:54 CET 2012 Johnny Willemsen ↵Johnny Willemsen2012-01-2746-73/+89
| | | | <jwillemsen@remedy.nl>
* Thu Jan 26 20:38:47 UTC 2012 Phil Mesnier <mesnier_p@ociweb.com>Phil Mesnier2012-01-262-0/+11
| | | | | | | | | * ace/Condition_T.cpp: In order to allow building with inlining on MacOSX Lion, Condition_T.cpp needs to explicitly include Time_Value.h. In many cases, Time_Value.h was being incidentally included, such as through Atomic_Op_GCC_T.cpp, but that is specifically excluded for Lion builds using the clang compiler.
* Thu Jan 26 10:57:30 UTC 2012 Martin Corino <mcorino@remedy.nl>mcorino2012-01-262-5/+10
| | | | | | * dance/LocalityManager/Interceptors/Best_Effort.cpp: Fixed incorrect log texts.
* Thu Jan 26 10:56:23 UTC 2012 Martin Corino <mcorino@remedy.nl>mcorino2012-01-262-3/+5
| | | | | | * ciao/Deployment/Interceptors/Deployment_Interceptors.h: Removed duplicate function declaration.
* Wed Jan 25 11:57:00 UTC 2012 Simon Massey <simon dot massey at prismtech ↵sma2012-01-252-1/+6
| | | | | | | dot com> * MPC/config/bzip2compressor.mpb: Fixed typo in after += Bzip22Compressor, should be Bzip2Compressor.
* FuzzJohnny Willemsen2012-01-242-3/+3
|
* Tue Jan 24 19:14:53 UTC 2012 Johnny Willemsen <jwillemsen@remedy.nl>Johnny Willemsen2012-01-2410-18/+345
| | | | | | | | | | | | | | | * connectors/dds4ccm/impl/CCM_DataReader.h: * connectors/dds4ccm/impl/CCM_DataWriter.h: * connectors/dds4ccm/impl/DDS_Subscriber_Base_T.cpp: * connectors/dds4ccm/impl/DDS_Update_T.cpp: * connectors/dds4ccm/impl/DDS_Write_T.cpp: Make it possible to also use _get_component on the dds_entity ports * connectors/dds4ccm/tests/GetComponent/Event/Component/GCE_Test_Component_exec.cpp: * connectors/dds4ccm/tests/GetComponent/Event/descriptors/Plan.cdp: * connectors/dds4ccm/tests/GetComponent/State/Component/GCS_Test_Component_exec.cpp: * connectors/dds4ccm/tests/GetComponent/State/descriptors/Plan.cdp: Test _get_component on the dds_entity ports
* Tue Jan 24 18:31:45 UTC 2012 Johnny Willemsen <jwillemsen@remedy.nl>Johnny Willemsen2012-01-245-4/+56
| | | | | | | | | | * tests/Bug_3769_Regression/Foo.idl: * tests/Bug_3769_Regression/Foo_exec.h: * tests/Bug_3769_Regression/Foo_exec.cpp: * tests/Bug_3769_Regression/descriptors/DeploymentPlan.cdp: Extended this test for supports with attributes, thanks to Michael Frommberger <michael dot frommberger at gmx dot net> for extending this test
* Tue Jan 24 16:50:39 UTC 2012 Chip Jones <jonesc@ociweb.com>jonesc2012-01-242-0/+10
| | | | | | * NEWS: Added information about IDL dependency generation.
* Tue Jan 24 16:44:22 UTC 2012 Chip Jones <jonesc@ociweb.com>jonesc2012-01-242-0/+10
| | | | | | * NEWS: Added information about IDL dependency generation.
* Tue Jan 24 16:33:35 UTC 2012 Jeff Parsons <j.parsons@vanderbilt.edu>parsons2012-01-242-0/+10
|
* Tue Jan 24 15:26:24 UTC 2012 Johnny Willemsen <jwillemsen@remedy.nl>Johnny Willemsen2012-01-242-1/+8
| | | | | * bin/MakeProjectCreator/config/conv_lib.mpb: Fixed cleanup bug
* Tue Jan 24 14:40:00 UTC 2012 Johnny Willemsen <jwillemsen@remedy.nl>Johnny Willemsen2012-01-242-1/+7
| | | | | | * bin/fuzz.pl: Can't check mpc files, when they contain gnuace specific stuff they need tabs
* Tue Jan 24 14:29:18 UTC 2012 Johnny Willemsen <jwillemsen@remedy.nl>Johnny Willemsen2012-01-242-1/+6
| | | | | * bin/fuzz.pl: Fixed problem
* Tue Jan 24 13:52:20 UTC 2012 Johnny Willemsen <jwillemsen@remedy.nl>Johnny Willemsen2012-01-242-1/+6
| | | | | * bin/fuzz.pl: Also check mpc files for tabs
* Tue Jan 24 13:48:49 UTC 2012 Johnny Willemsen <jwillemsen@remedy.nl>Johnny Willemsen2012-01-2483-570/+149
| | | | Removed left over from automake removal
* Tue Jan 24 13:33:32 UTC 2012 Johnny Willemsen <jwillemsen@remedy.nl>Johnny Willemsen2012-01-243-9/+12
| | | | | | | | * examples/BasicSP/BMClosedED/BMClosedED_exec.cpp: Layout changes * rules.ciao.GNU: Small simplification
* cleanupJohnny Willemsen2012-01-241-4/+2
|
* Tue Jan 24 13:31:49 UTC 2012 Johnny Willemsen <jwillemsen@remedy.nl>Johnny Willemsen2012-01-242-0/+6
| | | | | * examples/Reactor/WFMO_Reactor/Network_Events.cpp: Fixed gcc warning
* Tue Jan 24 12:05:47 UTC 2012 Johnny Willemsen <jwillemsen@remedy.nl>Johnny Willemsen2012-01-243-13/+45
| | | | | | * connectors/dds4ccm/tests/GetComponent/Event/Component/GCE_Test_Component_exec.cpp: * connectors/dds4ccm/tests/GetComponent/State/Component/GCS_Test_Component_exec.cpp: Narrow the result of _get_component to the connector interface
* Mon Jan 23 20:21:50 UTC 2012 Johnny Willemsen <jwillemsen@remedy.nl>Johnny Willemsen2012-01-235-4/+17
| | | | | * bin/MakeProjectCreator/templates/gnu.mpd: Fixed support for idl3toxmi and idl3toidl2 flags
* Mon Jan 23 20:12:06 UTC 2012 Johnny Willemsen <jwillemsen@remedy.nl>Johnny Willemsen2012-01-233-2/+6
| | | | | | * MPC/config/taobaseidl3toidl2defaults.mpb: * MPC/config/taoidl3toxmidefaults.mpb: Reverted change below, triggers error in normal build