Revīziju vēsture

Autors SHA1 Ziņojums Datums
  Sam Lantinga 56fc4b790c Reduce strcmp() calls in hashtable lookup 1 gadu atpakaļ
  Sam Lantinga 90e01040c5 Added thread-safe environment functions 1 gadu atpakaļ
  Sam Lantinga 8f546bb3c9 Use C99 bool internally in SDL 1 gadu atpakaļ
  Sam Lantinga 2ba76dbe80 Simplified SDL_Surface 1 gadu atpakaļ
  Brick 40ed098ce8 Improve the bucket distribution of SDL_HashTable 1 gadu atpakaļ
  Sam Lantinga 679e4471ed Added the ability to query the keymap for keycodes based on modifier state 1 gadu atpakaļ
  Sam Lantinga 20fccdabf4 Fixed crashes when passed a NULL hashtable 1 gadu atpakaļ
  Sam Lantinga b0e93e4e63 Prevent crashes if freed objects are passed to SDL API functions 1 gadu atpakaļ
  Sam Lantinga 5b3ee51c6c Updated copyright for 2024 2 gadi atpakaļ
  Ryan C. Gordon 447b508a77 error: SDL's allocators now call SDL_OutOfMemory on error. 2 gadi atpakaļ
  Sylvain d8600f717e Pointer as bool (libsdl-org#7214) 2 gadi atpakaļ
  Sam Lantinga f3261fedcc Code cleanup now that SDL_bool is equivalent to a C boolean expression 2 gadi atpakaļ
  Ryan C. Gordon 8df68b4120 hashtable: Moved over to single-line comments. 2 gadi atpakaļ
  Anonymous Maarten e526dc64bd Don't set unused variable 2 gadi atpakaļ
  Ryan C. Gordon 6664437748 hashtable: Don't rearrange bucket elements during SDL_FindInHashTable. 2 gadi atpakaļ
  Ryan C. Gordon 0aba2c97db hashtable: SDL_IterateHashTable might as well provide both key and value. 2 gadi atpakaļ
  Sam Lantinga 973c8b3273 Added SDL properties API 2 gadi atpakaļ
  Ryan C. Gordon 8e03ea4383 hashtable: Use Create/Destroy naming, in the SDL3 style. 2 gadi atpakaļ
  Ryan C. Gordon 568902b64e hashtable: Added src/SDL_hashtable.[ch]. 2 gadi atpakaļ