summaryrefslogtreecommitdiff
path: root/configure.ac
Commit message (Collapse)AuthorAgeFilesLines
* Post release version bumpJohan Dahlin2008-11-251-1/+1
| | | | | | | | | | 2008-11-25 Johan Dahlin <jdahlin@async.com.br> * configure.ac: Post release version bump svn path=/trunk/; revision=975
* Bug 562022 – gobject-introspection needs python headersJohan Dahlin2008-11-231-1/+1
| | | | | | | | | | | | 2008-11-23 Johan Dahlin <jdahlin@async.com.br> Bug 562022 – gobject-introspection needs python headers * configure.ac: fail without python headers present. Patch by: Tom Parker svn path=/trunk/; revision=959
* Add Gio Unix bits to the Gio.gir if availableColin Walters2008-11-191-0/+2
| | | | | | | Having a separate .gir would be fairly overkill for the few components in the Gio Unix integration, and this mirrors how we handle Gtk. svn path=/trunk/; revision=953
* g_irepository_dump implementationColin Walters2008-11-131-3/+4
| | | | svn path=/trunk/; revision=911
* use 'introspection' component for bugsTommi Komulainen2008-11-121-1/+1
| | | | | | | | 2008-11-12 Tommi Komulainen <tommi.komulainen@iki.fi> * configure.ac: use 'introspection' component for bugs svn path=/trunk/; revision=898
* Add tests for field offset computationsOwen Taylor2008-11-111-0/+1
| | | | | | | | | | | | | tests/offsets/offsets.h: Header file with structure definitions to test tests/offsets/gen-gitestoffsets: Generate a C program that computes field offsets for the structures in offsets.h two ways: using the information from a generated typelib, and as computed by the compiler. We diff these two versions to test that everything is OK. svn path=/trunk/; revision=878
* Split g_ir_ffi_get_ffi_type() out from ginvoke.cOwen Taylor2008-11-111-0/+2
| | | | | | | | | | Extract a function to convert GITypeTag to ffi_type from the internals of ginvoke.c. This will be useful in figure out structure alignment. Also fix handling of gsize and time_t to be portable. (Add a check to configure.ac to figure out the width of time_t.) svn path=/trunk/; revision=873
* Bug 557898 – Fails to build on OSX 10.4Tommi Komulainen2008-11-011-5/+8
| | | | | | | | | | | | 2008-11-01 Tommi Komulainen <tommi.komulainen@iki.fi> * configure.ac: Check for $shrext_cmds that should be implicitly available if you're using libtool >= 2.0. If undefined, call libtool --config explicitly to get its value. * girepository/gtypelib.c: Remove special case for (non-)Darwin systems as unneeded. svn path=/trunk/; revision=859
* Post release version bumpJohan Dahlin2008-10-311-1/+1
| | | | | | | | | 2008-10-31 Johan Dahlin <jdahlin@async.com.br> * configure.ac: Post release version bump svn path=/trunk/; revision=856
* === 0.6.0 ===GOBJECT_INTROSPECTION_0_6_0Johan Dahlin2008-10-311-2/+2
| | | | | | | | | | | | 2008-10-31 Johan Dahlin <jdahlin@async.com.br> * NEWS: * configure.ac: * docs/release-checklist.txt: 0.6.0 svn path=/trunk/; revision=854
* move tests/types to tests/everythingTommi Komulainen2008-10-291-1/+1
| | | | | | | | | | * configure.ac: * tests/Makefile.am: * tests/types/Makefile.am -> tests/everything/Makefile.am * tests/types/gitesttypes.c -> tests/everything/gitesttypes.c * tests/types/gitesttypes.h -> tests/everything/gitesttypes.h svn path=/trunk/; revision=825
* Bug 557076 - move typelibs to $libdirColin Walters2008-10-251-0/+16
| | | | svn path=/trunk/; revision=813
* enable bunch of gcc warning CFLAGSTommi Komulainen2008-10-161-0/+23
| | | | | | | | 2008-10-16 Tommi Komulainen <tommi.komulainen@iki.fi> * configure.ac: enable bunch of gcc warning CFLAGS svn path=/trunk/; revision=731
* Bug 556400 – Fails to build on OS X 10.4Tommi Komulainen2008-10-151-0/+1
| | | | | | | | | | | | | | 2008-10-15 Tommi Komulainen <tommi.komulainen@iki.fi> Bug 556400 – Fails to build on OS X 10.4 * configure.ac: check for functions backtrace and backtrace_symbols * girepository/girparser.c (backtrace_stderr): Comment out implementation if the functions are not available. * gcov.mak (clean-gcov, clean-gcno): always call 'find' with a directory for better portability svn path=/trunk/; revision=711
* Add tests/repository which has some repository regression testsColin Walters2008-10-121-0/+1
| | | | svn path=/trunk/; revision=683
* Bug 555946: Install a test module exercising all types, transfer rules,Tommi Komulainen2008-10-111-0/+1
| | | | | | | | | | | | | | | 2008-10-11 Tommi Komulainen <tommi.komulainen@iki.fi> Bug 555946: Install a test module exercising all types, transfer rules, etc. * configure.ac * tests/Makefile.am * tests/types/*: Add and install a test module that has functions accepting and returning most of the basic types to enable bindings implementors to more easily test their type conversion routines. svn path=/trunk/; revision=671
* Bug 522384: Use SHLIB_SUFFIX intead of G_MODULE_SUFFIX for DarwinColin Walters2008-09-191-0/+14
| | | | | | | | On Darwin, the suffix for installed shared libraries (.dylib) is different from loadable modules (.so). We use a bit of magic shell script from Behdad Esfahbod to figure out the right suffix. svn path=/trunk/; revision=612
* Post-release version bumpJohan Dahlin2008-09-011-2/+2
| | | | | | | | | | 2008-09-01 Johan Dahlin <johan@gnome.org> * configure.ac: Post-release version bump svn path=/trunk/; revision=569
* Bump version to 0.5.0Johan Dahlin2008-08-311-1/+8
| | | | | | | | | | 2008-08-31 Johan Dahlin <johan@gnome.org> * configure.ac: Bump version to 0.5.0 svn path=/trunk/; revision=558
* Make g-ir-scanner work on Windows. Still problems with the typelib code.Tor Lillqvist2008-08-271-0/+21
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 2008-08-27 Tor Lillqvist <tml@novell.com> Make g-ir-scanner work on Windows. Still problems with the typelib code. Changes okayed by jdahlin. * configure.ac: Check for Windows, set Automake conditional OS_WIN32. Change backslashes to forward slashes in pyexecdir to avoid shell quoting issues * girepository/Makefile.am: Use -no-undefined so that libtool agrees to build a shared library on Windows. * girepository/girparser.c (backtrace_stderr): No backtrace() on Windows. Empty implementation on Windows so far. * girepository/gtypelib.c (g_typelib_check_sanity): Give more informative error message for the assertion failures. Tell also what the expected size of the struct is. Check all sizes first and fail afterwards if at least one size was different from expected. * tools/Makefile.am: Reorder libraries into proper logical dependency order. * tools/generate.c: Don't include <dlfcn.h>, not used. * giscanner/Makefile.am: On Windows, link with the Python library, and install the module DLL as _giscanner.pyd. Remove the unnecessary import library and libtool library that libtool has installed. * giscanner/scannerlexer.l: Recognize the gcc __attribute__ syntax and just skip it. Recognize also two "l" suffixes for long long constants. Recognize also __inline__. * giscanner/grealpath.h (g_realpath): Implement on Windows, using GetFullPathName(). As such, GetFullPathName() does more than the UNIX realpath(). It also changes relative paths into absolute paths. But for our purposes that shouldn't matter. * giscanner/giscannermodule.c (pygi_source_scanner_parse_file): On Windows the file descriptor passed to us is from Python. Python Python2.5 uses the msvcr71.dll C library, while mingw-built code uses msvcrt.dll. On Windows, file descriptors are specific to which C library is used. So we must find out what underlying OS handle corresponds to the file descriptor Python passes us, and then make that into a file descriptor valid for the C library this code uses. * giscanner/sourcescanner.py (_parse): Don't need to bypass __attribute__ as the lexer now handles it. The definition as empty was ineffective for mingw anyway, as mingw's _mingw.h undefines __attribute__. Close the temp file before unlinking it. * giscanner/cgobject.py: Use correct library name for the gobject DLL on Windows. * gir/Makefile.am: Must pass the full basename of the DLLs on Windows to g-ir-scanner. It's a bit ugly that we have to "know" that the names of the GLib DLLs are like libglib-2.0-0.dll, but in reality they won't change, until there is a GLib 3, and then also the Unix code here needs changing. Must pass CPPFLAGS to g-ir-scanner when building GLib.gir so that libintl.h is found. svn path=/trunk/; revision=503
* Use the generated glibconfig.h for all scanner invokations. Rename it toJohan Dahlin2008-08-221-0/+1
| | | | | | | | | | | | | | | | 2008-08-22 Johan Dahlin <johan@gnome.org> * configure.ac: * gir/Makefile.am: * giscanner/Makefile.am: * giscanner/config.py.in: * giscanner/sourcescanner.py: Use the generated glibconfig.h for all scanner invokations. Rename it to glibconfig-scanner.h and install it. Add a config.py which so far contains the include dir. svn path=/trunk/; revision=456
* Rename tests/parser to test/scannerJohan Dahlin2008-08-091-10/+11
| | | | | | | | | | | | | | | | | | | 2008-08-09 Johan Dahlin <johan@gnome.org> * configure.ac: * tests/Makefile.am: * tests/parser/Foo-expected.gir: * tests/parser/Makefile.am: * tests/parser/foo-object.h: * tests/parser/foo.c: * tests/parser/utility-expected.gir: * tests/parser/utility.c: * tests/parser/utility.h: * tests/scanner/Makefile.am: Rename tests/parser to test/scanner svn path=/trunk/; revision=334
* Rename pkg-config name to gobject-introspection-1.0, Do not installedJohan Dahlin2008-05-311-1/+1
| | | | | | | | | | | | | | | | | | | | 2008-05-31 Johan Dahlin <jdahlin@async.com.br> * Makefile.am: * configure.ac: * girepository/Makefile.am: * giscanner/transformer.py: * gobject-introspection-1.0.pc.in: * gobject-introspection.pc.in: * tools/Makefile.am: Rename pkg-config name to gobject-introspection-1.0, Do not installed anything which is not using the gir format. Disable compililation the old C scanner, but still keep the source until all the remaning functionallity has been ported. svn path=/trunk/; revision=277
* Replace the GObject gidl with a GObject gir.Johan Dahlin2008-04-281-1/+1
| | | | | | | | | | | | | | | | 2008-04-27 Johan Dahlin <johan@gnome.org> * Makefile.am: * configure.ac: * gidl/Makefile.am: * gidl/gobject-2.0.gidl: * gir/Makefile.am: * gir/gobject-2.0.gir: * tests/parser/Makefile.am: Replace the GObject gidl with a GObject gir. svn path=/trunk/; revision=241
* Switch over to GIR as the default format. Add a simple GIDL parser. UpdateJohan Dahlin2008-04-281-1/+1
| | | | | | | | | | | | | | | | | | | | | | 2008-04-27 Johan Dahlin <johan@gnome.org> * configure.ac: * giscanner/Makefile.am: * giscanner/girparser.py: * giscanner/glibtransformer.py: * tests/parser/Foo-expected.gidl: * tests/parser/Foo-expected.gir: * tests/parser/Makefile.am: * tests/parser/utility-expected.gidl: * tests/parser/utility-expected.gir: * tools/g-ir-scanner: Switch over to GIR as the default format. Add a simple GIDL parser. Update tests and fix simplify makefiles by depending on GNU make extensions. svn path=/trunk/; revision=237
* Add initial python bindings for the scanner and depend on python 2.5.Johan Dahlin2008-03-251-0/+6
| | | | | | | | | | | | | | | | 2008-03-25 Johan Dahlin <johan@gnome.org> * configure.ac: * giscanner: * giscanner/__init__.py: * giscanner/giscannermodule.c: * giscanner/Makefile.am: Add initial python bindings for the scanner and depend on python 2.5. svn path=/trunk/; revision=165
* Move the scanner to a separate library.Johan Dahlin2008-03-251-0/+1
| | | | | | | | | | | | | | | | | | | 2008-03-25 Johan Dahlin <johan@gnome.org> * Makefile.am: * configure.ac: * giscanner/Makefile.am: * giscanner/sourcescanner.c: * giscanner/sourcescanner.h: * tools/Makefile.am: * tools/grealpath.h: * tools/sourcescanner.c: * tools/sourcescanner.h: Move the scanner to a separate library. svn path=/trunk/; revision=164
* Require automake 1.10 Add GCOV_LIBS to GILIBSJohan Dahlin2008-03-101-1/+1
| | | | | | | | | | | | 2008-03-10 Johan Dahlin <johan@gnome.org> * autogen.sh: Require automake 1.10 * configure.ac: Add GCOV_LIBS to GILIBS svn path=/trunk/; revision=142
* Consistent checks, add missing 'test'Johan Dahlin2008-03-071-5/+5
| | | | | | | | | | 2008-03-06 Johan Dahlin <jdahlin@async.com.br> * configure.ac: Consistent checks, add missing 'test' svn path=/trunk/; revision=122
* Take advantage of a libffi.pc if one exists, as it does on Fedora 8. MakeHavoc Pennington2008-03-051-21/+21
| | | | | | | | | | | | 2008-03-05 Havoc Pennington <hp@redhat.com> * configure.ac: Take advantage of a libffi.pc if one exists, as it does on Fedora 8. Make libffi a hard requirement, since it was in practice anyway (was not really conditional in the code or makefile, only in configure). svn path=/trunk/; revision=121
* Make 'make distcheck' work again.Johan Dahlin2008-02-101-1/+0
| | | | | | | | | | | | 2008-02-10 Johan Dahlin <johan@gnome.org> * Makefile.am: * configure.ac: * girepository/Makefile.am: Make 'make distcheck' work again. svn path=/trunk/; revision=110
* Added:Rob Taylor2008-02-081-1/+8
| | | | | | | | | | | | | | | | | 2008-02-08 Rob Taylor <rob.taylor@codethink.co.uk> * Makefile.am: * configure.ac: * gcov.mak: Added: * girepository/Makefile.am: * m4/Makefile.am: Added: * m4/as-compiler-flag.m4: Added: * m4/gcov.m4: Added: * tools/Makefile.am: Add ability to generate a coverage report. Adds configure option --enable-gcov and make rule 'check-coverage'. svn path=/trunk/; revision=105
* Added: Added: Renamed to tools/Makefile.am: Renamed to tools/compiler.c:Rob Taylor2008-02-081-2/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 2008-02-08 Rob Taylor <rob.taylor@codethink.co.uk> * Makefile.am: * configure.ac: * gidl/Makefile.am: Added: * girepository/Makefile.am: Added: * src/Makefile.am: Renamed to tools/Makefile.am: * src/compiler.c: Renamed to tools/compiler.c: * src/g-idl-offsets.pl: Renamed to tools/g-idl-offsets.pl: * src/generate.c: Renamed to tools/generate.c: * src/gidlmodule.c: Renamed to tools/gidlmodule.c: * src/gidlmodule.h: Renamed to tools/gidlmodule.h: * src/gidlnode.c: Renamed to tools/gidlnode.c: * src/gidlnode.h: Renamed to tools/gidlnode.h: * src/gidlparser.c: Renamed to tools/gidlparser.c: * src/gidlparser.h: Renamed to tools/gidlparser.h: * src/gidlwriter.c: Renamed to tools/gidlwriter.c: * src/gidlwriter.h: Renamed to tools/gidlwriter.h: * src/ginfo.c: Renamed to girepository/ginfo.c: * src/ginvoke.c: Renamed to girepository/ginvoke.c: * src/girepository.c: Renamed to girepository/girepository.c: * src/girepository.h: Renamed to girepository/girepository.h: * src/gmetadata.c: Renamed to girepository/gmetadata.c: * src/gmetadata.h: Renamed to girepository/gmetadata.h: * src/scanner.c: Renamed to tools/scanner.c: * src/scanner.h: Renamed to tools/scanner.h: * src/scannerlexer.l: Renamed to tools/scannerlexer.l: * src/scannerparser.y: Renamed to tools/scannerparser.y: * tests/invoke/Makefile.am: Split src/ into girepository/ and tools/ * Makefile.am: * configure.ac: * girepository/Makefile.am: * tests/Makefile.am: * tests/invoke/Makefile.am: * tests/parser/Makefile.am: * tests/roundtrips.sh: * tools/Makefile.am: Make distcheck work. svn path=/trunk/; revision=104
* Fix libffi configure check - libffi still doesn' have package config, so ↵Robert James Taylor2008-01-111-11/+41
| | | | | | stealing the checks from pygobject. svn path=/trunk/; revision=96
* UpdateJohan Dahlin2007-12-091-2/+4
| | | | | | | | | | | | | 2007-12-09 Johan Dahlin <johan@gnome.org> * TODO: Update * src/Makefile.am: Rename gen-introspect to g-idl-scanner, don't make the repository library and the other utilites link against gthread-2.0 svn path=/trunk/; revision=73
* Add a simple gen-introspect parser test 2007-12-08 Johan DahlinJohan Dahlin2007-12-081-0/+3
| | | | | | | | | | | | | | | | | | 2007-12-08 Johan Dahlin <johan@gnome.org> * tests/parser/: * configure.ac: Add a simple gen-introspect parser test 2007-12-08 Johan Dahlin <johan@gnome.org> * tests/parser/: * configure.ac: Add a simple gen-introspect parser test svn path=/trunk/; revision=67
* reviewed by: Johan Dahlin <johan@gnome.org>Gustavo J. A. M. Carneiro2007-12-061-2/+14
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 2007-12-06 Gustavo J. A. M. Carneiro <gjc@gnome.org> reviewed by: Johan Dahlin <johan@gnome.org> * configure.ac: * gobject-introspection.pc.in: * src/Makefile.am: * src/compiler.c: (format_output), (write_out_metadata), (main): * src/gen-introspect.c: (main): * src/gen-introspect.h: * src/generate.c: (write_callable_info), (write_repository), (load_metadata), (main): * src/gidlmodule.c: (g_idl_module_new), (g_idl_module_build_metadata): * src/gidlmodule.h: * src/gidlparser.c: (start_element_handler): * src/ginfo.c: (g_info_new), (g_info_from_entry), (g_base_info_get_name), (g_base_info_get_namespace), (g_base_info_is_deprecated), (g_base_info_get_annotation), (g_base_info_get_metadata), (g_function_info_get_symbol), (g_function_info_get_flags), (g_function_info_get_property), (g_function_info_get_vfunc), (signature_offset), (g_type_info_new), (g_callable_info_may_return_null), (g_callable_info_get_caller_owns), (g_callable_info_get_n_args), (g_callable_info_get_arg), (g_arg_info_get_direction), (g_arg_info_is_return_value), (g_arg_info_is_dipper), (g_arg_info_is_optional), (g_arg_info_may_be_null), (g_arg_info_get_ownership_transfer), (g_type_info_is_pointer), (g_type_info_get_tag), (g_type_info_get_param_type), (g_type_info_get_interface), (g_type_info_get_array_length), (g_type_info_is_zero_terminated), (g_type_info_get_n_error_domains), (g_type_info_get_error_domain), (g_error_domain_info_get_quark), (g_error_domain_info_get_codes), (g_value_info_get_value), (g_field_info_get_flags), (g_field_info_get_size), (g_field_info_get_offset), (g_registered_type_info_get_type_name), (g_registered_type_info_get_type_init), (g_struct_info_get_n_fields), (g_struct_info_get_field), (g_struct_info_get_n_methods), (g_struct_info_get_method), (find_method), (g_struct_info_find_method), (g_enum_info_get_n_values), (g_enum_info_get_value), (g_object_info_get_parent), (g_object_info_get_type_name), (g_object_info_get_type_init), (g_object_info_get_n_interfaces), (g_object_info_get_interface), (g_object_info_get_n_fields), (g_object_info_get_field), (g_object_info_get_n_properties), (g_object_info_get_property), (g_object_info_get_n_methods), (g_object_info_get_method), (g_object_info_find_method), (g_object_info_get_n_signals), (g_object_info_get_signal), (g_object_info_get_n_vfuncs), (g_object_info_get_vfunc), (g_object_info_get_n_constants), (g_object_info_get_constant), (g_interface_info_get_n_prerequisites), (g_interface_info_get_prerequisite), (g_interface_info_get_n_properties), (g_interface_info_get_property), (g_interface_info_get_n_methods), (g_interface_info_get_method), (g_interface_info_find_method), (g_interface_info_get_n_signals), (g_interface_info_get_signal), (g_interface_info_get_n_vfuncs), (g_interface_info_get_vfunc), (g_interface_info_get_n_constants), (g_interface_info_get_constant), (g_property_info_get_flags), (g_signal_info_get_flags), (g_signal_info_get_class_closure), (g_signal_info_true_stops_emit), (g_vfunc_info_get_flags), (g_vfunc_info_get_offset), (g_vfunc_info_get_signal), (g_constant_info_get_value), (g_union_info_get_n_fields), (g_union_info_get_field), (g_union_info_get_n_methods), (g_union_info_get_method), (g_union_info_is_discriminated), (g_union_info_get_discriminator_offset), (g_union_info_get_discriminator): * src/ginvoke.c: (g_function_info_invoke): * src/girepository.c: (g_irepository_register), (g_irepository_unregister), (g_irepository_get_default), (count_interfaces), (g_irepository_get_n_infos), (find_interface), (g_irepository_get_info), (g_irepository_find_by_name), (g_irepository_get_shared_library), (g_irepository_build_search_path), (g_irepository_register_file), (g_irepository_error_quark): * src/girepository.h: * src/gmetadata.c: (g_metadata_get_dir_entry), (g_metadata_check_sanity), (validate_header), (validate_array_type_blob), (validate_iface_type_blob), (validate_param_type_blob), (validate_error_type_blob), (validate_type_blob), (validate_arg_blob), (validate_signature_blob), (validate_function_blob), (validate_callback_blob), (validate_constant_blob), (validate_value_blob), (validate_field_blob), (validate_property_blob), (validate_signal_blob), (validate_vfunc_blob), (validate_struct_blob), (validate_enum_blob), (validate_object_blob), (validate_interface_blob), (validate_errordomain_blob), (validate_union_blob), (validate_blob), (validate_directory), (validate_annotations), (g_metadata_validate), (_g_metadata_init), (g_metadata_new_from_memory), (g_metadata_new_from_const_memory), (g_metadata_new_from_mapped_file), (g_metadata_free), (g_metadata_set_module), (g_metadata_get_namespace): * src/gmetadata.h: * tests/Makefile.am: * tests/invoke/Makefile.am: * tests/invoke/invoke-namespace-find.sh: * tests/invoke/invoke.c: (main): Add a namespace/shared library mapping. fixes #313268. svn path=/trunk/; revision=66
* Import gen-introspect to generate introspection information by parsing CJuerg Billeter2007-11-301-1/+12
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 2007-11-30 Juerg Billeter <j@bitron.ch> * configure.ac: * src/Makefile.am: * src/clexer.l: * src/cparser.y: * src/gen-introspect.c: (g_idl_node_cmp), (g_igenerator_new), (g_igenerator_write_inline), (g_igenerator_write), (g_igenerator_write_indent), (g_igenerator_write_unindent), (field_generate), (value_generate), (constant_generate), (property_generate), (function_generate), (vfunc_generate), (signal_generate), (interface_generate), (struct_generate), (union_generate), (boxed_generate), (enum_generate), (node_generate), (module_generate), (get_type_from_type_id), (str_replace), (g_igenerator_process_properties), (g_igenerator_process_signals), (g_igenerator_process_types), (get_type_from_ctype), (g_igenerator_process_function_symbol), (g_igenerator_process_unregistered_struct_typedef), (g_igenerator_process_struct_typedef), (g_igenerator_process_union_typedef), (g_igenerator_process_enum_typedef), (g_igenerator_process_function_typedef), (g_igenerator_process_constant), (g_igenerator_process_symbols), (g_igenerator_add_symbol), (g_igenerator_is_typedef), (g_igenerator_generate), (main), (csymbol_new), (csymbol_get_const_boolean), (ctype_new), (ctype_copy), (cbasic_type_new), (ctypedef_new), (cstruct_new), (cunion_new), (cenum_new), (cpointer_new), (carray_new), (cfunction_new), (eat_hspace), (eat_line), (read_identifier), (g_igenerator_parse_macros): * src/gen-introspect.h: Import gen-introspect to generate introspection information by parsing C headers. svn path=/trunk/; revision=63
* Commit an autoconf-conversion patch by Gustavo Carneiro (#308708)Matthias Clasen2005-07-251-0/+37
2005-07-25 Matthias Clasen <mclasen@redhat.com> * Commit an autoconf-conversion patch by Gustavo Carneiro (#308708)