summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* moved ace_ld from etc to binlevine1997-12-011-0/+0
|
* added etc/ to DIRS, CLONE, and RELEASE_FILESlevine1997-12-011-0/+3
|
* moved ace_ld from etc/ to bin/levine1997-12-012-3/+3
|
* added -xildoff to LDFLAGSlevine1997-12-011-0/+2
|
* ACE version 4.4.1, released Sun Nov 30 22:44:50 1997.schmidt1997-12-013-3/+7
|
* *** empty log message ***schmidt1997-12-012-5/+1
|
* ACE version 4.4, released Sun Nov 30 22:36:20 1997.schmidt1997-12-012-1/+5
|
* *** empty log message ***levine1997-12-011-0/+5
|
* declare ACE_THR_MEMBER_FUNC outside of ACE_Thread_Manager with __GNUG__ ↵levine1997-12-011-4/+5
| | | | instead of with VXWORKS || IRIX5
* *** empty log message ***levine1997-12-011-0/+12
|
* added $(ACELIB) to SOFLAGS to avoid lib build warningslevine1997-12-011-1/+1
|
* #include ace/stdcpp.h instead of stdio.h. Changed ECHO to ACE_SVC_CONF_ECHOlevine1997-12-011-21/+14
|
* *** empty log message ***levine1997-12-011-119/+125
|
* removed -ptr option from CCFLAGSlevine1997-12-011-1/+1
|
* *** empty log message ***schmidt1997-12-012-1/+13
|
* Eric Newton's changesmrm1997-12-0112-9/+34
|
* Fix makefile to add -lasnmp to bldmrm1997-12-012-2/+2
|
* Updates for 1.6 (Eric Newton's changes)mrm1997-12-0120-74/+185
| | | | Fix makefile to add -lasnmp to bld
* Updates for 1.6 (Eric Newton's changes)mrm1997-12-013-17/+65
|
* *** empty log message ***sergio1997-11-302-1/+7
|
* ChangeLogTag:Sun Nov 30 17:08:56 1997 Carlos O'Ryan ↵coryan1997-11-302-1/+7
| | | | <coryan@macarena.cs.wustl.edu>
* ChangeLogTag:Sun Nov 30 16:57:40 1997 Carlos O'Ryan ↵coryan1997-11-3010-28/+69
| | | | <coryan@macarena.cs.wustl.edu>
* ChangeLogTag:Sun Nov 30 16:31:41 1997 Carlos O'Ryan ↵coryan1997-11-303-4/+12
| | | | <coryan@macarena.cs.wustl.edu>
* Be sure to ask our thread manager not to wait for the timer_handler_.nw11997-11-301-0/+3
|
* *** empty log message ***nw11997-11-301-0/+2
|
* ~ACE_Proactor_Timer_Handler: Removed explicit call to thr_mgr_.close().nw11997-11-301-71/+64
|
* *** empty log message ***nw11997-11-301-1/+10
|
* (close_singleton): Only reset global thr_mgr_ is we own it.nw11997-11-301-4/+3
|
* *** empty log message ***nw11997-11-291-3/+3
|
* class LOCK should be class ACE_LOCK.nw11997-11-291-49/+49
|
* Should use the global Thread_Manager in close_singleton().nw11997-11-291-1/+1
|
* ChangeLogTag:Sat Nov 29 15:15:04 1997 Carlos O'Ryan ↵coryan1997-11-292-2/+9
| | | | <coryan@swarm.cs.wustl.edu>
* *** empty log message ***irfan1997-11-2913-36/+36
|
* *** empty log message ***irfan1997-11-2929-100/+99
|
* ChangeLogTag:Sat Nov 29 13:34:58 1997 Carlos O'Ryan ↵coryan1997-11-292-3/+18
| | | | <coryan@macarena.cs.wustl.edu>
* *** empty log message ***schmidt1997-11-291-1/+1
|
* *** empty log message ***schmidt1997-11-294-67/+189
|
* Corrected erroneous comments.nw11997-11-281-82/+82
|
* Changed wait on exit behavior (exp. Win32.) See ChangeLog-97c.nw11997-11-283-29/+66
|
* *** empty log message ***nw11997-11-281-0/+24
|
* Oopsy!nw11997-11-281-2/+2
|
* Removed redundant trailing comma from all instances of ACE_UMIMPLEMENTED_FUNC.nw11997-11-2819-623/+623
|
* TAO version 0.0.41, released Wed Nov 26 23:24:57 1997.cleeland1997-11-272-1/+5
|
* *** empty log message ***nw11997-11-271-1/+3
|
* *** empty log message ***levine1997-11-271-8/+11
|
* (recv) affects WIN32 only: fixed typo, ACE_BIT_ENABLED instead of ↵levine1997-11-271-39/+39
| | | | ACE_BIT_ENTABLED
* *** empty log message ***irfan1997-11-2725-470/+18488
|
* *** empty log message ***cleeland1997-11-261-0/+45
|
* * tests/Cubit/TAO/IDL_Cubit/clnt.cpp: Changed release calls to usecleeland1997-11-2622-213/+279
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | the CORBA standard version rather than the non-standard TAO Release() method. Also moved the client's parse_args() AFTER the ORB_init() so that -ORB parameters were parsed correctly. * tao/orbobj.h: Added documentation. * tao/orb_core.i: Changed system-specific conditional compilation to use the more general ACE_LACKS_TEMPLATE_SPECIALIZATION. * tao/orb_core.cpp: Added code to make -ORBsndsock and -ORBrcvsock options actually work. Added -ORBpreconnect option to implement pre-cached connections. * tao/giop.cpp: Removed the old static inline version of start_message(). Also changed to use send_n() to guarantee correct blocking nature on Win32 with the WFMO Reactor. * tao/connect.cpp: Changed set_option() calls to use the socket buffer sizes stored in the TAO_ORB_Parameters instance. Also added a correct environment-clearing call before initializing a request. * tao/client_factory.h: Removed extraneous code. * docs/releasenotes/orbcore.html: Added information regarding new options, known bugs, etc. * docs/Options.html: Added documentation for new -ORBpreconnect option. * TAO_IDL/be/Makefile: Added an explicit PIC=-fPIC for when g++ is being used as the compiler. This fixes the linker complaints.
* Removed unnecessary library inclusions.nw11997-11-26144-221/+224
|