summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Add man pages for the generator and compiler.Johan Dahlin2008-08-295-2/+93
* DocumentJohan Dahlin2008-08-292-10/+53
* Remove gidl support.Johan Dahlin2008-08-295-241/+9
* ChangeLogColin Walters2008-08-281-0/+9
* Fix --includedir handlingColin Walters2008-08-284-13/+23
* ChangelogColin Walters2008-08-281-0/+11
* Expand aliases when generating typelibsColin Walters2008-08-283-43/+188
* Suppress size/ssize from being generated in GLibColin Walters2008-08-281-0/+2
* Mention that make check now runs successfully on Windows.Tor Lillqvist2008-08-281-0/+2
* Use binary mode for output file on Windows.Tor Lillqvist2008-08-286-29/+67
* Change type of bitfield fields from guint to the most suitable smallerTor Lillqvist2008-08-282-87/+94
* Make distcheck pass.Johan Dahlin2008-08-286-8/+30
* Include g-ir-scanner in the tarballJohan Dahlin2008-08-281-0/+1
* Remove generated filesJohan Dahlin2008-08-274-40591/+0
* Only send in -no-undefined on Win32 as it breaks on MacOS X.Johan Dahlin2008-08-272-2/+7
* Make g-ir-scanner work on Windows. Still problems with the typelib code.Tor Lillqvist2008-08-2714-39/+320
* Search $DATADIR/girepository instead of $DATADIR/gitypelibs; this namingColin Walters2008-08-263-2/+11
* Also use G_MODULE_SUFFIX instead of hardcoding .so.Colin Walters2008-08-262-1/+6
* Free string in the right place.Colin Walters2008-08-262-1/+8
* Fix small memory leakColin Walters2008-08-261-0/+1
* Handle both .la and .so names; this works better in the uninstalledColin Walters2008-08-262-7/+23
* Proper creditJohan Dahlin2008-08-261-0/+2
* Avoid undeffing __GNUC__, instead define __attribute__ & friends. RemoveJohan Dahlin2008-08-266-40/+21
* make the tests pass againJohan Dahlin2008-08-263-3/+81
* Always print statistics.Colin Walters2008-08-252-11/+21
* Skip over interfaces we don't know.Colin Walters2008-08-252-7/+36
* Parse new implements syntax, drop gapi one. Update. Generate new syntax.Colin Walters2008-08-254-51/+45
* Add interfaces property to class. Write out implemented interfaces.Colin Walters2008-08-257-10/+85
* More correctly pair methods; if we have a symbol that starts with e.g.Colin Walters2008-08-252-8/+31
* Some statisticsColin Walters2008-08-251-1/+10
* Filter out unknown options from pkg-config files.Colin Walters2008-08-252-2/+19
* Fail with better error if we can't find library.Colin Walters2008-08-252-4/+9
* Use subprocess instead of commands, works on Windows and avoids the evilColin Walters2008-08-242-4/+11
* Minor debug tweakColin Walters2008-08-241-1/+1
* Skip over g_object_get_type from GLib trunk.Colin Walters2008-08-242-0/+10
* Don't open shared library here; we already do it in gtypelib.c.Colin Walters2008-08-242-26/+6
* Add context stack so when we get an error we can print out nicely where itColin Walters2008-08-242-62/+182
* Refactor a couple of parsing functions to be simpler to follow. Avoid hugeJohan Dahlin2008-08-242-261/+292
* Remove left-over code, checking type of function.Johan Dahlin2008-08-242-7/+5
* Define DATADIR. Look in DATADIR.Colin Walters2008-08-233-1/+11
* ChangeLogColin Walters2008-08-231-0/+13
* Check constructor returnsColin Walters2008-08-231-15/+125
* Add debug bit, tweak to use GUINT as correct.Colin Walters2008-08-231-2/+4
* Redo signature_offset to be cleaner and correct for vfuncsColin Walters2008-08-231-3/+11
* Remove duplicate start_boxed.Colin Walters2008-08-231-4/+0
* Don't take functions returning basic types as ctorsColin Walters2008-08-231-0/+3
* Dep on compilerColin Walters2008-08-231-2/+2
* Another debug printColin Walters2008-08-231-1/+4
* Add debug print, fix includesColin Walters2008-08-233-0/+3
* Add deps on MakefileColin Walters2008-08-231-2/+2