Commit Graph

  • 737b4fde1c big: Add _private_int_mul_balance. Jeroen van Rijn 2021-08-28 18:17:57 +02:00
  • 2cfd6b7024 big: Add _private_int_mul_high. Jeroen van Rijn 2021-08-28 14:59:13 +02:00
  • 713cd728ba Merge pull request #1107 from odin-lang/mv/libc-errors gingerBill 2021-08-28 12:51:22 +01:00
  • f9bea5b791 Updated comment for Windows version of setjmp. mv/libc-errors vassvik 2021-08-28 13:41:14 +02:00
  • 586641d77f Merge pull request #1106 from Kelimion/bigint Jeroen van Rijn 2021-08-28 13:36:36 +02:00
  • 8ca4286624 Add core:c/libc tests vassvik 2021-08-28 13:32:32 +02:00
  • 165118c641 Fix runtime crash for setjmp in Windows related to an hidden second argument not normally accessible needing to be set to 0. vassvik 2021-08-28 13:32:13 +02:00
  • 852643e6ba Add tests for `internal_int_is_square'. Jeroen van Rijn 2021-08-28 13:27:46 +02:00
  • 102d080a31 Fix core:c/libc Windows compilation errors by linking to the right libraries. Fix some name typos and missing types in Windows. Add explicit cast on MB_CUR_MAX vassvik 2021-08-28 13:27:41 +02:00
  • ec4cae4f04 big: Add int_is_square. Jeroen van Rijn 2021-08-26 17:34:52 +02:00
  • 4153898c55 big: Add Montgomery Reduction. Jeroen van Rijn 2021-08-21 17:39:18 +02:00
  • 33df335ec9 big: Add internal_int_montgomery_calc_normalization. Jeroen van Rijn 2021-08-21 14:52:32 +02:00
  • 893cc013b5 big: Add Montgomery reduction. Jeroen van Rijn 2021-08-21 14:00:31 +02:00
  • b88e945268 ERROR_BLOCK() any usages of "Did you mean?" like behaviour whilst iterating across a scope entry map gingerBill 2021-08-27 12:14:51 +01:00
  • bf56e3ea8d Improve strings.index_any and strings.last_index_any gingerBill 2021-08-27 12:07:57 +01:00
  • 284acc37f9 Update SDL scancodes to have the same C enums equivalent global values gingerBill 2021-08-27 11:38:29 +01:00
  • 582559f7ac Correct did you mean logic and make thread-safe-er gingerBill 2021-08-27 11:18:38 +01:00
  • 53556d9bd2 Disable local mutex for the time being. gingerBill 2021-08-26 23:16:57 +01:00
  • da79124e5d Use local mutex for each AstFile.arena gingerBill 2021-08-26 23:10:15 +01:00
  • 2f34f1283a Make thread_join be more correct gingerBill 2021-08-26 22:42:56 +01:00
  • f973d271cf Add mutex around condition_broadcast gingerBill 2021-08-26 22:28:09 +01:00
  • 4625b25287 Wrap linux specific code for internal_thread_proc gingerBill 2021-08-26 22:26:51 +01:00
  • 8d8b3fd071 Add missing header gingerBill 2021-08-26 22:24:26 +01:00
  • a852c17614 Don't permit any signal delivery to threads on Linux gingerBill 2021-08-26 22:20:10 +01:00
  • b33bf3f704 Correct race condition and incorrect usage of condition_signal outside of a mutex lock gingerBill 2021-08-26 22:17:51 +01:00
  • 726788a483 Treat Type_Tuple closer to a Type_Struct in lb_type gingerBill 2021-08-26 22:01:02 +01:00
  • cdd3560702 Merge pull request #1103 from odin-lang/new-thread-pool gingerBill 2021-08-26 21:44:02 +01:00
  • 6d49df1d87 Don't use the thread pool if worker count is 0 gingerBill 2021-08-26 21:40:54 +01:00
  • ac191bd31f Simplify logic for -thread-count:1 gingerBill 2021-08-26 21:30:23 +01:00
  • ad3a3547d6 Unify thread pool logic across the rest of the compiler, using a global thread pool gingerBill 2021-08-26 21:22:30 +01:00
  • aba14c43ac Fix typo gingerBill 2021-08-26 17:57:29 +01:00
  • 25c3fd48f0 Improved ThreadPool implementation gingerBill 2021-08-26 17:56:28 +01:00
  • e45aa68c14 Remove unneeded +1 for outstanding_task_count gingerBill 2021-08-26 16:10:32 +01:00
  • 6dfab34aca Merge pull request #1101 from odin-lang/compiler-allocator-improvements gingerBill 2021-08-26 16:06:37 +01:00
  • d3d805ffb3 Fix typo gingerBill 2021-08-26 15:58:34 +01:00
  • 05b9724c85 Correct platform_virtual_memory_init on Unix gingerBill 2021-08-26 15:55:09 +01:00
  • 5053f0179c Implement virtual memory code for *nix and make generic gingerBill 2021-08-26 15:53:08 +01:00
  • 3e4d615983 Minor fixes gingerBill 2021-08-26 15:41:32 +01:00
  • aa8777ee47 Change the implementation of Arena to use virtual memory, and remove the old gbArena code gingerBill 2021-08-26 15:38:34 +01:00
  • 98dd59e412 Fix return value gingerBill 2021-08-25 22:28:15 +01:00
  • 7b2f6aaa1c Add [^] to GameControllerGetSensorData gingerBill 2021-08-25 16:10:39 +01:00
  • ad943f0189 Use [^] on PeepEvents gingerBill 2021-08-25 15:50:35 +01:00
  • 224496dca7 Merge branch 'master' of https://github.com/odin-lang/Odin gingerBill 2021-08-25 15:21:14 +01:00
  • 1ef59417ef Add gl_set_proc_address to both sdl2 and glfw as utility loaders for OpenGL gingerBill 2021-08-25 15:21:06 +01:00
  • 0d5a160409 Add PortMidi to vendor:README.txt. Jeroen van Rijn 2021-08-25 13:54:39 +02:00
  • 82facb387c Add vendor:portmidi gingerBill 2021-08-25 12:46:18 +01:00
  • da7a0df7a1 Simplify logic for parse_binary_expr gingerBill 2021-08-25 11:43:02 +01:00
  • fcbd94b924 Update enums gingerBill 2021-08-24 20:05:01 +01:00
  • 5bb3912001 Update licences for GLFW gingerBill 2021-08-24 20:04:35 +01:00
  • f4248b159d Add vendor:glfw gingerBill 2021-08-24 20:00:24 +01:00
  • 2e4edcc7e9 Merge pull request #1099 from Kelimion/vendor gingerBill 2021-08-24 18:34:47 +01:00
  • 0d3272d914 Remove ICD from generation gingerBill 2021-08-24 18:33:35 +01:00
  • 50f3e77b43 vendor: Add README.md and clarify licensing. Jeroen van Rijn 2021-08-24 19:33:10 +02:00
  • 964d91b855 Add vendor:vulkan gingerBill 2021-08-24 17:08:03 +01:00
  • bdac3ee120 Add gamecontrollerdb.txt to vendor:sdl gingerBill 2021-08-24 14:04:27 +01:00
  • b81c670597 Remove debug message gingerBill 2021-08-24 11:08:41 +01:00
  • 4489df2871 Make sync_t distinct gingerBill 2021-08-24 00:22:11 +01:00
  • 766c17a6a3 Change [^][1]T usage to [^]T gingerBill 2021-08-24 00:20:51 +01:00
  • 018f8a82d6 Correct indentation gingerBill 2021-08-24 00:19:47 +01:00
  • d5a0c004b6 More [^][N]T usage for UniformNuiv gingerBill 2021-08-24 00:16:39 +01:00
  • 0b6e45c9a2 More [^][N]T usage gingerBill 2021-08-24 00:15:34 +01:00
  • 5c41f64829 Improve signatures for [^][N*M]T like matrix parameters gingerBill 2021-08-24 00:14:09 +01:00
  • ad56cf0038 Change some usages of [^]T to ^[N]T where appropriate gingerBill 2021-08-24 00:06:49 +01:00
  • 58b5e92c2f Update more uses of [^]T types gingerBill 2021-08-23 23:57:16 +01:00
  • 0a0752db7c Correct int to i32 usage gingerBill 2021-08-23 23:46:36 +01:00
  • 49fbdd6188 Add more indirect command structs to the procedure calls gingerBill 2021-08-23 23:45:00 +01:00
  • 1048553e78 More corrections; Add DrawArraysIndirectCommand and DrawElementsIndirectCommand data structures gingerBill 2021-08-23 23:02:19 +01:00
  • 63282290db Remove dead procedure gingerBill 2021-08-23 21:42:11 +01:00
  • 7a1498e7dc Remove space prefix gingerBill 2021-08-23 21:40:17 +01:00
  • 0d3cbb8883 Add vendor:OpenGL gingerBill 2021-08-23 21:33:39 +01:00
  • ce7698c20e Correct core library usage of the new mem.new behaviour gingerBill 2021-08-23 19:29:01 +01:00
  • 382ca20916 Correct procedure checking flag handling, and correct the (bodge) handle of unchecked procedure bodies gingerBill 2021-08-23 19:24:53 +01:00
  • fe2ad54f60 Fix bug in check_is_terminating gingerBill 2021-08-23 17:42:54 +01:00
  • b014879159 Add extra message to assert gingerBill 2021-08-23 16:45:52 +01:00
  • 81623861c0 Correct mem.clone_slice gingerBill 2021-08-23 14:33:54 +01:00
  • bd86993035 Remove the old inline and no_inline tokens gingerBill 2021-08-23 12:37:42 +01:00
  • 4ccf135892 Unify new/make the internal logic between runtime and mem gingerBill 2021-08-23 12:35:29 +01:00
  • cba0bd30f5 Add suggestions when trying to take the address the a value from a for/switch statement gingerBill 2021-08-23 11:50:02 +01:00
  • 276d4b8f0d Merge branch 'master' of https://github.com/odin-lang/Odin gingerBill 2021-08-23 11:31:09 +01:00
  • 7bdbaca938 Make SDL_image.Init return InitFlags gingerBill 2021-08-23 11:31:00 +01:00
  • 7f34080b69 Merge pull request #1097 from nakst/master Jeroen van Rijn 2021-08-23 11:17:54 +02:00
  • 9397555c91 Thread pool: create threads in thread_pool_wait nakst 2021-08-23 10:11:24 +01:00
  • 7a00ef1879 Merge pull request #1096 from nakst/master gingerBill 2021-08-23 09:32:41 +01:00
  • 35204e3cc5 thread_pool.cpp: fix with 1 thread; gb.h: remove buggy /proc/cpuinfo code nakst 2021-08-23 09:18:18 +01:00
  • daced956e3 Make ThreadPool use std::atomic and heap_allocator() gingerBill 2021-08-22 23:01:01 +01:00
  • 5a2d582a09 Merge pull request #1095 from nakst/master gingerBill 2021-08-22 22:55:31 +01:00
  • b878be6f79 Thread pool fix on Win32 nakst 2021-08-22 21:24:56 +01:00
  • 1f25f60a68 Rewrite thread_pool.cpp nakst 2021-08-22 21:13:41 +01:00
  • 2e921c88fb Add debug information for [^]T gingerBill 2021-08-22 19:02:52 +01:00
  • abaf8c127d Correct build.bat gingerBill 2021-08-22 17:12:19 +01:00
  • 0c5fa2cdd5 Fix build.bat gingerBill 2021-08-22 17:09:40 +01:00
  • 36cb1f868b Embed the SDL2 libraries into vendor:sdl2 gingerBill 2021-08-22 17:05:06 +01:00
  • 037cc679c4 Keep -vet happy gingerBill 2021-08-22 16:58:12 +01:00
  • db6fad7396 Fix indexing code gen for multi-pointers gingerBill 2021-08-22 16:55:57 +01:00
  • 07bfb55658 Fix code gen for compare against nil for multi pointers gingerBill 2021-08-22 16:53:26 +01:00
  • 56078ee099 Merge branch 'master' of https://github.com/odin-lang/Odin gingerBill 2021-08-22 16:49:48 +01:00
  • ae4a378294 Merge pull request #1094 from graphitemaster/master gingerBill 2021-08-22 16:06:15 +01:00
  • 791d7f764b cleanup Dale Weiler 2021-08-22 10:05:27 -04:00
  • b39a4f3e3b Merge branch 'master' of https://github.com/odin-lang/Odin Dale Weiler 2021-08-22 09:49:20 -04:00
  • 389b50f735 libc projection Dale Weiler 2021-08-22 09:48:34 -04:00