Commit Graph

  • 0c50ac3396 Remove unnecessary #partial switch oskarnp 2023-03-26 21:45:37 +02:00
  • 2da81a4a26 Remove unnecessary C style loop oskarnp 2023-03-26 21:44:31 +02:00
  • b6d4853a33 Fix cell alignment to default to Left using ZII oskarnp 2023-03-26 21:41:16 +02:00
  • 020b147222 Move helper procs into utility.odin oskarnp 2023-03-26 21:33:27 +02:00
  • 34b037f19b Update fmt.odin jon lipstate 2023-03-26 11:23:37 -07:00
  • 88ee5d1a6d text/table: Initial implementation oskarnp 2023-03-26 16:10:27 +02:00
  • 0892d84c17 corrected bprint Jon Lipstate 2023-03-25 23:55:37 -07:00
  • 2501d50f9c fmt docs Jon Lipstate 2023-03-25 23:45:53 -07:00
  • 1e4a4181e2 Typo Jeroen van Rijn 2023-03-25 07:37:43 +01:00
  • 3e1daa002c Merge pull request #2407 from igordreher/json.destroy_value Jeroen van Rijn 2023-03-25 07:34:01 +01:00
  • 4c13dee18f Update types.odin Jeroen van Rijn 2023-03-25 07:33:34 +01:00
  • 95497626e3 Add allocator parameter to json.detroy_value Igor Dreher 2023-03-24 20:58:55 -03:00
  • 9ada48054f Merge pull request #2406 from aloussase/master Jeroen van Rijn 2023-03-24 21:38:48 +01:00
  • 99d6c58971 Fix typo in warning message in parser Alexander Goussas 2023-03-24 15:37:17 -05:00
  • b974b3ccfd Merge pull request #2405 from rasa-silva/fix_raylib_bindings gingerBill 2023-03-24 14:23:30 +00:00
  • 75cf45f0be Fix raylib bindings for MeasureTextEx Ricardo Silva 2023-03-24 14:16:46 +00:00
  • d337a11e83 Add tests for string case conversion Jeroen van Rijn 2023-03-24 11:47:45 +01:00
  • a86386d882 Merge pull request #2404 from Kelimion/save_to_buffer Jeroen van Rijn 2023-03-24 11:06:05 +01:00
  • bbf40bf318 Rename save_to_memory for consistency. Jeroen van Rijn 2023-03-24 10:47:33 +01:00
  • b054585066 Merge pull request #2402 from oskarnp/fix-ada-case Jeroen van Rijn 2023-03-24 10:40:52 +01:00
  • 90c44c34a9 Make core:image packages work on js platform (wasm32) by not requiring core:os gingerBill 2023-03-23 20:42:38 +00:00
  • e449cc9e2d Fix strings.to_ada_case() oskarnp 2023-03-23 21:30:24 +01:00
  • 909ed93cd3 Merge pull request #2400 from Lperlind/documentation/raylib Jeroen van Rijn 2023-03-22 12:38:30 +01:00
  • 9c97b11ab9 Remove stray backtick Jeroen van Rijn 2023-03-22 12:21:25 +01:00
  • 5ae44b25da Merge pull request #2397 from DragosPopse/master Jeroen van Rijn 2023-03-22 12:18:09 +01:00
  • b2ecb37b35 Changed js panics to unimplemented where sensible Dragos Popescu 2023-03-22 12:10:27 +01:00
  • 144d034475 Merge branch 'odin-lang:master' into master Dragos Popescu 2023-03-22 12:08:45 +01:00
  • 50d8dc91cf Improve raylib overview formatting on pkg website Lucas Perlind 2023-03-22 20:19:53 +11:00
  • e58915e12f Fix typo!!!! gingerBill 2023-03-21 19:20:44 +00:00
  • 7f8c2a44a4 Add newlines to improve documentation generation gingerBill 2023-03-21 19:20:11 +00:00
  • d986eee36b Fix typo gingerBill 2023-03-21 15:28:52 +00:00
  • b3e712e0b8 Correctly handle end comment for doc generation gingerBill 2023-03-21 15:22:11 +00:00
  • 05434daa69 Merge pull request #2398 from odin-lang/raylib-4.5 gingerBill 2023-03-21 14:22:37 +00:00
  • 2c4a478987 Add @(extra_linker_flags=<string>) gingerBill 2023-03-21 13:30:58 +00:00
  • a80ca23937 Keep -vet and -strict-style happy gingerBill 2023-03-21 13:23:06 +00:00
  • ba02ef8f25 Change trailing comma require to -strict-style only gingerBill 2023-03-21 13:16:03 +00:00
  • ef3d8bdc42 Fixed more compile time errors when including os and thread to js targets Dragos Popescu 2023-03-21 04:17:31 +01:00
  • 951511704d Responded to PR review. Made dynlib return false on js instead of panic Dragos Popescu 2023-03-20 21:57:51 +01:00
  • 23aae6ab0f Merge branch 'odin-lang:master' into master Dragos Popescu 2023-03-20 21:52:03 +01:00
  • 3748e117a9 Merge pull request #2370 from fabiansperber/parser_fix gingerBill 2023-03-20 19:48:58 +00:00
  • 33798b8b80 Need to forward the name of the directive, not the hash token Fabian Sperber 2023-03-08 21:07:54 +01:00
  • 2e85083d0a Add msvcrt.lib to raylib on Windows gingerBill 2023-03-20 16:34:03 +00:00
  • 23b8a9033a Update vendor:raylib to raylib 4.5 gingerBill 2023-03-20 16:27:34 +00:00
  • 313b6874b1 Merge pull request #2382 from fabiansperber/freestanding-hide-default-temp-allocator gingerBill 2023-03-20 12:06:34 +00:00
  • 6004412365 Merge pull request #2396 from WraithGlade/patch-1 gingerBill 2023-03-20 12:05:37 +00:00
  • adac039a2b Made most libraries panic on js targets instead of not compiling Dragos Popescu 2023-03-20 04:08:48 +01:00
  • adcc865c70 Fixed incorrect precision value in fmt doc. WraithGlade 2023-03-19 22:06:39 -04:00
  • fe533fb809 Improve llreg integer type generation for SysV ABI gingerBill 2023-03-19 01:29:53 +00:00
  • fa62963da7 Merge branch 'master' of https://github.com/odin-lang/Odin gingerBill 2023-03-19 00:52:09 +00:00
  • 1f5bb99548 Improve SysV ABI for multiple return values that fit into a single register; Fixes #2384 gingerBill 2023-03-19 00:51:57 +00:00
  • f1cd56c28a Merge pull request #2394 from krixano/master Jeroen van Rijn 2023-03-18 21:57:14 +01:00
  • 852c8b533c Add SetConsoleCursorInfo and GetConsoleCursorInfo to sys/windows package Christian Seibold 2023-03-18 15:43:31 -05:00
  • 582a72574e Merge pull request #2392 from Pingar5/master Jeroen van Rijn 2023-03-18 14:17:28 +01:00
  • b249ddde48 Added parameter names to all ENet procs Brennen Shaughnessy 2023-03-18 09:09:45 -04:00
  • b020ba2b5f Merge pull request #2391 from ftphikari/master Jeroen van Rijn 2023-03-18 08:06:55 +01:00
  • 03c6862d51 sys/windows: added some functions and types for input hooks and tray icons hikari 2023-03-18 06:44:16 +02:00
  • b7f953b2ee Merge branch 'master' of https://github.com/odin-lang/Odin gingerBill 2023-03-17 11:48:04 +00:00
  • 0b064765c9 Add reflect.struct_field_value gingerBill 2023-03-17 11:47:39 +00:00
  • eb3ddce706 Merge pull request #2390 from MoustaphaSaad/fix-linalg-refract Jeroen van Rijn 2023-03-16 23:46:08 +01:00
  • 5fdc9fa3b6 Fix #2389 Mostafa Saad 2023-03-17 00:29:50 +02:00
  • cb47c78af6 Merge branch 'master' into windows-llvm-13.0.0 gingerBill 2023-03-16 17:25:02 +00:00
  • aa23947521 Merge branch 'master' into windows-llvm-11.1.0 gingerBill 2023-03-16 17:24:55 +00:00
  • bfb231fb8a Simplify copy elision on variable declarations gingerBill 2023-03-16 17:24:29 +00:00
  • 74fb74d9cb Keep -vet happy gingerBill 2023-03-16 16:41:22 +00:00
  • 97d7e295dd Fix to split_multi_iterator gingerBill 2023-03-16 16:35:30 +00:00
  • 0727e91aeb Simplify the implementation of strings.split_multi; add strings.index_multi gingerBill 2023-03-16 16:30:48 +00:00
  • c2f69f091b Merge branch 'master' into windows-llvm-13.0.0 gingerBill 2023-03-16 15:16:58 +00:00
  • 1d78b4c10c Merge branch 'master' into windows-llvm-11.1.0 gingerBill 2023-03-16 15:16:50 +00:00
  • 8dc70f797c Increase use of temporary_allocator() where possible gingerBill 2023-03-16 15:16:17 +00:00
  • 2cf8a9da6f Merge branch 'master' of https://github.com/odin-lang/Odin gingerBill 2023-03-16 15:05:06 +00:00
  • c1c7128634 Minimize severe memory usage by enforcing the heap_allocator() in places gingerBill 2023-03-16 15:04:57 +00:00
  • 0e9ef50e63 Update build flag Jeroen van Rijn 2023-03-16 15:16:09 +01:00
  • e05944601a Minor fixes gingerBill 2023-03-16 13:35:38 +00:00
  • 200fc99c9b Minor fixes gingerBill 2023-03-16 13:31:08 +00:00
  • e67947b371 Merge branch 'master' into windows-llvm-13.0.0 gingerBill 2023-03-16 13:08:57 +00:00
  • 117cb73a3c Merge branch 'master' into windows-llvm-11.1.0 gingerBill 2023-03-16 13:08:50 +00:00
  • 49cf0125a9 Fix minor memory leak gingerBill 2023-03-16 13:01:06 +00:00
  • b4666c7e23 Merge branch 'master' into windows-llvm-13.0.0 gingerBill 2023-03-16 12:45:06 +00:00
  • 06c803e256 Merge branch 'master' into windows-llvm-11.1.0 gingerBill 2023-03-16 12:44:57 +00:00
  • 0602a16ad6 Reserve memory for procedures when generating the LLVM IR gingerBill 2023-03-16 12:44:03 +00:00
  • 09a0dad115 Add contextless to internal parse_hex call gingerBill 2023-03-16 12:43:10 +00:00
  • 243a3f5006 Fix #2386 Jeroen van Rijn 2023-03-16 12:35:05 +01:00
  • 33ca85bd4e Fix #2385 Jeroen van Rijn 2023-03-16 10:59:19 +01:00
  • ca15eb26f0 Merge pull request #2378 from markodevv/directx12-message-callback Jeroen van Rijn 2023-03-16 08:20:26 +01:00
  • 28eebc14d0 Merge pull request #2387 from elusivePorpoise/main Jeroen van Rijn 2023-03-16 07:15:20 +01:00
  • 4210aa9ab9 add SetConsoleOuputCP Elusive Porpoise 2023-03-15 17:15:25 -07:00
  • 5bbdbadc25 Remove where ORD(E) on procedures that don't need it gingerBill 2023-03-14 14:05:23 +00:00
  • 00f24a3249 Merge pull request #2380 from flysand7/master gingerBill 2023-03-14 13:04:34 +00:00
  • d8a798372b Merge pull request #2383 from eisbehr/target-features-fix gingerBill 2023-03-14 12:49:43 +00:00
  • 8d5c865814 Fix missing commas in -target-featues string by adding missing i increment. Florian Behr 2023-03-14 13:39:08 +01:00
  • 5134d6bc63 rename -no-tls to -no-thread-local bumbread 2023-03-14 16:32:42 +11:00
  • ede57720fd Fix brace style and indentation Marko 2023-03-13 23:08:15 +01:00
  • 830d2007a6 Remove usage of global_default_temp_allocator_data when there is no default allocator (freestanding, JS or --default-to-nil-allocator) Fabian Sperber 2023-03-13 20:05:46 +01:00
  • 5f3b6c9722 Added -no-tls flag bumbread 2023-03-13 20:25:13 +11:00
  • 93f7d3bfb9 Allow case nil within a type switch statement (experimental idea) gingerBill 2023-03-12 16:33:21 +00:00
  • f0ef10aa57 Merge branch 'master' of https://github.com/odin-lang/Odin gingerBill 2023-03-12 12:39:41 +00:00
  • bf91fcc6f7 Improve type checking on polymorphic unions gingerBill 2023-03-12 12:39:31 +00:00
  • 2d894a0164 Merge pull request #2377 from jon-lipstate/spall_pkg_name Jeroen van Rijn 2023-03-11 10:00:14 +01:00
  • 731b9c902f Add RegisterMessageCallback for d3d12 Marko 2023-03-11 05:25:17 +01:00
  • ac0f3c8433 resolve doc/spall package name conflict Jon Lipstate 2023-03-10 19:24:11 -08:00