Commit History

Author SHA1 Message Date
  Jeroen van Rijn f5d5417af7 xxhash: Initial implementations. 4 years ago
  gingerBill e65e0b5db2 Add `-strict-style-init-only` 4 years ago
  gingerBill 56bd1e2d70 Simplify `strings.write_byte` and `strings.write_bytes` 4 years ago
  gingerBill a70ecdba6e Merge pull request #1145 from oskarnp/fix-raylib-configflag 4 years ago
  Oskar Nordquist 187e6d3ab7 Fix ConfigFlag.INTERLACED_HINT for raylib.odin 4 years ago
  gingerBill 2786c30736 Merge branch 'master' of https://github.com/odin-lang/Odin 4 years ago
  gingerBill 18ca975d33 Update raylib.lib 4 years ago
  Jeroen van Rijn eb76b00a5e Merge pull request #1144 from Kelimion/test_runner 4 years ago
  Jeroen van Rijn 66ead6cf09 Also use custom test runner on Linux. 4 years ago
  Jeroen van Rijn e6905f8657 Custom test runner. 4 years ago
  gingerBill 027d69678a Add vendor/raylib/rlgl.odin 4 years ago
  gingerBill 0262539f68 Add `vendor/raylib/easings.odin` 4 years ago
  gingerBill bff66ff600 Remove unnecessary operations 4 years ago
  gingerBill d36329b8ec Add binaries for raylib on "linux" and "darwin" 4 years ago
  gingerBill 7e859c3e75 Update vendor/README.md 4 years ago
  gingerBill 5bcb47989d Allow `vendor:raylib` to use `core:math/linalg` types with `-define:RAYLIB_USE_LINALG=true` 4 years ago
  gingerBill e5fbf45c42 Add `vendor:raylib` (core only) 4 years ago
  gingerBill 123db3a23d Fix typo 4 years ago
  gingerBill d29a0c6680 Add a minimum alignment on *nix for the compiler in heap_allocator_proc 4 years ago
  gingerBill ff40e47042 Merge branch 'master' of https://github.com/odin-lang/Odin 4 years ago
  gingerBill 76419383a8 Add some minor sanity checks to the compiler's `heap_allocator_proc` on Darwin 4 years ago
  Jeroen van Rijn dc14b66c98 Merge pull request #1141 from Kelimion/test_timeout 4 years ago
  Jeroen van Rijn e831e919a6 Try to address test timeouts. 4 years ago
  gingerBill 3aa2924a06 Remove trailing `;` in vulkan wrapper 4 years ago
  gingerBill 36151d227a Update vulkan generator tool 4 years ago
  gingerBill e0ee59084e Add calling convention `"system"` which is an alias for `"stdcall"` on Windows and `"cdecl"` on other platforms 4 years ago
  gingerBill 8ff898079f Minor correct for freebsd 4 years ago
  gingerBill 5006674a9b Correct math/big 4 years ago
  gingerBill ca33cb990b Strip semicolons in core which were missing 4 years ago
  gingerBill d4f5ef046d Remove `goto` in favour of multiple exits 4 years ago