Tarık B
|
dd60802db4
|
Apply consistent usage of third-person singular
|
2023-11-25 10:24:22 +01:00 |
|
Tarık B
|
6db42cfaec
|
Standardize to consistent 3-space indentation for inline comments
Inline comments in a cohesive block of multiple lines are aligned with 3-space
indentation to the length of the longest line.
|
2023-11-25 10:24:22 +01:00 |
|
Tarık B
|
21f5b41150
|
Remove redundant example
|
2023-11-25 10:24:22 +01:00 |
|
Tarık B
|
1f007a46ee
|
Fix newly introduced capitalization and punctuation error
|
2023-11-25 10:24:22 +01:00 |
|
Tarık B
|
4fa4feb669
|
Increase indentation for -vet extra check listing
|
2023-11-25 10:24:22 +01:00 |
|
Tarık B
|
5fd3fc4c7c
|
Unify showing of available options
|
2023-11-25 10:24:22 +01:00 |
|
Tarık B
|
ee2d3e00fd
|
Capitalize first word of sentences
|
2023-11-25 10:24:22 +01:00 |
|
Tarık B
|
6f65ed6cc8
|
Add period at the end of sentences.
|
2023-11-25 10:24:22 +01:00 |
|
Tarık B
|
70525a12ca
|
Fix typo
|
2023-11-25 10:24:22 +01:00 |
|
Tarık B
|
914950592c
|
Fix indentation
|
2023-11-25 10:24:22 +01:00 |
|
Jeroen van Rijn
|
3c021f9c52
|
Merge pull request #2923 from flysand7/raylib-fix
Pre-compiled raygui on linux
|
2023-11-24 14:18:49 +01:00 |
|
Jeroen van Rijn
|
9ea88f1353
|
Merge pull request #2918 from flysand7/math-doc
[math]: Fix the doc comments on `F64_*` constants
|
2023-11-24 14:16:19 +01:00 |
|
Jeroen van Rijn
|
4d89249caf
|
Merge pull request #2939 from laytan/allow-larger-thread-poly-data
Allow larger thread poly data
|
2023-11-24 14:06:24 +01:00 |
|
Jeroen van Rijn
|
0df1645422
|
Merge pull request #2942 from flga/master
core:sys/linux: make Perf_Read_Format a bitset
|
2023-11-24 13:53:14 +01:00 |
|
Jeroen van Rijn
|
bb6d73953c
|
Merge pull request #2972 from flysand7/net-socket-any
[net]: Add send_any, recv_any variants to proc groups for Any_Socket
|
2023-11-24 13:42:48 +01:00 |
|
Jeroen van Rijn
|
c9c14bab8a
|
Merge pull request #2946 from laytan/fix-test-name-flag
fix -test-name flag
|
2023-11-24 13:42:10 +01:00 |
|
Jeroen van Rijn
|
7c6117bb8f
|
Merge pull request #2947 from flysand7/vendor-x11
[vendor/x11]: Add most of the basic xlib bindings
|
2023-11-24 13:41:28 +01:00 |
|
Jeroen van Rijn
|
ae40946198
|
Merge pull request #2950 from laytan/fix-nil-exceptions-with-incomplete-code-parse
fix nil exceptions with incomplete code parse
|
2023-11-24 13:39:58 +01:00 |
|
flysand7
|
8063569cdd
|
[net]: Add send_any, recv_any variants to proc groups for Any_Socket
|
2023-11-24 23:27:12 +11:00 |
|
Jeroen van Rijn
|
dab72d5615
|
Merge pull request #2952 from Pingar5/master
Add various missing windows procedures
|
2023-11-24 13:23:47 +01:00 |
|
Jeroen van Rijn
|
89493b70a9
|
Merge pull request #2966 from evertonse/master
Check for llvm-config14 on unix
|
2023-11-24 13:20:25 +01:00 |
|
gingerBill
|
c12eb3ec93
|
Improve returning a struct directly for certain ABIs; reuse the temp callee return struct memory when needed
|
2023-11-24 11:44:20 +00:00 |
|
gingerBill
|
7343ed0cac
|
Merge branch 'master' of https://github.com/odin-lang/Odin
|
2023-11-24 10:57:25 +00:00 |
|
gingerBill
|
3102abf1aa
|
mem zero rather than store to a union where the variant is of size zero
|
2023-11-24 10:57:18 +00:00 |
|
gingerBill
|
490c8daedd
|
Merge pull request #2970 from jakubtomsu/check-blank-ident-proc-params
Fix procedure parameter checking with blank identifiers
|
2023-11-23 21:04:18 +00:00 |
|
jakubtomsu
|
e78ee90ac2
|
Remove code that skipped checking blank params
|
2023-11-23 20:58:26 +01:00 |
|
gingerBill
|
f809788f75
|
Add missing type information for soa structs
|
2023-11-23 17:31:00 +00:00 |
|
gingerBill
|
0888c69b57
|
Remove unneeded typeid_of
|
2023-11-23 17:16:21 +00:00 |
|
gingerBill
|
ab39644156
|
Merge branch 'master' of https://github.com/odin-lang/Odin
|
2023-11-23 16:56:24 +00:00 |
|
gingerBill
|
4c1a9d2b3f
|
Fix &x[i] of ^#soa types
|
2023-11-23 16:56:18 +00:00 |
|
Jeroen van Rijn
|
f6308ab5b9
|
Merge pull request #2899 from jakubtomsu/more-sys-windows
More `core:sys/windows` bindings (primarily MiniDump and SHGetKnownFolderPath)
|
2023-11-23 16:26:29 +01:00 |
|
gingerBill
|
3baf8d92c3
|
Add assert to disallow -no-crt when importing core:c/libc
|
2023-11-23 01:20:19 +00:00 |
|
gingerBill
|
34065865a0
|
Merge pull request #2969 from Skytrias/Skytrias-text-edit-additions
`core:text/edit` Add setup_once and clear_all, clean up old code and add a few comments
|
2023-11-22 23:17:39 +00:00 |
|
Michael Kutowski
|
3d90e580c5
|
check to see if s.builder is nil
|
2023-11-23 00:04:06 +01:00 |
|
Michael Kutowski
|
f635d3d8af
|
forgot to use the old package name
|
2023-11-23 00:02:48 +01:00 |
|
Michael Kutowski
|
29f1b79d70
|
Add setup_once and clear_all, tidy up old code and add a few comments
|
2023-11-22 23:56:58 +01:00 |
|
gingerBill
|
955be66f1a
|
Merge pull request #2894 from jakubtomsu/union-tag-intrinsics
New built-in procedures for unions
|
2023-11-22 16:26:15 +00:00 |
|
jakubtomsu
|
a0e6ae6f33
|
return uintptr from type_union_tag_offset
|
2023-11-22 17:15:27 +01:00 |
|
Laytan Laats
|
08d032859f
|
use start pos as end pos if end node is nil
|
2023-11-22 16:16:43 +01:00 |
|
gingerBill
|
4af77aeff6
|
Lower MAP_MIN_LOG2_CAPACITY from 6 to 3 (64->8)
|
2023-11-22 15:04:41 +00:00 |
|
Brennen Shaughnessy
|
6749639eb1
|
Add various missing windows procedures
|
2023-11-22 09:29:56 -05:00 |
|
Jeroen van Rijn
|
8a56bb3b5f
|
Merge pull request #2944 from Kelimion/microarch-help
Add -microarch:?
|
2023-11-22 14:13:57 +01:00 |
|
gingerBill
|
37e79f9cca
|
Merge pull request #2962 from FragmentedCurve/issue_2601
Return value of _umtx_op on FreeBSD wasn't checked correctly
|
2023-11-22 12:58:00 +00:00 |
|
gingerBill
|
a4c64002c5
|
Merge pull request #2967 from reavencode/master
Add DwmGetWindowAttribute to core/sys/windows
|
2023-11-22 12:54:25 +00:00 |
|
Jeroen van Rijn
|
63b6e8216c
|
Fix errant tab in alignment.
|
2023-11-22 02:57:43 +01:00 |
|
evertonse
|
3e7b5670fb
|
Check for llvm-config14 on unix
|
2023-11-21 18:48:47 -03:00 |
|
reavencode
|
e2e18324ed
|
Add DwmGetWindowAttribute to core/sys/windows
|
2023-11-21 22:44:46 +01:00 |
|
Jeroen van Rijn
|
924039c01b
|
Merge pull request #2965 from Skytrias/master
win32 add ToUnicode conversion
|
2023-11-21 21:09:46 +01:00 |
|
Michael Kutowski
|
2af2a035dc
|
Merge branch 'odin-lang:master' into master
|
2023-11-21 21:05:16 +01:00 |
|
skytrias
|
f97ccca514
|
added ToUnicode to win32
|
2023-11-21 21:01:05 +01:00 |
|