summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* SourceFile: change the definition of 'used'0.10-parallelRyan Lortie2010-10-063-11/+3
* Check accessibility of constantsJürg Billeter2010-09-182-0/+4
* Report error for private virtual methodsJürg Billeter2010-09-181-0/+5
* CodeWriter: Do not do any sorting in FAST modeJürg Billeter2010-09-181-0/+8
* UnresolvedType: Override is_disposable methodJürg Billeter2010-09-181-0/+4
* Do not require interface implementations in fast-vapiJürg Billeter2010-09-181-1/+1
* CodeWriter: Support external symbolsJürg Billeter2010-09-181-0/+4
* Work around code writer issues with address of expressionsJürg Billeter2010-09-181-1/+3
* CodeWriter: Support non-constant expressions as default argumentsJürg Billeter2010-09-181-1/+1
* codegen: Fix external constantsJürg Billeter2010-09-181-1/+1
* codegen: Skip visiting fast-vapisRyan Lortie2010-09-181-1/+2
* CodeWriter: Do not replace .vapi if unchangedRyan Lortie2010-09-181-2/+35
* codegen: Run partial codegen on fast vapi filesRyan Lortie2010-09-182-1/+18
* CodeWriter: Omit cheader_filename for fast vapiRyan Lortie2010-09-181-10/+12
* valac: Output make-style dependency fileRyan Lortie2010-09-185-1/+41
* Properties, Methods: Relax some checksRyan Lortie2010-09-183-3/+3
* Symbol: Add SourceFileType source_typeRyan Lortie2010-09-181-1/+15
* SourceFileType: Add SourceFileType.NONERyan Lortie2010-09-181-0/+1
* valac: Add --use-fast-vapi commandline argumentRyan Lortie2010-09-181-1/+12
* SourceFile: Add SourceFileType.FAST enum valueRyan Lortie2010-09-181-1/+2
* valac: Add --fast-vapi= commandline argumentRyan Lortie2010-09-181-0/+9
* CodeWriter: Add CodeWriterType.FAST enum valueRyan Lortie2010-09-181-1/+18
* MemberAccess: Fix crash in .to_string()Ryan Lortie2010-09-181-1/+1
* UnresolvedType: Improve .to_string()Ryan Lortie2010-09-181-1/+24
* CodeWriter: Introduce CodeWriterType enumerationRyan Lortie2010-09-182-24/+28
* SourceFile: Introduce SourceFileType enumerationRyan Lortie2010-09-1811-42/+46
* Simplify attribute objectsJürg Billeter2010-09-185-46/+78
* Do not create empty type parameter lists in parserJürg Billeter2010-09-181-2/+9
* Improve performance of SemanticAnalyzer.is_type_accessibleJürg Billeter2010-09-187-31/+25
* Create array lists in Method class only on demandJürg Billeter2010-09-181-14/+56
* Support iteration via index to improve performanceJürg Billeter2010-09-181-0/+33
* gee: Replace interfaces by abstract classes to improve performanceJürg Billeter2010-09-1811-95/+64
* Report error on invalid using directivesAaron Andersen2010-09-181-1/+1
* Release 0.10.00.10.0Jürg Billeter2010-09-181-0/+7
* gio-2.0: Fix g_settings_list_* bindingsJürg Billeter2010-09-172-3/+9
* gio-2.0: Update to 2.26 branchJürg Billeter2010-09-174-239/+637
* glib-2.0: Add GDateTime bindingsJürg Billeter2010-09-171-0/+80
* gtksourceview-2.0: make SourceCompletionProvider.get_icon nullableEvan Nemerson2010-09-172-3/+4
* posix: add getpwnam bindingRobert Ancell2010-09-171-0/+2
* readline: fix the completion_matches bindingPhilip Withnall2010-09-171-1/+1
* readline: fix the cname of CompentryFuncPhilip Withnall2010-09-171-1/+1
* readline: fix the signature of CompletionFuncPhilip Withnall2010-09-171-2/+2
* readline: fix the attempted_completion_function bindingPhilip Withnall2010-09-171-1/+1
* glib-2.0: Add several missing symbols for glib-2.26.Evan Nemerson2010-09-171-0/+9
* glib-2.0: Add g_key_file_get/set_int64 bindingsJürg Billeter2010-09-161-0/+4
* girparser: Report error on unsupported GIR versionJürg Billeter2010-09-161-0/+6
* D-Bus: Add missing gio.h include for GDBus serversJürg Billeter2010-09-161-0/+2
* D-Bus: Do not use GLib.Application in testsJürg Billeter2010-09-156-24/+42
* girparser: Fix detection of asynchronous methodsJürg Billeter2010-09-151-2/+6
* Write GIR version 1.2 instead of version 1.1Evan Nemerson2010-09-155-48/+89