summaryrefslogtreecommitdiff
path: root/gee
Commit message (Expand)AuthorAgeFilesLines
* Implementations of "G List.get()" should use non-nullable return as definedHEADmastermainRico Tzschichholz2023-04-134-4/+4
* Add more missing generic type argumentsRico Tzschichholz2023-04-083-3/+3
* Keep the original exception in Future.map/flat_mapBrendan Long2022-09-171-2/+11
* Add more missing generic type argumentsRico Tzschichholz2022-08-011-3/+3
* Various English and typo fixes in the documentationReuben Thomas2022-04-042-2/+2
* Add more missing generic type argumentsRico Tzschichholz2022-01-301-1/+1
* gee/Makefile.am: include Makefile.introspectionFabrice Fontaine2021-11-301-1/+2
* Add more missing generic type argumentsRico Tzschichholz2021-10-154-11/+11
* Remove invalid usage of type-argument for Gee.Future.SourceFuncArrayElementRico Tzschichholz2021-03-072-8/+8
* Replace Memory.dup() with GLib.malloc() and Memory.copy()Rico Tzschichholz2021-02-052-1/+4
* Various English and typo fixes in the documentationReuben Thomas2020-10-2321-54/+56
* Flatten call structure a bitRico Tzschichholz2019-11-252-17/+21
* Guard GLib.Cond.wait/wait_until calls against spurious or stolen wakeupsRico Tzschichholz2019-10-052-14/+22
* Fix "Access to possible `null'" warnings and use unsafe castsRico Tzschichholz2019-09-254-25/+25
* Constructors of abstract classes should not be publicRico Tzschichholz2019-03-143-4/+4
* Revert "Add additional query functions to Traversable<G>"Maciej Piechotka2018-02-111-39/+0
* Add additional query functions to Traversable<G>Edward Hennessy2017-12-111-0/+39
* Fix links in Traverable.tee() docRico Tzschichholz2017-12-111-2/+2
* Fix some delegate copying warningsRico Tzschichholz2017-09-122-3/+3
* Change @since to reflect the correct versionMaciej Piechotka2017-02-221-6/+6
* Add some more query operations for Traversable<G>Rodrigo Moya2017-01-171-0/+112
* Drop obsolete VALA_0_16 conditionalsRico Tzschichholz2016-12-141-4/+0
* Fix converting enumerations and flags to arraysColomban Wendling2016-11-232-0/+10
* Fix memory-leaks by avoiding field initializers for generic fieldsOle André Vadla Ravnås2016-10-114-9/+16
* Fix use-after-frees caused by weak pointer issuesOle André Vadla Ravnås2016-10-112-0/+12
* Replace deprecated NoArrayLength annotationRico Tzschichholz2016-09-291-2/+2
* Fix overrides with non-matching typesMatthias Berndt2016-09-295-11/+11
* Fix type parameters in TreeMapJürg Billeter2016-09-271-8/+8
* Fix 'static const' warnings with vala 0.33.1Rico Tzschichholz2016-09-144-6/+6
* Fix type parameters in LightMapFuture.wait_until/asyncJürg Billeter2016-07-151-4/+4
* Fix type parameters in AbstractMultiMap.Values.add/removeJürg Billeter2016-07-151-2/+2
* Handle deprecated Deprecated annotation with newer valacRico Tzschichholz2016-06-092-0/+20
* Fix some valadocsBen Iofel2016-01-202-7/+8
* Sleep 100 ms in GC thread when there is nothing to doMaciej Piechotka2014-10-111-0/+3
* Fix a documentation typoMichael Catanzaro2014-10-041-1/+1
* Fix destructor-name of HashMapRico Tzschichholz2014-09-261-1/+1
* Explicitly make the hashes, equality and comparation immutableMaciej Piechotka2014-09-133-3/+63
* Fix valadoc syntax and extend Traversable.tee documentationMaciej Piechotka2014-09-134-43/+47
* Add explicit implementation of tee to all iteratorsMaciej Piechotka2014-08-1613-75/+502
* Add unrolled listMaciej Piechotka2014-06-222-0/+1131
* Add myself to copyright list of LinkedListMaciej Piechotka2014-06-221-0/+1
* Make the documentation of ListIterator.add and BidirList.insert more specific.Maciej Piechotka2014-06-226-125/+203
* Conditionally assume in Gee.ArrayList and Gee.LinkedListMaciej Piechotka2014-06-223-4/+21
* Fix case of releasing lock-free resources during the local cleanupMaciej Piechotka2014-03-011-15/+13
* Fix case of releasing lock-free resources during the global cleanupMaciej Piechotka2014-03-011-7/+24
* Fix HazardPointer implementationMaciej Piechotka2014-03-011-4/+7
* Move to WeakRef to avoid data racesMaciej Piechotka2014-01-2511-55/+80
* Fix the documentation to use constantMaciej Piechotka2013-12-251-2/+2
* Fix unintentional break of ABI/C APIMaciej Piechotka2013-12-161-1/+1
* Fix unused variable warnings for HazardPointerMaciej Piechotka2013-12-163-0/+60