summaryrefslogtreecommitdiff
path: root/vapigen/valavapigen.vala
Commit message (Expand)AuthorAgeFilesLines
* vapigen: Mark given source-files as such and force girparser to handle themRico Tzschichholz2017-08-271-1/+3
* vapigen: Add --nostdpkg option like in valacRico Tzschichholz2017-04-031-4/+10
* vapigen: Call setlocale in main functionTing-Wei Lan2016-06-181-0/+1
* Use Path.build_path instead of using raw string.printfLuca Bruno2011-09-051-1/+1
* Use '/' as directory separator instead of using build_filenameLuca Bruno2011-09-021-1/+1
* vapigen: Fix marking gir metadata as source.Luca Bruno2011-04-041-5/+11
* Add --metadatadir option to specify path for GIR metadataLuca Bruno2011-04-041-0/+4
* glib-2.0: Add string.index_of_nth_charJürg Billeter2011-01-151-1/+1
* girparser: Add metadata stack while parsing the gir, generalize mergingLuca Bruno2010-11-081-1/+9
* vapigen: Add --disable-warnings and use --quiet to tune reports verbosityLuca Bruno2010-11-081-0/+4
* girparser: Parse included GIR filesLuca Bruno2010-11-081-2/+1
* vapigen: Remove misleading --metadata, each .gir must have its own .metadata.Luca Bruno2010-11-081-5/+0
* vapigen: Honor --directory option as output directoryLuca Bruno2010-11-081-1/+6
* vapigen: Remove obsolete code for handling omitted --library optionLuca Bruno2010-11-081-20/+7
* Add CodeContext.check methodJürg Billeter2010-10-281-9/+1
* Move package adding logic to CodeContextLuca Bruno2010-10-031-77/+20
* SourceFile: Introduce SourceFileType enumerationRyan Lortie2010-09-091-3/+3
* glib-2.0: Deprecate string.len () in favor of string.lengthJürg Billeter2010-08-201-1/+1
* vapigen: Report error when omitting --library optionJürg Billeter2010-03-211-1/+3
* build: Use git-version-genJürg Billeter2010-03-131-1/+1
* Remove traces of NoArrayLength, and warn on its usageMarc-André Lureau2010-01-291-3/+0
* Allow use of .gir directly from valacRyan Lortie2009-10-181-2/+9
* glib-2.0: Fix g_strchomp, g_strchug, and g_strstrip bindingsJürg Billeter2009-08-151-1/+1
* Make vapigen obey deps files for --pkg arguments.Rob Taylor2009-07-221-1/+21
* support .deps files when using new .gir files.Rob Taylor2009-07-221-1/+16
* vapigen: Use GObject profileJürg Billeter2009-06-251-0/+1
* GIR parser: Add support for package and c:include tagsJürg Billeter2009-02-271-0/+4
* Support context-specific error reporting and add a context stack, based onJürg Billeter2009-02-201-10/+11
* Drop obsolete foreach support for null-terminated arraysJürg Billeter2009-01-041-3/+3
* Replace [NoArrayLength] by [CCode (array_length = false)], which can alsoJürg Billeter2009-01-041-4/+7
* Add --dump-tree command-line option to write code tree to fileJürg Billeter2008-11-301-1/+1
* Move attribute processing to semantic analyzerJürg Billeter2008-11-021-8/+15
* Move gobject-2.0 bindings to separate VAPI fileJürg Billeter2008-10-221-1/+4
* Add experimental .gir support to vapigenJürg Billeter2008-10-171-0/+12
* Fix handling of ref array argumentsJürg Billeter2008-05-311-5/+5
* Track error types that expressions can throw, based on patch by JaredJuerg Billeter2008-05-251-3/+6
* report warning when using null literal as return expression of methodJuerg Billeter2008-04-141-1/+1
* report warning when using obsolete syntax for non-null typesJuerg Billeter2008-04-131-1/+1
* move get_package_path method to libvalaJuerg Billeter2008-02-031-27/+4
* add --quiet option to valac and vapigen, patch by Emmanuele Bassi, fixesJuerg Billeter2008-01-211-2/+8
* fix memory management of out parameters, fixes bug 501838Juerg Billeter2008-01-101-2/+2
* fix .deps file handlingJuerg Billeter2007-10-271-2/+2
* use .vapi as file extension for generated bindingsJuerg Billeter2007-10-091-2/+2
* update license headers to the GNU Lesser General Public License, versionJuerg Billeter2007-09-071-1/+1
* don't implicitly derive from GLib.Object in preparation for a moreJuerg Billeter2007-08-301-1/+1
* use .deps files to satisfy dependencies, patch by Alberto Ruiz, fixes bugJuerg Billeter2007-08-271-0/+32
* remove most namespace detection workarounds, fixes bug 463171Juerg Billeter2007-08-071-4/+4
* fix --version option in vapigen, patch by Jaap A. Haitsma, fixes bugJuerg Billeter2007-08-061-0/+5
* derive from Symbol class where appropriate and move symbol table intoJuerg Billeter2007-07-211-7/+0
* move namespaces from SourceFile to CodeContextJuerg Billeter2007-07-171-1/+0