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