summaryrefslogtreecommitdiff
path: root/TAO/MPC
Commit message (Collapse)AuthorAgeFilesLines
* removed invalid base project from tao_idl_feAdam Mitz2021-08-261-1/+1
|
* Updated tao_idl_fe base project.Adam Mitz2021-07-221-1/+1
| | | | | | Projects that use tao_idl_fe need TAO_ROOT on preprocessor include path, due to the recent change to idl_defines.h including idl_features.h from tao.
* Defer Including rules.tao.GNU for gnuaceFred Hornsey2021-04-071-1/+1
| | | | | | | | | | | | | | | | Alternative fix for https://github.com/objectcomputing/OpenDDS/pull/2559. See there for details. https://github.com/DOCGroup/ACE_TAO/pull/1296 changed the order of includes of rules make files to effectively being how the base projects that set them are included. This can lead to the order of `GNUACE_PROJECT_VERSION ?=` being set differently than what the case was in ACE6/TAO2. The result in OpenDDS is that so library files get TAO's version number. This tires to fix that by including `tao.rules.GNU` at a marker after the `extension` marker.
* Merge branch 'taoidl' into taoidl-tao3Adam Mitz2021-01-221-2/+2
|\
| * MPC updates for building TAO in a path with spacesAdam Mitz2021-01-211-2/+2
| |
* | Add precious files support and template cleanupMartin Corino2020-11-112-1/+6
|/ | | | | | | | | | | | * TAO/MPC/config/tao_rules.mpb: Added. * ACE/bin/MakeProjectCreator/modules/GNUACEProjectCreator.pm: * ACE/bin/MakeProjectCreator/templates/gnu.mpd: * TAO/MPC/config/taodefaults.mpb: * TAO/TAO_IDL/tao_idl.mpc: * TAO/TAO_IDL/tao_idl_be.mpc: * TAO/TAO_IDL/tao_idl_fe.mpc:
* TAO_Security requires TAO_Svc_UtilsAdam Mitz2019-04-181-1/+1
|
* Allow IDL output in places other than IDL file locFred Hornsey2019-01-141-0/+1
| | | | | Using "output_follows_input = 0", set IDL output location to be the current directory when using "IDL_Files" in MPC.
* Updated mpc/mpb files to accurately reflect library dependencies.Adam Mitz2016-01-263-3/+3
| | | | | | By listing all required libraries in mpb files, when executables are built all used libraries (even indirectly used) will appear on the linker command line. This is required for static libs and probably a good idea for shared libs.
* Taking the generation of the AmiC-file into account when determining themarcelsmit2015-03-271-1/+1
| | | | | | | header_outputext. It could be that an MPC project just want to generate the AmiC header and source. * TAO/MPC/config/taobaseidldefaults.mpb:
* Reverted last change regarding the source_outputext.marcelsmit2015-03-261-1/+1
| | | | * TAO/MPC/config/taobaseidldefaults.mpb:
* Fixed header_outputext and source_outputextmarcelsmit2015-03-251-2/+2
| | | | * TAO/MPC/config/taobaseidldefaults.mpb:
* Header ouput extension should be optional otherwise the make filesmarcelsmit2015-03-251-4/+4
| | | | | | | always has an header included. This goes wrong when only an IDL file is created by the R/TAO IDL compiler. * TAO/MPC/config/taobaseidldefaults.mpb:
* Perl filesJohnny Willemsen2015-01-071-1/+0
|
* Also handle mpb filesJohnny Willemsen2015-01-07185-361/+0
|
* Thu Dec 19 13:33:18 UTC 2013 Johnny Willemsen <jwillemsen@remedy.nl>Johnny Willemsen2013-12-194-6/+15
| | | | | | | | | | | * MPC/config/corba_e_compact.mpb: * MPC/config/corba_e_micro.mpb: * MPC/config/minimum_corba.mpb: * MPC/config/taobaseidldefaults.mpb: Changed CORBA/e feature support, move the feature idl flags to taobaseidldefaults to not pull in the IDL Files custom rules
* Thu Apr 18 22:32:11 UTC 2013 Phil Mesnier <mesnier_p@ociweb.com>Phil Mesnier2013-04-181-1/+1
|
* Tue Apr 16 03:10:56 UTC 2013 Phil Mesnier <mesnier_p@ociweb.com>Phil Mesnier2013-04-161-1/+1
|
* Mon Apr 15 16:48:16 UTC 2013 Phil Mesnier <mesnier_p@ociweb.com>Phil Mesnier2013-04-153-2/+9
|
* ChangeLogTag: Mon Apr 15 14:26:39 UTC 2013 Adam Mitz <mitza@ociweb.com>mitza2013-04-154-4/+4
|
* ChangeLogTag: Mon Apr 15 14:12:56 UTC 2013 Adam Mitz <mitza@ociweb.com>mitza2013-04-151-1/+1
|
* Fri Apr 12 20:58:38 UTC 2013 Phil Mesnier <mesnier_p@ociweb.com>Phil Mesnier2013-04-121-1/+1
|
* Fri Mar 29 13:11:10 UTC 2013 Johnny Willemsen <jwillemsen@remedy.nl>Johnny Willemsen2013-03-291-1/+0
| | | | | | | | | | | | | | * MPC/config/tao_versioning_idl_defaults.mpb: Zapped empty line * TAO_IDL/be/be_codegen.cpp: * TAO_IDL/be/be_global.cpp: * TAO_IDL/be/be_util.cpp: * TAO_IDL/be_include/be_global.h: Added versioning_include to specify a different versioned header include and resolved some problems when trying to use versioned namespaces also for the application code
* Thu Mar 7 17:03:16 UTC 2013 Phil Mesnier <mesnier_p@ociweb.com>Phil Mesnier2013-03-072-2/+2
|
* Added threads to dependencies of the ftclientorb base project.stanleyk2013-02-281-1/+1
|
* Tue Feb 19 18:28:46 UTC 2013 Phil Mesnier <mesnier_p@ociweb.com>Phil Mesnier2013-02-191-1/+1
|
* Thu Feb 7 22:55:30 UTC 2013 Phil Mesnier <mesnier_p@ociweb.com>Phil Mesnier2013-02-071-1/+1
| | | | | | * MPC/config/dynamic_tp.mpb: * tests/Dynamic_TP/POA_Loader/Dynamic_TP_POA_Test_Static/server.cpp: Fix scoreboard issues with corba_e_micro avoidance and a compile warning.
* Fixed dependency issues. Fixed erroneous avoids in Naming_Service mpc.stanleyk2013-02-061-1/+1
|
* Merge in OCI_Reliability_Enhancements branch. stanleyk2013-02-055-1/+31
|
* Mon Aug 6 07:57:41 UTC 2012 Johnny Willemsen <jwillemsen@remedy.nl>Johnny Willemsen2012-08-061-1/+1
| | | | | | * MPC/config/taobaseidldefaults.mpb: There is no S.inl file anymore, so cleaned up some rules
* Fri Aug 3 08:17:55 UTC 2012 Johnny Willemsen <jwillemsen@remedy.nl>Johnny Willemsen2012-08-031-10/+9
| | | | | | * MPC/config/taobaseidldefaults.mpb: Ran more tests, this file is really complex to maintain
* Fri Aug 3 07:41:33 UTC 2012 Johnny Willemsen <jwillemsen@remedy.nl>Johnny Willemsen2012-08-031-1/+1
| | | | | | * MPC/config/taobaseidldefaults.mpb: Another set of fixes, this file is getting way too complex
* Fri Aug 3 07:03:59 UTC 2012 Johnny Willemsen <jwillemsen@remedy.nl>Johnny Willemsen2012-08-031-8/+2
| | | | | | * MPC/config/taobaseidldefaults.mpb: Fixed duplicate files being added
* Thu Aug 2 17:55:12 UTC 2012 Johnny Willemsen <jwillemsen@remedy.nl>Johnny Willemsen2012-08-021-7/+21
| | | | | | | | * MPC/config/taobaseidldefaults.mpb: More improvements to file handling, thanks to Adam Mitz for testing more cases
* Thu Aug 2 12:28:04 UTC 2012 Johnny Willemsen <jwillemsen@remedy.nl>Johnny Willemsen2012-08-021-5/+3
| | | | | | * MPC/config/taobaseidldefaults.mpb: Further improved this file for the new options
* Thu Aug 2 09:20:20 UTC 2012 Johnny Willemsen <jwillemsen@remedy.nl>Johnny Willemsen2012-08-021-2/+6
| | | | | | | | | | | | * MPC/config/taobaseidldefaults.mpb: * TAO_IDL/be/be_global.cpp: * TAO_IDL/be/be_produce.cpp: * TAO_IDL/be/be_util.cpp: * TAO_IDL/be_include/be_global.h: * docs/compiler.html: Added -Sch to disable stub header generation, -Ssh to disable servant header
* Thu Jun 7 07:53:27 UTC 2012 Marcel Smit <msmit@remedy.nl>msmit2012-06-072-2/+2
| | | | | | * MPC/config/gen_ostream.mpb: * MPC/config/taoidldefaults.mpb: Fixed compile issues related to GEN_OSTREAM.
* Sun May 13 12:48:34 UTC 2012 Johnny Willemsen <jwillemsen@remedy.nl>Johnny Willemsen2012-05-131-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * MPC/config/rlecompressor.mpb: Reorder base projects * TAO_IDL/be/be_visitor_native/native_ch.cpp: Layout chage * examples/AMH/Sink_Server/Client_Task.cpp: * examples/Load_Balancing_persistent/Identity_Client.cpp: * examples/Load_Balancing_persistent/Load_Balancer_i.cpp: * examples/RTCORBA/Activity/Thread_Task.cpp: * examples/RTScheduling/DT_Creator.h: * orbsvcs/examples/Notify/ThreadPool/Consumer.cpp: * orbsvcs/performance-tests/LoadBalancing/LBPerf/CPU/client.cpp: * orbsvcs/performance-tests/LoadBalancing/LBPerf/RPS/client.cpp: * orbsvcs/performance-tests/RTEvent/Colocated_Roundtrip/driver.cpp: * orbsvcs/performance-tests/RTEvent/Federated_Roundtrip/client.cpp: * orbsvcs/performance-tests/RTEvent/RTCORBA_Baseline/client.cpp: * orbsvcs/performance-tests/RTEvent/RTCORBA_Callback/client.cpp: * orbsvcs/performance-tests/RTEvent/Roundtrip/client.cpp: * orbsvcs/performance-tests/RTEvent/TCP_Baseline/client.cpp: * orbsvcs/tests/AVStreams/Latency/ping.cpp: * orbsvcs/tests/AVStreams/Latency/pong.cpp: * orbsvcs/tests/AVStreams/Pluggable_Flow_Protocol/sender.cpp: * orbsvcs/tests/EC_Throughput/ECT_Consumer_Driver.cpp: * orbsvcs/tests/EC_Throughput/ECT_Supplier_Driver.cpp: * orbsvcs/tests/EC_Throughput/ECT_Throughput.cpp: * orbsvcs/tests/Event/Basic/Observer.cpp: * orbsvcs/tests/Event/Basic/Reconnect.cpp: * orbsvcs/tests/Event/Performance/Connect.cpp: * orbsvcs/tests/Event/Performance/Latency.cpp: * orbsvcs/tests/Event/lib/Driver.cpp: * orbsvcs/tests/InterfaceRepo/Latency_Test/Latency_Query_Client.cpp: * orbsvcs/tests/Notify/lib/Task_Stats.h: * orbsvcs/tests/Notify/lib/Task_Stats.cpp: * orbsvcs/tests/Notify/performance-tests/RedGreen/RedGreen_Test.cpp: * orbsvcs/tests/Notify/performance-tests/Throughput/Throughput.cpp: * performance-tests/Anyop/anyop.cpp: * performance-tests/Callback/client.cpp: * performance-tests/Latency/AMH_Single_Threaded/client.cpp: * performance-tests/Latency/AMI/client.cpp: * performance-tests/Latency/Collocation/Client_Task.cpp: * performance-tests/Latency/DII/client.cpp: * performance-tests/Latency/DSI/client.cpp: * performance-tests/Latency/Deferred/client.cpp: * performance-tests/Latency/Single_Threaded/client.cpp: * performance-tests/Latency/Thread_Per_Connection/client.cpp: * performance-tests/Latency/Thread_Pool/client.cpp: * performance-tests/POA/Create_Reference/create_reference.cpp: * performance-tests/POA/Implicit_Activation/client.cpp: * performance-tests/POA/Implicit_Activation/collocated.cpp: * performance-tests/Protocols/receiver.cpp: * performance-tests/Protocols/sender.cpp: * performance-tests/RTCorba/Multiple_Endpoints/Orb_Per_Priority/client.cpp: * performance-tests/RTCorba/Multiple_Endpoints/Single_Endpoint/client.cpp: * performance-tests/RTCorba/Oneways/Reliable/client.cpp: * performance-tests/RTCorba/Thread_Pool/client.cpp: * performance-tests/Sequence_Latency/AMH_Single_Threaded/client.cpp: * performance-tests/Sequence_Latency/AMI/client.cpp: * performance-tests/Sequence_Latency/DII/client.cpp: * performance-tests/Sequence_Latency/DSI/client.cpp: * performance-tests/Sequence_Latency/Deferred/client.cpp: * performance-tests/Sequence_Latency/Single_Threaded/client.cpp: * performance-tests/Sequence_Latency/Thread_Per_Connection/client.cpp: * performance-tests/Sequence_Latency/Thread_Pool/client.cpp: * performance-tests/Throughput/Receiver.cpp: * performance-tests/Throughput/client.cpp: * tests/Portable_Interceptors/Benchmark/client.cpp: * tests/Smart_Proxies/Benchmark/client.cpp: Use ACE_High_Res_Timer::global_scale_factor_type * tests/OBV/ValueBox/vb_basic.idl: Removed invalid id
* Thu Feb 23 12:30:56 UTC 2012 Johnny Willemsen <jwillemsen@remedy.nl>Johnny Willemsen2012-02-231-0/+1
| | | | | * MPC/config/rlecompressor.mpb: Fuzz fix
* Thu Feb 23 08:00:29 UTC 2012 Johnny Willemsen <jwillemsen@remedy.nl>Johnny Willemsen2012-02-231-2/+1
| | | | | | | | | | | | | | * MPC/config/rlecompressor.mpb: * tao/Compression/rle/RLECompressor.cpp: * tao/Compression/rle/RLECompressor.mpc: * tao/Compression/rle/RLECompressor_Factory.cpp: * tao/Compression/rle/TAO_RLECompressor.rc: * tests/Compression/RLECompressorTest.cpp: Updated for the move of the rle compressor to a new ACE library * tao/AnyTypeCode/Any.cpp: * tao/AnyTypeCode/NVList.cpp: Layout changes
* Tue Feb 7 09:54:31 UTC 2012 Johnny Willemsen <jwillemsen@remedy.nl>Johnny Willemsen2012-02-071-1/+1
| | | | | | | | | | | | | | | | | | | | * 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
* Fri Jan 27 10:26:55 UTC 2012 Johnny Willemsen <jwillemsen@remedy.nl>Johnny Willemsen2012-01-271-1/+1
| | | | | | | | | | | * 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-271-0/+7
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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
* Wed Jan 25 11:57:00 UTC 2012 Simon Massey <simon dot massey at prismtech ↵sma2012-01-251-1/+1
| | | | | | | dot com> * MPC/config/bzip2compressor.mpb: Fixed typo in after += Bzip22Compressor, should be Bzip2Compressor.
* Tue Jan 24 13:48:49 UTC 2012 Johnny Willemsen <jwillemsen@remedy.nl>Johnny Willemsen2012-01-2412-55/+2
| | | | Removed left over from automake removal
* Fri Jan 20 10:31:19 UTC 2012 Johnny Willemsen <jwillemsen@remedy.nl>Johnny Willemsen2012-01-201-3/+7
|
* (no commit message)Johnny Willemsen2012-01-201-1/+5
|
* Mon Jan 16 22:03:43 UTC 2012 Chip Jones <jonesc@ociweb.com>jonesc2012-01-171-1/+1
| | | | | | | | | | | * MPC/config/taoidldefaults.mpb: Added ace_idl_dependencies as a base project of taobaseidldefaults. This is a merge of work done in the 'tao-mpc_performance' branch.
* Thu Dec 29 13:37:22 UTC 2011 Johnny Willemsen <jwillemsen@remedy.nl>Johnny Willemsen2011-12-292-2/+2
| | | | | | * MPC/config/ziop.mpb: ZIOP doesn't work with corba/e micro
* (no commit message)Johnny Willemsen2011-11-281-1/+4
|