Commit Graph

15682 Commits

Author SHA1 Message Date
gingerBill 39ace7f5c1 Merge pull request #5730 from 149-code/miniaudio_pcm_rb_commit
Removed unused pBufferOut parameters
2025-10-08 11:21:06 +01:00
gingerBill c7b38f855a Merge pull request #5768 from A1029384756/llvm-14-fixes
LLVM 14 Const Union Fixes
2025-10-08 11:18:35 +01:00
A1029384756 067fbfb48c Merge remote-tracking branch 'upstream/master' into llvm-14-fixes 2025-10-07 23:29:10 -04:00
A1029384756 cfe651e8d2 formatting 2025-10-07 23:26:29 -04:00
A1029384756 7179987ac9 casting 2025-10-07 23:15:12 -04:00
A1029384756 b55cf5f8f4 llvm 14 fixed 2025-10-07 22:58:50 -04:00
Jeroen van Rijn 5320feb673 Add reflect.as_string16 and fix typos 2025-10-07 22:54:35 +02:00
gingerBill 097a41a6cc Merge pull request #5739 from Creativty/master
Fix proc group named operands issue #4971
2025-10-07 15:34:33 +01:00
gingerBill 24253643d7 Merge pull request #5757 from Creativty/fix_out_of_place_default_params_exclusion
Fix #5734, Default params exclusion counting in proc groups issue
2025-10-07 15:34:02 +01:00
gingerBill d17ee79470 Fix #5764 2025-10-07 14:30:13 +01:00
gingerBill 20e67f2ad9 Add some more docs 2025-10-07 14:27:19 +01:00
gingerBill 1400952530 Merge examples 2025-10-07 12:07:40 +01:00
gingerBill d14576e843 Space to tabs 2025-10-07 12:00:59 +01:00
gingerBill 56f275bc71 Fix typo 2025-10-07 11:52:49 +01:00
gingerBill 1a90b06fac Improve documentation for core:reflect 2025-10-07 11:49:56 +01:00
gingerBill a4a74442ce Add some basic docs to Default_Temp_Allocator 2025-10-07 10:41:52 +01:00
gingerBill 47cfee1f62 Add docs to nil_allocator and panic_allocator 2025-10-07 10:38:50 +01:00
gingerBill d343afbad5 Improve core_builtin.odin docs 2025-10-07 10:34:48 +01:00
gingerBill 66401b2e73 Minor formatting changes 2025-10-07 10:16:13 +01:00
gingerBill 787c3a7298 Remove @(require_results) on find_aux 2025-10-07 09:50:05 +01:00
gingerBill fb93713f24 Add @(rodata) and @(require_results) to core:text/match 2025-10-07 09:45:54 +01:00
gingerBill 5a12ccef44 Add unicode.simple_fold; Finish (strings|bytes).equal_fold 2025-10-07 09:40:54 +01:00
gingerBill 1708cb556a Improve docs for core:bufio; Rename scanner_scan -> scan (keep alias of old name) 2025-10-07 09:10:55 +01:00
gingerBill 185e7cd538 Merge pull request #5760 from harold-b/hb.fix-objc-block-name-collision
Fix Objective-C block symbols naming conflict across modules
2025-10-06 13:27:47 +01:00
gingerBill bc9e6f852e Merge pull request #5762 from A1029384756/llvm-14-entry-fix
[llvm-14-entry-fix] bitcast context pointer to match types for llvm 14
2025-10-06 13:26:52 +01:00
gingerBill 408f318541 Merge pull request #5744 from FrancisTheCat/master
Fix srgb <-> linear rgb conversion functions in `core:math/linalg`
2025-10-06 13:26:39 +01:00
Jeroen van Rijn 9a0b0bc3ff Merge pull request #4896 from cstrachan88/master
Fixed json null value parsing
2025-10-06 13:00:28 +02:00
A1029384756 866486fa1c [llvm-14-entry-fix] bitcast context pointer to match types for llvm 14 2025-10-06 00:12:31 -04:00
Courtney Strachan 69ad94d8a8 Followup fix to #4895 2025-10-05 19:22:04 -07:00
Courtney Strachan 6de2d6e8ca Merge branch 'odin-lang:master' into master 2025-10-06 02:41:44 +01:00
Harold Brenes e79e53dbbd Use module-prefixed naming scheme for tracking
objc block instead of shared id counter.
2025-10-05 16:14:32 -04:00
Harold Brenes 86f9c920da Fix Objective-C block symbols naming conflict across modules.
Fix assert triggered when there's checker errors and
 Objective-C method implementations.
2025-10-05 15:53:42 -04:00
gingerBill 0f97382fa3 Merge pull request #5759 from Creativty/fix_wasm_undefined_this_mem
Fix #5225 wasm odin.js undefined this.mem
2025-10-05 20:33:36 +01:00
gingerBill 3f7fc1e9bf Merge pull request #5738 from jakubtomsu/fix-simd-ptr-transmute
[LLVM backend] SIMD vector transmute only uses bitcast when the elements aren't pointers
2025-10-05 20:27:23 +01:00
gingerBill 810ca89253 Merge pull request #5727 from harold-b/hb.intrinsics.objc_super
Add intrinsics.objc_super and Automatically emit objc_msgSend calls
2025-10-05 20:27:01 +01:00
xenobas 3edf964b55 Fix #5225 wasm odin.js undefined this.mem 2025-10-05 20:18:41 +01:00
xenobas 61db9c71f6 Fix non infix params with default value exclusion counting 2025-10-05 15:46:02 +01:00
Jeroen van Rijn 7237747ee7 Try fix macOS Intel nightlies. 2025-10-05 15:19:58 +02:00
Jeroen van Rijn 138cc7da1f Merge pull request #5749 from samwega/deprecate_c_procs
Deprecate c procs
2025-10-05 13:32:04 +02:00
Jeroen van Rijn 3ad7240d3d Merge pull request #5755 from alsakandari/fix-regression
Remove a debug printf that caused regression
2025-10-05 11:38:18 +02:00
Yhya Ibrahim 89a5e93818 Remove a debug printf that caused regression 2025-10-05 09:56:03 +03:00
Jeroen van Rijn 9ed125bcf6 Merge pull request #5752 from connnnal/tprint-comment
Remove inaccurate tprint concern
2025-10-04 16:50:13 +02:00
connnnal c6300de0d1 Remove inaccurate tprint concern 2025-10-04 14:58:28 +01:00
samwega 9da10dece2 fix: another itoa() used in path_linux.odin had to be replaced with write_int() 2025-10-03 22:26:24 +03:00
samwega 9e9d41ddfd fix: cars i64 instead of int 2025-10-03 22:17:25 +03:00
samwega 83d36451a3 os_linux.odin was using itoa, changed to use write_int() 2025-10-03 22:13:03 +03:00
samwega bbf297f265 fix: copy/paste error 2025-10-03 21:18:38 +03:00
samwega 2af3f280bf Tetralux asked for int_tostring() to also be deprecated, use write_int() instead. 2025-10-03 21:14:54 +03:00
samwega 01bbd981ad short C names deprecated (itoa, ftoa), C reimplementations of atoi and atof deprecated as parse_int() and parse_f64() are preferable 2025-10-03 20:54:18 +03:00
Jeroen van Rijn 6d8f4b85a8 Merge pull request #5745 from samwega/master
digit_to_int in strconv.odin
2025-10-02 20:11:57 +02:00