2006-08-23 Alp Toker * cilc.cs: Relicense from GPL to MIT License 2006-08-23 Alp Toker * cilc.cs: Add more GInterface support, both defining and implementing 2005-12-27 Alp Toker * cilc.cs: Start work on GInterface support * Test.cs: Update tests 2005-12-24 Alp Toker * cilc.cs: Fix generation of mono method signature a bit (still needs work), Make JIT parse default config files before init 2005-12-22 Alp Toker * cilc.cs: Add support for string return types and properties, begin work to improve GObject tie-in * Test.cs, demo.c: Update tests 2005-12-22 Alp Toker * cilc.cs: Add support for char, sbyte, byte and double * Test.cs, demo.c: Update tests 2005-05-08 Alp Toker * cilc.cs: Add null check to NsToC and fix warnings. 2005-01-20 Alp Toker * cilc.cs: Name the glib handle getter helper method by namespace for now to fully support assemblies with multiple namespaces. Would be better to generate a toplevel Cindex file in future. 2004-12-13 Alp Toker * cilc.cs: Use the GObject of the object if it already has one, rather than creating a new GObject instance of our own. Store the reference to the MonoObject in a GObject data field. Explicit casts in generated code to avoid compiler warnings. 2004-12-12 Alp Toker * cilc.cs: * Test.cs: * demo.c: First stab at return values, and associated updates to the demo. Consider types registered ByVal but not in main registry as unregistered. Mark out some more ByVal types. * cilc.cs: Initial support for namespaceless assemblies. C keyword avoidance. 2004-12-11 Alp Toker * cilc.cs: First stab at initialising delegates using method pointers. Convert the type registry management and reporting methods to use strings, making way for tie-in with native GObject hierarchies. Recursive conflict avoidance for the GObject class struct etc. Add check to see if a registered type IsExternal Treat byref values properly. Support tie-in with existing GObject hierarchy. Use argc parity to decide the generation mode. Update usage help string. * res-Makefile: Use passed CFLAGS. Only rebuild modified targets if bundle is defined, not everything. * README: More usage examples. 2004-12-10 Alp Toker * cilc.cs: The generated makefile now optionally uses mkbundle to include the assembly into the generated library (when 'bundle' is defined for make). The assembly is automatically copied into the generated directory. Use a resource for the static makefile If only one argument is given, generate sources to a temporary directory, build them (as bundle), and install them to the current directory. Otherwise, the old behaviour applies. Don't indent the __cplusplus ifdef block in generated headers. Include the Mono headers in the sources, not the headers. Identify and report disparity in the order of type registration. Start support for some more primitive types. Fix with/and separator logic in overloaded method generation. Generate enums. Cleanups. * README: Update with details of the new bundle feature and single-argument operation. * Makefile: We no longer need to copy the assembly to the generated directory manually. Include res-Makefile as a resource for cilc.exe * res-Makefile: The static makefile resource Tweak the library output directory. 2004-12-09 Alp Toker * cilc.cs: Support inheritance (within a single namespace). Enhance CodeWriter. Handle nested namespaces properly. Generate forward type declarations. Use the real type, not MonoObject, for function parameters. Ignore non-public types for now. Handle multiple namespaces in a single assembly. Name the generated .so according to the input assembly name. Code generator access modifier cleanups. Use base name of input as default output target directory. Report missed type registry hits after generation, using FullName if needed. Reduce verbosity. * Makefile: Build Demo.dll, not Test.dll. 2004-12-08 Alp Toker * cilc.cs: Produce genuine GObjects. Start support for events/signals and enums. Handle overloaded methods. Report ignored types, warn on potentially incorrect code generation. More conflict avoidance. Cleaned up warnings. * README: Update test instructions. 2004-12-06 Alp Toker * cilc.cs: Update to new embedding API: use mono_assembly_get_image() Avoid conflicting parameter and internal variable names. Use intermediary object files before linking. 2004-06-09 Raja R Harinath * Makefile (HAS_TEST): Remove. (run-test-local): Move rules to and depend on ... (run-cilc-test): ... this. 2003-05-02 Alp Toker * cilc.cs: Print usage info 2003-05-01 Alp Toker * cilc.cs: Support arguments, clean up some gcc warnings * Test.cs, demo.c: More extensive test 2003-04-25 Alp Toker * Initial release of cilc