summaryrefslogtreecommitdiff
path: root/gee
Commit message (Expand)AuthorAgeFilesLines
* gee: Fix type-arguments in castRico Tzschichholz2023-04-171-4/+4
* gee: Fix reversed type-argumentsRico Tzschichholz2023-04-171-1/+1
* gee: Add more missing generic type argumentsRico Tzschichholz2023-04-082-2/+2
* gee: Fix return-type of HashMap.MapIterator.get_key()/get_value()Rico Tzschichholz2023-04-081-2/+2
* gee: Add missing type-argumentsRico Tzschichholz2021-10-153-7/+7
* gee: Replace Memory.dup() with GLib.malloc() and Memory.copy()Rico Tzschichholz2021-02-051-1/+3
* build: Stop passing obsolete --use-headerRico Tzschichholz2020-09-271-1/+0
* Fix various typos in comments and stringsRico Tzschichholz2020-08-191-1/+1
* build: Pass some useful G_LOG_DOMAIN definitionsRico Tzschichholz2019-04-241-0/+1
* Drop trailing spaces/tabsRico Tzschichholz2018-03-271-2/+2
* docs: Fix syntax of several documentation blocksRico Tzschichholz2017-09-061-2/+2
* gee: Add some useful symbols from gee-0.8Rico Tzschichholz2017-06-278-22/+1090
* build: Make sure to dist all generated headersRico Tzschichholz2017-04-261-1/+1
* build: Use --use-header for librariesRico Tzschichholz2017-04-251-0/+1
* build: Add missing '\'Rico Tzschichholz2017-04-141-1/+1
* Add missing generic-type arguments of delegatesRico Tzschichholz2016-10-083-15/+15
* gee: Fix HashMap destructor nameRico Tzschichholz2014-09-231-1/+1
* build: Avoid using ".." for referencing paths and reorganize valac-callsRico Tzschichholz2014-08-241-5/+10
* Fix spelling errors using 'codespell' toolAnatol Pomozov2013-04-262-3/+3
* gee: Add MapIteratorFlorian Brosch2012-01-264-0/+109
* gee: Replace interfaces by abstract classes to improve performanceJürg Billeter2010-09-0911-95/+64
* Add version suffix to installed files to allow parallel installationJürg Billeter2010-08-051-1/+1
* build: Enable silent rules by defaultMarc-André Lureau2010-03-211-2/+5
* Drop ReadOnly* collection classesJürg Billeter2010-03-205-374/+0
* Do not use Gee namespace to avoid conflict with libgeeJürg Billeter2009-10-1215-27/+27
* Add support for coverage analysis using gcov and lcovJürg Billeter2009-09-261-1/+3
* Add VALAFLAGSJaap A. Haitsma2009-07-081-1/+1
* Convert for loops into simple loopsJürg Billeter2009-06-062-2/+2
* gee: Fix memory leak in HashMap.remove and HashSet.removeJürg Billeter2009-06-012-2/+12
* Update code using deprecated # modifier or operatorJürg Billeter2009-04-152-23/+23
* Remove generated .c files on make maintainer-cleanJürg Billeter2009-04-141-0/+7
* Switch build system to not use legacy headersJürg Billeter2009-04-051-5/+3
* add some .gitignoreRyan Lortie2009-02-111-0/+1
* Move gobject-2.0 bindings to separate VAPI fileJürg Billeter2008-10-221-1/+1
* Don't derive from GObject in libvala where not necessary to improveJürg Billeter2008-08-1412-25/+50
* Add support for [Compact] class attribute, register non-compact classesJuerg Billeter2008-05-252-0/+2
* Build executable by defaultJuerg Billeter2008-04-261-1/+1
* report warning when using null literal as return expression of methodJuerg Billeter2008-04-1410-15/+15
* report error when using null literal as default expression of non-nullJuerg Billeter2008-04-144-4/+4
* deprecate construct as parameter modifier, fixes bug 524138Juerg Billeter2008-04-137-13/+29
* report warning when using obsolete syntax for non-null typesJuerg Billeter2008-04-133-6/+6
* fix iterator, patch by Ali SabilJuerg Billeter2008-02-261-5/+0
* remove unreachable return statementsJuerg Billeter2008-02-055-12/+1
* check type of variable initializerJuerg Billeter2008-01-222-2/+2
* add get_element_type method to Gee.IterableJuerg Billeter2008-01-227-5/+37
* remove unneeded type castsJuerg Billeter2008-01-222-13/+13
* add return statements to silence C compilerJuerg Billeter2008-01-091-1/+3
* update to be compatible with new pointer typesJuerg Billeter2007-12-152-21/+21
* fix distcheckJuerg Billeter2007-11-291-1/+1
* don't use filter function in makefiles as it's a GNU make extensionJuerg Billeter2007-11-271-42/+9