Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | *** empty log message *** | jp4 | 1998-10-29 | 4 | -4/+8 | |
| | ||||||
* | Fixed the g++ warnings. | alex | 1998-10-28 | 1 | -1/+4 | |
| | ||||||
* | Fixed the problem with generating #include statements for #include'd | alex | 1998-10-28 | 2 | -75/+12 | |
| | | | | idl files. | |||||
* | Fixed the problem with generating #include statements for #include'd | alex | 1998-10-28 | 3 | -3/+171 | |
| | | | | idl files. | |||||
* | reverted to version 1.29 because 1.30 doesn't work | levine | 1998-10-27 | 1 | -11/+5 | |
| | ||||||
* | replaced the final return 0, but this time wrapped with ACE_NOTREACHED | levine | 1998-10-26 | 7 | -30/+37 | |
| | ||||||
* | ChangeLogTag:Mon Oct 26 09:57:29 1998 Carlos O'Ryan <coryan@cs.wustl.edu> | coryan | 1998-10-26 | 7 | -15/+9 | |
| | ||||||
* | While scanning for #include'd idl file, we should also look for | alex | 1998-10-26 | 1 | -5/+11 | |
| | | | | | <file.idl> other than "file.idl". Thanks to "John Geiss" <jtgb@eci-esyst.com> for reporting this problem. | |||||
* | *** empty log message *** | gokhale | 1998-10-23 | 1 | -3/+2 | |
| | ||||||
* | Fixed the problem with getting the suffix for a #include'd idl | alex | 1998-10-23 | 1 | -4/+4 | |
| | | | | | file. Use strstr instead of strrchr. Thanks to Ron Barack <r.barack@inobis.de> for tracking this down. | |||||
* | *** empty log message *** | gokhale | 1998-10-22 | 2 | -120/+141 | |
| | ||||||
* | (visit_interface): initialize _tao_obj_ptr to 0 to avoid g++ warnings | levine | 1998-10-22 | 1 | -4/+4 | |
| | | | | about possible use before initialization, in generated code. | |||||
* | *** empty log message *** | gokhale | 1998-10-22 | 2 | -16/+16 | |
| | ||||||
* | Fixed the problem with #include'ing the server skeleton header of the | alex | 1998-10-22 | 1 | -4/+7 | |
| | | | | | another #included idl file. Thanks to Stach (t.stach@inobis.de) for tracking this down. | |||||
* | *** empty log message *** | gokhale | 1998-10-21 | 7 | -7/+14 | |
| | ||||||
* | *** empty log message *** | gokhale | 1998-10-21 | 1 | -1/+4 | |
| | ||||||
* | *** empty log message *** | gokhale | 1998-10-21 | 10 | -95/+193 | |
| | ||||||
* | (DRV_parse_args): initialize local "s" to 0 to avoid g++ warning about | levine | 1998-10-21 | 1 | -71/+65 | |
| | | | | possible unitialized use. | |||||
* | *** empty log message *** | alex | 1998-10-20 | 1 | -2/+2 | |
| | ||||||
* | Fixed the problem with seperating suffix from the mail file name. It | alex | 1998-10-20 | 1 | -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 *** | gokhale | 1998-10-20 | 34 | -71/+93 | |
| | ||||||
* | changed include protection from #if !defined to ifndef, and added #pragma ↵ | levine | 1998-10-20 | 281 | -1809/+1853 | |
| | | | | once, if possible | |||||
* | added include of rules.tao.GNU, to pick up -Wno-unused and -Wno-uninitialized | levine | 1998-10-19 | 1 | -1/+6 | |
| | ||||||
* | *** empty log message *** | gokhale | 1998-10-16 | 7 | -14/+14 | |
| | ||||||
* | Fixed the help message to reflect the -H linear_search and -H | alex | 1998-10-16 | 1 | -6/+12 | |
| | | | | binary_search options. | |||||
* | ChangeLogTag:Sun Oct 11 17:09:16 1998 Carlos O'Ryan <coryan@cs.wustl.edu> | coryan | 1998-10-11 | 1 | -17/+11 | |
| | ||||||
* | *** empty log message *** | alex | 1998-10-09 | 1 | -3/+24 | |
| | ||||||
* | Changed to use DLL run-time library | nanbor | 1998-10-07 | 1 | -2/+2 | |
| | ||||||
* | ChangeLogTag:Tue Oct 6 13:01:24 1998 Carlos O'Ryan <coryan@cs.wustl.edu> | coryan | 1998-10-06 | 1 | -1/+3 | |
| | ||||||
* | *** empty log message *** | gokhale | 1998-10-06 | 1 | -0/+6 | |
| | ||||||
* | *** empty log message *** | gokhale | 1998-10-05 | 1 | -12/+0 | |
| | ||||||
* | *** empty log message *** | gokhale | 1998-10-05 | 5 | -21/+108 | |
| | ||||||
* | ChangeLogTag:Sun Oct 4 19:48:25 1998 Carlos O'Ryan <coryan@cs.wustl.edu> | coryan | 1998-10-05 | 1 | -0/+12 | |
| | ||||||
* | Added code to handle Binary Search operation lookup strategy. Not yet | alex | 1998-10-04 | 1 | -52/+200 | |
| | | | | tested with GPERF. | |||||
* | New LOOKUP_STRATEGY enum for Binary search. | alex | 1998-10-04 | 1 | -1/+2 | |
| | ||||||
* | Added private methods to generate code for binary searh and linear | alex | 1998-10-04 | 1 | -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 for | alex | 1998-10-04 | 1 | -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 options | alex | 1998-10-04 | 1 | -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 for | alex | 1998-10-04 | 1 | -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 possible | levine | 1998-10-03 | 1 | -46/+46 | |
| | | | | uninitialized used. | |||||
* | *** empty log message *** | jp4 | 1998-10-03 | 1 | -2/+27 | |
| | ||||||
* | *** empty log message *** | gokhale | 1998-10-02 | 1 | -3/+9 | |
| | ||||||
* | Removed an unused local variable, not the one that Andy just added. ;) | nanbor | 1998-10-02 | 1 | -1/+0 | |
| | ||||||
* | *** empty log message *** | gokhale | 1998-10-02 | 1 | -0/+1 | |
| | ||||||
* | Removed unused local variables. | nanbor | 1998-10-02 | 1 | -5/+0 | |
| | ||||||
* | Added trailing return statements for operator<< and operator>>. | nanbor | 1998-10-02 | 1 | -6/+7 | |
| | ||||||
* | *** empty log message *** | gokhale | 1998-10-01 | 1 | -1/+1 | |
| | ||||||
* | Added return 0; for generated code in operator>>= | nanbor | 1998-10-01 | 6 | -6/+12 | |
| | ||||||
* | Updated to accommadate Andy's updates. | brunsch | 1998-10-01 | 2 | -1120/+176 | |
| | ||||||
* | *** empty log message *** | gokhale | 1998-10-01 | 77 | -1749/+6401 | |
| |