Commit History

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