├── ACE ├── examples │ ├── ASX │ │ ├── .gitignore │ │ ├── CCM_App │ │ │ └── .gitignore │ │ └── Message_Queue │ │ │ └── .gitignore │ ├── DLL │ │ └── .gitignore │ ├── Export │ │ └── .gitignore │ ├── IPC_SAP │ │ ├── FILE_SAP │ │ │ ├── testfile │ │ │ └── .gitignore │ │ ├── DEV_SAP │ │ │ ├── reader │ │ │ │ └── .gitignore │ │ │ └── writer │ │ │ │ └── .gitignore │ │ ├── SSL_SAP │ │ │ └── local_data │ │ ├── ATM_SAP │ │ │ └── .gitignore │ │ ├── SOCK_SAP │ │ │ └── local_data │ │ ├── UPIPE_SAP │ │ │ └── .gitignore │ │ └── FIFO_SAP │ │ │ └── .gitignore │ ├── Synch │ │ ├── .gitignore │ │ └── Synch.mpc │ ├── Web_Crawler │ │ └── .gitignore │ ├── APG │ │ ├── Streams │ │ │ ├── .gitignore │ │ │ ├── RecordingDevice_QC.h │ │ │ └── RecordingDevice_USRVM.h │ │ ├── Active_Objects │ │ │ └── .gitignore │ │ ├── Proactor │ │ │ └── .gitignore │ │ ├── Config │ │ │ └── .gitignore │ │ ├── Timers │ │ │ └── .gitignore │ │ ├── Naming │ │ │ ├── Graphable_Element.cpp │ │ │ ├── svc.conf │ │ │ └── .gitignore │ │ ├── Sockets │ │ │ └── .gitignore │ │ ├── Svc_Config │ │ │ ├── status.ini │ │ │ ├── svc.conf.static │ │ │ └── .gitignore │ │ ├── Misc_IPC │ │ │ └── .gitignore │ │ ├── Shared_Memory │ │ │ └── .gitignore │ │ ├── Signals │ │ │ └── .gitignore │ │ ├── Processes │ │ │ └── .gitignore │ │ ├── ThreadPools │ │ │ └── .gitignore │ │ └── Threads │ │ │ └── .gitignore │ ├── Mem_Map │ │ ├── IO-tests │ │ │ └── .gitignore │ │ └── file-reverse │ │ │ └── .gitignore │ ├── Reactor │ │ ├── Ntalker │ │ │ ├── .gitignore │ │ │ └── Reactor_Ntalker.mpc │ │ ├── Dgram │ │ │ └── .gitignore │ │ ├── FIFO │ │ │ └── .gitignore │ │ └── Multicast │ │ │ └── .gitignore │ ├── Logger │ │ ├── client │ │ │ ├── .gitignore │ │ │ └── Logger_client.mpc │ │ ├── Acceptor-server │ │ │ ├── .gitignore │ │ │ └── Logger_Acceptor_Server.mpc │ │ └── simple-server │ │ │ ├── .gitignore │ │ │ └── Logger_Simple_Server.mpc │ ├── OS │ │ └── Process │ │ │ └── .gitignore │ ├── Bounded_Packet_Relay │ │ └── .gitignore │ ├── IOStream │ │ ├── client │ │ │ ├── .gitignore │ │ │ └── IOStream_Client.mpc │ │ └── server │ │ │ ├── .gitignore │ │ │ └── IOStream_Server.mpc │ ├── Service_Configurator │ │ ├── Misc │ │ │ └── .gitignore │ │ └── IPC-tests │ │ │ └── server │ │ │ └── .gitignore │ ├── Shared_Memory │ │ └── .gitignore │ ├── Smart_Pointers │ │ └── .gitignore │ ├── ConfigViewer │ │ ├── stdafx.cpp │ │ └── mondrian.ico │ ├── Connection │ │ ├── misc │ │ │ └── .gitignore │ │ └── blocking │ │ │ └── .gitignore │ ├── System_V_IPC │ │ ├── SV_Semaphores │ │ │ └── .gitignore │ │ └── SV_Message_Queues │ │ │ └── .gitignore │ ├── Log_Msg │ │ └── .gitignore │ ├── Shared_Malloc │ │ └── .gitignore │ ├── Naming │ │ └── .gitignore │ ├── Map_Manager │ │ └── Map_Manager.mpc │ └── NT_Service │ │ └── NT_Service.mpc ├── apps │ ├── Gateway │ │ ├── Peer │ │ │ └── .gitignore │ │ └── Gateway │ │ │ └── .gitignore │ ├── JAWS │ │ ├── server │ │ │ ├── .gitignore │ │ │ └── jaws.auth │ │ ├── clients │ │ │ └── WebSTONE │ │ │ │ ├── conf │ │ │ │ ├── paths.sh │ │ │ │ ├── paths.pl │ │ │ │ └── filelist.homepage │ │ │ │ └── WEBSTONE-VERSION-2.0 │ │ └── stress_testing │ │ │ ├── out │ │ │ └── cp.cpp │ ├── soreduce │ │ └── .gitignore │ ├── mkcsregdb │ │ ├── .gitignore │ │ └── mkcsregdb.mpc │ ├── drwho │ │ ├── .gitignore │ │ ├── Comm_Manager.cpp │ │ └── Select_Manager.cpp │ ├── apps.mwc │ └── gperf │ │ ├── src │ │ └── .gitignore │ │ └── tests │ │ └── iout2_gen │ │ └── .gitignore ├── debian │ ├── source │ │ ├── format │ │ └── lintian-overrides │ ├── libace-doc.examples │ ├── mpc-ace.manpages │ ├── libacexml-VERSION.docs │ ├── libkokyu-VERSION.docs │ ├── ace-gperf.info │ ├── ace-netsvcs.manpages │ ├── libace-htbp-dev.docs │ ├── mpc-ace.docs │ ├── libace-rmcast-dev.docs │ ├── libace-tmcast-dev.docs │ ├── ace-gperf.docs │ ├── libace-doc.docs │ ├── libkokyu-dev.links │ ├── libacexml-dev.links │ ├── libkokyu-dev.docs │ ├── libnetsvcs-dev.docs │ ├── libace-VERSION.lintian-overrides │ ├── libacexml-VERSION.lintian-overrides │ ├── libacexml-dev.docs │ ├── libnetsvcs-VERSION.docs │ ├── patches │ │ └── series │ ├── ace-gperf.install │ ├── libace-ssl-VERSION.install.in │ ├── libkokyu-VERSION.install.in │ ├── upstream │ │ └── metadata │ ├── libace-htbp-VERSION.install.in │ ├── libace-inet-VERSION.install.in │ ├── ace-netsvcs.docs │ ├── libace-dev.links │ ├── libace-inet-ssl-VERSION.install.in │ ├── libace-rmcast-VERSION.install.in │ ├── libace-tmcast-VERSION.install.in │ ├── libnetsvcs-VERSION.install.in │ ├── libace-flreactor-VERSION.install.in │ ├── libace-foxreactor-VERSION.install.in │ ├── libace-tkreactor-VERSION.install.in │ ├── libace-xml-utils-VERSION.install.in │ ├── libace-xtreactor-VERSION.install.in │ └── ace-netsvcs.install ├── ace │ ├── QtReactor │ │ └── .gitignore │ ├── Basic_Types.cpp │ ├── ace.mwc │ ├── ace_message_table.bin │ ├── uuid.mpb │ ├── codecs.mpb │ └── Monitor_Control │ │ └── Monitor_Control.vsd ├── protocols │ ├── tests │ │ ├── INet │ │ │ └── MT_Get │ │ │ │ └── .gitignore │ │ ├── RMCast │ │ │ └── .gitignore │ │ ├── HTBP │ │ │ ├── ping │ │ │ │ └── .gitignore │ │ │ ├── Reactor_Tests │ │ │ │ └── .gitignore │ │ │ ├── Send_Large_Msg │ │ │ │ └── .gitignore │ │ │ └── Send_Recv_Tests │ │ │ │ └── .gitignore │ │ └── tests.mwc │ ├── examples │ │ ├── TMCast │ │ │ └── Member │ │ │ │ ├── .gitignore │ │ │ │ └── Member.mpc │ │ ├── RMCast │ │ │ └── Send_Msg │ │ │ │ └── .gitignore │ │ ├── examples.mwc │ │ └── INet │ │ │ └── .gitignore │ ├── ace │ │ └── INet │ │ │ └── .gitignore │ └── protocols.mwc ├── ACEXML │ ├── ACEXML.mwc │ ├── tests │ │ └── util │ │ │ └── util.mpc │ ├── common │ │ ├── Locator.cpp │ │ ├── XMLReader.cpp │ │ ├── Attributes.cpp │ │ ├── DTDHandler.cpp │ │ ├── ErrorHandler.cpp │ │ ├── Validator.cpp │ │ ├── ContentHandler.cpp │ │ └── EntityResolver.cpp │ └── examples │ │ └── SAXPrint │ │ └── SAXPrint.mpc ├── Kokyu │ ├── Kokyu.mwc │ ├── tests │ │ ├── EDF │ │ │ └── EDF.mpc │ │ ├── FIFO │ │ │ └── FIFO.mpc │ │ └── DSRT_MIF │ │ │ └── DSRT_MIF.mpc │ ├── docs │ │ ├── kokyu1.jpg │ │ ├── kokyu2.jpg │ │ └── KokyuEC.jpg │ └── Kokyu.inl ├── THANKS ├── bin │ ├── MakeProjectCreator │ │ ├── config │ │ │ ├── ace_zzip.mpb │ │ │ ├── ace_zlib.mpb │ │ │ ├── ace_bzip2.mpb │ │ │ ├── em3.features │ │ │ ├── core.mpb │ │ │ ├── nmake.features │ │ │ ├── vs2017.features │ │ │ ├── vs2019.features │ │ │ ├── vs2022.features │ │ │ ├── gnuace.features │ │ │ ├── bmake.features │ │ │ ├── threads.mpb │ │ │ ├── wfmo.mpb │ │ │ ├── ipv6.mpb │ │ │ ├── wb26.features │ │ │ ├── ace_mfc.mpb │ │ │ ├── ace_output.mpb │ │ │ ├── ace_qt5.mpb │ │ │ ├── ace_qt4.mpb │ │ │ └── avoids_ace_for_tao.mpb │ │ └── templates │ │ │ ├── gnuexe.mpt │ │ │ └── gnudll.mpt │ └── LabVIEW_RT │ │ ├── PXI_Reset.exe │ │ └── Reboot_Target.exe ├── performance-tests │ ├── perf.mwc │ ├── Synch-Benchmarks │ │ └── results │ │ │ └── .no_prune │ ├── RPC │ │ └── README │ └── TCP │ │ └── TCP.mpc ├── tests │ ├── non_mpc_makefile │ │ └── foo.cpp │ ├── Compiler_Features_20_DLL.cpp │ ├── Compiler_Features_22_DLL.cpp │ ├── SSL │ │ └── .gitignore │ ├── ACE_Init_Test.ico │ ├── tests.mwc │ └── Config_Test_Import_1.ini ├── etc │ └── doxygen.css ├── html │ ├── doxygen.css │ └── Stats │ │ └── Stats.css ├── rpmbuild │ └── etc │ │ └── tao │ │ ├── tao-cosevent.conf │ │ ├── tao-cosnaming.conf │ │ ├── tao-rtevent.conf │ │ ├── tao-cosconcurrency.conf │ │ ├── tao-costrading.conf │ │ └── tao-cosnotification.conf ├── ChangeLogs │ ├── ChangeLog-1995 │ ├── ChangeLog-1998b │ ├── ChangeLog-2000a │ ├── ChangeLog-2007a │ └── ChangeLog-2013a ├── docs │ └── ace_guidelines.vsmacros └── include │ └── makeinclude │ ├── platform_macosx_bigsur.GNU │ ├── platform_macosx_leopard.GNU │ ├── platform_macosx_monterey.GNU │ ├── platform_macosx_highsierra.GNU │ ├── platform_macosx_mojave.GNU │ ├── platform_macosx_sierra.GNU │ └── platform_macosx_mountainlion.GNU └── TAO ├── tests ├── MT_Server │ ├── server.conf │ └── .gitignore ├── ORB_init │ ├── .gitignore │ └── ORB_init.mpc ├── POA │ ├── Loader │ │ └── .gitignore │ ├── NewPOA │ │ └── .gitignore │ ├── Current │ │ ├── .gitignore │ │ └── Current.mpc │ ├── FindPOA │ │ └── .gitignore │ ├── Policies │ │ └── .gitignore │ ├── RootPOA │ │ ├── .gitignore │ │ └── RootPOA.mpc │ ├── POA_BiDir │ │ └── .gitignore │ ├── Adapter_Activator │ │ └── .gitignore │ ├── Explicit_Activation │ │ └── .gitignore │ ├── On_Demand_Activation │ │ └── .gitignore │ ├── On_Demand_Loading │ │ └── .gitignore │ ├── Identity │ │ ├── test.idl │ │ └── .gitignore │ ├── Reference_Counted_Servant │ │ └── .gitignore │ ├── POAManagerFactory │ │ └── .gitignore │ ├── Default_Servant │ │ ├── test.idl │ │ └── .gitignore │ ├── Non_Servant_Upcalls │ │ └── test.idl │ ├── Etherealization │ │ ├── test.idl │ │ └── .gitignore │ ├── MT_Servant_Locator │ │ └── test.idl │ ├── POA_Destruction │ │ ├── test.idl │ │ └── .gitignore │ ├── Reference_Counting │ │ ├── Hello.idl │ │ └── .gitignore │ ├── Single_Threaded_POA │ │ └── test.idl │ ├── Nested_Non_Servant_Upcalls │ │ └── test.idl │ ├── wait_for_completion │ │ └── test.idl │ ├── Object_Reactivation │ │ └── test.idl │ ├── Excessive_Object_Deactivations │ │ └── test.idl │ ├── Generic_Servant │ │ └── .gitignore │ ├── TIE │ │ └── .gitignore │ ├── Bug_2511_Regression │ │ └── .gitignore │ ├── Deactivate_Object │ │ └── .gitignore │ ├── Non_Retain_System_Id │ │ ├── .gitignore │ │ └── test.idl │ ├── Forwarding │ │ └── .gitignore │ └── Persistent_ID │ │ └── .gitignore ├── Storable │ ├── .gitignore │ ├── data_files │ │ ├── bad_string.dat │ │ ├── bad_int.dat │ │ ├── bad_unsigned_int.dat │ │ └── bad_binary.dat │ └── Storable.mpc ├── Time_Policy │ ├── .gitignore │ └── hr_time.conf ├── Compression │ └── .gitignore ├── RTCORBA │ ├── Linear_Priority │ │ ├── empty_file │ │ ├── lanes │ │ ├── invocation_priorities │ │ ├── bands │ │ └── test.idl │ ├── RTMutex │ │ ├── .gitignore │ │ └── RTCORBA_RTMutex.mpc │ ├── ORB_init │ │ ├── .gitignore │ │ ├── README │ │ └── RTCORBA_ORB_init.mpc │ ├── Policies │ │ └── .gitignore │ ├── Banded_Connections │ │ ├── bands.nt │ │ └── bands.unix │ ├── Profile_And_Endpoint_Selection │ │ ├── iiop │ │ ├── empty_file │ │ ├── shmiop │ │ ├── iiop_shmiop │ │ ├── shmiop_iiop │ │ ├── lanes │ │ ├── invocation_priorities │ │ └── bands │ ├── Destroy_Thread_Pool │ │ └── .gitignore │ ├── Activate_Object_Multiple_ORBs │ │ ├── AO_Multiple_ORBs.mpc │ │ └── test.idl │ ├── Collocation │ │ ├── test.idl │ │ └── .gitignore │ ├── Dynamic_Thread_Pool │ │ └── svc.conf │ ├── Bug_3643_Regression │ │ └── svc.conf.dynamic │ ├── Diffserv │ │ ├── .gitignore │ │ └── test.idl │ └── Persistent_IOR │ │ └── test.idl ├── Bug_1635_Regression │ └── .gitignore ├── Bug_2085_Regression │ ├── .gitignore │ └── Bug_2085_Regression.mpc ├── Bug_2345_Regression │ └── .gitignore ├── Bug_2677_Regression │ └── .gitignore ├── Bug_2735_Regression │ ├── .gitignore │ └── Bug_2735_Regression.mpc ├── Bug_2792_Regression │ └── .gitignore ├── Bug_2795_Regression │ └── .gitignore ├── Bug_2809_Regression │ └── .gitignore ├── Bug_2869_Regression │ └── .gitignore ├── Bug_2936_Regression │ └── .gitignore ├── Bug_3171_Regression │ └── .gitignore ├── Bug_3198_Regression │ └── .gitignore ├── Bug_3251_Regression │ └── .gitignore ├── Bug_3315_Regression │ ├── .gitignore │ └── Bug_3315_Regression.mpc ├── Bug_3321_Regression │ ├── .gitignore │ └── Bug_3321_Regression.mpc ├── Bug_3470_Regression │ └── .gitignore ├── Bug_3531b_Regression │ └── .gitignore ├── Bug_3542_Regression │ └── .gitignore ├── Bug_3559_Regression │ └── .gitignore ├── Bug_3565_Regression │ └── .gitignore ├── Bug_3566_Regression │ └── .gitignore ├── Bug_3574_Regression │ └── .gitignore ├── Bug_3575_Regression │ └── .gitignore ├── Bug_3597_Regression │ └── .gitignore ├── Bug_3630_Regression │ ├── .gitignore │ ├── TAO Conf File.conf │ └── TAO_Conf_File.conf ├── Bug_3701_Regression │ └── .gitignore ├── Bug_3755_Regression │ └── .gitignore ├── Bug_3826_Regression │ ├── .gitignore │ ├── svc.conf │ └── orb_svc.conf ├── Dynamic_TP │ ├── POA_Loader │ │ └── .gitignore │ ├── Config_Loader │ │ └── .gitignore │ └── ORB_ThreadPool │ │ └── client.conf ├── Exposed_Policies │ ├── Object.cfg │ ├── svc.conf │ └── POA.cfg ├── FL_Cube │ └── .gitignore ├── IORManipulation │ ├── .gitignore │ └── filter │ │ ├── Test.idl │ │ ├── .gitignore │ │ └── IORManip_Filter_Test.mpc ├── ORB_Local_Config │ ├── Bug_1459 │ │ ├── m.conf │ │ └── .gitignore │ ├── Bunch │ │ └── .gitignore │ ├── Bug_2612 │ │ └── .gitignore │ ├── Bug_3049 │ │ └── .gitignore │ ├── Separation │ │ └── .gitignore │ ├── Shared │ │ └── .gitignore │ ├── Simple │ │ └── .gitignore │ ├── Service_Dependency │ │ └── .gitignore │ └── Two_DLL_ORB │ │ ├── secondary-empty.conf │ │ └── .gitignore ├── ORB_destroy │ ├── .gitignore │ └── ORB_destroy.mpc ├── Permanent_Forward │ └── .gitignore ├── Time_Policy_Custom │ └── .gitignore ├── AST_Unit_Tests │ ├── .gitignore │ └── AST_Unit_Tests.mpc ├── Bug_3755_Ext_Regression │ ├── .gitignore │ ├── ziop_svc.conf │ └── rt_svc.conf ├── COIOP │ └── COIOP.lst ├── IDLv4 │ ├── annotations │ │ ├── .gitignore │ │ ├── annotest_idl.cpp │ │ ├── drv_args.cpp │ │ ├── drv_prepoc.cpp │ │ └── annotest_idl.mpc │ ├── README.md │ ├── structs │ │ └── .gitignore │ ├── union_disc │ │ └── .gitignore │ ├── anonymous_types │ │ └── .gitignore │ ├── maps │ │ └── .gitignore │ └── explicit_ints │ │ └── .gitignore ├── RTScheduling │ ├── Current │ │ └── .gitignore │ ├── DT_Spawn │ │ └── .gitignore │ ├── Thread_Cancel │ │ └── .gitignore │ └── VoidData │ │ └── .gitignore ├── Xt_Stopwatch │ └── .gitignore ├── BiDirectional_MultipleORB │ └── .gitignore ├── Bug_2702_Regression │ └── closeconnection.dat ├── Portable_Interceptors │ ├── Bug_2088 │ │ └── .gitignore │ ├── Slot │ │ └── .gitignore │ └── Recursive_ORBInitializer │ │ └── .gitignore ├── Bug_2243_Regression │ └── .gitignore ├── Bug_3499_Regression │ └── .gitignore ├── Bug_3695_Regression │ ├── .gitignore │ └── Bug_3695_Regression.mpc ├── Policies │ ├── test.idl │ └── .gitignore ├── Queued_Message_Test │ └── .gitignore ├── TransportCurrent │ ├── IIOP │ │ └── .gitignore │ └── Framework │ │ ├── .gitignore │ │ ├── client-static.conf │ │ └── server-static.conf ├── Bug_1904_Regression │ ├── test.idl │ └── .gitignore ├── Bug_2222_Regression │ └── TestType.idl ├── Bug_2399_Regression │ ├── included.idl │ ├── mytmp │ │ └── included.idl │ └── test.idl ├── Bug_2678_Regression │ └── transport_data_dump.layout ├── Connection_Failure │ ├── test.idl │ └── .gitignore ├── CSD_Strategy_Tests │ ├── Broken │ │ └── .gitignore │ ├── TP_Test_1 │ │ └── .gitignore │ ├── TP_Test_2 │ │ └── .gitignore │ ├── TP_Test_3 │ │ └── .gitignore │ ├── TP_Test_4 │ │ └── .gitignore │ ├── TP_Test_Static │ │ ├── .gitignore │ │ └── svc.conf │ ├── TP_Foo_A │ │ └── .gitignore │ └── TP_Foo_C │ │ └── .gitignore ├── MT_NoUpcall_Client_Leader │ └── police.h ├── Sequence_Unit_Tests │ └── seq_tests.mpb ├── CORBA_is_nil │ └── svc.conf ├── ORB_portspan │ ├── simple.idl │ ├── ORB_portspan.mpc │ └── .gitignore ├── Bug_2826_Regression │ ├── foo.idl │ └── .gitignore ├── MT_BiDir │ └── server.conf ├── QtTests │ └── .gitignore ├── tests.mwc ├── Bug_1627_Regression │ └── Test.idl ├── Bug_2805_Regression │ └── README.txt ├── Bug_4082_Regression │ ├── Bug_4082_Regression.mpc │ └── Bug_4082_Regression.idl ├── Leader_Followers │ ├── tp.conf │ ├── select_mt.conf │ └── .gitignore ├── Transport_Cache_Manager │ └── .gitignore ├── ZIOP │ ├── .gitignore │ └── testcompressor.mpb ├── AMI │ ├── mt_noupcall.conf │ ├── server.conf │ └── muxed.conf ├── Bug_1535_Regression │ └── Test.idl ├── Bug_2935_Regression │ └── middle.conf ├── Bug_3481_Regression │ ├── Bug_3481_Regression.mpc │ ├── Foo.idl │ └── .gitignore ├── CodeSets │ └── simple │ │ └── svc.conf ├── Collocation_Opportunities │ ├── test.idl │ └── svc.conf ├── Bug_3514_Regression │ ├── test.idl │ ├── README │ └── .gitignore ├── Bug_3598a_Regression │ └── svc.conf ├── Bug_3821_Regression │ └── .gitignore ├── CORBA_e_Implicit_Activation │ ├── Hello.cpp │ ├── CORBA_e_Implicit_Activation.mpc │ └── .gitignore ├── CollocationLockup │ └── AB.idl ├── IDL_Test │ ├── Versioned_Namespace │ │ └── .gitignore │ └── Bug_3243_Regression.idl ├── MT_Client │ ├── client.conf │ ├── server.conf │ └── .gitignore ├── Nested_Event_Loop │ ├── svc.conf │ └── .gitignore ├── Big_Request_Muxing │ └── svc.conf ├── Bug_1383_Regression │ └── callee.idl ├── Bug_2119_Regression │ └── .gitignore ├── Bug_3042_Regression │ ├── Bug_3042_Test.mpc │ └── .gitignore ├── Bug_3068_Regression │ └── client.conf ├── Bug_3940_Regression │ └── .gitignore ├── Bug_3953_Regression │ └── svc.conf ├── Bug_3954_Regression │ └── svc.conf ├── CDR │ └── .gitignore ├── Codec │ └── .gitignore ├── Connection_Purging │ ├── test.idl │ ├── client.null.conf │ └── server_shmiop.conf ├── DSI_AMI_Gateway │ └── README ├── Faults │ └── server.conf ├── Oneway_Send_Timeouts │ ├── block_flush.conf │ ├── lf_flush.conf │ ├── reactive_flush.conf │ └── .gitignore ├── Optimized_Connection │ ├── oc_svc.conf │ └── .gitignore ├── SHMIOP │ ├── static_shmiop.conf │ └── .gitignore ├── Any │ └── Indirected │ │ └── .gitignore ├── Bug_1693_Test │ └── .gitignore ├── Bug_2560_Regression │ └── svc.conf ├── Bug_3552_Regression │ └── .gitignore ├── Connect_Strategy_Test │ ├── blocked.conf │ └── reactor.conf ├── DIOP │ └── .gitignore ├── Monitor │ └── Marshal_Buffer │ │ └── test.idl ├── OBV │ ├── Any │ │ └── .gitignore │ ├── Simple │ │ └── .gitignore │ └── TC_Alignment │ │ └── .gitignore ├── ORB_shutdown │ └── .gitignore ├── Object_Loader │ └── .gitignore ├── Bug_1476_Test │ └── .gitignore ├── Bug_1636_Regression │ └── .gitignore ├── Bug_1812_Regression │ └── .gitignore ├── Bug_1813_Regression │ └── .gitignore ├── Bug_2084_Regression │ └── .gitignore ├── Bug_2122_Regression │ └── .gitignore ├── Bug_2124_Regression │ └── .gitignore ├── Bug_2126_Regression │ └── .gitignore ├── Bug_2144_Regression │ └── .gitignore ├── Bug_2319_Regression │ └── .gitignore ├── Bug_2375_Regression │ ├── .gitignore │ └── test.idl ├── Bug_2542_Regression │ └── .gitignore ├── Bug_2543_Regression │ └── .gitignore ├── Bug_2549_Regression │ ├── .gitignore │ └── test.cpp ├── Bug_3311_Regression │ ├── .gitignore │ └── test.cpp ├── Bug_3513_Regression │ └── .gitignore ├── Bug_3632_Regression │ ├── .gitignore │ └── test.idl ├── Bug_3801_Regression │ └── server.conf ├── Connection_Timeout │ └── .gitignore ├── DLL_ORB │ └── .gitignore ├── DSI_AMH │ └── .gitignore ├── DiffServ │ ├── test.idl │ └── .gitignore ├── File_IO │ └── .gitignore ├── HandleExhaustion │ ├── Test.idl │ └── .gitignore ├── IPV6 │ └── .gitignore ├── Muxing │ └── .gitignore ├── No_Server_MT_Connect_Test │ ├── blocked.conf │ └── reactor.conf ├── Server_Port_Zero │ └── .gitignore ├── Timeout │ └── .gitignore ├── objref_comparison_test │ └── .gitignore ├── AMH_Oneway │ └── .gitignore ├── Big_Oneways │ └── .gitignore ├── Big_Reply │ └── .gitignore ├── Big_Twoways │ └── .gitignore ├── Bug_2134_Regression │ ├── .gitignore │ └── Hello.idl ├── Bug_3108_Regression │ └── test.idl ├── Bug_3154_Regression │ └── test.idl ├── Bug_3941_Regression │ └── .gitignore ├── CallbackTest │ └── .gitignore ├── Collocated_Forwarding │ └── .gitignore ├── Forwarding │ └── .gitignore ├── ICMG_Any_Bug │ └── .gitignore ├── LongDouble │ └── .gitignore ├── MProfile │ └── .gitignore ├── MT_NoUpcall_Connect │ └── mt_noupcall.conf ├── MT_Timeout │ └── .gitignore ├── Mixed_Sync_ASync_Events │ └── .gitignore ├── Server_Leaks │ └── .gitignore ├── Single_Read │ └── .gitignore ├── AMH_Exceptions │ └── .gitignore ├── BiDirectional │ └── .gitignore ├── Bug_1639_Regression │ └── .gitignore ├── Bug_1869_Regression │ └── .gitignore ├── Bug_2349_Regression │ └── .gitignore ├── Bug_3942_Regression │ ├── .gitignore │ └── Bug_3942_Regression.mpc ├── Cache_Growth_Test │ └── .gitignore ├── ClientPortSpan │ └── .gitignore ├── Collocated_NoColl │ └── .gitignore ├── Collocation_Tests │ └── .gitignore ├── Crash_On_Write │ └── .gitignore ├── Crashed_Callback │ └── .gitignore ├── DII_AMI_Forward │ └── .gitignore ├── DynUnion_Test │ └── .gitignore ├── Hang_Shutdown │ └── .gitignore ├── Native_Exceptions │ └── .gitignore ├── Ondemand_Write │ └── .gitignore ├── Oneway_Timeouts │ ├── .gitignore │ └── Test.idl ├── Reliable_Oneways │ └── .gitignore ├── Servant_To_Reference_Test │ └── .gitignore ├── Smart_Proxies │ └── .gitignore ├── Stack_Recursion │ └── .gitignore └── UNKNOWN_Exception │ └── .gitignore ├── examples ├── mfc │ ├── .gitignore │ ├── server.aps │ ├── server.rc │ └── res │ │ ├── Toolbar.bmp │ │ ├── server.ico │ │ └── serverDoc.ico ├── TypeCode_Creation │ └── .gitignore ├── AMI │ └── FL_Callback │ │ ├── .gitignore │ │ └── peer.conf ├── Buffered_AMI │ └── .gitignore ├── Simple │ ├── bank │ │ └── .gitignore │ ├── chat │ │ └── .gitignore │ ├── echo │ │ └── .gitignore │ ├── grid │ │ └── .gitignore │ ├── time │ │ └── .gitignore │ └── time-date │ │ └── .gitignore ├── Buffered_Oneways │ └── .gitignore ├── AMH │ └── Sink_Server │ │ └── .gitignore ├── Callback_Quoter │ └── .gitignore ├── Load_Balancing │ └── .gitignore ├── ior_corbaloc │ └── .gitignore ├── RTScheduling │ └── Synch.idl └── Borland │ ├── ChatClient.res │ └── ChatClientWnd.dfm ├── orbsvcs ├── tests │ ├── Sched │ │ ├── .gitignore │ │ └── Sched.mpc │ ├── Time │ │ ├── .gitignore │ │ └── Time.mpc │ ├── Bug_3418_Regression │ │ ├── m.conf │ │ └── .gitignore │ ├── EC_MT_Mcast │ │ └── .gitignore │ ├── EC_Mcast │ │ └── .gitignore │ ├── Security │ │ ├── cert │ │ │ ├── DOCCA │ │ │ │ ├── serial │ │ │ │ └── index.txt.attr │ │ │ ├── passwd │ │ │ └── x509v3conf.txt │ │ ├── ssliop_corbaloc │ │ │ └── .gitignore │ │ ├── MT_SSLIOP │ │ │ └── .gitignore │ │ ├── Crash_Test │ │ │ └── .gitignore │ │ ├── Null_Cipher │ │ │ └── .gitignore │ │ ├── MT_IIOP_SSL │ │ │ └── .gitignore │ │ ├── Secure_Invocation │ │ │ └── .gitignore │ │ └── mixed_security_test │ │ │ └── .gitignore │ ├── Bug_2074_Regression │ │ └── .gitignore │ ├── Concurrency │ │ ├── .gitignore │ │ └── test.e1 │ ├── EC_Multiple │ │ └── .gitignore │ ├── Sched_Conf │ │ └── .gitignore │ ├── Bug_1334_Regression │ │ └── .gitignore │ ├── Bug_1393_Regression │ │ └── .gitignore │ ├── Bug_2112_Regression │ │ └── .gitignore │ ├── Bug_2137_Regression │ │ └── .gitignore │ ├── Bug_3486_Regression │ │ └── .gitignore │ ├── CosEvent │ │ ├── Timeout │ │ │ └── .gitignore │ │ └── Basic │ │ │ └── svc.pull.conf │ ├── Event │ │ ├── ThreadFlags │ │ │ ├── .gitignore │ │ │ └── tftest.mpc │ │ ├── Mcast │ │ │ ├── AddrServer │ │ │ │ └── .gitignore │ │ │ ├── Two_Way │ │ │ │ └── .gitignore │ │ │ ├── Simple │ │ │ │ └── .gitignore │ │ │ ├── Complex │ │ │ │ └── .gitignore │ │ │ └── RTEC_MCast_Federated │ │ │ │ └── .gitignore │ │ ├── Performance │ │ │ └── .gitignore │ │ ├── UDP │ │ │ └── .gitignore │ │ └── lib │ │ │ └── Driver.inl │ ├── ImplRepo │ │ ├── NameService │ │ │ └── .gitignore │ │ ├── NotifyService │ │ │ └── .gitignore │ │ ├── scale │ │ │ ├── test.idl │ │ │ └── .gitignore │ │ ├── MT_stress │ │ │ └── test.idl │ │ ├── link_poas │ │ │ └── Test.idl │ │ ├── manual_start │ │ │ └── test.idl │ │ ├── oneway │ │ │ └── defsync.conf │ │ ├── PICurrent │ │ │ └── client.conf │ │ ├── kill_server │ │ │ └── Test.idl │ │ ├── RestartIMR │ │ │ └── .gitignore │ │ ├── RestartServer │ │ │ └── client.conf │ │ └── ping_interrupt │ │ │ └── .gitignore │ ├── Log │ │ └── Basic_Log_Test │ │ │ └── .gitignore │ ├── Notify │ │ ├── PluggableTopology │ │ │ └── .gitignore │ │ ├── XML_Persistence │ │ │ └── .gitignore │ │ ├── lib │ │ │ ├── Peer.inl │ │ │ ├── PushConsumer.inl │ │ │ ├── PushSupplier.inl │ │ │ ├── Direct_Supplier.inl │ │ │ ├── Relay_Consumer.inl │ │ │ ├── SequencePushConsumer.inl │ │ │ ├── SequencePushSupplier.inl │ │ │ ├── StructuredPushConsumer.inl │ │ │ └── StructuredPushSupplier.inl │ │ ├── Bug_2926_Regression │ │ │ └── .gitignore │ │ ├── Bug_3252_Regression │ │ │ └── .gitignore │ │ ├── Bug_3646b_Regression │ │ │ └── .gitignore │ │ ├── Bug_3646d_Regression │ │ │ └── .gitignore │ │ ├── Bug_3663_Regression │ │ │ └── .gitignore │ │ ├── Bug_3688b_Regression │ │ │ └── .gitignore │ │ ├── Driver │ │ │ └── .gitignore │ │ ├── Validate_Client │ │ │ └── .gitignore │ │ ├── Bug_3646a_Regression │ │ │ └── .gitignore │ │ ├── Destroy │ │ │ └── .gitignore │ │ ├── Reconnecting │ │ │ ├── .gitignore │ │ │ └── ns_st.conf │ │ ├── Bug_3646c_Regression │ │ │ └── .gitignore │ │ ├── Bug_3688_Regression │ │ │ └── .gitignore │ │ ├── Persistent_Filter │ │ │ └── .gitignore │ │ ├── performance-tests │ │ │ ├── RedGreen │ │ │ │ ├── .gitignore │ │ │ │ ├── svc.conf │ │ │ │ └── reactive.conf │ │ │ └── Throughput │ │ │ │ └── .gitignore │ │ ├── Bug_1884_Regression │ │ │ └── .gitignore │ │ ├── Basic │ │ │ ├── notify.reactive.conf │ │ │ └── notify.mt.conf │ │ ├── MT_Dispatching │ │ │ └── notify_nothreads.conf │ │ └── Persistent_POA │ │ │ └── .gitignore │ ├── Property │ │ └── .gitignore │ ├── unit │ │ ├── Notify │ │ │ └── MC │ │ │ │ ├── Control │ │ │ │ ├── .gitignore │ │ │ │ └── Control.mpc │ │ │ │ ├── Statistic │ │ │ │ ├── .gitignore │ │ │ │ └── Statistic.mpc │ │ │ │ ├── MonitorControlExt │ │ │ │ └── .gitignore │ │ │ │ ├── Statistic_Registry │ │ │ │ └── .gitignore │ │ │ │ ├── MonitorManager │ │ │ │ └── .gitignore │ │ │ │ └── NotificationServiceMonitor │ │ │ │ └── .gitignore │ │ └── Trading │ │ │ └── Interpreter │ │ │ └── .gitignore │ ├── Bug_1630_Regression │ │ └── .gitignore │ ├── FtRtEvent │ │ └── .gitignore │ ├── InterfaceRepo │ │ ├── IDL3_Test │ │ │ └── .gitignore │ │ ├── IFR_Test │ │ │ └── .gitignore │ │ ├── Latency_Test │ │ │ └── .gitignore │ │ ├── Bug_2962_Regression │ │ │ └── .gitignore │ │ ├── Union_Forward_Test │ │ │ └── .gitignore │ │ ├── Bug_3155_Regression │ │ │ └── .gitignore │ │ ├── Bug_3174_Regression │ │ │ └── .gitignore │ │ ├── Persistence_Test │ │ │ ├── .gitignore │ │ │ └── svc.conf │ │ └── IFR_Inheritance_Test │ │ │ └── .gitignore │ ├── tests_svc_loader │ │ └── .gitignore │ ├── AVStreams │ │ ├── Full_Profile │ │ │ └── .gitignore │ │ ├── Multicast │ │ │ └── .gitignore │ │ ├── Pluggable │ │ │ └── .gitignore │ │ ├── Modify_QoS │ │ │ └── .gitignore │ │ ├── Latency │ │ │ └── .gitignore │ │ ├── Multicast_Full_Profile │ │ │ └── .gitignore │ │ ├── Multiple_Flows │ │ │ └── .gitignore │ │ ├── Simple_Two_Stage │ │ │ └── .gitignore │ │ ├── Bidirectional_Flows │ │ │ └── .gitignore │ │ ├── Pluggable_Flow_Protocol │ │ │ └── .gitignore │ │ ├── Simple_Two_Stage_With_QoS │ │ │ └── .gitignore │ │ ├── Asynch_Three_Stage │ │ │ ├── .gitignore │ │ │ ├── sender_addr_file │ │ │ └── receiver_addr_file │ │ ├── Component_Switching │ │ │ └── .gitignore │ │ └── Simple_Three_Stage │ │ │ └── .gitignore │ ├── LoadBalancing │ │ ├── LoadMonitor │ │ │ └── CPU │ │ │ │ ├── .gitignore │ │ │ │ └── LoadMonitorCPU.mpc │ │ └── GenericFactory │ │ │ ├── Infrastructure_Controlled │ │ │ └── Factory_Struct.cpp │ │ │ └── DeadMemberDetection_Inf_Ctrl │ │ │ └── Factory_Struct.cpp │ ├── FaultTolerance │ │ └── IOGRManipulation │ │ │ └── .gitignore │ ├── EC_Throughput │ │ └── .gitignore │ ├── tests.mwc │ ├── FT_Naming │ │ ├── FaultTolerant │ │ │ └── corrupt_data │ │ │ │ ├── GroupService │ │ │ │ └── ObjectGroup_global │ │ │ │ └── NameService │ │ │ │ ├── NameService │ │ │ │ ├── NameService_0 │ │ │ │ ├── NameService_2 │ │ │ │ └── NameService_1 │ │ └── Load_Balancing │ │ │ └── svc.conf │ ├── EC_Custom_Marshal │ │ └── svc.conf │ ├── Miop │ │ ├── McastZIOP │ │ │ └── .gitignore │ │ └── McastLocal │ │ │ └── .gitignore │ ├── Bug_1436_Regression │ │ └── test.idl │ ├── Bug_3891_Regression │ │ ├── Test.idl │ │ └── .gitignore │ ├── HTIOP │ │ └── Hello │ │ │ └── .gitignore │ └── IOR_MCast │ │ └── .gitignore ├── FT_Naming_Service │ └── .gitignore ├── TAO_Service │ └── .gitignore ├── Event_Service │ └── .gitignore ├── Dump_Schedule │ └── .gitignore ├── FTRT_Event_Service │ ├── Event_Service │ │ └── .gitignore │ ├── Factory_Service │ │ └── .gitignore │ └── Gateway_Service │ │ └── .gitignore ├── orbsvcs │ ├── orbsvcs.mwc │ ├── Null_MediaCtrl.idl │ ├── SSLIOP │ │ └── .gitignore │ ├── HTIOP │ │ └── .gitignore │ └── AVStreams.idl ├── CosEvent_Service │ └── .gitignore ├── DevGuideExamples │ ├── DevGuideExamples.mwc │ └── EventServices │ │ ├── RTEC_Filter │ │ └── ec.conf │ │ └── RTEC_MCast_Federated │ │ └── supplier.conf ├── Fault_Detector │ └── .gitignore ├── Trading_Service │ └── .gitignore ├── performance-tests │ ├── perf.mwc │ └── RTEvent │ │ └── Roundtrip │ │ ├── ec.supplier_filter_null.conf │ │ └── ec.dispatching_reactive.conf ├── IFR_Service │ └── .gitignore ├── LifeCycle_Service │ └── .gitignore ├── Scheduling_Service │ └── .gitignore ├── Concurrency_Service │ └── .gitignore ├── examples │ ├── ImR │ │ └── Combined_Service │ │ │ ├── test.idl │ │ │ └── .gitignore │ ├── Notify │ │ └── MC │ │ │ └── monitor │ │ │ └── monitor.mpc │ └── RtEC │ │ └── Kokyu │ │ └── RtECKokyu.mpc ├── FT_ReplicationManager │ └── .gitignore ├── Naming_Service │ └── .gitignore ├── Logging_Service │ ├── Basic_Logging_Service │ │ └── .gitignore │ ├── Event_Logging_Service │ │ └── .gitignore │ ├── Notify_Logging_Service │ │ └── .gitignore │ └── RTEvent_Logging_Service │ │ └── .gitignore ├── Notify_Service │ ├── .gitignore │ └── svc.conf ├── LoadBalancer │ └── .gitignore ├── Fault_Notifier │ └── .gitignore └── Time_Service │ └── .gitignore ├── performance-tests ├── RTCorba │ ├── Thread_Pool │ │ ├── 100 │ │ ├── 125 │ │ ├── 150 │ │ ├── 175 │ │ ├── 200 │ │ ├── 225 │ │ ├── 250 │ │ ├── empty-file │ │ ├── one-zero-lane │ │ ├── rates │ │ ├── one-full-band │ │ ├── decreasing-rates │ │ ├── increasing-rates │ │ ├── lanes │ │ ├── bands │ │ ├── invocation-priorities-native │ │ ├── invocation-priorities │ │ ├── three-lanes-with-best-effort-native │ │ ├── three-lanes-with-best-effort │ │ ├── three-bands-with-best-effort-native │ │ └── three-bands-with-best-effort │ └── Multiple_Endpoints │ │ └── Common │ │ └── test_i.inl ├── Memory │ └── IORsize │ │ ├── Foo_i.cpp │ │ └── server.conf ├── perf.mwc └── Cubit │ └── README ├── utils ├── monitor │ └── .gitignore ├── nsgroup │ └── .gitignore ├── logWalker │ └── .gitignore ├── catior │ ├── .gitignore │ └── test │ │ ├── expersoft.iiop │ │ ├── expersoft2.iiop │ │ ├── expersoft3.iiop │ │ ├── namingservice.poop │ │ ├── timeserver.iiop │ │ └── param_test.iiop ├── nslist │ └── .gitignore └── wxNamingViewer │ └── mondrian.ico ├── interop-tests ├── wchar │ └── .gitignore ├── AnyTypeCode │ └── atc.mwc └── CdrOutArg │ └── coa.mwc ├── DevGuideExamples ├── AMH │ └── amh_pch.cpp ├── ValueTypes │ ├── Bank │ │ └── _pch.cpp │ └── Messenger │ │ └── _pch.cpp ├── AMH_AMI │ └── amh_ami_pch.cpp ├── DevGuideExamples.mwc ├── GettingStarted │ └── started_pch.cpp ├── BiDirectionalGIOP │ └── bidir_giop_pch.cpp └── Multithreading │ └── DynamicThreadPool │ └── started_pch.cpp ├── MPC └── config │ ├── notify.mpb │ ├── namingexe.mpb │ ├── ftorb.mpb │ ├── avstreamsexe.mpb │ ├── rteventexe.mpb │ ├── taolib_with_idl.mpb │ ├── csd_tp_test_exe_a.mpb │ ├── csd_tp_test_exe_b.mpb │ ├── csd_tp_test_exe_c.mpb │ ├── interceptors.mpb │ ├── rtscheduling_client.mpb │ ├── rtscheduling_server.mpb │ ├── corba_messaging.mpb │ ├── amh.mpb │ ├── orbsvcsexe.mpb │ ├── corba_e_micro.mpb │ ├── etcl.mpb │ ├── idl_anon_error.mpb │ ├── idl_anon_silent.mpb │ ├── idl_anon_warning.mpb │ ├── avoids_corba_e_micro.mpb │ ├── avoids_minimum_corba.mpb │ ├── codeset.mpb │ ├── corba_e_compact.mpb │ ├── kokyu_dsrt_scheduler_client.mpb │ ├── kokyu_dsrt_scheduler_server.mpb │ ├── taoclient.mpb │ ├── tc_iiop.mpb │ ├── minimum_corba.mpb │ ├── pi.mpb │ ├── rt_client.mpb │ ├── ami.mpb │ ├── avoids_corba_e_compact.mpb │ ├── csd_pt_test_exe.mpb │ ├── ec_use_typed_events_serv.mpb │ └── iortable.mpb ├── tao ├── tao.mwc ├── ZIOP │ └── .gitignore ├── DynamicAny │ └── .gitignore ├── Codeset │ └── .gitignore ├── IORManipulation │ └── .gitignore ├── TypeCodeFactory │ └── .gitignore ├── BiDir_GIOP │ └── .gitignore ├── TransportCurrent │ └── .gitignore └── Dynamic_TP │ └── DTP_Task.inl ├── docs ├── tao.css ├── space.gif ├── redball.gif ├── interop-naming.png ├── rtcorba │ ├── features.html │ ├── queue-per-lane.gif │ └── reactor-per-lane.gif ├── tutorials │ └── Quoter │ │ └── AMI │ │ └── svc.conf ├── Security │ ├── images │ │ └── tao2.gif │ └── fireworks │ │ ├── h_bar.gif │ │ └── shim.gif ├── releasenotes │ └── notify.html └── pluggable_protocols │ ├── img1.png │ ├── img2.png │ ├── img3.png │ ├── img4.png │ └── img5.png ├── TAO_IDL ├── .gitignore └── fe │ └── fe_global.cpp └── ChangeLogs ├── ChangeLog-1998a ├── ChangeLog-1999a ├── ChangeLog-2000b ├── ChangeLog-2003a ├── ChangeLog-2007a └── ChangeLog-2013a /ACE/examples/ASX/.gitignore: -------------------------------------------------------------------------------- 1 | /Mess 2 | -------------------------------------------------------------------------------- /TAO/tests/MT_Server/server.conf: -------------------------------------------------------------------------------- 1 | # 2 | -------------------------------------------------------------------------------- /ACE/apps/Gateway/Peer/.gitignore: -------------------------------------------------------------------------------- 1 | /peerd 2 | -------------------------------------------------------------------------------- /ACE/apps/JAWS/server/.gitignore: -------------------------------------------------------------------------------- 1 | /main 2 | -------------------------------------------------------------------------------- /ACE/apps/soreduce/.gitignore: -------------------------------------------------------------------------------- 1 | /soreduce 2 | -------------------------------------------------------------------------------- /ACE/debian/source/format: -------------------------------------------------------------------------------- 1 | 3.0 (quilt) 2 | -------------------------------------------------------------------------------- /ACE/examples/DLL/.gitignore: -------------------------------------------------------------------------------- 1 | /test_dll 2 | -------------------------------------------------------------------------------- /ACE/examples/Export/.gitignore: -------------------------------------------------------------------------------- 1 | /test 2 | -------------------------------------------------------------------------------- /TAO/examples/mfc/.gitignore: -------------------------------------------------------------------------------- 1 | /client 2 | -------------------------------------------------------------------------------- /TAO/tests/ORB_init/.gitignore: -------------------------------------------------------------------------------- 1 | /ORB_init 2 | -------------------------------------------------------------------------------- /TAO/tests/POA/Loader/.gitignore: -------------------------------------------------------------------------------- 1 | /server 2 | -------------------------------------------------------------------------------- /TAO/tests/POA/NewPOA/.gitignore: -------------------------------------------------------------------------------- 1 | /NewPOA 2 | -------------------------------------------------------------------------------- /TAO/tests/Storable/.gitignore: -------------------------------------------------------------------------------- 1 | /test 2 | -------------------------------------------------------------------------------- /TAO/tests/Time_Policy/.gitignore: -------------------------------------------------------------------------------- 1 | /test 2 | -------------------------------------------------------------------------------- /ACE/apps/JAWS/clients/WebSTONE/conf/paths.sh: -------------------------------------------------------------------------------- 1 | # -------------------------------------------------------------------------------- /ACE/apps/mkcsregdb/.gitignore: -------------------------------------------------------------------------------- 1 | /mkcsregdb 2 | -------------------------------------------------------------------------------- /ACE/debian/libace-doc.examples: -------------------------------------------------------------------------------- 1 | examples/* 2 | -------------------------------------------------------------------------------- /ACE/debian/mpc-ace.manpages: -------------------------------------------------------------------------------- 1 | debian/mpc-ace.1 2 | -------------------------------------------------------------------------------- /ACE/examples/IPC_SAP/FILE_SAP/testfile: -------------------------------------------------------------------------------- 1 | testfile -------------------------------------------------------------------------------- /ACE/examples/Synch/.gitignore: -------------------------------------------------------------------------------- 1 | /proc_sema 2 | -------------------------------------------------------------------------------- /ACE/examples/Web_Crawler/.gitignore: -------------------------------------------------------------------------------- 1 | /main 2 | -------------------------------------------------------------------------------- /TAO/orbsvcs/tests/Sched/.gitignore: -------------------------------------------------------------------------------- 1 | /Sched 2 | -------------------------------------------------------------------------------- /TAO/orbsvcs/tests/Time/.gitignore: -------------------------------------------------------------------------------- 1 | /client 2 | -------------------------------------------------------------------------------- /TAO/performance-tests/RTCorba/Thread_Pool/100: -------------------------------------------------------------------------------- 1 | 100 -------------------------------------------------------------------------------- /TAO/performance-tests/RTCorba/Thread_Pool/125: -------------------------------------------------------------------------------- 1 | 125 -------------------------------------------------------------------------------- /TAO/performance-tests/RTCorba/Thread_Pool/150: -------------------------------------------------------------------------------- 1 | 150 -------------------------------------------------------------------------------- /TAO/performance-tests/RTCorba/Thread_Pool/175: -------------------------------------------------------------------------------- 1 | 175 -------------------------------------------------------------------------------- /TAO/performance-tests/RTCorba/Thread_Pool/200: -------------------------------------------------------------------------------- 1 | 200 -------------------------------------------------------------------------------- /TAO/performance-tests/RTCorba/Thread_Pool/225: -------------------------------------------------------------------------------- 1 | 225 -------------------------------------------------------------------------------- /TAO/performance-tests/RTCorba/Thread_Pool/250: -------------------------------------------------------------------------------- 1 | 250 -------------------------------------------------------------------------------- /TAO/tests/Compression/.gitignore: -------------------------------------------------------------------------------- 1 | /rleserver 2 | -------------------------------------------------------------------------------- /TAO/tests/POA/Current/.gitignore: -------------------------------------------------------------------------------- 1 | /Current 2 | -------------------------------------------------------------------------------- /TAO/tests/POA/FindPOA/.gitignore: -------------------------------------------------------------------------------- 1 | /FindPOA 2 | -------------------------------------------------------------------------------- /TAO/tests/POA/Policies/.gitignore: -------------------------------------------------------------------------------- 1 | /Policies 2 | -------------------------------------------------------------------------------- /TAO/tests/POA/RootPOA/.gitignore: -------------------------------------------------------------------------------- 1 | /RootPOA 2 | -------------------------------------------------------------------------------- /TAO/tests/RTCORBA/Linear_Priority/empty_file: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /TAO/tests/RTCORBA/RTMutex/.gitignore: -------------------------------------------------------------------------------- 1 | /server 2 | -------------------------------------------------------------------------------- /TAO/utils/monitor/.gitignore: -------------------------------------------------------------------------------- 1 | /monitor_client 2 | -------------------------------------------------------------------------------- /TAO/utils/nsgroup/.gitignore: -------------------------------------------------------------------------------- 1 | /tao_nsgroup 2 | -------------------------------------------------------------------------------- /ACE/ace/QtReactor/.gitignore: -------------------------------------------------------------------------------- 1 | /QtReactor_moc.cpp 2 | -------------------------------------------------------------------------------- /ACE/apps/Gateway/Gateway/.gitignore: -------------------------------------------------------------------------------- 1 | /gatewayd 2 | -------------------------------------------------------------------------------- /ACE/apps/JAWS/clients/WebSTONE/WEBSTONE-VERSION-2.0: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /ACE/apps/drwho/.gitignore: -------------------------------------------------------------------------------- 1 | /client 2 | /server 3 | -------------------------------------------------------------------------------- /ACE/debian/libacexml-VERSION.docs: -------------------------------------------------------------------------------- 1 | ACEXML/README 2 | -------------------------------------------------------------------------------- /ACE/debian/libkokyu-VERSION.docs: -------------------------------------------------------------------------------- 1 | Kokyu/README 2 | -------------------------------------------------------------------------------- /ACE/examples/APG/Streams/.gitignore: -------------------------------------------------------------------------------- 1 | /Answerer 2 | -------------------------------------------------------------------------------- /ACE/examples/IPC_SAP/FILE_SAP/.gitignore: -------------------------------------------------------------------------------- 1 | /client 2 | -------------------------------------------------------------------------------- /ACE/examples/Mem_Map/IO-tests/.gitignore: -------------------------------------------------------------------------------- 1 | /test_io 2 | -------------------------------------------------------------------------------- /ACE/examples/Reactor/Ntalker/.gitignore: -------------------------------------------------------------------------------- 1 | /ntalker 2 | -------------------------------------------------------------------------------- /ACE/protocols/tests/INet/MT_Get/.gitignore: -------------------------------------------------------------------------------- 1 | mt_get 2 | -------------------------------------------------------------------------------- /TAO/orbsvcs/tests/Bug_3418_Regression/m.conf: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /TAO/orbsvcs/tests/EC_MT_Mcast/.gitignore: -------------------------------------------------------------------------------- 1 | /MCast 2 | -------------------------------------------------------------------------------- /TAO/orbsvcs/tests/EC_Mcast/.gitignore: -------------------------------------------------------------------------------- 1 | /EC_Mcast 2 | -------------------------------------------------------------------------------- /TAO/orbsvcs/tests/Security/cert/DOCCA/serial: -------------------------------------------------------------------------------- 1 | 1002 2 | -------------------------------------------------------------------------------- /TAO/orbsvcs/tests/Security/cert/passwd: -------------------------------------------------------------------------------- 1 | TestPass 2 | -------------------------------------------------------------------------------- /TAO/performance-tests/RTCorba/Thread_Pool/empty-file: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /TAO/tests/Bug_1635_Regression/.gitignore: -------------------------------------------------------------------------------- 1 | /client 2 | -------------------------------------------------------------------------------- /TAO/tests/Bug_2085_Regression/.gitignore: -------------------------------------------------------------------------------- 1 | /client 2 | -------------------------------------------------------------------------------- /TAO/tests/Bug_2345_Regression/.gitignore: -------------------------------------------------------------------------------- 1 | /server 2 | -------------------------------------------------------------------------------- /TAO/tests/Bug_2677_Regression/.gitignore: -------------------------------------------------------------------------------- 1 | /server 2 | -------------------------------------------------------------------------------- /TAO/tests/Bug_2735_Regression/.gitignore: -------------------------------------------------------------------------------- 1 | /server 2 | -------------------------------------------------------------------------------- /TAO/tests/Bug_2792_Regression/.gitignore: -------------------------------------------------------------------------------- 1 | /client 2 | -------------------------------------------------------------------------------- /TAO/tests/Bug_2795_Regression/.gitignore: -------------------------------------------------------------------------------- 1 | /client 2 | -------------------------------------------------------------------------------- /TAO/tests/Bug_2809_Regression/.gitignore: -------------------------------------------------------------------------------- 1 | /server 2 | -------------------------------------------------------------------------------- /TAO/tests/Bug_2869_Regression/.gitignore: -------------------------------------------------------------------------------- 1 | /client 2 | -------------------------------------------------------------------------------- /TAO/tests/Bug_2936_Regression/.gitignore: -------------------------------------------------------------------------------- 1 | /server 2 | -------------------------------------------------------------------------------- /TAO/tests/Bug_3171_Regression/.gitignore: -------------------------------------------------------------------------------- 1 | /server 2 | -------------------------------------------------------------------------------- /TAO/tests/Bug_3198_Regression/.gitignore: -------------------------------------------------------------------------------- 1 | /client 2 | -------------------------------------------------------------------------------- /TAO/tests/Bug_3251_Regression/.gitignore: -------------------------------------------------------------------------------- 1 | /server 2 | -------------------------------------------------------------------------------- /TAO/tests/Bug_3315_Regression/.gitignore: -------------------------------------------------------------------------------- 1 | /server 2 | -------------------------------------------------------------------------------- /TAO/tests/Bug_3321_Regression/.gitignore: -------------------------------------------------------------------------------- 1 | /server 2 | -------------------------------------------------------------------------------- /TAO/tests/Bug_3470_Regression/.gitignore: -------------------------------------------------------------------------------- 1 | /client 2 | -------------------------------------------------------------------------------- /TAO/tests/Bug_3531b_Regression/.gitignore: -------------------------------------------------------------------------------- 1 | /server 2 | -------------------------------------------------------------------------------- /TAO/tests/Bug_3542_Regression/.gitignore: -------------------------------------------------------------------------------- 1 | /server 2 | -------------------------------------------------------------------------------- /TAO/tests/Bug_3559_Regression/.gitignore: -------------------------------------------------------------------------------- 1 | /server 2 | -------------------------------------------------------------------------------- /TAO/tests/Bug_3565_Regression/.gitignore: -------------------------------------------------------------------------------- 1 | /server 2 | -------------------------------------------------------------------------------- /TAO/tests/Bug_3566_Regression/.gitignore: -------------------------------------------------------------------------------- 1 | /server 2 | -------------------------------------------------------------------------------- /TAO/tests/Bug_3574_Regression/.gitignore: -------------------------------------------------------------------------------- 1 | /client 2 | -------------------------------------------------------------------------------- /TAO/tests/Bug_3575_Regression/.gitignore: -------------------------------------------------------------------------------- 1 | /client 2 | -------------------------------------------------------------------------------- /TAO/tests/Bug_3597_Regression/.gitignore: -------------------------------------------------------------------------------- 1 | /server 2 | -------------------------------------------------------------------------------- /TAO/tests/Bug_3630_Regression/.gitignore: -------------------------------------------------------------------------------- 1 | /server 2 | -------------------------------------------------------------------------------- /TAO/tests/Bug_3701_Regression/.gitignore: -------------------------------------------------------------------------------- 1 | /client 2 | -------------------------------------------------------------------------------- /TAO/tests/Bug_3755_Regression/.gitignore: -------------------------------------------------------------------------------- 1 | /server 2 | -------------------------------------------------------------------------------- /TAO/tests/Bug_3826_Regression/.gitignore: -------------------------------------------------------------------------------- 1 | /server 2 | -------------------------------------------------------------------------------- /TAO/tests/Dynamic_TP/POA_Loader/.gitignore: -------------------------------------------------------------------------------- 1 | /test 2 | -------------------------------------------------------------------------------- /TAO/tests/Exposed_Policies/Object.cfg: -------------------------------------------------------------------------------- 1 | Priority 4 2 | -------------------------------------------------------------------------------- /TAO/tests/FL_Cube/.gitignore: -------------------------------------------------------------------------------- 1 | /client 2 | /server 3 | -------------------------------------------------------------------------------- /TAO/tests/IORManipulation/.gitignore: -------------------------------------------------------------------------------- 1 | /IORTest 2 | -------------------------------------------------------------------------------- /TAO/tests/ORB_Local_Config/Bug_1459/m.conf: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /TAO/tests/ORB_Local_Config/Bunch/.gitignore: -------------------------------------------------------------------------------- 1 | /Test 2 | -------------------------------------------------------------------------------- /TAO/tests/ORB_destroy/.gitignore: -------------------------------------------------------------------------------- 1 | /ORB_destroy 2 | -------------------------------------------------------------------------------- /TAO/tests/POA/POA_BiDir/.gitignore: -------------------------------------------------------------------------------- 1 | /POA_BiDir 2 | -------------------------------------------------------------------------------- /TAO/tests/Permanent_Forward/.gitignore: -------------------------------------------------------------------------------- 1 | /StubTest 2 | -------------------------------------------------------------------------------- /TAO/tests/RTCORBA/ORB_init/.gitignore: -------------------------------------------------------------------------------- 1 | /ORB_init 2 | -------------------------------------------------------------------------------- /TAO/tests/RTCORBA/Policies/.gitignore: -------------------------------------------------------------------------------- 1 | /Policies 2 | -------------------------------------------------------------------------------- /TAO/tests/Time_Policy_Custom/.gitignore: -------------------------------------------------------------------------------- 1 | /test 2 | -------------------------------------------------------------------------------- /TAO/utils/logWalker/.gitignore: -------------------------------------------------------------------------------- 1 | /tao_logWalker 2 | -------------------------------------------------------------------------------- /ACE/ace/Basic_Types.cpp: -------------------------------------------------------------------------------- 1 | #include "ace/Basic_Types.h" 2 | -------------------------------------------------------------------------------- /ACE/apps/apps.mwc: -------------------------------------------------------------------------------- 1 | // -*- MPC -*- 2 | workspace { 3 | } 4 | -------------------------------------------------------------------------------- /ACE/apps/gperf/src/.gitignore: -------------------------------------------------------------------------------- 1 | /ace_gperf 2 | /gperf 3 | -------------------------------------------------------------------------------- /ACE/apps/gperf/tests/iout2_gen/.gitignore: -------------------------------------------------------------------------------- 1 | /idl.cpp 2 | -------------------------------------------------------------------------------- /ACE/debian/ace-gperf.info: -------------------------------------------------------------------------------- 1 | apps/gperf/ace_gperf.info 2 | -------------------------------------------------------------------------------- /ACE/debian/ace-netsvcs.manpages: -------------------------------------------------------------------------------- 1 | debian/ace_netsvcs.1 2 | -------------------------------------------------------------------------------- /ACE/examples/IPC_SAP/DEV_SAP/reader/.gitignore: -------------------------------------------------------------------------------- 1 | /reader 2 | -------------------------------------------------------------------------------- /ACE/examples/IPC_SAP/DEV_SAP/writer/.gitignore: -------------------------------------------------------------------------------- 1 | /writer 2 | -------------------------------------------------------------------------------- /ACE/examples/IPC_SAP/SSL_SAP/local_data: -------------------------------------------------------------------------------- 1 | I am Iron man! 2 | -------------------------------------------------------------------------------- /ACE/examples/Logger/client/.gitignore: -------------------------------------------------------------------------------- 1 | /logging_app 2 | -------------------------------------------------------------------------------- /ACE/examples/OS/Process/.gitignore: -------------------------------------------------------------------------------- 1 | /imore 2 | /process 3 | -------------------------------------------------------------------------------- /TAO/examples/TypeCode_Creation/.gitignore: -------------------------------------------------------------------------------- 1 | /create_tc 2 | -------------------------------------------------------------------------------- /TAO/interop-tests/wchar/.gitignore: -------------------------------------------------------------------------------- 1 | /client 2 | /server 3 | -------------------------------------------------------------------------------- /TAO/orbsvcs/tests/Bug_2074_Regression/.gitignore: -------------------------------------------------------------------------------- 1 | /test 2 | -------------------------------------------------------------------------------- /TAO/orbsvcs/tests/Bug_3418_Regression/.gitignore: -------------------------------------------------------------------------------- 1 | Test 2 | -------------------------------------------------------------------------------- /TAO/orbsvcs/tests/Concurrency/.gitignore: -------------------------------------------------------------------------------- 1 | /CC_client 2 | -------------------------------------------------------------------------------- /TAO/orbsvcs/tests/EC_Multiple/.gitignore: -------------------------------------------------------------------------------- 1 | /EC_Multiple 2 | -------------------------------------------------------------------------------- /TAO/orbsvcs/tests/Sched_Conf/.gitignore: -------------------------------------------------------------------------------- 1 | /Sched_Conf 2 | -------------------------------------------------------------------------------- /TAO/performance-tests/RTCorba/Thread_Pool/one-zero-lane: -------------------------------------------------------------------------------- 1 | 0 -------------------------------------------------------------------------------- /TAO/performance-tests/RTCorba/Thread_Pool/rates: -------------------------------------------------------------------------------- 1 | 25 50 75 -------------------------------------------------------------------------------- /TAO/tests/AST_Unit_Tests/.gitignore: -------------------------------------------------------------------------------- 1 | /AST_Unit_Tests 2 | -------------------------------------------------------------------------------- /TAO/tests/Bug_3755_Ext_Regression/.gitignore: -------------------------------------------------------------------------------- 1 | /server 2 | -------------------------------------------------------------------------------- /TAO/tests/COIOP/COIOP.lst: -------------------------------------------------------------------------------- 1 | TAO/tests/COIOP/run_test.pl: 2 | -------------------------------------------------------------------------------- /TAO/tests/Dynamic_TP/Config_Loader/.gitignore: -------------------------------------------------------------------------------- 1 | /test 2 | -------------------------------------------------------------------------------- /TAO/tests/IDLv4/annotations/.gitignore: -------------------------------------------------------------------------------- 1 | /annotest_idl 2 | -------------------------------------------------------------------------------- /TAO/tests/ORB_Local_Config/Bug_1459/.gitignore: -------------------------------------------------------------------------------- 1 | /Test 2 | -------------------------------------------------------------------------------- /TAO/tests/ORB_Local_Config/Bug_2612/.gitignore: -------------------------------------------------------------------------------- 1 | /Test 2 | -------------------------------------------------------------------------------- /TAO/tests/ORB_Local_Config/Bug_3049/.gitignore: -------------------------------------------------------------------------------- 1 | /Test 2 | -------------------------------------------------------------------------------- /TAO/tests/ORB_Local_Config/Separation/.gitignore: -------------------------------------------------------------------------------- 1 | /Test 2 | -------------------------------------------------------------------------------- /TAO/tests/ORB_Local_Config/Shared/.gitignore: -------------------------------------------------------------------------------- 1 | /Test 2 | -------------------------------------------------------------------------------- /TAO/tests/ORB_Local_Config/Simple/.gitignore: -------------------------------------------------------------------------------- 1 | /Test 2 | -------------------------------------------------------------------------------- /TAO/tests/POA/Adapter_Activator/.gitignore: -------------------------------------------------------------------------------- 1 | /server 2 | -------------------------------------------------------------------------------- /TAO/tests/POA/Explicit_Activation/.gitignore: -------------------------------------------------------------------------------- 1 | /server 2 | -------------------------------------------------------------------------------- /TAO/tests/POA/On_Demand_Activation/.gitignore: -------------------------------------------------------------------------------- 1 | /server 2 | -------------------------------------------------------------------------------- /TAO/tests/POA/On_Demand_Loading/.gitignore: -------------------------------------------------------------------------------- 1 | /server 2 | -------------------------------------------------------------------------------- /TAO/tests/RTCORBA/Banded_Connections/bands.nt: -------------------------------------------------------------------------------- 1 | 0 0 1 1 2 | -------------------------------------------------------------------------------- /TAO/tests/RTCORBA/Profile_And_Endpoint_Selection/iiop: -------------------------------------------------------------------------------- 1 | 0 -------------------------------------------------------------------------------- /TAO/tests/RTScheduling/Current/.gitignore: -------------------------------------------------------------------------------- 1 | /Current 2 | -------------------------------------------------------------------------------- /TAO/tests/RTScheduling/DT_Spawn/.gitignore: -------------------------------------------------------------------------------- 1 | /DT_Spawn 2 | -------------------------------------------------------------------------------- /TAO/tests/Storable/data_files/bad_string.dat: -------------------------------------------------------------------------------- 1 | 11 2 | test_st -------------------------------------------------------------------------------- /TAO/tests/Xt_Stopwatch/.gitignore: -------------------------------------------------------------------------------- 1 | /client 2 | /server 3 | -------------------------------------------------------------------------------- /TAO/utils/catior/.gitignore: -------------------------------------------------------------------------------- 1 | /catior 2 | /tao_catior 3 | -------------------------------------------------------------------------------- /ACE/ACEXML/ACEXML.mwc: -------------------------------------------------------------------------------- 1 | // -*- MPC -*- 2 | workspace { 3 | } 4 | -------------------------------------------------------------------------------- /ACE/Kokyu/Kokyu.mwc: -------------------------------------------------------------------------------- 1 | // -*- MPC -*- 2 | workspace { 3 | } 4 | -------------------------------------------------------------------------------- /ACE/ace/ace.mwc: -------------------------------------------------------------------------------- 1 | // -*- MPC -*- 2 | workspace { 3 | } 4 | 5 | -------------------------------------------------------------------------------- /ACE/ace/ace_message_table.bin: -------------------------------------------------------------------------------- 1 |  %1 2 | -------------------------------------------------------------------------------- /ACE/debian/libace-htbp-dev.docs: -------------------------------------------------------------------------------- 1 | protocols/ace/HTBP/README 2 | -------------------------------------------------------------------------------- /ACE/debian/mpc-ace.docs: -------------------------------------------------------------------------------- 1 | MPC/docs/README 2 | MPC/docs/USAGE 3 | -------------------------------------------------------------------------------- /ACE/examples/APG/Active_Objects/.gitignore: -------------------------------------------------------------------------------- 1 | /AO 2 | /AO2 3 | -------------------------------------------------------------------------------- /ACE/examples/APG/Proactor/.gitignore: -------------------------------------------------------------------------------- 1 | /HA_Proactive_Status 2 | -------------------------------------------------------------------------------- /ACE/examples/ASX/CCM_App/.gitignore: -------------------------------------------------------------------------------- 1 | /client 2 | /server 3 | -------------------------------------------------------------------------------- /ACE/examples/Bounded_Packet_Relay/.gitignore: -------------------------------------------------------------------------------- 1 | /bpr_thread 2 | -------------------------------------------------------------------------------- /ACE/examples/IOStream/client/.gitignore: -------------------------------------------------------------------------------- 1 | /iostream_client 2 | -------------------------------------------------------------------------------- /ACE/examples/IOStream/server/.gitignore: -------------------------------------------------------------------------------- 1 | /iostream_server 2 | -------------------------------------------------------------------------------- /ACE/examples/IPC_SAP/ATM_SAP/.gitignore: -------------------------------------------------------------------------------- 1 | /client 2 | /server 3 | -------------------------------------------------------------------------------- /ACE/examples/IPC_SAP/SOCK_SAP/local_data: -------------------------------------------------------------------------------- 1 | I am Iron man! 2 | -------------------------------------------------------------------------------- /ACE/examples/Mem_Map/file-reverse/.gitignore: -------------------------------------------------------------------------------- 1 | /file-reverse 2 | -------------------------------------------------------------------------------- /ACE/examples/Reactor/Dgram/.gitignore: -------------------------------------------------------------------------------- 1 | /codgram 2 | /dgram 3 | -------------------------------------------------------------------------------- /ACE/examples/Reactor/FIFO/.gitignore: -------------------------------------------------------------------------------- 1 | /client 2 | /server 3 | -------------------------------------------------------------------------------- /ACE/examples/Service_Configurator/Misc/.gitignore: -------------------------------------------------------------------------------- 1 | /main 2 | -------------------------------------------------------------------------------- /ACE/examples/Shared_Memory/.gitignore: -------------------------------------------------------------------------------- 1 | /testmm 2 | /testsv 3 | -------------------------------------------------------------------------------- /ACE/examples/Smart_Pointers/.gitignore: -------------------------------------------------------------------------------- 1 | /Widget 2 | /gadget 3 | -------------------------------------------------------------------------------- /ACE/protocols/examples/TMCast/Member/.gitignore: -------------------------------------------------------------------------------- 1 | /member 2 | -------------------------------------------------------------------------------- /ACE/protocols/tests/RMCast/.gitignore: -------------------------------------------------------------------------------- 1 | /receiver 2 | /sender 3 | -------------------------------------------------------------------------------- /TAO/DevGuideExamples/AMH/amh_pch.cpp: -------------------------------------------------------------------------------- 1 | #include "amh_pch.h" 2 | -------------------------------------------------------------------------------- /TAO/MPC/config/notify.mpb: -------------------------------------------------------------------------------- 1 | project : notification { 2 | } 3 | -------------------------------------------------------------------------------- /TAO/examples/AMI/FL_Callback/.gitignore: -------------------------------------------------------------------------------- 1 | /peer 2 | /progress 3 | -------------------------------------------------------------------------------- /TAO/examples/Buffered_AMI/.gitignore: -------------------------------------------------------------------------------- 1 | /client 2 | /server 3 | -------------------------------------------------------------------------------- /TAO/examples/Simple/bank/.gitignore: -------------------------------------------------------------------------------- 1 | /client 2 | /server 3 | -------------------------------------------------------------------------------- /TAO/examples/Simple/chat/.gitignore: -------------------------------------------------------------------------------- 1 | /client 2 | /server 3 | -------------------------------------------------------------------------------- /TAO/examples/Simple/echo/.gitignore: -------------------------------------------------------------------------------- 1 | /client 2 | /server 3 | -------------------------------------------------------------------------------- /TAO/examples/Simple/grid/.gitignore: -------------------------------------------------------------------------------- 1 | /client 2 | /server 3 | -------------------------------------------------------------------------------- /TAO/examples/Simple/time/.gitignore: -------------------------------------------------------------------------------- 1 | /client 2 | /server 3 | -------------------------------------------------------------------------------- /TAO/orbsvcs/FT_Naming_Service/.gitignore: -------------------------------------------------------------------------------- 1 | /tao_ft_naming 2 | -------------------------------------------------------------------------------- /TAO/orbsvcs/tests/Bug_1334_Regression/.gitignore: -------------------------------------------------------------------------------- 1 | /client 2 | -------------------------------------------------------------------------------- /TAO/orbsvcs/tests/Bug_1393_Regression/.gitignore: -------------------------------------------------------------------------------- 1 | /client 2 | -------------------------------------------------------------------------------- /TAO/orbsvcs/tests/Bug_2112_Regression/.gitignore: -------------------------------------------------------------------------------- 1 | client 2 | -------------------------------------------------------------------------------- /TAO/orbsvcs/tests/Bug_2137_Regression/.gitignore: -------------------------------------------------------------------------------- 1 | /client 2 | -------------------------------------------------------------------------------- /TAO/orbsvcs/tests/Bug_3486_Regression/.gitignore: -------------------------------------------------------------------------------- 1 | server 2 | -------------------------------------------------------------------------------- /TAO/orbsvcs/tests/CosEvent/Timeout/.gitignore: -------------------------------------------------------------------------------- 1 | /TimeoutTest 2 | -------------------------------------------------------------------------------- /TAO/orbsvcs/tests/Event/ThreadFlags/.gitignore: -------------------------------------------------------------------------------- 1 | /testflags 2 | -------------------------------------------------------------------------------- /TAO/orbsvcs/tests/ImplRepo/NameService/.gitignore: -------------------------------------------------------------------------------- 1 | /test 2 | -------------------------------------------------------------------------------- /TAO/orbsvcs/tests/ImplRepo/NotifyService/.gitignore: -------------------------------------------------------------------------------- 1 | test 2 | -------------------------------------------------------------------------------- /TAO/orbsvcs/tests/Log/Basic_Log_Test/.gitignore: -------------------------------------------------------------------------------- 1 | /client 2 | -------------------------------------------------------------------------------- /TAO/orbsvcs/tests/Notify/PluggableTopology/.gitignore: -------------------------------------------------------------------------------- 1 | /main 2 | -------------------------------------------------------------------------------- /TAO/orbsvcs/tests/Notify/XML_Persistence/.gitignore: -------------------------------------------------------------------------------- 1 | /main 2 | -------------------------------------------------------------------------------- /TAO/orbsvcs/tests/Notify/lib/Peer.inl: -------------------------------------------------------------------------------- 1 | #include "Peer.h" 2 | -------------------------------------------------------------------------------- /TAO/orbsvcs/tests/Property/.gitignore: -------------------------------------------------------------------------------- 1 | /client 2 | /server 3 | -------------------------------------------------------------------------------- /TAO/orbsvcs/tests/unit/Notify/MC/Control/.gitignore: -------------------------------------------------------------------------------- 1 | Control 2 | -------------------------------------------------------------------------------- /TAO/performance-tests/RTCorba/Thread_Pool/one-full-band: -------------------------------------------------------------------------------- 1 | 0 32767 -------------------------------------------------------------------------------- /TAO/tao/tao.mwc: -------------------------------------------------------------------------------- 1 | // -*- MPC -*- 2 | workspace { 3 | } 4 | 5 | -------------------------------------------------------------------------------- /TAO/tests/BiDirectional_MultipleORB/.gitignore: -------------------------------------------------------------------------------- 1 | /destroy 2 | -------------------------------------------------------------------------------- /TAO/tests/Bug_2702_Regression/closeconnection.dat: -------------------------------------------------------------------------------- 1 | GIOP -------------------------------------------------------------------------------- /TAO/tests/POA/Identity/test.idl: -------------------------------------------------------------------------------- 1 | interface test 2 | { 3 | }; 4 | -------------------------------------------------------------------------------- /TAO/tests/POA/Reference_Counted_Servant/.gitignore: -------------------------------------------------------------------------------- 1 | /server 2 | -------------------------------------------------------------------------------- /TAO/tests/Portable_Interceptors/Bug_2088/.gitignore: -------------------------------------------------------------------------------- 1 | /client 2 | -------------------------------------------------------------------------------- /TAO/tests/Portable_Interceptors/Slot/.gitignore: -------------------------------------------------------------------------------- 1 | /driver 2 | -------------------------------------------------------------------------------- /TAO/tests/RTCORBA/Profile_And_Endpoint_Selection/empty_file: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /ACE/apps/JAWS/server/jaws.auth: -------------------------------------------------------------------------------- 1 | jxh:nonsense 2 | bill:no nonsense 3 | -------------------------------------------------------------------------------- /ACE/debian/libace-rmcast-dev.docs: -------------------------------------------------------------------------------- 1 | protocols/ace/RMCast/README 2 | -------------------------------------------------------------------------------- /ACE/debian/libace-tmcast-dev.docs: -------------------------------------------------------------------------------- 1 | protocols/ace/TMCast/README 2 | -------------------------------------------------------------------------------- /ACE/examples/ConfigViewer/stdafx.cpp: -------------------------------------------------------------------------------- 1 | #include "stdafx.h" 2 | 3 | -------------------------------------------------------------------------------- /ACE/examples/Connection/misc/.gitignore: -------------------------------------------------------------------------------- 1 | /handler 2 | /test_upipe 3 | -------------------------------------------------------------------------------- /ACE/examples/IPC_SAP/UPIPE_SAP/.gitignore: -------------------------------------------------------------------------------- 1 | /ex1 2 | /ex2 3 | /ex3 4 | -------------------------------------------------------------------------------- /ACE/examples/Logger/Acceptor-server/.gitignore: -------------------------------------------------------------------------------- 1 | /server_loggerd 2 | -------------------------------------------------------------------------------- /ACE/examples/Logger/simple-server/.gitignore: -------------------------------------------------------------------------------- 1 | /server_loggerd 2 | -------------------------------------------------------------------------------- /ACE/examples/Reactor/Multicast/.gitignore: -------------------------------------------------------------------------------- 1 | /client 2 | /server 3 | -------------------------------------------------------------------------------- /ACE/protocols/tests/HTBP/ping/.gitignore: -------------------------------------------------------------------------------- 1 | /client 2 | /server 3 | -------------------------------------------------------------------------------- /TAO/DevGuideExamples/ValueTypes/Bank/_pch.cpp: -------------------------------------------------------------------------------- 1 | #include "_pch.h" 2 | -------------------------------------------------------------------------------- /TAO/examples/Buffered_Oneways/.gitignore: -------------------------------------------------------------------------------- 1 | /client 2 | /server 3 | -------------------------------------------------------------------------------- /TAO/examples/Simple/time-date/.gitignore: -------------------------------------------------------------------------------- 1 | /client 2 | /server 3 | -------------------------------------------------------------------------------- /TAO/orbsvcs/TAO_Service/.gitignore: -------------------------------------------------------------------------------- 1 | /TAO_Service 2 | /tao_service 3 | -------------------------------------------------------------------------------- /TAO/orbsvcs/tests/Bug_1630_Regression/.gitignore: -------------------------------------------------------------------------------- 1 | /testclient 2 | -------------------------------------------------------------------------------- /TAO/orbsvcs/tests/FtRtEvent/.gitignore: -------------------------------------------------------------------------------- 1 | /consumer 2 | /supplier 3 | -------------------------------------------------------------------------------- /TAO/orbsvcs/tests/InterfaceRepo/IDL3_Test/.gitignore: -------------------------------------------------------------------------------- 1 | /IDL3_Test 2 | -------------------------------------------------------------------------------- /TAO/orbsvcs/tests/InterfaceRepo/IFR_Test/.gitignore: -------------------------------------------------------------------------------- 1 | /IFR_Test 2 | -------------------------------------------------------------------------------- /TAO/orbsvcs/tests/InterfaceRepo/Latency_Test/.gitignore: -------------------------------------------------------------------------------- 1 | /client 2 | -------------------------------------------------------------------------------- /TAO/orbsvcs/tests/Notify/Bug_2926_Regression/.gitignore: -------------------------------------------------------------------------------- 1 | server 2 | -------------------------------------------------------------------------------- /TAO/orbsvcs/tests/Notify/Bug_3252_Regression/.gitignore: -------------------------------------------------------------------------------- 1 | server 2 | -------------------------------------------------------------------------------- /TAO/orbsvcs/tests/Notify/Bug_3646b_Regression/.gitignore: -------------------------------------------------------------------------------- 1 | server 2 | -------------------------------------------------------------------------------- /TAO/orbsvcs/tests/Notify/Bug_3646d_Regression/.gitignore: -------------------------------------------------------------------------------- 1 | server 2 | -------------------------------------------------------------------------------- /TAO/orbsvcs/tests/Notify/Bug_3663_Regression/.gitignore: -------------------------------------------------------------------------------- 1 | server 2 | -------------------------------------------------------------------------------- /TAO/orbsvcs/tests/Notify/Bug_3688b_Regression/.gitignore: -------------------------------------------------------------------------------- 1 | server 2 | -------------------------------------------------------------------------------- /TAO/orbsvcs/tests/Notify/Driver/.gitignore: -------------------------------------------------------------------------------- 1 | /Notify_Tests_Driver 2 | -------------------------------------------------------------------------------- /TAO/orbsvcs/tests/Notify/Validate_Client/.gitignore: -------------------------------------------------------------------------------- 1 | proxy_dummy 2 | -------------------------------------------------------------------------------- /TAO/orbsvcs/tests/Security/ssliop_corbaloc/.gitignore: -------------------------------------------------------------------------------- 1 | /client 2 | -------------------------------------------------------------------------------- /TAO/orbsvcs/tests/tests_svc_loader/.gitignore: -------------------------------------------------------------------------------- 1 | /tests_svc_loader 2 | -------------------------------------------------------------------------------- /TAO/orbsvcs/tests/unit/Notify/MC/Statistic/.gitignore: -------------------------------------------------------------------------------- 1 | Statistic 2 | -------------------------------------------------------------------------------- /TAO/performance-tests/RTCorba/Thread_Pool/decreasing-rates: -------------------------------------------------------------------------------- 1 | 75 50 25 -------------------------------------------------------------------------------- /TAO/performance-tests/RTCorba/Thread_Pool/increasing-rates: -------------------------------------------------------------------------------- 1 | 25 50 75 -------------------------------------------------------------------------------- /TAO/performance-tests/RTCorba/Thread_Pool/lanes: -------------------------------------------------------------------------------- 1 | 10922 21844 32767 -------------------------------------------------------------------------------- /TAO/tests/Bug_2243_Regression/.gitignore: -------------------------------------------------------------------------------- 1 | /ORB_object_to_string 2 | -------------------------------------------------------------------------------- /TAO/tests/Bug_3499_Regression/.gitignore: -------------------------------------------------------------------------------- 1 | /Bug_3499_Regression 2 | -------------------------------------------------------------------------------- /TAO/tests/Bug_3695_Regression/.gitignore: -------------------------------------------------------------------------------- 1 | /Bug_3695_Regression 2 | -------------------------------------------------------------------------------- /TAO/tests/ORB_Local_Config/Service_Dependency/.gitignore: -------------------------------------------------------------------------------- 1 | /Test 2 | -------------------------------------------------------------------------------- /TAO/tests/POA/POAManagerFactory/.gitignore: -------------------------------------------------------------------------------- 1 | /POAManagerFactory 2 | -------------------------------------------------------------------------------- /TAO/tests/Policies/test.idl: -------------------------------------------------------------------------------- 1 | 2 | interface Test 3 | { 4 | }; 5 | -------------------------------------------------------------------------------- /TAO/tests/Queued_Message_Test/.gitignore: -------------------------------------------------------------------------------- 1 | /Queued_Message_Test 2 | -------------------------------------------------------------------------------- /TAO/tests/RTCORBA/Profile_And_Endpoint_Selection/shmiop: -------------------------------------------------------------------------------- 1 | 1413566210 -------------------------------------------------------------------------------- /TAO/tests/RTScheduling/Thread_Cancel/.gitignore: -------------------------------------------------------------------------------- 1 | /Thread_Cancel 2 | -------------------------------------------------------------------------------- /TAO/tests/Storable/data_files/bad_int.dat: -------------------------------------------------------------------------------- 1 | 11 2 | test_string 3 | -10 -------------------------------------------------------------------------------- /TAO/tests/TransportCurrent/IIOP/.gitignore: -------------------------------------------------------------------------------- 1 | /client 2 | /server 3 | -------------------------------------------------------------------------------- /ACE/THANKS: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DOCGroup/ACE_TAO/HEAD/ACE/THANKS -------------------------------------------------------------------------------- /ACE/bin/MakeProjectCreator/config/ace_zzip.mpb: -------------------------------------------------------------------------------- 1 | feature(zzip): zzip { 2 | } -------------------------------------------------------------------------------- /ACE/debian/ace-gperf.docs: -------------------------------------------------------------------------------- 1 | PROBLEM-REPORT-FORM 2 | apps/gperf/README 3 | -------------------------------------------------------------------------------- /ACE/debian/libace-doc.docs: -------------------------------------------------------------------------------- 1 | usr/share/ace/docs 2 | html/libace-doc/* 3 | -------------------------------------------------------------------------------- /ACE/debian/libkokyu-dev.links: -------------------------------------------------------------------------------- 1 | usr/include/Kokyu usr/lib/ace/Kokyu 2 | -------------------------------------------------------------------------------- /ACE/examples/Connection/blocking/.gitignore: -------------------------------------------------------------------------------- 1 | /acceptor 2 | /connector 3 | -------------------------------------------------------------------------------- /ACE/examples/System_V_IPC/SV_Semaphores/.gitignore: -------------------------------------------------------------------------------- 1 | /sem1 2 | /sem2 3 | -------------------------------------------------------------------------------- /ACE/performance-tests/perf.mwc: -------------------------------------------------------------------------------- 1 | // -*- MPC -*- 2 | workspace { 3 | } 4 | -------------------------------------------------------------------------------- /ACE/protocols/tests/HTBP/Reactor_Tests/.gitignore: -------------------------------------------------------------------------------- 1 | /client 2 | /server 3 | -------------------------------------------------------------------------------- /ACE/protocols/tests/tests.mwc: -------------------------------------------------------------------------------- 1 | // -*- MPC -*- 2 | workspace { 3 | } 4 | -------------------------------------------------------------------------------- /TAO/DevGuideExamples/AMH_AMI/amh_ami_pch.cpp: -------------------------------------------------------------------------------- 1 | #include "amh_ami_pch.h" 2 | -------------------------------------------------------------------------------- /TAO/DevGuideExamples/ValueTypes/Messenger/_pch.cpp: -------------------------------------------------------------------------------- 1 | #include "_pch.h" 2 | -------------------------------------------------------------------------------- /TAO/orbsvcs/Event_Service/.gitignore: -------------------------------------------------------------------------------- 1 | /Event_Service 2 | /tao_rtevent 3 | -------------------------------------------------------------------------------- /TAO/orbsvcs/tests/AVStreams/Full_Profile/.gitignore: -------------------------------------------------------------------------------- 1 | /ftp 2 | /server 3 | -------------------------------------------------------------------------------- /TAO/orbsvcs/tests/AVStreams/Multicast/.gitignore: -------------------------------------------------------------------------------- 1 | /ftp 2 | /server 3 | -------------------------------------------------------------------------------- /TAO/orbsvcs/tests/AVStreams/Pluggable/.gitignore: -------------------------------------------------------------------------------- 1 | /ftp 2 | /server 3 | -------------------------------------------------------------------------------- /TAO/orbsvcs/tests/Event/Mcast/AddrServer/.gitignore: -------------------------------------------------------------------------------- 1 | client 2 | server 3 | -------------------------------------------------------------------------------- /TAO/orbsvcs/tests/InterfaceRepo/Bug_2962_Regression/.gitignore: -------------------------------------------------------------------------------- 1 | client 2 | -------------------------------------------------------------------------------- /TAO/orbsvcs/tests/InterfaceRepo/Union_Forward_Test/.gitignore: -------------------------------------------------------------------------------- 1 | client 2 | -------------------------------------------------------------------------------- /TAO/orbsvcs/tests/LoadBalancing/LoadMonitor/CPU/.gitignore: -------------------------------------------------------------------------------- 1 | /client 2 | -------------------------------------------------------------------------------- /TAO/orbsvcs/tests/Notify/Bug_3646a_Regression/.gitignore: -------------------------------------------------------------------------------- 1 | Consumer 2 | -------------------------------------------------------------------------------- /TAO/orbsvcs/tests/Notify/Destroy/.gitignore: -------------------------------------------------------------------------------- 1 | /Notify_Tests_Destroy 2 | -------------------------------------------------------------------------------- /TAO/orbsvcs/tests/unit/Trading/Interpreter/.gitignore: -------------------------------------------------------------------------------- 1 | /Interpreter 2 | -------------------------------------------------------------------------------- /TAO/tests/POA/Default_Servant/test.idl: -------------------------------------------------------------------------------- 1 | interface test 2 | { 3 | }; 4 | -------------------------------------------------------------------------------- /TAO/tests/RTCORBA/Banded_Connections/bands.unix: -------------------------------------------------------------------------------- 1 | 35 39 40 46 47 50 2 | -------------------------------------------------------------------------------- /TAO/tests/RTCORBA/Destroy_Thread_Pool/.gitignore: -------------------------------------------------------------------------------- 1 | /Destroy_Thread_Pool 2 | -------------------------------------------------------------------------------- /TAO/tests/RTCORBA/Linear_Priority/lanes: -------------------------------------------------------------------------------- 1 | 0 5000 10000 15000 20000 25000 -------------------------------------------------------------------------------- /TAO/tests/RTCORBA/Profile_And_Endpoint_Selection/iiop_shmiop: -------------------------------------------------------------------------------- 1 | 0 1413566210 -------------------------------------------------------------------------------- /TAO/tests/RTCORBA/Profile_And_Endpoint_Selection/shmiop_iiop: -------------------------------------------------------------------------------- 1 | 1413566210 0 -------------------------------------------------------------------------------- /TAO/tests/TransportCurrent/Framework/.gitignore: -------------------------------------------------------------------------------- 1 | /client 2 | /server 3 | -------------------------------------------------------------------------------- /ACE/bin/MakeProjectCreator/config/ace_zlib.mpb: -------------------------------------------------------------------------------- 1 | feature(zlib): zlib { 2 | } 3 | -------------------------------------------------------------------------------- /ACE/debian/libacexml-dev.links: -------------------------------------------------------------------------------- 1 | usr/include/ACEXML usr/lib/ace/ACEXML 2 | -------------------------------------------------------------------------------- /ACE/debian/libkokyu-dev.docs: -------------------------------------------------------------------------------- 1 | Kokyu/README 2 | Kokyu/docs 3 | Kokyu/tests 4 | -------------------------------------------------------------------------------- /ACE/debian/libnetsvcs-dev.docs: -------------------------------------------------------------------------------- 1 | netsvcs/lib/README 2 | PROBLEM-REPORT-FORM 3 | -------------------------------------------------------------------------------- /ACE/examples/Service_Configurator/IPC-tests/server/.gitignore: -------------------------------------------------------------------------------- 1 | /server_test 2 | -------------------------------------------------------------------------------- /ACE/protocols/ace/INet/.gitignore: -------------------------------------------------------------------------------- 1 | /ftp_simple_wget 2 | /http_simple_wget 3 | -------------------------------------------------------------------------------- /ACE/protocols/examples/RMCast/Send_Msg/.gitignore: -------------------------------------------------------------------------------- 1 | /receiver 2 | /sender 3 | -------------------------------------------------------------------------------- /ACE/protocols/examples/examples.mwc: -------------------------------------------------------------------------------- 1 | // -*- MPC -*- 2 | workspace { 3 | } 4 | -------------------------------------------------------------------------------- /ACE/protocols/tests/HTBP/Send_Large_Msg/.gitignore: -------------------------------------------------------------------------------- 1 | /client 2 | /server 3 | -------------------------------------------------------------------------------- /ACE/tests/non_mpc_makefile/foo.cpp: -------------------------------------------------------------------------------- 1 | int foo() 2 | { 3 | return 42; 4 | } 5 | -------------------------------------------------------------------------------- /TAO/DevGuideExamples/DevGuideExamples.mwc: -------------------------------------------------------------------------------- 1 | // 2 | 3 | workspace { 4 | } 5 | -------------------------------------------------------------------------------- /TAO/docs/tao.css: -------------------------------------------------------------------------------- 1 | BODY { 2 | background: white; 3 | color: black; 4 | } 5 | -------------------------------------------------------------------------------- /TAO/interop-tests/AnyTypeCode/atc.mwc: -------------------------------------------------------------------------------- 1 | workspace { 2 | tao/Demo.mpc 3 | } 4 | -------------------------------------------------------------------------------- /TAO/orbsvcs/Dump_Schedule/.gitignore: -------------------------------------------------------------------------------- 1 | /Dump_Schedule 2 | /tao_dump_schedule 3 | -------------------------------------------------------------------------------- /TAO/orbsvcs/FTRT_Event_Service/Event_Service/.gitignore: -------------------------------------------------------------------------------- 1 | /ftrt_eventservice 2 | -------------------------------------------------------------------------------- /TAO/orbsvcs/orbsvcs/orbsvcs.mwc: -------------------------------------------------------------------------------- 1 | // -*- MPC -*- 2 | workspace { 3 | } 4 | 5 | -------------------------------------------------------------------------------- /TAO/orbsvcs/tests/AVStreams/Modify_QoS/.gitignore: -------------------------------------------------------------------------------- 1 | /receiver 2 | /sender 3 | -------------------------------------------------------------------------------- /TAO/orbsvcs/tests/FaultTolerance/IOGRManipulation/.gitignore: -------------------------------------------------------------------------------- 1 | /IOGRTest 2 | -------------------------------------------------------------------------------- /TAO/orbsvcs/tests/InterfaceRepo/Bug_3155_Regression/.gitignore: -------------------------------------------------------------------------------- 1 | test_idl 2 | -------------------------------------------------------------------------------- /TAO/orbsvcs/tests/InterfaceRepo/Bug_3174_Regression/.gitignore: -------------------------------------------------------------------------------- 1 | test_idl 2 | -------------------------------------------------------------------------------- /TAO/orbsvcs/tests/Notify/Reconnecting/.gitignore: -------------------------------------------------------------------------------- 1 | /Consumer 2 | /Supplier 3 | -------------------------------------------------------------------------------- /TAO/orbsvcs/tests/Notify/lib/PushConsumer.inl: -------------------------------------------------------------------------------- 1 | #include "PushConsumer.h" 2 | -------------------------------------------------------------------------------- /TAO/orbsvcs/tests/Notify/lib/PushSupplier.inl: -------------------------------------------------------------------------------- 1 | #include "PushSupplier.h" 2 | -------------------------------------------------------------------------------- /TAO/orbsvcs/tests/Security/cert/DOCCA/index.txt.attr: -------------------------------------------------------------------------------- 1 | unique_subject = no 2 | -------------------------------------------------------------------------------- /TAO/performance-tests/Memory/IORsize/Foo_i.cpp: -------------------------------------------------------------------------------- 1 | #include "Foo_i.h" 2 | 3 | -------------------------------------------------------------------------------- /TAO/performance-tests/RTCorba/Thread_Pool/bands: -------------------------------------------------------------------------------- 1 | 0 10922 10923 21844 21845 32767 -------------------------------------------------------------------------------- /TAO/performance-tests/RTCorba/Thread_Pool/invocation-priorities-native: -------------------------------------------------------------------------------- 1 | 30 60 90 -------------------------------------------------------------------------------- /TAO/tests/Bug_1904_Regression/test.idl: -------------------------------------------------------------------------------- 1 | interface con 2 | { 3 | }; 4 | 5 | -------------------------------------------------------------------------------- /TAO/tests/Bug_2222_Regression/TestType.idl: -------------------------------------------------------------------------------- 1 | typedef octet Array_Typedef[1]; 2 | -------------------------------------------------------------------------------- /TAO/tests/Bug_2399_Regression/included.idl: -------------------------------------------------------------------------------- 1 | interface Parent 2 | { 3 | }; 4 | -------------------------------------------------------------------------------- /TAO/tests/Bug_2678_Regression/transport_data_dump.layout: -------------------------------------------------------------------------------- 1 | 384 2 | 104 3 | 4 | -------------------------------------------------------------------------------- /TAO/tests/Connection_Failure/test.idl: -------------------------------------------------------------------------------- 1 | 2 | interface test 3 | { 4 | }; 5 | -------------------------------------------------------------------------------- /TAO/tests/POA/Non_Servant_Upcalls/test.idl: -------------------------------------------------------------------------------- 1 | interface test 2 | { 3 | }; 4 | -------------------------------------------------------------------------------- /ACE/bin/MakeProjectCreator/config/ace_bzip2.mpb: -------------------------------------------------------------------------------- 1 | feature(bzip2): bzip2 { 2 | } 3 | -------------------------------------------------------------------------------- /ACE/debian/libace-VERSION.lintian-overrides: -------------------------------------------------------------------------------- 1 | library-not-linked-against-libc 2 | -------------------------------------------------------------------------------- /ACE/debian/libacexml-VERSION.lintian-overrides: -------------------------------------------------------------------------------- 1 | library-not-linked-against-libc 2 | -------------------------------------------------------------------------------- /ACE/debian/libacexml-dev.docs: -------------------------------------------------------------------------------- 1 | ACEXML/README 2 | ACEXML/docs 3 | ACEXML/examples 4 | -------------------------------------------------------------------------------- /ACE/debian/libnetsvcs-VERSION.docs: -------------------------------------------------------------------------------- 1 | netsvcs/lib/README 2 | PROBLEM-REPORT-FORM 3 | -------------------------------------------------------------------------------- /ACE/debian/patches/series: -------------------------------------------------------------------------------- 1 | 0001-Revert-Perl-shebang-portability-changes.patch 2 | -------------------------------------------------------------------------------- /ACE/etc/doxygen.css: -------------------------------------------------------------------------------- 1 | BODY { 2 | background: white; 3 | color: black; 4 | } 5 | -------------------------------------------------------------------------------- /ACE/examples/APG/Config/.gitignore: -------------------------------------------------------------------------------- 1 | /ARGV_Example 2 | /Get_Opt 3 | /Get_Opt_Long 4 | -------------------------------------------------------------------------------- /ACE/examples/APG/Timers/.gitignore: -------------------------------------------------------------------------------- 1 | /Alarm 2 | /Task 3 | /Timers 4 | /Upcall 5 | -------------------------------------------------------------------------------- /ACE/html/doxygen.css: -------------------------------------------------------------------------------- 1 | BODY { 2 | background: white; 3 | color: black; 4 | } 5 | -------------------------------------------------------------------------------- /ACE/performance-tests/Synch-Benchmarks/results/.no_prune: -------------------------------------------------------------------------------- 1 | "Do not prune me." 2 | -------------------------------------------------------------------------------- /ACE/protocols/examples/INet/.gitignore: -------------------------------------------------------------------------------- 1 | ftp_simple_wget 2 | http_simple_wget 3 | -------------------------------------------------------------------------------- /TAO/DevGuideExamples/GettingStarted/started_pch.cpp: -------------------------------------------------------------------------------- 1 | #include "started_pch.h" 2 | -------------------------------------------------------------------------------- /TAO/examples/AMH/Sink_Server/.gitignore: -------------------------------------------------------------------------------- 1 | /client 2 | /mt_server 3 | /st_server 4 | -------------------------------------------------------------------------------- /TAO/examples/Callback_Quoter/.gitignore: -------------------------------------------------------------------------------- 1 | /consumer 2 | /notifier 3 | /supplier 4 | -------------------------------------------------------------------------------- /TAO/examples/Load_Balancing/.gitignore: -------------------------------------------------------------------------------- 1 | /client 2 | /load_balancer 3 | /server 4 | -------------------------------------------------------------------------------- /TAO/examples/ior_corbaloc/.gitignore: -------------------------------------------------------------------------------- 1 | /client 2 | /corbaname_client 3 | /server 4 | -------------------------------------------------------------------------------- /TAO/interop-tests/CdrOutArg/coa.mwc: -------------------------------------------------------------------------------- 1 | workspace { 2 | tao/CdrOutArg.mpc 3 | } 4 | -------------------------------------------------------------------------------- /TAO/orbsvcs/CosEvent_Service/.gitignore: -------------------------------------------------------------------------------- 1 | /CosEvent_Service 2 | /tao_cosevent 3 | -------------------------------------------------------------------------------- /TAO/orbsvcs/DevGuideExamples/DevGuideExamples.mwc: -------------------------------------------------------------------------------- 1 | // 2 | 3 | workspace { 4 | } 5 | -------------------------------------------------------------------------------- /TAO/orbsvcs/Fault_Detector/.gitignore: -------------------------------------------------------------------------------- 1 | /Fault_Detector 2 | /tao_fault_detector 3 | -------------------------------------------------------------------------------- /TAO/orbsvcs/Trading_Service/.gitignore: -------------------------------------------------------------------------------- 1 | /tao_costrading 2 | /Trading_Service 3 | -------------------------------------------------------------------------------- /TAO/orbsvcs/orbsvcs/Null_MediaCtrl.idl: -------------------------------------------------------------------------------- 1 | interface Null_MediaCtrl 2 | { 3 | }; 4 | -------------------------------------------------------------------------------- /TAO/orbsvcs/performance-tests/perf.mwc: -------------------------------------------------------------------------------- 1 | // -*- MPC -*- 2 | workspace { 3 | } 4 | -------------------------------------------------------------------------------- /TAO/orbsvcs/tests/AVStreams/Latency/.gitignore: -------------------------------------------------------------------------------- 1 | /control 2 | /ping 3 | /pong 4 | -------------------------------------------------------------------------------- /TAO/orbsvcs/tests/AVStreams/Multicast_Full_Profile/.gitignore: -------------------------------------------------------------------------------- 1 | /ftp 2 | /server 3 | -------------------------------------------------------------------------------- /TAO/orbsvcs/tests/AVStreams/Multiple_Flows/.gitignore: -------------------------------------------------------------------------------- 1 | /receiver 2 | /sender 3 | -------------------------------------------------------------------------------- /TAO/orbsvcs/tests/AVStreams/Simple_Two_Stage/.gitignore: -------------------------------------------------------------------------------- 1 | /receiver 2 | /sender 3 | -------------------------------------------------------------------------------- /TAO/orbsvcs/tests/Event/Mcast/Two_Way/.gitignore: -------------------------------------------------------------------------------- 1 | application 2 | gateway-ec 3 | -------------------------------------------------------------------------------- /TAO/orbsvcs/tests/InterfaceRepo/Persistence_Test/.gitignore: -------------------------------------------------------------------------------- 1 | /Persistence_Test 2 | -------------------------------------------------------------------------------- /TAO/orbsvcs/tests/Notify/Bug_3646c_Regression/.gitignore: -------------------------------------------------------------------------------- 1 | Consumer 2 | server 3 | -------------------------------------------------------------------------------- /TAO/orbsvcs/tests/Notify/Bug_3688_Regression/.gitignore: -------------------------------------------------------------------------------- 1 | consumer 2 | supplier 3 | -------------------------------------------------------------------------------- /TAO/orbsvcs/tests/Notify/Persistent_Filter/.gitignore: -------------------------------------------------------------------------------- 1 | consumer 2 | supplier 3 | -------------------------------------------------------------------------------- /TAO/orbsvcs/tests/Notify/lib/Direct_Supplier.inl: -------------------------------------------------------------------------------- 1 | #include "Direct_Supplier.h" 2 | -------------------------------------------------------------------------------- /TAO/orbsvcs/tests/Notify/lib/Relay_Consumer.inl: -------------------------------------------------------------------------------- 1 | #include "Relay_Consumer.h" 2 | -------------------------------------------------------------------------------- /TAO/orbsvcs/tests/Notify/performance-tests/RedGreen/.gitignore: -------------------------------------------------------------------------------- 1 | /RedGreen_Test 2 | -------------------------------------------------------------------------------- /TAO/orbsvcs/tests/Notify/performance-tests/Throughput/.gitignore: -------------------------------------------------------------------------------- 1 | /Throughput 2 | -------------------------------------------------------------------------------- /TAO/orbsvcs/tests/unit/Notify/MC/MonitorControlExt/.gitignore: -------------------------------------------------------------------------------- 1 | MonitorControlExt 2 | -------------------------------------------------------------------------------- /TAO/performance-tests/RTCorba/Thread_Pool/invocation-priorities: -------------------------------------------------------------------------------- 1 | 10922 21844 32767 -------------------------------------------------------------------------------- /TAO/tao/ZIOP/.gitignore: -------------------------------------------------------------------------------- 1 | /ziop_export.h 2 | /ZIOPC.cpp 3 | /ZIOPC.h 4 | /ZIOPS.h 5 | -------------------------------------------------------------------------------- /TAO/tests/CSD_Strategy_Tests/Broken/.gitignore: -------------------------------------------------------------------------------- 1 | /client_main 2 | /server_main 3 | -------------------------------------------------------------------------------- /TAO/tests/CSD_Strategy_Tests/TP_Test_1/.gitignore: -------------------------------------------------------------------------------- 1 | /client_main 2 | /server_main 3 | -------------------------------------------------------------------------------- /TAO/tests/CSD_Strategy_Tests/TP_Test_2/.gitignore: -------------------------------------------------------------------------------- 1 | /client_main 2 | /server_main 3 | -------------------------------------------------------------------------------- /TAO/tests/CSD_Strategy_Tests/TP_Test_3/.gitignore: -------------------------------------------------------------------------------- 1 | /client_main 2 | /server_main 3 | -------------------------------------------------------------------------------- /TAO/tests/CSD_Strategy_Tests/TP_Test_4/.gitignore: -------------------------------------------------------------------------------- 1 | /client_main 2 | /server_main 3 | -------------------------------------------------------------------------------- /TAO/tests/IDLv4/annotations/annotest_idl.cpp: -------------------------------------------------------------------------------- 1 | #include "TAO_IDL/tao_idl.cpp" 2 | -------------------------------------------------------------------------------- /TAO/tests/IDLv4/annotations/drv_args.cpp: -------------------------------------------------------------------------------- 1 | #include "TAO_IDL/driver/drv_args.cpp" 2 | -------------------------------------------------------------------------------- /TAO/tests/MT_NoUpcall_Client_Leader/police.h: -------------------------------------------------------------------------------- 1 | void poll (const char* filename); 2 | -------------------------------------------------------------------------------- /TAO/tests/Portable_Interceptors/Recursive_ORBInitializer/.gitignore: -------------------------------------------------------------------------------- 1 | /client 2 | -------------------------------------------------------------------------------- /TAO/tests/Sequence_Unit_Tests/seq_tests.mpb: -------------------------------------------------------------------------------- 1 | project { 2 | includes += . 3 | } 4 | -------------------------------------------------------------------------------- /TAO/utils/catior/test/expersoft.iiop: -------------------------------------------------------------------------------- 1 | iiop://millenium:5555/NameServiceRoot 2 | 3 | -------------------------------------------------------------------------------- /TAO/utils/catior/test/expersoft2.iiop: -------------------------------------------------------------------------------- 1 | iiop://legend:5555/NameServiceRoot 2 | 3 | -------------------------------------------------------------------------------- /TAO/utils/catior/test/expersoft3.iiop: -------------------------------------------------------------------------------- 1 | iiop://boris:5555/NameServiceRoot 2 | 3 | -------------------------------------------------------------------------------- /ACE/ACEXML/tests/util/util.mpc: -------------------------------------------------------------------------------- 1 | project: aceexe, acexml { 2 | exename = test 3 | } 4 | -------------------------------------------------------------------------------- /ACE/bin/MakeProjectCreator/config/em3.features: -------------------------------------------------------------------------------- 1 | ssl=0 2 | qos=1 3 | rwho=0 4 | sctp=0 5 | -------------------------------------------------------------------------------- /ACE/debian/ace-gperf.install: -------------------------------------------------------------------------------- 1 | usr/bin/ace_gperf 2 | usr/share/man/man1/ace_gperf.1 3 | -------------------------------------------------------------------------------- /ACE/examples/APG/Naming/Graphable_Element.cpp: -------------------------------------------------------------------------------- 1 | #include "Graphable_Element.h" 2 | 3 | -------------------------------------------------------------------------------- /ACE/examples/APG/Sockets/.gitignore: -------------------------------------------------------------------------------- 1 | /Basic 2 | /Basic_Robust 3 | /Iovec 4 | /Server 5 | -------------------------------------------------------------------------------- /ACE/examples/APG/Svc_Config/status.ini: -------------------------------------------------------------------------------- 1 | [HAStatus] 2 | "ListenPort"=dword:000001ec 3 | -------------------------------------------------------------------------------- /ACE/examples/Log_Msg/.gitignore: -------------------------------------------------------------------------------- 1 | /test_callback 2 | /test_log_msg 3 | /test_ostream 4 | -------------------------------------------------------------------------------- /ACE/html/Stats/Stats.css: -------------------------------------------------------------------------------- 1 | BODY { 2 | background: white; 3 | color: black; 4 | } 5 | -------------------------------------------------------------------------------- /ACE/tests/Compiler_Features_20_DLL.cpp: -------------------------------------------------------------------------------- 1 | #include "Compiler_Features_20_DLL.h" 2 | 3 | -------------------------------------------------------------------------------- /ACE/tests/Compiler_Features_22_DLL.cpp: -------------------------------------------------------------------------------- 1 | #include "Compiler_Features_22_DLL.h" 2 | 3 | -------------------------------------------------------------------------------- /ACE/tests/SSL/.gitignore: -------------------------------------------------------------------------------- 1 | /SSL_Asynch_Stream_Test 2 | /Thread_Pool_Reactor_SSL_Test 3 | -------------------------------------------------------------------------------- /TAO/MPC/config/namingexe.mpb: -------------------------------------------------------------------------------- 1 | // -*- MPC -*- 2 | project : orbsvcsexe, naming { 3 | } 4 | -------------------------------------------------------------------------------- /TAO/docs/space.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DOCGroup/ACE_TAO/HEAD/TAO/docs/space.gif -------------------------------------------------------------------------------- /TAO/orbsvcs/FTRT_Event_Service/Factory_Service/.gitignore: -------------------------------------------------------------------------------- 1 | /ftrtec_factory_service 2 | -------------------------------------------------------------------------------- /TAO/orbsvcs/FTRT_Event_Service/Gateway_Service/.gitignore: -------------------------------------------------------------------------------- 1 | /ftrtec_gateway_service 2 | -------------------------------------------------------------------------------- /TAO/orbsvcs/IFR_Service/.gitignore: -------------------------------------------------------------------------------- 1 | /IFR_Service 2 | /tao_ifr 3 | /tao_ifr_service 4 | -------------------------------------------------------------------------------- /TAO/orbsvcs/LifeCycle_Service/.gitignore: -------------------------------------------------------------------------------- 1 | /LifeCycle_Service 2 | /tao_coslifecycle 3 | -------------------------------------------------------------------------------- /TAO/orbsvcs/Scheduling_Service/.gitignore: -------------------------------------------------------------------------------- 1 | /Scheduling_Service 2 | /tao_cosscheduling 3 | -------------------------------------------------------------------------------- /TAO/orbsvcs/tests/AVStreams/Bidirectional_Flows/.gitignore: -------------------------------------------------------------------------------- 1 | /receiver 2 | /sender 3 | -------------------------------------------------------------------------------- /TAO/orbsvcs/tests/AVStreams/Pluggable_Flow_Protocol/.gitignore: -------------------------------------------------------------------------------- 1 | /receiver 2 | /sender 3 | -------------------------------------------------------------------------------- /TAO/orbsvcs/tests/Concurrency/test.e1: -------------------------------------------------------------------------------- 1 | wait "Press return"; 2 | unlock ls1 write; 3 | -------------------------------------------------------------------------------- /TAO/orbsvcs/tests/Event/Mcast/Simple/.gitignore: -------------------------------------------------------------------------------- 1 | consumer 2 | gateway-ec 3 | supplier 4 | -------------------------------------------------------------------------------- /TAO/orbsvcs/tests/ImplRepo/scale/test.idl: -------------------------------------------------------------------------------- 1 | interface test { 2 | long get(); 3 | }; 4 | -------------------------------------------------------------------------------- /TAO/orbsvcs/tests/unit/Notify/MC/Statistic_Registry/.gitignore: -------------------------------------------------------------------------------- 1 | Statistic_Registry 2 | -------------------------------------------------------------------------------- /TAO/performance-tests/RTCorba/Thread_Pool/three-lanes-with-best-effort-native: -------------------------------------------------------------------------------- 1 | 0 30 60 90 -------------------------------------------------------------------------------- /TAO/tao/DynamicAny/.gitignore: -------------------------------------------------------------------------------- 1 | /DynamicAnyC.cpp 2 | /DynamicAnyC.h 3 | /DynamicAnyS.h 4 | -------------------------------------------------------------------------------- /TAO/tests/CORBA_is_nil/svc.conf: -------------------------------------------------------------------------------- 1 | static Resource_Factory "-ORBResourceUsage lazy" 2 | -------------------------------------------------------------------------------- /TAO/tests/CSD_Strategy_Tests/TP_Test_Static/.gitignore: -------------------------------------------------------------------------------- 1 | /client_main 2 | /server_main 3 | -------------------------------------------------------------------------------- /TAO/tests/IDLv4/README.md: -------------------------------------------------------------------------------- 1 | # IDLv4 2 | 3 | Tests for IDLv4.x features in tao\_idl. 4 | -------------------------------------------------------------------------------- /TAO/tests/IDLv4/annotations/drv_prepoc.cpp: -------------------------------------------------------------------------------- 1 | #include "TAO_IDL/driver/drv_preproc.cpp" 2 | -------------------------------------------------------------------------------- /TAO/tests/ORB_Local_Config/Two_DLL_ORB/secondary-empty.conf: -------------------------------------------------------------------------------- 1 | 2 | # Nothing so far 3 | -------------------------------------------------------------------------------- /TAO/tests/ORB_portspan/simple.idl: -------------------------------------------------------------------------------- 1 | interface simple { 2 | void test(); 3 | }; 4 | -------------------------------------------------------------------------------- /TAO/tests/RTCORBA/Linear_Priority/invocation_priorities: -------------------------------------------------------------------------------- 1 | 2500 7500 12500 17500 22500 27500 -------------------------------------------------------------------------------- /TAO/tests/RTCORBA/Profile_And_Endpoint_Selection/lanes: -------------------------------------------------------------------------------- 1 | 0 5000 10000 15000 20000 25000 -------------------------------------------------------------------------------- /TAO/tests/Storable/data_files/bad_unsigned_int.dat: -------------------------------------------------------------------------------- 1 | 11 2 | test_string 3 | -100 4 | 10 -------------------------------------------------------------------------------- /ACE/apps/JAWS/clients/WebSTONE/conf/paths.pl: -------------------------------------------------------------------------------- 1 | 2 | $MOSAIC="/pkg/www/bin/netscape"; 3 | 4 | -------------------------------------------------------------------------------- /ACE/apps/JAWS/stress_testing/out: -------------------------------------------------------------------------------- 1 | 1.0 0.47895 0.00859167 1 2 | 2.0 0.562603 0.00185976 1 3 | -------------------------------------------------------------------------------- /ACE/bin/MakeProjectCreator/config/core.mpb: -------------------------------------------------------------------------------- 1 | // -*- MPC -*- 2 | project : install { 3 | } 4 | -------------------------------------------------------------------------------- /ACE/bin/MakeProjectCreator/config/nmake.features: -------------------------------------------------------------------------------- 1 | ssl=0 2 | qos=1 3 | rwho=0 4 | sctp=0 5 | -------------------------------------------------------------------------------- /ACE/bin/MakeProjectCreator/config/vs2017.features: -------------------------------------------------------------------------------- 1 | ssl=0 2 | qos=1 3 | rwho=0 4 | sctp=0 5 | -------------------------------------------------------------------------------- /ACE/bin/MakeProjectCreator/config/vs2019.features: -------------------------------------------------------------------------------- 1 | ssl=0 2 | qos=1 3 | rwho=0 4 | sctp=0 5 | -------------------------------------------------------------------------------- /ACE/bin/MakeProjectCreator/config/vs2022.features: -------------------------------------------------------------------------------- 1 | ssl=0 2 | qos=1 3 | rwho=0 4 | sctp=0 5 | -------------------------------------------------------------------------------- /ACE/examples/APG/Misc_IPC/.gitignore: -------------------------------------------------------------------------------- 1 | /UDP_Broadcast 2 | /UDP_Multicast 3 | /UDP_Unicast 4 | -------------------------------------------------------------------------------- /ACE/examples/Shared_Malloc/.gitignore: -------------------------------------------------------------------------------- 1 | /malloc 2 | /multiple 3 | /persistence 4 | /posind 5 | -------------------------------------------------------------------------------- /ACE/protocols/tests/HTBP/Send_Recv_Tests/.gitignore: -------------------------------------------------------------------------------- 1 | /SendRecv_Test 2 | client 3 | server 4 | -------------------------------------------------------------------------------- /TAO/DevGuideExamples/BiDirectionalGIOP/bidir_giop_pch.cpp: -------------------------------------------------------------------------------- 1 | #include "bidir_giop_pch.h" 2 | -------------------------------------------------------------------------------- /TAO/MPC/config/ftorb.mpb: -------------------------------------------------------------------------------- 1 | // -*- MPC -*- 2 | project : ftclientorb, ftserverorb { 3 | } 4 | -------------------------------------------------------------------------------- /TAO/docs/redball.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DOCGroup/ACE_TAO/HEAD/TAO/docs/redball.gif -------------------------------------------------------------------------------- /TAO/orbsvcs/Concurrency_Service/.gitignore: -------------------------------------------------------------------------------- 1 | /Concurrency_Service 2 | /tao_cosconcurrency 3 | -------------------------------------------------------------------------------- /TAO/orbsvcs/tests/AVStreams/Simple_Two_Stage_With_QoS/.gitignore: -------------------------------------------------------------------------------- 1 | /receiver 2 | /sender 3 | -------------------------------------------------------------------------------- /TAO/orbsvcs/tests/Event/Mcast/Complex/.gitignore: -------------------------------------------------------------------------------- 1 | consumer 2 | gateway-ec 3 | supplier 4 | -------------------------------------------------------------------------------- /TAO/orbsvcs/tests/ImplRepo/MT_stress/test.idl: -------------------------------------------------------------------------------- 1 | interface test { 2 | long get(); 3 | }; 4 | -------------------------------------------------------------------------------- /TAO/orbsvcs/tests/InterfaceRepo/IFR_Inheritance_Test/.gitignore: -------------------------------------------------------------------------------- 1 | /IFR_Inheritance_Test 2 | -------------------------------------------------------------------------------- /TAO/orbsvcs/tests/Notify/Bug_1884_Regression/.gitignore: -------------------------------------------------------------------------------- 1 | consumer 2 | filter 3 | supplier 4 | -------------------------------------------------------------------------------- /TAO/orbsvcs/tests/Notify/lib/SequencePushConsumer.inl: -------------------------------------------------------------------------------- 1 | #include "SequencePushConsumer.h" 2 | -------------------------------------------------------------------------------- /TAO/orbsvcs/tests/Notify/lib/SequencePushSupplier.inl: -------------------------------------------------------------------------------- 1 | #include "SequencePushSupplier.h" 2 | -------------------------------------------------------------------------------- /TAO/performance-tests/RTCorba/Thread_Pool/three-lanes-with-best-effort: -------------------------------------------------------------------------------- 1 | 0 10922 21844 32767 -------------------------------------------------------------------------------- /TAO/tests/Bug_2399_Regression/mytmp/included.idl: -------------------------------------------------------------------------------- 1 | This file should not be compiled at all. 2 | -------------------------------------------------------------------------------- /TAO/tests/Bug_2826_Regression/foo.idl: -------------------------------------------------------------------------------- 1 | interface foo 2 | { 3 | void check(); 4 | }; 5 | -------------------------------------------------------------------------------- /TAO/tests/MT_BiDir/server.conf: -------------------------------------------------------------------------------- 1 | # 2 | static Resource_Factory "-ORBMuxedConnectionMax 1" 3 | -------------------------------------------------------------------------------- /TAO/tests/POA/Etherealization/test.idl: -------------------------------------------------------------------------------- 1 | interface test 2 | { 3 | void method (); 4 | }; 5 | -------------------------------------------------------------------------------- /TAO/tests/QtTests/.gitignore: -------------------------------------------------------------------------------- 1 | /client 2 | /client_moc.cpp 3 | /server 4 | /test_i_moc.cpp 5 | -------------------------------------------------------------------------------- /TAO/tests/tests.mwc: -------------------------------------------------------------------------------- 1 | // -*- MPC -*- 2 | workspace { 3 | cmdline += -include $PWD 4 | } 5 | -------------------------------------------------------------------------------- /ACE/Kokyu/tests/EDF/EDF.mpc: -------------------------------------------------------------------------------- 1 | // -*- MPC -*- 2 | project: kokyu { 3 | exename = EDF 4 | } 5 | -------------------------------------------------------------------------------- /ACE/Kokyu/tests/FIFO/FIFO.mpc: -------------------------------------------------------------------------------- 1 | // -*- MPC -*- 2 | project: kokyu { 3 | exename = FIFO 4 | } 5 | -------------------------------------------------------------------------------- /ACE/bin/MakeProjectCreator/config/gnuace.features: -------------------------------------------------------------------------------- 1 | ssl=1 2 | fl=1 3 | tk=1 4 | xt=1 5 | sctp=1 6 | -------------------------------------------------------------------------------- /ACE/debian/libace-ssl-VERSION.install.in: -------------------------------------------------------------------------------- 1 | usr/lib/libACE_SSL-*.so usr/lib/@DEB_HOST_MULTIARCH@/ 2 | -------------------------------------------------------------------------------- /ACE/debian/libkokyu-VERSION.install.in: -------------------------------------------------------------------------------- 1 | usr/lib/libKokyu-*.so usr/lib/@DEB_HOST_MULTIARCH@/ 2 | -------------------------------------------------------------------------------- /ACE/debian/upstream/metadata: -------------------------------------------------------------------------------- 1 | --- 2 | Repository-Browse: https://github.com/DOCGroup/ACE_TAO 3 | -------------------------------------------------------------------------------- /ACE/examples/APG/Svc_Config/svc.conf.static: -------------------------------------------------------------------------------- 1 | static HA_Status_Static_Service "-f status.ini" 2 | -------------------------------------------------------------------------------- /ACE/examples/Naming/.gitignore: -------------------------------------------------------------------------------- 1 | /multiple_contexts 2 | /non_existent 3 | /open 4 | /writers 5 | -------------------------------------------------------------------------------- /TAO/DevGuideExamples/Multithreading/DynamicThreadPool/started_pch.cpp: -------------------------------------------------------------------------------- 1 | #include "started_pch.h" 2 | -------------------------------------------------------------------------------- /TAO/MPC/config/avstreamsexe.mpb: -------------------------------------------------------------------------------- 1 | // -*- MPC -*- 2 | project: namingexe, avstreams { 3 | } 4 | 5 | -------------------------------------------------------------------------------- /TAO/MPC/config/rteventexe.mpb: -------------------------------------------------------------------------------- 1 | // -*- MPC -*- 2 | project: orbsvcsexe, rtevent_skel { 3 | } 4 | -------------------------------------------------------------------------------- /TAO/MPC/config/taolib_with_idl.mpb: -------------------------------------------------------------------------------- 1 | // -*- MPC -*- 2 | project : taolib, taoidldefaults { 3 | } 4 | -------------------------------------------------------------------------------- /TAO/TAO_IDL/.gitignore: -------------------------------------------------------------------------------- 1 | /tao_idl 2 | /fe/idl.output 3 | /fe/keywords.dat.tmp 4 | /bison_report 5 | -------------------------------------------------------------------------------- /TAO/orbsvcs/examples/ImR/Combined_Service/test.idl: -------------------------------------------------------------------------------- 1 | interface test { 2 | long get(); 3 | }; 4 | -------------------------------------------------------------------------------- /TAO/orbsvcs/tests/EC_Throughput/.gitignore: -------------------------------------------------------------------------------- 1 | /ECT_Consumer 2 | /ECT_Supplier 3 | /ECT_Throughput 4 | -------------------------------------------------------------------------------- /TAO/orbsvcs/tests/Notify/lib/StructuredPushConsumer.inl: -------------------------------------------------------------------------------- 1 | #include "StructuredPushConsumer.h" 2 | -------------------------------------------------------------------------------- /TAO/orbsvcs/tests/Notify/lib/StructuredPushSupplier.inl: -------------------------------------------------------------------------------- 1 | #include "StructuredPushSupplier.h" 2 | -------------------------------------------------------------------------------- /TAO/orbsvcs/tests/unit/Notify/MC/MonitorManager/.gitignore: -------------------------------------------------------------------------------- 1 | MonitorClient 2 | MonitorManager 3 | -------------------------------------------------------------------------------- /TAO/performance-tests/RTCorba/Thread_Pool/three-bands-with-best-effort-native: -------------------------------------------------------------------------------- 1 | 0 0 30 30 60 60 90 90 -------------------------------------------------------------------------------- /TAO/tao/Codeset/.gitignore: -------------------------------------------------------------------------------- 1 | /CodeSetContextC.cpp 2 | /CodeSetContextC.h 3 | /CodeSetContextS.h 4 | -------------------------------------------------------------------------------- /TAO/tests/AST_Unit_Tests/AST_Unit_Tests.mpc: -------------------------------------------------------------------------------- 1 | project: aceexe, tao_rules, tao_idl_fe { 2 | } 3 | -------------------------------------------------------------------------------- /TAO/tests/Bug_1627_Regression/Test.idl: -------------------------------------------------------------------------------- 1 | interface Test 2 | { 3 | void test_method(); 4 | }; 5 | -------------------------------------------------------------------------------- /TAO/tests/Bug_2805_Regression/README.txt: -------------------------------------------------------------------------------- 1 | This test is a reproducer for bug 2805 and bug 2806. 2 | -------------------------------------------------------------------------------- /TAO/tests/Bug_3315_Regression/Bug_3315_Regression.mpc: -------------------------------------------------------------------------------- 1 | project : taoserver, threads { 2 | } 3 | -------------------------------------------------------------------------------- /TAO/tests/Bug_3321_Regression/Bug_3321_Regression.mpc: -------------------------------------------------------------------------------- 1 | project : taoserver, threads { 2 | } 3 | -------------------------------------------------------------------------------- /TAO/tests/Bug_3826_Regression/svc.conf: -------------------------------------------------------------------------------- 1 | 2 | static Resource_Factory "-ORBConnectionCacheMax 2" 3 | -------------------------------------------------------------------------------- /TAO/tests/Bug_4082_Regression/Bug_4082_Regression.mpc: -------------------------------------------------------------------------------- 1 | project: taoclient, anytypecode { 2 | } 3 | -------------------------------------------------------------------------------- /TAO/tests/Leader_Followers/tp.conf: -------------------------------------------------------------------------------- 1 | 2 | static Advanced_Resource_Factory "-ORBreactortype tp" 3 | -------------------------------------------------------------------------------- /TAO/tests/POA/MT_Servant_Locator/test.idl: -------------------------------------------------------------------------------- 1 | interface test 2 | { 3 | void method (); 4 | }; 5 | -------------------------------------------------------------------------------- /TAO/tests/POA/POA_Destruction/test.idl: -------------------------------------------------------------------------------- 1 | interface test 2 | { 3 | void destroy_poa (); 4 | }; 5 | -------------------------------------------------------------------------------- /TAO/tests/POA/Reference_Counting/Hello.idl: -------------------------------------------------------------------------------- 1 | 2 | interface Hello { 3 | void moo (); 4 | }; 5 | -------------------------------------------------------------------------------- /TAO/tests/POA/Single_Threaded_POA/test.idl: -------------------------------------------------------------------------------- 1 | interface test 2 | { 3 | void method (); 4 | }; 5 | -------------------------------------------------------------------------------- /TAO/tests/Storable/data_files/bad_binary.dat: -------------------------------------------------------------------------------- 1 | 11 2 | test_string 3 | -100 4 | 100 5 | 8 6 |  -------------------------------------------------------------------------------- /TAO/tests/Time_Policy/hr_time.conf: -------------------------------------------------------------------------------- 1 | 2 | static Time_Policy_Manager "-ORBTimePolicyStrategy HR" 3 | -------------------------------------------------------------------------------- /TAO/tests/Transport_Cache_Manager/.gitignore: -------------------------------------------------------------------------------- 1 | /Bug_3549_Regression 2 | /Bug_3558_Regression 3 | -------------------------------------------------------------------------------- /TAO/tests/ZIOP/.gitignore: -------------------------------------------------------------------------------- 1 | /TestC.cpp 2 | /TestC.h 3 | /TestC.inl 4 | /TestS.cpp 5 | /TestS.h 6 | -------------------------------------------------------------------------------- /TAO/utils/catior/test/namingservice.poop: -------------------------------------------------------------------------------- 1 | :\ntlj3corba:NS:NC_2::IR:CosNaming_NamingContext 2 | 3 | -------------------------------------------------------------------------------- /ACE/Kokyu/docs/kokyu1.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DOCGroup/ACE_TAO/HEAD/ACE/Kokyu/docs/kokyu1.jpg -------------------------------------------------------------------------------- /ACE/Kokyu/docs/kokyu2.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DOCGroup/ACE_TAO/HEAD/ACE/Kokyu/docs/kokyu2.jpg -------------------------------------------------------------------------------- /ACE/apps/JAWS/clients/WebSTONE/conf/filelist.homepage: -------------------------------------------------------------------------------- 1 | # home page /index.html only 2 | /index.html 3 | -------------------------------------------------------------------------------- /ACE/bin/MakeProjectCreator/config/bmake.features: -------------------------------------------------------------------------------- 1 | ssl=0 2 | qos=1 3 | cidl=0 4 | rwho=0 5 | sctp=0 6 | -------------------------------------------------------------------------------- /ACE/bin/MakeProjectCreator/templates/gnuexe.mpt: -------------------------------------------------------------------------------- 1 | // -*- MPC -*- 2 | conditional_include "gnudll" 3 | -------------------------------------------------------------------------------- /ACE/debian/libace-htbp-VERSION.install.in: -------------------------------------------------------------------------------- 1 | usr/lib/libACE_HTBP-*.so usr/lib/@DEB_HOST_MULTIARCH@/ 2 | -------------------------------------------------------------------------------- /ACE/debian/libace-inet-VERSION.install.in: -------------------------------------------------------------------------------- 1 | usr/lib/libACE_INet-*.so usr/lib/@DEB_HOST_MULTIARCH@/ 2 | -------------------------------------------------------------------------------- /ACE/examples/ASX/Message_Queue/.gitignore: -------------------------------------------------------------------------------- 1 | /bounded_buffer 2 | /buffer_stream 3 | /priority_buffer 4 | -------------------------------------------------------------------------------- /ACE/rpmbuild/etc/tao/tao-cosevent.conf: -------------------------------------------------------------------------------- 1 | 2 | # 3 | # Service Configuration for tao-cosevent. 4 | # 5 | -------------------------------------------------------------------------------- /ACE/rpmbuild/etc/tao/tao-cosnaming.conf: -------------------------------------------------------------------------------- 1 | 2 | # 3 | # Service Configuration for tao-cosnaming. 4 | # 5 | -------------------------------------------------------------------------------- /ACE/rpmbuild/etc/tao/tao-rtevent.conf: -------------------------------------------------------------------------------- 1 | 2 | # 3 | # Service Configuration for tao-rtevent. 4 | # 5 | -------------------------------------------------------------------------------- /TAO/MPC/config/csd_tp_test_exe_a.mpb: -------------------------------------------------------------------------------- 1 | // -*- MPC -*- 2 | project : csd_tp_foo_a_lib, taoexe { 3 | } 4 | -------------------------------------------------------------------------------- /TAO/MPC/config/csd_tp_test_exe_b.mpb: -------------------------------------------------------------------------------- 1 | // -*- MPC -*- 2 | project : csd_tp_foo_b_lib, taoexe { 3 | } 4 | -------------------------------------------------------------------------------- /TAO/MPC/config/csd_tp_test_exe_c.mpb: -------------------------------------------------------------------------------- 1 | // -*- MPC -*- 2 | project : csd_tp_foo_c_lib, taoexe { 3 | } 4 | -------------------------------------------------------------------------------- /TAO/MPC/config/interceptors.mpb: -------------------------------------------------------------------------------- 1 | // -*- MPC -*- 2 | project { 3 | requires += interceptors 4 | } 5 | -------------------------------------------------------------------------------- /TAO/MPC/config/rtscheduling_client.mpb: -------------------------------------------------------------------------------- 1 | // -*- MPC -*- 2 | project : rt_client, rtscheduling { 3 | } 4 | -------------------------------------------------------------------------------- /TAO/MPC/config/rtscheduling_server.mpb: -------------------------------------------------------------------------------- 1 | // -*- MPC -*- 2 | project : rt_server, rtscheduling { 3 | } 4 | -------------------------------------------------------------------------------- /TAO/orbsvcs/FT_ReplicationManager/.gitignore: -------------------------------------------------------------------------------- 1 | /FT_ReplicationManager 2 | /tao_ft_replicationmanager 3 | -------------------------------------------------------------------------------- /TAO/orbsvcs/Naming_Service/.gitignore: -------------------------------------------------------------------------------- 1 | /NT_Naming_Service 2 | /Naming_Service 3 | /tao_cosnaming 4 | -------------------------------------------------------------------------------- /TAO/orbsvcs/tests/AVStreams/Asynch_Three_Stage/.gitignore: -------------------------------------------------------------------------------- 1 | /distributer 2 | /receiver 3 | /sender 4 | -------------------------------------------------------------------------------- /TAO/orbsvcs/tests/AVStreams/Component_Switching/.gitignore: -------------------------------------------------------------------------------- 1 | /distributer 2 | /receiver 3 | /sender 4 | -------------------------------------------------------------------------------- /TAO/orbsvcs/tests/AVStreams/Simple_Three_Stage/.gitignore: -------------------------------------------------------------------------------- 1 | /distributer 2 | /receiver 3 | /sender 4 | -------------------------------------------------------------------------------- /TAO/orbsvcs/tests/ImplRepo/link_poas/Test.idl: -------------------------------------------------------------------------------- 1 | interface Test 2 | { 3 | long server_pid (); 4 | }; 5 | -------------------------------------------------------------------------------- /TAO/orbsvcs/tests/ImplRepo/manual_start/test.idl: -------------------------------------------------------------------------------- 1 | interface Test 2 | { 3 | void contact (); 4 | }; 5 | -------------------------------------------------------------------------------- /TAO/orbsvcs/tests/tests.mwc: -------------------------------------------------------------------------------- 1 | // -*- MPC -*- 2 | workspace { 3 | cmdline += -include $PWD 4 | } 5 | -------------------------------------------------------------------------------- /TAO/orbsvcs/tests/unit/Notify/MC/NotificationServiceMonitor/.gitignore: -------------------------------------------------------------------------------- 1 | NotificationServiceMonitor 2 | -------------------------------------------------------------------------------- /TAO/performance-tests/Memory/IORsize/server.conf: -------------------------------------------------------------------------------- 1 | static Resource_Factory "-ORBResourceUsage lazy" 2 | -------------------------------------------------------------------------------- /TAO/performance-tests/perf.mwc: -------------------------------------------------------------------------------- 1 | // -*- MPC -*- 2 | workspace { 3 | cmdline += -include $PWD 4 | } 5 | -------------------------------------------------------------------------------- /TAO/tests/AMI/mt_noupcall.conf: -------------------------------------------------------------------------------- 1 | 2 | static Client_Strategy_Factory '-ORBWaitStrategy mt_noupcall' 3 | -------------------------------------------------------------------------------- /TAO/tests/Bug_1535_Regression/Test.idl: -------------------------------------------------------------------------------- 1 | interface Test 2 | { 3 | void print_hello_world(); 4 | }; 5 | -------------------------------------------------------------------------------- /TAO/tests/Bug_2735_Regression/Bug_2735_Regression.mpc: -------------------------------------------------------------------------------- 1 | // -*- MPC -*- 2 | project: taoserver { 3 | } 4 | -------------------------------------------------------------------------------- /TAO/tests/Bug_2935_Regression/middle.conf: -------------------------------------------------------------------------------- 1 | 2 | static Resource_Factory "-ORBMuxedConnectionMax 1" 3 | -------------------------------------------------------------------------------- /TAO/tests/Bug_3481_Regression/Bug_3481_Regression.mpc: -------------------------------------------------------------------------------- 1 | // -*- MPC -*- 2 | project: taoexe { 3 | } 4 | -------------------------------------------------------------------------------- /TAO/tests/Bug_3695_Regression/Bug_3695_Regression.mpc: -------------------------------------------------------------------------------- 1 | project: taoclient { 2 | exename = * 3 | } 4 | -------------------------------------------------------------------------------- /TAO/tests/Bug_3826_Regression/orb_svc.conf: -------------------------------------------------------------------------------- 1 | 2 | static Resource_Factory "-ORBConnectionCacheMax 1" 3 | -------------------------------------------------------------------------------- /TAO/tests/CodeSets/simple/svc.conf: -------------------------------------------------------------------------------- 1 | 2 | static Resource_Factory "-ORBNativeWcharCodeSet 0x00010001" 3 | -------------------------------------------------------------------------------- /TAO/tests/Collocation_Opportunities/test.idl: -------------------------------------------------------------------------------- 1 | 2 | interface test 3 | { 4 | void method (); 5 | }; 6 | -------------------------------------------------------------------------------- /TAO/tests/POA/Nested_Non_Servant_Upcalls/test.idl: -------------------------------------------------------------------------------- 1 | interface test 2 | { 3 | void method (); 4 | }; 5 | -------------------------------------------------------------------------------- /TAO/tests/POA/wait_for_completion/test.idl: -------------------------------------------------------------------------------- 1 | interface test 2 | { 3 | void destroy_poa (); 4 | }; 5 | -------------------------------------------------------------------------------- /TAO/tests/RTCORBA/Profile_And_Endpoint_Selection/invocation_priorities: -------------------------------------------------------------------------------- 1 | 2500 7500 12500 17500 22500 27500 -------------------------------------------------------------------------------- /TAO/tests/Storable/Storable.mpc: -------------------------------------------------------------------------------- 1 | // -*- MPC -*- 2 | project : taoclient { 3 | exename = test 4 | } 5 | -------------------------------------------------------------------------------- /TAO/tests/TransportCurrent/Framework/client-static.conf: -------------------------------------------------------------------------------- 1 | 2 | static TAO_Transport_Current_Loader "" 3 | -------------------------------------------------------------------------------- /TAO/tests/TransportCurrent/Framework/server-static.conf: -------------------------------------------------------------------------------- 1 | 2 | static TAO_Transport_Current_Loader "" 3 | -------------------------------------------------------------------------------- /ACE/Kokyu/docs/KokyuEC.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DOCGroup/ACE_TAO/HEAD/ACE/Kokyu/docs/KokyuEC.jpg -------------------------------------------------------------------------------- /ACE/debian/ace-netsvcs.docs: -------------------------------------------------------------------------------- 1 | PROBLEM-REPORT-FORM 2 | netsvcs/servers/README 3 | netsvcs/ACE-netsvcs.html 4 | -------------------------------------------------------------------------------- /ACE/debian/libace-dev.links: -------------------------------------------------------------------------------- 1 | usr/include/ace usr/lib/ace/ace 2 | usr/lib usr/lib/ace/lib 3 | -------------------------------------------------------------------------------- /ACE/debian/libace-inet-ssl-VERSION.install.in: -------------------------------------------------------------------------------- 1 | usr/lib/libACE_INet_SSL-*.so usr/lib/@DEB_HOST_MULTIARCH@/ 2 | -------------------------------------------------------------------------------- /ACE/debian/libace-rmcast-VERSION.install.in: -------------------------------------------------------------------------------- 1 | usr/lib/libACE_RMCast-*.so usr/lib/@DEB_HOST_MULTIARCH@/ 2 | -------------------------------------------------------------------------------- /ACE/debian/libace-tmcast-VERSION.install.in: -------------------------------------------------------------------------------- 1 | usr/lib/libACE_TMCast-*.so usr/lib/@DEB_HOST_MULTIARCH@/ 2 | -------------------------------------------------------------------------------- /ACE/debian/libnetsvcs-VERSION.install.in: -------------------------------------------------------------------------------- 1 | ../../netsvcs/lib/libnetsvcs-*.so usr/lib/@DEB_HOST_MULTIARCH@/ 2 | -------------------------------------------------------------------------------- /ACE/examples/APG/Streams/RecordingDevice_QC.h: -------------------------------------------------------------------------------- 1 | class QuickCam : public RecordingDevice 2 | { 3 | }; 4 | -------------------------------------------------------------------------------- /ACE/rpmbuild/etc/tao/tao-cosconcurrency.conf: -------------------------------------------------------------------------------- 1 | # 2 | # Service Configuration for tao-cosconcurrency. 3 | # 4 | -------------------------------------------------------------------------------- /ACE/rpmbuild/etc/tao/tao-costrading.conf: -------------------------------------------------------------------------------- 1 | 2 | # 3 | # Service Configuration for tao-costrading. 4 | # 5 | -------------------------------------------------------------------------------- /ACE/tests/ACE_Init_Test.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DOCGroup/ACE_TAO/HEAD/ACE/tests/ACE_Init_Test.ico -------------------------------------------------------------------------------- /TAO/MPC/config/corba_messaging.mpb: -------------------------------------------------------------------------------- 1 | // -*- MPC -*- 2 | project { 3 | requires += corba_messaging 4 | } 5 | -------------------------------------------------------------------------------- /TAO/TAO_IDL/fe/fe_global.cpp: -------------------------------------------------------------------------------- 1 | #include "global_extern.h" 2 | 3 | IDL_GlobalData *idl_global = nullptr; 4 | -------------------------------------------------------------------------------- /TAO/docs/interop-naming.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DOCGroup/ACE_TAO/HEAD/TAO/docs/interop-naming.png -------------------------------------------------------------------------------- /TAO/examples/mfc/server.aps: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DOCGroup/ACE_TAO/HEAD/TAO/examples/mfc/server.aps -------------------------------------------------------------------------------- /TAO/examples/mfc/server.rc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DOCGroup/ACE_TAO/HEAD/TAO/examples/mfc/server.rc -------------------------------------------------------------------------------- /TAO/orbsvcs/Logging_Service/Basic_Logging_Service/.gitignore: -------------------------------------------------------------------------------- 1 | /Basic_Logging_Service 2 | /tao_tls_basic 3 | -------------------------------------------------------------------------------- /TAO/orbsvcs/Logging_Service/Event_Logging_Service/.gitignore: -------------------------------------------------------------------------------- 1 | /Event_Logging_Service 2 | /tao_tls_event 3 | -------------------------------------------------------------------------------- /TAO/orbsvcs/Notify_Service/.gitignore: -------------------------------------------------------------------------------- 1 | /Notify_Service 2 | /NT_Notify_Service 3 | /tao_cosnotification 4 | -------------------------------------------------------------------------------- /TAO/orbsvcs/orbsvcs/SSLIOP/.gitignore: -------------------------------------------------------------------------------- 1 | /ssl_endpointsC.cpp 2 | /ssl_endpointsC.h 3 | /ssl_endpointsS.h 4 | -------------------------------------------------------------------------------- /TAO/orbsvcs/tests/CosEvent/Basic/svc.pull.conf: -------------------------------------------------------------------------------- 1 | 2 | static CEC_Factory "-CECReactivePullingPeriod 10000" 3 | -------------------------------------------------------------------------------- /TAO/orbsvcs/tests/Event/Mcast/RTEC_MCast_Federated/.gitignore: -------------------------------------------------------------------------------- 1 | /EchoEventConsumer 2 | /EchoEventSupplier 3 | -------------------------------------------------------------------------------- /TAO/orbsvcs/tests/FT_Naming/FaultTolerant/corrupt_data/GroupService/ObjectGroup_global: -------------------------------------------------------------------------------- 1 | 1 2 | 1 3 | 0 4 | -------------------------------------------------------------------------------- /TAO/orbsvcs/tests/FT_Naming/FaultTolerant/corrupt_data/NameService/NameService: -------------------------------------------------------------------------------- 1 | 7 2 | 0 3 | 0 4 | 6 5 | wi -------------------------------------------------------------------------------- /TAO/orbsvcs/tests/FT_Naming/FaultTolerant/corrupt_data/NameService/NameService_0: -------------------------------------------------------------------------------- 1 | 4 2 | 0 3 | 1 4 | 5 5 | ob -------------------------------------------------------------------------------- /TAO/orbsvcs/tests/FT_Naming/FaultTolerant/corrupt_data/NameService/NameService_2: -------------------------------------------------------------------------------- 1 | 1 2 | 0 3 | 0 4 | 6 5 | de -------------------------------------------------------------------------------- /TAO/performance-tests/RTCorba/Thread_Pool/three-bands-with-best-effort: -------------------------------------------------------------------------------- 1 | 0 0 1 10922 10923 21844 21845 32767 -------------------------------------------------------------------------------- /TAO/tao/IORManipulation/.gitignore: -------------------------------------------------------------------------------- 1 | /ior_manip_export.h 2 | /IORA.h 3 | /IORC.cpp 4 | /IORC.h 5 | /IORS.h 6 | -------------------------------------------------------------------------------- /TAO/tao/TypeCodeFactory/.gitignore: -------------------------------------------------------------------------------- 1 | /TypeCodeFactoryC.cpp 2 | /TypeCodeFactoryC.h 3 | /TypeCodeFactoryS.h 4 | -------------------------------------------------------------------------------- /TAO/tests/AMI/server.conf: -------------------------------------------------------------------------------- 1 | 2 | static Server_Strategy_Factory "-ORBconcurrency thread-per-connection" 3 | -------------------------------------------------------------------------------- /TAO/tests/Bug_2085_Regression/Bug_2085_Regression.mpc: -------------------------------------------------------------------------------- 1 | // -*- MPC -*- 2 | project(*): taoclient { 3 | } 4 | -------------------------------------------------------------------------------- /TAO/tests/Bug_3514_Regression/test.idl: -------------------------------------------------------------------------------- 1 | #include 2 | 3 | interface Foo : CORBA::Policy 4 | {}; 5 | -------------------------------------------------------------------------------- /TAO/tests/Bug_3598a_Regression/svc.conf: -------------------------------------------------------------------------------- 1 | 2 | static OC_Endpoint_Selector_Factory "-connect_timeout 1300" 3 | -------------------------------------------------------------------------------- /TAO/tests/Bug_3821_Regression/.gitignore: -------------------------------------------------------------------------------- 1 | /client 2 | /testC.cpp 3 | /testC.h 4 | /testC.inl 5 | /testS.h 6 | -------------------------------------------------------------------------------- /TAO/tests/CORBA_e_Implicit_Activation/Hello.cpp: -------------------------------------------------------------------------------- 1 | #include "Hello.h" 2 | 3 | Hello::Hello () 4 | { 5 | } 6 | -------------------------------------------------------------------------------- /TAO/tests/CollocationLockup/AB.idl: -------------------------------------------------------------------------------- 1 | interface A { 2 | }; 3 | 4 | interface C { 5 | A makeA (); 6 | }; 7 | -------------------------------------------------------------------------------- /TAO/tests/IDL_Test/Versioned_Namespace/.gitignore: -------------------------------------------------------------------------------- 1 | /*C.cpp 2 | /*C.h 3 | /*C.inl 4 | /*S.cpp 5 | /*S.h 6 | -------------------------------------------------------------------------------- /TAO/tests/IDLv4/structs/.gitignore: -------------------------------------------------------------------------------- 1 | /testC.cpp 2 | /testC.h 3 | /testC.inl 4 | /testS.cpp 5 | /testS.h 6 | -------------------------------------------------------------------------------- /TAO/tests/IDLv4/union_disc/.gitignore: -------------------------------------------------------------------------------- 1 | /testC.cpp 2 | /testC.h 3 | /testC.inl 4 | /testS.cpp 5 | /testS.h 6 | -------------------------------------------------------------------------------- /TAO/tests/MT_Client/client.conf: -------------------------------------------------------------------------------- 1 | 2 | static Client_Strategy_Factory "-ORBClientConnectionHandler RW" 3 | -------------------------------------------------------------------------------- /TAO/tests/Nested_Event_Loop/svc.conf: -------------------------------------------------------------------------------- 1 | # 2 | static Advanced_Resource_Factory "-ORBReactorType select_mt" 3 | -------------------------------------------------------------------------------- /TAO/tests/ORB_init/ORB_init.mpc: -------------------------------------------------------------------------------- 1 | // -*- MPC -*- 2 | project: taoexe { 3 | exename = ORB_init 4 | } 5 | 6 | -------------------------------------------------------------------------------- /TAO/tests/POA/Object_Reactivation/test.idl: -------------------------------------------------------------------------------- 1 | interface test 2 | { 3 | void deactivate_self (); 4 | }; 5 | -------------------------------------------------------------------------------- /TAO/tests/RTCORBA/RTMutex/RTCORBA_RTMutex.mpc: -------------------------------------------------------------------------------- 1 | // -*- MPC -*- 2 | project(*Server): rt_server { 3 | } 4 | -------------------------------------------------------------------------------- /TAO/utils/nslist/.gitignore: -------------------------------------------------------------------------------- 1 | /nsadd 2 | /nsdel 3 | /nslist 4 | /tao_nsadd 5 | /tao_nsdel 6 | /tao_nslist 7 | -------------------------------------------------------------------------------- /ACE/ACEXML/common/Locator.cpp: -------------------------------------------------------------------------------- 1 | #include "Locator.h" 2 | 3 | ACEXML_Locator::~ACEXML_Locator () 4 | { 5 | } 6 | -------------------------------------------------------------------------------- /ACE/ChangeLogs/ChangeLog-1995: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DOCGroup/ACE_TAO/HEAD/ACE/ChangeLogs/ChangeLog-1995 -------------------------------------------------------------------------------- /ACE/ChangeLogs/ChangeLog-1998b: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DOCGroup/ACE_TAO/HEAD/ACE/ChangeLogs/ChangeLog-1998b -------------------------------------------------------------------------------- /ACE/ChangeLogs/ChangeLog-2000a: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DOCGroup/ACE_TAO/HEAD/ACE/ChangeLogs/ChangeLog-2000a -------------------------------------------------------------------------------- /ACE/ChangeLogs/ChangeLog-2007a: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DOCGroup/ACE_TAO/HEAD/ACE/ChangeLogs/ChangeLog-2007a -------------------------------------------------------------------------------- /ACE/ChangeLogs/ChangeLog-2013a: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DOCGroup/ACE_TAO/HEAD/ACE/ChangeLogs/ChangeLog-2013a -------------------------------------------------------------------------------- /ACE/Kokyu/Kokyu.inl: -------------------------------------------------------------------------------- 1 | namespace Kokyu 2 | { 3 | ACE_INLINE 4 | Dispatcher::~Dispatcher() 5 | { 6 | } 7 | 8 | } 9 | -------------------------------------------------------------------------------- /ACE/apps/drwho/Comm_Manager.cpp: -------------------------------------------------------------------------------- 1 | #include "Comm_Manager.h" 2 | 3 | Comm_Manager::~Comm_Manager () 4 | { 5 | } 6 | -------------------------------------------------------------------------------- /ACE/bin/MakeProjectCreator/config/threads.mpb: -------------------------------------------------------------------------------- 1 | // -*- MPC -*- 2 | project { 3 | requires += threads 4 | } 5 | -------------------------------------------------------------------------------- /ACE/bin/MakeProjectCreator/config/wfmo.mpb: -------------------------------------------------------------------------------- 1 | // -*- MPC -*- 2 | feature(wfmo) { 3 | requires += wfmo 4 | } 5 | -------------------------------------------------------------------------------- /ACE/debian/libace-flreactor-VERSION.install.in: -------------------------------------------------------------------------------- 1 | usr/lib/libACE_FlReactor-*.so usr/lib/@DEB_HOST_MULTIARCH@/ 2 | -------------------------------------------------------------------------------- /ACE/debian/libace-foxreactor-VERSION.install.in: -------------------------------------------------------------------------------- 1 | usr/lib/libACE_FoxReactor-*.so usr/lib/@DEB_HOST_MULTIARCH@/ 2 | -------------------------------------------------------------------------------- /ACE/debian/libace-tkreactor-VERSION.install.in: -------------------------------------------------------------------------------- 1 | usr/lib/libACE_TkReactor-*.so usr/lib/@DEB_HOST_MULTIARCH@/ 2 | -------------------------------------------------------------------------------- /ACE/debian/libace-xml-utils-VERSION.install.in: -------------------------------------------------------------------------------- 1 | usr/lib/libACE_XML_Utils-*.so usr/lib/@DEB_HOST_MULTIARCH@/ 2 | -------------------------------------------------------------------------------- /ACE/debian/libace-xtreactor-VERSION.install.in: -------------------------------------------------------------------------------- 1 | usr/lib/libACE_XtReactor-*.so usr/lib/@DEB_HOST_MULTIARCH@/ 2 | -------------------------------------------------------------------------------- /ACE/examples/APG/Shared_Memory/.gitignore: -------------------------------------------------------------------------------- 1 | /Hash_Map 2 | /Malloc 3 | /Mem_Map 4 | /PI_Malloc 5 | /Pool_Growth 6 | -------------------------------------------------------------------------------- /ACE/examples/APG/Signals/.gitignore: -------------------------------------------------------------------------------- 1 | /SigAction 2 | /SigGuard 3 | /SigHandler 4 | /SigHandlers 5 | /SigInfo 6 | -------------------------------------------------------------------------------- /ACE/examples/APG/Svc_Config/.gitignore: -------------------------------------------------------------------------------- 1 | /HA_Configurable_Server_Dynamic 2 | /HA_Configurable_Server_Static 3 | -------------------------------------------------------------------------------- /ACE/examples/System_V_IPC/SV_Message_Queues/.gitignore: -------------------------------------------------------------------------------- 1 | /mqclient 2 | /mqserver 3 | /tmqclient 4 | /tmqserver 5 | -------------------------------------------------------------------------------- /ACE/tests/tests.mwc: -------------------------------------------------------------------------------- 1 | // -*- MPC -*- 2 | workspace { 3 | exclude { 4 | pharlap 5 | log 6 | } 7 | } 8 | -------------------------------------------------------------------------------- /TAO/ChangeLogs/ChangeLog-1998a: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DOCGroup/ACE_TAO/HEAD/TAO/ChangeLogs/ChangeLog-1998a -------------------------------------------------------------------------------- /TAO/ChangeLogs/ChangeLog-1999a: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DOCGroup/ACE_TAO/HEAD/TAO/ChangeLogs/ChangeLog-1999a -------------------------------------------------------------------------------- /TAO/ChangeLogs/ChangeLog-2000b: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DOCGroup/ACE_TAO/HEAD/TAO/ChangeLogs/ChangeLog-2000b -------------------------------------------------------------------------------- /TAO/ChangeLogs/ChangeLog-2003a: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DOCGroup/ACE_TAO/HEAD/TAO/ChangeLogs/ChangeLog-2003a -------------------------------------------------------------------------------- /TAO/ChangeLogs/ChangeLog-2007a: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DOCGroup/ACE_TAO/HEAD/TAO/ChangeLogs/ChangeLog-2007a -------------------------------------------------------------------------------- /TAO/ChangeLogs/ChangeLog-2013a: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DOCGroup/ACE_TAO/HEAD/TAO/ChangeLogs/ChangeLog-2013a -------------------------------------------------------------------------------- /TAO/MPC/config/amh.mpb: -------------------------------------------------------------------------------- 1 | // -*- MPC -*- 2 | project: taoidldefaults, messaging { 3 | idlflags += -GH 4 | } 5 | -------------------------------------------------------------------------------- /TAO/MPC/config/orbsvcsexe.mpb: -------------------------------------------------------------------------------- 1 | // -*- MPC -*- 2 | project : taoexe, negotiate_codesets, anytypecode { 3 | } 4 | -------------------------------------------------------------------------------- /TAO/docs/rtcorba/features.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DOCGroup/ACE_TAO/HEAD/TAO/docs/rtcorba/features.html -------------------------------------------------------------------------------- /TAO/docs/tutorials/Quoter/AMI/svc.conf: -------------------------------------------------------------------------------- 1 | # 2 | static Client_Strategy_Factory "-ORBTransportMuxStrategy MUXED" 3 | -------------------------------------------------------------------------------- /TAO/examples/AMI/FL_Callback/peer.conf: -------------------------------------------------------------------------------- 1 | # 2 | static Client_Strategy_Factory "-ORBTransportMuxStrategy MUXED" 3 | -------------------------------------------------------------------------------- /TAO/examples/RTScheduling/Synch.idl: -------------------------------------------------------------------------------- 1 | interface Synch 2 | { 3 | oneway void go (in long base_time); 4 | }; 5 | -------------------------------------------------------------------------------- /TAO/orbsvcs/DevGuideExamples/EventServices/RTEC_Filter/ec.conf: -------------------------------------------------------------------------------- 1 | 2 | static EC_Factory "-ECFiltering prefix" 3 | -------------------------------------------------------------------------------- /TAO/orbsvcs/LoadBalancer/.gitignore: -------------------------------------------------------------------------------- 1 | /LoadManager 2 | /LoadMonitor 3 | /tao_loadmanager 4 | /tao_loadmonitor 5 | -------------------------------------------------------------------------------- /TAO/orbsvcs/Logging_Service/Notify_Logging_Service/.gitignore: -------------------------------------------------------------------------------- 1 | /Notify_Logging_Service 2 | /tao_tls_notify 3 | -------------------------------------------------------------------------------- /TAO/orbsvcs/Logging_Service/RTEvent_Logging_Service/.gitignore: -------------------------------------------------------------------------------- 1 | /RTEvent_Logging_Service 2 | /tao_tls_rtevent 3 | -------------------------------------------------------------------------------- /TAO/orbsvcs/orbsvcs/HTIOP/.gitignore: -------------------------------------------------------------------------------- 1 | /htiop_endpointsC.cpp 2 | /htiop_endpointsC.h 3 | /htiop_endpointsS.h 4 | -------------------------------------------------------------------------------- /TAO/orbsvcs/tests/EC_Custom_Marshal/svc.conf: -------------------------------------------------------------------------------- 1 | # 2 | static Resource_Factory "-ORBDropRepliesDuringShutdown 0" 3 | -------------------------------------------------------------------------------- /TAO/orbsvcs/tests/ImplRepo/oneway/defsync.conf: -------------------------------------------------------------------------------- 1 | static Client_Strategy_Factory "-ORBDefaultSyncScope Server" 2 | -------------------------------------------------------------------------------- /TAO/orbsvcs/tests/Miop/McastZIOP/.gitignore: -------------------------------------------------------------------------------- 1 | TestC.cpp 2 | TestC.h 3 | TestC.inl 4 | TestS.cpp 5 | TestS.h 6 | -------------------------------------------------------------------------------- /TAO/orbsvcs/tests/Security/MT_SSLIOP/.gitignore: -------------------------------------------------------------------------------- 1 | testC.cpp 2 | testC.h 3 | testC.inl 4 | testS.cpp 5 | testS.h 6 | -------------------------------------------------------------------------------- /TAO/orbsvcs/tests/unit/Notify/MC/Control/Control.mpc: -------------------------------------------------------------------------------- 1 | project: notification_mc { 2 | exename = Control 3 | } 4 | -------------------------------------------------------------------------------- /TAO/performance-tests/Cubit/README: -------------------------------------------------------------------------------- 1 | 2 | 3 | This directory contains the Cubit performance test for TAO. 4 | 5 | -------------------------------------------------------------------------------- /TAO/tests/Big_Request_Muxing/svc.conf: -------------------------------------------------------------------------------- 1 | # 2 | static Client_Strategy_Factory "-ORBTransportMuxStrategy MUXED" 3 | -------------------------------------------------------------------------------- /TAO/tests/Bug_1383_Regression/callee.idl: -------------------------------------------------------------------------------- 1 | interface Callee { 2 | void callback(in string message); 3 | }; 4 | -------------------------------------------------------------------------------- /TAO/tests/Bug_2119_Regression/.gitignore: -------------------------------------------------------------------------------- 1 | /testC.cpp 2 | /testC.h 3 | /testC.inl 4 | /testS.cpp 5 | /testS.h 6 | -------------------------------------------------------------------------------- /TAO/tests/Bug_2399_Regression/test.idl: -------------------------------------------------------------------------------- 1 | #include "included.idl" 2 | 3 | interface Child : Parent 4 | { 5 | }; 6 | -------------------------------------------------------------------------------- /TAO/tests/Bug_3042_Regression/Bug_3042_Test.mpc: -------------------------------------------------------------------------------- 1 | // -*- MPC -*- 2 | project(*Client): taoclient { 3 | } 4 | 5 | -------------------------------------------------------------------------------- /TAO/tests/Bug_3068_Regression/client.conf: -------------------------------------------------------------------------------- 1 | 2 | static Client_Strategy_Factory "-ORBConnectStrategy blocked" 3 | -------------------------------------------------------------------------------- /TAO/tests/Bug_3940_Regression/.gitignore: -------------------------------------------------------------------------------- 1 | /testC.cpp 2 | /testC.h 3 | /testC.inl 4 | /testS.cpp 5 | /testS.h 6 | -------------------------------------------------------------------------------- /TAO/tests/Bug_3953_Regression/svc.conf: -------------------------------------------------------------------------------- 1 | 2 | static Client_Strategy_Factory '-ORBWaitStrategy mt_noupcall' 3 | -------------------------------------------------------------------------------- /TAO/tests/Bug_3954_Regression/svc.conf: -------------------------------------------------------------------------------- 1 | 2 | static Client_Strategy_Factory '-ORBWaitStrategy mt_noupcall' 3 | -------------------------------------------------------------------------------- /TAO/tests/CDR/.gitignore: -------------------------------------------------------------------------------- 1 | /alignment 2 | /allocator 3 | /basic_types 4 | /growth 5 | /octet_sequence 6 | /tc 7 | -------------------------------------------------------------------------------- /TAO/tests/Codec/.gitignore: -------------------------------------------------------------------------------- 1 | /client 2 | /testC.cpp 3 | /testC.h 4 | /testC.inl 5 | /testS.cpp 6 | /testS.h 7 | -------------------------------------------------------------------------------- /TAO/tests/Connection_Purging/test.idl: -------------------------------------------------------------------------------- 1 | interface test 2 | { 3 | void send_stuff(in string foo); 4 | }; 5 | -------------------------------------------------------------------------------- /TAO/tests/DSI_AMI_Gateway/README: -------------------------------------------------------------------------------- 1 | 2 | 3 | a simple test to experience the whole AMI+DII+AMH+DSI feature. 4 | -------------------------------------------------------------------------------- /TAO/tests/Exposed_Policies/svc.conf: -------------------------------------------------------------------------------- 1 | 2 | # Regular test 3 | static RT_ORB_Loader "-ORBSchedPolicy SCHED_FIFO" 4 | -------------------------------------------------------------------------------- /TAO/tests/Faults/server.conf: -------------------------------------------------------------------------------- 1 | # 2 | static Server_Strategy_Factory "-ORBConcurrency thread-per-connection" 3 | -------------------------------------------------------------------------------- /TAO/tests/IDLv4/anonymous_types/.gitignore: -------------------------------------------------------------------------------- 1 | /testC.cpp 2 | /testC.h 3 | /testC.inl 4 | /testS.cpp 5 | /testS.h 6 | -------------------------------------------------------------------------------- /TAO/tests/IDLv4/maps/.gitignore: -------------------------------------------------------------------------------- 1 | /testC.cpp 2 | /testC.h 3 | /testC.inl 4 | /testS.cpp 5 | /testS.h 6 | /maps 7 | -------------------------------------------------------------------------------- /TAO/tests/IORManipulation/filter/Test.idl: -------------------------------------------------------------------------------- 1 | module Test 2 | { 3 | interface Hello 4 | { 5 | }; 6 | }; 7 | -------------------------------------------------------------------------------- /TAO/tests/Leader_Followers/select_mt.conf: -------------------------------------------------------------------------------- 1 | 2 | static Advanced_Resource_Factory "-ORBreactortype select_mt" 3 | -------------------------------------------------------------------------------- /TAO/tests/MT_Client/server.conf: -------------------------------------------------------------------------------- 1 | # 2 | static Server_Strategy_Factory "-ORBconcurrency thread-per-connection" 3 | -------------------------------------------------------------------------------- /TAO/tests/Oneway_Send_Timeouts/block_flush.conf: -------------------------------------------------------------------------------- 1 | 2 | static Resource_Factory "-ORBFlushingStrategy blocking" 3 | -------------------------------------------------------------------------------- /TAO/tests/Optimized_Connection/oc_svc.conf: -------------------------------------------------------------------------------- 1 | 2 | static OC_Endpoint_Selector_Factory "-connect_timeout 1300" 3 | -------------------------------------------------------------------------------- /TAO/tests/POA/Current/Current.mpc: -------------------------------------------------------------------------------- 1 | // -*- MPC -*- 2 | project(POA*): taoserver { 3 | exename = Current 4 | } 5 | -------------------------------------------------------------------------------- /TAO/tests/RTCORBA/Linear_Priority/bands: -------------------------------------------------------------------------------- 1 | 0 5000 5000 10000 10000 15000 15000 20000 20000 25000 25000 30000 2 | -------------------------------------------------------------------------------- /TAO/tests/SHMIOP/static_shmiop.conf: -------------------------------------------------------------------------------- 1 | static Advanced_Resource_Factory "-ORBProtocolFactory SHMIOP_Factory" 2 | -------------------------------------------------------------------------------- /ACE/ACEXML/common/XMLReader.cpp: -------------------------------------------------------------------------------- 1 | #include "XMLReader.h" 2 | 3 | ACEXML_XMLReader::~ACEXML_XMLReader () 4 | { 5 | } 6 | -------------------------------------------------------------------------------- /ACE/bin/LabVIEW_RT/PXI_Reset.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DOCGroup/ACE_TAO/HEAD/ACE/bin/LabVIEW_RT/PXI_Reset.exe -------------------------------------------------------------------------------- /ACE/bin/MakeProjectCreator/config/ipv6.mpb: -------------------------------------------------------------------------------- 1 | // -*- MPC -*- 2 | feature(ipv6) { 3 | macros += ACE_HAS_IPV6 4 | } 5 | -------------------------------------------------------------------------------- /ACE/bin/MakeProjectCreator/config/wb26.features: -------------------------------------------------------------------------------- 1 | // We're always cross-compiling with wb26 2 | cross_compile = 1 3 | -------------------------------------------------------------------------------- /ACE/docs/ace_guidelines.vsmacros: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DOCGroup/ACE_TAO/HEAD/ACE/docs/ace_guidelines.vsmacros -------------------------------------------------------------------------------- /ACE/examples/Logger/client/Logger_client.mpc: -------------------------------------------------------------------------------- 1 | // -*- MPC -*- 2 | project : aceexe { 3 | exename = logging_app 4 | } -------------------------------------------------------------------------------- /ACE/examples/Map_Manager/Map_Manager.mpc: -------------------------------------------------------------------------------- 1 | // -*- MPC -*- 2 | project: aceexe { 3 | exename = Map_Manager 4 | } 5 | -------------------------------------------------------------------------------- /ACE/rpmbuild/etc/tao/tao-cosnotification.conf: -------------------------------------------------------------------------------- 1 | 2 | # 3 | # Service Configuration for tao-cosnotification. 4 | # 5 | -------------------------------------------------------------------------------- /TAO/MPC/config/corba_e_micro.mpb: -------------------------------------------------------------------------------- 1 | // -*- MPC -*- 2 | feature (corba_e_micro) { 3 | macros += CORBA_E_MICRO 4 | } 5 | -------------------------------------------------------------------------------- /TAO/MPC/config/etcl.mpb: -------------------------------------------------------------------------------- 1 | // -*- MPC -*- 2 | project : tao_etcl, ace_etcl_parser { 3 | tagchecks += Notify 4 | } 5 | -------------------------------------------------------------------------------- /TAO/MPC/config/idl_anon_error.mpb: -------------------------------------------------------------------------------- 1 | // -*- MPC -*- 2 | project : taobaseidldefaults { 3 | idlflags += -ae 4 | } 5 | -------------------------------------------------------------------------------- /TAO/MPC/config/idl_anon_silent.mpb: -------------------------------------------------------------------------------- 1 | // -*- MPC -*- 2 | project : taobaseidldefaults { 3 | idlflags += -as 4 | } 5 | -------------------------------------------------------------------------------- /TAO/MPC/config/idl_anon_warning.mpb: -------------------------------------------------------------------------------- 1 | // -*- MPC -*- 2 | project : taobaseidldefaults { 3 | idlflags += -aw 4 | } 5 | -------------------------------------------------------------------------------- /TAO/docs/Security/images/tao2.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DOCGroup/ACE_TAO/HEAD/TAO/docs/Security/images/tao2.gif -------------------------------------------------------------------------------- /TAO/docs/releasenotes/notify.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DOCGroup/ACE_TAO/HEAD/TAO/docs/releasenotes/notify.html -------------------------------------------------------------------------------- /TAO/examples/mfc/res/Toolbar.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DOCGroup/ACE_TAO/HEAD/TAO/examples/mfc/res/Toolbar.bmp -------------------------------------------------------------------------------- /TAO/examples/mfc/res/server.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DOCGroup/ACE_TAO/HEAD/TAO/examples/mfc/res/server.ico -------------------------------------------------------------------------------- /TAO/orbsvcs/examples/ImR/Combined_Service/.gitignore: -------------------------------------------------------------------------------- 1 | /combined_service 2 | /controller 3 | /test 4 | /test_server 5 | -------------------------------------------------------------------------------- /TAO/orbsvcs/orbsvcs/AVStreams.idl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DOCGroup/ACE_TAO/HEAD/TAO/orbsvcs/orbsvcs/AVStreams.idl -------------------------------------------------------------------------------- /TAO/orbsvcs/tests/AVStreams/Asynch_Three_Stage/sender_addr_file: -------------------------------------------------------------------------------- 1 | Sender_Distributer/192.168.1.3:5000/192.168.1.4:5000 -------------------------------------------------------------------------------- /TAO/orbsvcs/tests/Event/Performance/.gitignore: -------------------------------------------------------------------------------- 1 | Connect 2 | Inversion 3 | Latency 4 | Latency_Server 5 | Throughput 6 | -------------------------------------------------------------------------------- /TAO/orbsvcs/tests/FT_Naming/Load_Balancing/svc.conf: -------------------------------------------------------------------------------- 1 | 2 | static Resource_Factory "-ORBDropRepliesDuringShutdown 0" 3 | -------------------------------------------------------------------------------- /TAO/orbsvcs/tests/ImplRepo/PICurrent/client.conf: -------------------------------------------------------------------------------- 1 | static Client_Strategy_Factory "-ORBForwardOnTransientLimit 20" 2 | -------------------------------------------------------------------------------- /TAO/orbsvcs/tests/Notify/Basic/notify.reactive.conf: -------------------------------------------------------------------------------- 1 | # 2 | static Notify_Default_Event_Manager_Objects_Factory "" 3 | -------------------------------------------------------------------------------- /TAO/orbsvcs/tests/Notify/Reconnecting/ns_st.conf: -------------------------------------------------------------------------------- 1 | 2 | static TAO_CosNotify_Service "-AllowReconnect" 3 | 4 | 5 | -------------------------------------------------------------------------------- /TAO/orbsvcs/tests/Sched/Sched.mpc: -------------------------------------------------------------------------------- 1 | // -*- MPC -*- 2 | project: namingexe, rtsched { 3 | exename = Sched 4 | } 5 | -------------------------------------------------------------------------------- /TAO/orbsvcs/tests/Security/Crash_Test/.gitignore: -------------------------------------------------------------------------------- 1 | testC.cpp 2 | testC.h 3 | testC.inl 4 | testS.cpp 5 | testS.h 6 | -------------------------------------------------------------------------------- /TAO/performance-tests/RTCorba/Multiple_Endpoints/Common/test_i.inl: -------------------------------------------------------------------------------- 1 | ACE_INLINE 2 | Test_i::Test_i () 3 | { 4 | } 5 | -------------------------------------------------------------------------------- /TAO/tao/BiDir_GIOP/.gitignore: -------------------------------------------------------------------------------- 1 | /bidirgiop_export.h 2 | /BiDirPolicyC.cpp 3 | /BiDirPolicyC.h 4 | /BiDirPolicyS.h 5 | -------------------------------------------------------------------------------- /TAO/tests/Any/Indirected/.gitignore: -------------------------------------------------------------------------------- 1 | /client 2 | /testC.cpp 3 | /testC.h 4 | /testC.inl 5 | /testS.cpp 6 | /testS.h 7 | -------------------------------------------------------------------------------- /TAO/tests/Bug_1693_Test/.gitignore: -------------------------------------------------------------------------------- 1 | /client 2 | /testC.cpp 3 | /testC.h 4 | /testC.inl 5 | /testS.cpp 6 | /testS.h 7 | -------------------------------------------------------------------------------- /TAO/tests/Bug_2560_Regression/svc.conf: -------------------------------------------------------------------------------- 1 | 2 | static Server_Strategy_Factory "-ORBConcurrency thread-per-connection" 3 | -------------------------------------------------------------------------------- /TAO/tests/Bug_2826_Regression/.gitignore: -------------------------------------------------------------------------------- 1 | /fooC.cpp 2 | /fooC.h 3 | /fooC.inl 4 | /fooS.cpp 5 | /fooS.h 6 | /server 7 | -------------------------------------------------------------------------------- /TAO/tests/Bug_3481_Regression/Foo.idl: -------------------------------------------------------------------------------- 1 | // 2 | 3 | local interface Foo { 4 | }; 5 | typedef sequence FooSeq; 6 | -------------------------------------------------------------------------------- /TAO/tests/Bug_3514_Regression/README: -------------------------------------------------------------------------------- 1 | 2 | 3 | This is a compile only test. If it compiles, it's passed. 4 | 5 | 6 | -------------------------------------------------------------------------------- /TAO/tests/Bug_3552_Regression/.gitignore: -------------------------------------------------------------------------------- 1 | /check 2 | /structC.cpp 3 | /structC.h 4 | /structC.inl 5 | /structS.h 6 | -------------------------------------------------------------------------------- /TAO/tests/CSD_Strategy_Tests/TP_Test_Static/svc.conf: -------------------------------------------------------------------------------- 1 | 2 | static TAO_CSD_TP_Strategy_Factory "-CSDtp ChildPoa:2" 3 | -------------------------------------------------------------------------------- /TAO/tests/Collocation_Opportunities/svc.conf: -------------------------------------------------------------------------------- 1 | 2 | static Client_Strategy_Factory "-ORBClientConnectionHandler RW" 3 | -------------------------------------------------------------------------------- /TAO/tests/Connect_Strategy_Test/blocked.conf: -------------------------------------------------------------------------------- 1 | # 2 | static Client_Strategy_Factory "-ORBConnectStrategy Blocked" 3 | -------------------------------------------------------------------------------- /TAO/tests/Connect_Strategy_Test/reactor.conf: -------------------------------------------------------------------------------- 1 | # 2 | static Client_Strategy_Factory "-ORBConnectStrategy Reactive" 3 | -------------------------------------------------------------------------------- /TAO/tests/DIOP/.gitignore: -------------------------------------------------------------------------------- 1 | /client 2 | /server 3 | /UDPC.cpp 4 | /UDPC.h 5 | /UDPC.inl 6 | /UDPS.cpp 7 | /UDPS.h 8 | -------------------------------------------------------------------------------- /TAO/tests/IDL_Test/Bug_3243_Regression.idl: -------------------------------------------------------------------------------- 1 | // Test Bug 3243 2 | 3 | const long long NptNow = 0x80000000; 4 | 5 | -------------------------------------------------------------------------------- /TAO/tests/Monitor/Marshal_Buffer/test.idl: -------------------------------------------------------------------------------- 1 | interface test 2 | { 3 | string test_op (in string in_arg); 4 | }; 5 | -------------------------------------------------------------------------------- /TAO/tests/OBV/Any/.gitignore: -------------------------------------------------------------------------------- 1 | /AnyC.cpp 2 | /AnyC.h 3 | /AnyC.inl 4 | /AnyS.cpp 5 | /AnyS.h 6 | /client 7 | /server 8 | -------------------------------------------------------------------------------- /TAO/tests/ORB_portspan/ORB_portspan.mpc: -------------------------------------------------------------------------------- 1 | // -*- MPC -*- 2 | project(*Server): taoserver, strategies { 3 | } 4 | 5 | -------------------------------------------------------------------------------- /TAO/tests/ORB_shutdown/.gitignore: -------------------------------------------------------------------------------- 1 | /server 2 | /TestC.cpp 3 | /TestC.h 4 | /TestC.inl 5 | /TestS.cpp 6 | /TestS.h 7 | -------------------------------------------------------------------------------- /TAO/tests/Object_Loader/.gitignore: -------------------------------------------------------------------------------- 1 | /driver 2 | /TestC.cpp 3 | /TestC.h 4 | /TestC.inl 5 | /TestS.cpp 6 | /TestS.h 7 | -------------------------------------------------------------------------------- /TAO/tests/Oneway_Send_Timeouts/lf_flush.conf: -------------------------------------------------------------------------------- 1 | 2 | static Resource_Factory "-ORBFlushingStrategy leader_follower" 3 | -------------------------------------------------------------------------------- /TAO/tests/Oneway_Send_Timeouts/reactive_flush.conf: -------------------------------------------------------------------------------- 1 | 2 | static Resource_Factory "-ORBFlushingStrategy reactive" 3 | -------------------------------------------------------------------------------- /TAO/tests/POA/Excessive_Object_Deactivations/test.idl: -------------------------------------------------------------------------------- 1 | interface test 2 | { 3 | void deactivate_self (); 4 | }; 5 | -------------------------------------------------------------------------------- /TAO/tests/POA/Identity/.gitignore: -------------------------------------------------------------------------------- 1 | /Identity 2 | /testC.cpp 3 | /testC.h 4 | /testC.inl 5 | /testS.cpp 6 | /testS.h 7 | -------------------------------------------------------------------------------- /TAO/tests/Policies/.gitignore: -------------------------------------------------------------------------------- 1 | /Manipulation 2 | /testC.cpp 3 | /testC.h 4 | /testC.inl 5 | /testS.cpp 6 | /testS.h 7 | -------------------------------------------------------------------------------- /TAO/tests/RTCORBA/Activate_Object_Multiple_ORBs/AO_Multiple_ORBs.mpc: -------------------------------------------------------------------------------- 1 | // -*- MPC -*- 2 | project: taoserver { 3 | } 4 | -------------------------------------------------------------------------------- /TAO/tests/RTCORBA/Collocation/test.idl: -------------------------------------------------------------------------------- 1 | interface test 2 | { 3 | void start (); 4 | 5 | void method (); 6 | }; 7 | -------------------------------------------------------------------------------- /TAO/tests/RTCORBA/Dynamic_Thread_Pool/svc.conf: -------------------------------------------------------------------------------- 1 | 2 | static RT_ORB_Loader "-RTORBDynamicThreadIdleTimeout 100000" 3 | -------------------------------------------------------------------------------- /TAO/tests/SHMIOP/.gitignore: -------------------------------------------------------------------------------- 1 | /shmiop_test 2 | /TestC.cpp 3 | /TestC.h 4 | /TestC.inl 5 | /TestS.cpp 6 | /TestS.h 7 | -------------------------------------------------------------------------------- /TAO/utils/catior/test/timeserver.iiop: -------------------------------------------------------------------------------- 1 | iiop:1.0//danzon.cs.wustl.edu:2651/P35e49ea30001312d/child_poa/time 2 | 3 | -------------------------------------------------------------------------------- /ACE/ACEXML/common/Attributes.cpp: -------------------------------------------------------------------------------- 1 | #include "Attributes.h" 2 | 3 | ACEXML_Attributes::~ACEXML_Attributes () 4 | { 5 | } 6 | -------------------------------------------------------------------------------- /ACE/ACEXML/common/DTDHandler.cpp: -------------------------------------------------------------------------------- 1 | #include "DTDHandler.h" 2 | 3 | ACEXML_DTDHandler::~ACEXML_DTDHandler () 4 | { 5 | } 6 | -------------------------------------------------------------------------------- /ACE/bin/MakeProjectCreator/config/ace_mfc.mpb: -------------------------------------------------------------------------------- 1 | // -*- MPC -*- 2 | project: mfc { 3 | macros += ACE_HAS_MFC=1 4 | } 5 | -------------------------------------------------------------------------------- /ACE/bin/MakeProjectCreator/config/ace_output.mpb: -------------------------------------------------------------------------------- 1 | // -*- MPC -*- 2 | project { 3 | libout = $(ACE_ROOT)/lib 4 | } 5 | 6 | -------------------------------------------------------------------------------- /ACE/bin/MakeProjectCreator/config/ace_qt5.mpb: -------------------------------------------------------------------------------- 1 | // -*- MPC -*- 2 | project: qt5_gui { 3 | macros += ACE_HAS_QT5 4 | } 5 | -------------------------------------------------------------------------------- /ACE/bin/MakeProjectCreator/templates/gnudll.mpt: -------------------------------------------------------------------------------- 1 | // -*- MPC -*- 2 | conditional_include "common" 3 | 4 | targetoutdir = 5 | -------------------------------------------------------------------------------- /ACE/examples/APG/Naming/svc.conf: -------------------------------------------------------------------------------- 1 | 2 | dynamic Name_Server Service_Object * netsvcs:_make_ACE_Name_Acceptor() "-p 20012" 3 | -------------------------------------------------------------------------------- /ACE/examples/APG/Processes/.gitignore: -------------------------------------------------------------------------------- 1 | /Process_Manager_Death 2 | /Process_Manager_Spawn 3 | /Process_Mutex 4 | /Spawn 5 | -------------------------------------------------------------------------------- /ACE/examples/APG/Streams/RecordingDevice_USRVM.h: -------------------------------------------------------------------------------- 1 | class USRoboticsVoiceModem : public RecordingDevice 2 | { 3 | }; 4 | -------------------------------------------------------------------------------- /ACE/examples/NT_Service/NT_Service.mpc: -------------------------------------------------------------------------------- 1 | // -*- MPC -*- 2 | project : aceexe, winregistry { 3 | exename = main 4 | } 5 | -------------------------------------------------------------------------------- /ACE/examples/Reactor/Ntalker/Reactor_Ntalker.mpc: -------------------------------------------------------------------------------- 1 | // -*- MPC -*- 2 | project : aceexe { 3 | exename = ntalker 4 | } 5 | -------------------------------------------------------------------------------- /ACE/examples/Synch/Synch.mpc: -------------------------------------------------------------------------------- 1 | // -*- MPC -*- 2 | project : aceexe, avoids_ace_for_tao { 3 | exename = proc_sema 4 | } 5 | -------------------------------------------------------------------------------- /ACE/protocols/protocols.mwc: -------------------------------------------------------------------------------- 1 | // -*- MPC -*- 2 | workspace { 3 | exclude { 4 | tests 5 | examples 6 | } 7 | } 8 | -------------------------------------------------------------------------------- /TAO/MPC/config/avoids_corba_e_micro.mpb: -------------------------------------------------------------------------------- 1 | // -*- MPC -*- 2 | feature(corba_e_micro) { 3 | avoids += corba_e_micro 4 | } 5 | -------------------------------------------------------------------------------- /TAO/MPC/config/avoids_minimum_corba.mpb: -------------------------------------------------------------------------------- 1 | // -*- MPC -*- 2 | feature(minimum_corba) { 3 | avoids += minimum_corba 4 | } 5 | -------------------------------------------------------------------------------- /TAO/MPC/config/codeset.mpb: -------------------------------------------------------------------------------- 1 | // -*- MPC -*- 2 | project { 3 | after += Codeset 4 | libs += TAO_Codeset 5 | } 6 | -------------------------------------------------------------------------------- /TAO/MPC/config/corba_e_compact.mpb: -------------------------------------------------------------------------------- 1 | // -*- MPC -*- 2 | feature (corba_e_compact) { 3 | macros += CORBA_E_COMPACT 4 | } 5 | -------------------------------------------------------------------------------- /TAO/MPC/config/kokyu_dsrt_scheduler_client.mpb: -------------------------------------------------------------------------------- 1 | // -*- MPC -*- 2 | project : taoclient, kokyu_dsrt_schedulers { 3 | } 4 | -------------------------------------------------------------------------------- /TAO/MPC/config/kokyu_dsrt_scheduler_server.mpb: -------------------------------------------------------------------------------- 1 | // -*- MPC -*- 2 | project: taoserver, kokyu_dsrt_schedulers { 3 | } 4 | -------------------------------------------------------------------------------- /TAO/MPC/config/taoclient.mpb: -------------------------------------------------------------------------------- 1 | // -*- MPC -*- 2 | project : taoexe, negotiate_codesets { 3 | exename = client 4 | } 5 | -------------------------------------------------------------------------------- /TAO/MPC/config/tc_iiop.mpb: -------------------------------------------------------------------------------- 1 | // -*- MPC -*- 2 | project: tc { 3 | after += TC_IIOP 4 | libs += TAO_TC_IIOP 5 | } 6 | -------------------------------------------------------------------------------- /TAO/docs/rtcorba/queue-per-lane.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DOCGroup/ACE_TAO/HEAD/TAO/docs/rtcorba/queue-per-lane.gif -------------------------------------------------------------------------------- /TAO/examples/Borland/ChatClient.res: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DOCGroup/ACE_TAO/HEAD/TAO/examples/Borland/ChatClient.res -------------------------------------------------------------------------------- /TAO/examples/mfc/res/serverDoc.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DOCGroup/ACE_TAO/HEAD/TAO/examples/mfc/res/serverDoc.ico -------------------------------------------------------------------------------- /TAO/orbsvcs/Notify_Service/svc.conf: -------------------------------------------------------------------------------- 1 | # 2 | static Notify_Default_Event_Manager_Objects_Factory "-DispatchingThreads 1" 3 | -------------------------------------------------------------------------------- /TAO/orbsvcs/tests/AVStreams/Asynch_Three_Stage/receiver_addr_file: -------------------------------------------------------------------------------- 1 | Distributer_Receiver/192.168.1.4:6000/192.168.1.2:5000 -------------------------------------------------------------------------------- /TAO/orbsvcs/tests/Bug_1436_Regression/test.idl: -------------------------------------------------------------------------------- 1 | interface test 2 | { 3 | void testme (); 4 | void TESTME (); 5 | }; 6 | -------------------------------------------------------------------------------- /TAO/orbsvcs/tests/Bug_3891_Regression/Test.idl: -------------------------------------------------------------------------------- 1 | 2 | module Test 3 | { 4 | interface Hello 5 | { 6 | }; 7 | }; 8 | -------------------------------------------------------------------------------- /TAO/orbsvcs/tests/ImplRepo/kill_server/Test.idl: -------------------------------------------------------------------------------- 1 | interface Test 2 | { 3 | 4 | short get_server_num (); 5 | 6 | }; 7 | -------------------------------------------------------------------------------- /TAO/orbsvcs/tests/Notify/MT_Dispatching/notify_nothreads.conf: -------------------------------------------------------------------------------- 1 | #static Notify_Default_Event_Manager_Objects_Factory "" 2 | -------------------------------------------------------------------------------- /TAO/orbsvcs/tests/Notify/performance-tests/RedGreen/svc.conf: -------------------------------------------------------------------------------- 1 | 2 | static Resource_Factory "-ORBReactorMaskSignals 0" 3 | -------------------------------------------------------------------------------- /TAO/orbsvcs/tests/Security/Null_Cipher/.gitignore: -------------------------------------------------------------------------------- 1 | FooC.cpp 2 | FooC.h 3 | FooC.inl 4 | FooS.cpp 5 | FooS.h 6 | client 7 | -------------------------------------------------------------------------------- /TAO/orbsvcs/tests/unit/Notify/MC/Statistic/Statistic.mpc: -------------------------------------------------------------------------------- 1 | project: notification_mc { 2 | exename = Statistic 3 | } 4 | -------------------------------------------------------------------------------- /TAO/tao/TransportCurrent/.gitignore: -------------------------------------------------------------------------------- 1 | /TC_IIOPC.cpp 2 | /TC_IIOPC.h 3 | /TC_IIOPS.h 4 | /TCC.cpp 5 | /TCC.h 6 | /TCS.h 7 | -------------------------------------------------------------------------------- /TAO/tests/Bug_1476_Test/.gitignore: -------------------------------------------------------------------------------- 1 | /client 2 | /HelloC.cpp 3 | /HelloC.h 4 | /HelloC.inl 5 | /HelloS.cpp 6 | /HelloS.h 7 | -------------------------------------------------------------------------------- /TAO/tests/Bug_1636_Regression/.gitignore: -------------------------------------------------------------------------------- 1 | /client 2 | /testC.cpp 3 | /testC.h 4 | /testC.inl 5 | /testS.cpp 6 | /testS.h 7 | -------------------------------------------------------------------------------- /TAO/tests/Bug_1812_Regression/.gitignore: -------------------------------------------------------------------------------- 1 | /server 2 | /TestC.cpp 3 | /TestC.h 4 | /TestC.inl 5 | /TestS.cpp 6 | /TestS.h 7 | -------------------------------------------------------------------------------- /TAO/tests/Bug_1813_Regression/.gitignore: -------------------------------------------------------------------------------- 1 | /server 2 | /TestC.cpp 3 | /TestC.h 4 | /TestC.inl 5 | /TestS.cpp 6 | /TestS.h 7 | -------------------------------------------------------------------------------- /TAO/tests/Bug_1904_Regression/.gitignore: -------------------------------------------------------------------------------- 1 | /test 2 | /testC.cpp 3 | /testC.h 4 | /testC.inl 5 | /testS.cpp 6 | /testS.h 7 | -------------------------------------------------------------------------------- /TAO/tests/Bug_2084_Regression/.gitignore: -------------------------------------------------------------------------------- 1 | /server 2 | /TestC.cpp 3 | /TestC.h 4 | /TestC.inl 5 | /TestS.cpp 6 | /TestS.h 7 | -------------------------------------------------------------------------------- /TAO/tests/Bug_2122_Regression/.gitignore: -------------------------------------------------------------------------------- 1 | /client 2 | /TestC.cpp 3 | /TestC.h 4 | /TestC.inl 5 | /TestS.cpp 6 | /TestS.h 7 | -------------------------------------------------------------------------------- /TAO/tests/Bug_2124_Regression/.gitignore: -------------------------------------------------------------------------------- 1 | /server 2 | /TestC.cpp 3 | /TestC.h 4 | /TestC.inl 5 | /TestS.cpp 6 | /TestS.h 7 | -------------------------------------------------------------------------------- /TAO/tests/Bug_2126_Regression/.gitignore: -------------------------------------------------------------------------------- 1 | /client 2 | /TestC.cpp 3 | /TestC.h 4 | /TestC.inl 5 | /TestS.cpp 6 | /TestS.h 7 | -------------------------------------------------------------------------------- /TAO/tests/Bug_2144_Regression/.gitignore: -------------------------------------------------------------------------------- 1 | /test 2 | /testC.cpp 3 | /testC.h 4 | /testC.inl 5 | /testS.cpp 6 | /testS.h 7 | -------------------------------------------------------------------------------- /TAO/tests/Bug_2319_Regression/.gitignore: -------------------------------------------------------------------------------- 1 | /server 2 | /TestC.cpp 3 | /TestC.h 4 | /TestC.inl 5 | /TestS.cpp 6 | /TestS.h 7 | -------------------------------------------------------------------------------- /TAO/tests/Bug_2375_Regression/.gitignore: -------------------------------------------------------------------------------- 1 | /test 2 | /testC.cpp 3 | /testC.h 4 | /testC.inl 5 | /testS.cpp 6 | /testS.h 7 | -------------------------------------------------------------------------------- /TAO/tests/Bug_2542_Regression/.gitignore: -------------------------------------------------------------------------------- 1 | /client 2 | /TestC.cpp 3 | /TestC.h 4 | /TestC.inl 5 | /TestS.cpp 6 | /TestS.h 7 | -------------------------------------------------------------------------------- /TAO/tests/Bug_2543_Regression/.gitignore: -------------------------------------------------------------------------------- 1 | /client 2 | /TestC.cpp 3 | /TestC.h 4 | /TestC.inl 5 | /TestS.cpp 6 | /TestS.h 7 | -------------------------------------------------------------------------------- /TAO/tests/Bug_2549_Regression/.gitignore: -------------------------------------------------------------------------------- 1 | /test 2 | /testC.cpp 3 | /testC.h 4 | /testC.inl 5 | /testS.cpp 6 | /testS.h 7 | -------------------------------------------------------------------------------- /TAO/tests/Bug_3042_Regression/.gitignore: -------------------------------------------------------------------------------- 1 | /client 2 | /testC.cpp 3 | /testC.h 4 | /testC.inl 5 | /testS.cpp 6 | /testS.h 7 | -------------------------------------------------------------------------------- /TAO/tests/Bug_3311_Regression/.gitignore: -------------------------------------------------------------------------------- 1 | /test 2 | /testC.cpp 3 | /testC.h 4 | /testC.inl 5 | /testS.cpp 6 | /testS.h 7 | -------------------------------------------------------------------------------- /TAO/tests/Bug_3513_Regression/.gitignore: -------------------------------------------------------------------------------- 1 | /test 2 | /testC.cpp 3 | /testC.h 4 | /testC.inl 5 | /testS.cpp 6 | /testS.h 7 | -------------------------------------------------------------------------------- /TAO/tests/Bug_3514_Regression/.gitignore: -------------------------------------------------------------------------------- 1 | /test 2 | /testC.cpp 3 | /testC.h 4 | /testC.inl 5 | /testS.cpp 6 | /testS.h 7 | -------------------------------------------------------------------------------- /TAO/tests/Bug_3630_Regression/TAO Conf File.conf: -------------------------------------------------------------------------------- 1 | static Server_Strategy_Factory "-ORBConcurrency thread-per-connection" 2 | -------------------------------------------------------------------------------- /TAO/tests/Bug_3630_Regression/TAO_Conf_File.conf: -------------------------------------------------------------------------------- 1 | static Server_Strategy_Factory "-ORBConcurrency thread-per-connection" 2 | -------------------------------------------------------------------------------- /TAO/tests/Bug_3632_Regression/.gitignore: -------------------------------------------------------------------------------- 1 | /client 2 | /testC.cpp 3 | /testC.h 4 | /testC.inl 5 | /testS.cpp 6 | /testS.h 7 | -------------------------------------------------------------------------------- /TAO/tests/Bug_3632_Regression/test.idl: -------------------------------------------------------------------------------- 1 | module Test 2 | { 3 | typedef sequence bounded_string_seq; 4 | }; 5 | -------------------------------------------------------------------------------- /TAO/tests/Bug_3801_Regression/server.conf: -------------------------------------------------------------------------------- 1 | # 2 | static Server_Strategy_Factory "-ORBconcurrency thread-per-connection" 3 | -------------------------------------------------------------------------------- /TAO/tests/CORBA_e_Implicit_Activation/CORBA_e_Implicit_Activation.mpc: -------------------------------------------------------------------------------- 1 | // -*- MPC -*- 2 | project: taoserver { 3 | } 4 | -------------------------------------------------------------------------------- /TAO/tests/Connection_Failure/.gitignore: -------------------------------------------------------------------------------- 1 | /client 2 | /testC.cpp 3 | /testC.h 4 | /testC.inl 5 | /testS.cpp 6 | /testS.h 7 | -------------------------------------------------------------------------------- /TAO/tests/Connection_Timeout/.gitignore: -------------------------------------------------------------------------------- 1 | /client 2 | /TestC.cpp 3 | /TestC.h 4 | /TestC.inl 5 | /TestS.cpp 6 | /TestS.h 7 | -------------------------------------------------------------------------------- /TAO/tests/DLL_ORB/.gitignore: -------------------------------------------------------------------------------- 1 | /client 2 | /server 3 | /TestC.cpp 4 | /TestC.h 5 | /TestC.inl 6 | /TestS.cpp 7 | /TestS.h 8 | -------------------------------------------------------------------------------- /TAO/tests/DSI_AMH/.gitignore: -------------------------------------------------------------------------------- 1 | /client 2 | /server 3 | /TestC.cpp 4 | /TestC.h 5 | /TestC.inl 6 | /TestS.cpp 7 | /TestS.h 8 | -------------------------------------------------------------------------------- /TAO/tests/DiffServ/test.idl: -------------------------------------------------------------------------------- 1 | 2 | interface Test 3 | { 4 | void test_method (); 5 | oneway void shutdown (); 6 | }; 7 | -------------------------------------------------------------------------------- /TAO/tests/File_IO/.gitignore: -------------------------------------------------------------------------------- 1 | /client 2 | /FileC.cpp 3 | /FileC.h 4 | /FileC.inl 5 | /FileS.cpp 6 | /FileS.h 7 | /server 8 | -------------------------------------------------------------------------------- /TAO/tests/HandleExhaustion/Test.idl: -------------------------------------------------------------------------------- 1 | interface Test 2 | { 3 | void simple (); 4 | oneway void shutdown (); 5 | }; 6 | -------------------------------------------------------------------------------- /TAO/tests/IDLv4/annotations/annotest_idl.mpc: -------------------------------------------------------------------------------- 1 | project: aceexe, tao_idl_fe { 2 | exename = * 3 | includes += . 4 | } 5 | -------------------------------------------------------------------------------- /TAO/tests/IPV6/.gitignore: -------------------------------------------------------------------------------- 1 | /client 2 | /server 3 | /TestC.cpp 4 | /TestC.h 5 | /TestC.inl 6 | /TestS.cpp 7 | /TestS.h 8 | -------------------------------------------------------------------------------- /TAO/tests/Muxing/.gitignore: -------------------------------------------------------------------------------- 1 | /client 2 | /server 3 | /TestC.cpp 4 | /TestC.h 5 | /TestC.inl 6 | /TestS.cpp 7 | /TestS.h 8 | -------------------------------------------------------------------------------- /TAO/tests/No_Server_MT_Connect_Test/blocked.conf: -------------------------------------------------------------------------------- 1 | # 2 | static Client_Strategy_Factory "-ORBConnectStrategy Blocked" 3 | -------------------------------------------------------------------------------- /TAO/tests/No_Server_MT_Connect_Test/reactor.conf: -------------------------------------------------------------------------------- 1 | # 2 | static Client_Strategy_Factory "-ORBConnectStrategy Reactive" 3 | -------------------------------------------------------------------------------- /TAO/tests/OBV/Simple/.gitignore: -------------------------------------------------------------------------------- 1 | /client 2 | /OBVC.cpp 3 | /OBVC.h 4 | /OBVC.inl 5 | /OBVS.cpp 6 | /OBVS.h 7 | /server 8 | -------------------------------------------------------------------------------- /TAO/tests/ORB_destroy/ORB_destroy.mpc: -------------------------------------------------------------------------------- 1 | // -*- MPC -*- 2 | project: taoserver { 3 | exename = ORB_destroy 4 | } 5 | 6 | -------------------------------------------------------------------------------- /TAO/tests/POA/Generic_Servant/.gitignore: -------------------------------------------------------------------------------- 1 | /client 2 | /testC.cpp 3 | /testC.h 4 | /testC.inl 5 | /testS.cpp 6 | /testS.h 7 | -------------------------------------------------------------------------------- /TAO/tests/POA/RootPOA/RootPOA.mpc: -------------------------------------------------------------------------------- 1 | // -*- MPC -*- 2 | project(*Server): taoserver { 3 | exename = RootPOA 4 | } 5 | 6 | -------------------------------------------------------------------------------- /TAO/tests/POA/TIE/.gitignore: -------------------------------------------------------------------------------- 1 | /client 2 | /server 3 | /testC.cpp 4 | /testC.h 5 | /testC.inl 6 | /testS.cpp 7 | /testS.h 8 | -------------------------------------------------------------------------------- /TAO/tests/RTCORBA/Bug_3643_Regression/svc.conf.dynamic: -------------------------------------------------------------------------------- 1 | static RT_ORB_Loader "-RTORBDynamicThreadIdleTimeout 1000000" 2 | -------------------------------------------------------------------------------- /TAO/tests/RTCORBA/ORB_init/README: -------------------------------------------------------------------------------- 1 | 2 | 3 | This is a unit test for the creation of multiple RT ORBs. 4 | 5 | 6 | 7 | -------------------------------------------------------------------------------- /TAO/tests/RTCORBA/ORB_init/RTCORBA_ORB_init.mpc: -------------------------------------------------------------------------------- 1 | project (ORB_init_RT) : rt_client { 2 | exename = ORB_init 3 | } 4 | 5 | -------------------------------------------------------------------------------- /TAO/tests/Server_Port_Zero/.gitignore: -------------------------------------------------------------------------------- 1 | /server 2 | /TestC.cpp 3 | /TestC.h 4 | /TestC.inl 5 | /TestS.cpp 6 | /TestS.h 7 | -------------------------------------------------------------------------------- /TAO/tests/Timeout/.gitignore: -------------------------------------------------------------------------------- 1 | /client 2 | /server 3 | /testC.cpp 4 | /testC.h 5 | /testC.inl 6 | /testS.cpp 7 | /testS.h 8 | -------------------------------------------------------------------------------- /TAO/tests/objref_comparison_test/.gitignore: -------------------------------------------------------------------------------- 1 | /fooC.cpp 2 | /fooC.h 3 | /fooC.inl 4 | /fooS.cpp 5 | /fooS.h 6 | /server 7 | -------------------------------------------------------------------------------- /ACE/ace/uuid.mpb: -------------------------------------------------------------------------------- 1 | // -*- MPC -*- 2 | feature(ace_uuid) { 3 | Source_Files(ACE_COMPONENTS) { 4 | UUID.cpp 5 | } 6 | } 7 | -------------------------------------------------------------------------------- /ACE/apps/drwho/Select_Manager.cpp: -------------------------------------------------------------------------------- 1 | #include "Select_Manager.h" 2 | 3 | 4 | Select_Manager::~Select_Manager () 5 | { 6 | } 7 | -------------------------------------------------------------------------------- /ACE/bin/LabVIEW_RT/Reboot_Target.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DOCGroup/ACE_TAO/HEAD/ACE/bin/LabVIEW_RT/Reboot_Target.exe -------------------------------------------------------------------------------- /ACE/examples/APG/ThreadPools/.gitignore: -------------------------------------------------------------------------------- 1 | /Futures 2 | /LF_ThreadPool 3 | /TP_Reactor 4 | /Task_ThreadPool 5 | /ThreadPool 6 | -------------------------------------------------------------------------------- /ACE/examples/ConfigViewer/mondrian.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DOCGroup/ACE_TAO/HEAD/ACE/examples/ConfigViewer/mondrian.ico -------------------------------------------------------------------------------- /ACE/examples/IOStream/client/IOStream_Client.mpc: -------------------------------------------------------------------------------- 1 | // -*- MPC -*- 2 | project : aceexe { 3 | exename = iostream_client 4 | } 5 | -------------------------------------------------------------------------------- /ACE/examples/IOStream/server/IOStream_Server.mpc: -------------------------------------------------------------------------------- 1 | // -*- MPC -*- 2 | project : aceexe { 3 | exename = iostream_server 4 | } 5 | -------------------------------------------------------------------------------- /ACE/include/makeinclude/platform_macosx_bigsur.GNU: -------------------------------------------------------------------------------- 1 | include $(ACE_ROOT)/include/makeinclude/platform_macosx_mojave.GNU 2 | 3 | -------------------------------------------------------------------------------- /ACE/include/makeinclude/platform_macosx_leopard.GNU: -------------------------------------------------------------------------------- 1 | 2 | include $(ACE_ROOT)/include/makeinclude/platform_macosx_tiger.GNU 3 | -------------------------------------------------------------------------------- /ACE/include/makeinclude/platform_macosx_monterey.GNU: -------------------------------------------------------------------------------- 1 | include $(ACE_ROOT)/include/makeinclude/platform_macosx_bigsur.GNU 2 | 3 | -------------------------------------------------------------------------------- /ACE/tests/Config_Test_Import_1.ini: -------------------------------------------------------------------------------- 1 | [SectionOne] 2 | SomeKey=SomeValue 3 | 4 | [SectionTwo] 5 | SomeOtherKey=SomeOtherValue 6 | -------------------------------------------------------------------------------- /TAO/MPC/config/minimum_corba.mpb: -------------------------------------------------------------------------------- 1 | // -*- MPC -*- 2 | feature(minimum_corba) { 3 | macros += TAO_HAS_MINIMUM_CORBA=1 4 | } 5 | -------------------------------------------------------------------------------- /TAO/MPC/config/pi.mpb: -------------------------------------------------------------------------------- 1 | // -*- MPC -*- 2 | project : taolib, codecfactory { 3 | after += PI 4 | libs += TAO_PI 5 | } 6 | -------------------------------------------------------------------------------- /TAO/MPC/config/rt_client.mpb: -------------------------------------------------------------------------------- 1 | // -*- MPC -*- 2 | project : taoexe, negotiate_codesets, rtcorba { 3 | exename = client 4 | } 5 | -------------------------------------------------------------------------------- /TAO/docs/Security/fireworks/h_bar.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DOCGroup/ACE_TAO/HEAD/TAO/docs/Security/fireworks/h_bar.gif -------------------------------------------------------------------------------- /TAO/docs/Security/fireworks/shim.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DOCGroup/ACE_TAO/HEAD/TAO/docs/Security/fireworks/shim.gif -------------------------------------------------------------------------------- /TAO/docs/pluggable_protocols/img1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DOCGroup/ACE_TAO/HEAD/TAO/docs/pluggable_protocols/img1.png -------------------------------------------------------------------------------- /TAO/docs/pluggable_protocols/img2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DOCGroup/ACE_TAO/HEAD/TAO/docs/pluggable_protocols/img2.png -------------------------------------------------------------------------------- /TAO/docs/pluggable_protocols/img3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DOCGroup/ACE_TAO/HEAD/TAO/docs/pluggable_protocols/img3.png -------------------------------------------------------------------------------- /TAO/docs/pluggable_protocols/img4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DOCGroup/ACE_TAO/HEAD/TAO/docs/pluggable_protocols/img4.png -------------------------------------------------------------------------------- /TAO/docs/pluggable_protocols/img5.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DOCGroup/ACE_TAO/HEAD/TAO/docs/pluggable_protocols/img5.png -------------------------------------------------------------------------------- /TAO/docs/rtcorba/reactor-per-lane.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DOCGroup/ACE_TAO/HEAD/TAO/docs/rtcorba/reactor-per-lane.gif -------------------------------------------------------------------------------- /TAO/examples/Borland/ChatClientWnd.dfm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DOCGroup/ACE_TAO/HEAD/TAO/examples/Borland/ChatClientWnd.dfm -------------------------------------------------------------------------------- /TAO/orbsvcs/DevGuideExamples/EventServices/RTEC_MCast_Federated/supplier.conf: -------------------------------------------------------------------------------- 1 | 2 | static EC_Factory "-ECobserver basic" 3 | -------------------------------------------------------------------------------- /TAO/orbsvcs/Fault_Notifier/.gitignore: -------------------------------------------------------------------------------- 1 | /*.dsp 2 | /*.dsw 3 | /Debug 4 | /Fault_Notifier 5 | /Release 6 | /tao_fault_notifier 7 | -------------------------------------------------------------------------------- /TAO/orbsvcs/performance-tests/RTEvent/Roundtrip/ec.supplier_filter_null.conf: -------------------------------------------------------------------------------- 1 | 2 | static EC_Factory "-ECSupplierFilter null" 3 | -------------------------------------------------------------------------------- /TAO/orbsvcs/tests/Bug_3891_Regression/.gitignore: -------------------------------------------------------------------------------- 1 | TestC.cpp 2 | TestC.h 3 | TestC.inl 4 | TestS.cpp 5 | TestS.h 6 | server 7 | -------------------------------------------------------------------------------- /TAO/orbsvcs/tests/Event/ThreadFlags/tftest.mpc: -------------------------------------------------------------------------------- 1 | project(TFTest): rteventexe, rtevent_serv { 2 | exename = testflags 3 | } 4 | -------------------------------------------------------------------------------- /TAO/orbsvcs/tests/FT_Naming/FaultTolerant/corrupt_data/NameService/NameService_1: -------------------------------------------------------------------------------- 1 | 1 2 | 0 3 | 0 4 | 6 5 | deep_1 6 | 0 7 | 8 | 1 -------------------------------------------------------------------------------- /TAO/orbsvcs/tests/ImplRepo/RestartIMR/.gitignore: -------------------------------------------------------------------------------- 1 | server 2 | testC.cpp 3 | testC.h 4 | testC.inl 5 | testS.cpp 6 | testS.h 7 | -------------------------------------------------------------------------------- /TAO/orbsvcs/tests/ImplRepo/RestartServer/client.conf: -------------------------------------------------------------------------------- 1 | 2 | static Client_Strategy_Factory "-ORBForwardOnTransientLimit 20" 3 | -------------------------------------------------------------------------------- /TAO/orbsvcs/tests/InterfaceRepo/Persistence_Test/svc.conf: -------------------------------------------------------------------------------- 1 | 2 | static Resource_Factory "-ORBDropRepliesDuringShutdown 0" 3 | -------------------------------------------------------------------------------- /TAO/orbsvcs/tests/LoadBalancing/GenericFactory/Infrastructure_Controlled/Factory_Struct.cpp: -------------------------------------------------------------------------------- 1 | #include "Factory_Struct.h" 2 | 3 | -------------------------------------------------------------------------------- /TAO/orbsvcs/tests/Security/MT_IIOP_SSL/.gitignore: -------------------------------------------------------------------------------- 1 | /client 2 | testC.cpp 3 | testC.h 4 | testC.inl 5 | testS.cpp 6 | testS.h 7 | -------------------------------------------------------------------------------- /TAO/orbsvcs/tests/Security/Secure_Invocation/.gitignore: -------------------------------------------------------------------------------- 1 | /client 2 | FooC.cpp 3 | FooC.h 4 | FooC.inl 5 | FooS.cpp 6 | FooS.h 7 | -------------------------------------------------------------------------------- /TAO/orbsvcs/tests/Time/Time.mpc: -------------------------------------------------------------------------------- 1 | // -*- MPC -*- 2 | project(*orbsvcs client): namingexe, time { 3 | exename = client 4 | } 5 | -------------------------------------------------------------------------------- /TAO/tests/AMH_Oneway/.gitignore: -------------------------------------------------------------------------------- 1 | /client 2 | /server 3 | /TestC.cpp 4 | /TestC.h 5 | /TestC.inl 6 | /TestS.cpp 7 | /TestS.h 8 | -------------------------------------------------------------------------------- /TAO/tests/AMI/muxed.conf: -------------------------------------------------------------------------------- 1 | 2 | static Client_Strategy_Factory "-ORBTransportMuxStrategy MUXED -ORBClientConnectionHandler ST" 3 | -------------------------------------------------------------------------------- /TAO/tests/Big_Oneways/.gitignore: -------------------------------------------------------------------------------- 1 | /client 2 | /server 3 | /TestC.cpp 4 | /TestC.h 5 | /TestC.inl 6 | /TestS.cpp 7 | /TestS.h 8 | -------------------------------------------------------------------------------- /TAO/tests/Big_Reply/.gitignore: -------------------------------------------------------------------------------- 1 | /client 2 | /server 3 | /TestC.cpp 4 | /TestC.h 5 | /TestC.inl 6 | /TestS.cpp 7 | /TestS.h 8 | -------------------------------------------------------------------------------- /TAO/tests/Big_Twoways/.gitignore: -------------------------------------------------------------------------------- 1 | /client 2 | /server 3 | /TestC.cpp 4 | /TestC.h 5 | /TestC.inl 6 | /TestS.cpp 7 | /TestS.h 8 | -------------------------------------------------------------------------------- /TAO/tests/Bug_2134_Regression/.gitignore: -------------------------------------------------------------------------------- 1 | /HelloC.cpp 2 | /HelloC.h 3 | /HelloC.inl 4 | /HelloS.cpp 5 | /HelloS.h 6 | /server 7 | -------------------------------------------------------------------------------- /TAO/tests/Bug_2375_Regression/test.idl: -------------------------------------------------------------------------------- 1 | valuetype TestValuetype { 2 | factory create(in boolean b, in short s); 3 | }; 4 | 5 | -------------------------------------------------------------------------------- /TAO/tests/Bug_3108_Regression/test.idl: -------------------------------------------------------------------------------- 1 | interface test 2 | { 3 | long test_method(); 4 | oneway void shutdown (); 5 | }; 6 | -------------------------------------------------------------------------------- /TAO/tests/Bug_3154_Regression/test.idl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DOCGroup/ACE_TAO/HEAD/TAO/tests/Bug_3154_Regression/test.idl -------------------------------------------------------------------------------- /TAO/tests/Bug_3755_Ext_Regression/ziop_svc.conf: -------------------------------------------------------------------------------- 1 | 2 | dynamic My_Loader Service_Object *TAO_ZIOP:_make_TAO_ZIOP_Loader() "" 3 | -------------------------------------------------------------------------------- /TAO/tests/Bug_3941_Regression/.gitignore: -------------------------------------------------------------------------------- 1 | /test3941 2 | /testC.cpp 3 | /testC.h 4 | /testC.inl 5 | /testS.cpp 6 | /testS.h 7 | -------------------------------------------------------------------------------- /TAO/tests/Bug_4082_Regression/Bug_4082_Regression.idl: -------------------------------------------------------------------------------- 1 | #include "tao/LongSeq.pidl" 2 | 3 | typedef sequence MyLongSeq; 4 | -------------------------------------------------------------------------------- /TAO/tests/CSD_Strategy_Tests/TP_Foo_A/.gitignore: -------------------------------------------------------------------------------- 1 | /Foo_AC.cpp 2 | /Foo_AC.h 3 | /Foo_AC.inl 4 | /Foo_AS.cpp 5 | /Foo_AS.h 6 | -------------------------------------------------------------------------------- /TAO/tests/CSD_Strategy_Tests/TP_Foo_C/.gitignore: -------------------------------------------------------------------------------- 1 | /Foo_CC.cpp 2 | /Foo_CC.h 3 | /Foo_CC.inl 4 | /Foo_CS.cpp 5 | /Foo_CS.h 6 | -------------------------------------------------------------------------------- /TAO/tests/CallbackTest/.gitignore: -------------------------------------------------------------------------------- 1 | /client 2 | /server 3 | /TestC.cpp 4 | /TestC.h 5 | /TestC.inl 6 | /TestS.cpp 7 | /TestS.h 8 | -------------------------------------------------------------------------------- /TAO/tests/Collocated_Forwarding/.gitignore: -------------------------------------------------------------------------------- 1 | /server 2 | /testC.cpp 3 | /testC.h 4 | /testC.inl 5 | /testS.cpp 6 | /testS.h 7 | -------------------------------------------------------------------------------- /TAO/tests/Connection_Purging/client.null.conf: -------------------------------------------------------------------------------- 1 | # 2 | static Advanced_Resource_Factory "-ORBConnectionPurgingStrategy null" 3 | -------------------------------------------------------------------------------- /TAO/tests/DiffServ/.gitignore: -------------------------------------------------------------------------------- 1 | /client 2 | /server 3 | /testC.cpp 4 | /testC.h 5 | /testC.inl 6 | /testS.cpp 7 | /testS.h 8 | -------------------------------------------------------------------------------- /TAO/tests/Exposed_Policies/POA.cfg: -------------------------------------------------------------------------------- 1 | Priority 1 2 | 3 | Priority_Bands 2 4 | Priority_Range 0 2 5 | Priority_Range 3 5 6 | -------------------------------------------------------------------------------- /TAO/tests/Forwarding/.gitignore: -------------------------------------------------------------------------------- 1 | /client 2 | /server 3 | /testC.cpp 4 | /testC.h 5 | /testC.inl 6 | /testS.cpp 7 | /testS.h 8 | -------------------------------------------------------------------------------- /TAO/tests/ICMG_Any_Bug/.gitignore: -------------------------------------------------------------------------------- 1 | /client 2 | /server 3 | /TestC.cpp 4 | /TestC.h 5 | /TestC.inl 6 | /TestS.cpp 7 | /TestS.h 8 | -------------------------------------------------------------------------------- /TAO/tests/IORManipulation/filter/.gitignore: -------------------------------------------------------------------------------- 1 | /server 2 | /TestC.cpp 3 | /TestC.h 4 | /TestC.inl 5 | /TestS.cpp 6 | /TestS.h 7 | -------------------------------------------------------------------------------- /TAO/tests/IORManipulation/filter/IORManip_Filter_Test.mpc: -------------------------------------------------------------------------------- 1 | // -*- MPC -*- 2 | project(*Server): taoserver, iormanip { 3 | } 4 | -------------------------------------------------------------------------------- /TAO/tests/LongDouble/.gitignore: -------------------------------------------------------------------------------- 1 | /client 2 | /server 3 | /TestC.cpp 4 | /TestC.h 5 | /TestC.inl 6 | /TestS.cpp 7 | /TestS.h 8 | -------------------------------------------------------------------------------- /TAO/tests/MProfile/.gitignore: -------------------------------------------------------------------------------- 1 | /client 2 | /server 3 | /testC.cpp 4 | /testC.h 5 | /testC.inl 6 | /testS.cpp 7 | /testS.h 8 | -------------------------------------------------------------------------------- /TAO/tests/MT_Client/.gitignore: -------------------------------------------------------------------------------- 1 | /client 2 | /server 3 | /testC.cpp 4 | /testC.h 5 | /testC.inl 6 | /testS.cpp 7 | /testS.h 8 | -------------------------------------------------------------------------------- /TAO/tests/MT_NoUpcall_Connect/mt_noupcall.conf: -------------------------------------------------------------------------------- 1 | 2 | static Client_Strategy_Factory "-ORBClientconnectionHandler mt_noupcall" 3 | -------------------------------------------------------------------------------- /TAO/tests/MT_Server/.gitignore: -------------------------------------------------------------------------------- 1 | /client 2 | /server 3 | /testC.cpp 4 | /testC.h 5 | /testC.inl 6 | /testS.cpp 7 | /testS.h 8 | -------------------------------------------------------------------------------- /TAO/tests/MT_Timeout/.gitignore: -------------------------------------------------------------------------------- 1 | /client 2 | /server 3 | /TestC.cpp 4 | /TestC.h 5 | /TestC.inl 6 | /TestS.cpp 7 | /TestS.h 8 | -------------------------------------------------------------------------------- /TAO/tests/Mixed_Sync_ASync_Events/.gitignore: -------------------------------------------------------------------------------- 1 | /testC.cpp 2 | /testC.h 3 | /testC.inl 4 | /tester 5 | /testS.cpp 6 | /testS.h 7 | -------------------------------------------------------------------------------- /TAO/tests/ORB_portspan/.gitignore: -------------------------------------------------------------------------------- 1 | /server 2 | /simpleC.cpp 3 | /simpleC.h 4 | /simpleC.inl 5 | /simpleS.cpp 6 | /simpleS.h 7 | -------------------------------------------------------------------------------- /TAO/tests/Optimized_Connection/.gitignore: -------------------------------------------------------------------------------- 1 | /client 2 | /TestC.cpp 3 | /TestC.h 4 | /TestC.inl 5 | /TestS.cpp 6 | /TestS.h 7 | -------------------------------------------------------------------------------- /TAO/tests/POA/Bug_2511_Regression/.gitignore: -------------------------------------------------------------------------------- 1 | /server 2 | /testC.cpp 3 | /testC.h 4 | /testC.inl 5 | /testS.cpp 6 | /testS.h 7 | -------------------------------------------------------------------------------- /TAO/tests/POA/Deactivate_Object/.gitignore: -------------------------------------------------------------------------------- 1 | /server 2 | /TestC.cpp 3 | /TestC.h 4 | /TestC.inl 5 | /TestS.cpp 6 | /TestS.h 7 | -------------------------------------------------------------------------------- /TAO/tests/POA/Non_Retain_System_Id/.gitignore: -------------------------------------------------------------------------------- 1 | /test 2 | /testC.cpp 3 | /testC.h 4 | /testC.inl 5 | /testS.cpp 6 | /testS.h 7 | -------------------------------------------------------------------------------- /TAO/tests/POA/Non_Retain_System_Id/test.idl: -------------------------------------------------------------------------------- 1 | interface ID_Check 2 | { 3 | boolean check_servant_id (in short index); 4 | }; 5 | -------------------------------------------------------------------------------- /TAO/tests/RTCORBA/Activate_Object_Multiple_ORBs/test.idl: -------------------------------------------------------------------------------- 1 | module Arch_Idl { 2 | interface Monitorable { 3 | }; 4 | }; 5 | -------------------------------------------------------------------------------- /TAO/tests/RTCORBA/Collocation/.gitignore: -------------------------------------------------------------------------------- 1 | /Collocation 2 | /testC.cpp 3 | /testC.h 4 | /testC.inl 5 | /testS.cpp 6 | /testS.h 7 | -------------------------------------------------------------------------------- /TAO/tests/RTCORBA/Linear_Priority/test.idl: -------------------------------------------------------------------------------- 1 | interface test 2 | { 3 | void method (); 4 | 5 | void shutdown (); 6 | }; 7 | -------------------------------------------------------------------------------- /TAO/tests/RTCORBA/Profile_And_Endpoint_Selection/bands: -------------------------------------------------------------------------------- 1 | 0 5000 5000 10000 10000 15000 15000 20000 20000 25000 25000 30000 2 | -------------------------------------------------------------------------------- /TAO/tests/RTScheduling/VoidData/.gitignore: -------------------------------------------------------------------------------- 1 | /testC.cpp 2 | /testC.h 3 | /testC.inl 4 | /testS.cpp 5 | /testS.h 6 | /VoidData 7 | -------------------------------------------------------------------------------- /TAO/tests/Server_Leaks/.gitignore: -------------------------------------------------------------------------------- 1 | /client 2 | /server 3 | /TestC.cpp 4 | /TestC.h 5 | /TestC.inl 6 | /TestS.cpp 7 | /TestS.h 8 | -------------------------------------------------------------------------------- /TAO/tests/Single_Read/.gitignore: -------------------------------------------------------------------------------- 1 | /client 2 | /server 3 | /testC.cpp 4 | /testC.h 5 | /testC.inl 6 | /testS.cpp 7 | /testS.h 8 | -------------------------------------------------------------------------------- /TAO/utils/catior/test/param_test.iiop: -------------------------------------------------------------------------------- 1 | iiop:1.0//danzon.cs.wustl.edu:2675/P35e4a0580002625a/RootPOA_is_BAD/param_test 2 | 3 | -------------------------------------------------------------------------------- /TAO/utils/wxNamingViewer/mondrian.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DOCGroup/ACE_TAO/HEAD/TAO/utils/wxNamingViewer/mondrian.ico -------------------------------------------------------------------------------- /ACE/ACEXML/common/ErrorHandler.cpp: -------------------------------------------------------------------------------- 1 | #include "ErrorHandler.h" 2 | 3 | ACEXML_ErrorHandler::~ACEXML_ErrorHandler () 4 | { 5 | } 6 | -------------------------------------------------------------------------------- /ACE/ACEXML/common/Validator.cpp: -------------------------------------------------------------------------------- 1 | #include "ACEXML/common/Validator.h" 2 | 3 | ACEXML_Validator::~ACEXML_Validator () 4 | { 5 | } 6 | -------------------------------------------------------------------------------- /ACE/Kokyu/tests/DSRT_MIF/DSRT_MIF.mpc: -------------------------------------------------------------------------------- 1 | // -*- MPC -*- 2 | project: kokyu { 3 | avoids += ace_for_tao 4 | exename = MIF 5 | } 6 | -------------------------------------------------------------------------------- /ACE/ace/codecs.mpb: -------------------------------------------------------------------------------- 1 | // -*- MPC -*- 2 | feature(ace_codecs) { 3 | Source_Files(ACE_COMPONENTS) { 4 | Codecs.cpp 5 | } 6 | } 7 | -------------------------------------------------------------------------------- /ACE/apps/JAWS/stress_testing/cp.cpp: -------------------------------------------------------------------------------- 1 | #include "cp.h" 2 | 3 | Client_Parameters::Client_Parameters(int i) { 4 | id = i; 5 | } 6 | -------------------------------------------------------------------------------- /ACE/apps/mkcsregdb/mkcsregdb.mpc: -------------------------------------------------------------------------------- 1 | // -*- MPC -*- 2 | project: aceexe { 3 | exename = mkcsregdb 4 | avoids += uses_wchar 5 | } 6 | -------------------------------------------------------------------------------- /ACE/bin/MakeProjectCreator/config/ace_qt4.mpb: -------------------------------------------------------------------------------- 1 | // -*- MPC -*- 2 | project: qt4_core, qt4_gui { 3 | macros += ACE_HAS_QT4 4 | } 5 | -------------------------------------------------------------------------------- /ACE/examples/IPC_SAP/FIFO_SAP/.gitignore: -------------------------------------------------------------------------------- 1 | /FIFO-Msg-client 2 | /FIFO-Msg-server 3 | /FIFO-client 4 | /FIFO-server 5 | /FIFO-test 6 | -------------------------------------------------------------------------------- /ACE/examples/Logger/simple-server/Logger_Simple_Server.mpc: -------------------------------------------------------------------------------- 1 | // -*- MPC -*- 2 | project : aceexe { 3 | exename = server_loggerd 4 | } -------------------------------------------------------------------------------- /ACE/include/makeinclude/platform_macosx_highsierra.GNU: -------------------------------------------------------------------------------- 1 | include $(ACE_ROOT)/include/makeinclude/platform_macosx_sierra.GNU 2 | 3 | -------------------------------------------------------------------------------- /ACE/include/makeinclude/platform_macosx_mojave.GNU: -------------------------------------------------------------------------------- 1 | include $(ACE_ROOT)/include/makeinclude/platform_macosx_highsierra.GNU 2 | 3 | -------------------------------------------------------------------------------- /ACE/include/makeinclude/platform_macosx_sierra.GNU: -------------------------------------------------------------------------------- 1 | include $(ACE_ROOT)/include/makeinclude/platform_macosx_elcapitan.GNU 2 | 3 | -------------------------------------------------------------------------------- /ACE/performance-tests/RPC/README: -------------------------------------------------------------------------------- 1 | 2 | Measure latency over RPC, run as: 3 | 4 | $ server 5 | $ client -n -k host 6 | -------------------------------------------------------------------------------- /ACE/protocols/examples/TMCast/Member/Member.mpc: -------------------------------------------------------------------------------- 1 | // -*- MPC -*- 2 | project: aceexe, tmcast { 3 | exename = member 4 | } 5 | 6 | -------------------------------------------------------------------------------- /TAO/MPC/config/ami.mpb: -------------------------------------------------------------------------------- 1 | // -*- MPC -*- 2 | project : taoidldefaults, messaging { 3 | requires += ami 4 | idlflags += -GC 5 | } 6 | -------------------------------------------------------------------------------- /TAO/MPC/config/avoids_corba_e_compact.mpb: -------------------------------------------------------------------------------- 1 | // -*- MPC -*- 2 | feature(corba_e_compact) { 3 | avoids += corba_e_compact 4 | } 5 | -------------------------------------------------------------------------------- /TAO/MPC/config/csd_pt_test_exe.mpb: -------------------------------------------------------------------------------- 1 | // -*- MPC -*- 2 | project : csd_pt_testinf_lib, csd_pt_testservant_lib, taoexe, pi { 3 | } 4 | -------------------------------------------------------------------------------- /TAO/MPC/config/ec_use_typed_events_serv.mpb: -------------------------------------------------------------------------------- 1 | // -*- MPC -*- 2 | feature(ec_typed_events) : dynamicinterface, ifr_client { 3 | } 4 | -------------------------------------------------------------------------------- /TAO/MPC/config/iortable.mpb: -------------------------------------------------------------------------------- 1 | // -*- MPC -*- 2 | project : taolib { 3 | after += IORTable 4 | libs += TAO_IORTable 5 | } 6 | -------------------------------------------------------------------------------- /TAO/orbsvcs/Time_Service/.gitignore: -------------------------------------------------------------------------------- 1 | /tao_costime_clerk 2 | /tao_costime_server 3 | /Time_Service_Clerk 4 | /Time_Service_Server 5 | -------------------------------------------------------------------------------- /TAO/orbsvcs/examples/Notify/MC/monitor/monitor.mpc: -------------------------------------------------------------------------------- 1 | project (mc_monitor_example): notification_mc { 2 | exename = monitor 3 | } 4 | -------------------------------------------------------------------------------- /TAO/orbsvcs/examples/RtEC/Kokyu/RtECKokyu.mpc: -------------------------------------------------------------------------------- 1 | project: orbsvcsexe, rtkokyuevent, rtevent_serv { 2 | exename = Service 3 | } 4 | -------------------------------------------------------------------------------- /TAO/orbsvcs/performance-tests/RTEvent/Roundtrip/ec.dispatching_reactive.conf: -------------------------------------------------------------------------------- 1 | 2 | static EC_Factory "-ECDispatching reactive" 3 | -------------------------------------------------------------------------------- /TAO/orbsvcs/tests/Event/UDP/.gitignore: -------------------------------------------------------------------------------- 1 | /receiver 2 | /sender 3 | TestC.cpp 4 | TestC.h 5 | TestC.inl 6 | TestS.cpp 7 | TestS.h 8 | -------------------------------------------------------------------------------- /TAO/orbsvcs/tests/Event/lib/Driver.inl: -------------------------------------------------------------------------------- 1 | ACE_INLINE int 2 | EC_Driver::verbose () const 3 | { 4 | return this->verbose_; 5 | } 6 | -------------------------------------------------------------------------------- /TAO/orbsvcs/tests/HTIOP/Hello/.gitignore: -------------------------------------------------------------------------------- 1 | /client 2 | /server 3 | TestC.cpp 4 | TestC.h 5 | TestC.inl 6 | TestS.cpp 7 | TestS.h 8 | -------------------------------------------------------------------------------- /TAO/orbsvcs/tests/IOR_MCast/.gitignore: -------------------------------------------------------------------------------- 1 | /client 2 | /server 3 | MCastC.cpp 4 | MCastC.h 5 | MCastC.inl 6 | MCastS.cpp 7 | MCastS.h 8 | -------------------------------------------------------------------------------- /TAO/orbsvcs/tests/ImplRepo/ping_interrupt/.gitignore: -------------------------------------------------------------------------------- 1 | TestC.cpp 2 | TestC.h 3 | TestC.inl 4 | TestS.cpp 5 | TestS.h 6 | server 7 | -------------------------------------------------------------------------------- /TAO/orbsvcs/tests/ImplRepo/scale/.gitignore: -------------------------------------------------------------------------------- 1 | /client 2 | /server 3 | testC.cpp 4 | testC.h 5 | testC.inl 6 | testS.cpp 7 | testS.h 8 | -------------------------------------------------------------------------------- /TAO/orbsvcs/tests/LoadBalancing/GenericFactory/DeadMemberDetection_Inf_Ctrl/Factory_Struct.cpp: -------------------------------------------------------------------------------- 1 | #include "Factory_Struct.h" 2 | 3 | -------------------------------------------------------------------------------- /TAO/orbsvcs/tests/LoadBalancing/LoadMonitor/CPU/LoadMonitorCPU.mpc: -------------------------------------------------------------------------------- 1 | project(*Client): loadbalancing { 2 | exename = client 3 | } 4 | -------------------------------------------------------------------------------- /TAO/orbsvcs/tests/Miop/McastLocal/.gitignore: -------------------------------------------------------------------------------- 1 | TestC.cpp 2 | TestC.h 3 | TestC.inl 4 | TestS.cpp 5 | TestS.h 6 | client 7 | server 8 | -------------------------------------------------------------------------------- /TAO/orbsvcs/tests/Notify/Basic/notify.mt.conf: -------------------------------------------------------------------------------- 1 | # 2 | static Notify_Default_Event_Manager_Objects_Factory "-DispatchingThreads 2" 3 | -------------------------------------------------------------------------------- /TAO/orbsvcs/tests/Notify/Persistent_POA/.gitignore: -------------------------------------------------------------------------------- 1 | Structured_Supplier 2 | goC.cpp 3 | goC.h 4 | goC.inl 5 | goS.cpp 6 | goS.h 7 | -------------------------------------------------------------------------------- /TAO/orbsvcs/tests/Notify/performance-tests/RedGreen/reactive.conf: -------------------------------------------------------------------------------- 1 | #static Notify_Default_Event_Manager_Objects_Factory "" 2 | 3 | -------------------------------------------------------------------------------- /TAO/orbsvcs/tests/Security/cert/x509v3conf.txt: -------------------------------------------------------------------------------- 1 | [alts] 2 | subjectAltName=DNS:*.ociweb.com,DNS:*.vanderbilt.edu,DNS:*.remedy.nl 3 | -------------------------------------------------------------------------------- /TAO/orbsvcs/tests/Security/mixed_security_test/.gitignore: -------------------------------------------------------------------------------- 1 | FooC.cpp 2 | FooC.h 3 | FooC.inl 4 | FooS.cpp 5 | FooS.h 6 | client 7 | -------------------------------------------------------------------------------- /TAO/tao/Dynamic_TP/DTP_Task.inl: -------------------------------------------------------------------------------- 1 | // -*- C++ -*- 2 | TAO_BEGIN_VERSIONED_NAMESPACE_DECL 3 | 4 | TAO_END_VERSIONED_NAMESPACE_DECL 5 | -------------------------------------------------------------------------------- /TAO/tests/AMH_Exceptions/.gitignore: -------------------------------------------------------------------------------- 1 | /client 2 | /server 3 | /TestC.cpp 4 | /TestC.h 5 | /TestC.inl 6 | /TestS.cpp 7 | /TestS.h 8 | -------------------------------------------------------------------------------- /TAO/tests/BiDirectional/.gitignore: -------------------------------------------------------------------------------- 1 | /client 2 | /server 3 | /testC.cpp 4 | /testC.h 5 | /testC.inl 6 | /testS.cpp 7 | /testS.h 8 | -------------------------------------------------------------------------------- /TAO/tests/Bug_1639_Regression/.gitignore: -------------------------------------------------------------------------------- 1 | /client 2 | /structC.cpp 3 | /structC.h 4 | /structC.inl 5 | /structS.cpp 6 | /structS.h 7 | -------------------------------------------------------------------------------- /TAO/tests/Bug_1869_Regression/.gitignore: -------------------------------------------------------------------------------- 1 | /AMIC.cpp 2 | /AMIC.h 3 | /AMIC.inl 4 | /AMIS.cpp 5 | /AMIS.h 6 | /client 7 | /server 8 | -------------------------------------------------------------------------------- /TAO/tests/Bug_2134_Regression/Hello.idl: -------------------------------------------------------------------------------- 1 | module Test { 2 | interface Hello { 3 | void say_hello(); 4 | }; 5 | }; 6 | -------------------------------------------------------------------------------- /TAO/tests/Bug_2349_Regression/.gitignore: -------------------------------------------------------------------------------- 1 | /client 2 | /fooC.cpp 3 | /fooC.h 4 | /fooC.inl 5 | /fooS.cpp 6 | /fooS.h 7 | /server 8 | -------------------------------------------------------------------------------- /TAO/tests/Bug_2549_Regression/test.cpp: -------------------------------------------------------------------------------- 1 | #include "testS.h" 2 | 3 | int ACE_TMAIN (int, ACE_TCHAR *[]) 4 | { 5 | return 0; 6 | } 7 | -------------------------------------------------------------------------------- /TAO/tests/Bug_3311_Regression/test.cpp: -------------------------------------------------------------------------------- 1 | #include "testS.h" 2 | 3 | int ACE_TMAIN (int, ACE_TCHAR *[]) 4 | { 5 | return 0; 6 | } 7 | -------------------------------------------------------------------------------- /TAO/tests/Bug_3481_Regression/.gitignore: -------------------------------------------------------------------------------- 1 | /Bug_3481_Regression 2 | /FooC.cpp 3 | /FooC.h 4 | /FooC.inl 5 | /FooS.cpp 6 | /FooS.h 7 | -------------------------------------------------------------------------------- /TAO/tests/Bug_3755_Ext_Regression/rt_svc.conf: -------------------------------------------------------------------------------- 1 | 2 | dynamic My_Loader Service_Object *TAO_RTCORBA:_make_TAO_RT_ORB_Loader() "" 3 | -------------------------------------------------------------------------------- /TAO/tests/Bug_3942_Regression/.gitignore: -------------------------------------------------------------------------------- 1 | /Bug_3942_Regression 2 | /FooC.cpp 3 | /FooC.h 4 | /FooC.inl 5 | /FooS.cpp 6 | /FooS.h 7 | -------------------------------------------------------------------------------- /TAO/tests/Bug_3942_Regression/Bug_3942_Regression.mpc: -------------------------------------------------------------------------------- 1 | project: taoexe { 2 | macros += LOCAL 3 | idlflags += -DLOCAL 4 | } 5 | -------------------------------------------------------------------------------- /TAO/tests/CORBA_e_Implicit_Activation/.gitignore: -------------------------------------------------------------------------------- 1 | /server 2 | /TestC.cpp 3 | /TestC.h 4 | /TestC.inl 5 | /TestS.cpp 6 | /TestS.h 7 | -------------------------------------------------------------------------------- /TAO/tests/Cache_Growth_Test/.gitignore: -------------------------------------------------------------------------------- 1 | /client 2 | /server 3 | /TestC.cpp 4 | /TestC.h 5 | /TestC.inl 6 | /TestS.cpp 7 | /TestS.h 8 | -------------------------------------------------------------------------------- /TAO/tests/ClientPortSpan/.gitignore: -------------------------------------------------------------------------------- 1 | /client 2 | /server 3 | /TestC.cpp 4 | /TestC.h 5 | /TestC.inl 6 | /TestS.cpp 7 | /TestS.h 8 | -------------------------------------------------------------------------------- /TAO/tests/Collocated_NoColl/.gitignore: -------------------------------------------------------------------------------- 1 | /Collocated_NoColl 2 | /TestC.cpp 3 | /TestC.h 4 | /TestC.inl 5 | /TestS.cpp 6 | /TestS.h 7 | -------------------------------------------------------------------------------- /TAO/tests/Collocation_Tests/.gitignore: -------------------------------------------------------------------------------- 1 | /Collocated_Test 2 | /TestC.cpp 3 | /TestC.h 4 | /TestC.inl 5 | /TestS.cpp 6 | /TestS.h 7 | -------------------------------------------------------------------------------- /TAO/tests/Connection_Purging/server_shmiop.conf: -------------------------------------------------------------------------------- 1 | # 2 | static SHMIOP_Factory "-MMAPFilePrefix server_shmiop -MMAPFileSize 1000000" 3 | -------------------------------------------------------------------------------- /TAO/tests/Crash_On_Write/.gitignore: -------------------------------------------------------------------------------- 1 | /client 2 | /server 3 | /TestC.cpp 4 | /TestC.h 5 | /TestC.inl 6 | /TestS.cpp 7 | /TestS.h 8 | -------------------------------------------------------------------------------- /TAO/tests/Crashed_Callback/.gitignore: -------------------------------------------------------------------------------- 1 | /client 2 | /server 3 | /TestC.cpp 4 | /TestC.h 5 | /TestC.inl 6 | /TestS.cpp 7 | /TestS.h 8 | -------------------------------------------------------------------------------- /TAO/tests/DII_AMI_Forward/.gitignore: -------------------------------------------------------------------------------- 1 | /client 2 | /server 3 | /testC.cpp 4 | /testC.h 5 | /testC.inl 6 | /testS.cpp 7 | /testS.h 8 | -------------------------------------------------------------------------------- /TAO/tests/DynUnion_Test/.gitignore: -------------------------------------------------------------------------------- 1 | /dynanyC.cpp 2 | /dynanyC.h 3 | /dynanyC.inl 4 | /dynanyS.cpp 5 | /dynanyS.h 6 | /dynuniontest 7 | -------------------------------------------------------------------------------- /TAO/tests/Dynamic_TP/ORB_ThreadPool/client.conf: -------------------------------------------------------------------------------- 1 | 2 | static Client_Strategy_Factory "-ORBTransportMuxStrategy exclusive" 3 | 4 | -------------------------------------------------------------------------------- /TAO/tests/HandleExhaustion/.gitignore: -------------------------------------------------------------------------------- 1 | /client 2 | /server 3 | /TestC.cpp 4 | /TestC.h 5 | /TestC.inl 6 | /TestS.cpp 7 | /TestS.h 8 | -------------------------------------------------------------------------------- /TAO/tests/Hang_Shutdown/.gitignore: -------------------------------------------------------------------------------- 1 | /client 2 | /server 3 | /TestC.cpp 4 | /TestC.h 5 | /TestC.inl 6 | /TestS.cpp 7 | /TestS.h 8 | -------------------------------------------------------------------------------- /TAO/tests/IDLv4/explicit_ints/.gitignore: -------------------------------------------------------------------------------- 1 | /testC.cpp 2 | /testC.h 3 | /testC.inl 4 | /testS.cpp 5 | /testS.h 6 | /explicit_ints 7 | -------------------------------------------------------------------------------- /TAO/tests/Leader_Followers/.gitignore: -------------------------------------------------------------------------------- 1 | /client 2 | /server 3 | /testC.cpp 4 | /testC.h 5 | /testC.inl 6 | /testS.cpp 7 | /testS.h 8 | -------------------------------------------------------------------------------- /TAO/tests/Native_Exceptions/.gitignore: -------------------------------------------------------------------------------- 1 | /client 2 | /server 3 | /testC.cpp 4 | /testC.h 5 | /testC.inl 6 | /testS.cpp 7 | /testS.h 8 | -------------------------------------------------------------------------------- /TAO/tests/Nested_Event_Loop/.gitignore: -------------------------------------------------------------------------------- 1 | /client 2 | /server 3 | /testC.cpp 4 | /testC.h 5 | /testC.inl 6 | /testS.cpp 7 | /testS.h 8 | -------------------------------------------------------------------------------- /TAO/tests/OBV/TC_Alignment/.gitignore: -------------------------------------------------------------------------------- 1 | /client 2 | /server 3 | /testC.cpp 4 | /testC.h 5 | /testC.inl 6 | /testS.cpp 7 | /testS.h 8 | -------------------------------------------------------------------------------- /TAO/tests/ORB_Local_Config/Two_DLL_ORB/.gitignore: -------------------------------------------------------------------------------- 1 | /Test 2 | /TestC.cpp 3 | /TestC.h 4 | /TestC.inl 5 | /TestS.cpp 6 | /TestS.h 7 | -------------------------------------------------------------------------------- /TAO/tests/Ondemand_Write/.gitignore: -------------------------------------------------------------------------------- 1 | /client 2 | /server 3 | /TestC.cpp 4 | /TestC.h 5 | /TestC.inl 6 | /TestS.cpp 7 | /TestS.h 8 | -------------------------------------------------------------------------------- /TAO/tests/Oneway_Send_Timeouts/.gitignore: -------------------------------------------------------------------------------- 1 | /oneway_test 2 | /TestC.cpp 3 | /TestC.h 4 | /TestC.inl 5 | /TestS.cpp 6 | /TestS.h 7 | -------------------------------------------------------------------------------- /TAO/tests/Oneway_Timeouts/.gitignore: -------------------------------------------------------------------------------- 1 | /client 2 | /server 3 | /TestC.cpp 4 | /TestC.h 5 | /TestC.inl 6 | /TestS.cpp 7 | /TestS.h 8 | -------------------------------------------------------------------------------- /TAO/tests/Oneway_Timeouts/Test.idl: -------------------------------------------------------------------------------- 1 | interface Tester { 2 | oneway void test(in long id); 3 | long test2(in long id); 4 | }; 5 | -------------------------------------------------------------------------------- /TAO/tests/POA/Default_Servant/.gitignore: -------------------------------------------------------------------------------- 1 | /Default_Servant 2 | /testC.cpp 3 | /testC.h 4 | /testC.inl 5 | /testS.cpp 6 | /testS.h 7 | -------------------------------------------------------------------------------- /TAO/tests/POA/Etherealization/.gitignore: -------------------------------------------------------------------------------- 1 | /Etherealization 2 | /testC.cpp 3 | /testC.h 4 | /testC.inl 5 | /testS.cpp 6 | /testS.h 7 | -------------------------------------------------------------------------------- /TAO/tests/POA/Forwarding/.gitignore: -------------------------------------------------------------------------------- 1 | /client 2 | /server 3 | /testC.cpp 4 | /testC.h 5 | /testC.inl 6 | /testS.cpp 7 | /testS.h 8 | -------------------------------------------------------------------------------- /TAO/tests/POA/POA_Destruction/.gitignore: -------------------------------------------------------------------------------- 1 | /POA_Destruction 2 | /testC.cpp 3 | /testC.h 4 | /testC.inl 5 | /testS.cpp 6 | /testS.h 7 | -------------------------------------------------------------------------------- /TAO/tests/POA/Persistent_ID/.gitignore: -------------------------------------------------------------------------------- 1 | /client 2 | /server 3 | /testC.cpp 4 | /testC.h 5 | /testC.inl 6 | /testS.cpp 7 | /testS.h 8 | -------------------------------------------------------------------------------- /TAO/tests/POA/Reference_Counting/.gitignore: -------------------------------------------------------------------------------- 1 | /HelloC.cpp 2 | /HelloC.h 3 | /HelloC.inl 4 | /HelloS.cpp 5 | /HelloS.h 6 | /server 7 | -------------------------------------------------------------------------------- /TAO/tests/RTCORBA/Diffserv/.gitignore: -------------------------------------------------------------------------------- 1 | /client 2 | /server 3 | /testC.cpp 4 | /testC.h 5 | /testC.inl 6 | /testS.cpp 7 | /testS.h 8 | -------------------------------------------------------------------------------- /TAO/tests/RTCORBA/Diffserv/test.idl: -------------------------------------------------------------------------------- 1 | 2 | interface Test 3 | { 4 | void test_method (); 5 | oneway void shutdown (); 6 | }; 7 | -------------------------------------------------------------------------------- /TAO/tests/RTCORBA/Persistent_IOR/test.idl: -------------------------------------------------------------------------------- 1 | interface test 2 | { 3 | void method (); 4 | 5 | oneway void shutdown (); 6 | }; 7 | -------------------------------------------------------------------------------- /TAO/tests/Reliable_Oneways/.gitignore: -------------------------------------------------------------------------------- 1 | /client 2 | /server 3 | /TestC.cpp 4 | /TestC.h 5 | /TestC.inl 6 | /TestS.cpp 7 | /TestS.h 8 | -------------------------------------------------------------------------------- /TAO/tests/Servant_To_Reference_Test/.gitignore: -------------------------------------------------------------------------------- 1 | /server 2 | /TestC.cpp 3 | /TestC.h 4 | /TestC.inl 5 | /TestS.cpp 6 | /TestS.h 7 | -------------------------------------------------------------------------------- /TAO/tests/Smart_Proxies/.gitignore: -------------------------------------------------------------------------------- 1 | /client 2 | /server 3 | /testC.cpp 4 | /testC.h 5 | /testC.inl 6 | /testS.cpp 7 | /testS.h 8 | -------------------------------------------------------------------------------- /TAO/tests/Stack_Recursion/.gitignore: -------------------------------------------------------------------------------- 1 | /client 2 | /server 3 | /TestC.cpp 4 | /TestC.h 5 | /TestC.inl 6 | /TestS.cpp 7 | /TestS.h 8 | -------------------------------------------------------------------------------- /TAO/tests/UNKNOWN_Exception/.gitignore: -------------------------------------------------------------------------------- 1 | /client 2 | /server 3 | /testC.cpp 4 | /testC.h 5 | /testC.inl 6 | /testS.cpp 7 | /testS.h 8 | -------------------------------------------------------------------------------- /TAO/tests/ZIOP/testcompressor.mpb: -------------------------------------------------------------------------------- 1 | // -*- MPC -*- 2 | project : taolib, compression { 3 | libs += TAO_TestCompressor 4 | } 5 | -------------------------------------------------------------------------------- /ACE/ACEXML/common/ContentHandler.cpp: -------------------------------------------------------------------------------- 1 | #include "ContentHandler.h" 2 | 3 | ACEXML_ContentHandler::~ACEXML_ContentHandler () 4 | { 5 | } 6 | -------------------------------------------------------------------------------- /ACE/ACEXML/common/EntityResolver.cpp: -------------------------------------------------------------------------------- 1 | #include "EntityResolver.h" 2 | 3 | ACEXML_EntityResolver::~ACEXML_EntityResolver () 4 | { 5 | } 6 | -------------------------------------------------------------------------------- /ACE/ACEXML/examples/SAXPrint/SAXPrint.mpc: -------------------------------------------------------------------------------- 1 | // -*- MPC -*- 2 | project(SAXPrint): aceexe, acexml { 3 | exename = SAXPrint 4 | } 5 | -------------------------------------------------------------------------------- /ACE/ace/Monitor_Control/Monitor_Control.vsd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DOCGroup/ACE_TAO/HEAD/ACE/ace/Monitor_Control/Monitor_Control.vsd -------------------------------------------------------------------------------- /ACE/bin/MakeProjectCreator/config/avoids_ace_for_tao.mpb: -------------------------------------------------------------------------------- 1 | // -*- MPC -*- 2 | feature(ace_for_tao) { 3 | avoids += ace_for_tao 4 | } 5 | -------------------------------------------------------------------------------- /ACE/debian/ace-netsvcs.install: -------------------------------------------------------------------------------- 1 | ../../netsvcs/servers/ace_netsvcs usr/bin 2 | ../../netsvcs/servers/svc.conf* usr/share/ace-netsvcs 3 | -------------------------------------------------------------------------------- /ACE/debian/source/lintian-overrides: -------------------------------------------------------------------------------- 1 | # line length is 664 characters (>512) 2 | ace source: source-is-missing [docs/bczar/bczar.html] 3 | -------------------------------------------------------------------------------- /ACE/examples/APG/Naming/.gitignore: -------------------------------------------------------------------------------- 1 | /Netlocal 2 | /Netlocal_reader 3 | /Nodelocal 4 | /Nodelocal_shared 5 | /Nodelocal_shared_reader 6 | -------------------------------------------------------------------------------- /ACE/examples/APG/Threads/.gitignore: -------------------------------------------------------------------------------- 1 | /Activate 2 | /Condition_Variables 3 | /Guards 4 | /Message_Blocks 5 | /Message_Queue 6 | /Mutexes 7 | -------------------------------------------------------------------------------- /ACE/examples/Logger/Acceptor-server/Logger_Acceptor_Server.mpc: -------------------------------------------------------------------------------- 1 | // -*- MPC -*- 2 | project : aceexe { 3 | exename = server_loggerd 4 | } -------------------------------------------------------------------------------- /ACE/include/makeinclude/platform_macosx_mountainlion.GNU: -------------------------------------------------------------------------------- 1 | 2 | include $(ACE_ROOT)/include/makeinclude/platform_macosx_lion.GNU 3 | 4 | -------------------------------------------------------------------------------- /ACE/performance-tests/TCP/TCP.mpc: -------------------------------------------------------------------------------- 1 | // -*- MPC -*- 2 | project : aceexe { 3 | avoids += ace_for_tao 4 | exename = tcp_test 5 | } 6 | --------------------------------------------------------------------------------