Commit message (Collapse) | Author | Age | ||
---|---|---|---|---|
... | ||||
* | minor fixes | Mark Spruiell | 2002-10-28 | |
| | ||||
* | changing copyright location; adding GPL note | Mark Spruiell | 2002-10-28 | |
| | ||||
* | changing Mutable Realms to ZeroC | Mark Spruiell | 2002-10-26 | |
| | ||||
* | make _factory private | Mark Spruiell | 2002-10-08 | |
| | ||||
* | bug fix | Mark Spruiell | 2002-08-27 | |
| | ||||
* | bug fix in getAbsolute for scope removal - only remove scope if result is | Mark Spruiell | 2002-07-24 | |
| | | | | unscoped | |||
* | fixed bugs in getAbsolute when removing scope with escaped keywords | Mark Spruiell | 2002-07-23 | |
| | ||||
* | Picked up a few style crimes and fixed them. | Michi Henning | 2002-07-19 | |
| | | | | | | | | | | | | | | | | | | Added code generation for Java constants to slice2java. Added missing keyword (strictfp) to lists of keywords that need escaping for Java. Fixed bug in Java code generator: if a type name had a prefix in common with the name of its enclosing scope, the scope mangling code stripped off too much of the scope. For example: enum color { red }; const color c = red; This resulted in the generated type name being "olor" instead of "color" because the constant starts with the same letter as the name of the type. Fixed bug in the keyword escape mechanism -- keywords embedded in scoped names were not escaped. Keywords escaping for both Java and C++ still has bugs. I wrote two Slice torture files full of keywords. Neither the generated C++ code nor the generated Java code work for those files yet. Need to look at this... | |||
* | Changed C++ code generator to escape Slice identifiers that are C++ | Michi Henning | 2002-07-10 | |
| | | | | | | keywords with a "_cpp_" prefix. Changed Java code generator to use binary_search() instead of the hand-coded binary search. | |||
* | added space | Marc Laukien | 2002-07-09 | |
| | ||||
* | removed spaces after keywords | Marc Laukien | 2002-06-23 | |
| | ||||
* | bug fix | Mark Spruiell | 2002-05-07 | |
| | ||||
* | adding support for sequence metadata | Mark Spruiell | 2002-05-03 | |
| | ||||
* | WIN32->_WIN32 | Marc Laukien | 2002-04-10 | |
| | ||||
* | removing __getClassIds | Mark Spruiell | 2002-03-16 | |
| | ||||
* | another trivial bug fix | Mark Spruiell | 2002-03-12 | |
| | ||||
* | bug fix; cleanup | Mark Spruiell | 2002-03-08 | |
| | ||||
* | refactoring slice2java; adding slice2freezej | Mark Spruiell | 2002-03-06 | |