Report missed type registry hits after generation.
[mono.git] / mcs / tools / cilc / ChangeLog
1 2004-12-09  Alp Toker  <alp@atoker.com>
2
3         * cilc.cs:
4         Support inheritance (within a single namespace).
5         Enhance CodeWriter.
6         Handle nested namespaces properly.
7         Generate forward type declarations.
8         Use the real type, not MonoObject, for function parameters.
9         Ignore non-public types for now.
10         Handle multiple namespaces in a single assembly.
11         Name the generated .so according to the input assembly name.
12         Code generator access modifier cleanups.
13         Use base name of input as default output target directory.
14         Report missed type registry hits after generation.
15         * Makefile:
16         Build Demo.dll, not Test.dll.
17
18 2004-12-08  Alp Toker  <alp@atoker.com>
19
20         * cilc.cs:
21         Produce genuine GObjects.
22         Start support for events/signals and enums.
23         Handle overloaded methods.
24         Report ignored types, warn on potentially incorrect code generation.
25         More conflict avoidance.
26         Cleaned up warnings.
27         * README: Update test instructions.
28
29 2004-12-06  Alp Toker  <alp@atoker.com>
30
31         * cilc.cs: Update to new embedding API: use mono_assembly_get_image()
32         Avoid conflicting parameter and internal variable names.
33         Use intermediary object files before linking.
34
35 2004-06-09  Raja R Harinath  <rharinath@novell.com>
36
37         * Makefile (HAS_TEST): Remove.
38         (run-test-local): Move rules to and depend on ...
39         (run-cilc-test): ... this.
40
41 2003-05-02  Alp Toker  <alp@atoker.com>
42
43         * cilc.cs: Print usage info
44
45 2003-05-01  Alp Toker  <alp@atoker.com>
46
47         * cilc.cs: Support arguments, clean up some gcc warnings
48         * Test.cs, demo.c: More extensive test
49
50 2003-04-25  Alp Toker  <alp@atoker.com>
51
52         * Initial release of cilc