| Commit message (Expand) | Author | Age | Files | Lines |
* | vala: Move setting of target profile and standard packages into CodeContext | Rico Tzschichholz | 2020-03-25 | 1 | -9/+1 |
* | vapigen: Define "GOBJECT" corresponding to set profile of CodeContext | Rico Tzschichholz | 2020-03-12 | 1 | -0/+1 |
* | Add missing CodeContext.pop() calls | Princeton Ferro | 2020-03-01 | 1 | -0/+2 |
* | vala: Add CodeContext.get_source_file() and perform some sanity checks | Rico Tzschichholz | 2019-03-19 | 1 | -4/+3 |
* | vala: Drop "explicit" from ValaSourceFile and use "from_commandline" | Rico Tzschichholz | 2018-11-03 | 1 | -2/+2 |
* | vapigen: Warn if the library argument doesn't match any package attribute | Rico Tzschichholz | 2018-09-17 | 1 | -0/+11 |
* | Use dedicated version api of libvala internally as well | Rico Tzschichholz | 2018-08-09 | 1 | -1/+1 |
* | codewriter: Output bodies of code-blocks if in VAPIGEN mode | Rico Tzschichholz | 2018-07-05 | 1 | -1/+1 |
* | Make use of GLib.OPTION_REMAINING instead of "" | Rico Tzschichholz | 2017-12-13 | 1 | -1/+1 |
* | vapigen: Mark given source-files as such and force girparser to handle them | Rico Tzschichholz | 2017-08-19 | 1 | -1/+3 |
* | Drop superfluous inheriting from GLib.Object | Rico Tzschichholz | 2017-06-27 | 1 | -1/+1 |
* | vapigen: Add --nostdpkg option like in valac | Rico Tzschichholz | 2017-04-03 | 1 | -4/+10 |
* | 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 |