Historique des commits

Auteur SHA1 Message Date
  Michaël Van Canneyt 6689e2fe21 * Fix result of TFPSList.Expand in case of early exit il y a 1 an
  Michaël Van Canneyt 33f6a9042d * Minor improvement of TFPSList.Expand il y a 1 an
  Michael Van Canneyt c17cbbe788 * Observe max capacity. Resolves issue #40720 il y a 1 an
  florian 9a32c00070 * improve TFPSList.Delete as proposed by Alexey Torgashin, resolves #40718 il y a 1 an
  Michael VAN CANNEYT ccfa38c68e * Dotted RTL compiles il y a 2 ans
  Sven/Sarah Barth 7420dc545d - remove unused variable; reported by Alexey Torgashin on the forum il y a 2 ans
  Nikolay Nikolov 538f8201e2 + support 16-bit pointer size in TFPGInterfacedObjectList.IndexOf il y a 2 ans
  Nikolay Nikolov 34471a6403 + support 16-bit pointer size in TFPGObjectList.IndexOf il y a 2 ans
  florian 466561f09f * patch by Rika: Use Index* for pointer lists, resolves #40218 il y a 2 ans
  marcoonthegit f532cf1698 * Use an own put for tfpginterfacedobjectlist as per bug #39846. il y a 3 ans
  Michaël Van Canneyt 5df6671ff2 * Fix issue 39431 il y a 3 ans
  Károly Balogh 45b5e9215c rtl: remove defines for v2.x compiler from the common part of the RTL. It's no longer suppported to build with that il y a 4 ans
  marco aa391dadbf * only free if not ffreeobjects, mantis 036853 il y a 5 ans
  marco 37a8536bd4 * undo 43513 which ifdefed usage of ismanagedtype for 3.2. 3.2 now supports ismanagedtype il y a 5 ans
  michael 37a9cda682 * Treat 3.2 as 3.0.4 il y a 5 ans
  michael a5d3aabfc2 * Fix compilation with 3.0.4 il y a 5 ans
  michael 6fcd7fe3f8 * avoid warning about visibility of ItemIsmanaged il y a 5 ans
  michael d21a262a6c * Fix bug #0036270: optimize TFPSList.AddList and .Assign il y a 5 ans
  michael 2557c8e99b * Fix bug ID #0036268, more descriptive comment il y a 6 ans
  svenbarth b7a716cd81 * correct return a pointer to the list so that List^[x] works as it did before 3.2 il y a 6 ans
  nickysn 1d7ff66602 + added .Sort() overloads with a SortingAlgorithm parameter to TFPGList, il y a 6 ans
  nickysn ad677070f4 * hook TFPSList.QuickSort to also call the default sorting algorithm from sortbase il y a 6 ans
  nickysn 4ea42ab6d2 * use the sortbase sorting algorithm in fgl as well il y a 6 ans
  marco 15fcd0ab61 * remove old ifdefs il y a 7 ans
  svenbarth 38c30a557d * deprecate MaxGListSize; it's no longer used by the generic types il y a 7 ans
  svenbarth 2ec7a5acff * change declaration of TTypeList from a static array to a pointer to T as the static array might breach the il y a 7 ans
  svenbarth ddb501bddf * use a TObject constraint for TFPGObjectList and TFPGObjectMap to ensure that only TObject and its descendants il y a 7 ans
  marco b20dd5cdbb * fpslist.deleterange mantis #32807 il y a 7 ans
  michael aabc5dc217 * Add AddList to list classes (bug ID 32447) il y a 8 ans
  michael e4184e0561 * Patch from Denis Kozlov to fix find in case of non-sorted list il y a 8 ans