| Commit message (Expand) | Author | Age | Files | Lines |
* | Make g-ir-compiler find files installed by make install | Holger Hans Peter Freyther | 2009-06-11 | 5 | -5/+23 |
* | Don't fail if no --output option is specified | Colin Walters | 2009-06-11 | 1 | -1/+2 |
* | Remove duplicate typelib installation rules | root | 2009-06-10 | 1 | -1/+1 |
* | Bug 577546 - More annotations for GLib, GObject, Gio | Colin Walters | 2009-06-09 | 4 | -5/+38 |
* | Bug 577534 - Use rename to write new typelibs, instead of in-place overwrite | Colin Walters | 2009-06-09 | 1 | -11/+27 |
* | Bug 584453 - Handle char ** correctly (and const variation) | Colin Walters | 2009-06-09 | 7 | -17/+57 |
* | Add a test_strv_out which is unannotated, rename current to test_strv_out_con... | Colin Walters | 2009-06-08 | 2 | -2/+19 |
* | Bug 585081 - Correct everything linkage | Simon van der Linden | 2009-06-08 | 1 | -1/+1 |
* | Move Everything into gir/, since it's a public library | Colin Walters | 2009-06-04 | 7 | -72/+49 |
* | Add an Everything-1.0-expected.gir, test Everything versus it | Colin Walters | 2009-06-04 | 2 | -0/+1236 |
* | Add GLclampf to the GL GIR | Emmanuele Bassi | 2009-06-04 | 1 | -0/+1 |
* | Annotations for g_option_context_parse. | C. Scott Ananian | 2009-05-29 | 1 | -0/+6 |
* | A few transfer-related tests for "Everything" | Andreas Rottmann | 2009-05-29 | 2 | -0/+52 |
* | Fix pep8.py and its invocation. | Chris Rivera | 2009-05-28 | 2 | -2/+2 |
* | Better handle classes with non-standard to_underscore names. | C. Scott Ananian | 2009-05-20 | 3 | -2/+157 |
* | Update doc comments. | C. Scott Ananian | 2009-05-12 | 1 | -3/+1 |
* | Add GHash tests to Everything test GI library. | C. Scott Ananian | 2009-05-12 | 2 | -2/+188 |
* | Fix the list comparison assertions. | C. Scott Ananian | 2009-05-12 | 1 | -4/+10 |
* | Everything: more tests for integer array parameters. | C. Scott Ananian | 2009-05-12 | 2 | -1/+92 |
* | Fix annotations for GList and GSList tests. | C. Scott Ananian | 2009-05-12 | 1 | -0/+40 |
* | Enable the utf8 tests in the everything module. | C. Scott Ananian | 2009-05-12 | 2 | -5/+19 |
* | Allow the use of the "Rename To" annotation for literal method renaming. | C. Scott Ananian | 2009-05-12 | 1 | -2/+15 |
* | Remove orphan text, left over from parent document. | C. Scott Ananian | 2009-05-12 | 1 | -6/+0 |
* | Remove (out) annotation for now from Everything structs | Colin Walters | 2009-05-07 | 1 | -2/+2 |
* | Fix typo in the TestInterface gtype name | Tomeu Vizoso | 2009-05-06 | 1 | -1/+1 |
* | Add an interface to Everything | Tomeu Vizoso | 2009-05-05 | 2 | -0/+35 |
* | Add element type annotations for GList arguments | Marina Zhurakhinskaya | 2009-05-01 | 1 | -1/+9 |
* | Avoid writing out empty array if we have no _get_type functions | Colin Walters | 2009-04-03 | 1 | -12/+12 |
* | Fix 'Could not find GIR file ...' error to use right filename. | Dan Winship | 2009-03-28 | 1 | -10/+8 |
* | Bug 576605 - Get rid of GI_SCOPE_TYPE_OBJECT | Andreas Rottmann | 2009-03-27 | 3 | -7/+0 |
* | Annotate g_filename_completer_get_completions | Johan Dahlin | 2009-03-25 | 1 | -0/+6 |
* | Remove spurious addition of 'GSList *handlers' in last commit | Andreas Rottmann | 2009-03-24 | 1 | -1/+0 |
* | Additions to the 'Everything' namespace | Andreas Rottmann | 2009-03-24 | 2 | -3/+53 |
* | Bug 576323 - Fix inner constant parsing Signed-off-by: Didier 'Ptitjes <ptitj... | Didier 'Ptitjes | 2009-03-24 | 1 | -1/+1 |
* | Include g-ir-scanner.in in the distribution | Johan Bilien | 2009-03-24 | 2 | -2/+4 |
* | Add a test signal with an argument flagged as G_SIGNAL_TYPE_STATIC_SCOPE | Johan Bilien | 2009-03-24 | 2 | -0/+15 |
* | Add several GLib annotations | Andreas Rottmann | 2009-03-24 | 1 | -0/+45 |
* | Bug 574284 - Add support for a 'closure' and 'destroy' annotations | Andreas Rottmann | 2009-03-23 | 6 | -1/+128 |
* | Some small cosmetic tweaks | Andreas Rottmann | 2009-03-19 | 3 | -3/+5 |
* | Bug 556475 – support Shadows: annotation | Andreas Rottmann | 2009-03-19 | 6 | -1/+124 |
* | Bug 564016 - Include c:prefix in typelib, use it to optimize find_by_gtype | Colin Walters | 2009-03-17 | 14 | -18/+108 |
* | Bug 564016 - Add c:prefix to .gir | Colin Walters | 2009-03-17 | 9 | -13/+31 |
* | Bug 575613 - Enum stripping with common prefix, also use "_" consistently | Colin Walters | 2009-03-17 | 6 | -15/+94 |
* | Substitute g-ir-scanner in Makefile, not in configure.ac | Colin Walters | 2009-03-16 | 2 | -1/+4 |
* | Bug 565147 - Add (type) annotation to override the C type definition | Colin Walters | 2009-03-16 | 9 | -1/+88 |
* | Bug 574501 - Install giscanner Python module to private directory | Colin Walters | 2009-03-16 | 4 | -30/+53 |
* | Bug 574139 – There is no way to identify 'user_data' arguments in the callb... | Andreas Rottmann | 2009-03-09 | 5 | -6/+13 |
* | Bug 557383 - Virtual method support | Colin Walters | 2009-03-05 | 19 | -84/+655 |
* | Bug 573332 - Allow annotation of enums as bitfields | Andreas Rottmann | 2009-03-04 | 6 | -14/+27 |
* | Introduce documentation-block options | Andreas Rottmann | 2009-03-04 | 1 | -7/+18 |