Commit History

Author SHA1 Message Date
  gingerBill 0428d5ae2e Catch missing areas of `Map_Index` usage 3 years ago
  gingerBill b967ae2739 Change internal map indices to use a distinct `uint` rather than just `int` 3 years ago
  gingerBill c462496bd5 Merge pull request #2048 from odin-lang/pow2-map 3 years ago
  gingerBill a903e5024c Chnage `next_pow2` to `ceil_to_pow2` 3 years ago
  gingerBill 7cce55e2fc Merge pull request #2051 from graphitemaster/dale/vendor-zlib 3 years ago
  gingerBill 99a1a10286 Fixed #2044 Uninitialised constant struct member values can cause crash 3 years ago
  gingerBill 9640b49319 Fix #1435 type switch statements of empty union types 3 years ago
  gingerBill 1bc0e66ed1 Improve error message for using `offset_of` within a struct itself of that struct 3 years ago
  gingerBill 117d32dfc4 Enforce constant pointer cast on global procedure variable initialization `x := proc() {}` 3 years ago
  gingerBill 320b84df4f Fix #2052 typo in linalg.max_single 3 years ago
  gingerBill 98eaf5c6c0 Fix #2054 Differing behaviours with defer statements for single vs multiple return values caused by naïve ABI optimization 3 years ago
  Jeroen van Rijn 9842019205 [examples] Add math/noise, align imports. 3 years ago
  Jeroen van Rijn 479278be4e Merge pull request #2053 from z64/master 3 years ago
  Zac Nowicki 4767311a22 Fix -verbose-error source lines from having last char cut off 3 years ago
  gingerBill f50fc33749 Clean up of the core library to make the stream vtables not be pointers directly. 3 years ago
  Jeroen van Rijn 8aba92da9b [zlib] Add statically linked x64 library. 3 years ago
  Jeroen van Rijn 59f3e10f0a [zlib] Add LICENSE, update README 3 years ago
  Dale Weiler 8b82bcef7d vendor zlib 3 years ago
  gingerBill 1e595f2e26 Add missing import 3 years ago
  gingerBill 28ad4f8623 Use `json` field tag for `json.marshal` 3 years ago
  gingerBill a3c04db828 Revert "Just get the value directly and store it in another global variable" 3 years ago
  gingerBill 3ea7af4c9c Minor fix to `lb_big_int_to_llvm` 3 years ago
  gingerBill 190c3ab0cd Just get the value directly and store it in another global variable 3 years ago
  gingerBill 53c7cf895c Merge branch 'master' of https://github.com/odin-lang/Odin 3 years ago
  gingerBill db1b7b2d21 Allow for ignored fields in struct for `json.unmarshal` 3 years ago
  Jeroen van Rijn 7cd7886111 Merge pull request #2050 from ftphikari/master 3 years ago
  hikari 164ba944ac sys/windows: add definitions 3 years ago
  Jeroen van Rijn e7fb2cf73b Merge pull request #2049 from eadesmet/master 3 years ago
  eadesmet 023cc8b572 Added support for ID3D11InfoQueue 3 years ago
  gingerBill 0ff5ff6ff2 Use pow of two capacity for hash maps to allow for `& (n-1)` instead of `% n` 3 years ago