summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* This commit was manufactured by cvs2svn to create branch 'pre-PI'.pre-PInobody1999-08-2598-0/+16331
|
* ChangeLogTag: Wed Aug 25 10:16:11 1999 David L. Levine <levine@cs.wustl.edu>levine1999-08-252-206/+213
|
* ChangeLogTag:Tue Aug 24 22:40:39 1999 Carlos O'Ryan <coryan@cs.wustl.edu>coryan1999-08-257-12/+138
|
* ChangeLogTag: Tue Aug 24 21:47:44 1999 David L. Levine <levine@cs.wustl.edu>levine1999-08-253-23/+29
|
* Fixed a missing underscore.eea11999-08-251-1/+1
|
* * TAO_IDL/be/be_visitor_enum/enum_ch.cpp:parsons1999-08-251-0/+8
| | | | | | | Had to change the 32-bit enforcing value below to 0x7FFFFFF. Evidently there is at least one version of HPUX that doesn't like the 0xFFFFFFFF value. Thanks to Carlos for pointing this out.
* Changed the 32-bit ensuring enum value to 0x7FFFFFFF.parsons1999-08-251-1/+3
|
* ChangeLogTag:Tue Aug 24 10:02:51 1999 Douglas C. Schmidt ↵schmidt1999-08-254-6/+13
| | | | <schmidt@tango.cs.wustl.edu>
* *** empty log message ***schmidt1999-08-251-0/+15
|
* ChangeLogTag:Tue Aug 24 19:09:20 1999 Carlos O'Ryan <coryan@cs.wustl.edu>coryan1999-08-256-12/+131
|
* Added IDL compiler entry describing the 32-bit enum enforcer.parsons1999-08-241-0/+8
|
* * TAO_IDL/be/be_visitor_enum/enum_ch.cpp:parsons1999-08-241-0/+15
| | | | | | | | | | | | | | Code generation for enums in .h file now appends an enum value called <enum name>_TAO_ENUM_32BIT_ENFORCER and sets its value to 0xFFFFFFFF. All enums in CORBA must be 32 bits in size, and some compilers will try to use a smaller space if the enum values are small enough. Note that this extra member is not part of the IDL compiler's internal representation of the enum, so unions that use the enum as a discriminator won't have incorrect _default() code generated.
* Generates extra enum value equal to 0xFFFFFFFF to ensure thatparsons1999-08-241-1/+4
| | | | enums are always 32 bits.
* Updated source files for tests/netsvcs/Token.eea11999-08-241-0/+200
|
* Updated source files for tests/netsvcs/Time.eea11999-08-241-0/+37
|
* Updated source files for tests/netsvcs/Naming.eea11999-08-241-0/+107
|
* Updated source files for tests/netsvcs/Logger.eea11999-08-241-0/+115
|
* Updated source files for tests/ServiceConfigurator.eea11999-08-242-0/+117
|
* Updated source files for tests/SOCK_SAP.eea11999-08-242-0/+207
|
* Updated source files for tests/Reactor.eea11999-08-242-0/+136
|
* Updated source files for tests/Misc.eea11999-08-241-0/+48
|
* Updated source files for tests/Connection.eea11999-08-245-0/+340
|
* Updated source files for tests/Concurrency.eea11999-08-244-0/+757
|
* Updated source files for tests/ASX.eea11999-08-245-0/+643
|
* Updated source files for netsvcs/Token.eea11999-08-2414-0/+2304
|
* Updated source files for netsvcs/Time.eea11999-08-249-0/+894
|
* Updated source files for netsvcs/Naming.eea11999-08-247-0/+1746
|
* Updated source files for netsvcs/Logger.eea11999-08-247-0/+581
|
* Updated source files for netsvcs.eea11999-08-243-0/+552
|
* Updated source files for Timers.eea11999-08-242-0/+54
|
* Updated source files for ServiceConfigurator.eea11999-08-246-0/+1246
|
* Updated source files for SOCK_SAP.eea11999-08-245-0/+517
|
* Updated source files for Reactor.eea11999-08-242-0/+480
|
* Updated source files for OS.eea11999-08-243-0/+227
|
* Updated source files for Misc.eea11999-08-242-0/+177
|
* Updated source files for Connection.eea11999-08-2413-0/+1492
|
* Updated source files for Concurrency.eea11999-08-2412-0/+1957
|
* Updated source files for ASX.eea11999-08-2416-0/+3300
|
* New source tree for the updated Java ACE. All files (including tests and ↵eea11999-08-242-0/+61
| | | | netsvcs).
* *** empty log message ***mm41999-08-241-0/+3
|
* added description of directory Advanced/ to the READMEmm41999-08-241-0/+6
|
* *** empty log message ***mm41999-08-241-0/+11
|
* Added examples suite from H&Vmm41999-08-2440-0/+6381
|
* ChangeLogTag:Tue Aug 24 16:23:07 1999 Carlos O'Ryan <coryan@cs.wustl.edu>coryan1999-08-242-7/+33
|
* Added make file to the repository.mm41999-08-241-0/+38
|
* * tests/Load_Balancing/Load_Balancer_i.cpp:parsons1999-08-241-0/+6
| | | | | Added some template instantiations that the Irix linker had trouble finding.
* Added some template instantiations.parsons1999-08-241-0/+4
|
* ChangeLogTag:Tue Aug 24 14:44:12 1999 Carlos O'Ryan <coryan@cs.wustl.edu>coryan1999-08-242-1/+6
|
* ChangeLogTag:Tue Aug 24 12:19:29 1999 Carlos O'Ryan <coryan@cs.wustl.edu>coryan1999-08-243-241/+617
|
* * tests/IDL_Test/included.idl:parsons1999-08-241-0/+8
| | | | | | | * tests/IDL_Test/including.idl: Added example similar to that sent in by Nick Sawadsky <Nick_Sawadsky@BrooksSoftware.com> to the above two file.