summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* ACE_subset_0 licenseace_subset_0storri2002-02-101-339/+89
|
* Moved ACE_Event_Handler into its own subdirectorystorri2002-02-0134-516/+401
|
* Bring all of ACE+TAO into the ace_subset_branch. This is so that I can work ↵storri2002-01-3010-94/+8675
| | | | without worrying about messing anything of ACE+TAO from the main branch.
* This commit was manufactured by cvs2svn to create branch 'ace_subset_0'.nobody2002-01-30179-0/+52919
|
* Update so that the Sockets sub-directory gets builtstorri2002-01-291-0/+1
|
* Finished Sockets. Found easier solution for Log_Msg Macros.storri2002-01-2841-92/+26344
|
* Adding makefile for Socketsstorri2002-01-281-0/+67
|
* Removing a library from CVS. This should not be stored in CVS.storri2002-01-251-0/+0
|
* Finished Sub-directory buildingstorri2002-01-256-4/+132
|
* Finished Streams sub-directorystorri2002-01-2514-36/+41
|
* Finished Other sub-directorystorri2002-01-2518-59/+71
|
* Finished Timer sub-directorystorri2002-01-2517-43/+125
|
* Committing work for the ACE Subsetting project.storri2002-01-2442-138/+176
| | | | Branch: ace_subset_0
* Sync at end of daystorri2002-01-183-10/+9
|
* Finished Svcconfstorri2002-01-1815-654/+50
|
* RMCast donestorri2002-01-18113-1721/+487
| | | | SSL done
* QoS Donestorri2002-01-1817-55/+116
| | | | | Memory Done - Obstack_T.cpp missing #ifndef and #endif to protect against including source file twice. Corrected.
* *** empty log message ***storri2002-01-1841-114/+167
|
* *** empty log message ***storri2002-01-1616-40/+41
|
* *** empty log message ***storri2002-01-1681-204/+408
|
* Updates for incorrect headersstorri2002-01-162-5/+9
|
* Updated Makefilesstorri2002-01-1653-4801/+565
|
* Updated Makefilesstorri2002-01-1634-689/+214
|
* Working on libACE-Utilsstorri2002-01-145-13/+23
| | | | - Stopped at Stats.cpp
* Working on libACE_Utilsstorri2002-01-1448-152/+244
| | | | - Stopped at Stats.cpp
* Working on libACE_Utilsstorri2002-01-1456-171/+210
| | | | - Stopped at Utils/Future_Set
* Working on the libACE_Utilsstorri2002-01-1457-168/+278
|
* Still working on ACE_SUBSET_0.storri2002-01-1417-17609/+56
| | | | | | | Finished ATM Stopped at CLASSIX. There are a lot of references between classes. I am ignoring them for now just so I can get them to compile
* Updates for directory structurestorri2002-01-12377-0/+103128
|
* Updates for directory structurestorri2002-01-12365-385/+93656
|
* Initial ATM library filesstorri2002-01-1021-0/+3727
|
* Added additional missing header filesstorri2002-01-1014-1/+5977
|
* Bringing back in config* files that were accidentally removedstorri2002-01-1091-0/+13863
|
* Everything should be in subdirectoriesstorri2002-01-10927-250515/+96
|
* libACE_OSstorri2002-01-0955-0/+36484
| | | | Initial Entry
* This commit was manufactured by cvs2svn to create branch 'ace_subset_0'.nobody2002-01-097798-2208111/+48
|
* ChangeLogTag:Wed Jan 9 11:35:58 2002 Ossama Othman <ossama@uci.edu>Ossama Othman2002-01-091-32/+1
|
* ChangeLogTag:Wed Jan 9 11:38:58 2002 Ossama Othman <ossama@uci.edu>Ossama Othman2002-01-094-1/+25
|
* ChangeLogTag: Wed Jan 9 13:36:14 2002 Jeff Parsons <parsons@cs.wustl.edu>parsons2002-01-091-1/+1
|
* * TAO_IDL/be/be_decl.cpp:parsons2002-01-091-0/+7
| | | | | Changed the order of member initialization to match the order of declaration.
* ChangeLogTag: Wed Jan 9 11:39:02 2002 Jeff Parsons <parsons@cs.wustl.edu>parsons2002-01-092-26/+21
|
* * TAO_IDL/be/be_visitor_array/cdr_op_ci.cpp:parsons2002-01-091-0/+10
| | | | | | | | | * TAO_IDL/be/be_visitor_sequence/cdr_op_ci.cpp: Added declaration of CDR operators for anonymous sequence array element to the stub inline file. When ACE_INLINE is defined, the declarations of these in the header file is not included.
* ChangeLogTag:Wed Jan 9 12:24:39 2002 Steve Huston <shuston@riverace.com>Steve Huston2002-01-094-7/+27
|
* ChangeLogTag:Wed Jan 09 11:19:07 2002 Nanbor Wang <nanbor@cs.wustl.edu>nanbor2002-01-094-26/+37
|
* ChangeLogTag:Wed Jan 9 00:48:48 2002 Don Hinton <dhinton@gmx.net>schmidt2002-01-094-2/+10
|
* Wed Jan 9 00:48:48 2002 Don Hinton <dhinton@gmx.net>dhinton2002-01-094-1/+19
|
* ChangeLogTag:Tue Jan 8 17:29:33 2002 Steve Huston <shuston@riverace.com>Steve Huston2002-01-084-36/+87
|
* Tom Howard <tom_howard@yahoo.com>parsons2002-01-081-0/+1
|
* ChangeLogTag: Tue Jan 8 16:20:37 2002 Jeff Parsons <parsons@cs.wustl.edu>parsons2002-01-082-4/+4
|
* * TAO_IDL/be/be_visitor_typecode/typecode_defn.cpp:parsons2002-01-081-0/+11
| | | | | | | | | | * TAO_IDL/be/be_visitor_typecode/typecode_decl.cpp: Added '::' to instances of 'CORBA::TypeCode_ptr' in type code generation. If there is a nested module named 'CORBA', MSVC gets confused. Thanks to Tom Howard <tom_howard@yahoo.com> for pointing out the problem.