summaryrefslogtreecommitdiff
path: root/TAO/TAO_IDL
Commit message (Collapse)AuthorAgeFilesLines
...
* *** empty log message ***jp41998-10-294-4/+8
|
* Fixed the g++ warnings.alex1998-10-281-1/+4
|
* Fixed the problem with generating #include statements for #include'dalex1998-10-282-75/+12
| | | | idl files.
* Fixed the problem with generating #include statements for #include'dalex1998-10-283-3/+171
| | | | idl files.
* reverted to version 1.29 because 1.30 doesn't worklevine1998-10-271-11/+5
|
* replaced the final return 0, but this time wrapped with ACE_NOTREACHEDlevine1998-10-267-30/+37
|
* ChangeLogTag:Mon Oct 26 09:57:29 1998 Carlos O'Ryan <coryan@cs.wustl.edu>coryan1998-10-267-15/+9
|
* While scanning for #include'd idl file, we should also look foralex1998-10-261-5/+11
| | | | | <file.idl> other than "file.idl". Thanks to "John Geiss" <jtgb@eci-esyst.com> for reporting this problem.
* *** empty log message ***gokhale1998-10-231-3/+2
|
* Fixed the problem with getting the suffix for a #include'd idlalex1998-10-231-4/+4
| | | | | file. Use strstr instead of strrchr. Thanks to Ron Barack <r.barack@inobis.de> for tracking this down.
* *** empty log message ***gokhale1998-10-222-120/+141
|
* (visit_interface): initialize _tao_obj_ptr to 0 to avoid g++ warningslevine1998-10-221-4/+4
| | | | about possible use before initialization, in generated code.
* *** empty log message ***gokhale1998-10-222-16/+16
|
* Fixed the problem with #include'ing the server skeleton header of thealex1998-10-221-4/+7
| | | | | another #included idl file. Thanks to Stach (t.stach@inobis.de) for tracking this down.
* *** empty log message ***gokhale1998-10-217-7/+14
|
* *** empty log message ***gokhale1998-10-211-1/+4
|
* *** empty log message ***gokhale1998-10-2110-95/+193
|
* (DRV_parse_args): initialize local "s" to 0 to avoid g++ warning aboutlevine1998-10-211-71/+65
| | | | possible unitialized use.
* *** empty log message ***alex1998-10-201-2/+2
|
* Fixed the problem with seperating suffix from the mail file name. Italex1998-10-201-130/+155
| | | | | | | | | | was hard coded assuming that all files will end with .cpp which may not be true when somebody uses -sT or -st option to specify someother suffix like .cxx or something. So, we now use "." to separate the main name from the suffix. If . is also not there (sanity check), we just take the whole name as it is. THANKS for Terry.Rosenbaum@Radiology.MSU.edu (Terry Rosenbaum) for reporting this problem.
* *** empty log message ***gokhale1998-10-2034-71/+93
|
* changed include protection from #if !defined to ifndef, and added #pragma ↵levine1998-10-20281-1809/+1853
| | | | once, if possible
* added include of rules.tao.GNU, to pick up -Wno-unused and -Wno-uninitializedlevine1998-10-191-1/+6
|
* *** empty log message ***gokhale1998-10-167-14/+14
|
* Fixed the help message to reflect the -H linear_search and -Halex1998-10-161-6/+12
| | | | binary_search options.
* ChangeLogTag:Sun Oct 11 17:09:16 1998 Carlos O'Ryan <coryan@cs.wustl.edu>coryan1998-10-111-17/+11
|
* *** empty log message ***alex1998-10-091-3/+24
|
* Changed to use DLL run-time librarynanbor1998-10-071-2/+2
|
* ChangeLogTag:Tue Oct 6 13:01:24 1998 Carlos O'Ryan <coryan@cs.wustl.edu>coryan1998-10-061-1/+3
|
* *** empty log message ***gokhale1998-10-061-0/+6
|
* *** empty log message ***gokhale1998-10-051-12/+0
|
* *** empty log message ***gokhale1998-10-055-21/+108
|
* ChangeLogTag:Sun Oct 4 19:48:25 1998 Carlos O'Ryan <coryan@cs.wustl.edu>coryan1998-10-051-0/+12
|
* Added code to handle Binary Search operation lookup strategy. Not yetalex1998-10-041-52/+200
| | | | tested with GPERF.
* New LOOKUP_STRATEGY enum for Binary search.alex1998-10-041-1/+2
|
* Added private methods to generate code for binary searh and linearalex1998-10-041-15/+24
| | | | | search. Not yet tested with GPERF. Doesnt harm using the old operation lookup strategies.
* Renamed perfect_hasher by gperf_path. gperf is going to be used foralex1998-10-041-3/+3
| | | | | binary search and linear search as well. So it is not specific to perfect hashing.
* Changed the option <-H dynamic> to <-H dynamic_hash>. Added optionsalex1998-10-041-17/+25
| | | | | | | <-H perfect_hash>, <-H binary_search> and <-H linear_search>. Do NOT try these *_search options yet. It is yet to be tested with GPERF. Also extended testing for GPERF's existance in the case of Binary Search strategy also.
* Renamed perfect_hasher by gperf_path. gperf is going to be used foralex1998-10-041-10/+10
| | | | | binary search and linear search as well. So it is not specific to perfect hashing.
* (next_elem): initialized local "node" to 0 to avoid g++ warning about possiblelevine1998-10-031-46/+46
| | | | uninitialized used.
* *** empty log message ***jp41998-10-031-2/+27
|
* *** empty log message ***gokhale1998-10-021-3/+9
|
* Removed an unused local variable, not the one that Andy just added. ;)nanbor1998-10-021-1/+0
|
* *** empty log message ***gokhale1998-10-021-0/+1
|
* Removed unused local variables.nanbor1998-10-021-5/+0
|
* Added trailing return statements for operator<< and operator>>.nanbor1998-10-021-6/+7
|
* *** empty log message ***gokhale1998-10-011-1/+1
|
* Added return 0; for generated code in operator>>=nanbor1998-10-016-6/+12
|
* Updated to accommadate Andy's updates.brunsch1998-10-012-1120/+176
|
* *** empty log message ***gokhale1998-10-0177-1749/+6401
|