forked from arnetheduck/j2c
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathNEWS
50 lines (43 loc) · 1.34 KB
/
NEWS
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
0.5.0
-----
* Multiselect translates all selected items (have to be from same project)
* Initialize members in headers, don't generate default constructors that shouldn't be there
* Implement values and valueOf for enums, and fix their name / ordinal
* Range-for-loops when looping over arrays
* Use auto when declaring variables
* Use single template class for arrays instead of generated .hpp/.cpp pairs
* Bugfixes
* Drop unused CDT dependency (might come back)
* Release through update site
0.4.0
-----
* Source and header files are now both generated in the src directory
* Avoid generating unnecessary clinit's/ctor:s
* Report name of unimplemented stubs
* Implement volatile using std::atomic
* Other small fixes
0.3.1
-----
* Fix too few stubs and too many natives being generated in certain cases
0.3.0
-----
* No more mangling of variable names (unless unavoidable)
* Handle more corner cases
* Static initalization / construction fixes
* Better switch break handling
* Throw correct exception on cast failure
* Null checking
* Handle cyclic dependencies due to return type covariance
* Minimum Java required version is now 1.6 (instead of 1.7)
0.2.2
-----
* Handle more selection types in the project explorer
0.2.1
-----
* Also show translate menu item in project explorer
0.2.0
-----
* Successfully converts most of OpenJDK 6!
0.1.0
-----
* Initial release