summaryrefslogtreecommitdiff
path: root/vala/valamemorymanager.vala
Commit message (Expand)AuthorAgeFilesLines
* fix memory management when mixing pointers and strong references, fixesJuerg Billeter2008-04-071-7/+10
* support delegate parameters in creation methods, fixes bug 513273Juerg Billeter2008-02-211-0/+4
* change my email from rasa@gmx.ch to raffaele@sandrini.ch fix perviousRaffaele Sandrini2008-02-191-1/+1
* build control flow graph, report error for missing return statement inJuerg Billeter2008-01-231-0/+16
* fix memory management of property getters with ownership transfer, fixesJuerg Billeter2008-01-101-3/+10
* update to be compatible with new pointer typesJuerg Billeter2007-12-151-16/+24
* move reference type check from MemoryManager to DataTypeJuerg Billeter2007-12-141-12/+4
* replace Invokable interface by DelegateType, MethodType, and SignalTypeJuerg Billeter2007-12-141-5/+5
* move unresolved type information from DataType into new UnresolvedTypeJuerg Billeter2007-12-021-2/+2
* switch lambda expression to external visitorJuerg Billeter2007-09-171-0/+4
* switch object creation expression to external visitorJuerg Billeter2007-09-171-1/+3
* switch invocation expression to external visitorJuerg Billeter2007-09-171-1/+3
* switch return statement to external visitorJuerg Billeter2007-09-171-1/+3
* switch block to external visitorJuerg Billeter2007-09-171-0/+12
* switch assignment to external visitorJuerg Billeter2007-09-171-1/+3
* fix memory management when using lambda expressionsJuerg Billeter2007-09-161-0/+3
* update license headers to the GNU Lesser General Public License, versionJuerg Billeter2007-09-071-1/+1
* adapt visit initializer and visit array creation to external visitor checkRaffaele Sandrini2007-08-161-0/+12
* add experimental D-Bus client supportJuerg Billeter2007-08-061-0/+2
* add internal copy of libgee and use Gee.ArrayList, Gee.HashMap, andJuerg Billeter2007-07-271-12/+9
* fix memory management in foreach statementsJuerg Billeter2007-07-271-2/+2
* support element access for types implementing Gee.List or Gee.MapJuerg Billeter2007-07-261-60/+2
* add dup_func parameter to generic classes, fix some memory managementJuerg Billeter2007-07-251-76/+103
* skip memory manager for VAPI files remove unnecessary code inJuerg Billeter2007-07-241-1/+3
* derive from Symbol class where appropriate and move symbol table intoJuerg Billeter2007-07-211-18/+18
* move namespaces from SourceFile to CodeContextJuerg Billeter2007-07-171-4/+0
* move iteration of throw statements, try statements, and catch clauses fromJuerg Billeter2007-07-131-0/+12
* remove obsolete ref modifier and callback keywordJuerg Billeter2007-07-091-1/+1
* move iteration of symbol nodes from accept to accept_children methodJürg Billeter2007-06-151-4/+20
* move iteration of data types from accept to accept_children methodJürg Billeter2007-06-151-0/+12
* move iteration of source files and namespaces from accept toJürg Billeter2007-06-151-0/+8
* Move contents of vala-pkg to trunkJürg Billeter2007-05-021-0/+252