gingerBill
|
1a84820e83
|
Merge pull request #4542 from FourteenBrush/master
Pass allocator to implicitly (de)allocating procs in `core:log`
|
2024-12-02 10:55:09 +00:00 |
|
gingerBill
|
d0f87913e2
|
Fix #4549
|
2024-12-02 10:49:49 +00:00 |
|
Damian Tarnawski
|
26415bcb0e
|
Correct handling newlines between build tags in core:odin
Previously I thought that each newline worked as `OR`
basically the same as `,`.
This corrects this to work as `AND` instead.
|
2024-12-01 18:21:26 +01:00 |
|
FourteenBrush
|
f9dc848926
|
Pass allocator to implicitly (de)allocating procs in core:log
|
2024-11-30 23:43:39 +01:00 |
|
Laytan Laats
|
1cece52359
|
dynlib: unload library before loading again & add LIBRARY_FILE_EXTENSION constant
|
2024-11-28 21:08:08 +01:00 |
|
Jeroen van Rijn
|
8581240ece
|
Make O_RDONLY default for os.open on all platforms.
And also moved Windows file procs to `os_windows.odin`, in line with all the other platforms who didn't have a dedicated `file_<platform>.odin`
|
2024-11-28 15:57:48 +01:00 |
|
Evan Martinez
|
36481f6d4a
|
Fix binomial function
|
2024-11-28 00:28:26 -07:00 |
|
zhylmzr
|
c2b6a14cd7
|
fix DNS_RECORD.Data error align on windows i386
fixed: https://github.com/odin-lang/Odin/issues/4520
|
2024-11-27 20:15:34 +08:00 |
|
Laytan Laats
|
ad80aa6d28
|
sys/info & odin report: rework macos version retrieval
|
2024-11-26 22:28:21 +01:00 |
|
Laytan Laats
|
767daf4a9c
|
add macos 15.1.1 to odin report and sys/info
|
2024-11-26 18:46:27 +01:00 |
|
o:tone
|
c3478e0002
|
fix unmarshal unhandled error (#4515)
* fix unmarshal unhandled error
|
2024-11-25 13:15:33 +01:00 |
|
gingerBill
|
12e7ff1e3c
|
Remove core:c/frontend
|
2024-11-24 12:32:10 +00:00 |
|
Colin Davidson
|
da3a7a25c7
|
oops
|
2024-11-20 14:07:23 -08:00 |
|
Colin Davidson
|
3bb73eacfc
|
fix parsing issue around utc/localtime split
|
2024-11-20 12:09:32 -08:00 |
|
jakubtomsu
|
86c84f2621
|
Fix a bug in hxa decoder found by the new check
|
2024-11-17 21:35:49 +01:00 |
|
Dudejoe870
|
4d22f1f544
|
Fix typo in Quaternion dot product
|
2024-11-17 10:42:59 -06:00 |
|
Laytan Laats
|
20f4f378b2
|
sys/posix: add MAP_ANONYMOUS
|
2024-11-17 13:52:08 +01:00 |
|
Laytan Laats
|
8f2766c4dc
|
add missing macos version
|
2024-11-16 15:42:13 +01:00 |
|
gingerBill
|
0781871efd
|
Merge pull request #4489 from laytan/os2-dir-leak-and-test
os2: fix leak in dir_windows, fix netbsd, and add a test for dir reading
|
2024-11-15 23:22:14 +00:00 |
|
Laytan Laats
|
282d956aa7
|
os2: skip dir test when unsupported
|
2024-11-15 21:56:55 +01:00 |
|
Laytan Laats
|
ce74325673
|
sys/posix: fix dirfd on netbsd
|
2024-11-15 21:22:23 +01:00 |
|
NicknEma
|
5486327e0b
|
Fix integer type
Change int to i32 so it is the correct size
|
2024-11-15 21:10:55 +01:00 |
|
Laytan Laats
|
de9d0134e4
|
os2: fix file type detection in dir_windows
|
2024-11-15 21:08:14 +01:00 |
|
Laytan Laats
|
b3c2f5cb12
|
os2: fix leak in dir_windows
|
2024-11-15 20:47:34 +01:00 |
|
gingerBill
|
26f6741674
|
Check for more errors in json.unmarshal
|
2024-11-14 16:45:36 +00:00 |
|
gingerBill
|
537ff3beb3
|
Merge pull request #4482 from A1029384756/master
core:sys/linux - implemented inotify
|
2024-11-14 16:23:08 +00:00 |
|
gingerBill
|
c440122d93
|
Remove relative types from json marshaller
|
2024-11-14 16:18:41 +00:00 |
|
gingerBill
|
cf819f45fd
|
Merge branch 'master' of https://github.com/odin-lang/Odin
|
2024-11-14 16:17:30 +00:00 |
|
gingerBill
|
e38a08013e
|
Remove #relative types from the compiler
|
2024-11-14 16:17:24 +00:00 |
|
Alex Overstreet
|
5ea7fe14dd
|
Use tabs instead of spaces
|
2024-11-13 15:46:56 -06:00 |
|
Alex Overstreet
|
0af183485b
|
Add STICKYKEYS, TOGGLEKEYS, and FILTERKEYS
|
2024-11-13 15:41:16 -06:00 |
|
A1029384756
|
8f80e9765e
|
core:sys/linux - prefixing + moved IN_CLOSE/IN_MOVE to constants
|
2024-11-13 12:45:58 -05:00 |
|
A1029384756
|
1b313a4db0
|
core:sys/linux - flags, spacing, inotify_init
|
2024-11-13 08:52:33 -05:00 |
|
Sebastian Pahnke
|
395fa7fdb8
|
Add NSApplication bindings for mainWindow and keyWindow
|
2024-11-13 14:42:31 +01:00 |
|
A1029384756
|
37441bd730
|
core:sys/linux - fixed vet errors
|
2024-11-13 00:09:38 -05:00 |
|
A1029384756
|
bb20338987
|
core:sys/linux - implemented inotify
core:sys/linux - added constants and spacing
|
2024-11-13 00:05:58 -05:00 |
|
p2jason
|
2beb495140
|
Increase size of JS keyboard event key/code buffer size
|
2024-11-12 13:37:08 +13:00 |
|
Laytan Laats
|
9c374b4d02
|
reflect: add enum_value_has_name proc
Easy way to check if the current value has a defined name/member in the
enum type.
|
2024-11-11 18:56:59 +01:00 |
|
Bazzagibbs
|
cb0c1663b7
|
Add core:slice.size to get the byte size of a slice's backing data
|
2024-11-11 14:04:59 +11:00 |
|
Jacob Pfeiffer
|
4029ddb2b3
|
Correct zlib usage in doc
|
2024-11-08 10:32:26 -05:00 |
|
gingerBill
|
4890c3681c
|
Merge pull request #4467 from clankill3r/patch-1
Update scanner.odin
|
2024-11-08 13:38:29 +00:00 |
|
Doeke Wartena
|
b492b73ff2
|
Update scanner.odin
remove duplicated wording in comment
|
2024-11-07 20:15:22 +01:00 |
|
A1029384756
|
5be7ac4039
|
added unlinking section to posix socket binding documentation
|
2024-11-06 20:36:29 -05:00 |
|
gingerBill
|
1419d0d295
|
Minor formatting change
|
2024-11-05 12:45:30 +00:00 |
|
Colin Davidson
|
b2d1fbba9c
|
oops, missed a comma
|
2024-11-05 03:48:47 -08:00 |
|
Colin Davidson
|
c9158b3220
|
add new test, better fail-check, and non-transitioning tz fix
|
2024-11-05 03:44:07 -08:00 |
|
gingerBill
|
aa36ae01cf
|
Fix #4406 os2 to not close the std file handles but rather just free the memory for the ^File data.
|
2024-11-04 11:55:29 +00:00 |
|
NicknEma
|
cc29b41ccc
|
Mark procs as "contextless" in winerror.odin
So that they can be called from places like the windproc and stuff.
|
2024-11-04 10:24:27 +01:00 |
|
Jeroen van Rijn
|
c33d2ff96b
|
Missing paren.
|
2024-11-03 14:10:29 +01:00 |
|
Jeroen van Rijn
|
9199c6df34
|
mem.is_aligned is in bytes, not log2 bytes
Fix formula and clarify comment
|
2024-11-03 14:07:31 +01:00 |
|