summaryrefslogtreecommitdiff
path: root/packages/rtl-generics
Commit message (Expand)AuthorAgeFilesLines
* * regenerated makefiles in the packages directorynickysn2020-04-191-1/+17
* * regenerated makefilesjonas2020-04-181-9/+38
* * rebuild Makefilesflorian2020-04-101-1/+17
* * regenerated Makefilesflorian2020-03-211-1/+9
* Regenerate all Makefile's after commit #43472pierre2019-11-151-4/+8
* * correctly declare the return value of TPKeyEnumerator.GetCurrent as PKey in...svenbarth2019-11-081-1/+1
* Update all trunk/fpcsrc Makefile's after commit 42749pierre2019-08-201-4/+6
* * fix for Mantis #35919: apply patch by Maciej Izaksvenbarth2019-08-022-0/+46
* * fix for Mantis #35921: apply patch by Maciej Izaksvenbarth2019-08-021-3/+3
* * regenerated Makefiles with LLVM bitcode installation supportjonas2019-04-201-4/+5
* Regenerate Makefile's after fpcmake change in commit #41721pierre2019-03-171-0/+1
* haiku-x86_64: regenerated all Makefiles, take 2karoly2019-01-041-1/+9
* * Regenerated makefiles to support x86_64-android.yury2018-10-171-1/+9
* * Regenerated makefiles to support aarch64-android.yury2018-10-061-4/+10
* Update all packages Makefile'spierre2018-09-271-1/+34
* Disable libraries not compiling for jvm-java or jvm-android targetspierre2018-09-261-0/+3
* * trunk to 3.3.1marco2018-08-183-3/+3
* * regenned makefile without date/rev components for easier merging.marco2018-08-181-1/+1
* * Patch 96bc38cb7f0230d9749a8b27ab01ccefcf4f4c03 from Maciej Izakmichael2018-07-041-1/+1
* * Git Patch 9ce10f8ba895c9d14a57df17910715bfd52b5257 from Maciejmichael2018-07-041-0/+6
* * Git Patch 181ab62eacfe31cfdf76d704564e289a91e88487 from Maciejmichael2018-07-041-2/+10
* Fix compilation for i386 CPU with -Cg option.pierre2018-07-041-5/+12
* * Reinstate GenericsHash as default hashmichael2018-07-011-1/+1
* * Update from Maciej Izak, bug ID 33921michael2018-06-2929-115/+258
* Disable assembler code for i386 OS targets using old GNU assemblerspierre2018-05-031-1/+11
* Ensure FindInsertNode only return -1, 0 or +1pierre2018-04-191-0/+3
* Allow usage of other type kinds than only objects for keys and values for TOb...maciej2018-04-172-4/+12
* Regenerated Makefile's after addition of ppas and ppaslink script removal in ...pierre2018-04-121-5/+13
* Add SKIPTARGET for OSes that do not compile fcl-fpcunitpierre2018-03-281-0/+1
* rtl-generics: new examples for THashSet collectionmaciej2018-03-228-0/+450
* Patch from Ville Krumlinde for xxHash32 crash on Mac OS 64-bit, mantis 33477maciej2018-03-221-2/+2
* Define PUREPASCAL for i386 if PIC code is generated, to avoid compilation fai...pierre2018-03-091-2/+8
* Big update for rtl-generics (aka Generics.Collections 2.0 - sync with https:/...maciej2018-03-0917-131/+6709
* * Update all fpcsrc Makefile's using latest fpcmake version 2017-09-21 rev ...pierre2017-10-161-1/+5
* regenerated Makefiles for m68k-macos targetkaroly2017-08-221-20/+4
* packages: disabled packages for macos and palmos which currently cannot be bu...karoly2017-08-121-1/+1
* * Fix bug ID 32136, object not freed when replaced by anothermichael2017-07-111-2/+3
* Regenerated all Makefile from packages directoriespierre2017-06-011-2/+10
* Guard critical section procedure calls with ifdef FPC_HAS_FEATURE_THREADINGpierre2017-05-051-0/+8
* Regenerate all Makefile's after changes related to FPCDIR checkspierre2017-04-181-8/+24
* rtl-generics: speed up quadratic probe function. If the hash table size is a ...maciej2017-03-191-12/+1
* rtl-generics: Update TOpenAddressingQP<OPEN_ADDRESSING_CONSTRAINTS>.FindBucke...maciej2017-03-162-6/+38
* rtl-generics: remove unused "m" parameter from "Probe" methods for memory exp...maciej2017-03-162-16/+15
* rtl-generics: Fix critical issue (infinity loop) for quadratic probing. Table...maciej2017-03-162-2/+63
* rtl-generics: Change visibility of method TDeamortizedDArrayCuckooMap<CUCKOO_...maciej2017-03-161-1/+1
* Clean up Generics.Collections. Remove old useless bugs workarounds. More deta...maciej2017-02-061-13/+6
* Remove redundant TArray<T> declaration in Generics.Collections. Was introduce...maciej2017-02-061-2/+0
* - don't build rtl-generics for the win16 target, because its rtl is still inc...nickysn2016-10-111-1/+1
* * fix declarations; these only worked by accident and will no longer work aft...svenbarth2016-09-162-2/+2
* Fix for Mantis #30453: add Delphi compatible TThreadList<>svenbarth2016-08-121-2/+87