Histórico de Commits

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