gingerBill
|
0c3522133d
|
Fix indentation
|
2023-05-03 14:22:38 +01:00 |
|
gingerBill
|
67a1e6e46a
|
Merge branch 'master' of https://github.com/odin-lang/Odin
|
2023-05-02 14:45:12 +01:00 |
|
gingerBill
|
fda1e4409c
|
When using -debug, default to -o:none unless explicitly specified
|
2023-05-02 14:44:56 +01:00 |
|
gingerBill
|
f8bdd42027
|
Revert "Unify foreign import for vendor:sdl2"
This reverts commit b2b88f1d99.
|
2023-05-02 12:06:41 +01:00 |
|
gingerBill
|
b3aa6afba9
|
Fix #2481
|
2023-04-27 11:35:14 +01:00 |
|
gingerBill
|
716fe2f427
|
Fix typo #2485
|
2023-04-27 11:32:19 +01:00 |
|
gingerBill
|
7df1cc075c
|
Fix #2487
|
2023-04-27 11:31:05 +01:00 |
|
gingerBill
|
b0f0a02d3c
|
Make !x be an untyped boolean
|
2023-04-27 11:26:15 +01:00 |
|
gingerBill
|
7cda64e52d
|
Add parentheses around or_return uses in an unary expression
|
2023-04-27 11:17:23 +01:00 |
|
gingerBill
|
d6d34bd62f
|
Add extra nullptr check
|
2023-04-27 11:16:02 +01:00 |
|
gingerBill
|
68dde07d5d
|
Require parentheses around certain uses of or_return expressions
|
2023-04-27 11:13:05 +01:00 |
|
gingerBill
|
fad4ae8eb2
|
Merge branch 'master' of https://github.com/odin-lang/Odin
|
2023-04-27 10:58:22 +01:00 |
|
gingerBill
|
acd8a4bc95
|
Unify check_constant_parameter_value logic
|
2023-04-27 10:58:17 +01:00 |
|
gingerBill
|
023cc9ca54
|
Partially buffer fmt.fprint* related calls using a bufio.Writer
|
2023-04-27 00:24:00 +01:00 |
|
gingerBill
|
623d789529
|
Merge branch 'master' of https://github.com/odin-lang/Odin
|
2023-04-26 15:28:37 +01:00 |
|
gingerBill
|
827f36e2c0
|
Update to Metal 3
|
2023-04-26 15:28:30 +01:00 |
|
gingerBill
|
f2ec438166
|
Add ifdef block
|
2023-04-21 12:50:36 +01:00 |
|
gingerBill
|
a95b064d6d
|
Fix memory leak caused by awful realloc usage on Linux
|
2023-04-21 13:29:38 +01:00 |
|
gingerBill
|
b2b88f1d99
|
Unify foreign import for vendor:sdl2
|
2023-04-20 11:27:36 +01:00 |
|
gingerBill
|
9d23a392a6
|
Merge branch 'master' of https://github.com/odin-lang/Odin
|
2023-04-20 11:27:14 +01:00 |
|
gingerBill
|
6726df4d58
|
Allow aliasing foreign import name
|
2023-04-20 11:20:15 +01:00 |
|
gingerBill
|
2d699fd13b
|
Fix again append on zero sized types
|
2023-04-19 15:34:40 +01:00 |
|
gingerBill
|
13c321b8fb
|
Fix missing cast in array_elems
|
2023-04-19 15:31:51 +01:00 |
|
gingerBill
|
843eaf8893
|
Fix race condition with -use-separate-modules due to type determination
|
2023-04-18 17:20:50 +01:00 |
|
gingerBill
|
30fa8f8ac2
|
Add missing enum
|
2023-04-18 16:08:54 +01:00 |
|
gingerBill
|
0ec4e8d5d4
|
Inline static map calls for map get, and improve readability of the LLVM IR
|
2023-04-18 15:17:16 +01:00 |
|
gingerBill
|
e24315eed8
|
Improve grammar
|
2023-04-15 16:16:16 +01:00 |
|
gingerBill
|
dc55e88588
|
Add @(deferred_*_by_ptr=<proc>)
|
2023-04-15 16:04:04 +01:00 |
|
gingerBill
|
7abaf77292
|
Add struct #no_copy
|
2023-04-15 15:47:18 +01:00 |
|
gingerBill
|
e79883e4fd
|
Add #no_copy to sync primitives
|
2023-04-15 15:41:30 +01:00 |
|
gingerBill
|
5da76ae34b
|
Add struct #no_copy
|
2023-04-15 15:37:32 +01:00 |
|
gingerBill
|
eef44425c3
|
Default zlib foreign import
|
2023-04-05 17:39:56 +01:00 |
|
gingerBill
|
167b320cdd
|
Remove cmark from all_vendor.odin
|
2023-04-05 17:35:53 +01:00 |
|
gingerBill
|
dcf53236ff
|
Generalize the foreign import for unsupported platforms
|
2023-04-05 17:31:43 +01:00 |
|
gingerBill
|
5b1a531755
|
Merge branch 'master' of https://github.com/odin-lang/Odin
|
2023-04-05 17:26:56 +01:00 |
|
gingerBill
|
97b2d1fe5c
|
Update README.md
|
2023-04-05 17:26:48 +01:00 |
|
gingerBill
|
c5af69ffa6
|
Add vendor:lua/5.1
|
2023-04-05 17:25:30 +01:00 |
|
gingerBill
|
12d56103d9
|
Minor fixes
|
2023-04-05 16:52:27 +01:00 |
|
gingerBill
|
8ff713f3bb
|
Add vendor:lua/5.2
|
2023-04-05 16:52:17 +01:00 |
|
gingerBill
|
03972d565e
|
Alignment fix
|
2023-04-05 16:31:25 +01:00 |
|
gingerBill
|
4dcf253330
|
Add vendor:lua/5.3
|
2023-04-05 16:30:08 +01:00 |
|
gingerBill
|
012f386057
|
Add linux binaries
|
2023-04-05 16:16:48 +01:00 |
|
gingerBill
|
3fa684d6ba
|
Update examples/all/all_vendor.odin
|
2023-04-05 16:08:57 +01:00 |
|
gingerBill
|
8c327567c0
|
Minor change to L_loadbuffer's signature
|
2023-04-05 16:05:39 +01:00 |
|
gingerBill
|
31bc982a53
|
Fix typo
|
2023-04-05 16:00:58 +01:00 |
|
gingerBill
|
cbd2d89637
|
Add LICENSE
|
2023-04-05 15:58:06 +01:00 |
|
gingerBill
|
67151d39e1
|
Add README.md
|
2023-04-05 15:56:56 +01:00 |
|
gingerBill
|
d715158fe3
|
Add vendor:lua/5.4
|
2023-04-05 15:55:55 +01:00 |
|
gingerBill
|
36b2f13ee0
|
Merge branch 'master' of https://github.com/odin-lang/Odin
|
2023-04-04 12:11:18 +01:00 |
|
gingerBill
|
70ce878dfb
|
Add -max-error-count:<integer>
|
2023-04-04 12:11:12 +01:00 |
|
gingerBill
|
adcaace03c
|
Fix allow_field_separator for foreign import
|
2023-04-03 21:09:26 +01:00 |
|
gingerBill
|
90c44c34a9
|
Make core:image packages work on js platform (wasm32) by not requiring core:os
|
2023-03-23 20:53:19 +00:00 |
|
gingerBill
|
e58915e12f
|
Fix typo!!!!
|
2023-03-21 19:20:44 +00:00 |
|
gingerBill
|
7f8c2a44a4
|
Add newlines to improve documentation generation
|
2023-03-21 19:20:11 +00:00 |
|
gingerBill
|
d986eee36b
|
Fix typo
|
2023-03-21 15:28:52 +00:00 |
|
gingerBill
|
b3e712e0b8
|
Correctly handle end comment for doc generation
|
2023-03-21 15:22:11 +00:00 |
|
gingerBill
|
2c4a478987
|
Add @(extra_linker_flags=<string>)
|
2023-03-21 13:30:58 +00:00 |
|
gingerBill
|
a80ca23937
|
Keep -vet and -strict-style happy
|
2023-03-21 13:23:06 +00:00 |
|
gingerBill
|
ba02ef8f25
|
Change trailing comma require to -strict-style only
|
2023-03-21 13:16:03 +00:00 |
|
gingerBill
|
2e85083d0a
|
Add msvcrt.lib to raylib on Windows
|
2023-03-20 16:34:03 +00:00 |
|
gingerBill
|
23b8a9033a
|
Update vendor:raylib to raylib 4.5
|
2023-03-20 16:27:34 +00:00 |
|
gingerBill
|
fe533fb809
|
Improve llreg integer type generation for SysV ABI
|
2023-03-19 01:29:53 +00:00 |
|
gingerBill
|
fa62963da7
|
Merge branch 'master' of https://github.com/odin-lang/Odin
|
2023-03-19 00:52:09 +00:00 |
|
gingerBill
|
1f5bb99548
|
Improve SysV ABI for multiple return values that fit into a single register; Fixes #2384
|
2023-03-19 00:51:57 +00:00 |
|
gingerBill
|
b7f953b2ee
|
Merge branch 'master' of https://github.com/odin-lang/Odin
|
2023-03-17 11:48:04 +00:00 |
|
gingerBill
|
0b064765c9
|
Add reflect.struct_field_value
|
2023-03-17 11:47:39 +00:00 |
|
gingerBill
|
bfb231fb8a
|
Simplify copy elision on variable declarations
|
2023-03-16 17:24:29 +00:00 |
|
gingerBill
|
74fb74d9cb
|
Keep -vet happy
|
2023-03-16 16:41:22 +00:00 |
|
gingerBill
|
97d7e295dd
|
Fix to split_multi_iterator
|
2023-03-16 16:35:30 +00:00 |
|
gingerBill
|
0727e91aeb
|
Simplify the implementation of strings.split_multi; add strings.index_multi
|
2023-03-16 16:30:48 +00:00 |
|
gingerBill
|
8dc70f797c
|
Increase use of temporary_allocator() where possible
|
2023-03-16 15:16:17 +00:00 |
|
gingerBill
|
2cf8a9da6f
|
Merge branch 'master' of https://github.com/odin-lang/Odin
|
2023-03-16 15:05:06 +00:00 |
|
gingerBill
|
c1c7128634
|
Minimize severe memory usage by enforcing the heap_allocator() in places
|
2023-03-16 15:04:57 +00:00 |
|
gingerBill
|
e05944601a
|
Minor fixes
|
2023-03-16 13:35:38 +00:00 |
|
gingerBill
|
49cf0125a9
|
Fix minor memory leak
|
2023-03-16 13:01:06 +00:00 |
|
gingerBill
|
0602a16ad6
|
Reserve memory for procedures when generating the LLVM IR
|
2023-03-16 12:44:03 +00:00 |
|
gingerBill
|
09a0dad115
|
Add contextless to internal parse_hex call
|
2023-03-16 12:43:10 +00:00 |
|
gingerBill
|
93f7d3bfb9
|
Allow case nil within a type switch statement (experimental idea)
|
2023-03-12 16:33:21 +00:00 |
|
gingerBill
|
f0ef10aa57
|
Merge branch 'master' of https://github.com/odin-lang/Odin
|
2023-03-12 12:39:41 +00:00 |
|
gingerBill
|
bf91fcc6f7
|
Improve type checking on polymorphic unions
|
2023-03-12 12:39:31 +00:00 |
|
gingerBill
|
c39bd7e089
|
Fix range loop & vals debug info
|
2023-03-09 15:57:29 +00:00 |
|
gingerBill
|
3470d986f0
|
Fix debug symbols for range loops
|
2023-03-09 15:48:02 +00:00 |
|
gingerBill
|
7c0257fcda
|
Fix value elision on declaration
|
2023-03-09 15:39:41 +00:00 |
|
gingerBill
|
a262c0bbf3
|
Separate out the read_reg into three non-parapoly procedures
|
2023-03-07 16:25:46 +00:00 |
|
gingerBill
|
7f3f164736
|
Update help usage
|
2023-03-07 15:32:32 +00:00 |
|
gingerBill
|
085db569f1
|
Add -o:none optimization mode (useful for -debug builds)
|
2023-03-07 15:31:55 +00:00 |
|
gingerBill
|
133af6f826
|
Remove delete with wrong allocator
|
2023-03-07 15:24:59 +00:00 |
|
gingerBill
|
1c2301e2f1
|
Use atof in float_from_string to allow for debug C-like semantic purposes
|
2023-03-06 19:52:03 +00:00 |
|
gingerBill
|
ef999f660b
|
Remove debug code
|
2023-03-06 19:46:50 +00:00 |
|
gingerBill
|
fad330acd1
|
Fix bug with nil pointer
|
2023-03-06 15:21:20 +00:00 |
|
gingerBill
|
8f1af2630d
|
Fix typo in parse_components
|
2023-03-06 13:40:06 +00:00 |
|
gingerBill
|
eea92a3371
|
Add booleans to print_any_single
|
2023-03-06 13:33:29 +00:00 |
|
gingerBill
|
ff275df5ea
|
Fix parsing C-like hex floats
|
2023-03-06 12:39:52 +00:00 |
|
gingerBill
|
2d71ab6f29
|
Improve error message on undefined operators
|
2023-03-02 14:54:27 +00:00 |
|
gingerBill
|
dfee7c103e
|
Document virtual.Arena
|
2023-02-28 13:07:52 +00:00 |
|
gingerBill
|
025fc2685d
|
Add docs to core:path/filepath
|
2023-02-28 12:55:13 +00:00 |
|
gingerBill
|
5b5154eda0
|
Add temp allocator guard; clean up indentation
|
2023-02-28 12:38:36 +00:00 |
|
gingerBill
|
ecf65303cd
|
Make arena_free_all keep the first memory block for a .Growing arena
|
2023-02-28 12:37:05 +00:00 |
|
gingerBill
|
76cb3b7874
|
Add better fallback for ast_token
|
2023-02-27 16:15:19 +00:00 |
|
gingerBill
|
02a098eb48
|
Merge branch 'master' of https://github.com/odin-lang/Odin
|
2023-02-27 15:58:42 +00:00 |
|