Historique des commits

Auteur SHA1 Message Date
  Sam Lantinga 25b2d2c821 Use new parameter validation macro il y a 6 mois
  Ryan C. Gordon 84a236c92e hashtable: Redesign the hashtable API. il y a 1 an
  Anonymous Maarten 6cf6b160cd SDL_hashtable: don't use assert from libc il y a 1 an
  Sam Lantinga f2074d7af3 Updated copyright for 2025 il y a 1 an
  Sam Lantinga 43a61fec91 Removed external hashtable locking functions il y a 1 an
  Sam Lantinga 61511c48a4 SDL_HashTable is now optionally thread-safe il y a 1 an
  Sam Lantinga 4b7c5f561b Fixed warning: ‘new_item.probe_len’ may be used uninitialized in this function il y a 1 an
  Sam Lantinga ff834f7733 Removed the restrict keyword il y a 1 an
  Sam Lantinga 06bd214af6 Fixed warnings building on Android il y a 1 an
  Petar Popovic f4cea5e019 Removed const qualifiers from SDL_CreateHashTable() parameter types il y a 1 an
  Sam Lantinga 47450425fd Allow iterating just the keys or values in a hashtable il y a 1 an
  Sam Lantinga 0b64520997 hashtable: fixed unused-parameter warnings il y a 1 an
  Sam Lantinga c84d825241 Added SDL_HashPointer() and SDL_KeyMatchPointer() il y a 1 an
  Sam Lantinga 2825a682f0 Fixed build errors il y a 1 an
  Andrei Alexeyev ba7b346e52 hashtable: reimplement as open-addressed robin hood hashtable il y a 1 an
  Sam Lantinga 56fc4b790c Reduce strcmp() calls in hashtable lookup il y a 1 an
  Sam Lantinga 90e01040c5 Added thread-safe environment functions il y a 1 an
  Sam Lantinga 8f546bb3c9 Use C99 bool internally in SDL il y a 1 an
  Sam Lantinga 2ba76dbe80 Simplified SDL_Surface il y a 1 an
  Brick 40ed098ce8 Improve the bucket distribution of SDL_HashTable il y a 1 an
  Sam Lantinga 679e4471ed Added the ability to query the keymap for keycodes based on modifier state il y a 1 an
  Sam Lantinga 20fccdabf4 Fixed crashes when passed a NULL hashtable il y a 1 an
  Sam Lantinga b0e93e4e63 Prevent crashes if freed objects are passed to SDL API functions il y a 1 an
  Sam Lantinga 5b3ee51c6c Updated copyright for 2024 il y a 2 ans
  Ryan C. Gordon 447b508a77 error: SDL's allocators now call SDL_OutOfMemory on error. il y a 2 ans
  Sylvain d8600f717e Pointer as bool (libsdl-org#7214) il y a 2 ans
  Sam Lantinga f3261fedcc Code cleanup now that SDL_bool is equivalent to a C boolean expression il y a 2 ans
  Ryan C. Gordon 8df68b4120 hashtable: Moved over to single-line comments. il y a 2 ans
  Anonymous Maarten e526dc64bd Don't set unused variable il y a 2 ans
  Ryan C. Gordon 6664437748 hashtable: Don't rearrange bucket elements during SDL_FindInHashTable. il y a 2 ans