Use automake 1.11 vala support + cleaning of the Makefile.am:
[platform/upstream/libgee.git] / gee / Makefile.am
2010-08-02 Maciej PiechotkaUse automake 1.11 vala support + cleaning of the Makefi...
2010-07-14 Maciej PiechotkaVarious small fixes for build system. Fixes bug 624389
2010-07-12 Rob TaylorBuild typelib for gobject-introspection
2010-04-02 Yaakov SelkowitzFix shared library build on Windows
2009-09-28 Didier 'PtitjesUpdate library's interface to 2:0:0
2009-09-28 Didier 'PtitjesImplement TreeMultiMap
2009-09-28 Didier 'PtitjesExtract AbstractMultiMap from HashMultiMap
2009-09-28 Maciej PiechotkaIntroduce the SortedSet interface and implement it...
2009-09-26 Didier 'PtitjesMake the coverage analysis on Vala code insteead of...
2009-09-23 Didier 'PtitjesImplement TreeMultiSet
2009-09-23 Didier 'PtitjesExtract AbstractMultiSet from HashMultiSet
2009-09-23 Didier 'PtitjesIntroduce MapIterator<K,V> and implement it in HashMap...
2009-09-20 Didier 'PtitjesIntroduce the Comparable interface and provide a Compar...
2009-09-15 Didier 'PtitjesIntroduce the ListIterator interface and make lists...
2009-09-15 Maciej PiechotkaIntroduce the BidirIterator interface
2009-09-15 Didier 'PtitjesIntroduce remove method to the Iterator interface
2009-09-14 Didier 'PtitjesIntroduce PriorityQueue implementation of the Queue...
2009-09-11 Didier 'PtitjesIntroduce Queue and Deque interfaces, and implement...
2009-09-10 Didier 'PtitjesSetup test code coverage with lcov
2009-09-09 Didier 'PtitjesAdd missing --library in addition to --vapi in gee...
2009-09-09 Julien PeetersHide read-only views and make them accessible through...
2009-09-09 Didier 'PtitjesIntroduce benchmarks
2009-09-09 Didier 'PtitjesIntroduce TimSort and the public sorting API
2009-09-06 Ali SabilIntroduce the MultiMap interface and its hash based...
2009-09-06 Ali SabilIntroduce the MultiSet interface and its hash based...
2009-08-03 Didier 'PtitjesBump library's version info
2009-07-31 Tomaž VajngerlAdd Map.is_empty|set_all|remove_all|contains_all and...
2009-07-31 Tomaž VajngerlAdd List.first|last|insert_all methods and AbstractList...
2009-07-23 Didier 'PtitjesIntroduce AbstractCollection base class
2009-07-23 Mark LeeAdd doubly linked list implementation
2009-07-22 Maciej PiechotkaAdd left-leaning red-black tree based set and map
2009-07-22 Didier 'PtitjesHardcode gir repository path
2009-07-20 Didier 'PtitjesGenerate, install and distribute GIR file
2009-04-30 Jürg BilleterFix build with Vala 0.7
2008-05-07 Juerg BilleterUpdate build system to use valac -C, patch by Jaap...
2008-02-26 Juerg Billeteradd unit tests
2008-01-22 Juerg Billeterremove unneeded type casts
2008-01-22 Juerg Billeterupdate for vala 0.1.4
2008-01-22 Juerg Billeterdistribute gee.vala to fix build without valac
2008-01-22 Jürg BilleterInitial import.