summaryrefslogtreecommitdiff
path: root/cpp/src/Slice/JavaUtil.cpp
Commit message (Collapse)AuthorAge
...
* fixed bugs in getAbsolute when removing scope with escaped keywordsMark Spruiell2002-07-23
|
* Picked up a few style crimes and fixed them.Michi Henning2002-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 Henning2002-07-10
| | | | | | keywords with a "_cpp_" prefix. Changed Java code generator to use binary_search() instead of the hand-coded binary search.
* added spaceMarc Laukien2002-07-09
|
* removed spaces after keywordsMarc Laukien2002-06-23
|
* bug fixMark Spruiell2002-05-07
|
* adding support for sequence metadataMark Spruiell2002-05-03
|
* WIN32->_WIN32Marc Laukien2002-04-10
|
* removing __getClassIdsMark Spruiell2002-03-16
|
* another trivial bug fixMark Spruiell2002-03-12
|
* bug fix; cleanupMark Spruiell2002-03-08
|
* refactoring slice2java; adding slice2freezejMark Spruiell2002-03-06