| Commit message (Expand) | Author | Age | Files | Lines |
* | vapigen: Call setlocale in main function | Ting-Wei Lan | 2016-06-18 | 1 | -0/+1 |
* | Use Path.build_path instead of using raw string.printf | Luca Bruno | 2011-09-05 | 1 | -1/+1 |
* | Use '/' as directory separator instead of using build_filename | Luca Bruno | 2011-09-02 | 1 | -1/+1 |
* | vapigen: Fix marking gir metadata as source. | Luca Bruno | 2011-04-04 | 1 | -5/+11 |
* | Add --metadatadir option to specify path for GIR metadata | Luca Bruno | 2011-04-04 | 1 | -0/+4 |
* | glib-2.0: Add string.index_of_nth_char | Jürg Billeter | 2011-01-15 | 1 | -1/+1 |
* | girparser: Add metadata stack while parsing the gir, generalize merging | Luca Bruno | 2010-11-08 | 1 | -1/+9 |
* | vapigen: Add --disable-warnings and use --quiet to tune reports verbosity | Luca Bruno | 2010-11-08 | 1 | -0/+4 |
* | girparser: Parse included GIR files | Luca Bruno | 2010-11-08 | 1 | -2/+1 |
* | vapigen: Remove misleading --metadata, each .gir must have its own .metadata. | Luca Bruno | 2010-11-08 | 1 | -5/+0 |
* | vapigen: Honor --directory option as output directory | Luca Bruno | 2010-11-08 | 1 | -1/+6 |
* | vapigen: Remove obsolete code for handling omitted --library option | Luca Bruno | 2010-11-08 | 1 | -20/+7 |
* | Add CodeContext.check method | Jürg Billeter | 2010-10-28 | 1 | -9/+1 |
* | Move package adding logic to CodeContext | Luca Bruno | 2010-10-03 | 1 | -77/+20 |
* | SourceFile: Introduce SourceFileType enumeration | Ryan Lortie | 2010-09-09 | 1 | -3/+3 |
* | glib-2.0: Deprecate string.len () in favor of string.length | Jürg Billeter | 2010-08-20 | 1 | -1/+1 |
* | vapigen: Report error when omitting --library option | Jürg Billeter | 2010-03-21 | 1 | -1/+3 |
* | build: Use git-version-gen | Jürg Billeter | 2010-03-13 | 1 | -1/+1 |
* | Remove traces of NoArrayLength, and warn on its usage | Marc-André Lureau | 2010-01-29 | 1 | -3/+0 |
* | Allow use of .gir directly from valac | Ryan Lortie | 2009-10-18 | 1 | -2/+9 |
* | glib-2.0: Fix g_strchomp, g_strchug, and g_strstrip bindings | Jürg Billeter | 2009-08-15 | 1 | -1/+1 |
* | Make vapigen obey deps files for --pkg arguments. | Rob Taylor | 2009-07-22 | 1 | -1/+21 |
* | support .deps files when using new .gir files. | Rob Taylor | 2009-07-22 | 1 | -1/+16 |
* | vapigen: Use GObject profile | Jürg Billeter | 2009-06-25 | 1 | -0/+1 |
* | GIR parser: Add support for package and c:include tags | Jürg Billeter | 2009-02-27 | 1 | -0/+4 |
* | Support context-specific error reporting and add a context stack, based on | Jürg Billeter | 2009-02-20 | 1 | -10/+11 |
* | Drop obsolete foreach support for null-terminated arrays | Jürg Billeter | 2009-01-04 | 1 | -3/+3 |
* | Replace [NoArrayLength] by [CCode (array_length = false)], which can also | Jürg Billeter | 2009-01-04 | 1 | -4/+7 |
* | Add --dump-tree command-line option to write code tree to file | Jürg Billeter | 2008-11-30 | 1 | -1/+1 |
* | Move attribute processing to semantic analyzer | Jürg Billeter | 2008-11-02 | 1 | -8/+15 |
* | Move gobject-2.0 bindings to separate VAPI file | Jürg Billeter | 2008-10-22 | 1 | -1/+4 |
* | Add experimental .gir support to vapigen | Jürg Billeter | 2008-10-17 | 1 | -0/+12 |
* | Fix handling of ref array arguments | Jürg Billeter | 2008-05-31 | 1 | -5/+5 |
* | Track error types that expressions can throw, based on patch by Jared | Juerg Billeter | 2008-05-25 | 1 | -3/+6 |
* | report warning when using null literal as return expression of method | Juerg Billeter | 2008-04-14 | 1 | -1/+1 |
* | report warning when using obsolete syntax for non-null types | Juerg Billeter | 2008-04-13 | 1 | -1/+1 |
* | move get_package_path method to libvala | Juerg Billeter | 2008-02-03 | 1 | -27/+4 |
* | add --quiet option to valac and vapigen, patch by Emmanuele Bassi, fixes | Juerg Billeter | 2008-01-21 | 1 | -2/+8 |
* | fix memory management of out parameters, fixes bug 501838 | Juerg Billeter | 2008-01-10 | 1 | -2/+2 |
* | fix .deps file handling | Juerg Billeter | 2007-10-27 | 1 | -2/+2 |
* | use .vapi as file extension for generated bindings | Juerg Billeter | 2007-10-09 | 1 | -2/+2 |
* | update license headers to the GNU Lesser General Public License, version | Juerg Billeter | 2007-09-07 | 1 | -1/+1 |
* | don't implicitly derive from GLib.Object in preparation for a more | Juerg Billeter | 2007-08-30 | 1 | -1/+1 |
* | use .deps files to satisfy dependencies, patch by Alberto Ruiz, fixes bug | Juerg Billeter | 2007-08-27 | 1 | -0/+32 |
* | remove most namespace detection workarounds, fixes bug 463171 | Juerg Billeter | 2007-08-07 | 1 | -4/+4 |
* | fix --version option in vapigen, patch by Jaap A. Haitsma, fixes bug | Juerg Billeter | 2007-08-06 | 1 | -0/+5 |
* | derive from Symbol class where appropriate and move symbol table into | Juerg Billeter | 2007-07-21 | 1 | -7/+0 |
* | move namespaces from SourceFile to CodeContext | Juerg Billeter | 2007-07-17 | 1 | -1/+0 |
* | remove Error out parameters, use exceptions | Juerg Billeter | 2007-07-12 | 1 | -9/+9 |
* | remove obsolete ref modifier and callback keyword | Juerg Billeter | 2007-07-09 | 1 | -2/+2 |