Commit Graph

  • 31a26046f2 Merge branch 'master' into windows-llvm-11.1.0 gingerBill 2022-07-26 14:29:32 +01:00
  • 4af8a64580 Merge pull request #1907 from thePHTest/minor-fix Jeroen van Rijn 2022-07-26 01:00:38 +02:00
  • c9c3611b1d remove leftover print statement Phil 2022-07-25 15:46:47 -07:00
  • 220dfd7440 Minor clean up of wasi_api.odin gingerBill 2022-07-25 17:00:32 +01:00
  • bce8819ed5 Merge branch 'master' of https://github.com/odin-lang/Odin gingerBill 2022-07-25 12:12:32 +01:00
  • 5f2b220a85 Fix minor issue with a lack of a trailing comma gingerBill 2022-07-25 12:12:25 +01:00
  • f174c805a9 Merge pull request #1905 from DanielGavin/glob-fix gingerBill 2022-07-25 10:43:28 +01:00
  • 25869b7504 Change open to be read only when opening directory Daniel Gavin 2022-07-25 11:34:03 +02:00
  • ecd81e8a53 Update stale.yml Mikkel Hjortshøj 2022-07-25 00:14:07 +02:00
  • d7f9f7f170 Merge branch 'master' of https://github.com/odin-lang/Odin gingerBill 2022-07-24 23:07:41 +01:00
  • 08f5259d77 Replace insert_at with inject_at and assign_at gingerBill 2022-07-24 23:07:35 +01:00
  • a9f744cb64 Update stale.yml Mikkel Hjortshøj 2022-07-25 00:07:29 +02:00
  • b02e42c6dc Update stale.yml Mikkel Hjortshøj 2022-07-25 00:05:36 +02:00
  • cb0273b5d7 Update stale.yml Mikkel Hjortshøj 2022-07-24 23:58:43 +02:00
  • 8dbf45a65a Update stale.yml Mikkel Hjortshøj 2022-07-24 23:54:39 +02:00
  • 9f64de9568 Merge branch 'master' of https://github.com/odin-lang/Odin gingerBill 2022-07-24 22:51:39 +01:00
  • 0ebe9ba487 Fix #1901 gingerBill 2022-07-24 22:51:34 +01:00
  • efe00e1aa6 Create stale.yml Mikkel Hjortshøj 2022-07-24 23:48:34 +02:00
  • 2bdbce55f9 Merge branch 'master' of https://github.com/odin-lang/Odin gingerBill 2022-07-24 22:46:07 +01:00
  • 9614ca92f0 Fix #1834 gingerBill 2022-07-24 22:46:00 +01:00
  • d30e59f539 Merge pull request #1844 from Ronaldr1985/fix-odin-on-openbsd gingerBill 2022-07-24 22:28:25 +01:00
  • 02a8bba02e Merge branch 'master' into fix/freebsd-syscall gingerBill 2022-07-24 22:27:45 +01:00
  • a3afe617c2 Update ci.yml Mikkel Hjortshøj 2022-07-24 23:27:07 +02:00
  • 69daac583e Merge pull request #1898 from DaseinPhaos/patch-1 gingerBill 2022-07-24 22:18:36 +01:00
  • b28d4b753b Temp fix for lb_emit_store gingerBill 2022-07-24 20:58:50 +01:00
  • e6ab4f4856 Force memset instead of store zeroinitializer when the value is large gingerBill 2022-07-24 20:22:50 +01:00
  • c8ab1b7ee1 Add #by_ptr procedure attribute to enforce a parameter to be passed by pointer internally gingerBill 2022-07-24 13:11:48 +01:00
  • 9f10487678 Fix #1493 gingerBill 2022-07-24 12:59:34 +01:00
  • 2542983d70 Fix #1793 gingerBill 2022-07-24 12:54:05 +01:00
  • d492fb3501 Fix and improve x->y() behaviour to minimize duplicate evaluation gingerBill 2022-07-24 12:39:59 +01:00
  • 1829aa1638 Undo changes to common.cpp and move the include of sys/wait.h to gb.h Ronald1985 2022-07-22 23:08:46 +01:00
  • 4cb4173ced Updated shabang in build_odin.sh so it runs on OpenBSD Ronald1985 2022-06-16 08:55:02 +01:00
  • 00e704b216 fix linalg.angle_from_quaternion Luxko 2022-07-23 00:59:45 +08:00
  • 227ee0f705 Merge pull request #1895 from yeongjukang/patch-1 gingerBill 2022-07-22 11:23:46 +01:00
  • 17f47a7ab0 Merge pull request #1892 from esnunes/vendor-raylib-4.0-macos-arm64 gingerBill 2022-07-22 11:06:16 +01:00
  • 4e8bc0786d fix parameter for atan2 in procedure asin Yeongju Kang 2022-07-22 15:48:06 +09:00
  • 3d3ccf061f Merge pull request #1893 from Tetralux/slash-join-slice gingerBill 2022-07-21 18:59:04 +01:00
  • 3a8adc6721 [path/slashpath] Change join() to take a slice instead of varargs Tetralux 2022-07-21 17:45:33 +00:00
  • e1748a5dd1 Add MAKE_WORD gingerBill 2022-07-21 17:08:11 +01:00
  • 59b4c889d3 Update vendor:raylib to support macos-arm64 (apple silicon) Eduardo Nunes 2022-07-20 18:23:09 -03:00
  • b6408d1b3f Merge branch 'master' of https://github.com/odin-lang/Odin gingerBill 2022-07-19 16:17:45 +01:00
  • 3db3047f47 Minor improvements gingerBill 2022-07-19 16:17:23 +01:00
  • 7420fbd95b Add custom event handling to wasm gingerBill 2022-07-19 16:16:51 +01:00
  • 7c990b3833 Merge pull request #1877 from fabiansperber/improve-debug-info gingerBill 2022-07-19 00:49:22 +01:00
  • 9c059f1a12 Fix debug info for type switch variable to be only visible in correct switch case Fabian Sperber 2022-07-19 00:14:45 +02:00
  • fb167d1d0a Fix loop var (init) becoming hidden while stepping on the for-line Fabian Sperber 2022-07-11 21:03:46 +02:00
  • 0992239d86 Embed natvis in windows debug build for easier viewing of strings and Arrays Fabian Sperber 2022-07-08 21:48:33 +02:00
  • 9eb3da0474 Remove import cycle on FreeBSD gingerBill 2022-07-18 15:20:28 +01:00
  • e91f8feedf Keep -vet happy gingerBill 2022-07-18 15:12:54 +01:00
  • 22a0c3fce1 Disallow proc() do stmt and only allow proc() { stmt } gingerBill 2022-07-18 15:09:04 +01:00
  • 6c7e5748a8 Integrate numerous debug fixes from #1877 gingerBill 2022-07-18 12:49:29 +01:00
  • 0b0c6da8b0 Merge pull request #1873 from weshardee/master gingerBill 2022-07-18 12:42:53 +01:00
  • 78826071c0 Fix #1836 gingerBill 2022-07-16 23:14:09 +01:00
  • e61b73d7ad Fix #1869 gingerBill 2022-07-16 22:30:57 +01:00
  • f886632bf1 Fix #1880 gingerBill 2022-07-16 22:18:07 +01:00
  • eafa5098aa Fix #1883 gingerBill 2022-07-16 18:03:43 +01:00
  • 0571b80d37 Fix printing of bit_set types gingerBill 2022-07-16 17:56:15 +01:00
  • 80c10644dd Remove assert gingerBill 2022-07-16 17:39:13 +01:00
  • 041625381c Fix #1888 gingerBill 2022-07-16 17:36:03 +01:00
  • 48f56d728b Merge branch 'master' of https://github.com/odin-lang/Odin gingerBill 2022-07-16 16:12:24 +01:00
  • 872d391cfb Mock up for the ability to enforce our own runtime.memset if necessary gingerBill 2022-07-16 16:12:16 +01:00
  • 3e6ec65dd9 Fix murmur64a's tail handling. Jeroen van Rijn 2022-07-15 13:02:07 +02:00
  • 157c87b2a2 Fix typo gingerBill 2022-07-15 00:34:26 +01:00
  • d3081bd889 Add buffer_read_ptr and buffer_write_ptr gingerBill 2022-07-14 15:26:50 +01:00
  • 2ae5bf4395 Merge branch 'master' of https://github.com/odin-lang/Odin gingerBill 2022-07-14 11:56:13 +01:00
  • f28547cae1 Fix libc.putchar gingerBill 2022-07-14 11:56:05 +01:00
  • 5332705e31 [hash] Give crc-64 a 64-bit seed. Jeroen van Rijn 2022-07-14 11:07:52 +02:00
  • bfb082cda4 Merge pull request #1881 from odin-lang/strings-builder-cleanup gingerBill 2022-07-13 16:09:19 +01:00
  • 37d04198ab Add improved error message when doing ^x instead of &x for addressable variables gingerBill 2022-07-11 12:31:01 +01:00
  • ae9d540c1c Correct naming in tests gingerBill 2022-07-11 11:55:49 +01:00
  • c90b7c38f1 Rename strings.Builder procedures to be consistent with the rest of the core library gingerBill 2022-07-11 11:50:08 +01:00
  • 9e376fbda7 Update README.md gingerBill 2022-07-10 00:52:59 +01:00
  • 00739bf06d Merge branch 'odin-lang:master' into master Wes Hardee 2022-07-09 18:09:21 -05:00
  • e8148055ad Fix compilation on non-windows platforms gingerBill 2022-07-09 23:55:02 +01:00
  • dd0a20ab45 Merge branch 'master' of https://github.com/odin-lang/Odin gingerBill 2022-07-09 23:53:24 +01:00
  • babbc304b8 Fix wasm compilation in windows gingerBill 2022-07-09 23:53:18 +01:00
  • a8b44f33bd Allow passing config options to build script Mohamed Akram 2022-07-08 16:14:54 +04:00
  • bd48561688 Merge pull request #1865 from thePHTest/ogl_bindless gingerBill 2022-07-05 20:03:15 +01:00
  • 23842a8950 fix -build-mode:shared on MacOS Wes Hardee 2022-06-30 12:40:32 -05:00
  • 1676c643df Change MAX_STORE_SIZE dev-2022-07 gingerBill 2022-06-30 15:47:19 +01:00
  • e2bfb024de Merge branch 'master' of https://github.com/odin-lang/Odin gingerBill 2022-06-30 15:42:11 +01:00
  • 4d06a54c0c Use memmove if possible when emitting store over a certain size gingerBill 2022-06-30 15:42:02 +01:00
  • 0a8e6169d7 remove unneeded semicolons Phil 2022-06-28 11:36:50 -07:00
  • 04ae87eaef Merge pull request #1868 from Skytrias/skytrias-ease-flux-fixes Jeroen van Rijn 2022-06-28 18:35:18 +02:00
  • b313d09c2c flux fixed key deletion and generic in flux_to Michael Kutowski 2022-06-28 18:27:52 +02:00
  • c0d2359a91 Merge pull request #1826 from englerj/windows-bindings gingerBill 2022-06-28 13:14:35 +01:00
  • 51a2f09032 Merge pull request #1863 from OrigamiDev-Pete/master gingerBill 2022-06-28 13:12:41 +01:00
  • f60e8031f2 Merge branch 'master' of https://github.com/odin-lang/Odin gingerBill 2022-06-28 11:27:57 +01:00
  • ea42613fec Improve error message with suggestion for #1866 gingerBill 2022-06-28 11:27:50 +01:00
  • b89bb87759 Add OpenGL bindless textures ARB api to vendor Phil 2022-06-23 22:59:42 -07:00
  • 2cbb3d5a24 Merge pull request #1864 from JimmyLefevre/master gingerBill 2022-06-27 22:20:20 +01:00
  • 9e288b7ce8 Change LPCSTR to LPCWSTR in windows _W procedures Jimmy "Keeba" Lefevre 2022-06-27 21:48:02 +02:00
  • 776b48c10d Fix GetEventState gingerBill 2022-06-27 11:02:40 +01:00
  • 199dae6cd5 Make SDL.*Event procedures return booleans instead of an integer where appropriate gingerBill 2022-06-27 11:02:20 +01:00
  • e58f45bef7 Correct error reporting Peter DV 2022-06-27 11:26:34 +10:00
  • abe122ecb7 Implement #1859 gingerBill 2022-06-26 13:13:07 +01:00
  • f8744d87b0 Add shorthand flag to determine_type_from_polymorphic gingerBill 2022-06-24 15:12:15 +01:00
  • 3e7f6b8751 Merge pull request #1857 from Pablo96/fix-core-lib-odin-parser-file-docs Jeroen van Rijn 2022-06-23 23:22:36 +02:00
  • 6ffe814ca7 assign package docs to file docs Pablo Narvaja 2022-06-23 18:13:34 -03:00
  • eec9be71f6 Merge pull request #1854 from Kelimion/dll-entry-point Jeroen van Rijn 2022-06-21 18:02:47 +02:00