Commit History

Author SHA1 Message Date
  gingerBill d52921edd4 Merge pull request #2308 from Lperlind/staging/ns-application-delegate 2 years ago
  gingerBill dcca40033e Merge pull request #2307 from Sanian-Creations/update_vendor-sdl2 2 years ago
  Lucas Perlind fed65742df (almost) Fully implement NSApplicationDelegate 2 years ago
  Sanian b918acd871 Removed some more SDL_'s in sdl_render.odin 2 years ago
  Sanian a046c41c7c Removed another missed SDL_ in sdl_mouse.odin 2 years ago
  Sanian 2513403014 Removed an SDL_ prefix that was missed 2 years ago
  gingerBill 4a8564aff7 Update threading.cpp to have helgrind annotations 2 years ago
  gingerBill edb23db2ae Fix potential race condition when determining the package name 2 years ago
  gingerBill 0b01cfd853 Fix minor possible race condition 2 years ago
  gingerBill 0d059aa797 Replace `BlockingMutex` with `RwMutex` 2 years ago
  gingerBill 65c0255e7e Replace `RecursiveMutex` with a `BlockingMutex` 2 years ago
  gingerBill b289a27c4e Move the mutex up a little 2 years ago
  gingerBill d085283f20 Fix `cnd_timedwait` 2 years ago
  gingerBill b6ca10cd5e Fix memory leak in `os.get_current_directory` on failure on *nix systems 2 years ago
  gingerBill 7416f72565 Make static value atomic too 2 years ago
  gingerBill b51be71a6f Remove initialization on static atomic 2 years ago
  gingerBill e488cf4601 Enforce atomic on hasher id 2 years ago
  gingerBill 5d397804f7 Fix #2286 by printing an error correctly 2 years ago
  gingerBill a5a7226885 Remove `auto_cast` 2 years ago
  gingerBill 2dca39b557 Remove `auto_cast` procedure field flag 2 years ago
  gingerBill b55fa268bf Fix #2267 by making it an error 2 years ago
  gingerBill c819c350d6 Add error message for atomic intrinsics to prevent arbitrary types 2 years ago
  gingerBill d55248ab0f Fix #2301 2 years ago
  gingerBill 68b2d4b9e2 Fix #2305 2 years ago
  gingerBill 54f02f59db Fix compiler error on clang 2 years ago
  gingerBill 64047cbf05 Fix #2304 2 years ago
  gingerBill b0619980b2 Add `/NOIMPLIB /NOEXP` on MSVC linker by default when building an executable 2 years ago
  gingerBill 9aa9429135 Update `debugf` usage 2 years ago
  gingerBill 518f30e523 Bring `PtrMap` inline with `StringMap` 2 years ago
  gingerBill 868aa4c14a Minor changes to `StringMap` allocation 2 years ago