Age | Commit message (Collapse) | Author | |
---|---|---|---|
2016-03-15 | update copyright-year | Henrik Nord | |
2015-06-18 | Change license text to APLv2 | Bruce Yinhe | |
2014-11-25 | [jinterface] add Eclipse projects and settings | Vlad Dumitrescu | |
For other IDEs, use these as reference. In short, the formatting style is: - indentation uses only spaces; each level is 4 positions - no trailing whitespace - mostly default Java style formatting (any difference is minor) - always use {} - use 'final' as much as possible | |||
2014-09-11 | silence 'potential resource leak' warnings | Vlad Dumitrescu | |
OtpInputStream and OtoOutputStream don't need closing (they are ByteArray*Streams) | |||
2014-09-11 | don't warn about some unused fields/variables | Vlad Dumitrescu | |
2012-03-30 | Update copyright years | Björn-Egil Dahlberg | |
2011-11-24 | add test for Java string bug | Vlad Dumitrescu | |
2010-08-24 | Add test suite for jinterface | Björn Gustavsson | |